/*
Theme Name:シガ宅
Theme URI:
Description:
Author:
Author URI:
Version:7.7
*/

@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  font-size: 16px;
}

body {
  font-family: 'メイリオ', 'Meiryo', 'YuGo', '游ゴシック Medium', YuGothic,
    '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',
    sans-serif;
  color: #333;
  margin: 0 auto;
  box-sizing: border-box;
   word-break: break-all;
  line-break: strict;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.xsmall {
  font-size: 8px;
}
.small {
  font-size: 12px;
}
.large {
  font-size: 20px;
}
.xlarge {
  font-size: 24px;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
p {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover {
  opacity: 0.7;
}
.strong_point {
  background: linear-gradient(transparent 50%, #f8e300 40%);
  font-weight: bold;
  color: #ff2929;
  font-size: 105%;
}
span.big {
  font-size: 18px;
}
span.red {
  color: #ff3333;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
table {
  border-collapse: collapse;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

p {
  line-height: 2rem;
}

.post_slider {
  /*height: 600px;*/
}

.lower article .post_slider {
  margin-bottom: 20px;
}

.lower article .post_slider img {
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
}

.slick-dotted.slick-slider {
}
.slick-dots {
  bottom: 10px !important;
}

/*------------------パンくずリスト------------*/

.breadcrumg-area {
  background: #f0f0f0;
}

.breadcrumg-area ul {
  padding: 3px 0;
  margin-bottom: 30px;
  margin-top: 0;
  box-sizing: border-box;
}

.breadcrumg-area ul li a {
  color: #777;
}

.breadcrumg-area ul li {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  padding-right: 7px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.breadcrumg-area ul li::before {
  position: absolute;
  left: 0;
  content: '>';
  color: #333;
}

.breadcrumg-area ul li:first-child {
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before {
  display: none;
}

/*----------------------BASE-------------------------------*/

.inner {
  width: 1100px;
  margin: auto;
}

@font-face {
  font-family: 'baskvill';
  src: url('./fonts/BASKVILL.ttf') format('truetype'),
    url('./fonts/BASKVILL.otf') format('opentype');
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
/* header  {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}

.header_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.h_logo, .h_search{
  width: 48%;
  align-items: center;
}

.h_left{
  display: flex;
  justify-content: space-between;
  width: 52%;
  align-items: center;
}

.h_right{
  display: flex;
  justify-content: space-between;
  width: 48%;
  align-items: center;
}

.seach_box{
  display: inline-block;
  position: relative;
  width: 100%;
}

input#input02{
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

input#input03{
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

input#submit02{
  background:url(./img/icon_search.png) no-repeat;
  background-size: contain;
  background-position: center; 
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto; 
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input#submit03{
  background:url(./img/icon_search.png) no-repeat;
  background-size: contain;
  background-position: center; 
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto; 
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

ul.h_counts{
  padding: 0;
  margin: auto;
}

ul.h_counts li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  align-items: center;
  font-size: 14px;
}

ul.h_counts li p{
  display: flex;
  align-items: center;
  margin: 5px 0;
  margin-right: 5px;
}

ul.h_counts li p img{
  margin-right: 5px;
}

ul.h_counts li span{
  font-size: 20px;
  font-weight: bold;
}

.h_btns {
  margin-right: 20px;
}

.h_btns a{
  display: block;
  margin-bottom: 0px;
}

.h_btns a:first-child{
  margin-bottom: 10px;
}

.h_fav{
  background:#e4ba3a;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: relative;
  height: 100px;
}

.h_fav::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 25px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  right: 0;
}

.h_fav a{
  color: #fff;
  display: block;
}

.h_fav span.fav_txt{
  display: flex;
  align-items: center;
}

.h_fav span img{
  margin-right: 5px;
}

.h_fav p{
  margin-bottom: 0;
  margin-top: 8px;
}

.h_fav p span{
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  margin-right: 5px;
}

nav.glnv{
  padding: 0;
  margin: auto;
  background: #2E80AF;
}

nav.glnv {
  padding-top: 116px;
}

nav.glnv ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: auto;
  padding: 18px 0;
}

nav.glnv ul li{
  border-left: 1px solid #717171;
  text-align: center;
  font-weight: bold;
  width: 25%;
}

nav.glnv ul li:last-child{
  border-right: 1px solid #717171;
}

nav.glnv ul li a{
  color: #fff;
  display: block;
  box-sizing: border-box;
  padding: 0 38px;
}

/*ヘッダー修正*/

/* .header_top {
  padding: 15px 0;
}

.h_left {
  width: 43%;
}

.h_logo.pc-only {
  width: 56%;
}

.h_search {
  width: 40%;
}

.h_right {
  width: 56%;
}

ul.h_counts li {
  display: inline-flex;
  width: 47%;
  font-size: 12px;
  margin-right: 5px;
}

ul.h_counts {
  width: 53%;
  margin-right: 0px;
  margin-left: 10px;
}

ul.h_counts li span {
  font-size: 18px;
}

.h_btns {
  width: 23%;
  margin-right: 0px;
}

.h_btns a:first-child {
  margin-bottom: 5px;
}

.h_btns a.top_ct img {
  margin-right: 10%;
}

.h_btns a.top_shiryou img {
  margin-right: 21%;
}

.h_btns a {
  color: #fff;
  background: #45c7d6;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 14px;
  align-items: center;
}

.h_btns a img {
  margin-left: 0px;
}

.h_fav.pc-only {
  height: 70px;
  padding-top: 12px;
}

.h_fav a {
  line-height: 1;
  background-color: initial;
}

.h_fav span.fav_txt {
  font-size: 14px;
}

.h_fav p span {
  font-size: 24px;
}
*/

/* ヘッダーテーブル化 */

/* header .inner table {
  width: 100%;
  margin: 20px 0;
}

header .inner table img {
  display: inline-block;
}

header .inner table th.ht_logo {
  width: 265px;
  padding-right: 10px;
  text-align: left;
}

header .inner table td.ht_search {
  max-width: 175px;
  padding-right: 10px;
}

header .inner table td.ht_search .search_box {
  display: inline-block;
  position: relative;
  width: 100%;
}

header .inner table td.ht_search .search_box input[type='text'] {
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

header .inner table td.ht_num {
  font-size: 12px;
  padding-right: 10px;
}

header .inner table td.ht_num * {
  vertical-align: middle;
}

header .inner table td.ht_num img {
  margin-right: 10px;
}

header .inner table td.ht_num div {
  border-bottom: 1px solid #333;
}

header .inner table td.ht_num span.count {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  float: right;
}

header .inner table td.ht_btn {
  padding-right: 10px;
}

header .inner table td.ht_btn * {
  vertical-align: middle;
}

header .inner table td.ht_btn a {
  display: block;
  background-color: #45c7d6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 6px 12px;
  text-align: left;
}

header .inner table td.ht_btn a img {
  margin-right: 10px;
}

header .inner table td.ht_btn2 {
  position: relative;
}

header .inner table td.ht_btn2::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 25px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

header .inner table td.ht_btn2 a {
  color: #fff;
  display: block;
  background: #e4ba3a;
  font-weight: bold;
  box-sizing: border-box;
  padding: 7px 6px;
  text-align: center;
  position: relative;
}

header .inner table td.ht_btn2 img {
  margin-right: 5px;
}

header .inner table td.ht_btn2 a span {
  font-size: 14px;
}

header .inner table td.ht_btn2 a span.count {
  font-size: 24px;
} */

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
  display: block;
  padding-bottom: 140px;
}

main.top_page {
  padding-bottom: 0px;
}

main.lower {
  padding-bottom: 140px;
}

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

/*-----------MV-----------*/

.top_mv {
  /*background: url(./img/mv_bg.jpg) no-repeat;
  background-size: cover;*/
  position: relative;
}

.top_mv .slick-list {
  padding: 0 calc((100% - 1100px) / 2) !important;
}

.mv_slide {
  position: relative;
  z-index: 2;
  /*width: 1100px !important;*/
}

.mv_slide p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 560px;
  height: 2em;
  line-height: 1.4;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.mv_slide::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  top: 0;
  left: 0;
}

.mv_slide.slick-active::after {
  display: none;
}

/*-----------絞り込み-----------*/

.shiborikomi {
  background: #2e80af;
  padding: 45px 60px;
}

.kensaku_txt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 26px;
}

.pulldowns {
  display: flex;
  justify-content: center;
  position: relative;
}

.pulldown_btn {
  width: 440px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #fff;
  align-items: center;
  box-sizing: border-box;
  margin: 0 25px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  color: #fff;
}

.pulldown_btn span {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.pulldown_btn img {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

img.hover_img {
  display: none;
}

.pulldown_btn:hover {
  background: #fff;
  color: #333;
}

.pulldown_btn:hover img.nomal_img {
  display: none;
}

.pulldown_btn:hover img.hover_img {
  display: block;
}

/*-----------絞り込みボックス-----------*/

.seach_window_container {
  position: relative;
}

.seach_window {
  display: none;
  position: absolute;
  top: 90px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 17px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 35px 40px 50px;
  width: 90%;
  max-width: 95%;
  margin: auto;
  left: 85px;
  right: auto;
  z-index: 11;
}

.seach_window p {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding-bottom: 4px;
}

.seach_window label {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 50px;
}

.checkbox01_input {
  display: none;
}
.checkbox01_parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}
.checkbox01_parts::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #4a433d;
  border-radius: 4px;
  margin: auto;
}
.checkbox01_input:checked + .checkbox01_parts {
}
.checkbox01_input:checked + .checkbox01_parts::after {
  margin: auto;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: -4px;
  left: 6px;
  width: 4px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #45c7d6;
  border-right: 3px solid #45c7d6;
}

.search_btn input {
  background: #45c7d6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: auto;
  font-size: 16px;
  border: none;
  letter-spacing: 2px;
  cursor: pointer;
  margin-top: 42px;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 2px solid #45c7d6;
}

.search_btn input:hover {
  background: #fff;
  color: #45c7d6;
}

.search_btn {
  position: relative;
  width: 220px;
  height: 45px;
  line-height: 45px;
  margin: auto;
}

.search_btn::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(./img/more_arrow_w.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.between select {
  border: 2px solid #4a433d;
  border-radius: 4px;
  padding: 3px 2px 8px;
  font-size: 16px;
}

/*-----------施工事例-----------*/

section {
  padding: 80px 0 80px;
}

section.car_wrapper {
  padding: 50px 0 100px;
}

.head_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.top_page h2 {
  font-size: 50px;
  display: flex;
  align-items: baseline;
  font-weight: normal;
}

.top_page h2 span {
  font-family: 'baskvill';
  color: #aaa;
  font-size: 24px;
}

.head_txt {
  margin: 0 10px 0 15px;
}

.top_page h2 img {
  margin: 0;
}

.more_btn a {
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #333;
  position: relative;
  background: #fff;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: auto;
}

.more_btn a::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 12px;
  background: url(./img/more_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.more_btn a:hover {
  background: #333;
  color: #fff;
}

.more_btn a:hover::after {
  background: url(./img/more_arrow_w.png) no-repeat;
  background-size: contain;
}

.more_btn2 a {
  display: block;
  width: 350px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #333;
  position: relative;
  background: #fff;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin: auto;
}

.more_btn2 a::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 12px;
  background: url(./img/more_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.more_btn2 a:hover {
  background: #333;
  color: #fff;
}

.more_btn2 a:hover::after {
  background: url(./img/more_arrow_w.png) no-repeat;
  background-size: contain;
}

.carousel .slick-track {
  margin-left: 142px;
}

article.slider_post {
  box-sizing: border-box;
  padding: 0 15px;
  width: 284px;
}

.cat_tag {
  /* color: #fff; */
  color: #45c7d6;
  text-align: center;
  /* background:#45c7d6; */
  display: inline-block;
  margin: 15px auto;
  box-sizing: border-box;
  padding: 3px 15px;
  font-weight: bold;
  font-size: 14px;
  min-height: 27px;
}

.slider_post h3 {
  font-size: 16px;
  margin: 0;
}

p.slider_desc {
  font-size: 14px;
}

.carousel {
  position: relative;
}

.carousel::before {
  /*
  position: absolute;
  content: "";
  width:calc((100% - 1100px) / 2 - 16px);
  height: 100%;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  z-index: 1;*/
}

.carousel::after {
  /*
  position: absolute;
  content: "";
  width:calc((100% - 1100px) / 2 - 16px);
  height: 100%;
  background: rgba(255,255,255,0.5);
  top: 0;
  right: 0;
  z-index: 1;*/
}

.slick-arrow {
  text-indent: -9999px;
  width: 50px !important;
  height: 130px !important;
  z-index: 10;
}

.slick-next {
  background: url(./img/arrow_right.png) no-repeat !important;
  background-size: contain !important;
  /*right: 19.5vw !important;*/
  right: calc((100% - 1100px) / 2 - 45px) !important;
}

.slick-prev {
  background: url(./img/arrow_left.png) no-repeat !important;
  background-size: contain !important;
  /*left: 19.5vw !important;*/
  left: calc((100% - 1100px) / 2 - 45px) !important;
}

.slick-prev:before {
  content: '' !important;
}

.slick-prev:after {
  width: 50px;
  height: 130px;
}

.slick-next:before {
  content: '' !important;
}

.slick-next:after {
  width: 50px;
  height: 130px;
}

section.land,
section.property,
section.event {
  border-bottom: 1px solid #ddd;
}

.top_page section.land h2 img {
  position: relative;
  bottom: -8px;
}

.top_page section.event h2 img {
  position: relative;
  bottom: -8px;
}

.shigataku_banner {
  padding: 50px 0 50px;
}

.shigataku_banner a {
  display: block;
  margin-bottom: 2rem;
}

.shigataku_banner a:last-child {
  margin-bottom: 0;
}

/*-----------シガ宅とは-----------*/

.about {
  background: url(./img/shigatakutoha.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding: 90px 0;
}

.about h2 {
  text-align: center;
  font-size: 40px;
  display: block;
  margin: 0;
}

span.about_subttl {
  position: relative;
  font-size: 20px;
  display: inline-block;
  font-family: 'baskvill';
}

span.about_subttl::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -60px;
}

span.about_subttl::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -60px;
}

.about_main {
  font-size: 35px;
  margin: 35px auto 20px;
}

div.about p {
  font-size: 16px;
  margin: 0 auto 40px;
  line-height: 2;
}

.shiga_gurashi.about p {
  box-sizing: border-box;
  padding: 0 45px;
}

.about .more_btn a {
  background: none;
}

.shiga_gurashi.about {
  background: url(./img/shigagurashi_bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  background-position: center;
  padding: 50px 0;
}

.living_container {
  border: 4px solid #fff;
  padding: 60px 0;
  width: 910px;
  margin: auto;
  max-width: 95%;
}

.shiga_gurashi.about span.about_subttl::before,
.shiga_gurashi.about span.about_subttl::after {
  background: #fff;
}

.shiga_gurashi.about .more_btn a {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.shiga_gurashi.about .more_btn a::after {
  background: url(./img/more_arrow_w.png) no-repeat;
  background-size: contain;
}

/*-----------NEWS-----------*/

section.news {
  background: url(./img/news_bg.jpg) no-repeat;
  background-size: cover;
}

h2.center_heading {
  text-align: center;
  position: relative;
  display: inline-block;
}

h2.center_heading span {
  display: block;
}

h2.center_heading::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: -80px;
}

section.news h2.center_heading::before {
  background: url(./img/news_l.png) no-repeat;
  background-size: contain;
  width: 49px;
  height: 60px;
}

.news_container p {
  font-weight: bold;
}

.news_container article {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px 50px;
}

.news_container article a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news_container article .cat_tag {
  margin: 0 50px;
}

.news_container h3 {
  font-weight: normal;
}

.news_container {
  margin-bottom: 40px;
}

.c_post_links {
  padding: 120px 100px;
}

.c_post_container {
  display: flex;
  justify-content: center;
}

.c_post_link {
  margin: 0 15px;
}

.c_post_link a {
  display: block;
}

.c_post_inner {
  border: 1px solid #333;
  margin-bottom: 10px;
}

.c_post_ttl {
  font-size: 24px;
  font-family: 'baskvill';
  position: relative;
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
}

.c_post_ttl span {
  font-size: 14px;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', 'YuGo', '游ゴシック Medium', YuGothic,
    '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',
    sans-serif;
}

.c_post_ttl::after {
  position: absolute;
  content: '';
  background: url(./img/more_arrow.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.c_post_link p {
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .c_post_ttl span {
    display: block;
  }
}

/*-----------BLOG-----------*/

section.blog {
  background: url(./img/blog_bg.jpg) no-repeat;
  background-size: cover;
}

section.blog h2.center_heading::before {
  background: url(./img/blog_l.png) no-repeat;
  background-size: contain;
  width: 58px;
  height: 60px;
}

.blog_container {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 80px;
  margin-bottom: 30px;
  background: #fff;
}

.blog_container article {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.blog_container article a {
  display: flex;
  justify-content: flex-start;
}

.blog_container article:last-child {
  border-bottom: none;
}

.blog_thumb {
  margin-right: 30px;
}

.blog_txts {
}

.blog_txts span {
}

.blog_txts h3 {
  font-size: 20px;
}

.blog_txts p {
  font-size: 14px;
}

.sns_links {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.sns_links a {
  margin: 0 30px;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

/* footer {
  background: #2e80af;
  padding-top: 60px;
  position: relative;
} */

/*
.pagetop {
    position: absolute;
    top: -70px;
    right: 10%;
}*/

/* .pagetop {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 999;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}

.ft_logo {
  max-width: 265px;
}

.sitemap_container {
  display: flex;
  justify-content: flex-end;
}

ul.sitemap {
  padding: 0;
  margin: 0;
  margin-right: 70px;
  list-style: none;
}

ul.sitemap:last-child {
  margin-right: 0;
}

ul.sitemap li {
  position: relative;
  margin-bottom: 20px;
}

ul.sitemap li::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 12px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./img/ft_arrow.png) no-repeat;
  background-size: contain;
}

ul.sitemap li a {
  color: #fff;
}

.footer_bottom {
  background: url(./img/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 5px;
}

.footer_bottom p {
  text-align: center;
  color: #000;
  font-size: 12px;
} */

/*----------------------------------------------------------------------
施工事例詳細
----------------------------------------------------------------------*/

.single_top {
  /*
  background: url(./img/conspage_bg.jpg) no-repeat;
  */
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
  position: relative;
}

.single_top::after {
  /*
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background:rgba(255,255,255,0.5);*/
}

#builder-list .single_top::after,
#construction-list .single_top::after,
#land-list .single_top::after,
.post-type-archive-column .single_top::after,
#event-list .single_top::after,
#company .single_top::after,
#privacy-policy .single_top::after,
#contact .single_top::after,
.single-builder .single_top::after,
.single-land .single_top::after,
.single-news .single_top::after {
  background: rgba(0, 0, 0, 0.4);
}

.single_top p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: 95%;
  height: 70px;
  font-size: 40px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  z-index: 2;
}

.single_top h1 {
  z-index: 2;
}

.single_container {
  margin-top: 75px;
}

.tag_list {
  font-size: 16px;
  margin-bottom: 0px;
}

.tag_list ul {
  display: inline-block;
  padding: 0;
  margin: auto;
}

.tag_list li {
  font-weight: bold;
  box-sizing: border-box;
  padding: 3px 10px;
  margin: 0 3px;
  display: inline-block;
  list-style: none;
  background: #45c7d6;
  font-size: 14px;
  color: #fff;
}

.slick-slide img {
  height: auto;
}

.slick-dots li.slick-active button:before {
  color: #45c7d6 !important;
}

.post_slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 70px;
}

.single-construction h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.cons_ev_links {
  margin: 0 auto;
  max-width: 260px;
}

.ev_links.cons_ev_links a,
.ev_links.cons_ev_links span {
  display: block;
}

.cons_name {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #333;
  background: #fff;
}

.cons_info span {
  position: relative;
  display: block;
  padding: 15px 50px;
  box-sizing: border-box;
}

.single_container .cons_info p {
  background: url(./img/cons_desc.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding: 45px 50px 40px;
  line-height: 2;
  width: 90%;
  margin: -30px auto 50px;
  border: 1px solid #ddd;
}

.cons_name::before,
.cons_name::after,
.cons_name span::before,
.cons_name span::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  margin: auto;
}

.cons_name::before {
  background: url(./img/arrow_lt.png) no-repeat;
  background-size: contain;
  top: -7px;
  left: -7px;
}

.cons_name::after {
  background: url(./img/arrow_rt.png) no-repeat;
  background-size: contain;
  top: -7px;
  right: -7px;
}

.cons_name span::before {
  background: url(./img/arrow_lb.png) no-repeat;
  background-size: contain;
  bottom: -7px;
  left: -7px;
}

.cons_name span::after {
  background: url(./img/arrow_rb.png) no-repeat;
  background-size: contain;
  bottom: -7px;
  right: -7px;
}

.single-construction h2 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  padding: 0 5px 0 30px;
  font-weight: normal;
}

.single-construction h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #ddd;
  bottom: -10px;
  left: -8px;
}

.single-construction h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.lower article img {
  margin: 30px auto;
  height: auto;
}

.separate {
  display: flex;
  justify-content: space-between;
}

.lower article .separate img {
  width: 48%;
  margin: 30px 0;
}

.desidner_container {
  display: flex;
  justify-content: space-between;
}

.designer_thumb {
  width: 30%;
}

p.designer_comment {
  width: 67%;
}

.single_container article {
  padding-bottom: 120px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.single_container .slick-dots {
  bottom: -5px;
}

.single_pager.sp-only {
  display: none;
}

.single_pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}

.single_pager.pc-only {
  display: flex;
}

.single_pager .paging {
  width: 320px;
  max-width: 95%;
  position: relative;
  padding: 0 30px;
}

.single_pager .paging .prev::before {
  position: absolute;
  content: '';
  background: url(./img/more_arrow_l.png) no-repeat;
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}

.single_pager .paging .next::after {
  position: absolute;
  content: '';
  background: url(./img/more_arrow.png) no-repeat;
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}

.single_pager .paging .next {
  text-align: right;
}

.single_pager .paging a {
  text-decoration: underline;
  text-decoration-color: #999;
}

.single_pager .more_btn a {
  width: 160px;
}

#relations ul {
  display: flex;
  justify-content: space-between;
}

.relations_posts {
  display: flex;
  justify-content: space-between;
}

.relations_posts a {
  display: block;
}

.single_container #relations .relations_posts article {
  width: 25%;
  padding: 0 10px;
  border-bottom: none;
}

.single_container #relations .relations_posts article img {
  margin: auto;
}

.single_container #relations .relations_posts article h3 {
  font-size: 16px;
  min-height: 50px;
}

.single_container p {
  line-height: 1.8;
  margin: 10px auto;
}

.single_container .slick-dots li {
  width: 10px;
}

/*----------------------------------------------------------------------
施工事例一覧
----------------------------------------------------------------------*/

body#construction-list .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

body#construction-list .single_top p {
  color: #fff;
}

body#builder-list .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

body#builder-list .single_top p {
  color: #fff;
}

main.archive_page .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

main.archive_page .single_top p {
  color: #fff;
}

.sekou_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.sekou_list article {
  width: 25%;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 60px;
}

.sekou_list article img {
  margin: auto;
  height: auto;
}

.sekou_list article h3 {
  font-size: 16px;
  min-height: 50px;
}

/*------------ページネーション-----------*/

.pagination {
  margin: 30px auto;
  display: block;
  text-align: center;
}

.pagination .wp-pagenavi a {
  padding: 5px 10px;
  margin: 0 3px;
  background: #fff;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #333;
  color: #333;
}

.pagination .wp-pagenavi span.current {
  padding: 5px 10px;
  margin: 0 3px;
  display: inline-block;
  margin-bottom: 10px;
  background: #45c7d6;
  color: #fff;
  border: 1px solid #45c7d6;
}

a.previouspostslink,
a.nextpostslink {
  font-weight: bold;
}

.pagination .wp-pagenavi span.pages {
  border: none;
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
}

.wp-pagenavi {
  font-size: 14px;
}

/*アーカイブページ*/

.arc_pagination {
  margin: 30px auto;
  display: block;
  text-align: center;
}

.arc_pagination a {
  padding: 5px 10px;
  margin: 0 3px;
  background: #fff;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #333;
  color: #333;
}

.arc_pagination span.page-of {
  border: none;
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
}

.arc_pagination span.current {
  padding: 5px 10px;
  margin: 0 3px;
  display: inline-block;
  margin-bottom: 10px;
  background: #45c7d6;
  color: #fff;
  border: 1px solid #45c7d6;
}

/*----------------------------------------------------------------------
ニュース・ブログ
----------------------------------------------------------------------*/

/*-------ニュースMV-------*/

.single-news .news_blog .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.single-news .news_blog .single_top p {
  color: #fff;
}

/*-------ブログMV-------*/

.single-blog .news_blog .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.single-blog .news_blog .single_top p {
  color: #fff;
}
/*--------------------*/

.news_blog .single_top p {
  width: 500px;
  max-width: 95%;
}

.news_blog h1 {
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.news_blog h1 span {
  font-size: 16px;
  display: block;
  width: 120px;
  text-align: center;
  font-weight: normal;
}

.news_blog h2 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  padding: 0 5px 0 30px;
  font-weight: normal;
}

.news_blog h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #ddd;
  bottom: -10px;
  left: -8px;
}

.news_blog h3 {
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}

.news_blog h3::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(./img/n_b_h3_icon.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.news_blog h4 {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.news_blog h4::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #45c7d6;
  width: 8px;
  height: 8px;
  border-radius: 3px;
}

.news_blog .single_container p {
  line-height: 1.8;
  margin: 2em auto;
}

.news_blog .single_container article {
  padding-bottom: 80px;
}

/*----------------------------------------------------------------------
ニュース一覧
----------------------------------------------------------------------*/

.post-type-archive-column .single_top p {
  color: #fff;
}

.post-type-archive-column article.slider_post {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: auto;
}

.post-type-archive-column article.slider_post a {
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  padding-left: 60px;
}

.post-type-archive-column article.slider_post a img {
  margin: 8px 0;
}

.post-type-archive-column article.slider_post span {
  font-size: 14px;
  font-weight: bold;
}

.post-type-archive-column article.slider_post div.right {
  display: flex;
  align-items: center;
}

.post-type-archive-column article.slider_post div.tac {
  margin: 0 60px;
}

.post-type-archive-column article.slider_post h3 {
  font-weight: normal;
}

.post-type-archive-column article.slider_post div.tac .cat_tag {
  width: 130px;
  padding: 3px;
  margin-top: 0;
}

.post-type-archive-column article.slider_post div.tac p.date {
  margin-bottom: 0;
}

.news_list {
  margin-top: 80px;
}

.top_news_list {
  margin-top: 0;
  margin-bottom: 60px;
}

/*----------------------------------------------------------------------
ブログ一覧
----------------------------------------------------------------------*/

#blog-list .blog_container {
  border: none;
  padding: 0;
  margin-top: 90px;
}

#blog-list .blog_container .blog_thumb img {
  margin: 0 auto;
}

#blog-list .blog_container article a {
  align-items: center;
}

#blog-list .blog_container h3 {
  margin: 15px auto;
}

