@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Cinzel');

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,body{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
	color: #231815;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
body.m {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	color: #231815;
}
a:hover {
}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}

#container a {
	color:#231815;
}
#container a:hover {
}


label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}



/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	}
}

/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.fz_ll {
}
@media screen and (max-width: 768px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.5rem;
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mw {
	min-width: 1000px;
}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.w {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.mw {
		min-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.w {
		width: auto;
		padding: 0;
	}
	#container.sub .w {
		width: auto;
		padding: 0 10px;
	}
	.mw {
		min-width: 0;
	}
	.pl {
		width: auto;
		padding: 0 10px;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}


/* ヘッダー
============================================================================================================ */
#header {
	position: fixed;
	width: 100%;
	color: #212121;
	z-index: 100;
	background: rgba(0,0,0,0.0);
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	height: 68px;
}
#header.open {
	background: rgba(0,0,0,0.66);
}
#header .logo {
	float: left;
	padding: 12px 0 22px 3vw;
	font-size: 20px;
	font-size: 2rem;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
	z-index: 5;
}
#header .logo img {
	width: 153px;
	height: 25px;
	vertical-align: bottom;
}
#header .head_r {
	float: right;
	margin-top: 20px;
}
#header .head_r ul li{
	display: inline-block;
	margin-left: 25px;
}
#header .head_r ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
}
#header .head_r ul li a:before,
#header .head_r ul li a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#header .head_r ul li a:before{
	width: 10px;
	height: 10px;
	background: #ffffff;
}
#header .head_r ul li a:after{
	left: 2px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .head_r ul li a:hover {
	text-decoration: underline;
}



@media screen and (max-width: 850px) {
	#header {
		position: absolute;
		height: 50px;
		border-bottom: 0;
		background: #000;
	}
	#header.open {
		background: #000;
		position: fixed;
	}
	#header .head {
		padding: 0;
		height: 45px;

	}
	#header .logo {
		display: block;
		position: relative;
		float: none;
		z-index: 5;
		width: auto;
		padding-top: 13px;
		padding-right: 50px;
		padding-bottom: 0;
		padding-left: 10px;
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
	}
	#header .logo span {
		padding-top: 5px;
	}
	#header .logo img {
		max-height: 45px;
		width: auto;
		margin-right: 10px;
	}
	#header .head_r {
		float: none;
		margin-top: 0;
		margin-right: 0;
		position: fixed;
		top: 15px;
		right: 53px;
		z-index: 6;
	}

	#header nav div > ul.s_nav a {
		font-size: 1.2rem !important;
	}


}
/* nav
------------------------------------------------------------- */
#header nav {
}
@media screen and (max-width: 850px) {
	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	#header.open nav {
		height: 100%;
		opacity: 1;
	}

	#header nav .has_snav > a:before {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
	}
	#header nav .has_snav > a.open:before {
		-webkit-transform: translateY(0) rotate(180deg);
		-ms-transform: translateY(0) rotate(180deg);
		transform: translateY(0) rotate(180deg);
	}
	#header nav .has_snav > a.open:after {
		display:none;
	}
}


	#nav1 {
    margin-left: 20px;
    font-size: 100%;
    font-weight: bold;
    list-style: none;
}
#nav1 li {
    margin-bottom: 0.8em;
    position: absolute;
    right: -83px;
}
#nav1 li a {
    text-decoration: none;
    color: #bf9d73;
}
#nav1 li a:hover {
   /* color: #FF9900;*/
}

#nav1 li img{
	width: 140px;
}
#nav1 .request{
	top:100px;
}
#nav1 .test-drive {
    top: 165px;
}
#nav1 .contact{
	top: 230px;
}
#nav1 .youtube{
    top: 295px;
}
#nav2 {
    position: fixed;
    bottom: 0;
    width: 100%;
}
#nav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
#nav2 ul li {
    width: 25%;
    background: #313339;
}

#nav2 ul li a {
    padding: 14px;
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #bf9d73;
    box-sizing: border-box;
}


#nav2 ul .request a span:before{ 
	content: "";
    width: 35px;
    height: 40px;
    margin: -2px auto 0;
    background: url(/common/images/icon_request_sp.png) center top no-repeat;
        background-size: auto 38px;
    vertical-align: middle;
    display: block;
}
#nav2 ul .test-drive a span:before{ 
	content: "";
    width: 35px;
    height: 40px;
    margin: -2px auto 0;
    background: url(/common/images/icon_drive_sp.png) center top no-repeat;
        background-size: auto 38px;
    vertical-align: middle;
    display: block;
}

