@charset "utf-8";

html{-webkit-text-size-adjust:100%}
.wrapper {overflow:hidden;}

/*clearfix*/
.clearfix:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display:block;}

.conWrap ul, 
.conWrap ol {list-style:none}

.conWrap img {
	max-width:100%;
	border:0;
	height: auto;
}
.conWrap a {
	border:0;
	outline:none;
	vertical-align:baseline;
}
.conWrap * {
	-webkit-touch-callout: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*set ==================================*/

/*パンくず*/
#box ul li{
	line-height:1.3em;
}

.conWrap {
	margin:0 0 20px 0;
	padding: 0;
	width:100%;
	background:#fff;
	font-size:12px;
}

/*h3サブタイトル 共通*/
h3.subtitle{
	margin:0 0 1px 0;
	padding:0;
	font-weight:normal;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #554a44;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #5a504a), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #5a504a 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #5a504a 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #5a504a 50%, transparent 50%, transparent);
	position:relative;
	border-bottom:solid 5px #f9b3b1;
}
h3.subtitle span{
	padding:10px 0 0 0;
	font-size:130%;
	color:#fff;
	letter-spacing:0.1em;
	text-align: center;
	display:block;
	min-height:40px;
}
h3.subtitle span:before{
	content:"";
	width:4px;
	height:30px;
	float:left;
	background:url(../img/tit_circle.png) no-repeat;
	background-size:4px;
	position:absolute;
	top: 6px;
	left:10px;
}
h3.subtitle span:after{
	content:"";
	width:4px;
	height:30px;
	background:url(../img/tit_circle.png) no-repeat;
	background-size:4px;
	position:absolute;
	top:6px;
	right:10px;
}

/*h4サブタイトル 共通*/
h4.subtitle{
	margin:0 0 1px 0;
	padding:0 0 10px 0;
	font-weight:normal;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #fabbb9;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fac5c3), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #fac5c3 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #fac5c3 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #fac5c3 50%, transparent 50%, transparent);
	position:relative;
	color:#d42568;
	text-align: center;
}
h4.subtitle span{
	padding:10px 10px 0 10px;
	font-size:130%;
	color:#554a44;
	display:block;
	min-height:30px;
	font-weight:bold;
}

/*ボタン 共通*/
.bt {
	clear:both;
}
.bt a{
	font-size: 140%;
	color:#fff;
	text-align:center;
	margin:0 0 20px 0;
	padding: 15px 25px 13px 25px;
	background: #d42568;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0 3px 0px rgba(194,21,73,1),
		inset 0px 0px 5px rgba(255,255,255,0);
	-webkit-box-shadow:
		0 3px 0px rgba(194,21,73,1),
		inset 0px 0px 5px rgba(255,255,255,0);
	box-shadow:
		0 3px 0px rgba(194,21,73,1),
		inset 0px 0px 5px rgba(255,255,255,0);
		position:relative;
}
.bt a:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	position:absolute;
	top: 40%;
	right:10px;
}

/*ボタン 色違い 共通*/
.btOther {
	clear:both;
}
.btOther a{
	font-size: 140%;
	color:#fff;
	text-align:center;
	margin:0 0 20px 0;
	padding: 15px 25px 13px 25px;
	background: #554a44;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0 3px 0px rgba(67,59,54,1),
		inset 0px 0px 5px rgba(255,255,255,0);
	-webkit-box-shadow:
		0 3px 0px rgba(67,59,54,1),
		inset 0px 0px 5px rgba(255,255,255,0);
	box-shadow:
		0 3px 0px rgba(67,59,54,1),
		inset 0px 0px 5px rgba(255,255,255,0);
		position:relative;
}
.btOther a:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	position:absolute;
	top: 40%;
	right:10px;
}


/*トップ ==================================*/


/*タイトル
------------------------------*/
h2{
}
h2.title{
	margin:0 ;
	padding:0 ;
}
h2.title img{
	width:100%;
	height:auto;
}


/*PICKUP
------------------------------*/
.pickup{
	margin:0;
	padding:5px 0 10px 0;
	background:url(../img/ptt_gray.png);
}
.pickup .bt{
	margin-left:10px;
	margin-right:10px;
}
.pickup .areaTxt{
	padding:5px 15px 10px 15px;
	line-height:1.5em;
}

