@charset "utf-8";

/*--------------------------------------------------
door travision Inc. 
2019.08.09
--------------------------------------------------*/

html {
	width:100%; *zoom: 1;
}
*{ margin:0;padding:0; }
body {
	-webkit-text-size-adjust :100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', sans-serif;
}
#wrapper {
	width:100%;
	min-width:1200px;
	padding:40px 0;
	color:#333333;
	font-size:16px;
	line-height:1.6;
	position:relative;
}
a {
	color:#333333;
	text-decoration: none;
	font-weight:600;
	
}
a:hover {
	color:#333333;
	text-decoration: underline;
}
.open {
	 -webkit-transform: translate(300px, 0) !important;
	 transform: translate(300px, 0) !important;
}
.open-nav {
	 -webkit-transform: translate(0, 0) !important;
	 transform: translate(0, 0) !important;
}
.detail { outline:none; }
@media screen and (max-width: 768px){
	#wrapper {
	width:100%;
	min-width:100%;
	padding: 3% 0;
}
}
/*--------------------------------------------------
header
--------------------------------------------------*/
header {
	width: 100%;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #c2ccd2;
}
.mjuk-logo {
	width: 130px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.mjuk-logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
.mjuk-logo img {
	width: 70%;
	height: auto;
}
}
/*-------------------------------------------------
humberger
-------------------------------------------------*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	box-sizing: border-box;
}
.menu-trigger {
	position:fixed;
	overflow:hidden;
	top:20px;
	left:20px;
	width: 40px;
	height: 40px;
	z-index:300;
	border-radius: 5px;
}
.menu-trigger span {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 2px;
	background: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	top: 16px;
}
.menu-trigger span:nth-of-type(3) {
	top: 24px;
}
.menu-trigger.active span {
	background: #000;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 768px){
.menu-trigger {
	top:15px;
	left:15px;
	width: 36px;
	height: 36px;
}
.menu-trigger span {
	width: 26px;
}
}
/*-------------------------------------------------
side nav
-------------------------------------------------*/
#sideNav {
	position: fixed;
	top: 0;
	left: 0;
	 -webkit-transform: translate(-360px, 0);
	 transform: translate(-360px, 0);
	 -webkit-transition: all .6s;
	 transition:all .6s;
	overflow:auto;
	width:360px;
	background:#fff;
	opacity: 0.9;
	text-align:left;
	font-size:13px;
	z-index:200;
	-webkit-overflow-scrolling: touch;
}
#sideNav a,
#sideNav a:hover {
	text-decoration:none;
}
.sideNavInner {
	height:auto;
	margin-top:60px;
}
ul.mainNav {
	margin: 0 auto;
	padding: 0 15px;
}
ul.mainNav li {
	padding: 15px;
	border-bottom:1px solid #c2ccd2;
	background: url(../../common/images/footer/sp_arrow.png) center right no-repeat;
	background-size: 30px auto;
	box-sizing: border-box;
}
ul.mainNav li a {
	display:block;
	width:100%;
	line-height:40px;
	text-align:left;
	color:#333333;
}
ul.mainNav li a:hover {
	color:#888888;
}

