@charset "utf-8";
/* CSS Document */

@media (max-width: 640px) {
	.hidden-sp {
		display: none !important;
	}

	.hidden-sp2 {
		display: none !important;
	}

	/*横2列記事*/
	ul.list_half {
		width: 100%;
		margin: 0 auto 10px auto
	}

	ul.list_half li,
	ul.list_half2 li {
		width: 100%;
		max-width: 620px;
		clear: both;
		margin: 0 auto;
	}

	ul.list_half li:nth-of-type(2n-1),
	ul.list_half2 li:nth-of-type(2n-1) {
		margin: 0 auto 10px auto
	}

	/*singlepage*/
	.basearea .left {
		float: none;
		display: block;
		width: 80%;
		margin: 0 auto 0.5%;
	}

	.basearea .left img {
		text-align: center;
		width: 100%;
	}
}

@media (min-width: 641px) and (max-width: 939px) {
	.hidden-sp {
		display: none !important;
	}
}

@media (min-width: 641px) {

	/*横2列記事*/
	ul.list_half,
	ul.list_half2 {
		width: 100%;
		margin: 0 auto 10px auto;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	ul.list_half li,
	ul.list_half2 li {
		width: 49%;
	}

	ul.list_half li:nth-of-type(2n-1),
	ul.list_half2 li:nth-of-type(2n-1) {
		margin: 0 2% 0 0;
	}

	ul.list_half li:nth-of-type(2n+1),
	ul.list_half2 li:nth-of-type(2n+1) {
		clear: both;
	}
}

@media (max-width: 939px) {


	/*header*/
	.n_header {
		clear: both;
		position: fixed !important;
		display: block;
		z-index: 9999;
		width: 100%;
		height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	.n_header h1 {
		float: left;
		width: 250px;
		padding: 0 0;
	}

	.n_header h1 img {
		width: 100%;
		height: 50px;
	}

	/*footer*/
	.pagetop {
		width: 100%;
		text-align: center;
	}

	.pagetop img {
		width: 40%;
	}

	.footer {
		padding: 10px;
		background-color: #f5f5f5;
	}

	.copyright {
		margin: 0;
	}

	/*wrapper*/
	.wrapper {
		padding: 50px 0 0 0;
	}

	.bread {
		display: none;
	}

	/*secondary*/

	.container p {
		padding: 0 10px;
		margin: 0 0 12px;
	}

	.section {
		margin: -50px 10px 35px 10px;
		padding: 50px 0 0 0;
	}

	/*title*/

	.title {
		width: 100%;
		margin: 10px auto 1em 10px;
	}

	.titlearea+p {
		padding: 0 10px 10px 10px
	}

	/*subtitle*/
	h2 {
		padding: 0 10px 8px 10px;
		margin: 20px 0 10px 0;
	}

	h2+p {
		padding: 0 10px
	}

	/*more*/
	.more {
		cursor: pointer;
		padding: 10px 1em;
		display: block;
	}

	.more strong {
		margin: auto;
		text-align: center;
		width: 9em;
		border: 1px solid #ccc;
		display: block;
		background-color: #fff;
		padding: 6px 1em;
	}

	.more strong:before {
		content: "もっと見る";
		background: url(../../common/img/ic_plus_sp.png) 0 50% no-repeat;
		background-size: 16px 16px;
		padding: 0 0 0 20px;
	}

	.more.active strong:before {
		content: "閉じる";
		background: url(../../common/img/ic_minus_sp.png) 0 50% no-repeat;
		background-size: 16px 16px;
		padding: 0 0 0 20px;
	}

	.slideBox {
		display: none;
	}

	#menu_sp {
		clear: both;
		margin: 0;
		padding: 0 0 50px 0;
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 50px;
		background-color: rgba(0, 0, 0, 0.75);
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 99
	}

	#menu_top_sp {
		clear: both;
		display: block;
		margin: 0 0 30px 0;
		padding: 0;
		padding: 0;
		overflow: hidden;
	}

	#menu_top_sp a,
	#menu_sp a {
		text-decoration: none;
	}

	#toggle {
		display: block;
		float: right;
		position: relative;
		padding: 0;
		margin: 0;
	}

	#toggle a {
		display: block;
		width: 50px;
		height: 50px;
		background: url(../../common/img/button_menu_open_sp.png) 0 0 no-repeat;
		background-size: 50px 50px;
	}

	#toggle.active a {
		background: url(../../common/img/button_menu_close_sp.png) 0 0 no-repeat;
		background-size: 50px 50px;
	}

	.target1,
	.target2 {
		display: none;
	}

	.menu-overlay {
		z-index: 5;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background-color: rgba(0, 0, 0, 0.75);
	}

	#menu_sp .menusparea {
		height: 100%;
		overflow: auto;
		/*
 -webkit-overflow-scrolling: touch;*/
	}


	ul.top_menu1 {
		clear: both;
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}

	ul.top_menu1 li {
		clear: both;
		display: block;
		padding: 0;
		margin: 0;
		position: relative;
		overflow: hidden;
		border-top: 1px solid #ccc;
		/*background:url(../../common/img/ic_arrowR_sp.png) right 10px center no-repeat; background-size:16px 16px;*/
		background-color: #Fff
	}

	ul.top_menu1 li a {
		border-left: 10px solid #ccc;
		display: block;
		color: #333;
		font-size: 16px;
		font-weight: bold;
		padding: 16px 10px;
	}

	ul.top_menu1 li a:before,
	ul.top_menu1 li.m-route #bus_menu a:before,
	ul.top_menu1 li.m-tour #tour_menu a:before {
		content: url("../../common/img/ic_arrowR2_sp.png");
		position: absolute;
		top: 21px;
		right: 10px;
	}

	ul.top_menu1 li.m-route a:before,
	ul.top_menu1 li.m-tour a:before {
		content: url("../../common/img/ic_plus2_sp.png");
		position: absolute;
		top: 21px;
		right: 10px;
	}

	ul.top_menu1 li.m-route a.active:before,
	ul.top_menu1 li.m-tour a.active:before {
		content: url("../../common/img/ic_minus2_sp.png");
		position: absolute;
		top: 21px;
		right: 10px;
	}

	ul.top_menu1 li:last-of-type {
		border-bottom: 1px solid #ccc;
	}



	ul.top_menu1 li.m-route {
		background-color: #F5f5f5
	}

	ul.top_menu1 li.m-route a,
	ul.top_menu1 li.m-route2 a {
		border-left-color: #0066CC;
	}

	ul.top_menu1 li.m-tour a,
	ul.top_menu1 li.m-tour2 a {
		border-left-color: #339900;
	}

	ul.top_menu1 li.m-ticket {
		background-color: #F5f5f5
	}

	ul.top_menu1 li.m-ticket a {
		border-left-color: #CC6600;
	}

	ul.top_menu1 li.m-pasmo a {
		border-left-color: #EB6DA5;
	}

	ul.top_menu1 li.m-haneda a {
		border-left-color: #E73720;
	}

	ul.top_menu1 li.m-tokyo a {
		border-left-color: #7A6CAC;
	}

	ul.top_menu1 li.m-mishima a {
		border-left-color: #01A53B;
	}

	ul.top_menu1 li.m-outlet a {
		border-left-color: #019FE8;
	}

	#bus_menu li:nth-child(2n),
	#tour_menu li:nth-child(2n-1) {
		background-color: #F5F5F5
	}

	/*#bus_menu,#tour_menu{ display:none;}*/
	#bus_menu li a,
	#tour_menu li a {
		font-size: 14px;
		padding: 5px 10px;
		margin: 5px 0 5px 16px
	}

	#bus_menu li span,
	#tour_menu li span {
		color: #666;
		font-size: 12px;
		font-weight: normal;
	}

	#bus_menu li:last-of-type,
	#tour_menu li:last-of-type {
		border-bottom: none;
	}


	ul.top_menu2,
	ul.top_menu3,
	ul.top_menu4 {
		width: 100%;
		clear: both;
		display: table;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}

	ul.top_menu2 li,
	ul.top_menu3 li,
	ul.top_menu4 li {
		float: left;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: table-cell;
		width: 50%;
		height: 4em;
		vertical-align: bottom;
		padding: 0 20px 0 0;
		margin: 0;
		position: relative;
		overflow: hidden;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}

	ul.top_menu2 li:nth-of-type(2n-1),
	ul.top_menu3 li:nth-of-type(2n-1),
	ul.top_menu4 li:nth-of-type(2n-1) {
		border-right: 1px solid #ccc;
	}

	ul.top_menu2 li a,
	ul.top_menu3 li a,
	ul.top_menu4 li a {
		display: block;
		color: #333;
		font-size: 14px;
		line-height: 1.2em;
		font-weight: bold;
		padding: 18px 10px;
	}

	ul.top_menu2 li a:before,
	ul.top_menu3 li a:before {
		content: url("../../common/img/ic_arrowR2_sp.png");
		position: absolute;
		top: 21px;
		right: 10px;
	}

	ul.top_menu4 li a:before {
		content: url("../../common/img/ic_pdf2_sp.png");
		position: absolute;
		top: 21px;
		right: 10px;
	}

	ul.top_menu2 li:nth-of-type(1) a:before,
	ul.top_menu3 li:nth-of-type(5) a:before {
		content: url("../../common/img/ic_monitor2_sp.png");
		position: absolute;
		top: 21px;
		right: 10px;
	}

	ul.top_menu2 li:last-of-type {
		width: 100%;
		border-right: none
	}

	ul.top_menu2 li:nth-of-type(1),
	ul.top_menu2 li:nth-of-type(2),
	ul.top_menu2 li:nth-of-type(5),
	ul.top_menu2 li:nth-of-type(5),
	ul.top_menu2 li:nth-of-type(6),
	ul.top_menu2 li:nth-of-type(9),
	ul.top_menu3 li:nth-of-type(3),
	ul.top_menu3 li:nth-of-type(4),
	ul.top_menu4 li:nth-of-type(1),
	ul.top_menu4 li:nth-of-type(2) {
		background-color: #F5f5f5;
	}

	ul.top_menu2 li:nth-of-type(3) a,
	ul.top_menu2 li:nth-of-type(6) a,
	ul.top_menu3 li:nth-of-type(3) a,
	ul.top_menu3 li:nth-of-type(4) a {
		padding: 12px 10px;
	}

	ul.top_menu2 li a span,
	ul.top_menu3 li a span {
		font-size: 12px !important;
	}




	ul.anchor {
		display: none
	}




	/*singlepage*/

	.titlearea .title {
		box-sizing: border-box;
		width: 100%;
	}

	#linetitleimage {
		margin: 0 0 20px 0 !important;
		padding: 0 !important;

	}

	dl,
	dt,
	dd {
		margin: 0;
		padding: 0;
	}

	.contents dd {
		width: 100%;
		overflow: visible;
		min-width: auto;

	}

	/*.contents dl{
	width:100% !important;
	margin:20px 0 0;
	min-width:auto;
	box-sizing: border-box;
}*/
	.anchor2 {
		width: 100%;
	}

}




