/*
Theme Name: Light One Child
Theme URI: https://kogma.work/light1
Template: lightone
Author: kogma.work
Author URI: https://kogma.work/
Description: kogma is a modernized themes.
Tags: one-column,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,blog
Version: 5.3.0.1581588424
Updated: 2020-02-13 19:07:04
*/

html {
  font-family: 'Noto Sans JP', sans-serif;
}
.site-title,
.entry-content h2, .entry-summary h2, .comment-content h2, .textwidget h2,
.main-navigation,
.list_details_button,
.ym-item span {
  font-family: 'Noto Sans JP', sans-serif;
}

#list_other_table h3,
#fudo_syousai-2 h3 {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size:22px;
  font-weight: bold;
}
#fudo_syousai-2 h3 {
	margin-top: 50px;
}

*{
  box-sizing: border-box !important;
}

.shop-container,
.ym-container,
.ym-box {
  margin: 0 auto 0 auto;
  max-width: 1000px;
  width: 100%;
}

/*PCでは無効（改行しない）*/
.smp{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .smp{
        display: block;
    }
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =Title
----------------------------------------------- */
h2.section-title,
.widget h3.section-title {
	font-family: 'Noto Sans JP', sans-serif;
}
h2.h2-title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1em;
  margin-top: 40px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ボタン */
.btn {
  color: #222222;
  background: #ffffff;
  border: 1px solid #000;
  padding: 10px;
  width:200px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.btn:hover {
  background: #ccc;
  color: #ffffff;
}
.btn i {
    margin-right: 15px;
}
.btn a:link {
  color: #222;
}
.btn a:hover {
  color: #222222 !important;
}


/* =Header
----------------------------------------------- */
.site-header {
    padding-top: 40px;
}
.site-header-main {
	line-height: 30px;
}
.site-branding {
	padding-top: 20px;
}
#bread-out {
    padding-top: 30px;
}
.btn-mainnav {
	float:right;
	padding-top:10px;
}
.tenant-btn-wrap {
  display: flex;
  gap: 20px; 
}

.tenant-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f19149; 
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.3s ease;
}
.tenant-btn:hover,
.tenant-btn:active {
  background-color: #f8b551;
  color: #ffffff;
}

@media screen and (max-width: 910px) {
	.btn-mainnav {
		display:none;
	}
 	.site-header,
	.site-branding {
		padding-top: 0px;
	}
}

/* =Menu
----------------------------------------------- */
.main-navigation ul ul li a {
  line-height: 50px;
}
/*
@media screen and (max-width: 480px) {
	.info::before{
	  font-family: "Font Awesome 5 Free";
	  content:"\f095\0020";
	  font-weight: 400;
	  font-size:1.5em;
	 }
}*/
/* =Sidebar
----------------------------------------------- */
.kogma_drawer_menu .info a:hover, 
.kogma_drawer_menu .info a:focus, 
.kogma_drawer_menu .info a:active {
  color: #62808c;
}

/* =Footer
----------------------------------------------- */
/*LINE*/
h3.title-line {
	font-size: 20px;
	font-weight: bold;
	color: #00b833;
	margin-bottom: 20px;
}
.box-line {
	text-align: center;
	border-top: solid 3px #00b833;
	padding: 30px;
	clear: both;
}

.address {
	border-top:dotted 1px #cccccc;
	font-size: 12px;
	margin-top:15px;
	padding-top:10px;
}
.area {
	margin-top:5px;
	color:#999999;
	font-size: 12px;
}

/*フッター固定メニュー*/
#footerFloatingMenu {
	display: none;
}	
#footerFloatingMenu {
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	background: #62818C;
	/*background: rgba(0,0,0,0.5);*/
	color: #fff;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footerFloatingMenu ul {
  font-size: 0;
}
#footerFloatingMenu li {
  font-size: 11px;
  display: inline-block;
  width: 20%;
  list-style:none;
  line-height: 1.2;
}
#footerFloatingMenu .fa {
    font-size: 30px;
    color: #fff;
	margin-top: 10px;
    /*padding: 5px;*/
}
@media screen and (max-width: 910px) {
	#info-side,
	#page-top,
	.btn-pagetop {
		display: none !important;
	}
	#footerFloatingMenu {
		display: block;
	}
	#page-top {
		bottom:80px !important;
	}
	.site-title {
		padding-bottom: 120px !important;
	}
}


