@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');

/* ============================================================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
	right:12px;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ============================================================================================================== */



/* =================================================TOPPAGE====================================================== */
.ya_a {
  padding-top: 70px;
}
.ya_a span {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.menu {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.bg_clr {
	background-color:#F7F7F7;
}

.contents {
	text-align: center;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: 0.4s;
	overflow-y: hidden;
	text-align: center;
}
.contents.is-open {
	padding: 10px;
	line-height: normal;
	height: auto;
	opacity: 1;
	max-width:1000px;
	width:100%;
	margin:0 auto;

}
.contents_img {
	width:400px;
	height:250px;
}
.contents_img img{
	width:400px;
}
.contents_img_0 {
	width:100%;
}
.contents_img_0 img{
	width:100%;
}
.contents_title_0 {
	width:1000px;
	font-size:18px;
	font-weight:bold;
	padding:20px;
	text-align:left;
	line-height:40px;
}
.contents_title {
	width:680px;
	font-size:18px;
	font-weight:bold;
	padding:20px;
	text-align:left;
	line-height:40px;
}
.contents_sbtitle {
	width:680px;
	font-weight:bold;
	font-size:12px;
	padding:20px;
	text-align:left;
	line-height:10px;
}
.contents_txt {
	font-size:12px;
	width:680px;
	padding:20px;
	text-align:left;
}
.contents_txt_0 {
	font-size:12px;
	width:500px;
	padding:20px;
	text-align:left;
}
.contents_txt_1 {
	font-size:12px;
	width:680px;
	padding:20px;
	text-align:left;
	margin:0 auto;
	margin-bottom:60px;
}
.contents_p {
	clear:both;
	padding-top:10px;
}
.cfb {
	padding:60px 0 10px 0;
}
.cfb0 {
	padding:60px 0 10px 0;
	display:flex;
}
.cfb1 {
	display:flex;
	padding:60px 0 10px 0;
}
.cfb2 {
	display:flex;
	padding:0 10px 10px 0;
}
.cfb3 {
	display:flex;
	padding:0 10px 60px 0;
}
.top_title_1{
	font-size:32px;
	color:#fff;
	letter-spacing:7px;
	font-weight:100;
	text-shadow: 1px 2px 3px #555;
}
.top_title_2{
	font-size:66px;
	color:#fff;
	letter-spacing:5px;
	font-weight:100;
    line-height: 96px;
}

.top_title_3{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	margin-top: 1vw;
}
.title_line {
	border-bottom:1px solid #fff;
	width:500px;
	margin:0 auto;
	margin-bottom:30px;
}


#top_contents {
	max-width:80%;
	min-width:1000px;
	width:100%;
	margin:0 auto;
}
.it_2 span{
	margin-right:15px;
}
.link_h {
}
link_h:hover {
  filter: saturate(200%);
}



.slide {
	position:relative;
	height:400px;
}
.slide img {
	position:absolute;
	opacity:0;
	transition:all 1s ease-in-out;
	height:100%;
	object-fit:contain;
}



.gray_fld_1 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:2px;
	padding:15px;
	color:#000;
}
.gray_fld_2 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;
	padding:15px;
	margin-bottom:2px;
	font-size:16px;
	align-items: center;
	min-height:100px;
	color:#000;
}
.gray_fld_3 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;
	padding:15px;
	margin-bottom:60px;
	font-size:16px;
	align-items: center;
	min-height:100px;
	color:#000;
}

.menu_3 {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display: flex;
	margin-top:20px;
	margin-bottom:120px;
}

.it_1 {
	width:180px;
	text-align:center;
	font-weight:bold;
}
.it_2 {
	width:820px;
	border-left:1px solid #323233;
	padding-left: 20px;
	line-height:20px;
}
.line_up {
	width:490px;
	margin:5px;
	position: relative;
}
.line_up img{
	width:490px;
}
.line_up p{
	position: absolute;
	top: 18%;
	left: 30%;
	text-align:center;
	color:#fff;
	-ms-transform: translate(-18%,-30%);
	-webkit-transform: translate(-18%,-30%);
	transform: translate(-18%,-30%);
}
.pt_1 {
	font-size:16px;
	letter-spacing: 5px;
	font-weight: lighter;
}
.pt_2 {
	font-size:28px;
	letter-spacing: 3px;
	font-weight: lighter;
}
.pt_3 {
	font-size:16px;
}





.colorfilter_1 {
	background-color: #000; /* カラーフィルタ効果の色を指定 */
}
.colorfilter_2 {
	background-color:#000;
	opacity: 0.6;
	transition: 0.5s;
}
.colorfilter_2:hover {
    opacity: 0.4;
}



.link_h{
	border:1px solid white;
}
.link_h:hover{
	border:1px solid #aaa;
}



.brand {
	width:490px;
	margin:5px;
	position: relative;
}
.brand img{
	width:490px;
}
.brand p{
	position: absolute;
	top: 18%;
	left: 42%;
	text-align:center;
	color:#fff;
	-ms-transform: translate(-18%,-42%);
	-webkit-transform: translate(-18%,-42%);
	transform: translate(-18%,-42%);
}

.in_1 {
	height:200px;
	background-color:#E6E6E6;
	text-align:center;
	padding:40px 0 30px 0;
}

