@charset "UTF-8";
/* Reset
------------------------------------------------ */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, ul, li {
	display: block;
	margin: 0;
	padding: 0;
}
caption, th {
	margin: auto;
	text-align: left;
}
img {
	border: 0;
	vertical-align: bottom;
}
address, caption, th {
	font-weight: normal;
	font-style: normal;
}
h1 {
	margin: 0;
	padding: 0;
}
/* body,Anchor
------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	background-color: #0e1c45;
	color: #222;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ ProN W3', メイリオ, arial, helvetica, sans-serif;*/
	line-height: 1.5;
}
a:link {
	color: #0e1c45;
	text-decoration: none;
}
a:visited {
	color: #0e1c45;
}
a:hover {
	color: #ccc;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
header:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: “alpha(opacity=60)”;
	transition-property: all;
	transition: 0.2s linear;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/* Layout
------------------------------------------------ */
#container {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 1400px;
	padding: 0;
	background-color: #fff;
}
/* content
------------------------------------------------ */
#content {
	background: #000;
	text-align: center;
}
#content a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha(opacity=70)”;
	transition-property: all;
	transition: 0.2s linear;
}
header {
	max-width: 972px;
	overflow: hidden;
	margin: 0 auto;
}
/* common
------------------------------------------------ */
.txt1, .txt2 {
	color: #00266e;
	line-height: 1.7;
	text-align: left;
}
.shadow {
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
/* footer
------------------------------------------------ */
#footer {
	clear: both;
	width: 100%;
	max-width: 1400px;
	margin: -20px auto 0;
}
#footer {
	display: block;
	padding: 10px 0px 30px;
	color: #000;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: #fff;
}
.copyright {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #000;
	font-size: 12px;
	/*font-size: calc( 12vw/10 );*/
	white-space: nowrap;
}
.pc-only {
	display: block;
	margin: auto;
}
.sp-only {
	display: none;
}
.sp-xs-only {
	display: none;
}
/* izimodal */
.iziModal {
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 3px 20px 20px 20px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
	padding: 40px 25px 12px;
	margin: 0 0 -20px 0;
}
/* izimodal */
.iziModal {
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 3px 20px 20px 20px !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle {
	padding: 40px 25px 12px;
	margin: 0 0 -20px 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
	top: 8px;
	right: 0;
	margin: 0 0 0 0;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
	width: 85px;
	height: 22px;
	opacity: 1;
}
.iziModal .iziModal-button-close {
	background: url("../images/modal_close.png") no-repeat center center / contain;
	transition: none;
}
.iziModal .iziModal-button-close:hover {
	transform: rotate(0)
}
.modalMovTrg {
	cursor: pointer;
}
/* .tokai_fair
------------------------------------------------ */
#content .tokai_fair .inner {
	max-width: 1000px;
	margin: auto;
	padding: 10px 10px 0;
}
#content .main_visual img {
	vertical-align: top;
	width: 100%;
}
div.page-link {
	cursor: pointer;
	display: flex;
	z-index: 101;
	position: fixed;
	bottom: 10px;
	right: 0;
	flex-direction: column;
}
div.page-link a {
	margin-bottom: 15px;
}
#content .btn_area {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 20px;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mgt10 {
	margin-top: 10px;
}
.main_visual {
	min-width: 1000px;
}
#content .tokai_fair div.bg_1 {
	background: url("../images/bg_1.jpg");
	background-size: cover;
	padding: 20px 0 1px 0;
}
#content .tokai_fair div.bg_2 {
	background: url("../images/bg_2.jpg");
	background-size: 100%;
	padding: 20px 0 30px 0;
}
#content .tokai_fair div.bg_3 {
	background: url("../images/bg_3.jpg");
	background-size: cover;
	padding: 20px 0 30px 0;
}
#content .tokai_fair div.bg_4 {
	background: #fff;
	padding: 20px 0 30px 0;
}
#content .tokai_fair div article {
	margin-bottom: 30px;
}
#content .tokai_fair div .package {
	margin-bottom: 30px;
	margin-top: 30px;
}
#content .tokai_fair div.bg .online {
	margin-bottom: 30px;
}
.levorg {
	width: 100%;
}
#content .tokai_fair article .item_btn_area .btn_area {
	margin-bottom: 40px;
}
#content .tokai_fair article.seiyaku{
	margin: -5% 0 0;
}
#content .tokai_fair article.special .driver {
	position: relative;
	width: 1000px;
}
#content .tokai_fair article.special .driver .movie_driver {
	position: absolute;
	bottom: 11.4%;
	right: 6%;
}
#content .tokai_fair article.special .driver {
	position: relative;
	width: 1000px;
}
#content .tokai_fair article.package .package_chiffon {
	position: relative;
}
#content .tokai_fair article.package .package_btn {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5%;
}
/* newlevorg
------------------------- */
#content .tokai_fair article.newlevorg .newlevorg_inner {
	max-width: 1000px;
	margin: auto;
	padding: 10px 10px 0;
}
#content .tokai_fair article.newlevorg .newlevorg_img {
	min-width: 1000px;
}
#content .tokai_fair article.newlevorg img {
	width: 100%;
}
#content .tokai_fair article .newlevorg_bg {
	background: url("../images/newlevorg_bg.jpg");
	background-size: cover;
	padding: 0 0 30px;
}
#content .tokai_fair article .newlevorg_1 {
	margin: -13% 0 1%;
}
/* levorg_map
------------------------- */
.levorg_map {
	position: relative;
	width: 1000px;
}
#content .levorg_map .gmap {
	position: absolute;
	width: 38%;
	height: 55.5%;
	right: 3.5%;
	bottom: 18.9%;
}
#content .levorg_map .gmap iframe {
	width: 100%;
	height: 100%;
}
/* mediaqueries
------------------------------------------------ */
@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.sp-xs-only {
		display: none;
	}
	.page-link {
		display: none;
	}
	.copyright {
		font-size: 12px;
		text-align: center;
	}
	img {
		width: 100%;
	}
	/* max-width768 header
  ------------------------------------------ */
	header {
		margin-left: 0;
	}
	header p {
		max-width: 641px;
		font-size: 16px;
		padding: 10px;
		margin: 0 auto;
	}
	header p span {
		font-size: 10px;
		vertical-align: middle;
		margin-left: 5px;
	}
	/* max-width768 footer
  ------------------------------------------ */
	#container, #footer {
		/*	max-width: 460px;*/
		max-width: 100%;
	}
	#footer {
		padding-right: 0;
		padding-bottom: 185px;
	}
	/* max-width768 btn
  ------------------------------------------ */
	#content .btn_area {
		margin: 0px auto 0px;
		display: block;
		width: 100%;
	}
	#content .online {
		margin: 0 auto 0;
	}
	#content .btn_area img {
		width: 100%;
	}
	#content .btn_area a {
		width: 100%;
		margin-right: 0px;
		display: block;
		margin-bottom: 10px;
	}
	#content .btn_area a:not(:last-child) {
		margin-bottom: 10px;
	}
	/* max-width768 fixed_menu
  ------------------------------------------ */
	#fixed_menu {
		position: fixed;
		bottom: 0;
		background-size: cover;
		width: 100%;
	}
	#fixed_menu .inner {
		position: relative;
	}
	#fixed_menu .fixed_menu_btn {
		position: absolute;
		bottom: 5px;
		z-index: 3;
		width: 95%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	#fixed_menu .fixed_menu_btn img {
		width: 100%;
	}
	#fixed_menu .fixed_menu_text {
		position: absolute;
		bottom: 0;
		z-index: 2;
	}
	#fixed_menu .fixed_menu_text img {
		width: 100vw;
	}
	.main_visual {
		min-width: auto;
		margin-bottom: 0px;
	}
	#content .tokai_fair h2 {
		margin-bottom: 0;
	}
	#content .tokai_fair h3 {
		margin-top: 0;
	}
	#content .tokai_fair div.bg {
		background: url("../images/bg.jpg");
		background-size: 100%;
		padding: 0px 0 1px 0;
	}
	/*
	#content article.levorg div:nth-of-type(2) {
	    margin-left: -6px;
	}
*/
	#content .tokai_fair article.special .driver {
		width: 100%;
	}
	#content .tokai_fair div.bg article {
		margin-bottom: 15px;
	}
	.discontinued .flex {
		flex-direction: column;
	}
	#content .tokai_fair article.special .movie_driver {
		position: absolute;
		top: 28%;
		left: 50%;
		transform: translate(-50%, 8%);
		-webkit-transform: translate(-50%, 8%);
		-ms-transform: translate(-50%, 8%);
		bottom: auto;
		right: auto;
		width: 83%;
	}
	#content .tokai_fair div.bg2 {
		padding: 30px 10px 40px;
	}
	#content .tokai_fair article.package .package_btn {
		width: 70%;
		margin: 0 auto;
		bottom: 3%;
	}
#content .tokai_fair div.bg_1 {
    padding: 0 0 0 0;
}
	/* seiyaku
------------------------- */
	#content .tokai_fair article.seiyaku {
    margin: 0% 0 0;
}
	/* newlevorg
------------------------- */
	#content .tokai_fair article.newlevorg .newlevorg_inner {
		padding: 0;
	}
	#content .tokai_fair article .newlevorg_1 {
		margin: -6% 0 1%;
	}
	#content .tokai_fair article.newlevorg .newlevorg_img {
		min-width: initial;
	}
#content .tokai_fair div article {
    margin-bottom: 0px;
}
#content .tokai_fair .inner {
    padding: 10px 10px 10px;
}
#content .tokai_fair div .package {
    margin-top: 10px;
}
}
@media screen and (max-width: 480px) {
	.sp-xs-only {
		display: inline-block;
	}
	#content .btn_area {
		margin: 0px auto 0px;
		display: block;
	}
	#content .tokai_fair div.bg .online {
		width: 96%;
	}
	#content .tokai_fair div.bg2 .online {
		width: 96%;
	}
	#footer {
		padding-right: 0;
		padding-bottom: 120px;
	}
	#content .tokai_fair section.inner {
		padding: 0 0 0;
	}
}