@media (min-width: 940px) {

	#menu_sp {
		display: none;
	}


	.hidden-pc {
		display: none !important;
	}

	.hidden-pc2 {
		display: none !important;
	}

	/*header*/
	.n_header {
		width: 940px;
		height: 72px;
		position: relative;
		margin: 0 auto;
	}

	.n_header h1 {
		float: left;
		width: 470px;
		padding: 0 0;
	}

	/*footer*/
	.pagetop {
		width: 940px;
		text-align: right;
	}

	.pagetop a {
		width: 100px;
		float: right;
		border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
		-moz-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
		-webkit-border-radius: 6px 6px 0px 0px / 6px 6px 0px;
	}

	.pagetop img {
		width: 100%;
	}

	.footer {
		padding-bottom: 30px;
		min-width: 940px;
		background-color: #eeeeee;
	}

	.copyright {
		margin-top: 25px;
	}

	/*wrapper*/
	.wrapper {
		padding: 10px 0 0 0;
	}

	.contents {
		width: 940px;
	}


	/*bread*/
	.bread {
		width: 940px;
		font-size: 12px;
		padding: 0;
		margin: 10px 0 25px;
	}

	/*secondary*/
	.container {
		float: left;
		width: 620px;
	}

	.container p {
		width: 100%;
		margin: 0 0 12px;
	}

	.section {
		margin: -100px 0 35px 0;
		padding: 100px 0 0 0;
		overflow: hidden;
	}

	/*title*/
	.titlearea {
		z-index: 10;
	}

	.titlearea.fixed .title {
		width: 904px
	}

	.title {
		width: 920px;
		margin: 0 auto 1em auto;
	}

	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1em 0 0 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.titlearea+p {
		width: 620px;
		padding: 10px 0 20px 0;
	}

	/*titlelink*/
	ul.anchor {
		margin: 6px 0 0 0;
		padding: 0;
		font-size: 12px;
		overflow: hidden;
	}

	ul.anchor li {
		float: left;
		padding: 0;
		text-align: center;
		margin: 0 5px 0 0;
	}

	ul.anchor a {
		background: url(../../common/images/ic_arrowB_pc.png) 0 50% no-repeat;
		text-decoration: underline;
		padding: 0 0 0 15px;
	}

	/*subtitle*/
	h2 {
		padding: 0 0 8px 0;
		margin: 20px 0 10px 0;
	}

	h2:first-of-type {
		margin: 0 0 10px 0;
	}

	.r_contents {
		width: 300px;
	}

	.rnavi {
		float: right;
		width: 300px;
	}



}

