@charset "utf-8";

/*gadget*/
#wrap .search_kokunaiBar .serchBox .content_wrap {border: none;}
#wrap .search_kokunaiBar .serchBox li,
#wrap .search_kokunaiBar .gadget_left_box .selectBlock,
#wrap .search_kokunaiBar .pr_under_gadget__bnr{display:none!important;}

/*image100%*/
img {max-width: 100%;}

/*h1*/
h1{font-weight:bold;}
p.center{ text-align: center;}
p.atten{ font-size: 90%; text-align: center;}

/* 
 sp　759px以下
================================================================================================ 
*/
@media screen and (max-width: 759px) {
.smpnone{display:none;}
h4.commonTit {font-size: 1em;text-align: left;}
#contentend{
    text-align: center;
    margin-bottom: 25px;
    padding: 10px 0;
    border: 2px solid #f6705a;
    border-radius: 5px;
    color: #f6705a;
}

/* CSS */
#wrap {
	width: 100%;
	margin:0 auto;
	padding:0;
 	font-size:16px;
	padding-bottom:30px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.inner950 {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow:hidden;
}

#wrap .inner950 #dirPathBlock{
	font-size:10px;
	margin:1%;
}

/* ------------------------------------------
	h1
------------------------------------------ */
h1{
	font-size:10px!important;
}

/* ------------------------------------------
	mainArea
------------------------------------------ */
#mainArea{
	width:100%;
	margin:0;
	padding:20px 0;
  background: #fcfcfa;
}

/* ------------------------------------------
	title
------------------------------------------ */
#title{
  margin: 0;
  padding: 0;
	width:100%;
	background:#fcfcfa;
}
#title h2{
	margin: 0;
	padding: 0;
}
#title img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#title p{
	margin:0;
	padding:20px 15px;
	text-align: center;
	background: #efe9d6;
}

/* ------------------------------------------
	artcleWrap
------------------------------------------ */
.artcleWrap{
	width:100%;
	display:block;
	margin:0 auto 40px 0;
	padding:0;
	position:relative;
}
.inner{
	margin:10px 15px ;
	padding: 20px 0;
	background:#fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.commonTit{
  padding: 90px 0 0 0;
  text-align:center;
  margin:0 auto 20px auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 600;
}
#event .commonTit{
  background: url(../images/h_event.png?update=20250602) no-repeat 50% top;
}
#campaign .commonTit{
  background: url(../images/h_campaign.png?update=20250602) no-repeat 50% top;
}
#present .commonTit{
  background: url(../images/h_present.png?update=20250602) no-repeat 50% top;
}
#coupon .commonTit{
  background: url(../images/h_coupon.png?update=20250602) no-repeat 50% top;
}
#tripblog .commonTit{
  background: url(../images/h_tripblog.png?update=20250602) no-repeat 50% top;
}

/* btn
------------------------------------------ */
.btn {
padding: 0;
}
.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
background: linear-gradient(180deg, #EC9182 0%, #EE806E 100%);
padding:15px;
color:#fff !important;
-webkit-border-radius: 10px;
border-radius: 10px;
width:84%;
font-size:1rem;
font-weight: 600;
margin:20px auto 0;
transition: 0.2s ;
}
.btn a::before {
content: '';
width: 0;
height: 0;
margin-right: 10px;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #fff;
}
.btn em{
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
background: linear-gradient(180deg, #B6B6B6 0%, #AEAEAE 100%);
padding:15px;
color:#fff !important;
-webkit-border-radius: 10px;
border-radius: 10px;
width:84%;
font-size:1rem;
font-weight: 600;
margin:20px auto 0;
transition: 0.2s ;
}

/* ------------------------------------------
	#event
------------------------------------------ */
#event .inner{
background: #fcfcfa;
padding: 0;
text-align: center;
box-shadow: none;
}

#event .event_plan_box {
    position: relative;
    width: 90%;
    margin: 30px auto;
    padding-bottom: 50px;
}
#event .event_plan_box::after {
    position: absolute;
    display: block;
    content: url("../images/img_star2.png?update=20250602");
    width: 71px;
    height: 21px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
#event .event_plan_box:nth-of-type(6) {
    margin-bottom: 30px;
}
#event .event_plan_img {
    text-align: center;
}
#event .event_plan_img img {
    width: 100%;
}
#event .event_plan_txt .linkList,
#event .event_plan_txt h4.commonTit {
    width: 100%;
    text-align: center;
}
#event .event_plan_txt .linkList.event {
    margin-bottom: 0;
}
#event .event_plan_txt .linkList ul {
    width: 100%;
    margin: 0;
}
#event .event_plan_txt .linkList ul .btn a {
    box-sizing: border-box;
    width: 100%;
}


