/* ==========================================================================
	common
========================================================================== */
body {
  background-color: #285c96; }
  body article {
    background-color: #fff; }

header#header .header-content {
  padding: 35px 0; }
  header#header .header-content .logo {
    color: #fff;
    font-weight: bold;
    font-size: 24px; }
    header#header .header-content .logo img {
      width: 150px; }

#header {
  /*background-color: rgba(42,70,101,0.5);*/
  background-color: rgba(0, 0, 0, 0.4); }

#header.fixed {
  background-color: #3071b9; }

.primary-nav li {
  padding-top: 6px; }

a {
  color: #ea5541; }

.link_btn a {
  background-color: #ea5541;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 40px 10px 40px;
  line-height: 1; }

#features .feature a {
  display: block;
  position: relative; }
  #features .feature a img {
    width: 100%; }
  #features .feature a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 6px 0 5px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px; }
#features .feature a:hover {
  opacity: 0.8; }

footer .footer-top {
  background-color: #3071b9;
  text-align: left; }
  footer .footer-top h5 {
    font-size: 18px;
    margin-bottom: 12px; }
  footer .footer-top p {
    color: #ddd; }
  footer .footer-top .footer-col {
    margin-bottom: 60px; }
  footer .footer-top .foot_menu {
    display: flex;
    justify-content: flex-start; }
    footer .footer-top .foot_menu ul {
      padding-right: 80px; }
      footer .footer-top .foot_menu ul li {
        margin-bottom: 10px; }
        footer .footer-top .foot_menu ul li a:hover {
          color: #fff !important; }
    footer .footer-top .foot_menu li:hover {
      color: #fff !important; }
  @media screen and (max-width: 480px) {
    footer .footer-top .foot_menu {
      display: block; } }
footer .footer-bottom {
  background-color: #285c96; }
  footer .footer-bottom p {
    margin-bottom: 0; }

.link_eff {
  background: #ea5541;
  color: #fff;
  border: none;
  position: relative;
  height: 36px;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  padding: 10px 40px 10px 40px; }

.link_eff:hover {
  background: #fff;
  color: #ea5541; }

.link_eff:before, .link_eff:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ea5541;
  transition: 400ms ease all; }

.link_eff:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0; }

.link_eff:hover:before, .link_eff:hover:after {
  width: 100%;
  transition: 800ms ease all; }

/* ==========================================================================
	home
========================================================================== */
#home .banner {
  min-height: auto; }
#home #features {
  /*padding-bottom: 0;*/ }
  #home #features .feature {
    margin-bottom: 0; }
    #home #features .feature .thumb_img img {
      width: 100%; }

#slide div {
  width: 100%; }
  #slide div img {
    width: 100%; }

/*#bukken{
	background-color: #eee;
	h2{
		margin-bottom:30px;
	}
	.housing_info{
		width: 100%;
		background-color: #fff;
		margin-bottom: 40px;
		th{
			border: solid 1px #ccc;
		}
		td{
			border: solid 1px #ccc;
		}
	}
}*/
#news {
  background-color: #eee; }
  #news h2 {
    margin-bottom: 30px; }
  #news .news_list {
    width: 100%;
    margin-bottom: 40px; }
    #news .news_list li {
      border-bottom: solid 1px #ddd;
      padding: 8px 0 7px 0; }
      #news .news_list li span {
        margin-right: 12px; }
  #news .link_eff:hover {
    background-color: #eee; }

/* ==========================================================================
	sub_page
========================================================================== */
.section {
  padding: 80px 0; }

.banner {
  min-height: 300px; }
  .banner .banner-text {
    padding-top: 180px; }
    .banner .banner-text h1 {
      font-size: 36px;
      margin-bottom: 10px;
      letter-spacing: 1px; }
    .banner .banner-text .jpn {
      /*margin-left: 18px;*/
      font-size: 16px;
      letter-spacing: 2px; }