#blog-list .blog_container article:last-child {
  border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------------------------
固定ページ
----------------------------------------------------------------------*/

.base_page .single_top p {
  width: 700px;
  max-width: 95%;
}

.base_page h2 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  padding: 0 5px 0 30px;
  font-weight: normal;
}

.base_page h2::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #ddd;
  bottom: -10px;
  left: -8px;
}

.base_page p {
  line-height: 2;
}

.editor_content {
  box-sizing: border-box;
  padding: 80px 0 40px;
}

/*----------------------------------------------------------------------
プライバシーポリシー
----------------------------------------------------------------------*/

#privacy-policy .single_top p {
  color: #fff;
}

.ttl_en {
  font-family: 'baskvill';
  font-size: 40px;
  color: #aaa;
  margin: 50px auto;
}

ol li {
  margin-bottom: 10px;
}

.support_box {
  background: url(./img/support_bg.jpg);
  background-size: contain;
  box-sizing: border-box;
  padding: 30px;
  width: 700px;
  max-width: 95%;
  margin: 80px auto 60px;
}

.support_inner {
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0;
}

.support_inner p {
  margin: 0px auto;
}

.privacy_bottom {
  text-align: center;
  margin: 5px auto;
}

.privacy_bottom p {
  line-height: 1;
}