/* ------------------------------------------
	#campaign
------------------------------------------ */
#campaign .inner{
padding: 0;
box-shadow: none;
}
.cpBox{
position: relative;
margin: 0 auto 20px auto;
padding: 20px 15px;
background: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.cpTxt{
font-size:20px;
line-height: 1.3;
text-align: center;
}
.cpTxt strong{font-weight: 900;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size40{font-size:40px;}
.colorPink{color:#f6705a;}
.decotxt{
padding: 3px 5px;
background: #f6705a;
color: #fff;
display: inline-block;
margin-bottom: 5px;
}
.inBox{
margin: 0;
padding: 0;
background: #fff;
text-align: center;
}
.periodlist{
width: 90%;
margin: 10px auto 0 auto;
}
.periodlist dt{
margin: 0 auto 8px auto;
padding: 7px 10px 5px 10px;
width: 8em;
text-align: center;
border-radius: 5px;
color: #fff;
background: #cab774;
}
.periodlist dd{
margin-bottom: 20px;
padding: 5px 0;
text-align: center;
}


.comingsoon{
width: 84%;
text-align:center;
background: #999;
margin: 20px auto 0;
padding:15px;
color:#fff !important;
-webkit-border-radius: 10px;
border-radius: 10px;
font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cpBox .comingsoon{
        margin: 20px auto 0;
}

.txt2026{
	width: 100%;
    text-align: center;
    margin: 30px 0 0;
    font-size: 18px;
	color:#15226b;
	font-weight: 900
}
.txt2026 b{color:#d11515}


/* ------------------------------------------
	.linkList
------------------------------------------ */
.linkList {
margin: 40px auto;
}
.linkList.event {
margin: 0 auto 40px;
}




/* ------------------------------------------
	#tripblog
------------------------------------------ */
#tripblog .inner{
padding: 0;
}
.tripalist{
width: 100%;
}
.tripalist li{
width: 86%;
margin: 0 auto;
padding: 20px 15px;
border-bottom: dashed 1px #ccc;
text-align: left;
}
.tripalist li:last-child{
border-bottom: none;
}
.tripalist li a{
display: flex;
justify-content: space-between;
margin: 0;
padding: 3px 0 3px 15px;
color: #000;
text-decoration: underline;
}
.tripalist li a::before {
position: absolute;
left:0;
top:12px;
content: '';
width: 5px;
height: 5px;
margin-right: 10px;
border-top: 3px solid #f6705a;
border-right: 3px solid #f6705a;
transform: rotate(45deg);
}
.tripalist li dt{
position: relative;
margin-bottom: 5px;
padding:0;
font-size: 1.1rem;
font-weight: 600;
}
.tripalist li dd{
}
.tripalist li img{
width: 100%;
}

/*ビジット・マレーシアキャンペーン！*/
    #Visit.artcleWrap {
		padding: 105px 0 0 0;
        background: url(../images/h_campaign.png?update=20250602) no-repeat 50% top;
    }	
.se_logo {
        font-style: italic;
        font-weight: bold;
        text-align: center;
        padding: 1rem 0;
        font-size: 1.5rem;
        color: #979292;
    }
.flex_wrap {
        display: flex;
        background: #FFF;
        padding: 0 25px;
        box-sizing: border-box;
        flex-direction: column;
}
.flex_wrap > p {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.flex_wrap > div {
	width: 25%;
}
.flex_wrap > div img {
	width: 100%;
	height: fit-content;
	margin-bottom: 5%;
}
div#Visit img {
    min-width: 175px;
    width: 70%;
    margin: auto;
}	
#Visit h4 {
    font-size: 18px;
    font-weight: bold;
    color: #f6705a;
    text-align: center;
    margin: 1rem auto;
}
	#Visit .title{
    text-align: center;
	}
	
#Visit .movie_inner {
	width: 100%;
    margin: 1rem 0 0;
}	
#Visit .movie_inner img {
	width: 100%;
	height: auto;
}	
/*マレーグマのウィアとマンジャ*/
	.bear_img_box{
position: relative;
        width: 100%;
        margin: auto;
	}
    .img_bear {
        position: absolute;
        width: 34%;
        max-width: 200px;
        height: auto;
        z-index: 2;
        bottom: -60px;
        right: 0px;
        filter: drop-shadow(0px 0px 5px #ffffff94);
    }
}/* media screen style end*/

/* 
 pc　760px以上
================================================================================================ 
*/

@media screen and (min-width: 760px) {
.pcnone{display:none;}
h4.commonTit {font-size: 24px;text-align: left;}

#contentend{
    text-align: center;
    padding: 10px 0;
    border: 2px solid #f6705a;
    border-radius: 5px;
    color: #f6705a;
    font-size: 24px;
    background: #FFF;
}

