@charset "utf-8";
/*
Template:sakaeplus_theme
Theme Name:sakaeplus_theme_child
Description:（テーマの説明）
Version:1.0
Author:（作成者）
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
全頁共通サイト幅css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main #wrap {
  padding: 0 15px 0px;
  border-bottom:2px solid #d8edd1;
}
@media only screen and (min-width: 768px) {
main #wrap {
  padding: 0 15px 50px;
  border-bottom:none;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
ページトップ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#l_topics .block_linkbtn .item_link {
  background-color: #6FB138;
  border: none;
  border-radius: 3px;
  color: white;
  display: block;
  font-size: 1.6rem;
  padding: 12px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main #wrap {
    padding: 0 20px 10px;
    margin: 0 auto;
    max-width: 1120px;
  }
}
@media only screen and (min-width: 768px) {
  header .wrap_header {
    background-color: inherit;
    margin: 0 auto;
    max-width: 1120px;
    padding: 10px 20px 0;
  }
  header .wrap_header .inner_box .inner_logo .block_logo img {
    width: 320px;
  }
  header .wrap_header .inner_box .inner_links .block_phone .number {
    font-size: 3rem;
    font-weight: 300;
  }
  header .wrap_header .inner_box .inner_links .block_phone .time {
    text-align:right;
    font-size:1.2rem;
  }
  header .wrap_header .inner_box .inner_links .block_phone .icon {
    font-size: 2.4rem;
  }
  header .wrap_header .inner_box .inner_links .block_contact {
    background-color: #6FB138;
    font-size:2rem;
  }
  header .wrap_header .inner_nav ul li:first-child {
    border-left: solid 1px #4f070c;
  }
}
@media only screen and (max-width: 968px) {
	header .wrap_header .inner_box .inner_links .block_phone .number {
    font-size: 2rem;
    font-weight: 300;
  }
  header .wrap_header .inner_box .inner_links .block_phone .time {
    text-align:right;
    font-size:0.9rem;
  }
    header .wrap_header .inner_box .inner_links .block_phone .icon {
    font-size: 1.4rem;
  }
	header .wrap_header .inner_box .inner_links .block_contact {
    background-color: #6FB138;
    font-size:1.2rem;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
ウィジェット周り
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wij_weather_in_japan #wij_container.count3 li　{
	list-style: none !Important;
	margin:0;
	padding:0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
ヘッダーSNSボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header .wrap_header .inner_box .inner_links  {
  justify-content:flex-end;
}
.block_sns  {
  width:24%;
  margin-left:14px;
}
.block_sns a  {
  margin-left:2%;
}
.block_sns a img  {
  width:20%;
}
.block_sns a img:hover  {
  	opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
フッターSNSボタン　SPのみ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer_sns_btn  {
  display:block;
  width:35%;
  margin:0 auto 20px;
}
.footer_sns_btn a  {
  margin-left:2%;
}
.footer_sns_btn a img  {
  width:20%;
}
@media only screen and (min-width: 768px) {
.footer_sns_btn{
  display:none;
}
}
@media only screen and (max-width: 420px) {
.footer_sns_btn  {
  width:60%;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
メインビジュアルcss
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main_slider {
  background: #ffffff;
  margin:0 0 30px 0;
}
.main_slider .buybuy {
	position:relative;
  display:flex;
  justify-content:space-between;
  margin:-40px auto 0;
  width:96%;
}
.main_slider .buybuy .buy {
  width:49%;
  box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  -webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  border-bottom:none !important;
  border-radius:5px;
}
.main_slider .buybuy .sell {
  width:49%;
  box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  -webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  border-bottom:none !important;
  border-radius:5px;
}
.main_slider {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.main_slider .buybuy {
	position:relative;
	max-width: 1120px;
	margin: 0 auto;
}
.main_slider .buybuy .buy {
  display:block;
  position: absolute;
  width:23%;
  left: 20px;
  top: 0px;
  margin-top: 2%;
  z-index: 1;
  box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  -webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  border-bottom:none !important;
}
.main_slider .buybuy .sell {
  width:23%;
  display:block;
  position: absolute;
  left: 20px;
  top: 0px;
  margin-top: 20%;
  z-index: 1;
  box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  -webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,.4);
  border-bottom:none !important;
}
#js_slider,.sp-slide img {
	min-height:420px;
	object-fit: cover;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
ブロック影付きホバー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 768px) {
  .main_slider .buybuy .buy:hover,
  .main_slider .buybuy .sell:hover {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
トピックス見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#l_topics h2 {
  color:#a00e15;
  text-align:center;
  font-size:2.4rem;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
トピックスホバー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 768px) {
  #l_topics .block_link:hover {
    background: #d8edd1;
  }
  .block_linkbtn .item_link:hover {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
物件特集
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.bukken-list li {
  list-style:none;
  margin:0 0 30px 0;
  border-bottom:1px dashed #CCCCCC;
  padding-bottom:30px;
}
@media only screen and (max-width: 768px) {
.bukken-list dl {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.bukken-list dl dt, .bukken-detail dl dt {
    padding: 3px 0 5px 10px;
    clear: both;
    font-weight: bold;
	background-color: #eee;
	font-size: 16px;
	color:#666666;
}
.bukken-list dl dd, .bukken-detail dl dd {
	padding: 4px 0px 10px 15px;
	font-size:16px;
	color:#111111;
}
ul.bukken-list li div dl + a {
	display: block;
    padding: 10px 20px;
    color: #fff;
    background: #6FB138;
    border-bottom:none;
    width:80%;
    border-radius:10px;
    text-align:center;
	margin: 0 auto;
}
 ul.bukken-list li h6, .bukken-detail .col2 h6 {
	 background-image:none;
	 padding-left:0px;
	 font-size:19px;
  }  
.bukken-detail .col2 h6 span {
	display:block;
	float:right;
    font-size: 1rem;
    padding: 5px 10px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f6aa00;
}
	.bukken-list li h6{
		text-align: right;
}
	.bukken-list li h6 span{
		color:#fff;
		background-color: #a00e15;
	    padding: 1px 5px 3px 5px;
		border-radius: 3px;
		font-size: 12px;
		font-weight: 900;
}	
	
.bukken-detail .col2 li {
	margin:20px 0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	max-height: 300px;
	overflow: hidden;
}
.bukken-detail .map-area  {
  margin:20px 0 0 0;
  overflow: hidden;
  max-height: 380px;
}
.bukken-detail p.caption {
	position: absolute;
    bottom: 0px;
    padding: 0px 8px;
    font-size: 1.3rem;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
}
.contact-tel {
	width: 85%;
	text-align: center;
	background-color: #6fb138;
    display:block;
	border-radius: 3px;
	margin: 25px auto;
}
.contact-tel a {
  display:block;
  padding:20px;
  width: 100%;
  border-bottom:none;
	color: #fff;
	font-weight: 999;
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 768px) {
  ul.bukken-list{
	list-style: none;
	padding:0;
	margin:0;
  }
  ul.bukken-list li h4{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 2rem;
	font-weight: 700;
	color:#fff;
	margin-bottom: 10px;
	border-radius: 3px;
  } 
  ul.bukken-list li h6{
   margin-bottom: 15px;
  }    
  ul.bukken-list li h6 span {
    font-size: 1rem;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f6aa00;
}
  ul.bukken-list li{
	list-style: none;
	padding:0;
	width:100%;
    clear: both;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
ul.bukken-list li div:first-child {
    width: 100%;
	height: 320px;
	overflow: hidden;
  }  
ul.bukken-list li div:last-child {
    width: 100%;
}
.bukken-list dl {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.bukken-list dl dt, .bukken-detail dl dt {
    width: 30%;
    padding: 8px 5px 8px 0;
    float: left;
    clear: left;
    font-weight: bold;
}
.bukken-list dl dd, .bukken-detail dl dd {
    padding: 10px 20px 10px 30%;
	border-bottom:1px solid #ddd;
	text-align: left;
}
.bukken-list dl dd{
    padding: 8px 20px 8px 8em;
    border-bottom: 1px solid #ddd;
	width: 100%;
}		
ul.bukken-list li div dl + a {
    padding: 6px 20px;
    color: #fff;
    background: #6FB138;
    display: inline-block;
    border-bottom:none;
}
.bukken-list div,
.bukken-detail div {
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}
.single-bukken-text{
	max-height: 400px;
	overflow-y: scroll!important;
}	
.bukken-list img,
.bukken-detail img {
	width: 100%;
	height: auto;
}
.bukken-list dl {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	height: 250px;
}
ul.bukken-list {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.bukken-list li {
	width: calc( 100% / 3 - 20px );
	overflow: hidden;
    border-bottom:1px dashed #CCCCCC;
    padding-bottom:30px;
}
ul.bukken-list li div h2 {
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	background: none;
}
ul.bukken-list li div a img {
    min-height: 320px;
    object-fit: cover;
}
ul.bukken-list li div h2:before {
	content: '';
	width: 6px;
	height: 20px;
	margin-right: 6px;
	background: #c00;
	border-radius: 6px;
	vertical-align: top;
	display: inline-block;
}
ul.bukken-list li div dl + a {
	padding: 6px 20px;
	color: #fff;
	background: #6FB138;
	display: inline-block;
    width:100%;
    border-radius:50px;
    text-align:center;
}
ul.bukken-list li div dl + a:hover {
  	opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.bukken-detail {
	margin: 0 auto;
}
.bukken-detail p {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}
.bukken-detail p.caption {
	position: absolute;
    bottom: 0px;
    padding: 0px 8px;
    font-size: 1.3rem;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
}
.bukken-detail .row {
	width: auto;
	margin-bottom: 30px;
	overflow: hidden;
}
.bukken-detail .col2 {
	width: 50%;
	float: left;
}
.bukken-detail .col2:nth-child(1) {
	padding-right: 15px;
}
.bukken-detail .col2:nth-child(2) {
	padding-left: 15px;
}
.bukken-detail .col2 h6 span {
    font-size: 1rem;
    display: block;
    float: right;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 5px;
    background-color: #f6aa00;
}
.bukken-detail .col2 ul {
	margin:0 0 25px 0;
	padding: 5px 0 20px 0;
	overflow-y: scroll;
	height: auto;
}
.bukken-detail .col2 li {
	padding:0;
	list-style:none;
	width:32%;
	float:left;
	position: relative;
}
.bukken-detail .col2 li:nth-child(3n+1) {
	margin:0 1% 8px 0;
}
.bukken-detail .col2 li:nth-child(3n+2) {
	margin:0 0 8px 0;
}
.bukken-detail .col2 li:nth-child(3n+3) {
	margin:0 0 8px 1%;
}
.bukken-detail .col2 ul li img {
	height: 120px;
    object-fit: cover;
}
.bukken-detail .map-area {
	margin-top: 50px;
	background: #ccc;
	overflow: hidden;
}
.bukken-detail h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1.2em;
	background: #a00e15;
	border: none;
	color: #fff;
}
.bukken-detail dl + h3 {
	margin-top: 30px;
}
	
	
	
.comment-box {
	margin-bottom: 30px;
	padding: 20px;
	background: #eee;
}
.contact-tel {
	width: 80%;
	text-align: center;
  display:block;
	margin: 0 auto;
}
.contact-tel a {
  display:block;
  padding:20px;
  width: 100%;
  border-bottom:none;
  background: #6FB138;
  color:#ffffff;
  border-radius:4px;
  font-weight:900;
}
.contact-tel a:hover {
  	opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.exit:after {
	content: url(shared/image/exit.png);
    margin-left: 0.5em;
}
.contact-tel p + p {
	font-size: 2em;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
共通カスタムクラス
–––––––––––––––––––––––––––––––––––––––––––––––––– */
dl.custom_dl01{
  background-color:#fff3ee;
  border:solid 2px #6f5239;
  margin: 15px 0;
  padding:15px 10px 0;
}
dt{
    font-size:1.6rem;
    font-weight:600;
}
dd{
    font-size:1.4rem;
    padding-bottom:10px;
}
@media only screen and (min-width: 768px) {
  dl.custom_dl01{
    display:flex;
    flex-flow: wrap row;
    justify-content: space-between;
    margin: 30px 0;
	  padding:30px 20px 0;}
    dt{
      font-size:1.5rem;
      width:28%;
    }
    dd{
      font-size:1.4rem;
      padding-bottom: 15px;
      width:90%;
    }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
シングルページのページネーション
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#single_pagenation #page_all a {
  border: solid 1px #6fb138;
  border-radius: 6px;
  color: #6fb138;
  display: inline-block;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
#single_pagenation .linkbtn a {
  background-color: #6fb138;
  border: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  #single_pagenation #page_all a:hover {
    background-color: #d8edd1;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
SNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#top_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: wrap row;
  margin:40px 0;
}
#top_sns .left-box {
  max-height: 320px;
  width: 100%;
  margin-bottom:20px;
}
#top_sns .left-box #twitter_box {
  background-color: #46a9fc;
  height: 100%;
  padding: 10px;
}
#top_sns .left-box #twitter_box span {
  color: white;
  display: block;
  font-size: 2.2rem;
  padding-bottom: 10px;
}
#top_sns .left-box #twitter_box #timeline_height {
  max-height: 260px;
  overflow-y: scroll;
}
#top_sns .right-box {
  width: 100%;
}
#top_sns .right-box a {
  display: block;
  margin-bottom: 15px;
}
#top_sns .right-box a:last-child {
  margin-bottom: 0;
}
/*Facebookタイムライン*/
#top_sns .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: wrap row;
  margin-top: 20px;
  width: 100%;
}
#top_sns .bottom-box a{
  display: block;
  width: 49%;
  margin-bottom:2%;
}
@media only screen and (min-width: 768px) {
#top_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: wrap row;
  margin:40px 0;
}
#top_sns .left-box {
  max-height: 320px;
  width: 49%;
}
#top_sns .left-box #twitter_box {
  background-color: #46a9fc;
  height: 100%;
  padding: 10px;
}
#top_sns .left-box #twitter_box span {
  color: white;
  display: block;
  font-size: 2.2rem;
  padding-bottom: 10px;
}
#top_sns .left-box #twitter_box #timeline_height {
  max-height: 260px;
  overflow-y: scroll;
}
#top_sns .right-box {
  width: 49%;
}
#top_sns .right-box a {
  display: block;
  margin-bottom: 15px;
}
#top_sns .right-box a:last-child {
  margin-bottom: 0;
}
/*Facebookタイムライン*/
#top_sns .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: wrap row;
  margin-top: 20px;
  width: 100%;
}
#top_sns .bottom-box a{
  display: block;
  width: 49%;
  margin-bottom:2%;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