/*----------------------------------------------------------------------
工務店詳細
----------------------------------------------------------------------*/

.single-builder .single_top h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 70px;
  font-size: 40px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  width: 700px;
  max-width: 95%;
  font-weight: normal;
  color: #fff;
}

.single-builder .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.single-builder .single_container article {
  border-bottom: none;
  padding-bottom: 0;
}

.builder_pics {
  margin-bottom: 50px;
  height: 750px;
}

.builder_pics .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.builder_pics .swiper-slide {
  background-size: cover;
  background-position: center;
}

.builder_pics .swiper-slide .swiper-text {
  position: absolute;
  background-color: #fff;
  font-size: 87.5%;
  padding: 10px;
  width: calc(100% - 20px);
  min-height: 21px;
  bottom: 0;
}

.builder_pics .gallery-top {
  height: 80%;
  width: 100%;
}
.builder_pics .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.builder_pics .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.builder_pics .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.single-builder .single_container img {
  margin: auto;
}

.builder_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.bld_l,
.bld_r {
  width: 48%;
}

.bld_image {
  margin-bottom: 30px;
}

.single-builder .single_container .bld_image img {
  margin: 0;
}

.bld_info {
  display: flex;
  justify-content: space-between;
}

.bld_table {
  width: 65%;
}

.bld_btns {
  width: 30%;
}

.bld_table table {
  width: 100%;
}

.bld_table table th,
.bld_table table td {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 12px 5px;
  vertical-align: top;
}

.bld_table table tr:first-child th,
.bld_table table tr:first-child td {
  padding-top: 0;
}

.bld_table table td a {
  display: block;
}

.bld_table table th {
  color: #45c7d6;
  font-weight: bold;
  width: 25%;
  text-align: left;
}

.bld_table table td {
}

.single-builder .single_container img.bld_map_icon {
  margin: 5px 0 0;
}

.bld_btns a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 9px 5px;
  margin: 0 auto 10px;
  text-align: center;
  padding-left: 30px;
}

.bld_btns a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 20px;
  height: 20px;
}

.bld_btns a.bld_homme {
  background: #45c7d6;
}
.bld_btns a.bld_homme::before {
  background: url(./img/bld_icon1.png) no-repeat;
  background-size: contain;
}
.bld_btns a.bld_ct {
  background: #45c7d6;
}
.bld_btns a.bld_ct::before {
  background: url(./img/bld_icon2.png) no-repeat;
  background-size: contain;
  height: 16px;
}
.bld_btns a.bld_fav {
  background: #e4ba3a;
}
.bld_btns a.bld_fav::before {
  background: url(./assets/img/common/bld_icon3_heart.png) no-repeat;
  background-size: contain;
}
.bld_btns a.bld_tw {
  background: #1da1f2;
}
.bld_btns a.bld_tw::before {
  background: url(./img/bld_icon4.png) no-repeat;
  background-size: contain;
  height: 17px;
}
.bld_btns a.bld_nice {
  background: #3b5998;
}
.bld_btns a.bld_nice::before {
  background: url(./img/bld_icon5.png) no-repeat;
  background-size: contain;
}

.bld_info {
  margin-bottom: 30px;
}

.bld_introduction {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #f5f5f5;
  border: 2px solid #eee;
  border-radius: 20px 0 20px 0;
}

.bld_introduction h3 {
  font-size: 24px;
  position: relative;
  padding-left: 35px;
  margin-top: 0;
}

.bld_introduction h3::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(./img/n_b_h3_icon.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.bld_introduction p {
  margin-bottom: 0;
}

.sp-slides-container {
  margin-bottom: 40px;
}

.single-builder div#n2-ss-2 .n2-ss-slider-1 {
}

.single-builder div#n2-ss-2 {
  background: none !important;
  padding: 5px 10px !important;
  color: #333 !important;
  padding: 0 !important;
}

div#n2-ss-2 .nextend-thumbnail-horizontal .nextend-thumbnail-button {
  display: none !important;
}

div#n2-ss-2 .nextend-thumbnail-default,
div#n2-ss-2 .nextend-thumbnail-inner {
  margin-top: 10px;
}

.str_content {
  margin-bottom: 100px;
}

.str_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.str_top h2 {
  width: 48%;
  position: relative;
  border: 1px solid #333;
  font-size: 50px;
  text-align: center;
  line-height: 1.3;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 35px 4%;
}

.str_top h2 div {
  position: relative;
  z-index: 2;
}

.str_top h2 span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  z-index: 2;
  position: relative;
}

.str_top h2::before {
  position: absolute;
  content: '';
  background: url(./img/str_icon.png) no-repeat;
  background-size: contain;
  width: 129px;
  height: 100px;
  left: -50px;
  bottom: 10px;
  z-index: 2;
}

.str_top h2::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 85%;
  height: 102%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.str_thumb {
  width: 48%;
}

.str_txt {
  background: url(./img/str_bg.png) no-repeat;
  /* background-size: cover; */
  background-position: left center;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 20px 25px;
  line-height: 2;
  margin: 0 2%;
}

.str_content.second_str .str_top {
  display: block;
  margin-bottom: 20px;
}

.str_content.second_str .str_thumb {
  float: right;
  margin-top: -200px;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #fff;
  width: 52%;
  margin-left: 2%;
  padding-top: 0;
}

.str_content.second_str h2 {
  margin: 0;
  float: left;
}

.str_content.second_str .str_top h2::before {
  position: absolute;
  content: '';
  background: url(./img/str_icon2.png) no-repeat;
  background-size: contain;
  width: 129px;
  height: 100px;
  left: -50px;
  bottom: 10px;
  z-index: 2;
}

.str_content.second_str .str_txt {
  float: left;
  padding: 0;
  margin: 0;
}

.str_sec_txt {
  padding: 20px 25px;
}

.lower section {
  padding: 0;
}

.oshirase .support_box {
  width: 100%;
}

.oshirase .support_inner {
  padding: 0px 30px 15px;
}

.oshirase h2 {
  font-size: 40px;
  font-weight: normal;
}

.oshirase h2 span {
  font-family: 'baskvill';
  font-size: 20px;
  color: #aaa;
}

.oshirase h2::before {
  background: url(./img/notice_icon.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 60px;
}

.single-builder .single_container .bld_notice article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  padding: 5px 20px;
}

.single-builder .single_container .bld_notice article:last-child {
  border-bottom: none;
}

.bld_notice article a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.bld_notice article p {
  color: #45c7d6;
  width: 190px;
  text-align: left;
  margin: 0;
}

.bld_notice article h3 {
  font-size: 16px;
}

.oshirase .news_container {
  margin-bottom: 0px;
}

.rel_contents h2 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 40px;
  display: flex;
  margin-bottom: 12px;
  align-items: baseline;
  font-weight: normal;
  position: relative;
  padding: 0 5px 0 10px;
  margin-top: 0;
}

.rel_contents h2 span {
  font-family: 'baskvill';
  color: #aaa;
  font-size: 24px;
}

.rel_contents .head_box {
  position: relative;
  margin-bottom: 30px;
}

.rel_contents .head_box::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #ddd;
  bottom: 0px;
  left: 0px;
}

.rel_contents .more_btn a {
  width: 160px;
  height: 44px;
  line-height: 44px;
}

.rel_contents .sekou_list {
  margin-top: 0;
}

.rel_contents .sekou_list a {
  display: block;
}

.rel_contents {
  margin-bottom: 20px;
}

section.oshirase {
  margin-bottom: 100px;
}

.area_select {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
}

.area_select span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-right: 10px;
}

.area_select select {
  height: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: 10px;
  width: 140px;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.area_select select option {
  cursor: pointer;
}

.select_style {
  position: relative;
}

.select_style::after {
  position: absolute;
  content: '';
  background: #45c7d6;
  height: 100%;
  width: 20px;
  top: 0;
  right: 0;
  z-index: 0;
  z-index: -2;
}

.select_style::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 8px;
  background: url(./img/select_arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  z-index: -1;
}

.single-construction .archive_head h2 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  padding: 0 5px 0 30px;
  font-weight: normal;
}

