/*============================================================
	For Medium and Large Desktop
==============================================================*/
@media (min-width: 1151px) {	

/** common 
---------------------**/
/*h1{font-size:30px;}
h2{font-size:28px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}*/

/* header */
/*#logo {
    margin:15px 0 0;
}*/


/** TOP 
---------------------**/



}


/*============================================================
	For Tablet : Top mainvisual
==============================================================*/
@media (max-width: 1024px) {	
	
/* header */
#navigation{
	background-color:rgba(0,0,0,0.3);
}

.navbar-nav li a {
	text-shadow:1px 1px 1px #000; 
}

.header_scroll .navbar-nav li a {
	text-shadow:1px 1px 1px #fff; 
}

.navbar {
    min-height: 70px;
}

#logo {
	margin:10px 0 0 20px;
	font-size:14px;
}
	
}


/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {
	
/** common 
---------------------**/

/* title style 1 */
.tit-box h2{
	font-size:36px;
}

.tit-box div:nth-child(1),
.tit-box div:nth-child(3){
	height:28px;
}

/* header */
#logo {
	margin:10px 0 0 20px;
	font-size:14px;
}

#logo img{
	width:45px;
}

/* footer */
.logo_footer img{
	width:180px;
}


/** TOP 
---------------------**/
.gmap{
	height:420px;
}




}




/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

/** common 
---------------------**/	
h1{font-size:20px;}
h2{font-size:18px;}
h2.s{font-size:16px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:14px;}
h6{font-size:14px;}


h2.en{font-size:24px;}
h3.en{font-size:22px;}
h4.en{font-size:20px;}
h5.en{font-size:18px;}
h6.en{font-size:16px;}

/* title style 1 */
.tit-box h2{
	font-size:30px;
}

.tit-box div:nth-child(1),
.tit-box div:nth-child(3){
	height:25px;
}

/* header */
/*.navbar {
    min-height: 80px;
}

#logo {
	margin:15px 0 0 20px;
	font-size:14px;
}*/

#logo img{
	width:45px;
}


/* footer */
.logo_footer img{
	width:160px;
}

/* vm list */
table.vm-list th{
	width:80px;
}



/** TOP 
---------------------**/

/* main visual */
.main-visual{
	height:600px;
	background-size:cover;
}

.logo-mainvisual{
	padding:30px 40px;
	margin-top:170px;
}

.logo-mainvisual img{
	width:150px;
}

/* news メイン下 */
dl.news-list dt {
    width: 16%;
}

.gmap{
	height:300px;
	margin-top:30px;
}



}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

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

/** common 
---------------------**/

h1{font-size:20px;}
h2{font-size:18px;}
h2.s{font-size:16px;}
h3{font-size:15px;}
h4{font-size:14px;}
h5{font-size:14px;}
h6{font-size:14px;}

h2.en{font-size:22px;}
h3.en{font-size:20px;}
h4.en{font-size:18px;}
h5.en{font-size:16px;}
h6.en{font-size:14px;}
	

.section-def {
    padding: 60px 0;
}

a[href^="tel:"] { cursor: pointer; }

/* slider top */
.carousel-caption {
  top: 60%;
}

/* header */
.header_scroll .logo_second{
	margin-left:-90px;
}

/*#logo {
	margin:15px 0 0 20px;
	font-size:14px;
}*/

#logo img{
	width:45px;
}

.navbar-nav{
	margin: 7.5px 0 7.5px 40px;	
}

/* footer */
.nav-footer{
	width:80%;
	margin:0 10%;
	text-align:center;
}

.sns_footer{
	text-align:center;
}

.logo_footer img{
	width:130px;
	margin-bottom:30px;
}

.sns_footer{
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	padding:20px 0;
	margin-top:20px;
}

.copyright{
	font-size:12px;
}

.copyright span{
	display:block;
	font-size:12px;
}

/* page top */
#back-top {
    bottom:60px;
}

/* nav-top-footer */
dl.nav-top-footer dt{
	float:none;
	width:100%;
	margin:0 0 10px;
	padding-top:0;
}