#nav2 ul .contact a span:before{ 
	content: "";
    width: 35px;
    height: 40px;
    margin: -2px auto 0;
    background: url(/common/images/icon_contact_sp.png) center top no-repeat;
        background-size: auto 38px;
    vertical-align: middle;
    display: block;
}
#nav2 ul .youtube a span:before{ 
	content: "";
    width: 35px;
    height: 40px;
    margin: -2px auto 0;
    background: url(/common/images/icon_youtube_sp.png) center top no-repeat;
        background-size: auto 38px;
    vertical-align: middle;
    display: block;
}




/* copyright
------------------------------------------------------------- */
.copyright {
	clear: both;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: right;
	background: #000;
	padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
	.copyright {
		display: block;
		font-size: 1.0rem;
		text-align: right;
	}
}





/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 11px;
	font-size: 1.1rem;
	padding: 5px 0;
	position: relative;
	z-index: 1;
}
.topic_path li{
	display: inline-block;
}
.topic_path li a:after{
	content:">";
	margin-left: 5px;
}
@media screen and (max-width: 768px) {
	.topic_path{
		display: none;
		font-size: 10px;
		font-size: 1.0rem;
	}
}



/* list-arrow
============================================================================================================ */
.list-arrow li{
position: relative;
vertical-align: middle;
}
.list-arrow li:before,
.list-arrow li:after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.list-arrow li:before{
	left: 15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #007fc6;
}

.lead > p{
	margin-bottom: 20px;
}




/* footer
============================================================================================================ */
#footer{
	background: #1A1A1A;
	color: #fff;
}
#footer .footer_area {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
#footer .footer_area .logo {
	width: 185px;
	height: 30px;
}
#footer .footer_navi a,
#footer .footer_navi_b a,
#footer .footer_navi span,
#footer .footer_navi_b span{
	color: #fff !important;
	display: block;
	font-size: 12px;
	font-size: 1.2em;
	padding: 0 1em;
}
#footer .footer_navi a:hover,
#footer .footer_navi_b a:hover{
	opacity: 0.8;
}
#footer .footer_navi{
	margin-top: 35px;
}
#footer .footer_navi li {
	float: left;
	border-left: 1px solid #fff;
	padding-bottom: 1em;
}
#footer .footer_navi li:first-child {
	border-left: none;
}
#footer .footer_navi li dl{
	float:left;
}
#footer .footer_navi li ul {
	float: left;
	/*border-left: 1px solid #fff;*/
	margin-top: 1em;
}
#footer .footer_navi li a + ul,
#footer .footer_navi li span + ul {
	border-left: none;
}
#footer .footer_navi li ul li {
	float: none;
	border-left: none;
	padding-bottom: 0;
}
#footer .footer_navi_b {
	clear: both;
	margin-top: 20px;
}
#footer .footer_navi_b li {
	float: left;
	border-left: 1px solid #fff;
}
#footer .footer_navi_b li:first-child {
	border-left: none;
}
#footer .footer_navi:after,
#footer .footer_navi_b:after{
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

@media screen and (max-width: 1200px) {
	#footer .footer_area {
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	#footer .footer_area {
		width: 80%;
		margin: 0 auto;
		padding: 50px 0 40px;
	}
	#footer .footer_area .logo {
		width: 185px;
		height: 30px;
	}
	#footer .footer_navi a,
	#footer .footer_navi_b a{
		color: #fff !important;
		display: block;
		font-size: 12px;
		font-size: 1.2em;
		padding: 0;
	}
	#footer .footer_navi li {
		float: none;
		border-left: none;
/*		border-bottom: 1px solid #fff;*/
		padding: 1em 0;
	}
	#footer .footer_navi li ul {
		float: none;
		border-left: none;
		border-top: 1px solid #fff;
		margin-top: 1em;
		padding-top: 1.75em;
		padding-left: 1.5em;
	}
	#footer .footer_navi li ul li {
		border-bottom: none;
		display: inline-block;
		margin-right: 1em;
		padding: 0 0 0.5em;
	}
	#footer .footer_navi li a + ul {
		border-top: none;
		padding-top: 0;
	}
	#footer .footer_navi_b li {
		float: none;
		border-left: none;
		margin-bottom: 0.5em;
	}
    #footer .footer_navi li dl {
    margin-top: 15px;
}
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.section + .section {
		margin-top: 30px;
	}
}