/*----------------------------------------------------------------------
工務店一覧
----------------------------------------------------------------------*/

#builder-list .sekou_list,
.archive_page .sekou_list,
#event-list .sekou_list {
  margin-top: 40px;
}

/*----------------------------------------------------------------------
tag.php
----------------------------------------------------------------------*/

.single-construction h2.archive_head span {
  font-size: 80%;
}

/*----------------------------------------------------------------------
イベント詳細
----------------------------------------------------------------------*/

.ev_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.ev_page .thumbnail {
  width: 50%;
  margin: auto;
}

.lower article .ev_top .thumbnail img {
  margin: auto;
  margin-bottom: 10px;
}

.ev_page .thumbnail span {
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 10px;
}

.ev_right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 0 0 2%;
}

.ev_right a {
  text-decoration: underline;
  color: #0033cc;
}

.ev_right .bld_table {
  width: 100%;
  margin-bottom: 30px;
}

.lower article .ev_right .bld_table img {
  margin: 0 auto;
}

ul.ev_tags {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

ul.ev_tags li {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #333;
  border-left: none;
  position: relative;
  list-style: none;
  margin-right: 35px;
  display: block;
  padding: 10px 17px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 8px;
}

ul.ev_tags li::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 27px;
  border: 1px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(47deg);
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

ul.ev_tags li::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #333;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ev_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ev_links a {
  display: block;
  width: 123px;
  height: 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 40px;
  /* margin: 0 auto 10px; */
  text-align: center;
  padding-left: 15px;
  font-size: 12px;
  text-decoration: none;
}

.ev_links a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 18px;
  height: 18px;
}

.ev_links a.ev_btn_print {
  background: #45c7d6;
}
.ev_links a.ev_btn_home {
  background: #45c7d6;
}
.ev_links a.ev_btn_contact {
  background: #45c7d6;
}
.ev_links a.ev_btn_fav {
  background: #e4ba3a;
}
.ev_links a.ev_btn_tw {
  background: #1da1f2;
}
.ev_links a.ev_btn_nice {
  background: #3b5998;
}

.ev_links a.ev_btn_print::before {
  background: url(./img/ev_links_print.png) no-repeat;
  background-size: contain;
}
.ev_links a.ev_btn_fav::before {
  background: url(./assets/img/common/bld_icon3_heart.png) no-repeat;
  background-size: contain;
}
.ev_links a.ev_btn_tw::before {
  background: url(./img/bld_icon4.png) no-repeat;
  background-size: contain;
}
.ev_links a.ev_btn_nice::before {
  background: url(./img/bld_icon5.png) no-repeat;
  background-size: contain;
}
.ev_links a.ev_btn_home::before {
  background: url(./img/bld_icon1.png) no-repeat;
  background-size: contain;
}
.ev_links a.ev_btn_contact::before {
  background: url(./img/email.png) no-repeat;
  background-size: contain;
}

article.ev_content .bld_introduction {
  width: 80%;
  margin: 0 auto 120px;
}

.ev_map {
  margin-bottom: 100px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.ev_map iframe {
  width: 100%;
  height: 500px;
  display: block;
}

.ev_reserve h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

table.ev_res_form {
  width: 80%;
  margin: 0 auto 50px;
}

table.ev_res_form th,
table.ev_res_form td {
  box-sizing: border-box;
  padding: 20px 20px;
  border-bottom: 8px solid #fff;
}

table.ev_res_form th {
  background: #daf3f6;
  font-weight: bold;
  position: relative;
  text-align: left;
  /*vertical-align: top;*/
}

table.ev_res_form th p {
  margin: 0;
}

table.ev_res_form td {
  background: #f5f5f5;
  position: relative;
}

table.ev_res_form th.require::after {
  position: absolute;
  content: '必須';
  background: #dd0000;
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  box-sizing: border-box;
}

table.ev_res_form td input {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  height: 40px;
  box-sizing: border-box;
  display: block;
  padding: 3px 10px;
}

table.ev_res_form td textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 10px;
  display: block;
  width: 100%;
  resize: vertical;
}

.ev_reserve p.kiyaku_p {
  text-align: center;
  margin-bottom: 20px;
}

.kiyaku {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 30px;
  height: 300px;
  overflow-y: scroll;
  width: 80%;
  margin: 0 auto 40px;
  font-size: 14px;
}

.res_submit {
  text-align: center;
}

input.res_submit_btn {
  display: block;
  background: #e4ba3a;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  margin: auto;
  border: none;
  cursor: pointer;
}
.res_submit span {
  position: relative;
  display: inline-block;
}

.res_submit span::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(./img/more_arrow_w.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
}

.kiyaku_doui {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 40px;
}

.kiyaku_doui span {
  font-weight: bold;
}

/* css checkbox01 */
.kiyaku_doui label {
  cursor: pointer;
}
.kiyaku_doui label input.doui_input {
  display: none;
}
.kiyaku_doui label span.mwform-checkbox-field-text {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.kiyaku_doui label span.mwform-checkbox-field-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -5px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 4px;
}

.kiyaku_doui
  label
  input.doui_input:checked
  + span.mwform-checkbox-field-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 4px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 3px solid #45c7d6;
  border-right: 3px solid #45c7d6;
}

/*----------------------------------------------------------------------
イベント一覧
----------------------------------------------------------------------*/

#event-list .single_top p {
  color: #fff;
}

.evlist_tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evlist_tag .cat_tag {
  width: 48%;
}

.evlist_tag .tokuten {
  background: #e4ba3a;
  color: #fff;
}

.event_list p.slider_desc {
  margin: 10px auto;
  line-height: 1.6;
}

.event_list table th,
.event_list table td {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 14px;
}

.event_list table tr:last-child th,
.event_list table tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.event_list table th {
  font-weight: bold;
  width: 25%;
  text-align: left;
  vertical-align: top;
}

/*----------------------------------------------------------------------
運営会社
----------------------------------------------------------------------*/

body#company .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

body#company .single_top p {
  color: #fff;
}

#company .editor_content h2 {
  text-align: center;
  border: 1px solid #333;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 2px;
  position: relative;
  width: 210px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 30px;
}

#company h2 span {
  background: #fff;
  height: 120%;
  display: block;
  width: 80%;
  margin: -2px auto 0;
}

#company h2::after {
  display: none;
}

.rinen_txt {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  margin: 50px auto 60px;
  letter-spacing: 5px;
}

p.rinen_desc {
  text-align: center;
  margin-bottom: 120px;
}

.aisatsu_container {
  display: flex;
  justify-content: space-between;
}

.daihyou_thumb img {
  margin: 0;
}

.daihyou_thumb {
  width: auto;
}

.aisatsu_right {
  width: 69%;
}

.aisatsu_right h2 {
  text-align: left !important;
  border: none !important;
  width: 100% !important;
  border-bottom: 2px solid #ddd !important;
  box-sizing: border-box !important;
  padding-left: 50px !important;
  font-weight: normal !important;
  font-size: 30px !important;
  position: relative !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  margin-top: 10px !important;
  height: inherit !important;
  line-height: inherit !important;
}

.aisatsu_right h2::before {
  position: absolute !important;
  content: '' !important;
  background: #333 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 30px !important;
  margin: auto !important;
  width: 8px !important;
  height: 40px !important;
}

.aisatsu_right p {
  box-sizing: border-box;
  padding-left: 30px;
}

.daitori {
  text-align: right;
}

.daitori img {
  display: inline-block;
}

section.comp_gaiyou {
  box-sizing: border-box;
  /* padding-top: 120px;
  background: #f5f5f5;　*/
  padding-bottom: 130px;
}

section.comp_gaiyou .inner {
  background: #fff;
  box-sizing: border-box;
  padding: 100px;
}

.gaiyou_container table {
  width: 100%;
}

.gaiyou_container table th,
.gaiyou_container table td {
  box-sizing: border-box;
  padding: 28px 10px;
  line-height: 2;
}

.gaiyou_container table th {
  font-weight: bold;
  color: #45c7d6;
  text-align: center;
  border-top: 1px solid #333;
  vertical-align: top;
  width: 20%;
}

.gaiyou_container table td {
  padding-left: 40px;
  border-top: 1px solid #ccc;
}

.gaiyou_container table td a {
  color: #0033cc;
  text-decoration: underline;
}

.gaiyou_container table tr:last-child th {
  border-bottom: 1px solid #333;
}
.gaiyou_container table tr:last-child td {
  border-bottom: 1px solid #ccc;
}

a.map_link_btn img {
  display: inline-block;
  vertical-align: middle;
}

#company section.comp_gaiyou h2.center_heading {
  font-size: 40px;
  border: none;
  line-height: 1.2;
  position: relative;
  margin-bottom: 90px;
}

#company section.comp_gaiyou h2.center_heading::before {
  position: absolute;
  bottom: 0;
  left: -50px;
  margin: auto;
  background: url(./img/icon_comp.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 65px;
  top: 20px;
}

#company section.comp_gaiyou h2.center_heading span {
  color: #aaa;
  font-size: 20px;
  font-family: 'baskvill';
  background: none;
}

body#company main.lower {
  padding-bottom: 0;
}

/*----------------------------------------------------------------------
問い合わせページ
----------------------------------------------------------------------*/

#contact .single_top p {
  color: #fff;
}

.contact_wrapper span.red {
  color: #dd0000;
  font-weight: normal;
}

p.ct_form_desc {
  width: 80%;
  margin: auto;
  margin-bottom: 60px;
}

.contact_wrapper table.ev_res_form td input {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.contact_wrapper table.ev_res_form th {
  width: 30%;
}

.contact_wrapper table.ev_res_form td input.res_ct_name {
  width: 80%;
}

.contact_wrapper table.ev_res_form td input.res_ct_full {
  width: 100%;
}

.contact_wrapper table.ev_res_form td input::placeholder {
  font-size: 16px;
  color: #ddd;
}

/*css radio02*/
.contact_wrapper span.mwform-radio-field.horizontal-item {
  display: block;
  margin-bottom: 15px;
  margin-left: 0;
  cursor: pointer;
}
.contact_wrapper table.ev_res_form td input.res_radio {
  display: none;
}
.contact_wrapper span.mwform-radio-field-text {
  padding-left: 25px;
  position: relative;
}
.contact_wrapper span.mwform-radio-field-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.contact_wrapper .res_radio:checked + span.mwform-radio-field-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}

/* css checkbox01 */
.contact_wrapper span.mwform-checkbox-field.horizontal-item {
  display: block;
  margin-bottom: 15px;
  margin-left: 0;
  cursor: pointer;
}
.contact_wrapper table.ev_res_form td input.res_check {
  display: none;
}
.contact_wrapper span.mwform-checkbox-field-text {
  padding-left: 25px;
  position: relative;
}
.contact_wrapper span.mwform-checkbox-field-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
}
.contact_wrapper .res_check:checked + span.mwform-checkbox-field-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 2px;
  margin: auto;
  width: 4px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}

.contact_wrapper .area_select {
  margin-top: 0;
  display: block;
  vertical-align: middle;
  width: 260px;
}

.contact_wrapper .select_style {
}

.contact_wrapper .area_select p {
  display: none;
}

.contact_wrapper .area_select select {
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

.contact_wrapper .select_style::after {
  z-index: 0;
  border-radius: 0 5px 5px 0;
  background: #aaa;
}

table.ev_res_form th.v_top {
  vertical-align: top;
  padding-top: 30px;
}

table.ev_res_form th.require.v_top::after {
  top: 30px;
  bottom: auto;
}

/*----------------------------------------------------------------------
土地情報
----------------------------------------------------------------------*/

.land_post .nextend-thumbnail-default {
  width: 270px !important;
  padding: 0 !important;
  left: 840px !important;
}

.land_post .n2-ow.n2-align-content-start {
  width: 270px !important;
  padding: 0 !important;
  background: none !important;
  height: auto !important;
  min-height: 800px !important;
  top: 0 !important;
}

.land_post .nextend-thumbnail-scroller-group {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-content: flex-start;
}

.land_post .nextend-thumbnail-scroller-group div {
  opacity: 1 !important;
}

/*.land_post .nextend-thumbnail-default .n2-caption-overlay{
	display: none !important;
}*/

.land_post .n2-ow.n2-grab {
  height: 800px !important;
}

img.nextend-thumbnail-button.nextend-thumbnail-previous.n2-ow.n2-active,
img.nextend-thumbnail-button.nextend-thumbnail-next.n2-ow {
  display: none;
}

.single-land .land_post h1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 5px;
}

