@charset "UTF-8";

/* under共通
----------------------------------------------- */
.under .u_sec {
  padding: 100px 0 200px;
}
.under main h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.under main h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}

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

@media only screen and (max-width: 1024px) {
  .under .u_sec {
    padding: 80px 0 150px;
  }
  .under main h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .under main h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_sec {
    padding: 60px 0 100px;
  }
  .under main h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .under main h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_sec {
    padding: 40px 0 60px;
  }
  .under main h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .under main h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* u_title_area
----------------------------------------------- */
.under .u_title_area {
  height: 250px;
  position: relative;
  /*background-image: url(../images/u_title_bg.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.under .u_title_area .u_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.under .u_title_area .u_title .u_title_ja {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.8;
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
}
.under .u_title_area .u_title .u_title_en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
}


/* ページごと */
#about .u_title_area {
  background-image: url(../images/about_title_bg.jpg);
}
#lineup .u_title_area {
  background-image: url(../images/lineup_title_bg.jpg);
}
#case .u_title_area {
  background-image: url(../images/case_title_bg.jpg);
}
#company .u_title_area {
  background-image: url(../images/company_title_bg.jpg);
}
#info .u_title_area {
  background-image: url(../images/info_title_bg.jpg);
}
.form .u_title_area {
  background-image: url(../images/contact_title_bg.jpg);
}


@media only screen and (max-width: 1024px) {
  .under .u_title_area {
    height: 200px;
  }
  .under .u_title_area .u_title .u_title_ja {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_title_area .u_title {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_title_area {
    height: 120px;
  }
  .under .u_title_area .u_title .u_title_ja {
    font-size: 20px;
    font-size: 2rem;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}



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

	 エスワイホームについて（about）

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

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

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

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

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






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

	 住まいのラインナップ（lineup）

----------------------------------------------- */
#lineup .lineup_box {
  background-color: #f5f5f5;
  font-size: 0;
}
#lineup .lineup_box + .lineup_box {
  margin-top: 60px;
}
#lineup .lineup_box .lineup_img {
  width: 50%;
}
#lineup .lineup_box .lineup_text {
  width: 50%;
  padding: 3vw;
}
#lineup .lineup_box .lineup_text h3 {
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.6;
}





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

@media only screen and (max-width: 768px) {
  #lineup .lineup_box .lineup_img {
    width: 100%;
  }
  #lineup .lineup_box .lineup_text {
    width: 100%;
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 479px) {
  #lineup .lineup_box + .lineup_box {
    margin-top: 40px;
  }
  #lineup .lineup_box .lineup_text {
    padding: 30px;
  }
  #lineup .lineup_box .lineup_text h3 {
    margin-bottom: 20px;
  }
}




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

	 会社概要（company）

----------------------------------------------- */
#company {

}
#company dl dt,
#company dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 35px 20px;
  border-bottom: 1px solid #ccc;
}
#company dl dt {
  width: 20%;
  font-weight: 700;
}
#company dl dd {
  width: 80%;
}





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

@media only screen and (max-width: 1024px) {
  #company dl dt,
  #company dl dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 768px) {
  #company dl dt {
    width: 25%;
  }
  #company dl dd {
    width: 75%;
  }
}

@media only screen and (max-width: 479px) {
  #company dl dt,
  #company dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #company dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none
  }
  #company dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    padding: 5px 10px 10px;
  }
}







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

	 お問い合わせ（contact）