/* btn
============================================================================================================ */

.btn01{
}
@media screen and (max-width: 768px) {
	.btn01.btn_l{
	}
}



/* title
============================================================================================================ */
.title_l {
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 3rem;
	color: #007fc6;
	text-align: center;
	font-weight: normal;
}
.title_m {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.title_s {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.caption {
	margin-bottom: 10px !important;
	font-size: 18px;
	font-size: 1.8rem;
	color: #007fc6;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.title_l {
		font-size: 1.8rem;
	}
	.title_m {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.title_s {
		font-size: 1.4rem;
	}
	.caption {
			font-size: 1.4rem;
		}
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	border: 1px solid #d9d9d9;
	line-height: 1.6;
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 0.6em 1em;
	border: 1px solid #d9d9d9;
	word-wrap:break-word;
}
table.basic th {
	background:#f2f2f2;
}
table.basic.th_center th {
	text-align: center;
	font-weight: bold;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table.border_none td,
table.border_none th{
	padding-bottom: 20px;
}

table.form {
	width: 100%;
	border: 1px solid #231815;
	line-height: 1.6;
	table-layout: fixed;
}
table.form th,
table.form td {
	padding: 0.6em 1em;
	border-bottom: 1px dashed #231815;
	word-wrap:break-word;
}
table.form tr:nth-child(odd) td {
	background:#efefef;
}
table.form th {
	background:#efefef;
	border-right: 1px solid #231815;
}

table.basic.border_c th,
table.basic.border_c td{
	border: 1px solid #231815 !important;
}
table.form input[type=text],
table.form input[type=tel],
table.form select,
table.form textarea {
	max-width: 100%;
	padding: .4em;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	font-size: 1.4rem;
}
table.form input.size01 {
	width: 80%;
}
table.form input.size02 {
	width: 150px;
}
table.form input.size03 {
	width: 320px;
}
table.form input.size04 {
	width: 85px;
}
table.form textarea.size01 {
	width: 100%;
	height: 160px;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 768px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}

	table.form th,
	table.form td {
		display: block;
		border-right: none;
		padding: 10px;
	}
	table.form td {
		background: none !important;
	}


}


/* link
============================================================================================================ */
a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 768px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}



/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* circle
------------------------------------------------------------- */
ul.circle li {
	position: relative;
	padding-left: 1em;
}
ul.circle li:before {
	content: "●";
	position: absolute;
	left: 0;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
ul.asterisk li:before {
	content: "＊";
	position: absolute;
	left: 0;
}


/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}



/* img
============================================================================================================ */
@media screen and (max-width: 768px) {
	.sp_img50p img {
		max-width: 50%;
	}
}


/* img.radius
============================================================================================================ */
img.radius {
	border-radius: ;
}


/* .page_top
============================================================================================================ */
.page_top{
}
@media screen and (max-width: 768px) {
	.page_top{
	}
}

/* nav
------------------------------------------------------------- */
#header nav {
	/*float: left;*/
	background: #000;
}
#header.open nav > div {
	opacity: 1;
	visibility:visible;
}
#header nav > div {
	position: relative;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#header nav > div > div {
	padding-right: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
}
#header nav > div > div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#header nav .global {
	/*position: relative;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items: center;
	/*-webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
	justify-content: space-between;*/
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0 0 1vw;
	/*float: left;*/
}
#header nav .global_sub {
	/*float: left;
	margin: 25px 0 0 3vw;*/
    margin-left: 3vw;
}
#header nav .global > li {
	/*position: relative;*/
	/*flex-grow: 1;*/
	z-index: 2;
	margin: 0 0 0 2vw;
}
#header nav .global_sub > li {
	position: relative;
	/*flex-grow: 1;*/
	z-index: 2;
	margin: 0 2em 0 0;
}
#header nav .global_sub > li:after {
	content: "";
	display: inline-block;
	top: 0.2em;
	right: -0.75em;
	height: 1em;
	width: 1px;
	background: #fff;
	position: absolute;
}
#header nav .global > li > a {
	position: relative;
	display: table;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	color: #C69C6D;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	height: 68px;
	font-size: 12px;
	font-size: 1.2rem;
}
#header nav .global > li > a > * {
	display: table-cell;
	vertical-align: middle;
}
#header nav .global_sub > li > a {
	height: auto;
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
}
#header nav a:hover {
	opacity: 0.8;
}