.fnt_1 {
	color:#000;
	font-size:18px;
	margin-bottom:10px;
}
.fnt_2 {
	color:#000;
	font-size:16px;
	margin-bottom:25px;
}
.fnt_3 {
	background-color:#000;
	color:#fff;
	font-size:10px;
	padding:12px 20px 12px 20px;
	display:inline-block
}
.topic {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:120px;
	display:flex;
	flex-wrap: wrap;
	position:relative
}
.topic_top {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.topic_con {
	margin:5px;
	position: relative;
}
.topic_con p{
	position: absolute;
	left: 0;
	top: 97px;
	height:120px;
	color:#fff;
	background-color: rgba(0,0,0,0.6);
	padding:10px;
	width:190px;
	text-align:center;
}
.topic_con1 {
	margin:5px;
	position: relative;
}
.topic_con1 p{
	position: absolute;
	left: 0;
	top: 97px;
	padding:10px;
	width:190px;
	text-align:center;
}
.tp_top {
	
}
.tp_top_text {
	font-size:25px;
	border-bottom:1px solid #707070;
}
.tp_img {
	width:190px;
}
.flt {
	background-color: rgba(0,0,255,0.5)
}

.main_menu {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:120px;
}
.main_1 {
	display:inline-block;
	margin:0 5px 5px 0;
}
.main_2 {
	display:inline-block;
	margin:0px;
}
.main_3 {
	display:inline-block;
	margin:0 0 0 5px ;
}
.main_4 {
	display:inline-block;
	margin:0 5px 5px 0;
}
.main_5 {
	display:inline-block;
	margin:0px;
}
.main_6 {
	display:inline-block;
	margin:0 0 0 5px ;
}
.main_0 {
	width:330px;
}
.ct_top_text {
	font-size:28px;
	border-bottom:1px solid #707070;
}
.btm_menu {
	background-color:#F5F5F5;
	width:100%;
	padding:20px 0 60px 0;
}
.btm_con {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display:flex;
}
.sns_1 {
	width:200px;
	border-radius: 30px;
	margin:0 20px 20px 0;
}


.cp_eria {
	border-top:1px solid #444;
	text-align:center;
	font-size:12px;
	padding:20px 0 20px 0;
	color:#eee;
}


.btn_hb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_hb:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.date_1 {
	clear: both;
	float:left;
	margin-right:10px;
}
.news_1 {
	display: table-cell;
	float:left;
}


.bgb_eria {
	background-color:#000;

	width:100%;
	padding:20px;
}
.bgbe_ct {
	text-align:center;
	margin:0 auto;
	color:#fff;
}
.bgbe_ct h3{
	font-size:30px;
	padding:100px 0 20px 0;
}
.bgbe_ct p{
	font-size:16px;
	line-height:24px;
	margin-bottom:80px;
}

.pc {

	display: inline;
	}
.sp {
	display: none;
}
.ss {
	display: none;
}	
	
/* ============================================================================================================== */

.exterior1{
	width: 50%;

}
.interior4 {
	
}
.interior4{
    margin-bottom: 5rem;
}
.interior4 .flex_item{
    width: 50%;
    height: auto;
}
.interior4_img1{
    width: 100%;
	margin:0;
    margin-bottom: 5rem;
}


body{
	font-family: hero-new, 'Hiragino Sans W1';
    color: #555;
    font-size: 16px;
}

.content{
    margin: 0 auto;
    width: 90%;
	max-width: 1000px;
}
.content_next {
	color:#ccc;
	font-size:16px;
}
.content2{
    margin: 0 auto;
    width: 90%;
	max-width: 1000px;
}
.only_text_area {
	padding:10px 5px 10px 5px;
	width:800px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
.only_text_area p{
	margin:0 0 20px 0;

}
.top_img {
  position: relative;
  text-align:center;
}
.built_con {
	width:100%;
	max-width:800px;
	margin:0 auto;
	background-color:#F5F5F5;
}
.con1 {
  overflow: hidden;
}

.con1 is-open {
  border: 1px solid black;
  padding: 10px;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.des_b1 {
	position: relative;
	width:100%;
}
.des_b1 img{
	width:100%;
}
.des_b1 h3{
	position: absolute;
	top: 35%;
	left: 28%;
	color:#fff;
	letter-spacing: 1px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-shadow: 1px 2px 3px #555;
}
.des_b1 div{
	position: absolute;
	top: 50%;
	left: 20%;
	width:60%;
	margin:0 auto;
	height:1px;
	border-bottom:1px solid #fff;
}
.des_b1 p{
	position: absolute;
	top: 70%;
	left: 29.1%;
	font-size:15px;
	color:#fff;
	letter-spacing: 2px;
	line-height:30px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-shadow: 1px 2px 3px #555;
} 
.des_b2{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#F5F5F5;
	padding:100px 0 100px 0;
	margin-top:60px;
	margin-bottom:60px;
	font-size:14px;
}
.des_b3{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	background-color:#F5F5F5;
	padding:100px 0 100px 0;
	margin-top:60px;
	margin-bottom:60px;
	font-size:14px;
}
.g_eria {
	max-width:800px;
	width:100%;
	margin:0 auto;
}
.g_eria_1 {
	max-width:340px;
	width:100%;
}
.g_line{
	max-width:800px;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #555;
	margin-bottom:20px;
}
.g_line_2{
	max-width:400px;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #555;
	margin-bottom:20px;
}
.g_st {
	font-weight:bold;
	font-size:20px;
	line-height:28px;
}
.g_nm {
	line-height:28px;
}
.des_b2 p{
	max-width:800px;
	width:100%;
	line-height:30px;
	margin:0 auto;
	margin-bottom:20px;
}
.des_b3 p{
	max-width:400px;
	width:100%;
	line-height:30px;
	margin:0 auto;
	margin-bottom:20px;
}
.img_box_0 {
	margin:0 auto;
	width:800px;
	display:flex;
	margin-bottom:20px;
}
.img_box_1 {
	margin:0 auto;
	width:800px;
	margin-bottom:4px;
}
.img_box_1 img{
	width:100%;
}
.img_box_2 {
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	width:800px;
	margin-bottom:60px;
}
.img_box_2 img{
	width:398px;
	height:282px;
}
.img_box_3 {
	max-width:440px;
	width:100%;
	margin:0 0 0 20px;
}
.img_box_3 img{
	width:100%;
}
.b1_text{
	font-size:22px;
	line-height:36px;
}
.b2_text {
	font-size:14px;
}
.adv_b1 img{
	width: 100%;
}
.adv_t_1 {
	font-size:30px;
	letter-spacing: 5px;
}
.adv_t_2 {
	font-size:50px;
	letter-spacing: 5px;
}
.adv_t_3 {
	font-size:16px;
	line-height:24px;
}
.adv_t_4 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}

.des {
	position: relative;
	color:#fff;
}
.des p{
	position: absolute;
	top: 40%;
	left: 30%;
	-ms-transform: translate(-40%,-30%);
	-webkit-transform: translate(-40%,-30%);
	transform: translate(-40%,-30%);
}
.des img{
	width: 100%;
}
.des_t_1 {
	font-size:30px;
	letter-spacing: 5px;
}
.des_t_2 {
	font-size:50px;
	letter-spacing: 5px;
}
.des_t_3 {
	font-size:16px;
	line-height:24px;
}
.des_t_4 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}
.sup {
	position: relative;
	color:#fff;
}
.sup p{
	position: absolute;
	top: 40%;
	left: 30%;
	-ms-transform: translate(-40%,-30%);
	-webkit-transform: translate(-40%,-30%);
	transform: translate(-40%,-30%);
}
.sup img{
	width: 100%;
}
.sup_t_1 {
	font-size:30px;
	letter-spacing: 5px;
}
.sup_t_2 {
	font-size:40px;
	letter-spacing: 5px;
}
.sup_t_3 {
	font-size:16px;
	line-height:24px;
}
.sup_t_4 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}
.cra {
	position: relative;
	max-width:1000px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.cra p{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.cra img{
	width: 100%;
}
.cra_t_1 {
	font-size:26px;
	letter-spacing: 5px;

}
.cra_t_2 {
	font-size:16px;
}
.cra_t_3 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}
.hs_eria {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:60px;
	color:#fff;
	display:flex;
}

.hos {
	position: relative;
	max-width:500px;
	width:100%;
}
.hos p{
	width: 80%;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hos div{
	position: absolute;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align:center;
}
.hos_t_2{
	font-size:16px;
	margin:0 auto;
}
.hos img{
	width: 500px;
}
.hos_t_1 {
	font-size:26px;
}
.hos_t_2 {
	font-size:16px;
	margin:0 auto;
}
.hos_t_3 {
	font-size:16px;
	line-height:35px;
}
.spe {
	position: relative;
	max-width:500px;
	width:100%;
}
.spe p{
	width: 80%;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.spe div{
	position: absolute;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align:center;
}
.spe img{
	width: 500px;
}
.spe_t_1 {
	font-size:26px;
}
.spe_t_2 {
	font-size:16px;
	margin:0 auto;
}
.spe_t_3 {
	font-size:16px;
	line-height:30px;
	padding-top:30px;
}

.example img {
  width: 100%;
}

.top_img h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%,-60%);
  -webkit-transform: translate(-50%,-60%);
  transform: translate(-50%,-60%);
  margin:0;
  padding:0;
}


.gray{
	max-width: 1000px;
	width:100%;
    color: #fff;
    font-weight: 300;
    text-align: center;
	vertical-align: middle;
	font-size:16px;
}

.g_dt_1{
	clear:both;
	height:60px;
	line-height:35px;

}
.g_dd_1{
	height:60px;
	width:100％;
}
.g_dd_1 span {
	border:1px solid #ccc;
	
}
.only_text {
	text-align:center;
	line-height:26px;
	padding-bottom:10px;
	margin-bottom:10px;
}
h2 {
	font-size:20px;
	text-aling:center;
	margin:0 auto;
	margin:100px 0 30px 0;
}
.bd_1{
	width:16px;
	border-bottom:1px solid #000;
	text-align:center;
	margin:0 auto;
}


.sp_101 {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:60px;
	line-height:40px;
    width: 40%;
	background: #333;
	float:left;
	box-sizing: border-box;
	font-size:16px;
}
.sp_102 {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
    width: 40%;
	background: #333;
	float:left;
	box-sizing: border-box;
	line-height:10px;
}
.sp_201 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:60%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_202 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_203 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:40%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_204 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:60%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_05 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_05 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}