.nextend-bar {
  opacity: 1 !important;
  background: none;
  color: #333333;
}

.land_top {
  display: flex;
  justify-content: space-between;
}

.l_top_table.bld_table {
  width: 48.5%;
}

.l_top_comment {
  width: 48.5%;
}

.l_top_table table td a {
  color: #0033cc;
  text-decoration: underline;
}

.l_top_table table td img {
  margin: 0 0 10px;
}

.land_slider {
  margin-bottom: 70px;
  position: relative;
}

.l_top_table.bld_table table tr:last-child th,
.l_top_table.bld_table table tr:last-child td {
  border-bottom: none;
}

.land_top {
  margin-bottom: 60px;
}

.land_shousai.bld_table {
  width: 75%;
  margin: 0 auto 120px;
}

.land_shousai h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
}

.land_shousai.bld_table table tr:first-child th,
.land_shousai.bld_table table tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 12px;
}

.land_shousai.bld_table table th {
  text-align: center;
}

.land_post .ev_map {
  margin-bottom: 120px;
}

.land_post .more_btn a {
  width: 345px;
  height: 45px;
  line-height: 45px;
  max-width: 90%;
}

/*
.land_slider .ev_links {
    flex-wrap: wrap;
    width: 260px;
    position: absolute;
    right: 0;
    bottom: 50px;
    justify-content: flex-start;
}

.land_slider .ev_links a{
	width: 125px;
	height: 40px;
	margin-bottom: 5px;
}

.land_slider .ev_links a:last-child {
    margin: 0 5px 5px;
}

.land_slider .ev_links a::before{
	left: 8px;
}

.land_slider .ev_links a.to_hp.ev_btn_print::before{
	background:url(./img/bld_icon1.png) no-repeat;
	background-size: contain;
}

.land_slider .ev_links a.ev_btn_print::before{
	background:url(./img/bld_icon2.png) no-repeat;
	background-size: contain;
	height: 14px;
}
*/

.land_slider .l_s_left {
  background-size: cover;
  position: relative;
  float: left;
  width: calc(70% - 10px);
  height: 640px;
  margin-right: 10px;
}

.land_slider .l_s_text {
  position: absolute;
  background-color: #fff;
  font-size: 87.5%;
  padding: 10px;
  width: calc(100% - 20px);
  min-height: 21px;
  bottom: 0;
}

.land_slider .l_s_right {
  float: right;
  width: 30%;
}

.land_slider .l_s_right .l_s_thumb-wrap {
}

.land_slider .l_s_right .l_s_thumb {
  display: inline-flex;
  width: calc(50% - 20px);
  background-size: cover;
  height: 120px;
  justify-content: space-between;
  cursor: pointer;
}

.land_slider .l_s_right .l_s_thumb:hover {
  opacity: 0.8;
}

.land_slider .l_s_right .ev_links2 * {
  display: inline-flex;
  width: calc(50% - 20px);
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}

/*
.ev_links2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
*/

.ev_links2 a {
  display: block;
  width: 123px;
  height: 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 40px;
  margin: 0 auto 10px;
  text-align: center;
  padding-left: 15px;
  font-size: 12px;
  text-decoration: none;
}

.ev_links2 span {
  display: block;
  width: 123px;
  height: 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 40px;
  margin: 0 auto 10px;
  text-align: center;
  padding-left: 15px;
  font-size: 12px;
  text-decoration: none;
}

.land_slider .l_s_right .ev_links2 span {
  padding-left: 0;
}

.land_slider .l_s_right .ev_links2 span a {
  display: inline-block;
  width: 100%;
  height: 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 40px;
  margin: 0;
  text-align: left;
  padding-left: 15px;
  font-size: 12px;
  text-decoration: none;
  padding-left: 40px;
}

.ev_links2 a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 18px;
  height: 18px;
}

.ev_links2 a.ev_btn_print {
  background: #45c7d6;
}

.ev_links2 a.ev_btn_home {
  background: #45c7d6;
}

.ev_links2 a.ev_btn_contact {
  background: #45c7d6;
}
.ev_links2 a.ev_btn_fav {
  background: #e4ba3a;
}

.ev_links2 a.ev_btn_tw {
  background: #1da1f2;
}
.ev_links2 a.ev_btn_nice {
  background: #3b5998;
}

.ev_links2 a.ev_btn_print::before {
  background: url(./img/ev_links_print.png) no-repeat;
  background-size: contain;
}
.ev_links2 a.ev_btn_fav::before {
  background: url(./assets/img/common/bld_icon3_heart.png) no-repeat;
  background-size: contain;
}
.ev_links2 a.ev_btn_tw::before {
  background: url(./img/bld_icon4.png) no-repeat;
  background-size: contain;
}
.ev_links2 a.ev_btn_nice::before {
  background: url(./img/bld_icon5.png) no-repeat;
  background-size: contain;
}

.ev_links2 a.ev_btn_home::before {
  background: url(./img/bld_icon1.png) no-repeat;
  background-size: contain;
}

.ev_links2 a.ev_btn_contact::before {
  background: url(./img/email.png) no-repeat;
  background-size: contain;
}

.single-land .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.single-land .single_top h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 70px;
  font-size: 40px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  width: 700px;
  max-width: 95%;
  font-weight: bold;
  color: #fff;
}

/*----------------------------------------------------------------------
土地情報一覧
----------------------------------------------------------------------*/

.land_list .cat_tag {
  width: 80%;
}

.land_list span.red {
  font-weight: bold;
  font-size: 18px;
  color: #dd0000;
}

.land_list.event_list table th {
  padding-right: 10px;
}

.land_list.event_list table .hanbai_txt {
  color: #0033cc;
  text-decoration: underline;
}

body#land-list .single_top {
  background: url(./img/sekoujirei.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

body#land-list .single_top p {
  color: #fff;
}

/* お気に入り */

span.simplefavorite-button {
  display: block;
}

.favorite_wrap {
  margin-top: 50px;
}

.favorite_wrap h2 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
  padding: 0 5px 0 30px;
  font-weight: normal;
}

.favorite_list {
  display: flex;
  flex-wrap: wrap;
}

.favorite_list article {
  width: 25%;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 60px;
}

.favorite_list article img {
  margin: auto;
  height: auto;
}

.favorite_list article h3 {
  font-size: 16px;
  min-height: 50px;
}

.simplefavorite-button.active {
  opacity: 1;
}

.simplefavorite-button.active a {
  background-color: #ccc;
}

/* 共通ページタイトル修正 */
h1.h2_page_ttl,
.base_page h1.h2_page_ttl {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: 95%;
  height: 70px;
  font-size: 40px;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  z-index: 2;
  text-shadow: #fff 1px 1px 60px, #fff -1px 1px 60px, #fff 1px -1px 60px,
    #fff -1px -1px 60px;
}

h1.h2_page_ttl:after,
.base_page h1.h2_page_ttl:after {
  display: none;
}

/* search */
.search_article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.search_article a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.search_article a div.thumb {
  width: 200px;
  flex: 0 0 200px;
}

.search_article a div.thumb img {
  margin: 0;
}

.search_article a div.data {
  padding-left: 30px;
}

.search_article a div.data h3 {
  margin: 30px 0;
  border-bottom: 2px solid #ccc;
}

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

