@charset "UTF-8";

body {
	background-image: none;
	background-color: #fff;
	font-size: 14px;
	color: #222;
	font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
.container {
	position: relative;
	overflow: hidden;
	text-align: center;
}

/* Anker
************************************** */
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #555;
}
/*  外部ウインドウ */
a.new_window {
	background: url(/cartopia/shared/images/icon_black.png) no-repeat right center;
	padding-right: 20px;
}
/* Header & Navigation
************************************** */
/* Global Navigation Overwrite*/
/* #gnav_header #headMenu li {
	margin-right: 8px !important;
} */

#gnav_header #global .opn .megaDrop {
	z-index: 1010 !important;
}
.clkTxt {
	z-index: 1004 !important;
}
.megaDrop {
	z-index: 1004 !important;
}

#cartopia_header_wrap {
	position: absolute;
	width: 100%;
	/* min-width:1000px; */
	top: 115px;
	min-height: 50px;
	left: 0;
	right: 0;
	text-align: center;
	box-sizing: border-box;
}
#cartopia_header_color {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0;
	right: 0;
}
#cartopia_header {
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cartopia_header h1 {
	box-sizing: border-box;
	margin: 0;
	padding: 5px 0 5px 0;
	display: block;
	text-align: center;
	height: 50px;
}
#cartopia_header h1 a {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1003;
}
#cartopia_header h1 img.logo {
	margin: 0 auto;
	width: 105px;
	height: 40px;
}
.cartipia_nav {
	display: none;
	text-align: center;
}
.cartipia_nav ul {
	margin-right: 20px;
}
.cartipia_nav ul li {
	display: inline-block;
	font-size: 13px;
}
.cartipia_nav ul li a {
	display: block;
	margin: 0 3px;
	padding: 5px 10px 7px 10px;
	color: #111; /* *** *** Nav Color *** *** */
	text-decoration: none;
	letter-spacing: 0.05em;
	text-align: center;
}

/*  menu-trigger
************************************** */
.cartopia_menu {
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 1003;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 24px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #111;	/* *** *** Nav Color *** *** */
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#cartopia_header_wrap .snsLinks{
	position:absolute;
	top:7px;
	right:20px;
	display:none;
	z-index:10100;
}
#cartopia_header_wrap .snsLinks img{
	width:24px;
	height:auto;
	margin-top:6px;
	display: none;
}
#cartopia_header_wrap .snsLinks li{
	float:left;
	margin:0 7px 0 0;
}
#cartopia_header_wrap .snsLinks li:last-child{
	margin:0;
}
@media(max-width:1200px) {
	.cartopia_menu {
		/*right: 115px;*/
	}
}

/*  footer
************************************** */
#footer {
	width: 100%;
	min-width: 100%;
	background: #000;
}


/* Layout
************************************** */
.row {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	clear: both;
}
.w1000 {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	min-width: 1000px;
	display: block;
	box-sizing: border-box;
	clear: both;
}
.w800 {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	min-width: 800px;
	display: block;
	box-sizing: border-box;
	clear: both;
}
.w1000 p , .w800 p {
	text-align: left;
	line-height: 1.8 !important;
	margin-bottom: 1em;
	display: block;
	width: 100%;
}

#contents .col2 {
	margin: 0 0 30px 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.col2s {
	padding: 0;
	display: inline-block;
	float: left;
	/*width: 490px;
	width: 50%;*/
	width: 390px;
	box-sizing: border-box;
}
.col2s:nth-of-type(1) {
	margin: 0 10px 30px 0;
}
.col2s:nth-of-type(2) {
	margin: 0 0 30px 10px;
}
/*
.container .col3 {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 33.333333333%;
	box-sizing: border-box;
	position: relative;
}*/
.container .col3s {
	margin: 0;
	padding: 0 10px 30px 10px;
	display: inline-block;
	float: left;
	width: 33.333333333%;
	box-sizing: border-box;
}
.container .col2s .textContent , .container .col3s .textContent  {
	box-sizing: border-box;
	padding: 20px;
}