.eq_101 {
	color:#fff;
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
	width: 100%;
	text-align:center;
	background: #333;
	box-sizing: border-box;

}

.eq_102 {
	color:#fff;
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 100%;
	background: #666;
	box-sizing: border-box;
}
.eq_103 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 15%;
	background: #666;
	box-sizing: border-box;
}
.eq_104 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
    width: 70%;
	background: #666;
	box-sizing: border-box;
	font-size:16px;
}
.eq_105 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 15%;
	background: #666;
	box-sizing: border-box;
}

.cl {
	clear:both;
}

.g_cl{
	clear:both;
}
.g_dt_2{
	height:30px;
	line-height:8px;
}
.g_dd_2{
	height:30px;
	line-height:8px;
}

navi{
    padding: 1rem 0;
    width: 100%;
    height: 3rem;
    position: fixed;
	top: 4.5rem;
	z-index:700;
}
navi ul{
    width: 100%;
    text-align: left;
}
navi ul li{
    margin: 0 2rem 0 0;
    display: inline-block;
}
navi ul li a{
    color: #fff;
    font-weight: 500;
}

.page{
    margin: 0 auto 10rem;
}
.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}



.overview{
    margin: 0 0 3rem;
    padding: 0.5rem 5rem;
    width: 100%;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    display: flex;
    justify-content: space-around;
}
.overview li {
    text-align: center;
    font-weight: 500;
	line-height: 200%;
	font-size:16px;
}
.catch{
    margin: 0 0 2rem;
    text-align: center;
	line-height: 300%;
}
.catch br{
    display: block;
}

@keyframes fade_in { 
  0% {opacity: 0} 
  100% {opacity: 1} 
}