media query

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
  .mmb-10 {
    margin-bottom: 10px;
  }
  .mmb-20 {
    margin-bottom: 20px;
  }
  .mmb-30 {
    margin-bottom: 30px;
  }
  .mmb-40 {
    margin-bottom: 40px;
  }

  header,
  main,
  aside,
  footer,
  .inner {
    max-width: 100%;
    margin: auto;
    float: none;
  }

  header {
    /* max-height: 90px; */
  }

  main {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  p {
    line-height: 1.7rem;
  }
  .single_container.inner {
    width: calc(100% - 30px);
  }

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

  .h_left {
    width: 25%;
  }

  .h_logo {
    width: 100%;
  }

  .h_right {
    width: 75%;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 15px;
  }

  .h_search.sp-only {
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
  }

  form#form03 {
    width: calc(100% - 55px);
  }

  .menu_open {
    /* width: 40px; */
  }

  .h_btns {
    display: flex;
    margin-right: 0px;
    width: 100%;
  }
  .h_btns .sp-only {
    display: flex;
    width: 100%;
  }

  .h_btns a {
    flex: 1;
    background-color: initial;
    margin-right: 2%;
    padding: 0;
  }

  .h_fav {
    height: auto;
    padding: 3px 5px;
  }

  .h_fav a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .h_fav span.fav_txt {
    font-size: 12px;
  }

  .h_fav p {
    margin: auto;
  }

  .h_fav p span {
    font-size: 14px;
  }

  .h_btns a,
  .h_btns .h_fav {
    width: 33%;
    margin-bottom: 0;
  }

  .h_btns a:first-child {
    margin-bottom: 00px;
  }

  .h_btns .h_fav a {
    width: 100%;
    margin-right: 0;
    white-space: nowrap;
  }

  .h_fav span img {
    width: 28%;
  }

  .h_fav::before {
    border-width: 0 0 20px 10px;
  }

  nav.glnv {
    display: none;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
  }

  .header_top {
    padding: 15px 2%;
  }

  .h_search input::placeholder {
    color: #aaa;
  }

  /* IE */
  .h_search input:-ms-input-placeholder {
    color: #aaa;
  }

  /* Edge */
  .h_search input::-ms-input-placeholder {
    color: #aaa;
  }

  input#input03 {
    height: 30px;
  }

  /*--------ヘッダー変更--------*/

  .hsp-wrap {
    display: flex;
  }
  .hsp-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .hsp-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hsp-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .hsp-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .hsp-33 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .hsp-65 {
    flex: 0 0 65%;
    max-width: 65;
  }
  .hsp-66 {
    flex: 0 0 66.6666%;
    max-width: 66.6666;
  }
  .hsp-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .hsp-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .hsp-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .hsp-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hsp_header {
    padding: 15px 5px 10px;
    min-height: 75px;
  }

  .menu_open {
    margin-right: 10px;
    text-align: right;
  }
  .menu_open img {
    display: inline-block;
    cursor: pointer;
    width: 40px;
  }

  .hsp-wrap .hsp_logo {
    margin-right: 10px;
  }

  .hsp-wrap .search_box {
    display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .hsp-wrap .search_box input[type='text'] {
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .hsp-wrap .btn-inner {
    background-color: #45c7d6;
    margin-right: 5px;
  }
  .hsp-wrap .btn2-inner {
    background-color: #e4ba3a;
  }

  .hsp-wrap .hsp_btn a,
  .hsp-wrap .hsp_btn2 a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 8px 12px;
  }
  .hsp-wrap .hsp_btn2 a {
    padding: 4px 0 4px 12px;
  }
  .hsp-wrap .hsp_btn a *,
  .hsp-wrap .hsp_btn2 a * {
    vertical-align: middle;
    font-size: 12px;
  }

  .hsp-wrap .hsp_btn a img,
  .hsp-wrap .hsp_btn2 a img {
    display: inline-block;
    margin-right: 5px;
  }
  .hsp-wrap .hsp_btn2 span.count {
    font-size: 18px;
  }

  /*-----------スマホメニュー--------------*/

  .sp_menu {
    position: fixed;
    top: 100px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 3vw 40px;
    background: #f5f5f5;
    display: none;
    z-index: 9999;
  }

  .burger_btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .burger_btns .burger_info,
  .burger_btns a {
    display: flex;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 1vw;
    border: 1px solid #000;
    width: 49%;
    justify-content: space-between;
    font-size: 3.2vw;
    align-items: center;
  }

  .burger_btns .burger_info span {
    white-space: nowrap;
  }

  .burger_btns .burger_info span span {
    font-weight: bold;
    font-size: 120%;
  }

  .burger_btns .burger_info > div {
    margin-right: 1.2vw;
    margin-left: 5px;
    display: flex;
    align-items: center;
  }

  .burger_btns .burger_info p,
  .burger_btns a p {
    margin: auto;
    white-space: nowrap;
  }

  .burger_btns .burger_info img {
    margin: 0;
    margin-right: 3px;
    margin-left: 0;
    width: 16px;
    height: 16px;
  }

  .burger_btns .burger_info p.menu_top {
    text-align: center;
  }

  ul.sp_menu_list {
    padding: 0;
  }

  ul.sp_menu_list li {
    list-style: none;
    position: relative;
    border-top: 1px solid #aaa;
    text-align: center;
  }

  ul.sp_menu_list li:last-child {
    border-bottom: 1px solid #aaa;
  }

  ul.sp_menu_list li a {
    padding: 12px 0;
    display: block;
  }

  ul.sp_menu_list li::after {
    position: absolute;
    content: '';
    background: url(./img/sp_menu_arrow.png) no-repeat;
    background-size: contain;
    width: 7px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }

  .burger_top {
    margin-bottom: 30px;
  }

  /*----------スライダー------------*/

  .top_mv ul.slick-dots {
    bottom: 5px;
    z-index: 1;
    text-align: right;
    right: 3vw;
  }

  .top_mv .slick-dots li button:before {
    color: #ccc !important;
    opacity: 1;
  }

  .top_mv .slick-dots li.slick-active button:before {
    color: #45c7d6 !important;
  }

  .top_mv .slick-dots li {
    width: 8px;
    margin: 0 4px;
  }

  .mv_slide p {
    width: 90%;
    font-size: 4vw;
  }

  .top_page .top_mv.slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  /*----------絞り込み検索------------*/

  .pulldowns {
    flex-direction: column;
  }

  .pulldown_btn {
    width: 100%;
    border-radius: 0;
    margin: 10px auto;
    height: 50px;
  }

  .shiborikomi {
    padding: 20px 0;
  }

  span.kensaku_txt {
    margin-bottom: 0;
    font-size: 18px;
  }

  .pulldown_btn img {
    width: 25px;
  }

  .pulldown_btn span {
    font-size: 16px;
  }

  img.pd_arrow {
    width: 15px;
  }

  .seach_window {
    position: static;
    width: 100%;
    border-radius: 0;
    padding: 30px 20px;
    max-width: 100%;
  }

  .seach_window label {
    display: block;
    margin: 15px auto;
  }

  /*----------施工事例------------*/

  .head_box .more_btn {
    display: none;
  }

  .top_page h2 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 20px;
    position: relative;
    padding-left: 10%;
    box-sizing: border-box;
  }

  .head_txt {
    font-size: 26px;
  }

  .top_page h2 span {
    font-size: 20px;
  }

  .top_page h2 img {
    position: absolute;
    width: 50px;
    left: 35%;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .top_page section.land h2 img {
    bottom: 0;
    position: absolute;
    left: 39%;
  }

  .top_page section.event h2 img {
    bottom: 0;
    position: absolute;
    left: 35%;
  }

  .slick-arrow {
    width: 8vw !important;
    height: 100px !important;
  }

  .slick-next {
    right: 2vw !important;
  }

  .slick-prev {
    left: 2vw !important;
  }

  .carousel::before,
  .carousel::after {
    width: 10vw;
  }

  article.slider_post {
    padding: 0 2vw;
    width: auto;
  }

  .carousel .slick-track {
    margin-left: auto;
  }

  .slider_post h3 {
    font-size: 14px;
  }

  .head_box {
    margin-bottom: 20px;
  }

  section.car_wrapper {
    padding: 50px 0;
  }

  .carousel {
    margin-bottom: 20px;
  }

  .more_btn.sp-only a {
    width: 200px;
    height: 40px;
    line-height: 40px;
  }

  .shigataku_banner {
    max-width: 90%;
    padding: 20px 0 20px;
  }

  .about {
    background-position: center;
    padding: 50px 0;
  }

  .top_page .about h2 {
    padding-left: 0;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .about_main {
    font-size: 36px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 50px auto;
  }

  div.about p {
    margin: 0 auto 30px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 2;
  }

  .shiga_gurashi.about {
    background: url(./img/shigagurashi_bg-sp.jpg);
    background-size: cover;
    background-repeat-y: repeat;
    padding: 30px 10px;
  }

  .shiga_gurashi.about p {
    box-sizing: border-box;
    padding: 0 10px;
  }

  .living_container {
    padding: 30px 0 40px;
  }

  h2.center_heading {
    font-size: 6vw;
  }

  section.news h2.center_heading::before {
    left: 4vw;
    width: 11%;
  }

  .news_container article {
    display: block;
    padding: 15px 0;
  }

  .news_container article a {
    display: block;
  }

  .news_container p {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
  }

  .news_container .tac {
    display: inline-block;
  }

  .news_container article .cat_tag {
    margin: 0 15px;
  }

  .news_container h3 {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .news_container {
    box-sizing: border-box;
    padding: 0 5%;
  }

  section {
    padding: 50px 0;
  }

  .c_post_links {
    padding: 30px 10px;
  }

  .c_post_container {
    flex-direction: column;
  }

  .c_post_link {
    margin: 0 auto 30px;
    max-width: 500px;
  }

  section.blog h2.center_heading {
    font-family: 'baskvill';
    font-size: 10vw;
  }

  section.blog h2.center_heading span {
    display: inline-block;
    font-weight: bold;
    color: #333;
    font-family: 'メイリオ', 'Meiryo', 'YuGo', '游ゴシック Medium', YuGothic,
      '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',
      sans-serif;
  }

  section.blog h2.center_heading::before {
    left: 16vw;
    width: 9%;
    height: 100%;
    top: 5px;
  }

  section.blog {
    background: #f0f0f0;
  }

  .blog_container {
    width: 90%;
    margin: 0 auto 30px;
    max-width: 600px;
    padding: 0 20px;
  }

  .blog_txts p {
    display: none;
  }

  .blog_thumb {
    margin-right: 5%;
    width: 30%;
  }

  .blog_thumb img {
    height: auto;
  }

  .blog_txts {
    width: 70%;
  }

  .blog_txts h3 {
    margin: 9px auto;
    font-size: 16px;
  }

  .sns_links {
    padding: 50px 5%;
  }

  .sns_links a {
    margin: auto;
    width: 46%;
    max-width: 250px;
  }

  /*----------footer------------*/

  footer {
    padding-top: 40px;
  }

  .footer_top {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .ft_logo {
    margin-bottom: 30px;
  }

  .sitemap_container {
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
  }

  ul.sitemap {
    display: flex;
    margin: 0 0 10px;
    justify-content: flex-start;
  }

  ul.sitemap li {
    margin-bottom: 0px;
    width: 50%;
    white-space: nowrap;
  }

  ul.sitemap li a {
    font-size: 14px;
  }

  .footer_bottom {
    padding: 15px 5px;
  }

  /*
  .pagetop{
    right: 0;
    left: 0;
    margin: auto;
    top: -60px;
  }*/

  .pagetop {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999;
  }

  /*----------------------------------------------------------------------
  施工事例詳細
  ----------------------------------------------------------------------*/

  main.lower {
    margin-top: 100px;
  }

  .single_top {
    height: 20vh;
  }

  .single_top p,
  .single-builder .single_top h1,
  .single-land .single_top h1 {
    font-size: 24px;
    height: 40px;
  }

  .breadcrumg-area ul li {
    font-size: 12px;
    text-align: left;
  }

  .breadcrumg-area ul {
    margin-bottom: 20px;
  }

  .tag_list {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0px 8px;
    display: flex;
    margin-bottom: 0;
  }

  .tag_list span {
    width: 55px;
    padding-top: 5px;
  }

  .tag_list ul {
    margin: 0;
  }

  .tag_list li {
    margin: 2px 2px;
  }

  .tag_list li a {
    font-size: 12px;
  }

  .single-construction h1 {
    font-size: 24px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 40px;
  }

  .cons_name {
    font-size: 16px;
    margin-left: 15px;
  }

  .cons_info span {
    padding: 10px 30px;
  }

  .single_container article .cons_info p {
    padding: 40px 20px 20px;
    margin: -23px auto 30px;
    width: 85%;
  }

  .post_slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 50px;
  }

  .single-construction h2,
  .news_blog h2,
  .single-construction .archive_head h2 {
    font-size: 22px;
    margin-left: 3%;
    line-height: 1.4;
    padding-left: 10px;
    margin-top: 40px;
    max-width: 97%;
  }

  .single_top h1.h2_page_ttl {
    font-size: 22px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 22px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-shadow: #fff 1px 1px 20px, #fff -1px 1px 20px, #fff 1px -1px 20px,
      #fff -1px -1px 20px;
  }

  .single_container article p {
    box-sizing: border-box;
    padding: 0 7px;
    line-height: 1.8;
  }

  .single-construction h3 {
    box-sizing: border-box;
    padding: 0 7px;
    font-size: 18px;
  }

  .separate {
    box-sizing: border-box;
    padding: 0 7px;
    flex-direction: column;
    justify-content: center;
  }

  .lower article .separate img {
    width: 100%;
    margin: 5px auto;
  }

  .desidner_container {
    flex-direction: column;
  }

  .designer_thumb,
  p.designer_comment {
    width: 100%;
  }

  .single_container article {
    padding-bottom: 80px;
  }

  .single_pager.sp-only {
    display: flex;
    margin-bottom: 30px;
  }

  .single_pager .paging {
    width: auto;
    margin: 0 10px;
    letter-spacing: 1px;
    padding: 0 25px;
  }

  .single_container .more_btn.sp-only {
    margin-bottom: 60px;
  }

  .relations_posts {
    flex-wrap: wrap;
  }

  .single_container #relations .relations_posts article,
  .sekou_list article,
  .favorite_list article {
    width: 48%;
    padding: 0 0px;
    margin: 0 1% 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  .single_container #relations p.slider_desc {
    display: none;
  }

  .single_container #relations .relations_posts article h3,
  .sekou_list article h3 {
    font-size: 14px;
  }

  .single_pager.pc-only {
    display: none;
  }

  /*----------------------------------------------------------------------
  施工事例一覧
  ----------------------------------------------------------------------*/

  .sekou_list article {
    padding-bottom: 10px;
  }

  .sekou_list article p.slider_desc {
    line-height: 1.4;
    padding: 0;
  }

  /*----------------------------------------------------------------------
  ニュース・ブログ
  ----------------------------------------------------------------------*/

  .news_blog h1 {
    font-size: 20px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 1.4;
  }

  .news_blog h1 span {
    display: none;
  }

  .news_blog span.time.sp-only {
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    margin-top: 0;
  }

  .news_blog h3,
  .bld_introduction h3 {
    font-size: 18px;
    margin-left: 10px;
  }

  .news_blog h4 {
    margin-left: 10px;
  }

  .news_blog .single_container p {
    margin: 1.5em auto;
  }

  .single-news .news_blog .single_top p {
    font-size: 22px;
  }

  .breadcrumg-area ul li:last-child {
    margin-left: 10px;
  }

  /*----------------------------------------------------------------------
  ニュース一覧
  ----------------------------------------------------------------------*/

  .news_list {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .post-type-archive-column article.slider_post a {
    /* display: block; */
    padding-left: 0;
  }

  .post-type-archive-column article.slider_post {
    display: block;
    padding: 15px 0;
  }

  .post-type-archive-column article.slider_post a img {
    width: 20%;
    margin-right: 1rem;
  }

  .post-type-archive-column article.slider_post div.right {
    display: block;
  }

  .post-type-archive-column article.slider_post div.tac {
    display: flex;
    align-items: center;
  }

  .post-type-archive-column .news_list article.slider_post span {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px;
  }

  .post-type-archive-column article.slider_post div.tac {
    /* margin: 0 15px;
    display: inline-block; */
    margin: 0;
  }

  .post-type-archive-column article.slider_post div.tac p {
    padding: 0;
  }

  .post-type-archive-column article.slider_post div.tac .cat_tag {
    font-size: 14px;
    width: auto;
    padding: 0 15px;
    min-height: auto;
    margin: 0;
  }

  .news_list h3 {
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  /*----------------------------------------------------------------------
  ブログ一覧
  ----------------------------------------------------------------------*/

  #blog-list .blog_container {
    margin-top: 30px;
  }

  .blog_container article {
    padding: 15px 0;
  }

  /*----------------------------------------------------------------------
  固定ページ
  ----------------------------------------------------------------------*/

  .base_page h2 {
    font-size: 22px;
    margin-left: 10px;
    line-height: 1.4;
    padding-left: 10px;
    margin-top: 40px;
  }

  .editor_content {
    padding: 20px 0;
    width: calc(100% - 30px);
  }

  .base_page p {
    box-sizing: border-box;
    padding: 0 7px;
  }

  .base_page .single_top p {
    font-size: 24px;
  }

  p.ct_form_desc {
    width: calc(100% - 40px);
  }

  /*----------------------------------------------------------------------
  プライバシーポリシー
  ----------------------------------------------------------------------*/

  .ttl_en {
    font-size: 32px;
  }

  ol {
    padding-left: 30px;
    box-sizing: border-box;
  }

  ol li {
    box-sizing: border-box;
    padding: 0 5px;
  }

  .support_box {
    padding: 15px;
    margin: 40px auto 40px;
  }

  .support_inner {
    padding: 15px 0px;
  }

  /*----------------------------------------------------------------------
  工務店詳細
  ----------------------------------------------------------------------*/

  .builder_top {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .builder_top.type_b {
    flex-direction: column;
  }

  .bld_l,
  .bld_r {
    width: 100%;
  }

  .bld_image {
    max-width: 90%;
    margin: 20px auto 30px;
  }

  .bld_info {
    flex-direction: column;
  }

  .bld_table {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
    margin-bottom: 30px;
  }

  .bld_btns {
    width: 100%;
  }

  .bld_btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .bld_btns a,
  .bld_btns span {
    display: block;
    font-size: 14px;
    margin: 5px;
    flex: 0 0 calc(50% - 10px);
  }
  .bld_btns span a {
    display: block;
    width: 100%;
    margin: 0;
  }

  .bld_introduction {
    width: 95%;
    margin: auto;
    padding: 20px 4%;
  }

  div#n2-ss-2 .n2-ss-thumb-image {
    width: 80px !important;
    height: 80px !important;
  }

  div#n2-ss-2
    .nextend-thumbnail-default
    .nextend-thumbnail-scroller
    .nextend-thumbnail-scroller-group
    > div {
    width: 80px !important;
    height: 80px !important;
  }

  .bld_r {
    margin-bottom: 20px;
  }

  .oshirase .support_inner {
    padding: 0px 0px 15px;
  }

  .oshirase h2::before {
    width: 35px;
    background-size: contain;
    left: -50px;
    height: 40px;
  }

  .single-builder .single_container .bld_notice article {
    padding: 10px 5px;
  }

  .bld_notice article p {
    width: auto;
    margin: 0;
    display: block;
    font-size: 14px;
  }

  .bld_notice article h3 {
    text-align: left;
    margin-top: 5px;
  }

  .rel_contents .head_box {
    box-sizing: border-box;
    padding-left: 10px;
  }

  .rel_contents h2 {
    margin-bottom: 8px;
    padding-left: 0;
  }

  .rel_contents .head_txt {
    font-size: 24px;
  }

  .rel_contents h2 span {
    font-size: 20px;
  }

  .single-builder .single_container .bld_image img {
    margin: auto;
  }

  .str_top {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .str_top h2,
  .str_thumb {
    width: 90%;
  }

  .str_top h2 {
    font-size: 26px;
    padding: 25px 4%;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .str_top h2 div {
    margin-bottom: 10px;
  }

  .str_top h2 span {
    font-size: 16px;
  }

  .str_top h2::before,
  .str_content.second_str .str_top h2::before {
    left: -3%;
    width: 70px;
    height: 55px;
  }

  .str_txt {
    padding: 20px 15px;
  }

  .str_content.second_str h2 {
    float: none;
  }

  .str_content.second_str h2 {
    float: none;
    margin: 0 auto 30px;
  }

  .str_content.second_str .str_thumb {
    float: none;
    margin-top: 0 !important;
    width: 100%;
    margin: auto;
    padding: 0 0 20px;
  }

  .str_content {
    margin-bottom: 50px;
  }

  .str_content.second_str .str_txt {
    margin: 0 2%;
  }

  .str_sec_txt {
    padding: 20px 15px;
  }

  .str_content.second_str .str_top {
    margin-bottom: 10px;
  }

  section.oshirase {
    margin-bottom: 60px;
  }

  /*----------------------------------------------------------------------
  工務店一覧
  ----------------------------------------------------------------------*/

  .area_select span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .area_select {
    margin: 40px auto;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    text-align: right;
  }

  .select_style {
    display: inline-block;
  }

  /*----------------------------------------------------------------------
  イベント詳細
  ----------------------------------------------------------------------*/

  article.ev_content h1 {
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .ev_top {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .ev_page .thumbnail,
  .ev_right {
    width: 100%;
    padding: 0;
  }

  ul.ev_tags {
    flex-wrap: wrap;
    padding-left: 20px;
    box-sizing: border-box;
  }

  ul.ev_tags li {
    padding: 3px 5px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 20px;
  }

  ul.ev_tags li::before {
    height: 16px;
    width: 17px;
    left: -9px;
  }

  ul.ev_tags li::after {
    width: 4px;
    height: 4px;
  }

  .ev_links {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .ev_links a,
  .ev_links span {
    width: calc(50% - 5px);
  }
  .ev_links .simplefavorite-button a {
    width: 100%;
  }

  .ev_links a.ev_btn_print,
  .ev_links .simplefavorite-button {
    margin-bottom: 5px;
  }

  article.ev_content .bld_introduction {
    width: 95%;
    margin-bottom: 40px;
  }

  .ev_map iframe {
    height: 350px;
  }

  .ev_map {
    margin-bottom: 60px;
  }

  .ev_reserve h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  table.ev_res_form td input {
    width: 100%;
  }

  table.ev_res_form {
    width: calc(100% - 20px);
  }

  table.ev_res_form th,
  table.ev_res_form td {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }

  table.ev_res_form th.require::after {
    display: none;
  }

  table.ev_res_form th span {
    background: #dd0000;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 7px;
  }

  table.ev_res_form th p {
    padding: 0;
  }

  .kiyaku {
    width: 90%;
    padding: 20px 10px;
  }

  .kiyaku_doui {
    box-sizing: border-box;
    padding-left: 30px;
  }

  /*----------------------------------------------------------------------
  イベント一覧
  ----------------------------------------------------------------------*/

  .event_list table tr:last-child th,
  .event_list table tr:last-child td {
    border-bottom: none;
  }

  .evlist_tag {
    flex-direction: column;
  }

  .evlist_tag .cat_tag {
    width: 100%;
    margin: 2px auto;
  }

  .evlist_tag {
    flex-direction: column;
    margin: 10px auto;
  }

  /*----------------------------------------------------------------------
  運営会社
  ----------------------------------------------------------------------*/

  .rinen_txt {
    font-size: 30px;
  }

  p.rinen_desc {
    margin-bottom: 40px;
  }

  .aisatsu_container {
    flex-direction: column;
  }

  .aisatsu_right {
    width: 100%;
  }

  .aisatsu_right h2 {
    width: 100% !important;
    font-size: 22px !important;
    text-align: left !important;
    border: none !important;
  }

  .aisatsu_right h2::before {
    left: 20px !important;
    width: 6px !important;
    height: 30px !important;
  }

  .aisatsu_right h2 {
    font-size: 22px !important;
    padding-left: 40px !important;
  }

  .daitori {
    box-sizing: border-box;
    padding-right: 15px;
  }

  section.comp_gaiyou {
    padding: 60px 0 100px;
  }

  section.comp_gaiyou .inner {
    padding: 40px 10px;
    max-width: 90%;
  }

  #company section.comp_gaiyou h2.center_heading {
    font-size: 26px;
    line-height: 1.4;
    box-sizing: border-box;
    padding-left: 17vw;
    margin-bottom: 30px;
    margin-right: 30px;
  }

  #company section.comp_gaiyou h2.center_heading span {
    font-size: 16px;
  }

  #company section.comp_gaiyou h2.center_heading::before {
    width: 30px;
    height: 39px;
    left: 7vw;
    top: 0;
  }

  .gaiyou_container table th,
  .gaiyou_container table td {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }

  .gaiyou_container table tr:last-child th {
    border-bottom: none;
  }

  .gaiyou_container table th {
    text-align: left;
  }

  .daihyou_thumb img {
    margin: auto;
  }

  /*----------------------------------------------------------------------
	問い合わせページ
	----------------------------------------------------------------------*/

  table.ev_res_form td input {
    /* width: auto; */
  }

  .contact_wrapper span.mwform-radio-field-text,
  .contact_wrapper span.mwform-checkbox-field-text {
    box-sizing: border-box;
    display: inline-block;
  }

  .contact_wrapper table.ev_res_form th {
    width: 100%;
  }

  table.ev_res_form th.v_top {
    padding-top: 10px;
  }

  /*----------------------------------------------------------------------
	土地情報
	----------------------------------------------------------------------*/

  .single-land .land_post h1 {
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 5px 5px;
  }

  .land_post .nextend-thumbnail-default {
    width: 270px !important;
    padding: 0 !important;
    left: 840px !important;
  }

  .land_post .n2-ow.n2-align-content-start {
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
    height: auto !important;
    min-height: initial !important;
    bottom: 0 !important;
  }

  .land_post .nextend-thumbnail-scroller-group {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: flex-start;
  }

  .land_post .nextend-thumbnail-scroller-group div {
    width: 55px !important;
    height: 55px !important;
  }

  /*.land_post .nextend-thumbnail-default .n2-caption-overlay{
		display: none !important;
	}*/

  .land_post .n2-ow.n2-grab {
    height: 530px !important;
  }

  .land_post .n2-padding {
    padding-right: 0 !important;
  }

  .land_post div#n2-ss-4 .nextend-thumbnail-default {
    position: relative !important;
    height: auto !important;
    top: auto !important;
    bottom: 130px !important;
    float: none !important;
    left: 0 !important;
    width: 100% !important;
  }

  .land_post div#n2-ss-4 .n2-ss-slide {
    position: static !important;
  }

  .land_post .n2-ss-slider .n2-ss-slide-background-image img {
    position: relative;
    width: 100% !important;
    height: auto !important;
  }

  .land_post .n2-ss-slider .n2-ss-slide-background-image {
    height: 350px;
    position: relative;
  }

  .land_slider .ev_links {
    position: relative;
    width: 100%;
    bottom: -10px;
  }

  .land_post .n2-section-smartslider {
    height: auto;
    /*overflow: hidden;*/
  }

  .land_post div#n2-ss-4 {
    float: none !important;
  }

  .land_post div#n2-ss-4 .nextend-thumbnail-inner {
    width: 100% !important;
    height: auto !important;
  }

  .nextend-bar {
    display: none !important;
  }

  .land_slider .ev_links a:last-child {
    margin: 0 2% 10px;
  }

  .land_slider .ev_links a {
    width: 46%;
  }

  .land_top {
    flex-direction: column;
  }

  .l_top_table.bld_table,
  .l_top_comment {
    width: 100%;
  }

  .land_shousai h2 {
    font-size: 24px;
  }

  .land_shousai.bld_table {
    width: 100%;
    margin-bottom: 60px;
  }

  .land_shousai.bld_table table th {
    width: 30%;
    font-size: 14px;
  }

  .land_shousai.bld_table table td {
    font-size: 14px;
  }

  .land_post .ev_map {
    margin-bottom: 40px;
  }

  .post-type-archive-column.top_news_list article.slider_post p {
    margin-bottom: 0;
  }

  .post-type-archive-column.top_news_list article.slider_post div.tac {
    margin: 0;
  }

  .post-type-archive-column.top_news_list article.slider_post span.cat_tag {
    margin: 0;
  }

  .search_article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search_article a div.thumb {
    width: 30%;
    flex: 0 0 30%;
  }

  .search_article a div.data {
    padding-left: 15px;
  }

  .search_article a div.data h3 {
    margin: 15px 0;
  }
  .search_article a div.data p {
    padding: 0;
  }

  .builder_pics .gallery-thumbs {
    box-sizing: border-box;
  }

  /*--------------工務店スライダー調整------------------*/
  .builder_pics .gallery-top {
    height: 340px;
  }

  .builder_pics .gallery-thumbs .swiper-slide {
    height: 120px;
  }

  .builder_pics {
    margin-bottom: 50px;
    height: 100%;
  }
}

/*-------------------------------------
767pxここまで
--------------------------------------*/

@media screen and (max-width: 1300px) {
  .slick-prev {
    left: calc((100% - 1100px) / 2 + -1px) !important;
  }

  .slick-next {
    right: calc((100% - 1100px) / 2 + -1px) !important;
  }
}

@media screen and (max-width: 1200px) {
  .slick-prev {
    left: calc((100% - 1100px) / 2 + 50px) !important;
    width: 38px !important;
  }

  .slick-next {
    right: calc((100% - 1100px) / 2 + 50px) !important;
    width: 38px !important;
  }
}

@media screen and (max-width: 1100px) {
  .top_mv .slick-list {
    padding: 0 !important;
  }

  .mv_slide {
  }

  .slick-prev {
    left: 2vw !important;
  }

  .slick-next {
    right: 2vw !important;
  }
}

@media screen and (max-width: 640px) {
  .top_page h2 img {
    width: 50px;
    left: 31%;
  }

  .top_page section.land h2 img {
    left: 33%;
  }

  .top_page section.event h2 img {
    left: 27%;
  }

  .land_post div#n2-ss-4 .nextend-thumbnail-default {
    bottom: 130px !important;
  }

  .land_post .n2-ow.n2-grab {
    height: 500px !important;
  }
  .land_slider .l_s_left,
  .land_slider .l_s_right {
    width: 100%;
    margin: 0;
    min-height: 80vw;
  }
}