.wapp {
	width: 100%;
	background: #fff;
}

/*header*/
.n_header .foreign {
	margin: 0;
	position: absolute;
	right: 0;
	top: 15px;
	margin: 0;
	padding: 0;
}

.n_header .foreign li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0
}

.n_header .foreign li:last-child,
.n_header .h_banner li:last-child {
	margin-right: 0;
}

.n_header .h_banner {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
	padding: 0;
}

.n_header .h_banner li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0
}

.nav {
	background: #e5e5e5;
}

.nav ul.navflex {
	width: 940px;
	margin: 0 auto;
	padding: 7px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav ul.navflex li {
	margin: 0;
	padding: 0;
}

.nav ul.navflex li img {
	vertical-align: middle !important;
}

.n_menu_b {
	background-color: #f5f5f5;
	padding: 20px 0 10px 0;
}

.n_menu {
	margin: 0px auto;
	width: 940px;
	padding: 0px;
}

.n_menu dl {
	margin: 0;
	padding: 0;
}

.n_menu dl dt {
	margin-bottom: 10px;
	display: block;
}

.n_menu dl dd {
	float: left;
	margin-bottom: 10px;
}

.cat01 {
	float: left;
	width: 514px;
	margin-right: 20px;
}

.cat02 {
	float: left;
	width: 245px;
	margin-right: 19px;
}

.cat03 {
	float: right;
	width: 142px;
}

.cat03 p {
	margin-bottom: 10px;
}

/*footer*/
.pagetop {
	margin: 0 auto;
	position: relative;
}

.pagetop a {
	display: block;
	background-color: #eeeeee;
	padding: 10px 20px;
}

.pagetop img {
	height: auto;
}

.footer {
	text-align: center;
}

.footer #foot01 {
	padding-top: 25px;
}

