@charset "UTF-8";

.mainSlide.slide01 {
    background-image: url(/attending/kaigai/christmas/images/BP23-017511D.jpg);
}

.sec02_item02 {
    position: relative;
}

.sec02_item02::before {
    content: "";
    width: 113px;
    height: 137px;
    position: absolute;
    bottom: -67px;
    right: -82px;
    background: url(/attending/kaigai/christmas/images/mat.png) no-repeat center top;
    background-size: 100%;
}

.sec02_item05 {
    position: relative;
}

.sec02_item05::before {
    content: "";
    width: 133px;
    height: 186px;
    position: absolute;
    bottom: -110px;
    right: -76px;
    background: url(/attending/kaigai/christmas/images/eda.png) no-repeat center top;
    background-size: 100%;
	top: auto;
}


.sec05 {
	background: url(/attending/kaigai/christmas/images/bg05.png) no-repeat center top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
	padding: 2vw 0 11vw;
}

.sec05::before {
    content: "";
    width: 100%;
    height: 36%;
    position: absolute;
    top: -5vw;
    left: 0;
    background: url(/attending/kaigai/christmas/images/bg05_b.png) no-repeat center top;
    background-size: 100%;
}

.sec05::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: -6vw;
    left: 0;
    background: url(/attending/kaigai/christmas/images/line.png) no-repeat center top;
    background-size: 100%;
}

.sec05 .sec_ttl {
	text-align: center;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
	position: relative
}


.sec05 .sec_ttl img {
	width: auto;
    text-align: center;
}

.sec05 ul {
	width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.sec05 ul li a{
	width: 430px;
	position: relative;
    display: block;
    background-color: #AE1B1A;
    color: #fff;
    font-size: 18px;
    padding: 30px 20px;
    border-radius: 12px;
    border: 4px solid #D07A11;
    text-align: center;
    font-weight: 600;
	transition: 0.3s;
}

.sec05 ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.sec05 ul li a:hover{
	opacity: .7;
} 


.sec03 .sec_ttl:first-child::after {
    display: none;
	
}


.qa__wrap::before {
    content: "";
    width: 189px;
    height: 197px;
    position: absolute;
    top: -190px;
    left: -136px;
    background: url(/attending/kaigai/christmas/images/pre.png) no-repeat center top;
    background-size: 100%;
}

.qa__wrap::after {
    content: "";
    width: 165px;
    height: 173px;
    position: absolute;
    top: -200px;
    right: -120px;
    background: url(/attending/kaigai/christmas/images/can.png) no-repeat center top;
    background-size: 100%;
}

.blog__wrapper {
    margin-bottom: 58px;
    position: relative;
    z-index: 10;
}

.map_sec {
    width: 940px;
    margin: 0 auto;
    background-color: rgba(100,2,0,0.7);
    margin-bottom: 90px;
}
.map_sec .subttl {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
    padding-top: 15px;
}
.map_wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px 25px;
    align-items: flex-end;
}

.map_wrap dl {
	width: 375px;
}

.map_wrap dt {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 55px;
}

.map_wrap .map {
	width: 477px;
	background: url(/attending/kaigai/christmas/images/map_f.png) no-repeat center top;
	height: 348px;
	position: relative;
}
.map li a{
	color: #fff;
	font-size: 13px;
	text-align: center;
	background-color: #1A4D42;
	padding: 6px 9px;
	font-weight: 600;
	display: inline-block;
    border-radius: 6px;
	transition: 0.8s;
}

.map li a:hover {
	opacity: .7;
}


.map li {
	position: absolute;
}


.Par {
	top: 48px;
    left: 158px;
}

.Str {
	top: 50px;
    right: 55px;
}

.Col {
	top: 170px;
    right: 133px;
}



.g3_market_wrap {
	margin-bottom: 80px;
}

.g3_bg {
    background-color: rgb(228 180 89 / 50%);
    padding: 29px;
    padding-bottom: 66px;
}


.g3_ttl {
	margin-bottom: 24px;
	position: relative;
}

.g3_ttl::before {
    content: "";
    width: 184px;
    height: 45px;
    position: absolute;
    top: -57px;
    left: 42%;
    background: url(/attending/kaigai/christmas/images/g3_ttl_b.png) no-repeat center top;
    background-size: 100%;
}

.g3_ttl p {
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

.g3_ttl .subttl {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
}


.g_market_wrap .market_info dl {
	width: 332px;
}

.g3_market_wrap .item02 p {
    text-shadow: none;
}

.g3_market_wrap .item02 li {
    text-shadow: none;
}

.g3_market_wrap .sec02_item .txt {
    text-shadow: none;
}

.g3_market_wrap .btn01 {
    margin-top: -32px;
	padding: 20px;
}

.qa__wrap::before {
    display: none;
}


.g_m_wrap .ttl01 {
    color: #1A4D42;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
}