@charset "UTF-8";

* {
	box-sizing: border-box;
  }
a:hover {
	opacity: 0.7;
  }

/* ========================================
  contents
======================================== */
.mainVisual{
	text-align: center;
}
.mainVisual img{
	max-width: 100%;
}



@media screen and (max-width: 768px) {
	.mainVisual{
		background-size: cover;
		background-image: url(/content/sp/mail/images/bg_mv_sp.jpg);
	}
	.contents img{
		max-width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.mainVisual {
		background: url(/content/sp/mail/images/bg_mv_pc.jpg) no-repeat center / cover;
		padding: 0;
		max-width: 100%;
		margin: 0;
		max-height: 423px;
		box-sizing: border-box;
	}
}



/**/
.contents{
	padding: 0;
	margin-bottom: 70px;
	font-size: 1.6rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	line-height: 1.7;
	font-weight: normal;

}

.topLead {
	text-align: center;
	padding: 50px 0 70px;
}

.topLead h2 {
	font-size: 3.2rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 30px;
}

.leadTxt01 {
	text-align: center;
	margin-bottom: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 2.2rem;
	line-height: 1.8;
}
.leadTxt01 span{
	background: linear-gradient(transparent 60%, #f8dd61 40%);

}

.contents button{
	width: 380px;
	text-align: center;
	background-color: #f08203;
	border-radius: 50px;
	box-shadow: 0 7px 0 #f9cd9b;
	margin-bottom: 7px;

}
.contents button a{
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	border-radius: 50px;
}
.contents button:hover{
	opacity: 0.7;
}


@media screen and (max-width: 768px) {
	.contents{
		line-height: 1.6;
	}
	.topLead {
		padding: 30px 0 40px;
	}
	
	.topLead h2 {
		font-size: 2.2rem;
		font-weight: bold;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.leadTxt01 {
		text-align: center;
		margin-bottom: 30px;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 1.6rem;
	}
	.leadTxt01 span {
		background: linear-gradient(transparent 60%, #f8dd61 40%);
	}
	
	.contents button{
		width: 280px;
		text-align: center;
		background-color: #f08203;
		border-radius: 50px;
		box-shadow: 0 4px 0 #f9cd9b;
		margin-bottom: 7px;
	
	}
	.contents button a{
		display: block;
		padding: 15px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		border-radius: 50px;
	}
}

/* cp*/

.cp{
	text-align: center;
	margin: 0 0 70px
}
.cp h2{
	font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.cp p{
	font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
	.cp{
	text-align: center;
	margin: 0 0 70px;
	padding: 0 15px;
}
.cp h2{
	font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.cp p{
	font-size: 1.6rem;
}

}


/* merit*/
.contentsWrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
}

.merit {
	text-align: center;
	padding: 0 0 70px;
}

.merit h2 {
	text-align: center;
	margin-bottom: 50px;
}
.merit h2 img{
	max-width: 100%;
}

.merit h3 {
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	color:#763301;
	padding: 3px 0 0 80px;
	margin-bottom: 60px;
	
} 
.merit h3.mail01 {
	background: url(/content/sp/mail/images/icon_tour.png) no-repeat;
	background-size: 60px 45px;
} 
.merit h3.mail02 {
	background: url(/content/sp/mail/images/icon_ent.png) no-repeat;
	background-size: 60px 45px;
}
.merit h3::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #e181ae, #e181ae 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e181ae, #e181ae 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.merit dl{
	position: relative;
	margin: 0 0 70px;
	padding: 0 30px 0 125px;
}
.merit dt {
	font-size: 2.8rem;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #f8dd61 30%);
	display: inline-block;
	line-height: 1.4;
}
.merit dt::before {
	position: absolute;
	content: "";
	display: block;
	background: url(/content/sp/mail/images/icon_check.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	left: 60px;
}

.merit dd{
	font-size: 2.2rem;
	margin-bottom: 40px;
}
.andtrip{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.andtrip p{
	width: 60%;
}
.andtrip div{
	width: 40%;
	text-align: center;
}
.andtrip img{
	max-width: 70%;
}

@media screen and (max-width: 768px) {
	.contentsWrapper {
		width: 100%;
		padding: 0 15px;
	}
	.merit {
		padding: 0 0 40px;
	}
	.merit h2 {
		text-align: center;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.merit h2 img{
		max-width: 100%;
	}
	.merit h3 {
		position: relative;
		font-size: 2.2rem;
		font-weight: bold;
		color:#763301;
		padding: 3px 0 0 56px;
		margin-bottom: 40px;
		
	} 
	.merit h3.mail01 {
		background: url(/content/sp/mail/images/icon_tour.png) no-repeat;
		background-size: 45px 34px;
	} 
	.merit h3.mail02 {
		background: url(/content/sp/mail/images/icon_ent.png) no-repeat;
		background-size: 45px 34px;
	}
	.merit h3::after {
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		height: 5px;
		content: '';
		background-image: -webkit-repeating-linear-gradient(135deg, #e181ae, #e181ae 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #e181ae, #e181ae 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.merit dl{
		position: relative;
		margin: 0 0 40px;
		padding: 0 15px 0 50px;
	}

	.merit dt {
		font-weight: bold;
		background: linear-gradient(transparent 70%, #f8dd61 30%);
		display: inline-block;
		line-height: 1.4;
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	.merit dt::before {
		position: absolute;
		content: "";
		display: block;
		background: url(/content/sp/mail/images/icon_check.png) no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		left: 10px;
	}

	.merit dd{
		line-height: 1.6;
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.andtrip{
		flex-flow: column;
	}
	.andtrip p{
		width: 100%;
	}
	.andtrip div{
		width: 100%;
		text-align: center;
	}
	.andtrip img{
		max-width: 60%;
	}
}



/* contentWidth
---------------------------------------*/
.contentWidth{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

@media screen and (min-width: 769px) {
	.contentWidth{
		width: 1166px;
	}

	section.contentWidth.secBanner{padding: 40px 0 0;}
	.contents .col2 li{float: left; width: 49%; margin-bottom: 10px;}
	.contents .col2 li:nth-child(even){float: right; text-align: right;}
	.contents .col2:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
}

/* secSearch
---------------------------------------*/
.secTheme h2{
	background: #ca5338;
	text-align: left;
	margin-bottom: 20px;
}

.secTheme .tab li{
	float: left;
	background : #f6f4e8;
	padding: 10px 1em;
	cursor: pointer;
}
.secTheme .tab li:first-child{
	background : #dfd5a7;
}

.secTheme .tab_content{
	background : #dfd5a7;
	padding: 1em;
}
.secTheme .tab_content.tabMember{
	background : #f6f4e8;
}
.secTheme .tab_content li{
	display: inline-block;
}
.secTheme .tab_content li:after{
	content: '｜';
	color: #8d7e36;
}
.secTheme .tab_content li a{
	color: #333;
}
section.contentWidth.secBanner{
	padding: 40px 0;
}

@media screen and (max-width: 768px) {
	.contents .tour{
		padding: 50px 10px 0;
	}
	.contents .tour h3{
		font-size: 15px;
		padding: 10px 10px 10px 20px;
		margin: 0 0 15px;
	}
	.contents .tour h3:before{
		border: 17px solid transparent;
		border-left: 12px solid #f4fded;
	}
	.contents .tour h3:after{
		border: 17px solid transparent;
		border-right: 12px solid #f4fded;
	}
	.contents .tour .pic{
		margin: 0 0 20px;
		float: none;
	}
	.contents .tour .detail{
		float: none;
		width: auto;
	}
	.contents .tour .detail p{
		font-size: 14px;
	}
	.contents .tour .detail p span{
		font-size: 18px;
	}
	.contents .tour .bnr li:last-child,
	.contents .tour .bnr li{
		float: none;
	    margin: 10px 0 0;
	}
	.contents .tour .bnr:last-child{
		padding: 0 0 30px;
	    margin: -50px 0 0;
	}
	.contents .intro div.table p{
		text-align: left;
	    font-size: 12px;
	}
	.contents .intro div.table p span{
		float: none;
		display: block;
	}

	.contents .mailmagazin{
		padding: 20px 30px;
		margin: 0 10px;
	}
	.contents .mailmagazin div{
		display: block;
	    margin: 0 0 20px;
	}
	.contents .mailmagazin div > img {
		display: block;
	    margin: auto;
	}


	.secTheme .tab{font-size: 14px;}
	.secTheme .tab_content{font-size: 14px;}
	.secTheme .tab_content li a{
		padding: 3px 0;
		display: inline-block;
	}
	section.contentWidth {
	    padding: 30px 0 20px;
	}
	.sp_inner {padding: 0 12px;}
	section.contentWidth.secBanner{padding: 40px 12px 20px;}
	.contents .col2 li,
	.contents .col2 li:nth-child(even) {
	    float: none;
	    width: auto;
	    text-align: center;
	}
}


.infoTxt{
	text-align: center;
	margin: 0 0 60px;
}



.tour_search {
	text-align:center;
}

.tour_search li {
	display: inline-block;
	margin: 0 auto;
}