/* =Toppage
----------------------------------------------- */
.ban-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-top: 50px;
} 
.ban-item{
    width: 48%;
}

/* Slide */
span.slide-lead {
	line-height: 1.3em;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 500 !important;
}
@media only screen and (max-width: 480px) {
	.swiper-slide span {
		top:20% !important;
		width:85% !important;
		font-size: 24px !important;
	}
	span.slide-lead {
		line-height: 1.6em !important;
		font-size: 14px !important;
		top:45% !important;
	}
}

/* Search */
.box-madori {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.box-madori::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.box-madori::after{
  content:"";
  display: block;
  width:24%;
}
.item-madori {
  width: 24%;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  border:solid 1px #cccccc;
  text-align: center;
}
@media screen and (max-width: 740px) {
	.item-madori {
	  width: 33%;
	}
}
@media screen and (max-width: 640px) {
	.item-madori {
	  width: 48%;
	}
}

/* Blog */
ul.blog-list {
	margin:0px auto 0px auto;
	padding:0px;
	width:900px;
}
ul.blog-list li {
	margin:0px;
	padding:10px 0px;
	list-style:none;
	border-bottom:dotted 1px #cccccc;
}
ul.blog-list li a {
      color: #444;
      text-decoration: none;
}
ul.blog-list li a:hover {
      color: #1e73be;
}

/* =Youme Mansion
----------------------------------------------- */
h2.h2-ym {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}

h2.h2-ym:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #62818c, #62818c 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #62818c, #62818c 2px, #fff 2px, #fff 4px);
}

h3.h3-ym {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color:#62818c;
	clear: both;
	z-index: 0; /*上メニュー重なり防止*/
	background-image: url(https://www.yonedagumi.com/yonedahome-realty/web/wp-content/themes/lightone-child/images/ym-mansion/ym-man.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	min-height: 65px;
}
.ym-box h4 {
	color:#26387f;
	font-size: 18px;
}

.ym-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
} 
.ym-item{
    width: 32%;
    margin-bottom: 20px;
	border: 3px solid #a0bac4;
	padding:10px;
}
.ym-item span{
	margin-left:5px;
	font-weight:bold;
}

.ym-box {
	border:2px dotted #6dcff6;
	margin-top:0px;
	padding:15px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	background:#e4f3f9;
}

ul.ym-point a {
	color: #0072bc;
	text-decoration:none;
}
ul.ym-point a:link {
	color: #0072bc;	
}
ul.ym-point a:visited {
	color: #0072bc;
}

@media only screen and (max-width:959px){
	ul.ym-point li {
		width: 47%;
	}
}

@media only screen and (max-width: 480px) {
	ul.ym-point li {
		width: 100%;
	}
}

/* =Process
----------------------------------------------- */
.timeline h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color: #62818c;
	margin-bottom: 15px;
}
.timeline ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.timeline .date {
	background: #62818c;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  right: -17px;
  background-color: #a0bac4;
  border: 4px solid #62818c;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #ccc;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ccc;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #e1e1e1;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #e1e1e1;
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 1000px) {
	.timeline h2,
	.timeline ul {
		margin-left: 0px;
		margin-right: 0px;
	}
	.content {
	  padding: 20px;
	}
}

@media screen and (max-width: 900px) {
	ul.blog-list {
		width:600px;
	}
}

