@media screen and (min-width: 841px) and (max-width: 961px) {

  .company-message {
    font-size: 0.7rem;
  }

  .blog-message {
    font-size: 0.7rem;
  }

}

@media screen and (min-width: 631px) and (max-width: 840px) {
	
  html {
    font-size: 14px;
  }

  #navigation_bar {
    height: 35px;
  }

  .company-message {
    font-size: 0.7rem;
  }

  .blog-message {
    font-size: 0.7rem;
  }
  
  .fc-widget-content {
    height: 28px;
  }
  
  #contact_form div .title {
    width: 100%;
    float: none;
  }
  
  #contact_form div .value {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 630px) {
  
  html {
    font-size: 12px;
  }
  
  #navigation_bar {
    height: 30px;
  }
  
  .message {
    font-size: 0.9rem;
  }
  
  .sub_box .company-title {
    font-size: 0.9rem;  
  }
  
  .sub_box .blog-title {
    font-size: 0.9rem;
  }
  
  .company-message {
    display: none;
  }

  .blog-message {
    display: none;
  }
  
  .fc-widget-content {
    height: 22px;
  }
  
  #contact_form div .title {
    width: 100%;
    float: none;
  }
  
  #contact_form div .value {
    width: 100%;
    float: none;
  }
}

/* media screen 2
**************************************************/

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

html {
  font-size: 15px;
}

/* style */

/* common style */

body {
  font-size: 1.0rem;
}
	
/* information bar */
.information_bar {
  font-size: 1.0rem;
  padding: 10px 0 10px 12px; /* pixel */
}
	
.smartphone_bar {
  display: block;
}

/* contents 1 */	
#contents_1 {
  width: 100%;
  float: none;
}

/* contents 2 */
#contents_2 {
  width: 100%;
  float: none;
}

/* navigation */
#navigation_container a:nth-last-child(6) .navigations,
#navigation_container a:last-child .navigations {
  width: 100%;
}

/* index.html
**************************************************/

#key_visual {
  display: none;
}

#key_visual_mobile {
  display: block;
  position: relative;
}

#key_visual_mobile p {
  position: absolute;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 2px #555555;
  line-height: 2;
  font-size: 1.0rem;
  z-index: 1;
  top: 30%;
  left: 5%;
  opacity: 0;
}

.contents_box {
  width: 90%;
  float: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
}

#main_contents .contents_box:last-child {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
}

.contents_box p {
  padding: 4% 8%;
  font-size: 1.0rem;
  width: 84%;
  line-height: 1.4;
  font-size: 100%;
}

#information .news-contents {
  line-height: 1.4;
}

/* property.html
**************************************************/	

#introduction .bukkenshoukai {
  margin-top: 25px;
  margin-bottom: 5px;
}

#introduction .information_bar {
  margin-bottom: 15px;
}

#introduction .madori_container img {
  width: auto;
  height: 100%;
}

.madori_container {
  width: 100%;
  float: none;
  text-align: center;
  height: 200px;
  margin: 10px 0 20px 0;
}
	
.slider_container {
  padding-top: 15px;
  width: 100%;
  float: none;
  height: auto;
}
	
.property_right {
  width: 100%;
  margin-top: 18px;
  float: none;
  padding-left: 0;
  height: 180px;
}

#introduction .bukken-image-box {
  float: none;
  width: 100%;
}

#introduction .bukkenshoukai .memo-container .bukken-memo {
   padding: 0 10px 12px 10px;
   line-height: 1.4;
   border-bottom: none;
}

.carousel {
  margin-top: 15px;
  margin-bottom: 0;
}

.carousel:last-child {
  margin-bottom: 10px;
}

/* lease.html */

.property_right_lent {
  width: 100%;
  margin-top: 18px;
  float: none;
  padding-left: 0;
}

/**************************/

/* modelhouse.html */

.modelhouse_contents_left {
  float: none;
  width: 100%;
  margin-bottom: 25px;
}

.modelhouse_contents_right {
  float: none;
  width: 100%;
  text-align: center;
}

#madori-image {
  width: 60%;
}

#modelhouse-googlemap {
  margin-bottom: 30px;
}

.modelhouse_box {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #777777;
  line-height: 1.2;
}

	#logo, #logo_index {
	  float: none;
	  width: 100%;
	  text-align: center;
	  margin-top: 0;
	}

	#logo img,
	#logo_index img {
	  margin-top: 12px;
	}

	#telephone_number {
	  display: none;
	}
	
	.calendar, .sub_link {
	  width: 85%;
	  margin: 15px auto;
	}
	





	.sub_box {
	  width: 80%;
	  text-align: center;
	  margin: 20px auto;
	}
	
	.sub_box .blog-message,
	.sub_box .company-message {
	  left: 30px;
	}
	
	.sub_link {
	  width: 95%;
	  margin-bottom: 5px;
	  text-align: center;
	}
	
	.sub_link a,
	.sub_link img {
	  width: 100%;
	}
	
/* contact.html
**************************************************/	
	
#contact_form {
  width: 98%;
  margin: 0 auto 20px auto;
}

#contact_form div .title {
  width: 100%;
  float: none;
}

#contact_form div .value {
  width: 80%;
  float: none;
}	

#contact_form div p:nth-child(even) {
  margin-top: 15px;
}

#submit-line {
  padding: 0 0 15px 0;
  margin-top: 15px;
}
	
	
	
	
	#shop_information {
	  padding-left: 0;
	}
	
	#to_toppage {
	  display: block;
	}
	
	#copyright {
	  font-size: 0.7rem;
	}
	
	
	
	
	.fc-widget-content {
	  height: 31px;
	}
	
	#sell p {
	  padding-left: 0;
	}
	

	
	#message_board {
	  width: 98%;
	  text-align: left;
	  margin: 15px auto; 
	}



	.carousel {
	  margin-top: 10px;
	}
		
	.smartphone_message {
	  display: block;
	  margin: 0;
	  line-height: 1.4;
	}
	
	.box_text {
	  width: 100%;
	}
	
	.message {
	  display: none;
	}
	
	.top_message h1,
	.top_message p {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	
	.about_line {
	  padding-bottom: 10px;
	}
	
	.breadcrumbs,
	.breadcrumbs_2 {
	  display: none;
	}
	
	#archive {
	  border-bottom: none;
	}
	
	.sub_link {
	  width: 75%;
	}
	
	
	
	
	
	

	
	
	
    
    
    #introduction .bukkenshoukai .memo-container .note-title {
      color: #555555;
      padding-top: 18px;
    }

    
    
    #introduction .property_right {
      float: none;
    }
    
    #introduction .bukken-upper {
      float: none;
    }
    

    


#information {
	height: 180px;
	overflow-y: scroll;
}

#message_board {
  display: none;
}

#smartphone_message_board {
  display: block;
  line-height: 1.5;
  margin: 18px 0;
}

#smartphone_message_board p {
  padding: 0 5px;
}

.tel {
  text-decoration: underline;
}

.about_box p {
  line-height: 1.4;
}

}