@media screen and (max-width: 480px) {
  .top_page h2 img {
    width: 45px;
    left: 24%;
  }

  .top_page section.land h2 img {
    left: 30%;
  }

  .top_page section.event h2 img {
    left: 23%;
  }

  .about_main {
    font-size: 30px;
  }

  .land_post div#n2-ss-4 .nextend-thumbnail-default {
    bottom: 150px !important;
  }

  .land_post .n2-ow.n2-grab {
    height: 530px !important;
  }

  .builder_pics .gallery-thumbs .swiper-slide {
    height: 80px;
  }
}

@media screen and (max-width: 375px) {
  .top_page h2 img {
    left: 23%;
    width: 40px;
  }

  .top_page section.land h2 img {
    left: 24%;
  }

  .top_page section.event h2 img {
    left: 19%;
    width: 35px;
  }

  .about_main {
    font-size: 22px;
  }

  .land_post div#n2-ss-4 .nextend-thumbnail-default {
    bottom: 180px !important;
  }

  .land_post .n2-ow.n2-grab {
    height: 550px !important;
  }

  main {
    margin-top: 70px;
  }

  .builder_pics .gallery-thumbs .swiper-slide {
    height: 60px;
  }
}

/*media queryここまで*/

/* =================================================


	追記　市町村別データ

================================================= */