@media screen and (max-width: 768px) {
  .banner {
    min-height: auto; }
    .banner .banner-text {
      padding-top: 130px; }
      .banner .banner-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
        letter-spacing: 1px; }
      .banner .banner-text .jpn {
        /*margin-left: 18px;*/
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  #features .feature {
    margin-bottom: 40px; } }

section .section_tt {
  text-align: center;
  margin-bottom: 30px; }
  section .section_tt h1 {
    font-size: 30px; }
  section .section_tt p {
    font-size: 16px;
    margin-left: 20px; }
section .txt_right {
  text-align: right; }
section .mb_0 {
  margin-bottom: 0px !important; }
section .mb_20 {
  margin-bottom: 20px !important; }
section .mb_40 {
  margin-bottom: 40px !important; }
section .mb_60 {
  margin-bottom: 60px !important; }

.pdt_0 {
  padding-top: 0; }

.sub_page .banner {
  min-height: 300px; }
  .sub_page .banner .banner-text {
    padding-top: 180px; }
    .sub_page .banner .banner-text h1 {
      font-size: 36px;
      margin-bottom: 10px;
      letter-spacing: 1px; }
    .sub_page .banner .banner-text .jpn {
      /*margin-left: 18px;*/
      font-size: 16px;
      letter-spacing: 2px; }
@media screen and (max-width: 768px) {
  .sub_page .banner {
    min-height: 250px; }
    .sub_page .banner .banner-text {
      padding-top: 130px; }
      .sub_page .banner .banner-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
        letter-spacing: 1px; }
      .sub_page .banner .banner-text .jpn {
        /*margin-left: 18px;*/
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  .sub_page #features .feature {
    margin-bottom: 40px; } }
.sub_page section .section_tt {
  text-align: center;
  margin-bottom: 30px; }
  .sub_page section .section_tt h1 {
    font-size: 30px; }
  .sub_page section .section_tt p {
    font-size: 16px;
    margin-left: 20px; }
.sub_page section .txt_right {
  text-align: right; }
.sub_page section .mb_0 {
  margin-bottom: 0px !important; }
.sub_page section .mb_20 {
  margin-bottom: 20px !important; }
.sub_page section .mb_40 {
  margin-bottom: 40px !important; }
.sub_page section .mb_60 {
  margin-bottom: 60px !important; }
.sub_page .pdt_0 {
  padding-top: 0; }

/* ==========================================================================
	greetings
========================================================================== */
#greetings .txt {
  line-height: 2.4; }

/* ==========================================================================
	business
========================================================================== */
#business #business_list .row {
  margin-bottom: 60px; }
  #business #business_list .row .thumb_img img {
    width: 100%; }
  #business #business_list .row h3 {
    font-size: 24px;
    margin: 0 0 12px 0; }
@media screen and (max-width: 768px) {
  #business #business_list .row {
    margin-bottom: 46px; }
    #business #business_list .row .thumb_img {
      text-align: center;
      margin-bottom: 30px; }
      #business #business_list .row .thumb_img img {
        width: 70%;
        display: inline-block; }
    #business #business_list .row h3 {
      text-align: center;
      margin-bottom: 20px; } }
#business .txt {
  line-height: 2.4; }

/* ==========================================================================
	sales
========================================================================== */
#sales #sales_table .housing_info {
  width: 100%;
  background-color: #fff;
  margin-bottom: 40px; }
  #sales #sales_table .housing_info th {
    padding: 20px 20px 20px;
    border-bottom: solid 2px #ddd;
    vertical-align: top;
    text-align: right; }
  #sales #sales_table .housing_info td {
    border-bottom: solid 2px #ddd;
    padding: 20px 20px 20px; }

/* ==========================================================================
	outline
========================================================================== */
#outline #outline_table {
  width: 100%; }
  #outline #outline_table .housing_info {
    width: 100%;
    background-color: #fff;
    margin-bottom: 40px; }
    #outline #outline_table .housing_info th {
      padding: 20px 20px 20px;
      border-bottom: solid 2px #ddd;
      vertical-align: top;
      text-align: right; }
    #outline #outline_table .housing_info td {
      border-bottom: solid 2px #ddd;
      padding: 20px 20px 20px; }