/*コース内容*/
.areaMenu{
	margin:0 10px 20px 10px;
	padding:0 10px 5px 10px;
	background:#fff;
}
.areaMenu li{
	border-bottom:dotted 1px #a58674;
	position:relative;
	overflow:hidden;
}
.areaMenu li:last-child{
	border-bottom:none;
}
.areaMenu li span:before{
	content:"";
	width:15px;
	height:15px;
	float:left;
	background:url(../img/ic_star_b.png) no-repeat;
	background-size:15px;
	position:absolute;
	top: 12px;
	left:0px;
}
.areaMenu li span.name{
	padding:13px 0 10px 23px;
	width:30%;
	font-size:120%;
	color:#a58674;
	font-weight:bold;
	display:inline-block;
}
.areaMenu li span.txt{
	padding:10px 0 5px 0;
	width:70%;
	font-size:100%;
	line-height:1.3em;
	display:inline-block;
	vertical-align:top;
}



/*その他エリア
------------------------------*/
.otherAreaList{
	margin:15px 0 5px 15px;
	padding:0;
}
.otherAreaList li{
    margin: 0 5px 10px 0;
    width: 30%;
    border: solid 1px #fff;
		display: inline-block;
}
.otherAreaList li:nth-of-type(3){
    margin-right: 0px;
}



/*全国の女子旅ガイド
------------------------------*/
.jyoshitabiGuide li a {
	font-size:120%;
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
}
.jyoshitabiGuide li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.jyoshitabiGuide li a img {
	margin:0 5px 0 0 ;
	width:10%;
	vertical-align: middle;
}



/*エリア ==================================*/
.courseBox{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

.areasubtit {
	margin:0;
	padding:5px 0 8px 0;
	position:relative;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #f9b3b1;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fabbb9), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #fabbb9 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #fabbb9 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #fabbb9 50%, transparent 50%, transparent);
}
.areasubtit span.name:before{
	content:"";
	width:15px;
	height:15px;
	float:left;
	background:url(../img/ic_star_b.png) no-repeat;
	background-size:15px;
	position:absolute;
	top: 15px;
	left:10px;
}
.areasubtit span.name{
	margin:0;
	padding:0 0 0 33px;
	font-size:140%;
	font-weight:bold;
	color:#514640;
	display:block;
}
.areasubtit span.txt{
	margin:0;
	padding:0 0 0 10px;
	font-size:90%;
	font-weight:normal;
	color:#514640;
	line-height:1.2em;
	display:block;
	vertical-align:middle;
}

.areaComment{
	margin:0;
	padding:10px 10px 8px 10px;
	font-size:110%;
	color:#dd5d58;
	line-height:1.3em;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #f9f9f9), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #f9f9f9 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #f9f9f9 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #f9f9f9 50%, transparent 50%, transparent);
	border-bottom:dashed 1px #f9b3b1;
}


/*日*/
.day,
.day1,
.day2,
.day3{
	margin:0 ;
	padding:5px 10px 5px 10px;
}
.noDays{
	margin:10px 0 15px 0;
	padding:5px 15px 5px 15px;
	color:#fff;
	font-size:130%;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #a28371;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #a78978), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #a78978 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #a78978 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #a78978 50%, transparent 50%, transparent);
}
.noDays span{
	font-size:80%;
	display:block;
	padding-top:5px;
}

.courseList{
	margin:15px 0 0 0;
	padding:0;
}
.courseList li{/*全ページ修正後削除→高知　新潟　福井　広島*/
	margin: 0 0 10px 0;
  padding: 0 0 10px 0;
	display: block;
	width:100%;
	vertical-align:top;
	line-height:1.4em;
	position:relative;
	overflow:hidden;
}
.courseList div{/*コースリストをdivボックス式に*/
	margin: 0 0 10px 0;
  padding: 0 0 10px 0;
	display: block;
	width:100%;
	vertical-align:top;
	line-height:1.4em;
	position:relative;
	overflow:hidden;
}
.dayImg{
  margin:0 10px 7px 0;
	width:50%;
	float:left;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.courseList p{
  margin: 0 0 10px 0 !important;
	display:block ;
	line-height:1.4em !important;
}
.courseList span{
  margin: 0 0 10px 0;
	display:block;
}
.courseList  a{
	padding:3px 3px 3px 10px;
	display:block;
	text-decoration:underline;
	position:relative;
}
.courseList  a:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fc9491;
	position:absolute;
	top: 30%;
	left:0;
}

/*時刻*/
.courseList .time{
  margin: 0 0 5px 0;
	padding:0 0 0 15px;
	height:10px;
	color:#a28371;
	position:relative;
	font-size:80%;
}
.courseList .time:before{
	content:"";
	width:10px;
	height:10px;
	background:url(../img/ic_time.png) no-repeat left top;
	background-size:10px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;
}
.courseList .time:after{
	content: "\A";
	white-space: pre;
}

/*アイコン*/
.icon{
	width:18px;
	padding:0 2px;
	vertical-align:middle;
}

.dayComment{
	padding:0 5px;
	line-height:1.3em;
}

/*宿プラン*/
.courseList .yado{
	padding-top:5px;
}
.courseList .yado dd{
	display:inline-block;
	margin:0 10px 0 8px;
}
.courseList .yado a{
	padding:3px 3px 3px 10px;
	display:block;
	text-decoration:underline;
	position:relative;
}
.courseList .yado a:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fc9491;
	position:absolute;
	top: 30%;
	left:0;
}


