@charset "utf-8";
/*共通*/
	
#wrapper {
	background-color: #ffffff;
}
.mPlan {
	
}
.mPlan table {
	border-collapse: collapse;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.mPlan th {
	padding: 10px;
	border: solid 1px #774015;
	background-color: #A85413;
	text-align: left;
	color: #ffffff;
}
.mPlan td {
	padding: 10px;
	border: solid 1px #A4AE93;
}
.mPlan span.time {
	width: 70px;
	font-size: 11px;
	color: #654B00;
	text-align: center;
	background-color: #F1E7CE;
	border-radius: 8px;
	font-weight: normal;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 3px 4px;
	display: inline-block;
}
.mPlan .sCity {
	text-align: right;
	padding-right: 8px;
	font-weight: normal;
	color: #334997;
	font-weight: bold;
}
.kari{
	background-color: #D7D9AE;
	border-radius: 8px;
	padding: 15px;
	margin: 20px 0 10px 0;
}	
	
	


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

.tPrice {
	font-weight: bold;
	font-size: 18px;
	color: red;
}	
#breadcrumb {
	padding-top: 105px;
}
#mainW img {
	width: 100%;
}
#mainW .inner {
	max-width: 1000px;
	margin: 0 auto;
}
h2.tourTitle {
	font-size: 33px;
	margin: 20px 0;
	position: relative;
	padding: 0.3em 0.5em;
	background: -webkit-linear-gradient(to top, rgba(113,130,94,1.00), #668869);
	background: linear-gradient(to top, rgba(37,80,39,1.00), #668869);
	color: #F8E067;	
	text-align: center;
}
	h3 {
		font-size: 20px;
		text-align: center;
		line-height: 2;
	}
.mPlan {
	margin-bottom: 30px;
}
.mPlan table {
	max-width: 1000px;
}
.mPlan h4 {
	font-size: 24px;
	margin: 20px 0;
	border-left: 7px solid #6E3600;
	padding: 10px 0 10px 18px;
	border-bottom: 2px dotted #8B531D;

}
.mPlan th {
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.mPlan td {
	padding: 10px;
	font-weight: bold;
}
.mPlan span.time {
	width: 70px;
	font-size: 12px;
	font-weight: bold;
}

.mPlan .sCity {

}
.event {
	font-weight: bold;
	color: #ff6600;
}
.atten {
	font-size: 13px;
	margin: 20px 0;
	color: #1C74C8;
}
.toi {
	width: 100%;
	background-color: #3ea6fe;
	font-size: 16px;
	float: right;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
	margin: 20px auto;
}
.toi a {
	color: #ffffff;
}
.boxLink2 {
}
.hover2 {
	opacity: 0.6;
}
	
.hejBox {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: #EBE1D8;
	border: solid 1px #DCD2C9;
}
.hejBox .hejbImg {
	width: 35%;
	text-align: center;
	box-sizing: border-box;
}
.hejBox .hejbImg img {
	max-width: 100%;
	vertical-align: bottom;
}
.hejBox .hejbTex {
	width: 65%;
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
}
.hejBox .hejbTex h5 {
	font-size: 22px;
	line-height: 2;
	margin-bottom: 15px;
	padding-bottom: 10px;
    display: flex;
    align-items: center;
	font-weight: bold;
}
.hejBox .hejbTex h5:before,.hejBox .hejbTex h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.hejBox .hejbTex h5:before {
    margin-right: 1rem;
}

.hejBox .hejbTex h5:after {
    margin-left: 1rem;
}	
	
.hejBox .hejbTex p {
	font-size: 15px;
	text-align: left;
	line-height: 1.6;
}


.hejBox:nth-child(2n) .hejbImg {
	float: right;
}
.hejBox:nth-child(2n) .hejbTex {
	float: left;
}
.hejBox:nth-child(2n+1) .hejbImg {
	float: left;
}
.hejBox:nth-child(2n+1) .hejbTex {
	float: right;
}
p.official {
	width: 60%;
	background-color: #D39225;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 12px;
	margin: 40px auto;
}
p.official a {
	color: #ffffff;
	
}
.hName,.cName {
	font-size: 16px;
	color: #F17600;
	font-weight: bold;
	margin-bottom: 10px;
}

dd.hotel img {
	margin-bottom: 10px;
}
.hShokai {
	margin-bottom: 10px;
}
}
	
	
/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
.tPrice {
	font-weight: bold;
	font-size: 14px;
	color: red;
}	
#mainW img {
	width: 100%;
}
#mainW .inner {
	margin: 0 2%;
}
h2.tourTitle {
	font-size: 20px;
	margin: 20px 0;
	position: relative;
	padding: 0.3em 0.5em;
	background: -webkit-linear-gradient(to top, rgba(113,130,94,1.00), #668869);
	background: linear-gradient(to top, rgba(37,80,39,1.00), #668869);
	color: #F8E067;	
	text-align: center;
}
h3 {
	font-size: 20px;
	text-align: center;
	line-height: 2;
}

.mPlan {
	margin-bottom: 30px;
}
.mPlan table {
	max-width: 930px;
}
.mPlan h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	border-left: 5px solid #6E3600;
	padding: 10px 0 10px 18px;
	border-bottom: 2px dotted #8B531D;

}
.mPlan th {
	padding: 10px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

.mPlan td {
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
.mPlan span.time {
	width: 50px;
	font-size: 11px;
	font-weight: bold;
}

.mPlan .sCity {

}
.event {
	font-weight: bold;
	color: #ff6600;
}
.atten {
	font-size: 12px;
	margin: 20px 0;
	color: #1C74C8;
}
.toi {
	width: 100%;
	background-color: #3ea6fe;
	font-size: 14px;
	float: right;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
	margin: 20px auto;
}
.toi a {
	color: #ffffff;
}
.boxLink2 {
}
.hover2 {
	opacity: 0.6;
}
	
.hejBox {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: #EBE1D8;
	border: solid 1px #DCD2C9;
}
.hejBox .hejbImg {

	text-align: center;
	box-sizing: border-box;
}
.hejBox .hejbImg img {
	max-width: 100%;
	vertical-align: bottom;
}
.hejBox .hejbTex {
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
}
.hejBox .hejbTex h5 {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 10px;
	padding-bottom: 5px;
    display: flex;
    align-items: center;
	font-weight: bold;
}
.hejBox .hejbTex h5:before,.hejBox .hejbTex h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.hejBox .hejbTex h5:before {
    margin-right: 1rem;
}

.hejBox .hejbTex h5:after {
    margin-left: 1rem;
}	
	
.hejBox .hejbTex p {
	font-size: 15px;
	text-align: left;
	line-height: 1.6;
}


.hejBox:nth-child(2n) .hejbImg {
	float: right;
}
.hejBox:nth-child(2n) .hejbTex {
	float: left;
}
.hejBox:nth-child(2n+1) .hejbImg {
	float: left;
}
.hejBox:nth-child(2n+1) .hejbTex {
	float: right;
}

p.official {
	background-color: #D39225;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 12px;
	margin: 0 auto 40px auto;
}
p.official a {
	color: #ffffff;
	
}	
.hName,.cName {
	font-size: 14px;
	color: #F17600;
	font-weight: bold;
	margin-bottom: 10px;
}

dd.hotel img {
	margin-bottom: 10px;
}
.hShokai {
	margin-bottom: 10px;
}
	}