#header .nav_btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	/*background: #000000;*/
}
#header .nav_btn a {
	position: relative;
	display: block;
	width: 68px;
	height: 68px;
	z-index: 2;
	background: #000000;
}
#header .nav_btn a:hover {
	background: #222;
}
/*#header .nav_btn:before,*/
#header .nav_btn a:before,
#header .nav_btn a:after {
	content: "";
	position: absolute;
	left: 22px;
	right: 22px;
	top: 50%;
	height: 2px;
	margin-top: -2px;
	background-color: #C69C6D;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#header .nav_btn a:before {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
#header .nav_btn a:after {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

/* open */
#header.open .nav_btn:before {
	opacity: 0;
}
#header.open .nav_btn a:before {
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
#header.open .nav_btn a:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
@media screen and (min-width: 851px) {
	#header {
		background: rgba(0,0,0,0.66);
	}
	#header.open {
		background: rgba(0,0,0,0.0);
	}
	#header nav > div {
		opacity: 1;
		visibility:visible;
	}
	#header.open nav > div {
		opacity: 0;
		visibility:hidden;
	}

	#header .nav_btn:before {
		opacity: 0;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	#header.open .nav_btn:before {
		opacity: 1;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}

	#header nav .global .dd {
		height: 0;
		overflow: hidden;
		position: absolute;
		/*right: 0;
		left: 0;*/
		top: 68px;
		/*background-color: rgba(0,0,0,0.8);*/
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
        margin-left: -1vw;
	}
	#header nav .global .dd > * {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
        /*background-color: #000;*/
        background-color: rgba(0,0,0,0.66);
	}
	#header nav .global .dd > * > * {
		padding: 0 30px 0 30px;
        margin-bottom: 20px;
	}
	#header nav .global .dd a {
		display: block;
		color: #fff;
		font-size: 1.2rem;
	}
	#header nav .global .dd dt {
		margin-bottom: 1em;
    }
    #header nav .global .dd dt a {
        color: #bb9e78 !important;
	}
	#header nav .global .dd dd {
		/*margin-left: 1em;*/
	}
    #header nav .global .dd dl + dl {
        border-left: 1px solid #4d4d4d;
    }
    #header nav .global .dd dd ul li + li {
        margin-top: 0.25em;
    }
    #header nav .global .list_topics li + li {
        margin-top: 0.5em;
    }
}

@media screen and (min-width: 851px) and (max-width: 1540px){
	#header .logo {
		padding-left: 2vw;
	}
    #header nav .global {
        margin-left: 0;
    }
	#header nav .global > li {
		margin-left: 1.5vw;
	}
	#header nav .global_sub > li {
		margin-left: 0;
	}
	#header nav .global_sub {
		margin-left: 2vw;
	}
}
@media screen and (min-width: 851px) and ( max-width: 1050px){
	#header nav .global {
		margin-top: 14px;
	}
	#header nav .global > li > a {
		height: 54px;
	}
	#header nav .global_sub {
		position: absolute;
		right: 70px;
		top: 5px;
		margin-top: 0;
	}
	#header nav .global_sub > li > a {

		height: auto;
	}
}