/*チェック　おすすめ
----------------------------------- */
.icCheck,
.icOsusume{
	width:45px;
	height:18px;
	padding:0 2px;
	vertical-align:middle;
}
/*チェック　※全部赤字 */
.check{
	clear:both;
	margin:0;
	padding:40px 0 10px 0;
	color:#d42568;
	vertical-align:middle;
	position:relative;
	border-top: dotted 1px #C3C3C3;
	line-height:1.4em;
}
.check span{
	display:none;
}
.check:before{
	content:"";
	width:60px;
	height:32px;
	background:url(../img/check.png) no-repeat;
	background-size:60px;
	position:absolute;
	top: 10px;
	left:0px;
}
.checkTitle{
	font-weight:bold;
	margin:-25px 0 15px 70px;
}
.check ul{
	margin:0 0 10px 0;
	padding:0;
	font-size:100%;
	line-height:1.4em;
	color:#333;
}
.check ul li{
	margin:0 0 5px 0;
}
.check ul li:before{
	content:"●";
	color:#d42568;
	padding:0 3px 0 0;
}

/*長文　※黒字 */
.pointTxt{
	color:#333;
}

/*おすすめ*/
.osusume{
	clear:both;
	margin:0;
	padding:40px 0 10px 0;
	color:#d42568;
	vertical-align:middle;
	position:relative;
	border-top: dotted 1px #C3C3C3;
	line-height:1.4em;
}
.osusume:before{
	content:"";
	width:60px;
	height:32px;
	float:left;
	background:url(../img/osusume.png) no-repeat;
	background-size:60px;
	position:absolute;
	top: 10px;
	left:0px;
}
.osusumeTitle{
	font-weight:bold;
	margin:-25px 0 5px 70px;
	line-height:1.2em;
}
.osusumeTitle span{
	color:#333;
	font-weight:normal;
	font-size:90%;
}
.osusume dl,
.check dl{
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	font-size:100%;
	line-height:1.4em;
}
.osusume dl dt,
.check dl dt{
	margin:3px 0 0 0;
	font-weight:bold;
}
.osusume dl dt:before,
.check dl dt:before{
	content:"●";
	color:#d42568;
	padding:0 3px 0 0;
}
.osusume dl dd,
.check dl dd{
	color:#333;
	padding:0 0 0 15px;
}


/*画像付チェック*/
.checkBox{
	clear:both;
	margin:0;
	padding:40px 0 10px 0;
	color:#d42568;
	vertical-align:middle;
	position:relative;
	border-top: dotted 1px #C3C3C3;
	line-height:1.4em;
}
.checkBox:before{
	content:"";
	width:60px;
	height:32px;
	background:url(../img/check.png) no-repeat;
	background-size:60px;
	position:absolute;
	top: 10px;
	left:0px;
}
checkBox .checkTitle{
	font-weight:bold;
	margin:-25px 0 15px 70px;
}
.checkBox .imgCheck{
	margin: 10px 0 7px 0;
}
.checkBox .imgCheck img{
	width:100%;
}
.checkBox dl{
	margin:10px 0 10px 0;
	padding:0;
}
.checkBox dl dt{
	margin:10px 0 0 0;
	font-weight:bold;
}
.checkBox dl dt:before{
	content:"●";
	color:#d42568;
	padding:0 3px 0 0;
}
.checkBox dl dd{
	color:#333;
	padding:0 0 0 15px;
}




