/* reset */
@media(max-device-width: 768px){
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
	height: 35px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
	min-height: 1%;
	clear:both;
}
/* common */

body {
	color: #4c4948;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap {
	width: 100%;
	overflow: hidden;
}
#main {
	background-color: #FFF;
	clear: both;
}
.inner {
	width: 92%;
	margin: 10px auto;
	line-height: 1.4;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left{
	text-align: left;
}

.t1 {
	margin: 15px 0;
	font-size: 15px;
}
.p-0{
	padding:0!important;
}

.m-10{
	margin:10px!important;
}


.lin-h2{
	line-height: 1.5;
}

.lin-h3{
	line-height: 3.2;
}

.pt-2g{
	padding-top: 6px!important;
	padding-bottom: 6px;
}
.fit {
	width: 100%;
}
.big {
	font-size: 14px;
	font-weight: 600;
}
.blue {
	color: #00b9ef;
}
.blue2 {
	color: #2628b6;
}
.mb10 {
	margin-bottom: 10px;
}

.ml0{
	margin-left: 0px!important;
}

.mt10{
	margin-top: 10px!important;
}


.red {
	color: #e50012;
}

.pinktxt{
	color: #ff78c9;
}
.fs13{ font-size: 13px;}
.fs14{ font-size: 14px;}
.fs15{ font-size: 15px;}
.fs16{ font-size: 16px;}
.fs21{ font-size: 21px;}

.fl{
	float: left;
}
.fr{
	float: right;
}


.blue3{
	font-size: 15px;
	font-weight: 600;
	color: #007fd3;
}

/*大見出し*/
h1 {
	font-size: 19px;
	background-color: #2628b6;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	display: table;
	width: 100%;
	padding: 7px 0;
}
h1 span {
	display: table-cell;
	vertical-align: middle;
}
h1 .title {
	padding-right: 45px;
}
h1 .leftbtn {
	width: 50px;
	height: 25px;
	padding: 0 0 0 10px;
}
h1 .leftbtn img {
	width: 100%;
}
/*中・小見出し*/
.heading-m {
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	padding: 10px 0;
}
.heading-m.search {
	text-align: left;
	background-color: #00b9ef;
	background-image: url(../img/common/icon/snowmk.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 17px;
	padding-left: 30px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.heading-m.tour {
	text-align: center;
	background-color: #007fd3;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.heading-m.result {
	text-align: center;
	background-color: #00b9ef;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.heading-m.black {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #4c4948;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.heading-m.plantitle {
	background-color: #2628b6;
	text-align: center;
}
.heading-m.plantitle div {
	display: table;
	margin: 0 auto;
}
.heading-m.plantitle p {
	display: table-cell;
	vertical-align: middle;
}
.heading-m.plantitle .title {
	padding: 0 5px;
}
.heading-m.plantitle .stepback {
	font-size: 12px;
	color: #2628b6;
	background-image: url(../img/common/step/stepback.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 56px;
	height: 20px;
	margin: -5px 5px 5px 5px;
}



/*現在の検索条件*/
.searchterms {
	border-top: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	border-left: solid 1px #b2b2b2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.searchterms ul li {
	border-bottom: solid 1px #b2b2b2;
	line-height: 35px;
}
.searchterms ul li dl dt {
	padding-left: 23px;
	font-weight: 600;
	width: 30%;
	float: left;
	color: #00acee;
	background-image: url(../img/common/icon/l-bar.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 2px 15px;
}
.searchterms ul li dl dd {
	float: right;
	text-align: right;
	padding-right: 10px;
}
/*表示件数*/
.numdisp {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background-color: #d6efff;
	padding: 12px 0;
	letter-spacing: 1px;
}
.numdisp span {
	color: #e50012;
}
/*検索結果*/
.searchresult {
	border-top: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	border-left: solid 1px #b2b2b2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.searchresult ul li {
	border-bottom: solid 1px #b2b2b2;
}
.searchresult ul li.cont {
	padding: 10px;
	min-height: 70px;
	line-height: 1.4;
}
.searchresult ul li.cont.arrow {
	background-image: url(../img/common/icon/rightarw.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 10px 16px;
	padding-right: 30px;
}
.searchresult ul li.cont .discript {
	font-size: 15px;
	font-weight: 600;
	color: #2628b6;
	min-height: 3.5em;
	line-height: 1.3;
}
.searchresult ul li .pl {
	display: table;
	text-align: right;
	float: right;
}
.searchresult ul li.cont .price {
	color: #e50012;
	font-size: 18px;
	font-weight: 600;
	display: table-cell;
}
.searchresult ul li.cont .seat {
	color: #e50012;
	font-size: 16px;
	display: table-cell;
	padding-left: 10px;
}

.searchresult ul li.cont .contimgs{
	display: table;
}
.searchresult ul li.cont .contimgs p{
	display: table-cell;
	vertical-align: top;
}
.searchresult ul li.cont .contimgs p:last-child{
	padding: 0 0 0 10px;
}

/*ページネーション*/
.pagenation {
	background-color: #d6efff;
	text-align: center;
	padding: 7px 0;
	margin: 15px 0;
}
.pagenation ul li {
	display: inline-block;
	padding: 9px 11px;
}
.pagenation p.prev {
	float: left;
	background-image: url(../img/common/icon/leftarw.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px 14px;
	padding: 10px 12px 10px 12px;
	margin-left: 10px;
}
.pagenation p.next {
	float: right;
	background-image: url(../img/common/icon/rightarw.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px 14px;
	padding: 10px 12px 10px 12px;
	margin-right: 10px;
}
.pagenation .active {
	background-color: #77d4ff;
}
/* header */
#header #orion-logo {
	width: 186px;
	margin: 8px 0 0 8px;
	float: left;
}
.menu {
	background: linear-gradient(bottom, #2F2725 25%, #44403F 63%);
	background: -moz-linear-gradient(bottom, #2F2725 25%, #44403F 63%);
	background: -webkit-linear-gradient(bottom, #2F2725 25%, #44403F 63%);
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, #2F2725), color-stop(0.63, #44403F) );
	height: 55px;
	clear: both;
}
.menu ul {
	display: table;
	width: 100%;
	text-align: center;
}
.menu ul li {
	display: table-cell;
	height: 55px;
	width: 20%;
	table-layout: fixed;
	vertical-align: middle;
}
.menu ul li:not(:last-child) {
	background: url(../img/common/headfoot/dotted.png);
	background-position: right center;
	background-size: 2px 55px;
	background-repeat: no-repeat;
}
.menu ul li img {
	width: 59px;
}
.menu ul li.now {
	background: linear-gradient(bottom, #E6E6E6 24%, #FFFFFF 49%);
	background: -moz-linear-gradient(bottom, #E6E6E6 24%, #FFFFFF 49%);
	background: -webkit-linear-gradient(bottom, #E6E6E6 24%, #FFFFFF 49%);
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.24, #E6E6E6), color-stop(0.49, #FFFFFF) );
}
.menu ul li a {
	display: block;
	width: 100%;
}
/* footer */

#footer {
	text-align: center;
}
#footer #cominfo {
	margin: 15px 0;
}
#footer #cominfo li {
	display: inline-table;
}
#footer #copyright {
	background-color: #2628b6;
	color: #FFF;
	padding: 10px 0;
}
/*電話での問い合わせ*/
.phone {
	background-image: url(../img/common/icon/phone.png), url(../img/common/icon/rightarw.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px center, 98% center;
	background-size: 14px 23px, 8px 14px;
	background-color: #f2f2f2;
	border: solid 1px #666666;
	padding: 10px 0;
	border-radius: 6px;
	width: 275px;
	margin: 15px auto;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}


/* アコーディオン */
.open {
	background-image: url(../img/common/icon/plus.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right center;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.open.active {
	background-image: url(../img/common/icon/minus.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right center;
	padding-right: 20px;
}
.open.bar {
	text-align: left;
	padding-left: 20px;
	background-color: #efefef;
	border: solid 1px #9c9c9c;
	border-radius: 4px;
	margin: 10px 0;
	color: #e50012;
	font-weight: 600;
	background: url(../img/common/icon/plus-g.png) no-repeat, linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background: url(../img/common/icon/plus-g.png) no-repeat, -moz-linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background: url(../img/common/icon/plus-g.png) no-repeat, -webkit-linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background-image: url(../img/common/icon/plus-g.png) no-repeat, -webkit-gradient( linear, left bottom, left top, color-stop(0.18, #EFEFEF), color-stop(0.59, #FFFFFF) );
	background-size: 16px, 100%;
	background-position: 95% center, center;
}
.open.bar.active {
	background-image: url(../img/common/icon/minus-g.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 95% center;
	text-align: left;
	padding-left: 20px;
	background-color: #efefef;
	border: solid 1px #9c9c9c;
	border-radius: 4px;
}
/* ボタン */

.orangebtn, .orangebtn input {
	display: block;
	width: 275px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	background-image: linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background-image: -moz-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background-image: -webkit-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #FF9500), color-stop(0.51, #FFA600) );
	margin: 0 auto;
	border-radius: 6px;
	border: none;
}
.orangebtn.arrow, .orangebtn.arrow input {
	background: url(../img/common/icon/arrow-w.png) no-repeat, linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, -moz-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, -webkit-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #FF9500), color-stop(0.51, #FFA600) );
	background-size: 10px 13px, 100%;
	background-position: 85% center, center;
}
.reserve, .reserve input {
	background-color: #efefef;
	background-size: 10px 13px;
	background-position: 80% center;
	color: #FFF;
	display: block;
	width: 275px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	border-radius: 6px;
	border: none;
}
.reserve.active, .reserve.active input {
	color: #FFF;
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, -moz-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, -webkit-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #FF9500), color-stop(0.51, #FFA600) );
	background-size: 10px 13px, 30px 25px, 100%;
	background-position: 80% center, 20% center, center;
}
.bluebtn.cal {
	display: block;
	width: 275px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin: 15px auto;
	border-radius: 6px;
	border: none;
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, linear-gradient(bottom, #00A3EE 47%, #00B1F1 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, -moz-linear-gradient(bottom, #00A3EE 47%, #00B1F1 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, -webkit-linear-gradient(bottom, #00A3EE 47%, #00B1F1 51%);
	background: url(../img/common/icon/arrow-w.png) no-repeat, url(../img/common/icon/res.png) no-repeat, -webkit-gradient( linear, left bottom, left top, color-stop(0.47, #00A3EE), color-stop(0.51, #00B1F1) );
	background-size: 10px 13px, 30px 25px, 100%;
	background-position: 97% center, 3% center, center;
}
/* プラン */
.plan-a-box, .plan-b-box, .plan-c-box, .plan-d-box, .plan-e-box, .plan-f-box {
	display: none;
}
/* 並び替え */

ul.sort {
	display: table;
	table-layout: fixed;
	width: 92%;
	margin: 15px auto;
	color: #FFF;
	font-weight: 600;
}
ul.sort li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	background-image: -moz-linear-gradient(bottom, #007FD3 49%, #49B4E5 51%);
	background-image: -webkit-linear-gradient(bottom, #007FD3 49%, #49B4E5 51%);
	background-image: linear-gradient(bottom, #007FD3 49%, #49B4E5 51%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #007FD3), color-stop(0.51, #49B4E5) );
	opacity: 0.6;
}
ul.sort li:nth-child(1) {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
ul.sort li:nth-child(2) {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul.sort .active {
	opacity: 1;
}
/* ページトップへ */
.pagetop {
	text-align: right;
	margin: 15px 10px;
	background-image: url(../img/smp/common/headfoot/totop.png);
	background-repeat: no-repeat;
	background-size: 15px 12px;
	background-position: right center;
	padding-right: 20px;
}
.pagetop a {
	text-decoration: underline;
}
/* 行程選択バー */

.step-bar {
	text-align: center;
}
.step-bar img {
	width: 295px;
	padding-bottom: 5px;
}
/* 青枠（行程選択など使用） */
.bluebox {
	border: solid 1px #00b9ef;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.bluebox2 {
	border: solid 1px #007fd3;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.bluebox3 {
	border: solid 1px #007fd3;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.bluebox4 {
	padding: 10px;
	border: solid 1px #00b9ef;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
ul.details {
	display: table;
	table-layout: fixed;
	padding: 5px 0;
}
ul.details li {
	display: table-cell;
	vertical-align: top;
}
ul.details li.discript {
	font-size: 15px;
	font-weight: 600;
	color: #2628b6;
	line-height: 1.3;
	padding: 0 0 0 10px;
}
/* ツアーアイコン（日帰り・宿泊など） */
ul.details li.tour-icon {
	width: 80px;
	height: 50px;
}
ul.details li.tour-icon img {
	width: 100%;
}
/* ご注意 */
.alertbox {
	border: solid 2px #e50012;
	border-radius: 4px;
	padding: 15px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
.alrttop {
	margin: 0 0 -12px 20px;
	width: 50px;
}
/* セレクトボックス */
ul.selectbox {
	border: solid 1px #4c4948;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	margin: 15px 0;
}
ul.selectbox li {
	padding: 10px;
}
ul.selectbox li:not(:last-child) {
	border-bottom: solid 1px #4c4948;
}
ul.selectbox .places {
	display: table;
}
ul.selectbox .places p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
ul.selectbox .places p.title {
	padding: 0 0 0 10px;
}
/* 黒枠 */
.blackbox {
	border: solid 1px #4c4948;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
/* 人数と削除 */
ul.peoplenum {
	display: table;
	width: 100%;
}
ul.peoplenum li {
	display: table-cell;
	vertical-align: middle;
}
ul.peoplenum li:nth-child(2) {
	text-align: right;
}
ul.numselectbox {
	display: table;
	width: 100%;
}
ul.numselectbox li {
	display: table-cell;
	padding: 0 3px;
}
select {
	padding: 7px;
	border-radius: 4px;
}
/* 前のステップへ */
.prevstep {
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	padding: 10px;
	background-color: #f2f2f2;
	border: solid 1px #939393;
	background-image: url(../img/common/icon/prevround.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 5% center;
	margin: 15px 0;
}
/* エラー表示 */


.error {
	border-color: red!important;
}

.aquabar {
	background-color: #d6efff;
	padding: 7px;
	font-weight: 600;
	margin: 10px 0;
}
.aquabar2 {
	background-color: #d6efff;
	padding: 7px;
	font-weight: 600;
	text-align: center;
	color: #0380d4;
}
.aquabar.open {
	background-position: 95%;
	background-color: #d6efff;
	padding: 10px;
	font-weight: 600;
	margin: 10px 0;
	text-align: left;
	border-radius: 4px;
	color: #0381d4;
}
.aquabar.active {
	background-position: 95%;
	background-color: #d6efff;
	font-weight: 600;
	margin: 10px 0;
	text-align: left;
}
.bluebar {
	background-color: #2d2fb8;
	padding: 10px;
	color: #FFF;
	font-weight: 600;
	margin: 10px 0;
	font-size: 15px;
}
.bluebar.tourinfo {
	background-color: #2d2fb8;
	background-image: url(../img/common/icon/tour.png);
	background-repeat: no-repeat;
	background-size: 24px 20px;
	background-position: 10px center;
	padding: 10px 10px 10px 40px;
	color: #FFF;
	font-weight: 600;
	margin: 10px 0;
}
.bluebar.cal {
	background-color: #2d2fb8;
	background-image: url(../img/common/icon/cal.png);
	background-repeat: no-repeat;
	background-size: 24px 20px;
	background-position: 10px center;
	padding: 10px 10px 10px 40px;
	color: #FFF;
	font-weight: 600;
	margin: 10px 0;
}
.bluebar img {
	margin: 0 10px 0 0;
}
.blackbar {
	background-color: #4c4948;
	padding: 5px;
	font-weight: 600;
	margin: 10px 0;
	color: #FFF;
}
.nomtex {
	line-height: 1.4;
}
/* 集合場所・時間 */
ul.times {
	display: table;
	width: 100%;
	margin: 0 0 15px 0;
}
ul.times li:nth-child(1) {
	border-right: solid 1px #4c4948;
	width: 65%;
}
ul.times li {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	border-bottom: solid 1px #4c4948;
}
/* 部屋タイプ */
.roomtype>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.roomtype>ul li {
	display: table-cell;
	padding: 4px;
}
.roomtype>ul .title {
	width: 100px;
}
.roomtype ul li select {
	width: 100%;
}
.addtype {
	background-color: #00b9ef;
	padding: 5px 8px;
	color: #FFF;
	float: right;
	border-radius: 4px;
	margin: 10px 0;
	font-weight: 600;
}
ul.hotels {
	display: table;
	width: 100%;
}
ul.hotels li {
	display: table-cell;
	padding: 3px;
}
ul.hotels li select {
	width: 100%;
}
/* 予約料金詳細 */
.feedetail .title {
	color: #007fd3;
	border-left: solid 4px #007fd3;
	padding: 3px;
	margin: 5px 0;
}
.feedetail dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.feedetail dl dt, .feedetail dl dd {
	display: table-cell;
	vertical-align: middle;
}
.feedetail dl dt {
	width: 30%;
	padding: 0 0 0 10px;
}


.feedetail .price {
	color: #e50012;
	font-weight: 600;
}
.feedetail .cont {
	padding: 5px;
}
.totalprice {
	background-color: #d6efff;
	padding: 5px;
	text-align: right;
	letter-spacing: 1px;
	margin: 10px 0;
}
.totalprice span {
	color: #e50012;
}
.totalprice span.price {
	font-size: 18px;
	font-weight: 700;
}
.apply {
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding-left: 30px;
	background-color: #efefef;
	border: solid 1px #9c9c9c;
	border-radius: 4px;
	margin: 10px 0;
	font-weight: 600;
	background: url(../img/common/icon/check-off.png) no-repeat, linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background: url(../img/common/icon/check-off.png) no-repeat, -moz-linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background: url(../img/common/icon/check-off.png) no-repeat, -webkit-linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background-image: url(../img/common/icon/check-off.png) no-repeat, -webkit-gradient( linear, left bottom, left top, color-stop(0.18, #EFEFEF), color-stop(0.59, #FFFFFF) );
	background-size: 16px, 100%;
	background-position: 5% center, center;
	cursor: pointer;
}
.apply.active {
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding-left: 30px;
	background-color: #efefef;
	border: solid 1px #9c9c9c;
	border-radius: 4px;
	margin: 10px 0;
	font-weight: 600;
	background: url(../img/common/icon/check-on.png) no-repeat, linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background: url(../img/common/icon/check-on.png) no-repeat, -moz-linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background: url(../img/common/icon/check-on.png) no-repeat, -webkit-linear-gradient(bottom, #EFEFEF 18%, #FFFFFF 59%);
	background-image: url(../img/common/icon/check-on.png) no-repeat, -webkit-gradient( linear, left bottom, left top, color-stop(0.18, #EFEFEF), color-stop(0.59, #FFFFFF) );
	background-size: 16px, 100%;
	background-position: 5% center, center;
}
.caution {
	background-color: #00b9ef;
	color: #FFF;
	font-size: 12px;
	background-image: url(../img/common/icon/coution.png);
	background-repeat: no-repeat;
	background-size: 25px 20px;
	background-position: 5px center;
	border-radius: 4px;
	padding: 10px 2px 10px 35px;
	margin: 10px 0;
}
/* ツアー詳細 */
.blueback {
	background-color: #d6efff;
	padding: 10px;
}
.tour-detail {
	margin: 15px 0;
}
.tour-detail ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.tour-detail ul li {
	display: table-cell;
	padding: 5px 0;
}
.tour-detail ul li:nth-child(1) {
	width: 30%;
}
.tour-detail ul li select {
	width: 87%;
}
.tour-detail .price {
	color: #e50012;
	font-size: 22px;
	font-weight: 600;
}
.pointbar {
	background-color: #007fd3;
	width: 100%;
	padding: 8px 0;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0 20px 0;
}
.pointbar:after {
	position: absolute;
	bottom: -7px;
	right: 46%;
	content: " ";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7.5px 0 7.5px;
	border-color: #007fd3 transparent transparent transparent;
}
ul.midmenu {
	border: solid 1px #9b9b9b;
	border-radius: 4px;
	background-color: #f2f2f2;
	font-weight: 600;
}
ul.midmenu li a {
	display: block;
	padding: 13px 13px 10px 35px;
	background-image: url(../img/common/icon/rightarw.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 10px 13px;
	padding-left: 10px;
	color: #4c4948;
}


ul.midmenu li.info a {
	padding-left: 35px;
	background: url(../img/common/icon/info.png) no-repeat, url(../img/common/icon/rightarw.png)no-repeat;
	background-position: 10px center, 95% center;
	background-size: 15px, 10px 13px;
}
ul.midmenu li.sch a {
	padding-left: 35px;
	background: url(../img/common/icon/sch.png) no-repeat, url(../img/common/icon/rightarw.png)no-repeat;
	background-position: 10px center, 95% center;
	background-size: 15px, 10px 13px;
}
ul.midmenu li.gal a {
	padding-left: 35px;
	background: url(../img/common/icon/gal.png) no-repeat, url(../img/common/icon/rightarw.png)no-repeat;
	background-position: 10px center, 95% center;
	background-size: 15px, 10px 13px;
}
ul.midmenu li.place a {
	padding-left: 35px;
	background: url(../img/common/icon/place.png) no-repeat, url(../img/common/icon/rightarw.png)no-repeat;
	background-position: 10px center, 95% center;
	background-size: 15px, 10px 13px;
}
ul.midmenu li.couti a {
	padding-left: 35px;
	background: url(../img/common/icon/couti.png) no-repeat, url(../img/common/icon/rightarw.png)no-repeat;
	background-position: 10px center, 95% center;
	background-size: 15px, 10px 13px;
}
ul.midmenu li.inst a {
	padding-left: 35px;
	background: url(../img/common/icon/inst.png) no-repeat, url(../img/common/icon/rightarw.png)no-repeat;
	background-position: 10px center, 95% center;
	background-size: 15px, 10px 13px;
}
ul.midmenu li:not(:last-child) {
	border-bottom: solid 1px #9b9b9b;
}
/* flipsnap */
.viewport {
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.flipsnap {
	width: 9999px; /* 320px(item width) * 3(item count) */
}
.item {
	float: left;
	width: 100px;
	text-align: center;
	background: #EFEFEF;
	color: #666;
	margin: 0 10px 0 0;
}
.item img {
	width: 100%;
}
.pointer {
	text-align: center;
	padding: 8px 0;
}
.pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ccc;
	margin: 5px 4px;
}
.pointer span.current {
	background: #333;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* flipsnap2 */
.viewport {
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.flipsnap {
	width: 9999px; /* 320px(item width) * 3(item count) */
}
.item2 {
	float: left;
	width: 250px;
	text-align: center;
	background: #EFEFEF;
	color: #666;
	margin: 0 8px;
}
.item2 img {
	width: 100%;
}
.area2{ padding-left: 25px;}
.pointer {
	text-align: center;
	padding: 8px 0;
}
.pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ccc;
	margin: 5px 4px;
}
.pointer span.current {
	background: #333;
}
.prev {
	float: left;
}
.next {
	float: right;
}

.prev2 {
	position: relative;
	float: left;
	margin-top: -65px;
	margin-left:25px;
	z-index:999;
}
.next2 {
	position: relative;
	float: right;
	margin-top: -65px;
	margin-right:30px;
	z-index:999;
}



/* 電話問い合わせ詳細 */
.phonedet {
	background-image: url(../img/common/icon/phone.png), url(../img/common/icon/rightarw.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5px center, 98% center;
	background-size: 14px 23px, 8px 14px;
	background-color: #f2f2f2;
	border: solid 1px #666666;
	padding: 3px 0;
	border-radius: 6px;
	width: 100%;
	margin: 15px auto;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
.phonedet ul.tbw {
	display: table;
	width: 93%;
	table-layout: fixed;
}
.phonedet ul.tbw .nom {
	text-align: right;
}
.phonedet ul.tbw li {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.phonedet ul.tbw li.date {
	font-size: 10px;
	font-weight: 500;
}
.phonedet ul.tbw li.date .day {
	font-size: 11px;
	font-weight: 500;
	width: 45%;
	text-align: left;
}
.phonedet ul.tbw li.date .time {
	text-align: left;
}
/* カレンダー */


.calender {
}
.calender ul.satday {
	background-color: #d6efff;
}
.calender ul.sunday {
	background-color: #ffe9f6;
}
.calender ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: solid 1px #b2b2b2;
	height: 50px;
}
.calender ul:last-child {
	border-bottom: solid 1px #b2b2b2;
}
.calender ul li {
	display: table-cell;
	font-weight: 600;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}
.calender ul .date {
	width: 70px;
}
.calender ul .day {
	width: 40px;
}
.calender ul .qun {
	width: 20px;
}
.resbtn, .resbtn input {
	display: block;
	padding: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	background-image: linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background-image: -moz-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background-image: -webkit-linear-gradient(bottom, #FF9500 49%, #FFA600 51%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.49, #FF9500), color-stop(0.51, #FFA600) );
	margin: 0 auto;
	border-radius: 6px;
	border: none;
}
ul.pager {
	display: table;
	table-layout: fixed;
	width: 100%;
}
ul.pager li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
ul.pager li.prev {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #4c4948;
	color: #FFF;
	font-weight: 600;
	width: 40px;
}
ul.pager a {
	color: #FFF;
}
ul.pager li.next {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #4c4948;
	color: #FFF;
	font-weight: 600;
	width: 40px;
}
ul.pager li.date {
	font-size: 14px;
	background-color: #edecec;
	width: 100%;
}
/* 施設 */
.amenity {
	border: solid 1px #cecece;
	margin: 15px 0;
	border-radius: 4px;
	color: #007fd3;
	font-weight: 600;
}
.amenity ul {
	display: table;
	width: 100%;
	text-align: left;
	table-layout: fixed;
}
.amenity ul:not(:last-child) {
	border-bottom: solid 1px #cecece;
}
.amenity ul li {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
.amenity ul li:nth-child(1) {
	width: 40px;
}
.amenity .price {
	border-left: solid 1px #cecece;
	text-align: center;
	width: 80px;
}



/* sns */

.sns ul{ display: table;
table-layout: fixed; 
width: 320px;
margin: 0 auto;
overflow:hidden;}
.sns ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
	text-align: center;
}


/* 追加共通　*/
.mt0{
	margin-top: 0px!important;
}

.mt15{
	margin-top: 15px;
}

p.red-border{
	border:2px solid #f55382;
	color:#f55382;
	text-align: center;
	padding: 10px 10px;
	font-weight: 600;
	margin-bottom: 15px;
}

.w70{
	width: 62%;
}

.mr10{
	margin-right: 10px;
}

.mt10{
	margin-top: 10px;
}

.mb5{
	margin-bottom: 5px;
}

.ml5{
	margin-left: 5px;
}

.ml10{
	margin-left: 10px;
}

.red{
	color: red;
}


.t-l{
	padding-left: 10px;
	text-align: left!important;
}

.tlC{
	text-align: center;
}

.color-b{
	color:#007ED2!important;
}


/*　border　*/
.no-border{
	border: none!important;
}

.border-b{
	border-bottom: solid 1px #b2b2b2;
}

/*　見出し　*/
h2.bus-stop{
	background-image: url(../img/common/icon/bus-stop.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px 23px;
	padding: 10px 0;
	padding-left:35px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #2628b6;
}

h2.blue-only{
	padding: 10px 0;
	padding-left:10px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #2628b6;
}

 .bk-black-title{
 	background-color: #4c4948;
 	color: #fff;
 }

.padding-0{
	padding:0!important;
}



/* slidemenu */
#slidemenu {
	height: 470px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	float: left;
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 9999;

}
#slidemenu:before {
	position: absolute;
	top: -10px;
	right: 40px;
	content: " ";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}
.menu-open {
	float: right;
	color: #4c4948;
	width: 50px;
	background-color: #FFF;
	padding: 5px 2px 5px 30px;
	margin: 12px;
	background-image: url(../img/common/icon/menuopen.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 8px center;
	font-weight: 600;
	border: solid 2px #4c4948;
	border-radius: 4px;
	cursor: pointer;
}
.menu-close {
	position: absolute;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	color: #fff;
}

.close-area{
	margin-top: 50px;
	width: 100%;
	background-color: #fff;
	opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=70);	/*IE8以下*/
}


.menu-01{
	margin: 5px auto;
}

.menu-01 ul{
	margin: 5px auto;
	display: table;
}

.menu-01 ul li{

	display: table-cell;
}

.menu-01 ul li img{
	margin-left: 5px; 
	width:70px;
}

h2.menu-title{
	margin: 10px 10px;
	padding: 5px 0px;
	background-image: url(../img/common/icon/snowmk.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 17px;
	padding-left: 30px;
	background-color: #00b9ef;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}


.menu-02 ul{
	margin: 5px auto;
	display: table;
	text-align: center;
	vertical-align: middle;
}

.menu-02 ul li{
	display: table-cell;
	vertical-align: middle;
}

.menu-02 ul li p{
	margin-left: 5px;
	font-size: 14px;
	font-weight: 600;
	width: 142px;
	height: 50px;
	border: 2px solid #fff;
	vertical-align: middle;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: url(../img/common/icon/arrow-w.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 6px 12px;
}

.menu-02 ul li a{
	color: #fff;
	width: 142px;
	height: 50px;
	vertical-align: middle;
}




/*　検索ボックス　*/
#searchmenu {
	overflow: hidden;
	height: auto;
	width: 100%;
	float: left;
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9999;

}

#searchmenu-area{
	height: auto;
	background-color: #fff;
}

.search-close {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: right;
	cursor: pointer;
	color: #000;
}

.search-close-area{
	border-top: 1px solid #b2b2b2;
	width: 100%;
	background-color: #fff;
	opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=70);	/*IE8以下*/
}

.search-title{
	margin:10px 0;
	text-align: center;
}


.tab-list3,.tab-list4{
	display: block;
	padding: 15px 10px;
	height:20px;
	background-color: #00b9ef;
	color: #fff;
	font-weight: 600;
	width: 43%;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	text-align: center;
}

.tab-list3.active,.tab-list4.active{
	display: block;
	padding: 15px 10px;
	background-color: #007fd3;
	color: #fff;
	font-weight: 600;
	width: 43%;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	text-align: center;
}

.tab-list3{
	float: left;
}

.tab-list4{
	float: right;
}

.formset.ture-cord  input{
	margin-bottom: 15px;
	height: 35px;
	border-radius: 4px;
	border: solid 1px #b2b2b2;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.search-step1 .formset select, .search-step2 .formset select{
	height: 45px;
	padding: 5px!important;
	width: 100%;
	font-size: 120%;
	-webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
    border: none;
    background-image: url(../img/common/icon/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 18px 13px;
	background-color: #fff;
}

input {
	font-size: 120%;
}


 .tab-bk-w{
 	height: auto;
 	width: 100%;
 	background-color: #fff;
 }


.search-step1 dl, .search-step2 dl{
	display: table;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #a5a4a3;
}

.search-step1 dt, .search-step2 dt{
	display: table-cell;
	width: 70px;
	vertical-align: middle;
	text-align: center;
	background-color: #4c4948;
	color: #fff;
}

.search-step1 dd, .search-step2 dd{
	display: table-cell;
	vertical-align: middle;
	text-align: center!important;
	background-color: #fff;
}

.search-step2 dd.karenda{
	padding:0 5px;
	padding-top: 5px;
	padding-right: 0px;
	vertical-align: middle;
}


.search-tab-content {
	border-top: 6px solid #007fd3;
	background-color: #d6efff;
}





p.foot-list {
margin: 0 15px;
padding: 10px 10px;
background-color: #fff000;
font-weight: 600;
font-size: 15px;
}


/* ラジオボタンUI　*/
dl.formSample02 dd:after { content: ''; display: block; clear: both; text-align: center;}  
dl.formSample02 dd li {  
    position: relative;
    list-style: none;  
    float: left;  
    width: 35%;
}  

dl.formSample02 dd ul{
    margin-left:1%;
 }

dl.formSample02 dd li{  
    display: block;  
    padding: 10px 20px;  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2d8ff), color-stop(0.5, #66b2ff), color-stop(0.5, #3399ff), color-stop(1, #1e90ff));  
    border: 1px solid #3399ff;  
    border-radius: 5px 0 0 5px;  
    -webkit-box-shadow: 0 0 5px #aaa;  
    color: #fff;  
    font-weight: bold;  
    text-shadow: 0 1px #fff;  
    text-align: center;  
    color: #555;
    float: left;
}  
dl.formSample02 dd li:last-child{
    border-left: 0;
    border-radius: 0 5px 5px 0;
}  
dl.formSample02 dd li.active{
    text-shadow: 0 -1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
    color: #111;
}  



/* ラジオボタンUI　*/
.search-redio{
	width: 100%;
	display: table;
}

.search-redio input {
	display: none;
}
.search-redio p{
	display: table-cell;
	cursor: pointer;
	width: 50%;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

.search-redio p span{
	display: block;
	padding: 5px;
}



.search-redio input[type="radio"]:checked + .switch-on {
	background-color: #007fd3;
	color: #fff;
}
.search-redio input[type="radio"]:checked + .switch-off {
	background-color: #007fd3;
	color: #fff;
} 

.search-redio input[type="radio"]:checked + .switch-on2 {
	background-color: #007fd3;
	color: #fff;
}
.search-redio input[type="radio"]:checked + .switch-off2 {
	background-color: #007fd3;
	color: #fff;
} 

/*選択できない場合*/
.search-redio input[type="radio"]:disabled + .switch-on {
	background: #535353;
	color: #869198;
}
.search-redio input[type="radio"]:disabled + .switch-off {
	background: #535353;
	color: #869198;
} 

.search-redio input[type="radio"]:disabled + .switch-on2 {
	background: #535353;
	color: #869198;
}
.search-redio input[type="radio"]:disabled + .switch-off2 {
	background: #535353;
	color: #869198;
} 





/* 変更ボタン　*/
.change-btn{
	float: right;
	padding: 8px 40px;
	color: #fff;
	border-radius: 5px;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.47, #00A3EE), color-stop(0.51, #00B1F1) );
	background-size: 100%;
	background-position: center;
}

.border-top{
	border-top: 1px solid #00b9ef;
}


ul.midmenu li a {
padding-left: 10px;
color: #4c4948;
}

ul.midmenu li.couti a {
padding-left: 35px;
background-size: 20px,10px 13px;
}



input.orangebtn.arrow:disabled{
	display: none;
}


/* PCへ切り替えボタン　*/
p.PC-icon{
	margin: 0 auto;
	width:50%;
	padding: 8px 15px;
	border: 1px solid #4c4948;
	border-radius: 4px;
	background: url("../img/common/icon/pc-icon.png");
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: 24px 19px;
	font-weight: 600;
}

.error2 {
	margin: 10px 0;
	border: 1px solid;
	border-color: red!important;
	font-weight: 600;
	color: red;
	padding: 10px;
}
}