#outline .out_box {
  display: flex;
  justify-content: space-between; }
  #outline .out_box .out_img {
    width: 31%; }
    #outline .out_box .out_img div {
      margin-bottom: 8px; }
      #outline .out_box .out_img div img {
        width: 100%; }
@media screen and (max-width: 768px) {
  #outline .out_box {
    display: block; }
    #outline .out_box .out_img {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      #outline .out_box .out_img div img {
        width: 70%;
        display: inline-block; } }

/* ==========================================================================
	privacy
========================================================================== */
#privacy #privacy_txt dl dt {
  margin-bottom: 6px; }
#privacy #privacy_txt dl dd {
  margin-bottom: 50px;
  line-height: 2.4; }
  #privacy #privacy_txt dl dd ol {
    list-style: none;
    padding: 0;
    border: solid 1px #ccc;
    padding: 12px 15px 10px 15px;
    margin-bottom: 15px; }
  #privacy #privacy_txt dl dd .dd_table {
    padding: 12px 15px 10px 15px;
    border: solid 1px #ccc;
    margin-bottom: 15px; }
    #privacy #privacy_txt dl dd .dd_table table {
      width: 100%; }
      #privacy #privacy_txt dl dd .dd_table table th {
        width: 160px;
        vertical-align: top; }
      #privacy #privacy_txt dl dd .dd_table table dd {
        vertical-align: top;
        line-height: 1.6; }

/* ==========================================================================
	sitemap
========================================================================== */
#sitemap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #sitemap ul li {
    width: 50%;
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #sitemap ul li {
      width: 100%;
      margin-bottom: 20px; } }

/* ==========================================================================
	contact
========================================================================== */
#contact .form {
  width: 100%;
  margin-bottom: 40px; }
  #contact .form th {
    vertical-align: top;
    padding-top: 29px;
    color: #000;
    border-bottom: solid 1px #ddd; }
    #contact .form th span {
      font-size: 0.8em;
      color: red;
      margin-left: 6px; }
  #contact .form td {
    vertical-align: top;
    padding-bottom: 24px;
    padding-top: 26px;
    border-bottom: solid 1px #ddd; }
    #contact .form td .red_txt {
      color: red; }
    #contact .form td input[type=text] {
      border: none;
      border: solid 1px #ccc;
      background: none;
      width: 100%;
      border-radius: 4px;
      padding: 8px 12px 7px 12px; }
    #contact .form td input.tel {
      width: 5em; }
    #contact .form td input.yubin {
      width: 5em;
      margin-bottom: 16px; }
    #contact .form td textarea {
      border: none;
      border: solid 1px #ccc;
      width: 100%;
      border-radius: 4px;
      padding: 8px 12px 7px 12px; }
    #contact .form td #email {
      border: none;
      border: solid 1px #ccc;
      background: none;
      width: 100%;
      border-radius: 4px;
      padding: 8px 12px 7px 12px; }
@media screen and (max-width: 768px) {
  #contact .form th {
    display: block;
    width: 100%; }
  #contact .form td {
    display: block;
    width: 100%; } }
#contact .link_btn {
  text-align: center; }
  #contact .link_btn input {
    background-color: #e84545;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 40px 10px 40px;
    line-height: 1; }

/* ==========================================================================
	news_single
========================================================================== */
.news_single {
  text-align: center; }
  .news_single h1 {
    font-size: 26px;
    font-weight: bold; }
  .news_single .thumb {
    max-width: 100%;
    margin-bottom: 20px; }
    .news_single .thumb img {
      width: 100%; }
  .news_single .date {
    margin-bottom: 40px; }
  .news_single .link_btn {
    padding-top: 50px; }