@media screen and (max-width: 850px) {
	#header .nav_btn {
		/*position: absolute;*/
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 2;
	}
	/*#header .nav_btn:before,*/
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 15px;
		right: 15px;
		top: 50%;
		height: 2px;
		margin-top: -2px;
		background-color: #C69C6D;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
		-o-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-o-transform: translateY(4px);
		transform: translateY(4px);
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}


	#header nav {
		position: fixed;
		top: 0;
		/*left: 0;*/
		right: 0;
		height: 0;
		padding-top: 50px;
		padding-right: 0;
		padding-left: 0;
		opacity: 0;
		overflow: hidden;
		/*background: #FCFCFC;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
		-webkit-transition: height 0.3s, opacity 0.3s;
		-o-transition: height 0.3s, opacity 0.3s;
		transition: height 0.3s, opacity 0.3s;
		width: 100%;

	}
	#header nav .global {
		display: block;
		padding: 0;
		margin: 0;
		border-top: 1px solid #555;
		float: none;
	}
	#header nav .hover,
	#header nav .global .current a:before {
		display: none;
	}
	#header nav > div {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#header nav > div > div {
		height: 100%;
        display: block;
		overflow-y: auto;
		background: rgba(0,0,0,0.9);
		padding-right: 0;
        padding-bottom: 90px;
	}

	#header nav div > ul li {
		float: none !important;
		border-bottom: 1px solid #555;
	}
	#header nav div > ul a {
		position: relative;
		height: auto !important;
		display: block;
		padding: 1em 2em 1em 2em !important;
		text-align: left !important;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
		text-decoration: none;
	}
	#header nav div > ul a {
		font-size: 1.4rem !important;
	}
	#header nav div > ul a .en {
		display: none;
	}

	/* open */
	#header.open nav {
		height: 100%;
		/*height: auto;*/
		opacity: 1;
		/*background: #EDF2F4;*/
	}
	#header nav .global{
		border-left: none;
	}
	#header nav .global_sub{
		border-top: none;
	}
	#header nav .global_sub > li:after {
		content: none;
	}

	#header nav .global .has_snav > a:before,
	#header nav .global .has_snav > a:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 18px;
		border-top: 2px solid #C69C6D;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header nav .global .has_snav > a:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#header nav .global .has_snav > a.open:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	#header nav .global > li > a {
		background: none;
		text-align: center !important;
		display: block;
	}
	#header nav .global > li > a > * {
		display: block;
	}
	#header nav .global > li {
		position: relative;
		border-right: none;
		margin: 0;
	}

	#header nav .global .dd {
		height: 0;
		overflow: hidden;
		background-color: #222;
		-webkit-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
	}
    #header nav .global .dd > * {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #222222;
	}
	#header nav .global .dd > * > * {
		width: 50%;
        padding: 2em 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
	}
    #header nav .global .dd > * > *:nth-child(odd) {
        padding-left: 15%;
	}
    #header nav .global .dd > * > *:nth-child(even) {
        padding-left: 10%;
        padding-right: 5%;
	}
    #header nav .global .dd a {
		display: block;
		color: #fff;
		font-size: 1.2rem !important;
        padding: 0 !important;
	}
	#header nav .global .dd dt {
		margin-bottom: 1em;
    }
    #header nav .global .dd dt a {
        color: #bb9e78 !important;
	}
    #header nav .global .dd dd ul li {
        border-bottom: none;
    }
    #header nav .global .dd dd ul li + li {
        margin-top: 0.5em;
    }
    
    #header nav .global .shop_top {
        width: 100%;
        text-align: center;
        padding-left: 5% !important;
        padding-right: 5% !important;
        padding-bottom: 1em !important;
    }
    #header nav .global .shop_top a {
        text-align: center !important;
    }
    #header nav .global .dd .dl_shop {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
/*	#header nav .global .dd a {
		display: block;
		position: relative;
		text-align: center !important;
		text-decoration: none;
		line-height: 1.5;
		color: #C69C6D;
	}
	#header nav .global .dd p,
	#header nav .global .dd dl {
		border-top: 1px solid #555;
	}
	#header nav .global .dd dl ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: #333;
		justify-content: center;
		padding: 10px;
	}
	#header nav .global .dd dl ul li {
		border: 0;
	}
	#header nav .global .dd dl ul li a {
		padding: .5em 0.8em !important;
		font-size: 1.2rem !important;
	}*/
    #header nav .global .list_topics {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #header nav .global .list_topics li {
        border-bottom: none;
        width: 50%;
        margin-top: 1em;
    }
    #header nav .global .list_topics li:first-child,
    #header nav .global .list_topics li:nth-child(2){
        margin-top: 0;
    }
}

