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

/*----------------------------------
	index用のCSSです
----------------------------------*/
.contents * {
}

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

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

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

.sec {
    padding: 105px 0;
}

/*----------------------------------
	TOP
----------------------------------*/
.top_kv {
    /* background-color: #f4fff8;*/
    background-image: url(/attending/t/ngo-d/ngo_setumei/images/bg_top2.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 1024px 455px;
    width: 1024px;
    height: 455px;
    margin: 0 auto;
}

.midashi {
    text-align: center;
    padding-top: 60px;
}
.midashi img {
    width: 920px;
}

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

/*----------------------------------
	section -- gl-nav
----------------------------------*/
.gl-nav {
    background-color: #f4fff8;
}
.gl-nav ul {
    margin: 0 auto;
    width: 872px;
}

.gl-nav ul li {
    float: left;
    margin-right: 16px;
    width: 280px;
}

.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: 50px;
}

.sec01 .movieBoxs {
	aspect-ratio: 16 / 9;
	margin-bottom: 50px;
}

.sec01 .movieBoxs .ulizahtml5 {
	width: 100% !important;
	height: 100% !important;
}

.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-d/ngo_setumei/images/ili01.png);
    background-repeat: no-repeat;
    background-position: bottom 90px right 0px;
}

.sec01 .ili02 {
    background-image: url(/attending/t/ngo-d/ngo_setumei/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: #fff9e3;
}

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

.sec02 .subttl {
    font-family: "M PLUS 1", sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.sec02 .subttl .txt {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-size: 28px;
}
.sec02 .subttl img {
    width: auto;
}

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

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

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

.sec02 .photoBox .photo:nth-of-type(2) img {
    width: 340px;
}

.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: #ffe8d5;
}

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

.sec03 .subttl {
    margin-bottom: 50px;
    text-align: center;
}

.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: 900px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sec03 .tourBox {
    margin-bottom: 30px;
    width: 440px;
}

.sec03 .tourBoxs .tourBox__time {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    background-color: #2e2e2e;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    text-align: center;
}
.sec03 .tourBoxs .tourBox__country {
    font-family: "M PLUS 1", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #4c4c4c;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec03 .tourBoxs .tourBox__country.small {
    font-size: 16px;
    line-height: 1.3;
}
.sec03 .tourBoxs .tourBox__country span {
    font-size: 16px;
}
.sec03 .tourBoxs .tourBox__pht {
    width: 400px;
    position: relative;
    margin: 0 auto;
}
.sec03 .tourBoxs .tourBox__pht img {
    width: 400px;
}
.sec03 .tourBoxs .tourBox__pht .tourBox__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%);
}
.sec03 .tourBoxs .tourBox__pht .item01 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 147px;
    height: auto;
}
.sec03 .tourBoxs .tourBox__btn a {
    width: 400px;
    display: block;
    margin: 20px auto 0;
}
.sec03 .tourBoxs .tourBox__btn img {
    width: 400px;
}

/*----------------------------------
	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: 10px auto;
    vertical-align: middle;
    text-align: center;
}
.ttl_medal img {
    width: auto;
}