----------------------------------------------- */
/* form */
.form form#mail_form * {
  box-sizing: border-box;
}
.form form#mail_form {
  border: none;
  padding: 20px;
  max-width: 1000px;
  width: 100%;
}
.form form#mail_form dl {
  width: 95%;
}
.form form#mail_form dl dt,
.form form#mail_form dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 0;
  border-bottom: none;
}
.form form#mail_form textarea {
  font-size: 18px;
  font-size: 1.8rem;
}
.form form#mail_form dl dt {
  width: 30%;
  float: unset;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  text-align: left;
  border-top: none;
}
.form form#mail_form dl dd {
  width: 70%;
  border-top: none;
}
.form form#mail_form dl dt span.required,
.form form#mail_form dl dt span.optional {
  float: unset;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 8px 2px;
  font-style: normal;
  margin-right: 20px;
}
.form form#mail_form dl dt span.required {
  /*background: #008D1F;
  border: 1px solid #008D1F;*/
}
.form form#mail_form dl dt span.optional {
  /*background: #666;
  border: 1px solid #666;*/
}
.form form#mail_form input#name_1, .form form#mail_form input#read_1,
.form form#mail_form input#phone, .form form#mail_form input#fax,
.form form#mail_form input#company {
  width: 50%;
}
.form form#mail_form input#address, .form form#mail_form input#mail_address {
  width: calc( 100% - 4% - 2px );
}
.form form#mail_form input#postal {
  width: 30%;
}
.form form#mail_form input {
  background: #fff !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.form form#mail_form textarea {
  background-color: #fff;
}
.form form#mail_form p#form_submit {
  width: 100%;
  text-align: center;
}
.form form#mail_form input[type="button"] {
  max-width: 300px;
  width: 80%;
  padding: 20px 0;
  border-radius: 15px;
  border: 1px solid #cccccc;
  color: #06062C;
  background-color: #F4F6F1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s ease;
  margin-left: 0;
}
.form form#mail_form input[type="button"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000 !important;
  border-color: #000;
  transition: 0.3s ease;
}
.form form#mail_form input[type="text"],
.form form#mail_form input[type="email"],
.form form#mail_form input[type="tel"] {
  height: 50px;
}
.form form#mail_form input[name="postal"] + a {
  background: #34372A;
  border-color: #34372A;
}
.form form#mail_form input[name="postal"] + a:hover {
  background: #34372A;
  border-color: #34372A;
  opacity: 0.8;
}
.form form#mail_form ul li {
  width: 50%;
}
.form form#mail_form ul li label {
  background: #fff;
  margin: 0;
  padding: 0;
}
.form form#mail_form ul li label:hover {
  background: #fff;
}

#contact_send .tit {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 50px;
}
#contact_send .btn_more {
  margin: 80px auto 0;
}


.form .f_contact {
  display: none;
}
.form .f_blog {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form form#mail_form input {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form form#mail_form textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .form .sec_p {
    width: 100%;
  }
  .form form#mail_form {
    margin: 30px auto;
  }
  .form form#mail_form dl {
    width: 100%;
  }
  .form form#mail_form dl dt {
    width: 100%;
    padding: 20px 0 0;
  }
  .form form#mail_form dl dd {
    width: 100%;
    padding: 15px 0 20px;
  }
  .form form#mail_form dl dt span.required,
  .form form#mail_form dl dt span.optional {
    margin-bottom: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .form form#mail_form input#postal {
    width: 40%;
  }
  .form form#mail_form input#name_1, .form form#mail_form input#read_1,
  .form form#mail_form input#phone, .form form#mail_form input#fax,
  .form form#mail_form input#company {
    width: 100%;
  }
  .form form#mail_form input#address, .form form#mail_form input#mail_address {
    width: 100%;
  }
  .form form#mail_form textarea {
    width: 100%;
  }
  .form form#mail_form input[type="button"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #contact_send .tit {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #contact_send .btn_more {
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 650px) {
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form form#mail_form input {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form form#mail_form textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 479px) {
  .form form#mail_form dl dt {
    padding: 15px 0 0;
  }
  .form form#mail_form dl dd {
    padding: 10px 0 15px;
  }
  .form form#mail_form p#form_submit {
    margin: 10px auto 0;
  }
  .form form#mail_form input[type="button"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
  .form form#mail_form input[type="text"],
  .form form#mail_form input[type="email"],
  .form form#mail_form input[type="tel"] {
    height: 35px;
  }
  .form form#mail_form ul li {
    width: 100%;
  }
  #contact_send .tit {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}





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

	 ワードプレス共通