dl.nav-top-footer dd{
	display:inline-block;
	border-left:1px solid #ccc;
	line-height:1;
	padding:0 10px;
	margin:0;
	font-size:13px;
}

dl.nav-top-footer dd:first-child(1){
	margin-left:0;
}

/* vm list */
table.vm-list{
	font-size:11px;
}

table.vm-list th{
	width:80px;
}

/* footer fixed btn */
.footer-btn{
	left:0;
	bottom:0;
	width:100%;
}

.footer-btn div{
	width:auto;
}

.footer-btn div a{
	border:none;
	border-right:1px solid #937A7F;
	font-size:12px;
}

.footer-btn div:last-child{
	width:auto;
	border-right:none;
}

.footer-btn-tel{
	display:none;
}

/* title style 1 */
.tit-box h2{
	font-size:24px;
}

.tit-box div:nth-child(2){
	width:56%;
	margin:0 2%;
}

.tit-box div:nth-child(1),
.tit-box div:nth-child(3){
	border-bottom:1px solid #333;
	width:20%;
	height:20px;
}

/* fix btn */
.btn-fix{
	right:10px;
	bottom:100px;
}

.btn-fix img{
	width:80px;
}

/* text */
.txt_image img{
	
}

/* table_rwd */
.table_rwd dl dt{
	display:block;
	width:100%;
	padding:10px 0 0;
	font-weight:normal;
}

.table_rwd dl dd{
	display:block;
	width:100%;
	padding:10px 0 10px;
}




/** TOP 
---------------------**/


/* main visual */
.main-visual{
	height:400px;
	background-size:cover;
}

.logo-mainvisual{
	background-color:rgba(255,255,255,0.6);
	padding:15px 25px;
	margin-top:100px;
}

.logo-mainvisual img{
	width:80px;
}

/* news メイン下 */
dl.news-list dt{
	width:25%;
	vertical-align:top;
	font-size: 12px;
}

dl.news-list dd{
	margin-left:25%;
	font-size:12px;
	vertical-align:top:
}


/* link area */
div.area-link{
	display:table;
	width:100%;
	margin:0 0 10px;
}

.area-link div{
	display:table-cell;
	vertical-align:middle;
}

.area-link div:first-child{
	width:25%;
}

.area-link div:last-child{
	width:75%;
	text-align:left;
	vertical-align:middle;
	padding-left:20px;
}

.area-link div img{
	margin-bottom:0px;
}

.area-link div h4{
	margin-bottom:0px;
}


/* news */
.area-news dl dt,
.area-news dl dt h3{
	font-size:14px;
}



/*---------------------------*/

/* fair */
#fair_top .col-xs-12:nth-child(1) .post-item{
	border-top:1px solid #ccc;
}

/* parallax */
.bg-concept{
	background:url(../img/top/photo_concept.jpg) center top no-repeat;
	background-size:cover;
	width:100%;
	padding:80px 0;
	text-align:center;
}


.bg-plan{
	background:url(../img/top/photo_plan.jpg) 25% top no-repeat;
	background-size:cover;
	width:100%;
	padding:80px 15px;
	text-align:left;
}


.gmap{
	height:160px;
}

/** Concept
---------------------**/
.tit_concept img{
	width:300px;
}

/** Gallery
---------------------**/
.tit_gallery img{
	width:250px;
}


/** Plan
---------------------**/
/* TOP */
#plan_top{
	padding-bottom:0;
}

.post-item{
	display:table;
	margin-bottom:0;
	padding:13px 0;
	border-bottom:1px solid #ccc;
}

.post-item .thumbnail,
.post-item .excerpt,
.post-item .arrow{
	display:table-cell;
	vertical-align:middle;
}

.post-item .thumbnail{
	width:25%;
	margin-bottom:0;
}

.post-item .excerpt h3{
	font-size:13px;
	margin:0 10px;
	line-height:1.2;
}

.post-item .arrow{
	width:5%;
	color:#888;
}

.post-item .arrow i{
	font-size:20px;
}




}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

/*@media only screen and (min-width: 480px) and (max-width: 767px) {




}*/