/*福井 出会う人*/
p.human{
  margin: 10px 0 10px 0;
	color:#333;
	line-height:1.3em;
	font-size:100%;
	color:#d86f6a;
}
p.human span{
  margin:0 5px 3px 0;
	padding:3px 5px;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	background:#ee9591;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/*福井のみ*/
.naviDL{
	margin:5px 0 0 0;
	text-align:center;
}
.naviDL img{
	width:80%;
	max-width:250px;
}


/*ページインデックス
------------------------------*/
.conIndex{
	padding:0 0 15px 0;
}
.conIndex h3.subtitle{
	margin:0;
	padding:0;
	background:#e2e2e2;
	border-bottom: none;
}
.conIndex h3.subtitle span{
	font-size:120%;
	color:#5a504a;
	text-align: center;
	display:block;
}
.conIndex h3.subtitle span:before,
.conIndex h3.subtitle span:after {
	background:none;
}

.conIndex ul{
	background:#fbfbfb;
}
.conIndex li{
	clear:both;
	border-bottom:dashed 1px #ccc;
	display: block;
	text-decoration:none;
	padding: 10px 15px 10px 10px;
	position:relative;
}

.conIndex li#none{
	background:none;
}
.conIndex li {
	padding: 10px 25px 10px 10px;
	display: block;
}
.conIndex li a{
	display:block;
	text-decoration:none;
}
.conIndex li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.conIndex li span.name{
	padding:0 20px 0 0;
	font-size:16px;
	letter-spacing:0.1em;
	color:#a58674;
	font-weight:bold;
	display:inline-block;
}
.conIndex li span.txt{
	padding:4px 0 0 0;
	line-height:1.3em;
	display:block;
	vertical-align: middle;
}
/*coming soon*/
.conIndex li span.soon{
	color:#fff;
	background:#888;
	font-size:80%;
	display:inline-block;
	padding:1px 2px;
	margin-left:15px;
}