.fadeIn {
	opacity: 0;
	transition: 1.5s;
	text-align:center;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
	text-align:center;


}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}




.top_image{
    margin: 2rem 0 0;
    width: 80%;
    height: auto;
}


.page_top_image {
	width: 80%;
	position:rerative;
	z-index:1000;
}

img.page_top_image{
    margin: 0 0 3rem;
    width: 100%;
    height: auto;
}




.exterior1{
    width: 50%;
}
.exterior1 .h3_text{
    margin-bottom: 2rem;
}
.exterior1_img1{
    width: 46%;
    height: auto;
}
.exterior2{
	margin-bottom: 5rem;
}

.exterior2 .img1{
    width: 100%;
    height: auto;
}

.exterior3{
    margin-bottom: 1rem;
}

.exterior3 .flex_item{
    width: 50%;
    height: auto;
}

.exterior3_img1{
    width: 46%;
    height: auto;
}
.exterior3_img2{
    width: 100%;
	height: auto;
}
.exterior3_2 {
	width: 96%;
	margin:0 2% 0 2%;
	margin:0 auto;
	margin-bottom: 4rem;
}
.exterior4_2 {
	width: 96%;
	margin:0 2% 0 2%;
	margin:0 auto;
	margin-bottom: 4rem;
}
.exterior4{
    margin-bottom: 4rem;
}

.exterior4 .flex_item{
    width: 50%;
    height: auto;
}

.exterior4_img1{
    width: 46%;
    height: auto;
		}
		
.exterior4_img2{
    width: 100%;
    height: auto;
}
.exterior4_2 {
	
}

.interior1{
    margin-bottom: 5rem;
}
.interior1 .flex_item{
    width: 50%;
    height: auto;
}
.interior1_img1{
    width: 46%;
	height: auto;
	margin-bottom:1rem;
}
.interior1_img2{
    width: 100%;
	margin-top:3rem;
}

.interior2{
    margin-bottom: 5rem;
}
.interior2 .flex_item{
    width: 50%;
    height: auto;
}
.interior2_img1{
    margin: 1rem 0 0;
    width: 100%;
    height: auto;
}
.interior2_img2{
    width: 46%;
    height: auto;
}

.interior3{
    margin-bottom: 9rem;
}
.interior3 .flex_item{
    width: 50%;
    height: auto;
}
.interior3_img1{
    margin: 2rem 0 0;
    width: 100%;
    height: auto;
}
.interior3_img2{
    width: 46%;
    height: auto;
}

#spec{
}
#spec .page_top_image{
    margin: 0;
}
.spec_table{
	margin:0 auto;
	display:block;
	text-align:center;
}
.eq_box {
	margin:0 auto;
	width:100%;
	max-width:1000px;
}

#equipment{
}





table.equipment{
    width: 49%;
}
table.option{
    width: 49%;
}
table.option .opcode{
    width: 15%;
}
table.option .price{
    width: 20%;
}

table.price{
    margin-bottom: 9rem;
    width: 100%;
}
table.price .price_item{
    width: 25%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}
table.price .price{
    width: 25%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}
table.price th.price_item{
    padding: 0 0 0.75rem;
}
table.price th.price{
    padding: 0 0 0.75rem;
}
table.price td.price_item{
    padding: 2rem 0 0.75rem;
    color: #333;
    border-bottom: 1px #aaa solid;
}
table.price td.price{
    padding: 2rem 0 0.75rem;
    color: #333;
    border-bottom: 1px #aaa solid;
    width: 25%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    border-left: 30px #fff solid;
}



.sns_box {
	width:670px;
}

.bnr_item2{
	
}