/* CSS */
#wrap {
	width: 100%;
	margin:0 auto;
	padding:0;
	line-height:1.6;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.inner950 {
    width: 1080px;
    margin: 0 auto;
    display: block;
}

#wrap .inner950 #dirPathBlock{
	font-size:13px;
	margin-bottom: 15px;
}

#Foot {
	margin: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pageBackBlock{margin: 15px 0;}

/* ------------------------------------------
	mainArea
------------------------------------------ */
#mainArea{
	width:100%!important;
	margin:0 auto;
	display:block;
	position:relative;
	padding:0 0 20px 0;
  background: #fff;
}
#mainArea table {	border-collapse: collapse;}
#mainArea img { border: none; vertical-align: bottom;}

#mainArea a:hover {opacity: 0.7;}
#mainArea {font-size:14px;line-height: 1.6;}

/* ------------------------------------------
	title
------------------------------------------ */
#title{
position: relative;
width:100%;
background: url(../images/bg_main.jpg?update=20250602) no-repeat 50% top;
text-align:center;
height:553px;
}
#title h2 img{
width: 494px;
}
#title p{
position: absolute;
left: 50%;
top:380px;
transform: translateX(-50%);
margin:0;
padding:0;
width:430px;
font-size: 16px;
}

/* ------------------------------------------
	artcleWrap
------------------------------------------ */
.artcleWrap{
	display:block;
	margin:0 auto;
	padding:0 0 60px 0;
	position:relative;
}
.inner{
	background:#efe9d6;
	width:1080px;
	margin:0 auto 0 auto;
  padding: 70px 125px;
}
.commonTit{
	width:1080px;
  padding: 90px 125px 0 125px;
  text-align:center;
  margin:0 auto 10px auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 600;
}
#event .commonTit{
  background: url(../images/h_event.png?update=20250602) no-repeat 50% top;
}
#campaign .commonTit{
  background: url(../images/h_campaign.png?update=20250602) no-repeat 50% top;
}
#present .commonTit{
  background: url(../images/h_present.png?update=20250602) no-repeat 50% top;
}
#coupon .commonTit{
  background: url(../images/h_coupon.png?update=20250602) no-repeat 50% top;
}
#tripblog .commonTit{
  background: url(../images/h_tripblog.png?update=20250602) no-repeat 50% top;
}


.divlink:hover{
	opacity: 0.8 ;
	transition: 0.2s ;
}



/* btn
------------------------------------------ */
.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
background: linear-gradient(180deg, #EC9182 0%, #EE806E 100%);
margin:20px auto 0;
padding:30px 10px;
color:#fff !important;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:18px;
letter-spacing: 1px;
font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
transition: 0.2s ;
}
.btn a::before {
content: '';
width: 0;
height: 0;
margin-right: 10px;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #fff;
}
.btn a:hover{
opacity: 0.5 ;
transition: 0.2s ;
text-decoration:none!important;
}
.btn em{
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
background: linear-gradient(180deg, #B6B6B6 0%, #AEAEAE 100%);
margin:20px auto 0;
padding:30px 10px;
color:#fff !important;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:18px;
letter-spacing: 1px;
font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
transition: 0.2s ;
}


/* ------------------------------------------
	#event
------------------------------------------ */
#event .inner{
background: #fff;
margin:0 auto 0 auto;
padding: 20px;
text-align: center;
}

#event .event_plan_box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    width: 1080px;
    margin: 50px auto 70px;
    padding-bottom: 70px;
    -ms-align-items: center;
    align-items: center;
}
#event .event_plan_box::after {
    position: absolute;
    display: block;
    content: url("../images/img_star.png?update=20250602");
    width: 91px;
    height: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
#event .event_plan_box:nth-of-type(6) {
    margin-bottom: 30px;
}
#event .event_plan_box:nth-child(odd) {
    flex-direction: row-reverse;
}
#event .event_plan_img {
    width: 350px;
    margin-right: 50px;
}
#event .event_plan_img img {
    width: 100%;
}
#event .event_plan_txt {
    width: 550px;
}
#event .event_plan_txt .linkList,
#event .event_plan_txt .commonTit {
    width: 550px;
}
#event .event_plan_txt .linkList ul {
    width: 550px;
    margin: 0;
}

#event .event_plan_box:nth-child(odd) .event_plan_img {
    margin-right: 0;
    margin-left: 50px;
}