@media print, screen and (max-width: 768px){
#sideNav {
	display:none;
	left:0;
	width:100%;
	position: fixed;
	 -webkit-transform: translate(0, 0);
	 transform: translate(0, 0);
	font-size:13px;
}
.sideNavInner {
	height:auto;
}
ul.mainNav li {
	padding: 4%;
	background: url(../../common/images/footer/sp_arrow.png) center right no-repeat;
	background-size: 28px auto;
}
ul.mainNav li a {
	width:100%;
	height:26px;
	line-height:26px;
}
}
/*-------------------------------------------------
mjukとは？　カタログ請求 BTN
-------------------------------------------------*/
.header-btn {
	position: absolute;
	top: 0;
	right: 2%;
}
.header-btn li {
	width: 160px;
	display:inline-block;
	font-size: 13px;
	line-height: 70px;
	font-weight:normal;
	font-family: 'Noto Serif JP', serif;
}
.header-btn li a { 
padding-left: 20px;
	display: block;
    position: relative;
    width: 100%;
    height: 100%; 
}
.header-btn li::before {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
	margin: auto 25px auto auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
}
.header-btn li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media print, screen and (max-width: 768px){
.header-btn li:first-child {
	display: none;
}
.header-btn {
	position: absolute;
	top: 0;
	right: 2%;
}
.header-btn li {
	width: 70px;
	padding: 15px 20px 0 0;
	line-height: 1.3em;
	font-size: 11px;
}
.header-btn li a { 
padding-left: 20px;
	display: block;
    position: relative;
    width: 100%;
    height: 100%; 
}
.header-btn li::before {
	content: "";
    display: block;
    position: absolute;
	top: 50%;
	margin: auto 25px auto auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
}
.header-btn li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
}
/*--------------------------------------------------
Base
--------------------------------------------------*/
.base-inner {
	width:1200px;
	margin: 0 auto;
	position: relative;
}
h1 {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 105;
}
h1 img {
	width: 586px;
	height:auto;
}
.mv .base-inner {
	width:1156px;
	padding-left: 44px;
}
.mv .base-inner .lead {
	margin: 30px 0;
	line-height: 1.8em;
	text-align: center;
}
.mv .mv-content {
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
.mv-content-inner {
	position: relative;
	overflow: hidden;
	width: 1156px;
	height: 510px;
	margin: 0 auto;
	z-index: 100;
}
.mv-content-inner::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 180px 600px 0 0;
	border-color: #ffffff transparent transparent transparent;
	z-index: 100;
}
.mv-content-inner::after {
	content:"";
	position: absolute;
	top: 0;
	right: 0; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 600px 180px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 100;
}
.mv-content-inner .mv-left,
.mv-content-inner .mv-right,
.mv-content-inner .mv-center {
	margin: 0 auto;
  float: left;
  vertical-align: baseline;
}
.mv-content-inner .mv-center {
	width: 50%;
}
.mv-content-inner .mv-left,
.mv-content-inner .mv-right {
	width: 25%;
}
.mv-content-inner img {
	width: auto;
	height: 105%;
}
/*.slider {
  margin: 0 auto;
	position: relative;
	opacity: 0;
  transition: opacity .5s linear;
  float: left;
  vertical-align: baseline;
}
.slider-02 {
  width: 50%;
}
.slider-01,
.slider-03 {
  width: 25%;
}*/
.slider.slick-initialized {
  opacity: 1;
}
/*.slider-dots {
	width: 10px;
	height: 10px;
	border-radius:50px;
	background: #333333;
}*/
.sp { 
display: none;
}
@media screen and (max-width: 768px){
.base-inner {
	width:100%;
}
h1,.lead {
	margin-bottom:30px;
}
h1 {
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 105;
}
h1 img {
	width: 50%;
	height:auto;
}
.mv .base-inner {
	width:100%;
	padding: 0 4%;
	box-sizing: border-box;
}
.mv .base-inner .lead {
	margin: 5% 0;
	line-height: 1.8em;
	text-align: center;
}
.lead {
	font-size: 16px;
	padding: 0;
	box-sizing: border-box;
}
.mv .mv-content {
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
.mv-content-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.mv-content-inner::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 200px 0 0;
	border-color: #ffffff transparent transparent transparent;
	z-index: 100;
}
.mv-content-inner::after {
	content:"";
	position: absolute;
	top: 0;
	right: 0; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 50px 0;
	border-color: transparent #ffffff transparent transparent;
	z-index: 100;
}
.mv-content-inner .mv-center {
	width: 100%;
}
.mv-content-inner .mv-left,
.mv-content-inner .mv-right {
	width: 50%;
}
.mv-content-inner img {
	width: 100%;
	height: auto;
}
.sp { 
display: block;
}
.pc {
	display: none;
}
}