/* Media queries - Responsive timeline on screens less than 640px wide */
@media screen and (max-width: 640px) {
	ul.blog-list {
		width:100%;
	}
	
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid #e1e1e1;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* =AboutUs
----------------------------------------------- */
.contact-box-title2 {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #517380;
  line-height: 160%;
}

.shop-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
} 
.shop-item{
    width: 20%;
    margin-bottom: 20px;
    text-align: center;
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	clear:both;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =Line
----------------------------------------------- */
.box-line02 {
	text-align: center;
	padding: 30px;
	border: solid 3px #00b833;
	margin-bottom: 30px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* =News
----------------------------------------------- */	
.news header.entry-header {
  text-align: center;
  position: relative;
  margin-bottom: 1.75em;
  height: auto;
  min-height: 200px;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 15px #000;
  background-color: #04384c;
}
.news header.entry-header span {
  padding: 0;
  margin: 0 auto;
  top: 30%;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.news h1.entry-title {
  line-height: 1.25;
  margin: 0 5% 1em 5%;
  position: absolute;
  top: 43%;
  width: 90%;
  text-align: center;
}

.news header.entry-header {
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 15px #000;
}

.archive h2.entry-title {
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: solid 3px #007298;
	color:#007298;
}

/* ショートコードの外枠を “本文幅” に合わせる */
.agent-news-wrap {
  box-sizing: border-box;
  max-width: var(--wp--style--global--content-size, 1000px); 
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;  /* 端がくっつくのを防ぐ（任意） */
  padding-right: 1rem; /* 〃 */
}
.agent-news-latest { display: grid; gap: 1.25rem; }
.agent-news-item { padding: 1rem; border: 1px solid #eee; border-radius: 8px; }
.agent-news-meta time { font-size: .9rem; opacity: .75; }
.agent-news-title { margin: .25rem 0 .5rem; font-size: 1.05rem; }
.agent-news-title a { text-decoration: none; }
.agent-news-content { line-height: 1.7; }


.resident-news-wrap {
  box-sizing: border-box;
  max-width: var(--wp--style--global--content-size, 1000px); 
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;  /* 端がくっつくのを防ぐ（任意） */
  padding-right: 1rem; /* 〃 */
}
.resident-news-latest { display: grid; gap: 1.25rem; }
.resident-news-item { padding: 1rem; border: 1px solid #eee; border-radius: 8px; }
.resident-news-meta time { font-size: .9rem; opacity: .75; }
.resident-news-title { margin: .25rem 0 .5rem; font-size: 1.05rem; }
.resident-news-title a { text-decoration: none; }
.resident-news-content { line-height: 1.7; }



/* =Company
----------------------------------------------- */
.tbl-company {
	border-collapse:collapse;
}
.tbl-company th, .tbl-company td {
	padding: 15px !important; 
	border-bottom: 1px solid #ddd;
}
.tbl-company th {
	width: 30%;
	text-align: left;
    white-space: nowrap;
}

.company-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
} 
.company-item{
    width: 32%;
    margin-bottom: 30px;
    padding: 20px 20px 0px 20px;
    text-align: center;
    background: #f6f6f6;
}
.company-item h3 {
    margin-bottom: 10px;
	font-size:20px;
    font-weight: bold;
}

/* =Privacy Policy
----------------------------------------------- */
ol.privacy {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
}
ol.privacy li {
	padding-left:5px;
	margin-bottom:20px;
}

.tbl-privacy {
	border-collapse:collapse;
	border: none;
}
.tbl-privacy th, .tbl-privacy td {
	padding: 10px; 
	border-bottom: 1px dotted #ccc;
	border-top:0px;
	border-left: 0px;
	border-right: 0px;
}
.tbl-privacy th {
	width: 30%;
	text-align: left;
	background: none;
}

/* =Sitemap
----------------------------------------------- */
.sitemap {	
	text-align: center;
}
.sitemap ul {
	margin-bottom:10px;
	border-bottom: 1px solid #ccc;
}
.sitemap ul li{
	list-style:none !important;
	border-top: 1px solid #ccc;
	height: 50px !important;
	margin: 0;
}
.sitemap ul li:first-child{
 border-top: none;
}
.sitemap ul li a{
 color: #333;
 display: block;
 height: 44px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none;
 white-space: nowrap;
 line-height: 44px;
}
.sitemap ul li a::after{
 content: url(../images/toppage/list_mark.png);
 float: right;
}
.sitemap h2{
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:50px !important;
	margin-bottom:10px;
	font-size: 20px;
}

/* =Contact Form
----------------------------------------------- */
.grecaptcha-badge { visibility: hidden; }

.sent .contact-form {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* =物件一覧
----------------------------------------------- */
.list_simple_boxtitle span.bu-cat {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  background-color: #b8c8ce;
  color: #fff;
}
.yoyaku {
  background-color: #f08080 !important;
}
.osusume {
  background-color: #00bfff !important;
}

.main_picsam a:first-of-type img,
.list_picsam_img img:first-of-type {
    object-fit: contain;
}

/* =中古住宅販売
----------------------------------------------- */
.content-usedhouse {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
}

h2.h2-usedhouse {
	color: #007295;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	text-align: center;
}
h3.h3-usedhouse {
	color: #666666;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
}

.box-usedhouse {
	background: #eeeeee;
	padding: 15px;
	text-align: center;
	margin-bottom: 50px;
}
.box-usedhouse strong {
	font-size: 18px;
}
.box-usedhouse p {
	margin-bottom: 10px;
}
.box-guide {
	padding: 20px;
	border: solid 5px #ccc;
	margin-bottom: 30px;
}

.price-usedhouse {
	border-top:double;
	border-color:#999999;
	border-width:3px;
}
.price-usedhouse span {
	color: #e70012;
	font-size: 26px;
	font-weight: bold;
}

.benefit-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
} 
.benefit-item{
    width: 48%;
    margin-bottom: 30px;
	padding:15px;
	border:3px solid #cce198;
	text-align: center;
}
.benefit-item h3 {
    font-size:20px;
    font-weight: bold !important;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #8fc31f;
}
.benefit-item p {
    text-align: left;
}
.benefit-item i {
    margin-bottom: 10px;
}

.merit-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
} 
.merit-item{
    width: 32%;
    margin-bottom: 30px;
	padding:15px;
	border:3px solid #facd89;
	text-align: center;
}
.merit-item h3 {
    font-size:20px;
    font-weight: bold !important;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #f8b62d;
}
.merit-item i {
    margin-bottom: 10px;
}

.box-contact {
	text-align: center;
}
.box-contact p {
	margin-bottom: 10px;
}
.box-contact h3 {
	color: #007295;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}
.box-contact span {
	font-weight: bold;
	font-size: 34px;
}

.rl-gallery-item {
	margin-bottom: 50px !important;	
}

@media screen and (max-width: 1024px) {
/* =Youme Mansion
----------------------------------------------- */	
	.ym-container{
	  width: auto;
	  margin: 0 12.5% 1.75em 12.5%;
	} 
	.ym-item{
      width: 48%;
    }

/* =AboutUs
----------------------------------------------- */
	.shop-container{
	  width: auto;
	  margin: 0 12.5% 1.75em 12.5%;
	} 
	
/* =Line
----------------------------------------------- */
.box-line02 {
	max-width: 95%;
}

/* =Company
----------------------------------------------- */	
    .company-item{
      width: 48%;
    }
}

@media screen and (max-width: 1000px) {
/* =Footer
----------------------------------------------- */	
	.address {
		display:none;
	}
	.area {
		display:none;
	}
	.site-footer {
	  padding-bottom: 50px;
  	}
}

@media screen and (max-width: 640px) {		
/* =Sidebar（固定ボタン）
----------------------------------------------- */	
.kogma_drawer_menu .info span {
	display: none;
}

/* =Toppage
----------------------------------------------- */	
	.ban-item{
		width: 100%;
	}
/* =Youme Mansion
----------------------------------------------- */	
  	.ym-item{
      width: 100%;
    }
	
/* =Company
----------------------------------------------- */	
    .tbl-company th,
    .tbl-company td{
        width: 100%;
        display: block;
        white-space:normal;
        padding-left:0px;
        padding-right: 0px;
    } 
    .tbl-company th{
        border-bottom:none;
        padding-bottom: 0px;
    }
	
    .company-container{
	  margin: 0%;
    }
    .company-item h3 {
        font-size:18px;
    }
    .company-item{
      width: 100%;
	  margin: 0 10% 1.75em 10%;
    }
	
/* =中古住宅販売
----------------------------------------------- */
	h2.h2-usedhouse {
		font-size: 22px;
	}
	h3.h3-usedhouse {
		font-size: 18px;
	}
    .benefit-item,
    .merit-item{
      width: 100%;
	  margin-left: 20px;
	  margin-right: 20px;
	  padding-left:10px;
	  padding-right:10px;
    }
	
}
	