バナーエリア
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#banner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  margin: 40px auto;
  width: 100%;
}
#banner_box .banner {
  width: 48%;
  margin-bottom:3%;
}
@media only screen and (min-width: 768px) {
  #banner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  margin: 30px auto 0 auto;
  width: 1080px;
  }
  #banner_box .banner {
  width: 24%;
  }
  #banner_box .banner a {
  display: block;
  }
  #banner_box .banner a img {
  width: 100%;
  }
}
@media only screen and (max-width: 600px) {
	#banner_box .banner{
		width: calc( 100% / 3 - 10px );
	}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
トップの埋め込みFacebookタイムライン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 768px) {
  header .wrap_header .inner_nav ul li a span,
  footer .wrap_menu .inner_menu ul li a span {
    color:#333333;
  }
  header .wrap_header .inner_nav ul li a span:after,
  footer .wrap_menu .inner_menu ul li a span:after {
    background: #6FB138;
  }
}
@media only screen and (min-width: 768px) {
  footer .wrap_footer .inner_box .inner_logo .block_logo .item_logo {
    display: block;
    margin: 0 auto;
    width: 280px;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
フッター
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer .wrap_menu {
  background: #ffffda;
  padding-bottom:0px;
}
.item_bangou  {
  display:block;
  font-size:1.4rem;
  padding:10px 0;
}
.block_area {
  font-size:1.4rem;
  padding:20px 0 0px;
}
@media only screen and (min-width: 768px) {
  footer .wrap_menu {
    background: #ffffda;
    padding-bottom:0px;
  }
  .item_bangou  {
    display:block;
    font-size:1.4rem;
    padding:10px 0;
  }
  .block_area {
    font-size:1.4rem;
    padding:20px 0 0px;
  }
}
#copyright {
  background-color: #a00e15;
  padding: 8px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #copyright a {
    font-size: 1.4rem;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
全頁共通レイアウト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  main p + h2, main h3, main h4, main h5, main h6 {
    margin-top: 20px;
  }
  main ul + h2, main h3, main h4, main h5, main h6 {
    margin-top: 20px;
  }
  main ol + h2, main h3, main h4, main h5, main h6 {
    margin-top: 20px;
  }
  main div + h2, main h3, main h4, main h5, main h6 {
    margin-top: 20px;
  }
  main h2, main h3, main h4, main h5, main h6 {
    margin-bottom: 10px;
  }
  main h2 {
    border-bottom: solid 3px #dddddd;
    font-size: 21px;
    margin-bottom: 20px;
    padding: 3px 5px;
    position: relative;
    color:#222222;
  }
  main h2:after {
    background-color: #a00e15;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 25%;
    z-index: 2;
  }
  main h3 {
    font-size: 1.4rem;
    border-left: solid 6px #6fb138;
    margin-bottom: 20px;
    padding-left: 10px;
  }
@media only screen and (max-width: 768px){
	main h3{
		font-size: 18px;
		font-weight: bold;
	}
	.single-bukken-text p{
		font-size: 16px;
	}
}
  main h4 {
    font-size: 1.6rem;
    background-color: #a00e15;
    border-radius: 3px;
    padding: 8px 15px;
    color:#fff;
	width: 100%;
	margin: 0 auto 20px auto;  
  }
  main h5 {
    font-size: 1.4rem;
    border-bottom: double 5px #a00e15;
    line-height:220%;
  }
  main h6 {
    font-size: 1.4rem;
    background: url(shared/image/h6_icon.svg) no-repeat left 7px/17px;
    padding-left: 20px;
    color:#199100;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
スマホ時のth
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main table {
  border-top: solid 1px #6fb138;
  border-left: solid 1px #6fb138;
  margin: 15px auto;
  width: 100%;
}
main table th, main table td {
  display: block;
  border-bottom: solid 1px #6fb138;
  border-right: solid 1px #6fb138;
}
main table th {
  background-color: #d8edd1;
  padding: 10px;
  text-align: left;
}
main table td {
  padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
  main table th, main table td {
    border-bottom: solid 1px #6fb138;
    border-right: solid 1px #6fb138;
    display: table-cell;
    max-width: 530px;
  }
  main table th {
    background-color: #d8edd1;
    font-weight: 500;
    padding: 10px;
    vertical-align:middle;
  }
  main table td {
    padding: 10px 15px;
  }
  main h2 {
    border-bottom: solid 3px #dddddd;
    font-size: 2.6rem;
    margin-bottom: 20px;
    padding: 3px 5px;
    position: relative;
    color:#222222;
  }
  main h2:after {
    background-color: #a00e15;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 25%;
    z-index: 2;
  }
  main h3 {
    font-size: 2.4rem;
    border-left: solid 6px #6fb138;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  main h4 {
    font-size: 2.2rem;
    background-color: #a00e15;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 8px 15px;
    color:#199100;
  }
  main h5 {
    font-size: 2rem;
    border-bottom: double 5px #a00e15;
    line-height:220%;
  }
  main h6 {
    font-size: 2rem;
    background: url(shared/image/h6_icon.svg) no-repeat left 7px/17px;
    padding-left: 20px;
    color:#199100;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
スタッフ紹介
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main .staff_box {
  overflow:hidden;
  margin:20px 0 40px;
}
main .staff_box .staff_img  {
  float:left;
  width:26%;
}
main table.staff_table {
  border-top: solid 0px #6fb138;
  border-left: solid 0px #6fb138;
  margin: 0px auto;
  width: 70%;
  float:right;
}
main table.staff_table th, main table.staff_table td {
  border-bottom: solid 0px #6fb138;
  border-right: solid 0px #6fb138;
  display: table-cell;
}
main table.staff_table th {
  background-color: #FFFFFF;
  padding: 0px;
  vertical-align:middle;
  text-align:left;
  width:30%;
}
main table.staff_table td {
  padding: 4px;
}
@media only screen and (min-width: 768px) {
main table.staff_table th {
  background-color: #FFFFFF;
  padding: 0px;
  vertical-align:middle;
  text-align:left;
  width:12%;
}
main .staff_box .staff_img  {
  float:left;
  width:16%;
}
main table.staff_table {
  border-top: solid 0px #6fb138;
  border-left: solid 0px #6fb138;
  margin: 0px auto;
  width: 80%;
  float:right;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
お客様の声　一覧
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.voice_container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0 auto;
}
.voice_name {
  font-size: 1.6rem;
  padding:10px 0 10px;
  color:#FFFFFF;
  background-color:#d8edd1;
  text-align:center;
  display:block;
}
.voice_name a {
  border:none !important;
}
.voice_container .item {
  flex: 0 0 1;
  margin: 0 14px 18px 0;
  padding: 0px;
  width: 48%;
  display: flex;
  flex-flow: column;
  border:1px solid #EEEEEE;
}
.voice_container .item:nth-child(2n)  {
  margin: 0 0px 18px 0;
}
.voice_container .item a  {
  border:none !important;
    max-height:500px; /*IE11用*/
}
.voice_comment  {
  padding:0px 10px 10px;
}
.voice_container .detail {
  width: 60%;
  display: block;
  margin:0 auto 20px;
  text-align:center;
  border: none;
  padding: 5px 0;
  font-size: 14px;
  font-weight:bold;
  color: #fff;
  background-color: #6fb138;
  text-decoration: none;
  border-radius:4px;
}
.voice_container .detail:hover {
  	opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.voice_container img {
  width: 100%;
  height: auto;
  padding:10px;
}
@media only screen and (min-width: 768px) {
.voice_container .item {
  flex: 0 0 1;
  margin: 0 14px 18px 0;
  padding: 0px;
  width: 24%;
  display: flex;
  flex-flow: column;
  border:1px solid #EEEEEE;
}
.voice_container .item:nth-child(2n)  {
  margin: 0 14px 18px 0;
}
.voice_container .item:nth-child(4n)  {
  margin: 0 0px 18px 0;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
お客様の声　詳細
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.voice_box .voice_box_img_innner a  {
  border:none !important;
}
.voice_box .voice_box_image {
    margin: 0 4% 0 0;
    padding:10px;
    border:1px solid #DDDDDD;
}
.voice_box .voice_box_comment {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 0px;
	padding: 12px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 16px;
	background: #6FB138;
	border-radius: 7px;
}
.voice_box .voice_box_comment:after{
  border: 10px solid transparent;
  border-bottom-color: #6FB138;
  border-top-width: 0;
  top: -10px;
  left: 40px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
.voice_box .voice_box_comment p {
	margin: 20px 0;
	padding: 0;
}
.voice_box .qa_container .q {
  margin:0 0 2% 0;
  display:flex;
  justify-content:start;
}
.voice_box .qa_container .a {
  margin:0 0 4% 0;
  display:flex;
  justify-content:start;
  padding-bottom:12px;
  border-bottom:1px dashed #DDDDDD;
}
.voice_box .qa_container .q_text  {
  line-height:2.4rem;
  width:calc(100% - 65px);
	color: #555555;
}
.voice_box .qa_container .a_text  {
  line-height:2.6rem;
  width:calc(100% - 65px);
  font-weight: 700;
}
.voice_box .qa_container .q span.q_item {
  background-color:#4F070C;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:4px;
  text-align:center;
  margin-right:3%;
}
.voice_box .qa_container .a span.a_item {
  background-color:#6FB138;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:4px;
  text-align:center;
  margin-right:3%;
}
.voice_box .qa_container .q span.q_item::before {
  	content: "Q";
    display: inline-block;
    font-size: 3rem;
    color: #FFFFFF;
}
.voice_box .qa_container .a span.a_item::before {
    content: "A";
    display: inline-block;
    font-size: 3rem;
	color: #FFFFFF;
}
.voice_box_message .voice_box_staff_message {
  background-color: #d8edd1;
  border-radius: 2px;
  padding: 10px 15px;
  border-radius:5px;
  position: relative;
  width:100%;
}
.voice_box_message .voice_box_staff_message:after  {
  border-left: 12px solid #d8edd1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-top: -10px;
  position: absolute;
  right: -12px;
  top: 50%;
}
.voice_box_message .voice_box_staff_image {
  margin:10px auto 0;
  width:60%;
  text-align:center;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.voice_box_message .voice_box_staff_image img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.voice_box_message .voice_box_staff_image span {
  font-size:1.4rem;
}
@media only screen and (min-width: 768px) {
.voice_box  {
    display:flex;
    justify-content:space-between;
}
.voice_box .voice_box_img_innner  {
    max-width: 34%;
    margin-right:5%;
}
.voice_box .qa_container  {
  width:60%;
}
.voice_box_message  {
  margin:20px 0;
  display:flex;
  justify-content:space-between;
}
.voice_box_message .voice_box_staff_message {
  background-color: #d8edd1;
  border-radius: 2px;
  padding: 10px 15px;
  border-radius:5px;
  position: relative;
  width:82%;
  text-align: justify;
}
.voice_box_message .voice_box_staff_message:after  {
/*   border-left: 12px solid #d8edd1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  right: -12px;
  top: 50%; */
}
.voice_box_message .voice_box_staff_image {
  margin-left:2%;
  width:150px;
  margin-right: 5px;
  text-align:center;
  display:block;
}
.voice_box_message .voice_box_staff_image img {
  border-radius: 100%;
  height: 150px;
  width: 150px;
}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
お問い合わせフォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrap_contact .contact_table {
  border: none;
  border-bottom: solid 1px #e8e8d8;
  margin-bottom: 15px;
  margin-top: 0;
  width: 100%;
}
.wrap_contact .contact_table tr:nth-child(odd) {
  background-color: #eee;
}
.wrap_contact .contact_table th, .wrap_contact .contact_table td {
  border: none;
  padding: 10px;
}
.wrap_contact .contact_table th {
  background-color: inherit;
  display: block;
  padding-bottom: 0;
}
.wrap_contact .contact_table th.block_th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap_contact .contact_table th.block_th span {
  font-size: 1.3rem;
  font-weight: 500;
}
.wrap_contact .contact_table th.block_th span.item_txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.wrap_contact .contact_table th.block_th span.item_any, .wrap_contact .contact_table th.block_th span.item_need {
  border-radius: 3px;
  padding: 2px 10px 3px 10px;
  margin-left:10px;
  font-size:12px;
}
.wrap_contact .contact_table th.block_th span.item_any {
  border: solid 1px #bbbbbb;
  color: #666666;
}
.wrap_contact .contact_table th.block_th span.item_need {
  background-color: #e50012;
  color: white;
}
.wrap_contact .contact_table td {
  display: block;
}
.wrap_contact .contact_table td label {
  width: 100%;
}
.wrap_contact .contact_table input, .wrap_contact .contact_table textarea, .wrap_contact .contact_table select {
  background-color: white;
  border: solid 1px #bbbbbb;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 8px 15px;
  -webkit-appearance: none;
  width: 100%;
}
.wrap_contact .contact_table .wpcf7-list-item {
  background-color: white;
  border: solid 1px #bbbbbb;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}
.wrap_contact .contact_table .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wrap_contact .contact_table .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.6rem;
  -ms-flex-order: 2;
  order: 2;
}
.wrap_contact .contact_table .wpcf7-list-item input[type="checkbox"] {
  background: #fff;
  border: solid 1px #bbbbbb;
  border-radius: 4px;
  height: 24px !important;
  margin: 0;
  margin-right: 10px;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  width: 24px !important;
}
.wrap_contact .contact_table .wpcf7-list-item input[type="checkbox"]:checked {
  outline: none;
}
.wrap_contact .contact_table .wpcf7-list-item input[type="checkbox"]:checked:before {
  background: #6FB138;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.wrap_contact .contact_table .wpcf7-list-item input[type="radio"] {
  background: #fff;
  border: solid 1px #bbbbbb;
  border-radius: 100%;
  height: 24px !important;
  margin: 0;
  margin-right: 10px;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  width: 24px !important;
}
.wrap_contact .contact_table .wpcf7-list-item input[type="radio"]:checked:before {
  background: #6FB138;
  border-radius: 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.wrap_contact .contact_table select {
  appearance: none;
  background: white url(https://www.sakaeplus.jp/wp-content/themes/sakaeplus_theme/shared/image/icon_select-arrowb.svg) no-repeat calc(100% - 10px) 56%/15px;
  cursor: pointer;
  margin: 0px;
  padding: 8px 30px 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.wrap_contact .item_confirmtxt {
  border: double 4px #ccc;
  border-radius: 5px;
  margin: 0 auto 15px;
  padding: 25px 30px;
  width: 100%;
}
.wrap_contact .item_checkbtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.wrap_contact .item_checkbtn input[type="checkbox"] {
  background: #fff;
  border: solid 1px #bbbbbb;
  border-radius: 6px;
  height: 24px;
  margin-right: 10px;
  outline: none;
  position: relative;
  vertical-align: -8px;
  -webkit-appearance: none;
  width: 24px;
}
.wrap_contact .item_checkbtn input[type="checkbox"]:checked {
  background: #6FB138;
  border: 1px solid #fff;
  outline: none;
}
.wrap_contact .item_checkbtn input[type="checkbox"]:checked:before {
  background: #ffffff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 1px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  width: 10px;
}
.wrap_contact .item_checkbtn input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 14px;
  content: "";
  width: 16px;
  height: 3px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
.wrap_contact span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1.2rem;
  display: block;
}
.wrap_contact .item_submit {
  text-align: center;
  padding: 0 10px 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.wrap_contact .item_submit input {
  background-color: #6FB138;
  border: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  height: 64px;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
}
.wrap_contact .item_submit input[disabled] {
  background-color: #d6d6d6;
  cursor: inherit;
}
div.wpcf7-validation-errors {
  background-color: #b83232;
  border: none !important;
  color: white;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .wrap_contact {
    padding: 20px 0;
  }
  .wrap_contact .contact_table {
    margin-bottom: 25px;
  }
  .wrap_contact .contact_table th, .wrap_contact .contact_table td {
    display: table-cell;
    padding: 10px 10px 10px 15px;
  }
  .wrap_contact .contact_table th.block_th {
    display: table-cell;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 300px;
  }
  .wrap_contact .contact_table th.block_th span {
    font-size: 1.6rem;
  }
  .wrap_contact .contact_table th.block_th span.item_txt {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 40px;
    padding: 8px 0;
  }
  .wrap_contact .contact_table th.block_th span.item_any, .wrap_contact .contact_table th.block_th span.item_need {
    font-size: 1.4rem;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .wrap_contact .contact_table th.block_th span.item_need {
    font-weight: 500;
  }
  .wrap_contact .contact_table td {
    vertical-align: text-bottom;
  }
  .wrap_contact .contact_table input, .wrap_contact .contact_table textarea, .wrap_contact .contact_table select {
    width: 100%;
  }
  .wrap_contact .contact_table .wpcf7-list-item {
    background-color: inherit;
    border: none;
    padding: 1px 0px;
  }
  .wrap_contact .item_confirmtxt {
    margin: 0 auto 20px;
    padding: 15px;
    width: 100%;
  }
.item_submit {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    width: 300px;
  }
.item_submit2 {
	display:block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
	margin-bottom: 50px;
    padding: 0 10px;
    width: 500px;
	background-color:#fff;
  }
  .wrap_contact .item_submit input {
    height: 45px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
お問い合わせありがとうthanks
––––––––––––––––––––––––––––––––––––––––––––––––––*/
#paged_thanks .wrap_title {
  background-image: url(../image/page_thanks-img01.png), url(../image/page_thanks-img02.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 113px,113px;
  background-position: left top,right top;
  text-align: center;
}
#paged_thanks .wrap_title .item_title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 60px;
}
#paged_thanks .wrap_caution .inner_box {
  background-color: #e8e8d8;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px;
}
#paged_thanks .wrap_txt .item_txt {
  margin-bottom: 30px;
}
#paged_thanks .wrap_txt .item_link a {
  background-color: #e8392d;
  border: none;
  border-radius: 6px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 15px;
}
#paged_thanks .wrap_txt .item_link a .icon {
  font-size: 1.4rem;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  #paged_thanks .wrap_title {
    background-size: auto,auto;
    background-position: 115px top,680px 0;
  }
  #paged_thanks .wrap_title .item_title {
    font-size: 2.9rem;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  #paged_thanks .wrap_caution {
    margin: 0 auto 30px;
    width: 700px;
  }
  #paged_thanks .wrap_caution .inner_box {
    margin-bottom: 30px;
    padding: 20px;
  }
  #paged_thanks .wrap_txt {
    margin: 0 auto;
    width: 700px;
  }
  #paged_thanks .wrap_txt .item_txt {
    margin-bottom: 30px;
  }
  #paged_thanks .wrap_txt .item_link {
    text-align: center;
  }
  #paged_thanks .wrap_txt .item_link a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.6rem;
    padding: 15px;
  }
  #paged_thanks .wrap_txt .item_link a .icon {
    margin-left: 20px;
  }
}
/* 売却ページのCSS　20230411 */
/*売れなくてもサカエプラスが買う*/
.sakaeplus-buy{
	display:flex;
	margin-bottom: 80px;
	margin-top: 50px;
	border-top: 15px solid #a00e15;
	padding-top: 50px;
}
.sakaeplus-buy-left{
	width: 50%;
}
.sakaeplus-buy-left img{
	width: 100%;
	overflow: hidden;
}
.sakaeplus-buy-right{
	width: 50%;
}
.sakaeplus-buy-right p{
	color: #a00e15;
	text-align: left;
	font-size: 30px;
	font-weight: 900;
	padding: 100px 0 0 30px;
	line-height: 1.8em;
}
/*プロにお任せ*/
.promakase{
	 background-image: url(../sakaeplus_theme_child/shared/image/proniomakase_2.jpg);
	 background-repeat: no-repeat;
	 background-position: 50% 50% ;
	 height: 500px;
	 margin: 0 auto 80px;
	 text-align: center;
	 color: #ffffff;
}
.promakase h4{
	font-size: 50px;
	font-weight: 900;
	padding: 180px 0 0 0;
	text-shadow: 1px 2px 4px #000;
	line-height: 1.2em;
	background-color: transparent!important;
	color: #ffffff!important;
}
.promakase ul{
	font-size: 21px;
	font-weight: 700;
	margin: 25px auto;
	text-shadow: 1px 2px 4px #000;
}
/*オンライン相談できます*/
.on-line{
	margin: 20px auto 100px;
	display: flex;
}
.on-line-left{
	width: 50%;
}
.on-line-left p{
	color: #a00e15;
	font-size:50px;
	font-weight:900;
	text-align: center;
	padding-top: 200px;
	line-height: 1.3em;
}
.on-line-right{
	width: 50%;
}
.on-line-right img{
	width: 100%;
}
/*売却は地元の熟知したサカエプラスへ*/
.jukuchi{
	margin-bottom: 80px;
}
.jukuchi h4{
	font-size:26px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	background-color: #a00e15;
	margin-bottom: 25px;
	color: #ffffff!important;
}

.jukuchi-in{
    margin-top: 50px;
}
.jukuchi-in h5{
	font-size: 21px;
	font-weight: 700;
}
.jukuchi-in ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jukuchi-in ul li{
	width: calc( 100% / 3 - 25px );
	margin:5px 5px 25px 5px;
/* 	height: 300px; */
}
.jukuchi-in li img{
	width: 100%;
	overflow: hidden;
}
.jukuchi-in ul p{
	width: 100%;
	display: block;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 0;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 10px;
}
/*ここからスマホ用CSS*/

@media only screen and (max-width: 600px){/*幅600px以下でスマホに切り替え*/
	#top{
		width: 100%;
		padding: 10px;
	}
	.sakaeplus-buy{
		width:100%;
		display:block;
		margin-bottom: 50px;
		margin-top: 60px;
	}
	.sakaeplus-buy-left,.sakaeplus-buy-right{
		width: 100%;
	}
	.sakaeplus-buy-right p{
		font-size: 21px;
		padding: 0 0 0 20px;
		text-align: left;
	}
	.promakase{
		height:300px;	
		background-size: cover;
		background-position: 50% 50% ;
		margin:0 auto 30px;
	}
	.promakase h4{
		font-size: 21px;
		padding: 100px 0 0 0;
	}
	.promakase ul{
		font-size: 16px;
	}
	.on-line{
		margin:50px auto;		
	}
	.on-line-left,.on-line-right{
		width: 100%;
	}
	.on-line-left{

	}
	.on-line-left p{
		padding: 60px 0 0 0;
		font-size: 24px;
	}
	.on-line-right{
	}
	.on-line-right img{
		width: 100%;		
	}
	.jukuchi h4{
		font-size: 20px;
	}
	.jukuchi-in h5{
		font-size:18px;	
		text-align: center;
	}
	.jukuchi-in ul li{
		width: calc( 100% / 2 - 10px );
		height: 210px;
	}
	.sample12 .caption p {
		padding-top: 90px;
	}
}