/*--------------------------------------------------
modelhouse
--------------------------------------------------*/
.modelhouse {
	width: 1120px;
	margin: 0 auto;
	padding: 40px;
	background: url(../img/modelhouse_bg.jpg) top center no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
.modelhouse .mh-text {
	font-size: 16px;
	text-align: center;
}
.modelhouse .mh-sub {
	color: #2d5fa1;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center
}
.modelhouse h2 {
	width: 360px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
.modelhouse h2 img {
	width:102%;
	height: auto;
	float: none;
}
/*.modelhouse .mh-img {
	width: 450px;
	float: right;
}
.modelhouse .mh-img img {
	width: 100%;
}*/

@media screen and (max-width: 768px){
.modelhouse {
	width: 100%;
	margin: 0 auto;
	padding: 5%;
	background: url(../img/modelhouse_bg.jpg) top center repeat-y;
	box-sizing: border-box;
	overflow: hidden;
}
.modelhouse .mh-text,
.modelhouse .mh-img {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	float: none;
}
.modelhouse .mh-img {
	width: 70%;
	height: auto;
	margin: 0 auto;
}
.modelhouse .mh-img img {
	width: 100%;
	height: auto;
}
.modelhouse h2 {
	margin-bottom: 3%;
	width: 100%;
	text-align: center;
}
.modelhouse .mh-text {
	margin-bottom: 15px;
}
}
@media screen and (max-width: 320px){
.modelhouse h2 {
	padding: 0 5px;
	line-height: 41px;
	font-size: 1em;
	background: url(../img/mh_ttl_bg.png) top left no-repeat;
	background-size: auto 41px;
}
}
/*--------------------------------------------------
main content
--------------------------------------------------*/
.main-content .map {
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
}
.main-content .map ul li {
	position: absolute;
	width: 250px;
	height: auto;
}
.main-content .map ul li img {
	width: 100%;
	height: auto;
}
.main-content .map ul li a:hover {
	opacity: 0.9;
}
.main-content .map ul li:nth-child(1) {
	top: 250px;
	left: 0;
}
.main-content .map ul li:nth-child(2) {
	bottom: 390px;
	right: 40px;
}
.main-content .map ul li:nth-child(3) {
	top: 390px;
	right: 60px;
}
.main-content .map ul li:nth-child(4) {
	top: 15px;
	left: 430px;
}
.main-content .map ul li:nth-child(5) {
	bottom: 120px;
	left: 368px;
}
.main-content .map ul li:nth-child(6) {
	bottom: 290px;
	left: 15px;
}
.main-content .map ul li:nth-child(7) {
	top: 550px;
	left: 130px;
}
.main-content .map .map-img img {
	width: 100%;
	height: auto;
} 
.main-content .main-inner {
	padding: 0 30px;
}
.main-content .main-box {
	overflow: hidden;
	margin-bottom: 110px;
}
.main-content .main-text {
	width: 420px;
	margin: 0 auto;
	line-height: 2em;
}
.main-content .main-text a {
	color: #2d5fa1;
	text-decoration: underline;
}
.main-content .main-text a:hover {
	text-decoration: none;
}
.main-content #style01 .main-text,
.main-content #style03 .main-text,
.main-content #style05 .main-text,
.main-content #style07 .main-text {
	float: left;
}
.main-content #style02 .main-text,
.main-content #style04 .main-text,
.main-content #style06 .main-text {
	float: right;
}
.main-content h3 {
	margin: 30px 0 40px;
	font-size: 20px;
	font-weight: 600;
}
.main-content .time-icon img {
	width: 152px;
	height: auto;
}
.main-content .main-img {
	width: 650px;
	height: auto;
}
.main-content #style01 .main-img,
.main-content #style03 .main-img,
.main-content #style05 .main-img,
.main-content #style07 .main-img {
	float: right;
}
.main-content #style02 .main-img,
.main-content #style04 .main-img,
.main-content #style06 .main-img {
	float: left;
}
.main-content .slider {
	 margin: 0 auto;
	position: relative;
	opacity: 0;
  transition: opacity .5s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
.main-content .main-img img {
    height: 100%;
    width: auto;
	max-width: 100%;
}
.main-content .main-img .slider-dots {
	width: 10px;
	height: 10px;
	border-radius:50px;
	background: #333333;
}
/*stay*/
.main-content .stay {
	margin-top: 80px;
	text-align: center;
}
.main-content .stay a {
	display: block;
}
.main-content .stay a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px){
.main-content .map {
	padding: 0;
	margin-bottom: 8%;
	position: relative;
}
.main-content .map ul {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	justify-content: space-evenly;
}
.main-content .map .mb10 {
	margin-bottom: 10px;
}
.main-content .map ul li {
	position: relative;
	width: 30%;
	height: auto;
}
.main-content .map ul li a:hover {
	opacity: 1;
}
/*ボタン上の数字*/
.main-content .map ul li p {
	width: 32px;
	height: 32px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	background: #333333;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.main-content .map ul li:nth-child(1),
.main-content .map ul li:nth-child(2),
.main-content .map ul li:nth-child(3),
.main-content .map ul li:nth-child(4),
.main-content .map ul li:nth-child(5),
.main-content .map ul li:nth-child(6),
.main-content .map ul li:nth-child(7) {
	top: 0;
	left: 0;
}
/*地図上数字*/
.main-content .map .number ol li {
	width: 24px;
	height: 24px;
	color: #fff;
	text-align: center;
	background: #333333;
	border-radius: 50px;
}
.main-content .map .number ol li {
	position: absolute;
}
.main-content .map .number ol li:nth-child(1) {
	top: 110px;
	left: 60px;	
}
.main-content .map .number ol li:nth-child(2) {
	top: 400px;
	right: 40px;	
}
.main-content .map .number ol li:nth-child(3) {
	top: 170px;
	right: 70px;	
}
.main-content .map .number ol li:nth-child(4) {
	top: 375px;
	left: 50px;	
}
.main-content .map .number ol li:nth-child(5) {
	top: 180px;
	left: 75px;	
}
.main-content .map .number ol li:nth-child(6) {
	top: 50px;
	left: 150px;	
}
.main-content .map .number ol li:nth-child(7) {
	top: 445px;
	left: 170px;	
}
.main-content .map .map-img img {
	width: 100%;
	height: auto;
	
} 
.main-content .main-inner {
	padding: 0 3% 1%;
}
.main-content .main-box {
	overflow: hidden;
	margin-bottom: 20px;
}
.main-content .main-text {
	width: 100%;
	margin: 0 auto 30px;
	line-height: 1.8em;
}
.main-content #style01 .main-text,
.main-content #style03 .main-text {
	float: none;
}
.main-content #style02 .main-text {
	float: none;
}
.main-content h3 {
	margin: 3% 0;
	font-size: 18px;
	font-weight: 600;
}
.main-content .time-icon img {
	width: 104px;
	height: auto;
}
.main-content .main-img {
	width: 100%;
	height: auto;
}
.main-content #style01 .main-img,
.main-content #style03 .main-img,
.main-content #style02 .main-img {
	float: none;
}
.main-content .slider {
	 margin: 0 auto;
	position: relative;
	opacity: 0;
  transition: opacity .5s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
.main-content .main-img img {
    width: 100%;
	height: auto;
	max-width: 100%;
}
.main-content .main-img .slider-dots {
	width: 10px;
	height: 10px;
	border-radius:50px;
	background: #333333;
}
/*stay*/
.main-content .stay {
	margin-top: 30px;
	text-align: center;
}
.main-content .coming img,
.main-content .stay img {
	width: 100%;
	height: auto;
}
.main-content .stay a:hover {
	opacity: 1;
}
}
@media screen and (max-width: 320px){
.main-content .map .number ol li:nth-child(1) {
	top: 90px;
	left: 60px;	
}
.main-content .map .number ol li:nth-child(2) {
	top: 320px;
	right: 60px;	
}
.main-content .map .number ol li:nth-child(3) {
	top: 150px;
	right: 55px;	
}
.main-content .map .number ol li:nth-child(4) {
	top: 50px;
	left: 130px;	
}
.main-content .map .number ol li:nth-child(5) {
	top: 380px;
	left: 140px;	
}
.main-content .map .number ol li:nth-child(6) {
	top: 320px;
	left: 40px;	
}
.main-content .map .number ol li:nth-child(7) {
	top: 150px;
	left: 55px;	
}
.main-content .stay a:hover {
	opacity: 1;
}
}
/*--------------------------------------------------
sns
--------------------------------------------------*/
.sns {
	margin: 80px 0 50px;
	width: 100%;
	height: auto;
	text-align: center;
}
.sns h4 {
	margin-bottom: 40px;
}
.sns h4 img {
	width: auto;
	height: 15px;
}
.sns .sns-facebook,
.sns .sns-twitter {
	padding: 0 30px;
	display: inline-block;
}
.sns .sns-facebook img,
.sns .sns-twitter img {
	width: auto;
	height: 32px;
}
.sns a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px){
.sns {
	margin: 60px 0 50px;
}
.sns .sns-facebook img,
.sns .sns-twitter img {
	width: auto;
	height: 26px;
}
}
