/*
 Theme Name:   customify-child
 Template:     customify
*/

body {
	color: #333 !important;
}


.bg-lightblue {
	background: #b5d9eb;
}

.page-titlebar {
	position: relative;
}
.page-titlebar .page-titlebar-inner{
	top: 50%;
	padding: 0 15px;
	text-align: left;
	max-width: 1140px;
	color: #fff;
}
.page-titlebar .titlebar-title {
	color: #fff;
	letter-spacing: 0.2em;
}

.posts-layout .readmore-button {
	display: none !important;
}



#main{
	padding-top: 0 !important;
}

h1.entry-title {
	margin-bottom: 24px;
}

.page-titlebar {
	background-image: url(images/22018192_w_bg.jpg) !important;
	height: 315px;
	background-position: 25% 20% !important;
	background-size:cover !important;
}

.custom-border {
	border: 2px solid #ddd;
}

.header--row:not(.header--transparent).header-main .header--row-inner {
	background-color: #1F7FB2 !important;
}
.content-image{
background-size:cover;
background-position:50% 50%;
background-repeat:no-repeat;
}


#content-image01{
background-image:url(/images/01.jpg);
margin-top: -1.5rem;
}

#content-image02{
background-image:url(/images/03.jpg?20220510);
}


.content-image .content-image-inner{
/* background-color:rgba(0,0,0,0.35); */
background-color: #fff;
width:100%;
height:100%;
/* display:flex;
flex-direction: column;
align-items:center;
justify-content:flex-start; */
color:#333 !important;
/* text-shadow:1px 1px 1px rgba(0,0,0,0.8); */
text-align:center;
font-family:serif;
font-size:18px;
font-weight:bold;
}
#en .section-title-border-y{
	font-size: 28px;
}
.section-title-border-y{
font-size:32px;
letter-spacing:0em;
border-top:1px solid #222;
border-bottom:1px solid #222;
padding:0.3em 0;
font-family:serif;
font-weight:bold;
margin-bottom:1em;
}
.section-subtitle, 
.section-subtitle strong {
	font-size: 20px;
}
.section-txt, 
.section-txt strong{
	font-size: 18px;
}

.signature {
	margin: 2em 0 0;
}

.bg-pale{
background-color:#deeef5;
}


.text-serif{
font-family:serif;
}

.text-sans-serif{
  font-family:sans-serif;
  }

.section-title{
font-size:30px;
letter-spacing:0em;
font-family:serif;
font-weight:bold;
margin-bottom:1em;
line-height:0;
padding-bottom:25px;
border-bottom:1px solid #222;
}
.section-title div{
letter-spacing:0.05em;
font-size:50%;
}

table th{
 width: 20%;
}

#cb-row--footer-bottom .footer--row-inner {
	background-color: #1F7FB2 !important;
}

.company-info {
	text-align: center;
    width: 70%;
    margin: 0 auto !important;
}


/*----------------------
Search & Filter
-----------------------*/
/***** サーチアンドフィルター *****/


.searchandfilter ul li.sf-field-submit {
	text-align: center;
	width: 205px;
	margin: 40px auto 0;
}

input[name="_sf_submit"] {
	width: 100%;
}

.searchandfilter ul li {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	width: 525px;
}

.searchandfilter h4 {
	min-width: 125px;
}

.searchandfilter select.sf-input-select {
	min-width: 364px;
}

.posts-layout .entry-inner {
	border: 1px solid #ddd;
	padding: 20px;
}

.posts-layout .entry--item {
	display: flex;
}

@media screen and (max-width: 900px){
	.w-sm-100 {
		width: 100%
	}
.searchandfilter h4 {
	min-width: 100%;
}
	
.searchandfilter ul li {
		width:100%;
	flex-direction: column;
}
	
	.searchandfilter label {
		width: 100%;
	}
	.searchandfilter select.sf-input-select {
		min-width: 100%;
	}
.posts-layout .entry--item {
	flex-wrap: wrap;
}
	
	.company-info {
    width: 100%;
}

	}







/*----------------------
Bogo
-----------------------*/
/***** 多言語 *****/

.bogo-language-switcher{

  display: flex;
}


.bogo-language-switcher li{
		text-align: right;
    margin: 0px 20px;
	}






/*----------------------
contact form
-----------------------*/
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
width:100%;
}
 
.required-contactform7{
  padding: 3px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
font-size:80%;
}
 
.unrequired-contactform7{
  padding: 3px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
font-size:80%;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 5px 10px;
border:1px solid #ddd;
border-radius:5px;
min-height:40px;
padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 10px 10px 10px 10px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 10px 10px 10px 10px;
}

.table-contactform7 select{
margin: 5px 10px 5px 10px;
height:2em;
padding:0.3em 0!important;
}
 
.table-contactform7 select option{
padding:0.3em 0;
}

.wpcf7-spinner{
	display: none;
}

.table-head {
	width: 350px;
	border: 2px solid #ddd;
	border-bottom: none;
}

.table-head2 {
	width: 400px;
	border: 2px solid #ddd;
	border-bottom: none;
}

.location-table th, .location-table-en th{
	width: 80px;
	padding: 0.5em 0;
	background: #f8f9fa !important;
	font-weight: nomal !important;
}
.location-table-en th {
	width: 110px;
}

.location-table td, .location-table-en td {
	padding: 0.5em 0;
	background: #f8f9fa !important;
}


@media screen and (min-width: 900px){
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}

	.w-md-25 {
		width: 25%;
	}
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
	
.page-titlebar {
	height: 200px;
}
	
.table-head, .table-head2 {
	width: 100%;
	margin: 0;
}
.location-table th{
	width: 70px;
	}
.location-table-en th {
	width: 110px;
}
}

@media screen and (min-width: 1025px){
	.hamburger {
		display: none !important;
	}
}

@media screen and (max-width: 1024px){
	.hamburger {
		display: block !important;
			}
}
/*TOPテーブルの為のCSS*/

.jtp_th {
    width: 50px !important;
}
.ctp_th {
    width: 53px !important;
}

.tp-table {
	margin: 0 0 0 60px;
    width: 90%;
}


@media screen and (max-width: 900px){
	.tp-table {
		margin: 0;
		width: 100%;
	}
}

@media screen and (min-width: 1025px){
	.property-flex {
		display: flex;
	}
	.property-box-01 {
		width: 50%;
	}
}