----------------------------------------------- */
.vk-mobile-nav-menu-btn {
  display: none;
}
.u_wp .container {
  padding-right: 0;
  padding-left: 0;
}
.u_wp dl,
.u_wp ol,
.u_wp ul {
  margin: 0;
  padding: 0;
}
.u_wp li {
  margin: 0;
  line-height: unset;
}
.u_wp h1,
.u_wp h2,
.u_wp h3,
.u_wp h4 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: unset;
}
.u_wp h3::after {
  display: none;
}
.u_wp p,
.u_wp .media p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.u_wp .subSection-title:after,
.u_wp h3:after {
  border-color: #CAA267;
}
.u_wp footer {
  border: none;
}
/*.u_wp .f_contact {
  display: none;
}*/
.u_wp .f_blog {
  display: none;
}
.u_wp a:hover {
  color: #CAA267;
  text-decoration: none;
}
.u_wp a:focus {
  outline: none;
  text-decoration: none;
}
h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
  color: inherit;
}
.u_wp .widget .subSection-title {
  margin-bottom: 20px;
}
.u_wp .widget .subSection-title::after {
  width: 100%;
  bottom: -5px;
  border-width: 2px;
}
.u_wp ul.pager li {
  width: 45%;
}
.u_wp ul.pager::before,
.u_wp ul.pager::after {
  display: none;
}
.u_wp ul.pager {
  margin-top: 100px;
}
.u_wp ul.pager li > a {
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.u_wp ul.pager li > a:hover {
  color: #fff;
}
.u_wp .u_title_area .u_title h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.u_wp .u_wp_contents {
  margin-bottom: 200px;
}
.u_wp .u_wp_contents .container {
  max-width: 1000px;
}
.u_wp .u_sec .siteContent {
  padding: 0;
}
.u_wp .pagination {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.u_wp ul.page-numbers li a,
.u_wp ul.page-numbers li span.page-numbers {
  background-color: #fff;
}
.u_wp ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #337ab7;
}

/* 一覧ページ */
.page-header {
  display: none;
}
.breadSection {
  display: none;
}

/* prev next */
.u_wp .postNextPrev_label {
  margin-bottom: 10px;
}
.u_wp .postNextPrev_label span {
  background-color: #f2f2f2;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 10px;
}

@media only screen and (max-width: 1024px) {
  .u_wp p,
  .u_wp .media p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .u_wp .u_wp_contents {
    margin-bottom: 150px;
  }
  .u_wp .postNextPrev_label {
    margin-bottom: 5px;
  }
  .u_wp .postNextPrev_label span {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 5px;
  }
}

@media only screen and (max-width: 479px) {
  .u_wp p,
  .u_wp .media p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .u_wp .u_wp_contents {
    margin-bottom: 100px;
  }
}

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

   お知らせ（news）
	 ワードプレス（お知らせ）

----------------------------------------------- */
#info main > img.bg_logo {
  display: none;
}
.home .postList .media .postList_thumbnail {
  /*  display: none;*/
}
.entry-meta_items.published::before {
  display: none;
}
.home .entry-meta .entry-meta_items_term,
.post-type-post .entry-meta_items_term {
  display: none;
}
.entry-meta_updated,
.entry-meta_items_author {
  display: none;
}
.entry-footer {
  display: none;
}

.category-news .postList .postList_thumbnail {
}

/*#info .news_box,
.single-post article {
  padding: 60px 80px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(79, 66, 64, 0.2));
}*/
#info .news_box + .news_box {
  margin-top: 60px;
}
#info .news_box .media-body .media-heading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}
#info .news_box .entry-meta {
  margin: 10px 0 20px;
}
#info .news_box .news_date,
#info .news_box .published,
.single-post .entry-meta_items.published {
  font-size: 14px;
  font-size: 1.4rem;
  color: #535362;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 10px 0 20px;
}

h1.entry-title {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 1024px) {
  #info .news_box,
  .single-post article {
    padding: 50px 60px;
  }
  #info .news_box .media-body .media-heading {
    font-size: 22px;
  }

  h1.entry-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  #info .news_box,
  .single-post article {
    padding: 40px;
  }
  #info .news_box + .news_box {
    margin-top: 30px;
  }
  #info .news_box .media-body .media-heading {
    font-size: 20px;
    font-size: 2rem;
  }
  #info .news_box .entry-meta {
    margin: 10px 0 10px;
  }
  #info .news_box .news_date,
  #info .news_box .published,
  .single-post .entry-meta_items.published {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0 10px;
  }

  h1.entry-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  #info .news_box,
  .single-post article {
    padding: 25px 20px;
  }
  #info .news_box .media-body .media-heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #info .news_box .news_date,
  #info .news_box .published,
  .single-post .entry-meta_items.published {
    font-size: 12px;
    font-size: 1.2rem;
  }

  h1.entry-title,
  .media .media-body .media-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .media a.media-body_excerpt {
    width: 100%;
  }
}


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

	 ****（****）

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

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

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

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

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