/* ------------------------------------------
	#campaign
------------------------------------------ */
#campaign .inner{
padding-top:30px;
}
.cpList{
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}
.cpBox{
display: flex; 
flex-direction: column; 
position: relative;
margin-top: 40px;
width: calc(98% / 3);
box-sizing: border-box;
padding: 25px;
background: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.cpBox:nth-of-type(2n+1)::before{
content: '';
width: 70px;
height: 180px;
display: block;
background: url("../images/deco_cp1.png?update=20250602") no-repeat;
position: absolute;
top:0;
left:-40px;
}
.cpBox:nth-of-type(2n)::after{
content: '';
width: 70px;
height: 180px;
display: block;
background: url("../images/deco_cp2.png?update=20250602") no-repeat;
position: absolute;
top:0;
right:-40px;
}
.cpTxt{
font-size:16px;
line-height: 1.5;
text-align: center;
}
.cpTxt strong{font-weight: 900;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size40{font-size:40px;}
.colorPink{color:#f6705a;}
.cpBox .btn{
margin-top: auto;
}
.decotxt{
padding: 3px 5px;
background: #f6705a;
color: #fff;
}
.inBox{
margin: 20px 0 0 0;
padding: 40px 0;
background: #fff;
text-align: center;
}


.periodlist{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
margin: 10px auto 0 auto;
}
.periodlist dt{
        width: 20%;
        padding: 4px 4px 1px 4px;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        background: #cab774;
}
.periodlist dd{
        width: 73%;
        margin-bottom: 10px;
        font-size: 17px;
}
.comingsoon{
width: 100%;
text-align:center;
background: #999;
margin:20px auto 0;
padding:30px 0;
color:#fff !important;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:18px;
letter-spacing: 1px;
font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cpBox .comingsoon{
margin: 20px auto 0;
}


.txt2026{
	width: 100%;
    text-align: center;
    margin: 50px 0 0;
    font-size: 22px;
	color:#15226b;
	font-weight: 900
}
.txt2026 b{color:#d11515}

/* ------------------------------------------
	.linkList
------------------------------------------ */
.linkList {
width: 1200px;
margin: 0 auto;
}
.linkList  ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 860px;
margin: 0 auto 70px auto;
}
.linkList li:nth-child(1),
.linkList li:nth-child(2){
width: 49%;
}
.linkList li:nth-child(3),
.linkList li:nth-child(4){
width: 100%;
}
.linkList.event ul{
width: 640px;
}







/* ------------------------------------------
	#tripblog
------------------------------------------ */
#tripblog .inBox{
margin: 0;
padding: 0;
}
.tripalist{
width: 100%;
}
.tripalist li{
display: flex;
padding: 15px;
border-bottom: dashed 1px #ccc;
text-align: left;
}
.tripalist li:last-child{
border-bottom: none;
}
.tripalist li a{
display: flex;
align-items: center;
margin: 0 auto;
padding: 3px;
color: #000;
font-size: 18px;
font-weight: 700;
transition: 0.2s;
}
.tripalist li a::before {
content: '';
width: 5px;
height: 5px;
margin-right: 10px;
border-top: 3px solid #f6705a;
border-right: 3px solid #f6705a;
transform: rotate(45deg);
}
.tripalist li dt{
margin-bottom: 10px;
padding:0 0 0 10px;
font-size: 18px;
font-weight: 600;
}
.tripalist li dd{
padding-left: 15px;
}
.tripalist li img{
width: 200px;
margin-right: 20px;
}

/*ビジット・マレーシアキャンペーン！*/
#Visit.artcleWrap {
    padding-top: 90px;
    background: url(../images/h_campaign.png?update=20250602) no-repeat 50% top;
}	
#Visit .inner {
	margin-top: 35px;
}	
.se_logo {
        font-style: italic;
        font-weight: bold;
        text-align: center;
        padding: 1rem 0;
        font-size: 33px;
        color: #979292;
    }
.flex_wrap {
        display: flex;
        background: #FFF;
        padding: 25px;
        box-sizing: border-box;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        flex-direction: column;
}
.flex_wrap > p {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.flex_wrap > div {
	width: 25%;
}
.flex_wrap > div img {
	width: 100%;
	height: fit-content;
	margin-bottom: 5%;
}
div#Visit img {
    min-width: 175px;
    width: 30%;
    margin: auto;
}	
#Visit h4 {
    font-size: 18px;
    font-weight: bold;
    color: #f6705a;
    text-align: center;
    margin: 1rem auto;
}
	#Visit .title{
    text-align: center;
	}
	
#Visit .movie_inner {
	width: 100%;
    margin: 1rem 0 0;
}	
/*マレーグマのウィアとマンジャ*/
	.bear_img_box{
		position: relative;
		width: 1080px;
		margin: auto;
	}
    .img_bear {
        position: absolute;
        width: 100%;
        max-width: 250px;
        height: auto;
        z-index: 2;
        display: flex;
        flex-direction: column;
        line-height: 0;
        bottom: -55px;
        right: 0;
		text-align: center;
		 filter: drop-shadow(0px 0px 5px #ffffff94);
    }
}/* media screen style end*/