/* transition */
#header.fixed .logo img,
#header.fixed nav .global,
#header nav .global > li > a{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* request */
.request_btn {
	position: fixed;
	right: 0;
	top: 68px;
}
.request_btn a {
	display: block;
	width: 68px;
	height: 68px;
	color: #C69C6D;
	background: #313339;
	position: relative;
	text-align: center;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.request_btn a:hover {
	background: #44464c;
}
.request_btn a:before {
	content: "";
	position: relative;
	display: block;
	background: url(../images/icon_request.svg) no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	top: -5px;
}
@media screen and (max-width: 850px) {
	.request_btn {
		top: 50px;
	}
	.request_btn a {
		width: 50px;
		height: 50px;
		padding-top: 13px;
		font-size: 9px;
		font-size: 0.9rem;
	}
	.request_btn a:before {
		background-size: 16px 16px;
		width: 16px;
		height: 16px;
		margin: 0 auto;
		top: -3px;
	}
}

/*object-fit-img*/
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/*container*/
#container {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#container {
		position: relative;
		font-size: 13px;
		font-size: 1.3rem;
		margin: 0 auto;
	}
}

/* link */
.link_text a {
	color: #C69C6D !important;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 1em 0;
}
.link_text a .line {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #C69C6D;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	animation: line_initial .75s ease-in-out forwards;
}
.link_text a:hover .line {
	animation: line_over .75s ease-in-out forwards;
}
@keyframes line_over {
	0%,100%{left:0;opacity:1}
	49%{left:100%;opacity:0}
	51%{left:-100%;opacity:0}
}
@keyframes line_initial {
	0%,100%{left:0;opacity:1}
	49%{left:100%;opacity:0}
	51%{left:-100%;opacity:0}
}


.link_text_w a,
a .link_text_w{
	color: #fff !important;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 1em 0;
}
.link_text_w a .line,
a .link_text_w .line{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	animation: line02_initial .75s ease-in-out forwards;
}
.link_text_w a:hover .line,
a:hover .link_text_w .line{
	animation: line02_over .75s ease-in-out forwards;
}
@keyframes line02_over {
	0%,100%{left:0;opacity:1}
	49%{left:100%;opacity:0}
	51%{left:-100%;opacity:0}
}
@keyframes line02_initial {
	0%,100%{left:0;opacity:1}
	49%{left:100%;opacity:0}
	51%{left:-100%;opacity:0}
}

.link_text_b a,
a .link_text_b{
	color: #000 !important;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 1em 0;
}
.link_text_b a .line,
a .link_text_b .line{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	animation: line03_initial .75s ease-in-out forwards;
}
.link_text_b a:hover .line,
a:hover .link_text_b .line{
	animation: line03_over .75s ease-in-out forwards;
}
@keyframes line03_over {
	0%,100%{left:0;opacity:1}
	49%{left:100%;opacity:0}
	51%{left:-100%;opacity:0}
}
@keyframes line03_initial {
	0%,100%{left:0;opacity:1}
	49%{left:100%;opacity:0}
	51%{left:-100%;opacity:0}
}


/* fadein */
.fadein {
    opacity : 0.0;
    transform : translate(0, 70px);
    transition : all 700ms;
}
.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* background */
.bg_rgray {
	background: #F2F2F2;
}
.bg_gray {
	background: #E6E6E6;
}
.bg_blue {
	background: #29B4D0;
}


/* dl */
.dl01 {
	background: #313339;
}
.dl01 dt {
	width: 21%;
	float: left;
	background: #313339;
	color: #C69C6D;
	border-top: 1px solid #E6E6E6;
	text-align: center;
	padding: 1em 2em;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.dl01 dd {
	margin-left: 21%;
	border-top: 1px solid #E6E6E6;
	background: #fff;
	padding: 1em 2em;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.dt_month{background: #FFF !important;color:#000 !important;border: solid 1px #E6E6E6;border: solid 1px #E6E6E6;
    margin: 0 0 -2px;}

@media screen and (max-width: 768px) {
	.dl01 dt {
		width: 100%;
		display: block;
		float: none;
		background: #313339;
		color: #C69C6D;
		border-top: 1px solid #E6E6E6;
		text-align: left;
		padding: 1em 2em;
	}
	.dl01 dd {
		margin-left: 0;
		border-top: 1px solid #E6E6E6;
		background: #fff;
		padding: 1em 2em;
	}
}

/* floating_banner
============================================================================================================ */
.floating_banner {
    max-width: 280px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 3px -1px rgba(0, 0, 0, 0.15);
    z-index: 49;
    display: none;
}
.floating_banner a {
    display: block;
}
.floating_banner p {
    margin-bottom: 0;
}
.floating_banner p.close {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -7px;
    top: -7px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .floating_banner {
        max-width: 94vw;
        bottom: 105px;
        right: inherit;
        left: 3vw;
    }
}