/*その他のモデルプラン
------------------------------*/
.otherModel{
}
.otherModel li{
	clear:both;
	font-size:120%;
	display: block;
	padding: 10px 25px 10px 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.otherModel li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.otherModel li span.name{
	font-size:120%;
	color:#a58674;
	font-weight:bold;
	display:inline-block;
	margin-bottom:5px;
}
.otherModel li span.txt{
	font-size:90%;
	line-height:1.3em;
	vertical-align: top;
	display:block;
}
/*coming soon*/
.otherModel li span.soon{
	color:#fff;
	background:#888;
	font-size:80%;
	display:inline-block;
	padding:1px 2px;
	margin-left:15px;
}



/*便利なプラン
------------------------------*/
.plan{
	padding:20px 10px 0 10px;
}



/*おすすめ女子旅プラン
------------------------------*/
.jyoshitabiPlan{
	padding:15px 10px 10px 10px;
}

.panfList li{
	clear:both;
}
.panfList li {
	font-size:110%;
	position: relative;
	display: block;
	padding: 10px 25px 20px 10px;
	border-bottom: 1px solid #ccc;
}
.panfList li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.panfImg {
	margin:0 10px 0 0 ;
	width:30%;
	vertical-align: top;
	display:inline-block;
}
.panfTxt{
	width:65%;
	line-height:1.3em;
	display:inline-block;
}
.panfList li:last-child a{
	border-bottom:none;
}

/*リンク無し
文章の後に<span class="soon">coming soon</span>追加
<li>にclass="nolink"追加
*/
.panfList li.nolink{
	display: block;
	overflow:hidden;
	padding: 10px 10px 20px 10px;
}
.panfList li.nolink .panfImg {
	margin:0 10px 10px 0 ;
}
.panfList li.nolink span.panfTxt{
	width:65%;
	padding-bottom:10px;
}
.panfList li.nolink span.soon{
	background:#999;
	padding:2px 5px;
	color:#FFF;
	display:block;
	text-align:center;
	font-size:90%;
}


/*JR・宿ありのプラン*/
.tabiList {
	margin:0 0 20px 0;
}
.tabiList li {
	clear:both;
	font-size:14px;
	display: block;
	padding: 15px 25px 10px 30px;
	border-bottom: 1px dashed #ccc;
	overflow:hidden;
}
.tabiList dl dt {
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	padding:0 20px 10px 0;
}
.tabiList dl dd span.price{
	font-weight:lighter;
	color:#d42568;
	padding-left:0;
	overflow:hidden;
}
.tabiList dl dd {
	margin-right:0;
	display:block;
	overflow:hidden;
	margin:0 0 5px 0;
}
.tabiList dl dd a {
	display:block;
	padding:0 0px 0 13px;
	width:80px;
	float:left;
	background:url(../img/arrow.png) no-repeat left 50%;
}

/*特集へのリンク*/
.featureList{
	padding:10px 0 0 30px;
	width:700px;
}
.featureList li{
	margin:0 10px 0 0;
	float:left;
}


/*とっておき情報
------------------------------*/
.infoGourmet{
	margin:0 10px;
	padding:0;
}
.infoGourmet ul{
	margin:15px 0 0 0;
	padding:0;
}
.infoGourmet ul li{
	margin: 0 0 10px 0;
  padding: 0 0 5px 0;
	display: block;
	width:100%;
	vertical-align:top;
	line-height:1.4em;
	position:relative;
	overflow:hidden;
}
.infoGourmet .image img{
  margin:0 10px 7px 0;
	width:50%;
	float:left;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.infoGourmet dl{
  margin: 5px 0 5px 0;
	line-height:1.2em;
}
.infoGourmet dt{
	font-weight:bold;
	padding-bottom:10px;
}
.infoGourmet dd a{
	display:inline-block;
}

.infoOuting{
	padding:10px 0;
}


@media screen and (max-width: 480px) {/*タテ持ち*/

/*モデルコース*/
.courseList li{
	clear:both;
}
.courseList .next{
  padding: 0 0 15px 0;
}
.courseList .next:after{
	content:"";
	background:url(../img/ic_next_un.png) no-repeat;
	background-size:18px;
	width:18px;
	height:10px;
	position: absolute;
	left:50%;
	bottom:0px;
}
.courseList .time{
	width:46%;
	display:inline-block;
}


/*とっておき情報*/
.infoGourmet ul li{
	clear:both;
}
}

@media screen and (min-width: 481px) {/*ヨコ持ち*/
/*h4サブタイトル*/
h4.subtitle span{
	display:inline-block;
}

/*モデルコース*/
.courseList{
	margin:15px 0 5px 15px;
	padding:0;
}
.courseList li{
  margin: 0;
	padding:0 5px 0 0;
  width: 32.5%;
	border:none;
	display:inline-block;
	vertical-align:top;
}
.courseList div{
  margin: 0;
	padding:0 5px 0 0;
  width: 32.5%;
	border:none;
	display:inline-block;
	vertical-align:top;
}
.courseList .next:after{
	content:"";
	background:url(../img/ic_next.png) no-repeat;
	background-size:10px;
	width:10px;
	height:18px;
	position: absolute;
	right:0px;
	top:40px;
}
.dayImg{
	margin:0 0 10px 0;
	width:94%;
	float:none;
}
.courseList span{
  width: 90%;
	display:block;
}
.courseList span.time{
	display:inline-block;
}


/*とっておき情報*/
.infoGourmet ul{
	margin:15px 0 5px 15px;
	padding:0;
}
.infoGourmet ul li{
  margin: 0;
	padding:0 5px 0 0;
  width: 32.5%;
	border:none;
	display:inline-block;
	vertical-align:top;
}
.infoGourmet .image img{
	margin:0 0 10px 0;
	width:94%;
	float:none;
}
.infoGourmet dl{
  width: 90%;
	display:block;
}

}


/*add0704*/
@media screen and (max-width: 400px) {
.media360{
	display:none;
}

}
@media screen and (min-width: 401px) {

.media360reader{
	display:none;
}

}




/*広島*/
#hiroshima .areasubtit{ padding:10px;}







/*==================================*/
/*たびーらおすすめプラン
------------------------------*/
#planTavira{
	padding:0 0 10px 0;
}
/*タブ*/
#planTaviraNavi {
	margin-top:15px;
}
#planTaviraNavi ul {
	padding:0;
	margin:0;
	display:table;
	width:100%;
}
#planTaviraNavi li {
	padding:0 2px 0 0;
	display: table-cell;
	font-weight:bold;
	text-align:center;
}
#planTaviraNavi li:nth-of-type(5) {
	padding-right:0;
}
#planTaviraNavi li a{
	padding:10px;
	display:block;
	border-radius:5px 5px 0 0;
	background:#ee9d9a;
	color:#fff;
	text-decoration:none;
}
#planTaviraNavi li a:hover,
#planTaviraNavi li a.active{
	padding:10px;
	border-radius:5px 5px 0 0;
	background: #554a44;
	color:#fff;
	text-decoration:none;
}