footer{
    padding-bottom: 2rem;
    width: 100%;
    background: #222;
}
.footer_item{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.btn_shop{

    padding: 1.75rem 0;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #323232;
    display: block;
}
.btn_shop span{
    font-size: 1rem;
    font-weight: 300;
}
.btn_rental{
    padding: 1.75rem 0;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #009DBF;
    display: block;
}
.btn_rental span{
    font-size: 1rem;
    font-weight: 300;
}
.vantech_logo_w{
    margin: 0 0 2rem;
    padding: 1.75rem 0;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px #444 solid;
}
.vantech_logo_w img{
	width: 12%;
	min-width:120px;
    height: auto;
	margin:0 auto;
}
.vantech_logo_w{
    margin: 0 0 2rem;
    padding: 1.75rem 0;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px #444 solid;
}
.vantech_logo_w img{
	width: 12%;
	min-width:120px;
    height: auto;
}
		
		
.ft_all {
	font-size:16px;
	width:100%;
	margin:0 5% 0 5%;
	margin:0 auto;
	background-color:#222;
}
.ftm_all {
	display:flex;
	width:80%;
	max-width:1000px;
	margin:0 auto;
}

		
footer .flex_box{
    align-items: flex-start;
}

.ft_all {
	font-size:16px;
	width:100%;
	margin:0 5% 0 5%;
	margin:0 auto;
	background-color:#222;
}
.ftm_all {
	display:flex;
	width:80%;
	max-width:1000px;
	margin:0 auto;
}
.footer_menu{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu_1{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu_2{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu ul{
    color: #fff;
}
.footer_menu_1 ul{
    color: #fff;
}
.footer_menu_2 ul{
    color: #fff;
}
.footer_menu li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_1 li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_2 li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_title {
	font-weight:bold;
	padding:10px 10px 10px 0;
	font-size:18px;
	color:#fff;
}


.footer_item{

}


.ya{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	margin:20px 0 20px 0;
}
.ya::before,
.ya::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	margin-bottom:10px;
}
.ya::before{
    left: 0px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.logo {
  font-size: 24px;
}


.arrow_1{
    position: relative;
    display: block;
    padding: 0 0 0 16px;
    color: #aaa;
    vertical-align: middle;
    text-decoration: none;
	font-size: 15px;
	margin:0 0 0 auto;
	float:right;
	top:20px;
	right:15px;
}
.arrow_1::before,
.arrow_1::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
	vertical-align: middle;

}


.ar_1::before{
    width: 12px;
    height: 12px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top:-2;
}
.dl_1 {
	display:block;
	width:100%;
	padding-left:15px;
}
.dl_2 {
	display:block;
	width:100%;
	padding-left:15px;
}
.vantech_logo{
    position: absolute;
}

.top_img{
	width:100%;
}
.top_img img{
	width:100%;
}

.fl_in {
	float:left;
}

@media screen and (min-width: 1200px){
	.drawer {
		display:none;
	}
	.tdimg {
		display:none;
	}
}
@media screen and (max-width: 999px){
	.ya_a span {
		top:40px;
	}
	.adv_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.adv_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.adv_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.adv p{
		top: 36%;
	}	
	.des_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.des_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.des_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 36%;
	}
	.sup_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.sup_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.sup_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 36%;
	}
	.it_2 {
		padding-left:10px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.btm_con {
		width:100%;
		padding:0 1% 0 1%;
	}
	.sns_1 {
		width:32%;
		margin:0 1px 5px 0;
	}
	.hs_eria {
		display:block;
	}
	.hos {
		margin:0 auto;
	}
	.spe{
		margin:0 auto;
	}
	.menu_3 {
		display: flex;
		justify-content:center;
	}
	.main_menu {
		display:block;
	}
	.main_1 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_2 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_3 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_4 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_5 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_6 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_0 {
		width:100%;
	}
	.topic_top {
		width:96%;
		margin:0 auto;
		margin:30px 2% 30px 2%;
	}
	footer .flex_box{
		align-items: flex-start;
	}
	.brand {
		width:400px;
	}
	.brand img{
		width:100%;
	}
	.line_up p{
		top: 10%;
		left: 30%;
	}
	.brand p{
		top: 10%;
		left: 42%;
	}
	.in_1 {
		height:170px;
		background-color:#E6E6E6;
		text-align:center;
		padding:30px 0 10px 0;
	}
	.topic {
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.line_up {
		width:400px;
	}
	.line_up img{
		width:100%;
	}
	#top_contents {
		max-width:100%;
		min-width:100%;
	}
	.drawer2 {
		display:none;
	}
	.tpimg {
		display:none;
	}
	.logo{
        margin: 10px 0 0 0;
		display: inline-block;
    }
	.header2 {
        margin: 0 auto;
		text-align:center;
		padding:0;
    }

	navi{
		top: 4rem;
	}
	navi ul{
		display: flex;
		justify-content: center;
		
	}
	navi li{
		margin: 0 1rem 0;
		text-align:center;
	}
	.header2 .vantech_logo{
		position: static;
	}
	body {
		font-size:18px;
	}
	.content{
		width: 98%;
		margin:0 1% 0 1%;
	}
	navi ul li{
		margin: 0 2rem 0 0;
	}
	.exterior1{
		width: 96%;
		margin:0 2% 0 2%;
	}

	.exterior1_img1{
		width: 100%;
		margin:2rm 0 0 0;
	}

	.exterior2{
		margin-bottom: 2rem;
	}

	.exterior3 .flex_item{
		width: 96%;
		padding:0 2% 0 2%;
	}
	.exterior3_img1{
		margin: 2rem 0 0;
		width: 100%;

	}
	.exterior3_img2{
		width: 100%;
		margin-bottom: 5rem;
	}
	.exterior3_2{
		margin-bottom: 5rem;
	}
	.exterior4_2{
		margin-bottom: 5rem;
	}
	.exterior4 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.exterior4_img1{
		width: 100%;
		margin:2rem 0 0;
	}
	.exterior4_img2{
		width: 100%;
		margin:2rem 0 0;
	}
	.interior1 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior1_img1{
		margin: 2rem 0 2rem 0;
		width: 100%;
	}
	.interior1_img2{
		margin: 1rem 0 0;
		width: 100%;
		margin:1rem 0 0 0;
	}

	.interior2_h{
		width: 96%;
		margin:0 2% 16px 2%;
	}
	.interior2 .flex_item{
		width: 100%;
	}
	.interior2 p{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior2_img1{
		width: 100%;
		height: auto;
		margin:1rem 0 4rem 0;
	}
	.interior2_img2{
		margin: 2rem 0 0;
		width: 100%;
		height: auto;
	}
	.interior3 .flex_item{
		width: 100%;
	}
	.interior3_img1{
		margin: 2rem 0 0;
		width: 100%;
		height: auto;
	}
	.interior3_img2{
		width: 100%;
		height: auto;
		margin:1rem 0 0 0;
	}
	.interior3 p{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior4 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.sp_101 {
		width:30%;
	}
	.sp_102 {
		width:30%;
	}
	.sp_201 {
		width:70%;
	}
	.sp_202 {
		width:23.333%;
	}
	.sp_203 {
		width:46.666%;
	}
	.sp_204 {
		width:70%;
	}
	.eq_103 {
		font-size:16px;
		line-height:10px;
		width: 10%;
	}
	.eq_104 {
		font-size:16px;
		line-height:10px;
		width: 70%;
	}
	.eq_105 {
		font-size:16px;
		line-height:10px;
		width: 20%;
	}
	.gray_fld_1 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.gray_fld_2 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.gray_fld_3 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	
	.top_title_1{
		font-size:26px;
		font-weight:100;
	}
	.top_title_2{
		font-size:46px;
		line-height:80px;
	}
	.title_line {
		width:250px;
		margin-bottom:20px;
	}
	.footer_menu{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.footer_menu_1{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.footer_menu_2{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.ftm_all {
		width:100%;
		margin:0 auto;
	}
	.contents_img {
		width:680px;
		height:400px;
		margin:0 auto;
	}
	.contents_img img{
		width:100%;
	}
	.cfb0 {
		padding:60px 0 10px 0;
		display:block;
		margin:0 auto;
	}
	.cfb1 {
		display:block;
		padding:60px 0 50px 0;
	}
	.cfb2 {
		display:block;
		padding:0 0 50px 0;
	}
	.cfb3 {
		display:block;
		padding:0 0 60px 0;
	}
	.contents_title {
		width:680px;
		font-size:18px;
		font-weight:bold;
		padding:20px;
		text-align:left;
		line-height:40px;
	}
	.contents_sbtitle {
		width:680px;
		font-size:14px;
		padding:20px;
		text-align:left;
		line-height:10px;
	}
	.contents_txt {
		margin:0 auto;
		font-size:14px;
		width:680px;
		padding:20px;
		text-align:left;
	}
	.contents_p {
		clear:both;
		padding-top:10px;
		line-height:30px;
	}
	.contents_txt_0 {
		font-size:14px;
		width:680px;
		padding:20px;
		margin:0 auto;
	}
	.contents_txt_1 {
		font-size:14px;

		padding:20px;
		text-align:left;
		margin:0 auto;
		margin-bottom:60px;
	}
	.des_b1 h3{
		top: 32%;
		left: 28%;
		color:#fff;
		letter-spacing: 1px;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-shadow: 1px 2px 3px #555;
	}
	.des_b1 div{
		left: 15%;
		width:70%;
	}
	.des_b1 p{
		position: absolute;
		top: 75%;
		left: 29.1%;
		font-size:14px;
		color:#fff;
		letter-spacing: 2px;
		line-height:26px;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-shadow: 1px 2px 3px #555;
	}
}
@media screen and (max-width: 949px){
	.sp_101 {
		height:120px;
		font-size:20px;
		line-height:100px;
	}
	.sp_102 {
		height:60px;
		font-size:20px;
		line-height:25px;
	}
	.sp_201 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.sp_202 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.sp_203 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.sp_204 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
}
@media screen and (max-width: 899px){
	.top_title_1 {
		font-size:20px;
	}
	.top_title_2 {
		font-size:40px;
	}
	.top_title_3 {
		font-size:20px;
	}
	.adv_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.adv_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.adv_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.adv p{
		top: 30%;
	}	
	.des_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.des_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.des_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.des p{
		top: 30%;
	}
	.sup p{
		top: 36%;
	}
	.sup_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.sup_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.sup_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 30%;
	}
	.sns_1 {
		width:48%;
		margin:0 1px 5px 0;
	}
	.menu_3 {
		display: flex;
		justify-content:center;
	}
	.main_menu {
		display:block;
		margin-bottom:60px;
	}
	.main_1 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_2 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_3 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_4 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_5 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_6 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_0 {
		width:100%;
	}
	.footer_menu{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu_1{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu_2{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu ul{
		color: #fff;
	}
	.footer_menu_1 ul{
		color: #fff;
	}
	.footer_menu_2 ul{
		color: #fff;
	}
	.footer_menu li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_1 li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_2 li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
	}
	.footer_menu_title_1 {
		font-weight:bold;
		padding:10px;
	}
	.footer_menu_title_2 {
		font-weight:bold;
		padding:10px;
	}
	.footer_item{
		
	}
	.adv_b1 p{
		top: 50%;
	}
	.img_box_0 {
		margin:0 auto;
		width:100%;
		display:block;
		margin-bottom:20px;
	}
	.img_box_1 {
		margin:0 auto;
		width:98%;
		max-width:800px;
		margin-top:2%;
		margin-bottom:2%;
	}
	.img_box_2 {
		margin:0 auto;
		width:98%;
		max-width:800px;
		margin-bottom:60px;
	}
	.img_box_2 img{
		width:49%;
		height:auto;
	}
	.img_box_3 {
		max-width: 98%;
		padding-right:1%;
		padding-left:1%;
		margin: 0 auto;
	}
	.img_box_3 img{
		width:100%;
	}
	.des_b3 p{
		max-width:96%;
		line-height:30px;
		margin:0 auto;
	}
	.g_eria {
		max-width:800px;
		width:98%;
		margin:0 auto;
		padding-right:1;
		padding-left:1;
	}
	.g_eria_1 {
		max-width:800px;
		margin:0 auto;
		width:100%;
	}
	.g_eria_1 p{
		max-width:800px;
		margin:0 auto;
		margin-bottom:40px;
	}
	.des_b2{
		max-width:100%;
		width:100%;
		padding-right:0;
		padding-left:0;
	}
	.des_b2 p{
		max-width:800px;
		width:100%;
		padding-right:4%;
		padding-left:4%;
	}
	.des_b3{
		width:100%;
		padding-right:0;
		padding-left:0;
	}
}
@media screen and (max-width: 799px){
	.adv_t_1 {
		font-size:16px;
		letter-spacing: 3px;
	}
	.adv_t_2 {
		font-size:26px;
		letter-spacing: 3px;
	}
	.adv_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.top_title_1 {
		font-size:18px;
	}
	.top_title_2 {
		font-size:30px;
		line-height:40px;
	}
	.top_title_3 {
		font-size:18px;
	}
	.adv p{
		top: 30%;
	}	
	.des_t_1 {
		font-size:16px;
		letter-spacing: 3px;
	}
	.des_t_2 {
		font-size:26px;
		letter-spacing: 3px;
	}
	.des_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.des p{
		top: 30%;
	}
	.sup p{
		top: 36%;
	}
	.sup_t_1 {
		font-size:16px;
		letter-spacing: 3px;
	}
	.sup_t_2 {
		font-size:26px;
		letter-spacing: 3px;
	}
	.sup_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 30%;
	}
	.menu_3 {
		width:100%;
		display: block;
		margin:0 auto;
		margin-top:20px;
	}
	.line_up {
		width:490px;
		margin:0 auto;
		margin-bottom:40px;
	}
	.line_up img{
		width:490px;
	}
	.line_up p{
		top: 15%;
		left: 30%;
	}
	.brand {
		width:490px;
		margin:0 auto;
		margin-bottom:10px;
	}
	.brand img{
		width:490px;
	}
	.brand p{
		top: 15%;
		left: 40%;
	}
	.content2{
		font-size:12px;
		line-height:20px;
	}
	.gray_fld_1 {
		font-size:12px;
	}
	.gray_fld_2 {
		font-size:12px;
	}
	.gray_fld_3 {
		font-size:12px;
	}
	.main_1 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 1%;
	}
	.main_2 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 0;
	}
	.main_3 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 1%;
	}
	.main_4 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 0;
	}
	.main_5 {
		width:48%;
		display:inline-block;
		margin:0 1% 0 1%;
	}
	.main_6 {
		width:48%;
		display:inline-block;
		margin:0 1% 0 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.footer_menu{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_1{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_2{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_1 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_2 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu li{
		width:33%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_1 li{
		width:50%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_2 li{
		width:25%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
		width:100%;
		border-bottom:1px solid #555;
		
	}
	.footer_item{
		width:100%;
	}
	.vantech_logo_w{
		clear:both;
		margin: 0;
	}
	.footer_menu_1{
		clear:both;
		margin: 0;
	}
	.footer_menu_2{
		clear:both;
		margin: 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.arrow_a{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}
	.arrow_b{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color:#fff #fff transparent transparent ;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}

	.price {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
    .item {
      /* 横スクロール用 */
		display: inline-block;
		width: 90%;

	/* 見た目調整 */
		height: 400px;
		margin: 16px;
		font-size: 48px;
		background: rgba(255, 0, 0, 0.4);
    }
	.sp_hide {
		display:none;
	}
	.footer_menu{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_1{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_2{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_1 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_2 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu li{
		width:33%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_1 li{
		width:50%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_2 li{
		width:25%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
		width:100%;
		border-bottom:1px solid #555;
		
	}
	.footer_item{
		width:100%;
	}
	.vantech_logo_w{
		clear:both;
		margin: 0;
	}
	.footer_menu_1{
		clear:both;
		margin: 0;
	}
	.footer_menu_2{
		clear:both;
		margin: 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.arrow_a{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}
	.arrow_b{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color:#fff #fff transparent transparent ;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}¥
	.price {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
    .item {
      /* 横スクロール用 */
		display: inline-block;
		width: 90%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	.ss {
		display: none;
	}
	.only_text_area{
		font-size:14px;
		display: inline-block;
		padding: 10px 4% 10px 4%;
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.g_eria {
		width:100%;
		margin:0 auto;
		padding-right:4%;
		padding-left:4%;
	}
}
	
@media screen and (max-width: 699px){
	.topic {
		margin-bottom:60px;
	}
	.content{
		margin: 0 auto;
		width: 98%;
		margin:0 1% 0 1%;
	}
	.catch{
	font-size:16px;
	}
	navi li{
		font-size:16px;
		line-height:10px;
	}
	navi{
		top: 4rem;
	}
	navi{
		height: 2.5rem;
		position: fixed;
		top: 4.5rem;
	}
	.exterior2{
		margin-bottom:2rem;
	}
	.overview {
		padding: 0;
	}
	.sp_101 {
		font-size:16px;
	}
	.sp_102 {
		font-size:16px;
	}
	.sp_201 {
		font-size:16px;
	}
	.sp_202 {
		font-size:16px;
	}
	.sp_203 {
		font-size:16px;
	}
	.sp_204 {
		font-size:16px;
	}
	.interior4_img1{
		margin-bottom: 2rem;
	}



	.contents_img {
		width:100%;
		height:auto;
	}
	.contents_img img{
		width:100%;
	}
	.cfb1 {
		display:block;
		padding:60px 0 10px 0;
	}
	.cfb2 {
		display:block;
		padding:0 0 10px 0;
	}
	.cfb3 {
		display:block;
		padding:0 0 60px 0;
	}
	.contents_title {
		width:100%;
		font-size:16px;
		font-weight:bold;
		padding:20px;
		text-align:left;
		line-height:40px;
	}
	.contents_sbtitle {
		width:100%;
		font-size:14px;
		padding:20px;
		text-align:left;
		line-height:10px;
	}
	.contents_txt {
		margin:0 auto;
		font-size:14px;
		width:100%;
		padding:20px;
		text-align:left;
	}
	.contents_p {
		clear:both;
		padding-top:10px;
	}
	.contents_img {
		width:100%;
		height:auto;
	}

	.contents_txt {
		width:100%;
	}
	.contents_txt_1 {
		width:100%;
	}
	.contents_txt_0 {
		width:100%;
	}

}
@media screen and (max-width: 649px){
	navi ul li{
		margin: 0 1.5rem 0 0;
	}
	.it_1 {
		width:180px;
		font-size:12px;
	}
	.it_2 {
		padding-left:10px;
	}
}


@media screen and (max-width: 599px){
	.top_title_1{
		font-size:18px;
		font-weight:100;
	}
	.top_title_2{
		font-size:30px;
	}
	.top_title_3{
		font-size:18px;
	}
	.des_t_3 {
		font-size:12px;
		line-height:12px;
	}
	.sup_t_3 {
		font-size:12px;
		line-height:12px;
	}
	.top_title_3{
		font-size:12px;
	}
	.title_line {
		width:200px;
		margin-bottom:20px;
	}
	.btm_con {
		display:block;
	}
	.sns_box {
		width:100%;
	}
	.sns_1 {
		width:32%;
		margin:0 1px 5px 0;
	}
	.fb_box {
		text-align:center;
		margin:0 auto;
		margin-top:20px;
	}
	navi ul li{
		margin: 0 1rem 0 0;
	}
	navi li{
		font-size:16px;
	}
	.overview li{
		font-size: 16px;
	}
	.catch{
		font-size:16px;
	}
	.eq_102 {
		line-height:20px;
		height:60px;
		padding:10px;
	}
	.eq_103 {
		font-size:16px;
		line-height:15px;
		width: 15%;
		height:60px;
		padding:5px;
	}
	.eq_104 {
		font-size:16px;
		line-height:15px;
		width: 65%;
		height:60px;
	}
	.eq_105 {
		font-size:16px;
		line-height:15px;
		width: 20%;
		height:60px;
	}
	.sp_101 {
		font-size:16px;
	}
	.sp_102 {
		font-size:16px;
	}
	.sp_201 {
		font-size:16px;
	}
	.sp_202 {
		font-size:16px;
	}
	.sp_203 {
		font-size:16px;
	}
	.sp_204 {
		font-size:16px;
	}
	.hos img{
		width: 98%;
	}
	.spe img{
		width: 98%;
	}
	.hs_eria {
		
	}
	.bgb_eria {
		padding:0;
	}
	h2 {
		font-size:18px;
	}

	.contents_title {
		clear:both;
		width:100%;
		display:block;
		margin:0;
		padding:0;
		text-align:center;
		word-break: keep-all;
	}
	.contents_title_0 {
		clear:both;
		width:100%;
		display:block;
		margin:0;
		padding:0;
		text-align:center;
		word-break: keep-all;
	}
	.contents_sbtitle {
		width:100%;
		font-size:14px;
		display:block;
		padding:0px;
		margin:0px;
		text-align:center;
		line-height:18px;
		word-break: keep-all;
	}
	.contents_txt {
		margin:0 auto;
		padding-left:0;
		padding-right:0;
	}
	.contents_txt_0 {
		margin:0 auto;
		padding-left:0;
		padding-right:0;
	}
	.contents_txt_1 {
		margin:0 auto;
		padding-left:0;
		padding-right:0;
	}
	.im_c {
		margin:0 auto;
		text-align:center;
		width:60px;
	}
	.im_c_1 {
		margin:0 auto;
		text-align:center;
		width:125px;
	}
	.only_text_area {
	}
	.ota_c {
		text-align:center;
	}
}

@media screen and (max-width: 499px){

	navi ul li{
		margin: 0 0.7rem 0 0;
	}
	navi li{
		font-size:16px;
	}
	.overview li{
		font-size: 12px;
	}
	.catch{
		font-size:16px;
	}
	body{
		font-size:16px;
	}
	.line_up {
		width:400px;
	}
	.line_up img{
		width:100%;
	}
	.brand {
		width:400px;
	}
	.brand img{
		width:100%;
	}
	.content2{
		font-size:10px;
		line-height:20px;
	}
	.hos div{
		top:15%;
	}
	.spe div{
		top:15%;
	}
	.hos p{
		top:55%;
	}
	.spe p{
		top:60%;
	}
	.adv_t_1 {
		font-size:10px;
	}
	.adv_t_2 {
		font-size:16px;
	}
	.adv_t_4 {
		padding:5px 0 5px 5px;
	}
	.des_t_1 {
		font-size:10px;
	}
	.des_t_2 {
		font-size:16px;
	}
	.des_t_4 {
		padding:5px 0 5px 5px;
	}
	.sup_t_1 {
		font-size:10px;
	}
	.sup_t_2 {
		font-size:16px;
	}
	.sup_t_4 {
		padding:5px 0 5px 5px;
	}
	.bgbe_ct p {
		font-size:12px;
	}
	.cra_t_1 {
		font-size:16px;
	}
	.cra_t_2 {
		font-size:12px;
	}
	.cra_t_3 {
		padding:5px 0 5px 5px;
	}
	.spe div {
		width:100%;
	}
	.hos_t_3{
		font-size:16px;
		line-height:28px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:28px;
	}
	h2 {
		font-size:18px;
	}

	.b1_text {
		font-size: 18px;
	}
	.des_b1 div{
		left: 10%;
		width:80%;
	}
}
@media screen and (max-width: 449px){
	navi ul li{
		margin: 0 0.5rem 0 0;
	}
	navi li{
		font-size:16px;
	}
	.overview li{
		font-size: 10px;
	}
	.line_up {
		width:300px;
	}
	.line_up p{
		top:10px;
		left:60px;
	}
	.brand {
		width:300px;
	}
	.brand p{
		top:10px;
		left:110px;
	}
	.top_title_1{
		font-size:18px;
		font-weight:100;
	}
	.top_title_2{
		font-size:30px;
	}
	.top_title_3{
		font-size:18px;
	}
	.title_line {
		width:200px;
		margin-bottom:20px;
	}
	.adv_t_3 {
		font-size:14px;
		line-height:15px;
	}
	.des_t_3 {
		font-size:14px;
		line-height:15px;
	}
	.sup_t_3 {
		font-size:14px;
		line-height:15px;
	}
	.hos div{
		top:16%;
	}
	.spe div{
		top:16%;
	}
	.hos_t_3{
		font-size:16px;
		line-height:40px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:40px;
	}
	.sp {
		display: none;
	}
	.ss {
		display: inline;
	}
	.b1_text {
		font-size:22px;
	}
	.ya_a {
		font-size:16px;
	}
}
@media screen and (max-width: 399px){
	.hos_t_3{
		font-size:16px;
		line-height:34px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:34px;
	}
	.hos div{
		top:15%;
	}
	.spe div{
		top:15%;
	}
	.img_box_2 {
		display:block;
	}
	.img_box_2 img{
		width:100%;
		padding
	}
}
@media screen and (max-width: 349px){
	.hos_t_3{
		font-size:16px;
		line-height:24px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:24px;
	}
	.hos div{
		top:12%;
	}
	.spe div{
		top:12%;
	}
	.title_line {
		margin-bottom:10px;
	}
	.only_text_area p{
	}
}