/*-------------------------------------
 市町村別データ（一覧）
--------------------------------------*/
.by-area-list-container {
}
.by-area-list-container .by-area-list-box {
  display: inline-block;
  width: 22.8%;
  margin: 10px;
}
.by-area-list-container .by-area-list-item {
  position: relative;
  border: solid 2px #333333;
  padding: 20px;
}
.by-area-list-container .by-area-list-item .by-area-list-text {
  text-align: center;
  font-weight: bold;
}
.by-area-list-container .by-area-list-item .by-area-arrow {
  position: absolute;
  width: 12px;
  height: auto;
  top: 25px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .by-area-list-container .by-area-list-box {
    width: 44.5%;
    margin: 2.3%;
  }
} /* max-width: 767px*/

/*-------------------------------------
市町村別データ（詳細）
--------------------------------------*/
.by-area-container h3 {
  margin-bottom: 10px;
}
.by-area-red-text {
  color: #dd0000;
}
.by-area-container p {
  margin-top: 0;
}

/*-------------------------------------
追記 20190927
--------------------------------------*/

h2.h2_content_ttl {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
  padding: 0 5px 5px 30px;
  font-weight: normal;
}

h2.h2_content_ttl::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #ddd;
  bottom: -10px;
  left: -8px;
}

.page-about h1.h1_about-top {
  font-size: 40px;
  border: none;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 60px;
}

.page-about h2.h2_about-top:after {
  height: 0;
  display: none;
}

.page-about img.dott {
  margin-top: 0;
  margin-bottom: 40px;
}

p.note-title {
  text-align: center;
  margin-bottom: 20px;
}

p.note-title span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  width: 55%;
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle;
  min-width: 300px;
}

.about-note .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.about-note .row .circle {
  position: relative;
  width: 160px;
  height: 160px;
  background-color: #f0f0f0;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

img.excla {
  position: absolute;
  left: 7px;
  top: 7px;
}

.page-about .content-box {
  display: flex;
}

.page-about .content-box img {
  width: 32%;
  margin: 0;
}

.page-about .content-box p {
  width: 70%;
  padding-left: 20px;
}

.page-about .content-box.content-box2 {
  flex-direction: row-reverse;
}

.page-about .content-box.content-box2 p {
  padding-left: 0;
  padding-right: 20px;
}

.about-link {
  position: relative;
  margin-bottom: 40px;
}

.about-link .more_btn {
  position: absolute;
  bottom: 80px;
  width: 100%;
}

.more_btn-row {
  text-align: center;
}

.more_btn-row a {
  display: inline-block;
  margin: 0 10px;
  width: 320px;
}

.page-gurashi .content-box {
  display: flex;
  margin-bottom: 30px;
}

.page-gurashi .content-box img {
  width: 32%;
}

.page-gurashi .content-box .contetn-right {
  margin-left: 20px;
  width: calc(68% - 20px);
}

.page-gurashi .content-box .contetn-right h2 {
  margin-top: 20px;
}

.kurashi-sep {
  background-image: url(./img/kurashi-sep-bg.png);
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
  margin-top: 80px;
  margin-bottom: 80px;
}

.kurashi-sep .inner p {
  background-image: url(./img/kurashi-sep-p-bg.png);
  background-size: contain;
  background-position: center center;
  line-height: 1;
  font-size: 38px;
  padding: 30px 0;
  text-shadow: #fff 1px 1px 20px, #fff -1px 1px 20px, #fff 1px -1px 20px,
    #fff -1px -1px 20px;
}

.iju-area {
  margin-bottom: 60px;
}

.iju-area h3 img,
.iju-area h4 img {
  display: inline-block;
  vertical-align: middle;
}

.iju-area h4 {
  margin-bottom: 0;
}

.iju-area div.iju {
  margin-bottom: 40px;
}

.iju-area div.iju dl dt {
  float: left;
  width: 95px;
}

.iju-area div.iju dl dd {
  margin-left: 95px;
}

.iju-area div.iju dl dt span {
  font-weight: bold;
  color: #45c7d6;
}

.page-merit .pagelink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 80px;
}

.page-merit .pagelink a {
  margin: 0 2%;
  max-width: 16%;
}

.page-merit .merit-header {
  display: flex;
  margin-bottom: 50px;
}

.page-merit .merit-header.merit-header2 {
  flex-direction: row-reverse;
}

.merit-header .merit-h-h3 {
  /* width: 25%; */
  width: 320px;
  position: relative;
}

.merit-header .merit-h-h3 img {
  position: absolute;
  bottom: 40px;
  right: 0;
}

.merit-header.merit-header2 .merit-h-h3 img {
  right: initial;
  left: 0;
}

.merit-header .merit-h-img {
  /* width: 75%; */
  width: calc(100% - 320px);
}

.merit-content h2 {
  font-size: 40px;
}

.merit-list {
  display: flex;
  align-items: flex-start;
  margin-top: 40px 0 80px;
}

.merit-list img {
  margin: 0;
  width: 30%;
}

.merit-list2 {
  flex-direction: row-reverse;
}

.merit-list-r {
  width: 70%;
  padding-left: 30px;
}

.merit-list-l {
  width: 70%;
  padding-right: 20px;
}

.merit-list h3,
.merit-w100 h3 {
  border-left: 8px solid #333;
  box-sizing: border-box;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
  padding: 0 5px 5px 20px;
  font-weight: normal;
}

.merit-list h3::after,
.merit-w100 h3::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: #ddd;
  bottom: -10px;
  left: -8px;
}

.merit-list a,
.merit-w100 a {
  color: #0033cc;
  text-decoration: underline;
}

@media screen and (max-width: 1140px) {
  .merit-header .merit-h-h3 {
    width: 28%;
  }

  .merit-header .merit-h-img {
    width: 72%;
  }
}

@media screen and (max-width: 767px) {
  .page-about h1.h1_about-top {
    font-size: 30px;
  }
  .page-about,
  .page-gurashi,
  .iju-area,
  .merit-content.inner {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  h2.h2_content_ttl {
    font-size: 24px;
    padding-left: 15px;
  }
  .about-note .row {
    margin-bottom: 0;
  }
  .about-note .row .circle {
    width: calc(50% - 20px);
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 10px;
  }
  img.excla {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .page-about .content-box {
    width: 100%;
    display: block;
  }
  .page-about .content-box img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-about .content-box p {
    width: 100%;
    padding: 0;
  }
  .about-link .more_btn {
    bottom: 18%;
  }
  .more_btn a {
    height: 46px;
    line-height: 46px;
  }
  .more_btn-row a {
    margin: 0;
    display: inline-block;
    width: calc(100% - 70px);
    margin: 5px;
  }
  .page-gurashi .content-box {
    display: block;
  }
  .page-gurashi .content-box img {
    width: 100%;
  }
  .page-gurashi .content-box .contetn-right {
    width: 100%;
    margin-left: 0;
  }
  .kurashi-sep .inner p {
    font-size: 30px;
    line-height: 1.6em;
    padding: 20px;
  }
  .page-merit .pagelink {
    margin: 40px 0;
  }
  .page-merit .pagelink a {
    margin: 3%;
    max-width: 25%;
  }
  .page-merit .merit-header {
    display: none;
  }
  .merit-content h2 {
    font-size: 23px;
  }
  .merit-list {
    display: block;
  }
  .merit-list-r,
  .merit-list-l {
    width: 100%;
    padding: 0;
  }
  .merit-list img,
  .merit-list img {
    width: 100%;
    margin-bottom: 40px;
  }
  .merit-list h3,
  .merit-w100 h3 {
    font-size: 24px;
    padding: 0 5px 0px 15px;
  }
  /* 幅変更 */
  .area_select,
  #builder-list .sekou_list,
  .archive_page .sekou_list,
  #event-list .sekou_list {
    width: calc(100% - 30px);
  }
} /* max-width: 767px*/

.list_img_wrap {
  position: relative;
}

article .list_img_wrap {
  box-sizing: border-box;
  border: 1px solid #ccc;
}

article .list_img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* new builder list */

.builder_list {
  display: flex;
  flex-wrap: wrap;
}

.builder_list .label-wrap {
  width: 100%;
}

.builder_list .label-wrap label {
  display: inline-block;
  background-color: #45c7d6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;
  text-align: left;
  margin-top: 2rem;
}

.builder_list .builder_box {
  width: 25%;
}

.builder_list .builder_box h3 {
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 2rem;
}

.builder_list .builder_box h3 span.area {
  color: #45c7d6;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 14px;
  max-width: 70px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .builder_list {
    padding: 0 0.5rem;
  }
  .builder_list .builder_box {
    width: 100%;
  }
}

.slider_post.event_post {
}

.slider_post.event_post .slider_desc {
  line-height: 1.4;
}

.slider_post.event_post table {
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #ccc;
}

.slider_post.event_post table tr {
  border-bottom: 1px solid #ccc;
}

.slider_post.event_post table th {
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 2rem;
}

.slider_post.event_post table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

h1 span a {
  margin-left: 2rem;
  font-weight: normal;
  font-size: 1.1rem;
}