.footer li {
	display: inline;
	margin-right: 20px;
}

.footer li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	background: url(../img/ic_arrowR_pc.png) 0 50% no-repeat;
	padding-left: 1em;
}

.footer li a:hover {
	color: #475BA0;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

/*clearfix*/
.n_header:after,
.n_menu:after,
.n_menu dl:after,
.n_menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*IE7?O_uEU*/

.n_header,
.nav ul,
.n_menu,
.n_menu dl,
.n_menu {
	display: inline-block;
}

/*IE7MacIE5*/

/*Hides from IE-mac\*/
* html .n_header,
* html .nav ul,
* html .n_menu,
* html .n_menu dl,
* html .n_menu {
	height: 1%;
}

.n_header,
.nav ul,
.n_menu,
.n_menu dl,
.n_menu {
	display: block;
}

/*End hide from IE-mac*/
/*IE6?O*/

/*wrapper*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}

.contents {
	margin: 0 auto 50px;
	overflow: hidden;
}



/*secondary*/
.container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.section {
	display: block;
	clear: both;
	overflow: hidden;
}


.basiclist {
	padding: 0 12px;
	margin: 0;
	font-size: 85%;
	font-size: 90%;
}

.basiclist li {
	text-indent: -12px;
	margin: 0 0 0 12px;
}

.numlist {
	padding: 12px 20px;
	display: block;
	overflow: hidden;
	line-height: 1.5em
}

.numlist dt {
	float: left;
	width: 1.5em;
	margin: 0;
	clear: both;
}

.numlist dd {
	float: left;
	width: 100%;
	padding: 0 0 0 1.5em;
	margin: -1.5em 0 1em 0;
}

.numlist dt:last-of-type {
	margin: 0
}

.numlist dd:last-of-type {
	margin: -1.5em 0 0 0
}


.circlelist {
	padding: 12px 12px 0;
	margin: 0;
	font-size: 100%;
}

.circlelist li {
	text-indent: -14px;
	margin: 0 0 0 14px;
}

.disclist {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.disclist li {
	padding: 0 0 0 1em
}

.disclist li:before {
	content: "\30FB";
	margin: 0 0 0 -1em;
}

.squarelist {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.squarelist li {
	text-indent: -6px;
	margin: 0 0 0 6px;
}

/*横2列記事*/
ul.list_half,
ul.list_half2
	{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.list_half li,
ul.list_half2 li {
	float: left;
}

ul.list_half {
	display: table;
}

ul.list_half li {
	display: table-cell;
	vertical-align: top
}

ul.list_half2 {
	display: block;
}

ul.list_half2 li {
	float: left;
	display: block;
}

ul.list_half li a,
ul.list_half2 li a {
	color: #007FCC;
}

ul.list_half li a.btn_reserve,
ul.list_half2 li a.btn_reserve {
	color: #333;
}




/*rightnavi*/
.rnavi h4 {
	background-color: #E73720;
	color: #FFF;
	font-size: 16px;
	padding: 6px 10px;
	line-height: 1.3em;
	border-bottom: none;
	margin: 0;
}

.rnavi h4 span {
	font-size: 14px;
}

.inq {
	padding: 0;
	margin: 0 0 20px;
}

.inq .info {
	background-color: #f5f5f5;
	padding: 10px;
}

.inq .info strong {
	font-size: 14px;
}

.inq .info p.number {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.inq .info p:nth-of-type(2) {
	font-size: 12px;
	margin: 0 0 10px 0
}

.inq .info p:last-of-type {
	margin: 0
}

.useful {
	margin: 0px auto 20px;
	background-color: #f5f5f5;
	padding: 10px
}

.useful li {
	padding: 10px;
	border: none;
}

.useful li:last-of-type {
	border-top: 1px solid #cccccc
}

.kippu {
	padding: 10px;
	width: 280px;
	background-color: #f5f5f5;
	margin: 0 0 20px;
	text-align: left;
}

.kippu li a {
	color: #0080CC;
	font-size: 12px;
	background: url(../../common/images/ic_arrowR_c_pc.png) 0 50% no-repeat;
	padding: 5px 0 5px 10px;
}

#pasmo {
	display: block;
	margin-bottom: 5px;
}

#hakones {
	display: none;
}

.hakone #hakones,
.outlet #hakones,
.outletbus #hakones {
	display: block;
}

/*material*/
strong {
	font-weight: bold;
}

.caution {
	color: #CC0000;
}

.caution02 {
	color: #FF0000;
}

.draw {
	color: #3399CC;
}

.left {
	float: left;
}

.right {
	float: right;
}

.min {
	font-size: 85%;
	font-size: 90%;
}

.big {
	font-size: 120%;
}

/*2011.06.01*/
.large {
	font-size: 180%;
}


/*table*/
table.glay,
table.glay2,
table.glay3 {
	color: #333;
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	font-size: 85%;
	font-size: 90%;
	margin: 10px 0;
}

table caption {
	font-size: 110%;
	margin: 0 0 3px 0;
	font-weight: normal;
}

table.glay th,
table.glay td,
table.glay2 th,
table.glay2 td,
table.glay3 th,
table.glay3 td {
	vertical-align: middle;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

table.glay th,
table.glay td {
	text-align: center;
	padding: 5px 0;
}

table.glay th,
table.glay2 th,
table.glay3 th {
	background-color: #EEEEEE;
}

table.glay td,
table.glay2 td,
table.glay3 td {
	background-color: #ffffff
}

table.glay ul,
table.glay2 ul,
table.glay3 ul {
	margin: 6px;
}

table.glay ul li,
table.glay2 ul li,
table.glay3 ul li {
	padding: 0 0 0 1em
}

table.glay ul li:before,
table.glay2 ul li:before,
table.glay3 ul li:before {
	content: "\30FB";
	margin: 0 0 0 -1em;
}

table.glay2 th,
table.glay2 td {
	text-align: center;
	padding: 5px 1em;
}

table.glay3 th,
table.glay3 td {
	text-align: center;
	padding: 5px 1em;
}

/*title*/
.titlearea {
	margin: 0;
	background-color: #FFF;
	overflow: hidden;
}

.title {
	position: relative;
	border-left-style: solid;
	border-left-width: 20px;
	padding: 0 8px 0 8px;
	overflow: hidden;
}

.title h1 {
	font-size: 20px;
	font-weight: bold
}

.titlearea+p {
	font-size: 14px;
	line-height: 1.6em;
}

/*titlelink*/
ul.anchor {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 12px;
	overflow: hidden;
}

ul.anchor li {
	float: left;
	padding: 0;
	text-align: center;
	margin: 0 5px 7px 0;
}

ul.anchor a {
	background: url(../../common/images/ic_arrowB_pc.png) 0 50% no-repeat;
	color: #0080CC;
	text-decoration: underline;
	padding: 0 0 0 15px;
}

/*subtitle*/
h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px;
	border-bottom-style: solid;
	font-family: "メイリオ", Meiryo;
	line-height: 1.2em;
}

h2 span {
	font-size: 16px;
}

/*subsubtitle*/
h3 {
	font-size: 16px;
	border-left-width: 10px;
	margin: 30px 0 15px 0;
	border-left-style: solid;
	padding: 0px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	clear: both
}

h3.first {
	margin: 0 0 15px 0;
}

h3 div {
	padding: 4px 8px;
	border-bottom: 2px solid #cccccc;
	margin: 0;
}

/*button*/
a.btn_reserve {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 1em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS Pgothic";
	background: #FFBF00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#F9AE00));
	background-image: -webkit-linear-gradient(#FFBF00, #F9AE00);
	background-image: -moz-linear-gradient(#FFBF00, #F9AE00);
	background-image: -ms-linear-gradient(#FFBF00, #F9AE00);
	background-image: -o-linear-gradient(#FFBF00, #F9AE00);
	background-image: linear-gradient(#FFBF00, #F9AE00);
	border-bottom: 5px solid #ba8220;
}

a.btn_reserve span {
	font-size: 125%
}

a:hover.btn_reserve {
	color: #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFdF00), to(#FFBE00));
	background-image: -webkit-linear-gradient(#FFDF00, #FFBE00);
	background-image: -moz-linear-gradient(#FFDF00, #FFBE00);
	background-image: -ms-linear-gradient(#FFDF00, #FFBE00);
	background-image: -o-linear-gradient(#FFDF00, #FFBE00);
	background-image: linear-gradient(#FFDF00, #FFBE00);
	border-bottom: 5px solid #cd932e;
}

a.btn_base {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS Pgothic";
	background: #FFBF00;
}

a:hover.btn_base {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.basearea,
.reserve {
	clear: both;
	position: relative;
	overflow: hidden;
	background-color: #F5F5F5;
}

.basearea {
	padding: 10px;
}

.basearea span {
	font-size: 120%;
}

.reserve {
	padding: 20px;
}

.reserve a {
	font-size: 18px;
}


a.btn_left {
	color: #0080CC;
	font-size: 12px;
	background: url(../../common/images/ic_arrowR_c_pc.png) 0 50% no-repeat;
	padding: 0 0 0 10px;
}





/****************************************************************************

  ** Another Parts Layout

 ****************************************************************************/

.cautionBox {
	background-color: #fff;
	border: solid 1px #F00;
	padding: 10px;
	margin: 10px auto;
}






/*=================================================================================================

  Base Layout

===================================================================================================*/

/* margin padding */
.mb_20 {
	margin-bottom: 20px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mt_10 {
	margin-top: 10px;
}

.mt_20 {
	margin-top: 20px !important;
}

.ml_12 {
	margin-left: 12px;
}

.pl_12 {
	padding-left: 12px;
}

.pt_12 {
	padding-top: 12px;
}

.pb_10 {
	padding-bottom: 10px !important;
}

.pb_20 {
	padding-bottom: 20px !important;
}


/* txet */
.txt_bold {
	font-weight: bold;
}

.txt_120 {
	font-size: 120%;
}

.txt_ff0000 {
	color: #FF0000;
}

.txt_underline {
	text-decoration: underline;
}


/* text-align */
.txt_center {
	text-align: center;
}



/*=================================================================================================

  Contents Layout

===================================================================================================*/

/* お知らせエリア */
.caution_area {
	padding: 12px;
	border: solid 1px #F00;
	background-color: #fff;
	overflow: hidden;
}

.caution_area.caution_area02 {
	width: 350px;
	text-align: center;
}

/* お知らせエリア2 */
.caution_area.caution2 {
	padding: 20px 10px;
	border: solid 1px #F00;
	background-color: #FEEEED;
	text-align: center;
	overflow: hidden;
	font-size: 110%;
}

.caution_area.caution_area02 {
	width: 350px;
	text-align: center;
}

/* お詫び */
.attention_area {
	background-color: #FFD966;
	margin: 15px 10px 0;
	padding: 10px;
	overflow: hidden;
}

.attention_area p {
	padding: 0;
	width: 638px;
}


/* アンカーエリア */
.anchor_area {
	padding: 10px;
	border: solid 1px #ED7D31;
	background-color: #F8CBAD;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.anchor_area p {
	padding: 0;
}



/* list01 */
.list_type01 li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 4px;
}

.list_type01 li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 4px;
}


/* list02 */
.list_type02 {
	clear: both;
	display: block;
	overflow: hidden;
}

.list_type02 li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 4px;
	margin: 0
}

.list_type02 li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 6px;
}


/* 赤枠 */
.frame_red {
	padding: 10px;
	margin: 10px auto;
	border: 2px solid #FF0000;
}

.frame_red>p {
	padding: 0;
}


/* Box Ttl */
.box_ttl {
	font-weight: bold;
	color: #002060;
}


/* =================== QRコード =================== */

.section .qr_area {
	margin-left: 20px;
	padding: 10px 15px;
	width: 75px;
	border: solid 1px #305496;
	background-color: #D9E1F2;
}

.section .qr_area p {
	padding: 0;
}

.section .qr_area span {
	display: block;
	color: #305496;
}

.section .qr_area span:nth-child(2) {
	padding: 5px 0 5px 2px;
}


/* =================== コンビニロゴ =================== */

.stores_area {
	margin: 5px 0 5px 10px;
	width: 300px;
	border: solid 1px #305496;
}

.stores_area div {
	padding: 5px;
	text-align: center;
}

.stores_area div:first-child {
	border-bottom: solid 1px #305496;
	background-color: #D9E1F2;
}

.stores_area div+div {
	padding: 10px;
}

.stores_area div:first-child span {
	padding-left: 5px;
}


/* =================== インクルード_ヘッダー並び替え =================== */
a.pcheadmenu_hakone {
	display: inline-block;
	padding-right: 70px;
}

a.pcheadmenu_haneda {
	display: inline-block;
	padding-right: 64px;
}

a.pcheadmenu_oulet {
	display: inline-block;
	padding-right: 20px;
}

a.pcheadmenu_yumoto {
	display: inline-block;
	padding-right: 14px;
}

a.pcheadmenu_fuji,
a.pcheadmenu_kashikiri {
	display: inline-block;
	padding-right: 27px;
}