.w1000 .textContent , .w800 .textContent  {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.row .col30 {
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.row .col33 {
	width: 33.333333%;
	float: left;
	box-sizing: border-box;
}
.row .col40 {
	width: 40%;
	float: left;
	box-sizing: border-box;
}
.row .col50 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.row .col60 {
	width: 60%;
	float: left;
	box-sizing: border-box;
}
.row .col70 {
	width: 70%;
	float: left;
	box-sizing: border-box;
}

/*  BackNumber
************************************** */
.backnumber .item {
	line-height: 1.4;
	text-align: left;
}
/*
.backnumber .item img {
	margin: 5px;
}
*/
.backnumber a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
}
.backnumber .owl-prev , .backnumber .owl-next {
	position: absolute;
	font-size: 22px !important;
	color: #666 !important;
	font-weight: 800;
	background: none !important;
	/*bottom: 160px;*/
	bottom: -2px;
	z-index: 11;
}
.backnumber .owl-prev {
	left: 0px;
}
.backnumber .owl-next {
	right: 0px;
}

/*  Components
************************************** */
.al_left {
	text-align: left;
}
.al_center {
	text-align: center;
}
.al_right {
	text-align: right;
}

.hover:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.alpha a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


/*  Image
************************************** */
.img_responsive {
	width: 100%;
	height: auto;
}
.img_max {
	position: relative;
	width: 100%;
}
.w1000 .caption , .w800 .caption {
	text-align: right !important;
	font-size: 11px;
	display: block;
	padding: 3px 3px 3px 5px;
	box-sizing: border-box;
}
.w1000 .caption_l , .w800 .caption_l {
	text-align: left !important;
	font-size: 11px;
	display: block;
	padding: 3px 10px 3px 5px;
	box-sizing: border-box;
}
.w1000 p.incaption , .w800 p.incaption {
	margin-bottom: 0;
}
.w1000 .incaption , .w800 .incaption {
	position: absolute;
	font-size: 10px;
	text-align: right !important;
	width: 100%;
	background-color: rgba(0,0,0,0.70);
	color: #fff;
	bottom: 0;
	margin: 0;
	padding: 3px 10px 3px 10px;
	box-sizing: border-box;
	line-height: 1.0;
}


/*  Title
************************************** */
h2 small , h3 small {
	font-size: 78%;
}
p small {
	font-size: 12px;
}
.subTitle {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.0;
}
.subTitle p {
	color: #666;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.subTitle hr {
	width: 100%;
	display: block;
	border-top: 1px solid #777 !important;
	margin-bottom: 10px;
}
.subTitle h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 200;
	margin-bottom: 15px;
}
.subTitle h3 {
	font-size: 24px;
	line-height: 1.3 !important;
}
.subTitle h2 small , .subTitle h3 small {
	font-size: 78%;
}
.subTitle h2 small {
	display: inline-block;
	padding-bottom: 10px;
}
.textContent h3 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 200;
}
sup {
	vertical-align: super;
	font-size: 70%;
}

/*  bg color
************************************** */
.bg_gray01 {
	background-color: #fafafa;
}
.bg_gray02 {
	background-color: #f1f1f1;
}
.bg_beige01 {
	background-color: #fcf3e1;
}
.bg_blue01 {
	background-color: #eef6fc;
}


/*  Fonts
************************************** */

.ltr_sp015 {
	letter-spacing: -0.015em;
}
.ltr_sp03 {
	letter-spacing: -0.03em;
}
.ltr_sp05 {
	letter-spacing: -0.05em;
}
.ltr_sp1 {
	letter-spacing: -0.1em;
}
.ltr_sp15 {
	letter-spacing: -0.15em;
}
.ltr_sp5 {
	letter-spacing: -0.5em;
}


/*  padding, margin
************************************** */
.mT20 {
	margin-top: 20px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT40 {
	margin-top: 40px !important;
}
.mT50 {
	margin-top: 50px !important;
}
.mT60 {
	margin-top: 60px !important;
}

.mB20 {
	margin-bottom: 20px !important;
}
.mB30 {
	margin-bottom: 30px !important;
}
.mB40 {
	margin-bottom: 40px !important;
}
.mB50 {
	margin-bottom: 50px !important;
}
.mB60 {
	margin-bottom: 60px !important;
}
.mB100 {
	margin-bottom: 100px !important;
}
.mB120 {
	margin-bottom: 120px !important;
}

.pT20 {
	padding-top: 20px !important;
}
.pT30 {
	padding-top: 30px !important;
}
.pT40 {
	padding-top: 40px !important;
}
.pT50 {
	padding-top: 50px !important;
}
.pT60 {
	padding-top: 60px !important;
}

.pB20 {
	padding-bottom: 20px !important;
}
.pB30 {
	padding-bottom: 30px !important;
}
.pB40 {
	padding-bottom: 40px !important;
}
.pB50 {
	padding-bottom: 50px !important;
}
.pB60 {
	padding-bottom: 60px !important;
}

/* Responsive
************************************** */
/*.only_pc {
	display: block;
}*/
.only_sp ,
.sp_oniy {
	display: none !important;
}

/* header footer レイアウト調整 2018/11/26 */
#gnav_header{
	min-width: auto;
}

#footGuide .ft_inner {
	width: auto;
}