/*カルーセルメニュー*/
.carousel{
	background: #554a44;
}
.carousel ul.slides{
	padding:10px 0;
}
.carousel ul.slides li{
	background:#fff;
	padding:5px;
	margin:0 5px;
	border-radius:10px;
	text-align:center;
}
.carousel ul.slides li.flex-active-slide{
	background:#fefad9;
}
.flexslider{
	margin: 0;
	border: none;
	box-shadow:none;
	border-radius:0;
	overflow:hidden;
	display:block;
}
/*カルーセル内プランリスト*/
.slider{
	padding:10px 0;
}
.slider ul.slides li div{
	display: block;
	width:100%;
	margin: 0px 0px 8px;
	padding: 0px 24px 8px 10px;
	border-bottom: 1px solid #CCC;
	background: url("//www.nta.co.jp/tavira/sp/kokunai/img/im_arrow.png") no-repeat scroll 100% 50% / 15px auto transparent;
}
.slider ul.slides li div p{
	width:25%;
	height:auto;
	display:inline-block;
	margin:0 10px 0 0;
	padding-bottom:3px;
	background:#ee9591;
	text-align:center;
	vertical-align:top;
}
.slider ul.slides li div p span{
	color:#FFF;
	font-size:0.8em;
	padding:3px;
}
.slider ul.slides li div p img{
	width:100%;
	height:auto;
	padding-bottom:3px;
}
.slider ul.slides li div dl{
	width:70%;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
.slider ul.slides li div dt,
.slider ul.slides li div a,
.slider ul.slides li div dd{
	line-height:1.4em;
}
.slider ul.slides li div dd span{
	color:#F00;
}

/*矢印*/
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-prev{
	left:0;
}
.flex-direction-nav .flex-next,
.flexslider:hover .flex-next{
	right: 0;
}
.flex-direction-nav a{
	width: 20px;
	height: 100%;
	margin:0;
	position: absolute;
	top: 0;
	padding:5px;
	background:rgba(238,157,154,0.8);
	text-shadow:none;
}
.flex-direction-nav a.flex-next:before{
	content:">";
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	padding-top:3px;
}
.flex-direction-nav a:before{
	content:"<";
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	padding-top:3px;
}

/*神奈川add20150728*/

/*モデルコース*/
#planBox .courseList{
	margin:0 0 5px 0;
	padding:0;
}
#planBox .courseList li{
  margin: 0;
	padding:0 5px 0 0;

	border:none;
	display:inline-block;
	vertical-align:top;
}
#planBox .courseList div{
  margin: 0;
	padding:0 5px 0 0;
  width: 32%;
	border:none;
	display:inline-block;
	vertical-align:top;
}
#planBox .courseList .next:after{
	content:"";
	background:url(../img/ic_next.png) no-repeat;
	background-size:10px;
	width:10px;
	height:18px;
	position: absolute;
	right:0px;
	top:40px;
}
#planBox .dayImg{
	margin:0 0 10px 0;
	width:94%;
	float:none;
}
#planBox .courseList span{
  width: 95%;
	display:block;
}

#planBox .courseList span a{
	font-size:0.8em;
}

#planBox .courseList span.time{
	display:inline-block;
}


/*gadget*/
#returnDirection > p {
    line-height: 2!important;
}

.box_unit {
    width: 25px!important;
    padding: 5px 5px 0 0!important;
}

.minus_or_plus_btn {
    margin: 0 10px 10px!important;
}