@charset "UTF-8";
/*
theme Name:konkura
*/

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
}


img{
	max-width:100%;
    width:100%;
	height: auto;
	vertical-align:top;
}


body {
  margin: 0 auto;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

ul {
  padding: 0;
  list-style: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

li a{
    display: block;
    width: 100%
}

html {
    scroll-behavior: smooth; /* スムーススクロール */
  }

/*スクロールフェードイン*/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein.fadein-left{
    transform: translate(-30px,0);
}
.fadein.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
/*PC*/
.spdisplay{
    display: none;
}

.pcdisplay{
    display: block;
}

br.br2 {
    display: none;
}

.header-tel {
display:none;
}
.header-mail {
display:none;
}



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

/* 文字間余白 */
.mgl-10{
    margin-left: 10px;
}

/*recaptcha*/
.grecaptcha-badge{
	display:absolute;
}

/*　キービジュアル */
.header{
    margin: 0 auto 0 auto;
    width:100%;
}

.topimage{
    background-image: url(image/machi.png);
    height:15%;
    width:100%;
    background-size: cover;
    background-position: center bottom;
}

.topimage a{
    display: flex; 
    z-index: 5;
    text-align: center;
    width:400px;
  }

.logo_container{
    max-width: 750px;
    display: flex;
    margin: 0 auto;
    padding-top: 25px;
}

img.logo_top {
    max-width: 235px;
    margin-left: 5%;
}

.top_text{
    padding: 5% 13% 0;
    font-size: 48px;
    font-weight: 900;
    color: #000;
    text-shadow:3px 2px 0 #fff,
                -2px 2px 0 #fff,
                2px -2px 0 #fff,
                -2px -2px 0 #fff;
}
.sale_text{
    font-size: 30px;
    font-weight: 800;
    max-width: 800px;
    text-align: center;
    margin:15px auto 10px auto;
    color: #000;
    text-shadow:2px 1px 0 #fff,
                -1px 1px 0 #fff,
                1px -1px 0 #fff,
                -1px -1px 0 #fff;
}
.contact{
    width: 100%;
    display: flex;
    z-index: 99;
    justify-content: center;
    margin: auto 0;
}

.contact a{
    margin:1%;
    padding:5px 40px;
}

.nav{
    max-width:1200px;
    margin:0 auto;
}

.nav ul{
    display: flex;
    margin-top: 15px;
}

.nav ul li{
    width:200px;
    text-align: center;
    border-right:1px solid #ddd;
}

.nav .has-child {
    position: relative;
}


.nav ul li:first-child{
    border-left:1px solid #ddd;
}

.nav ul li a{
    display: block;
    font-weight: bold;
}
/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/

nav ul li.has-child > a::before{
	content:'';
	position: absolute;
	left:14px;
	top:8px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*==2階層目以降の画像設定*/

nav ul li.has-child img{
	max-width: 100%;
	height: auto;
	transition: all .5s;
	vertical-align: bottom;

/* 高さを設定するなら */
height:600px;
object-fit: cover;

}

/*hoverしたら画像拡大*/
nav ul li.has-child img:hover{
	transform: scale(1.2);
}

nav ul li.has-child dt{
	overflow: hidden;
	height: 80vh;
	margin:0 0 20px 0;
}

@media screen and (max-width:1200px){
nav ul li.has-child dt{
	height: 12vh;
}
}

/*== 2層目の設定 */
nav li.has-child ul{
    margin-top: 0;
    overflow: hidden;
  /*絶対配置で位置を指定*/
    position: absolute;
	/* left:5%; */
	/* top:58px; */
	z-index: 4;
  /*子要素を横並びに*/    
	justify-content: space-between;
	flex-wrap: wrap;
    /*形状を指定*/
	background:#888;
	width:100%;
    /*はじめは非表示*/
    display: none;
	visibility: hidden;
	opacity: 0;
     /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul{
display:flex;
  visibility: visible;
  opacity: 1;
}
/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	color: #fff;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:#3577CA;
}


/* アップデート */
.update-container{
    width: 100%;
    margin-top: 30px;
}

.update-title{
    display: flex;
    justify-content: center;
    margin-top:60px;
	margin-bottom:30px;
}

.title_picture{
    width: 40px;
}

.update-title h1{
    font-size: 25px;
    margin-right: 15px;
}

.insta {
    padding: 0 50px 45px;
	height: 100%;
}


div.image img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.insta_buttom{
    width: 100%;
    display: flex;
    margin: 50px auto;
    justify-content: center;
}

.insta_buttom img{
    max-width:250px;
    max-height:30px;
}

div#sbi_load {
    margin-top: 20px;
}

/* 不動産仲介TOP */
.realestate_container{
    width: 100%;
    background-color: #0bc23a;
}

.realestate-title h1{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding-top: 55px;
    margin: 0 auto;
}

ul.realestate_item{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin:20px auto 0 auto;
	padding: 0 25px 45px 25px;
}

li.realestate_list{
    width:33.3%;
	min-height: 430px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}

li.realestate_list:last-child{
    margin-right: 0;
}

.list_title{
    color:#fff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.realestate_content{
    color:#fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.realestate_link{
    color:#fff;
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    padding:8px;
    font-weight:bold;
}

/* サービス情報 */
.service_container{
    width:100%;
    background-color: #044bb7;
}

.service_title h1{
    display: block;
    max-width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 55px;
    margin: 0 auto;
    font-size:25px;
}

ul.service_item{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin:20px auto 0 auto;
    padding:0 20px 70px 20px;
}

li.service_list{
    width:23%;
    min-height: 300px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

li.service_list:last-child{
    margin-right: 0;
}

.servicemenu_title{
    color:#888;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.service_content{
    color:#888;
    font-size: 13px; 
    margin-bottom: 20px;
    font-weight: normal;
    max-height: 85px;
    text-align: center;
}

.service_link{
    color:#fff;
    background-color:#044bb7;
    text-align: center;
    padding:8px;
    font-weight: bold;
	width: 200px;
    margin: 0 auto;
}

.service_image img{
display: block;
width:40%;
justify-content: center;
margin: 10px auto 0 auto;
}

/*店舗情報*/

.officce_container{
    width:100%;
    background-image:url(image/officce_02.jpg);
    height:45%;
    width:100%;
    background-size: cover;
    background-position: center top;
}

.officce_title h1{
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding-top: 55px;
    margin: 0 auto 20px auto;
    font-size:25px;
}

.officce{
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding:20px 20px 70px 20px;
}

.officce_image img{
    width:100%;
	height: 100%;
    object-fit: cover;
}
.officce_image {
    width: 50%;
	height:350px;
}

.office_box{
	padding:25px;
}

.contact_box{
    width:50%;
	height:350px;
    background-color: #fff;
    opacity: 0.7;
    display: block;
    object-fit: cover; /* 画像の比率が変わらないように、object-fit */
}

.contact_box h3{
    margin:0 auto 20px;
    font-weight: bold;
    font-size: 26px;
}


.contact_buttom{
    display: flex;
    max-width:800px;
    margin: 25px auto 0 auto;
}

.contact_buttom img{
    padding-right: 10px;
    width:280px;
    margin-bottom: 25px;
    height: 36px;
}

.contact_buttom img:first-child{
	padding-left:10px;
}

.top_company_buttom{
    width:500px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 70px 15px 70px;
    margin-top: 50px;
}

p.top_company_text {
    margin-bottom: 6%;
    font-size: 90%;
}

/*フッター*/
.footer{
    padding-top: 50px;
}

.footer_container{
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_logo{
    text-align: center;
}

.footer_logo img{
    width:200px;
}

.footer_nav{
    max-width: 1200px;
    margin: 0 auto;
}

.footer_nav ul{
    display: flex;
    margin-top: 15px;
}

.footer_nav ul li {
    width: 200px;
    text-align: center;
    border-right: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer_nav ul li:first-child{
    border-left:1px solid #ddd;
}

.footer_nav a{
    color: #fff;
    font-weight: bold;
}
.copyright.copyright{
    width:100%;
    height:60px;
    text-align: center;
    font-size: 18px;
    background-color: #000;
    color:#ddd;
    padding: 20px 0;
}

.page-top{
    width:50px;
    position: fixed;
    right: 1%;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
	scroll-behavior: smooth;
}

.page-id-34 .page-top{
    width:50px;
    position: fixed;
    right: 1%;
    bottom: 80px;
    opacity: 999;
	scroll-behavior: smooth;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

/*===２階層目のヘッダー====*/
.header {
    background-color: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    max-width: none;
  }

.page_logo {
    max-width: 150px;
}

/* flexの子要素には幅を設定した方が良い */
.page-head_container > a {
    max-width: 113px;
}

/* メニュー内の高さを消す */
.header > .page-head_container {
    /* height: 100px; */
    justify-content: space-between;
}

/* main直下のdivの上マージン */
.page-title-container {
    display: block;
    width: 100%;
    margin: 70px auto 0;
}

/* menu内の設定 */
.page-nav ul {
    display: flex;
    margin-top: 23px;
    flex-wrap: wrap;
}
.page-nav ul li a {
    display: block;
    font-weight: bold;
    padding: 0 2em;
    font-size: 16px;
}
/* menu、トップ会社情報のフォントサイズを変更 */
@media screen and (max-width:1200px) {
  .page-nav ul li a {
      font-size: 14px;
      padding: 0 1em;
  }
  .contact_box h3 {
    margin: 10px auto 10px;
    font-weight: bold;
    font-size: 24px;
}

p.company_text {
    margin-bottom: 20px;
    font-size: 14px;
}

.top_text {
    padding: 5% 10% 0;
    font-size: 35px;
    font-weight: 900;
    color: #000;
    text-shadow: 3px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.insta_buttom img{
    max-width:130px;
    max-height:60px;
}

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

  .page-nav ul li a {
      font-size: 12px;
  }
  .contact_box h3 {
    margin: 10px auto 10px;
    font-weight: bold;
    font-size: 18px;
}

p.company_text {
    margin-bottom: 10px;
    font-size: 14px;
}
.top_text {
    padding: 5% auto 0;
    font-size: 28px;
    font-weight: 900;
    color: #000;
    text-shadow: 3px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.insta_buttom img{
    max-width:130px;
    max-height:40px;
}
}

.page-head_container{
    width:100%;
    display: flex;
    position: fixed;
    z-index: 1;
    background-color: #fff;
}

.page-nav{
    max-width:1200px;
    margin:0 auto;
}

.page-nav ul li{
    max-width:200px;
    text-align: center;
    border-right:1px solid #ddd;
}

.page-nav ul li:first-child{
    border-left:1px solid #ddd;
}

.page-contact{
    display: flex;
    max-width: 200px;
}

.rental,.kaitai{
    display: block;
    max-width: 300px;
}

.rental{
    margin-top: 60px;
}

/* flexにすると、子要素の高さは合う */
.rental_home {
    max-width: 900px;
    display: flex;
    margin: 45px auto;
    text-align: center;
	padding:20px;
}
.rentalimage {
    width: 50%; /*2分割*/
}
.rental_text {
    border: 1px solid #888;
    padding: 100px 35px;
    width: 50%; /*2分割*/
}
.rental_container img {
    max-width: 1000px;
    text-align: left;
    display: block;
    object-fit: cover; /* 画像の比率が変わらないように、object-fit 。画像の左右が切れるのに注意 */
}
.rental_text p{
    margin-bottom: 25px;
}

.link_buttom{
    display: block;
    max-width: 256px;
    max-height: 30px;
    margin: 0 auto;
}

a .link_buttom{
    margin-top: 25px;
}

.rental_container {
    margin-bottom: 60px;
}

.kaitai_home {
    max-width: 900px;
    display: flex;
    margin: 45px auto;
    text-align: center;
	padding:20px;
}
.kaitaiimage {
    width: 50%; /*2分割*/
}
.kaitai_text {
    border: 1px solid #888;
    padding: 100px 35px;
    width: 50%; /*2分割*/
}
.kaitai_container img {
    max-width: 1000px;
    text-align: left;
    display: block;
    object-fit: cover; /* 画像の比率が変わらないように、object-fit 。画像の左右が切れるのに注意 */
}
.kaitai_text p{
    margin-bottom: 25px;
}

.contact_box2 {
    width: 100%;
    margin-top: 50px;
	padding:50px 20px 50px 20px;
    background-color: #e7e7e7;
}

.contact_box2 h3{
    margin:20px auto 20px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.contact_buttom2{
    display: flex;
    max-width:700px;
    margin: 20px auto;
}

.contact_buttom2 img{
    padding-right: 25px;
    margin-bottom: 25px;
}

.company_buttom2{
    width:500px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 100px 15px 100px;
    margin-top: 50px;
}

.company2 {
    text-align: center;
    font-size: 18px;
}

/*管理ページ*/
.sub-title{
    max-width: 1000px;
    font-size: 45px;
    width: 100%;
    margin: 80px auto 25px auto;
    font-weight: 900;
    text-align: center;
}

.sub-title2{
    max-width: 1000px;
    width: 100%;
    margin: 25px auto 60px auto;
    text-align: center;
	font-size:18px;
	padding:20px;
	font-weight:100;
}

.pointtitle{
    width: 350px;
    display: block;
    margin-bottom: 50px;
}

.point{
    display: flex;
    max-width: 800px;
    margin: 0 auto 60px;
    justify-content: center;
}

img.point-image{
    display: block;
    max-width:400px;
	padding:20px;
}

.point-text {
    line-height: 2;
    margin-top: 24px;
    margin-right: 25px;
    margin-left: 20px;
}

img.naiyou_taitle{
    width: 300px;
    display: block;
    margin-bottom: 50px;
}


ul.naiyou_item{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin:20px auto 0 auto;
	padding:0 20px 20px 20px;
}

li.naiyou_list{
    width:23%;
    margin-right: 1.5%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 3px solid #044bb7;
}

li.naiyou_list:last-child{
    margin-right: 0;
}

.naiyoumenu_title{
    color:#888;
    margin-left: 5px;
    margin-top: 15px;
	margin-right:5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
	font-size:95%;
}

.naiyou_content{
    color:#888;
    font-size: 90%; 
    margin-bottom: 10px;
    font-weight: normal;
    max-height: 85px;
    text-align: center;
}

.naiyou_image img{
display: block;
width:100%;
justify-content: center;
margin: 0 auto 0 auto;
}

.naiyou{
    margin-bottom: 40px;
}

/*不動産管理*/
.yatin{
	font-size:90%;
}	

.matome{
    max-width: 1200px;
    margin: 40px auto 15px auto;
    text-align: center;
}

.matome-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 35px;
}

.marker {
    background: linear-gradient(transparent 70%, #fdf356 70%);
    font-size: 34px;
    font-weight: bold;
    margin: 20px 20px 35px 20px;
    padding: 0 20px;
}

p.matome-text{
    margin-bottom: 10px;
    line-height: 2;
	font-size:18px;
}



/*資産運用*/

.taisaku{
	display:block;
	width:650px;
	text-align:center;
	margin: 0 auto;
}

.sisan{
    max-width: 780px;
    margin: 35px auto 0;
	padding:5%;
}

li.sisancheck {
    display: flex;
	margin-bottom:15px;
}
.checkbox{
	display:block;
	width:5%;
}

.sisan_text{
	margin-left:10px;
	font-size:22px;
}

/* 建築提案 */
.maintitle{
    max-width: 1000px;
    font-size: 33px;
    width: 100%;
    margin: 80px auto 25px auto;
    font-weight: 900;
    text-align: center;
}

.jirei_container {
    text-align: center;
	padding:0 20px
}


.jirei_pic {
    max-width: 100%;
    margin: 45px auto;
	padding: 0 20px;
	justify-items: center;
}

img.jirei_img {
    margin: 15px 10px;
    width: 300px;
}
.teian {
	margin: 0 auto 60px;
	padding: 40px 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
	justify-items: center;
    background-color: #f2f2f2;
}


.teian_pic {
    display: flex;
    justify-content: center; /* 中央揃えを追加 */
}
img.teian_img {
    margin: 10px; /* 上下のマージンも追加 */
    width: 250px;
    object-fit: cover;
    height: 320px;
}

.teian_pic2 {
    display: flex;
    flex-wrap: wrap; /* 画像を折り返す */
    justify-content: center; /* 中央揃え */
}
.teian_pic2 .teian_img {
    width: 400px; /* 画像の幅を400pxに指定 */
}

.teian_comment p{
	font-size:18px;
	max-width:1000px;
	margin:15px auto 50px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.jirei_container p {
    font-size: 18px;
}

.jirei_container h2 {
	font-family: "adobe-caslon-pro", serif;
	font-size: 45px;
}
.teian_comment {
    margin: 40px auto 40px;
}

.jirei_bottom{
	background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 50px 15px 50px;
    margin-top: 50px;
	transition: background-color 0.5s ease, color 0.5s ease;
	border: 1px solid transparent; /* ホバー時のborderのガタつき防止 */
}

a.jirei_bottom:hover {
	background-color: #808080;
    color: #ffffff;
}

/*リノベーション*/
.rinobeplan{
	max-width:1200px;
	margin:0 auto;
}

.rinobe_title {
    text-align: center;
	margin-bottom:30px;
}

.mainpicture{
	max-width:1200px;
	margin:45px auto;
	padding:0 30px;
	display:flex;
	justify-content:center;
	align-items: center;
}

.migi {
    font-size: 60px;
    margin: 0 20px;
    align-items: center;
}

.before_pic {
    position: relative;
}

.before {
    font-family: Bad Script;
    position: absolute;
    top: -45px;
    left: -15px;
    font-size: 40px;
	z-index: 10;
}

.after_pic {
    position: relative;
}

.after {
    font-family: Bad Script;
    position: absolute;
    top: -45px;
    left: -15px;
    font-size: 40px;
	z-index: 10;
}

.b_pic{
	width:250px;
}

.a_pic{
	width:250px;
}

.rinobe_text{
	max-width:1000px;
	margin:20px auto;
	align-content:center;
	padding:0 30px;
}

.gaiyou{
	border:1px solid #000000;
	padding:30px;
}

.subpicture {
    max-width: 1000px;
    margin: 40px auto 80px;
	padding:20px;
}

img.pic {
    width: 220px;
    margin: 0.2rem;
}

.after_pic2 {
    margin: 0 auto;
    text-align: center;
}
/* リノベーションページの追加ポイントセクション */
.tsuika_point {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 20px; /* 余白を調整 */
}

/* 画像と吹き出しを囲むラッパー */
.tsuika_image_wrapper {
    position: relative;     /* 吹き出しを絶対配置するための基準点 */
    width: 480px;           
    max-width: 100%;        
    margin: 0 auto;         
}

.tsuika_fukidasi {
    position: absolute;
    top: -70px;
    right: -115px;
    width: 300px;
    transform: rotate(15deg);
    z-index: 10;
}

.tsuika_image {
    width: 100%;            /* 親要素(.tsuika_image_wrapper)の幅いっぱいに表示 */
    display: block;         /* 画像下の不要な余白を消す */
	padding:0 20px;
}

/* ===== 吹き出し・右アニメーションの競合修正コード (ここから) ===== */

/*
 * .animate-on-scroll の汎用スタイルを上書きし、
 * 吹き出しの「回転」を維持したまま「下にずらす」ように設定します。
 */
.tsuika_fukidasi.animate-on-scroll {
    transform: translateY(30px) rotate(15deg);
}

/*
 * JavaScriptによって .is-visible が付与された際に、
 * 汎用アニメーション（fadeInFromBottom）の代わりに、
 * 吹き出し専用の新しいアニメーション（fukidasi-fade-in）が適用されるようにします。
 */
.tsuika_fukidasi.animate-on-scroll.is-visible {
    animation-name: fukidasi-fade-in;
}

/* 吹き出し専用のキーフレームアニメーションを定義 */
@keyframes fukidasi-fade-in {
  to {
    opacity: 1;
    /* 最終地点でも回転を維持します */
    transform: translateY(0) rotate(15deg);
  }
}

/* ===== スマートフォン表示の対応 ===== */
@media (max-width: 768px) {
    /* スマホ用の初期位置（回転角度を10degに変更） */
    .tsuika_fukidasi.animate-on-scroll {
        transform: translateY(30px) rotate(10deg);
    }

    /* スマホ用のアニメーションを指定 */
    .tsuika_fukidasi.animate-on-scroll.is-visible {
        animation-name: fukidasi-fade-in-sp;
    }

    /* スマホ用のキーフレーム */
    @keyframes fukidasi-fade-in-sp {
        to {
            opacity: 1;
            transform: translateY(0) rotate(10deg);
        }
    }
	/*
 * .migi にアニメーションが適用される際の初期状態を定義します。
 * 本来の回転(rotate)とアニメーション用のずらし(translateY)を結合します。
 */
.migi.animate-on-scroll {
    transform: translateY(30px) rotate(90deg);
    transform-origin: center;/* 回転の基点も忘れずに指定 */
}

/*
 * .is-visible になった際に、矢印専用の新しいアニメーションを適用します。
 */
.migi.animate-on-scroll.is-visible {
    animation-name: migi-fade-in;
}

/* 矢印専用のキーフレームアニメーションを定義 */
@
.migi {
    font-size: 60px;
    /* 上下の余白を40px、左右を自動（中央揃え）に設定 */
    margin: 40px auto;
    justify-content: center;
    transform: rotate(90deg);
    transform-origin: center;
}
@keyframes migi-fade-in {
  to {
	  opacity: 1;
    /* アニメーションの最終地点でも回転を維持します */
	  transform: translateY(0) rotate(90deg);
  }
}
}

/* ===== 吹き出し・右アニメーションの競合修正コード (ここまで) ===== */
/*team-act*/
body.page-id-79 .maintitle {
    max-width: 600px;
    font-size: 33px;
    border-bottom: 1px solid black;
    padding-bottom: 8px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.image-gallery-section,
.text-content-blocks,
.garage-cafe-ajito-section,
.showroom {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.garage-cafe-ajito-section {
    margin-bottom: 45px;
}

.showroom {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.showroom > h2 {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2em;
    color: #333;
}

.act-house-info-section,
.signalgreen-section {
    flex: 1;
    min-width: 280px;
    box-sizing: border-box;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* ユーザー指定値 */
}

.thumbnail-item img {
    width: 100%;
    height: auto;
    display: block;
}

.image-gallery-section .image-container {
    margin-bottom: 30px;
}

.image-gallery-section .image-container img {
    width: 100%;
    height: auto;
    display: block;
}
@keyframes fuwattoFadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールアニメーションの対象となる要素の初期状態 */
.animate-on-scroll {
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(30px); /* 初期位置を少し下にする*/
  /* transition は使用せず、animation で制御します */
}

/* JavaScriptによって 'is-visible' クラスが付与された時のスタイル */
.animate-on-scroll.is-visible {
  animation-name: fadeInFromBottom; 
  /* animation-duration と animation-delay はJavaScript側でインラインスタイルとして設定*/
  animation-fill-mode: forwards; /* アニメーション終了後もスタイルを維持 */
  animation-timing-function: ease-out; /* アニメーションのイージング */
}

.garage-cafe-ajito-section .content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 45px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid black;
    padding-bottom: 55px;
	padding-right:20px;
	padding-left:20px;
}

.garage-cafe-ajito-section .cafe-image {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.garage-cafe-ajito-section .cafe-image img {
    width: 100%;
    height: auto;
    display: block;
}

.garage-cafe-ajito-section .cafe-info {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.act-house-logo img {
    width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.signalgreen_logo img {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.act-house-info-section .content-wrapper,
.signalgreen-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.act-house-info-section .act-house-logo,
.signalgreen-section .signalgreen_logo {
    flex-shrink: 0;
}

.act-house-info-section .act-house-details,
.signalgreen-section .signalgreen-details {
    flex-grow: 1;
    text-align: left;
}

.act-house-details h3.section-title-alt,
.signalgreen-details h3.section-title-alt {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.social-qr-icons {
    display: flex; 
    align-items: center; 
    gap: 20px;
    margin-top: 20px; 
}

.social-qr-icons a img {
    width: 60px; 
    height: 60px; 
    display: block; 
    border-radius: 8px; /* 角丸のデザインは維持 */
    box-shadow: none;
    transition: all 0.3s ease-out; /* ホバー時のアニメーションを滑らかに */
}

.social-qr-icons a:hover img {
    opacity: 0.75; 
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.7); 
    transform: translateY(-2px) scale(1.05);
}

.act-house-details a,
.signalgreen-details a {
  transition: color 0.3s ease; /* 色の変化を滑らかにするトランジション */
}

/* act-house-details内のURLのホバー時の色 */
.act-house-details a:hover {
  color: #044bb7; /* マウスホバー時に青系の色に変更 */
}

/* signalgreen-details内のURLのホバー時の色 */
.signalgreen-details a:hover {
  color: #0bc23a; /* マウスホバー時に緑系の色に変更 */
}
.content-block {
    border-bottom: 1px solid black;
    padding-bottom: 45px;
    margin-bottom: 55px;
    margin-top:45px;
	padding-right:20px;
	padding-left:20px;
}

.act-house-info-section,
.signalgreen-section {
    flex: 1;
    min-width: 280px;
    box-sizing: border-box;
    padding-left: 20px; 
    padding-right: 20px; 
}

.map-section {
    width: 100%;
    margin-top:50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.map-section iframe {
    width: 100%;
    height: 450px;
    display: block;
    border: 0;
}
/*コンタクトフォーム*/

.contact_page{
	max-width:960px;
	margin:0 auto;
}

.cf7-title{
	border-bottom: 4px solid #044bb7;
	margin-top:100px;
}


section:nth-of-type(odd) .tit-jp {
    border-bottom: 4px solid #044bb7;
}
@media screen and (min-width: 1025px) {
    .tit-jp {
        width: 540px;
        font-size: 36px;
        text-align: center;
        margin: 30px auto;
		border-bottom: 4px solid #044bb7;
    }
}

/*　フォーム全体　*/

body.page-id-24{
    width: 100%;
    margin:100px auto 0 auto;
}

body.page-id-24{
	justify-content:center;
}

body.page-id-24{
	width:auto;
}


/* FORM Objects */

.tit-jp {
        width: 540px;
        font-size: 36px;
        text-align: center;
        margin: 30px auto;
		border-bottom: 4px solid #044bb7;
    }

table.ts01 {
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}


p.pnom {
  margin:30px auto 30px auto;
	text-align: center;
}

.form-content {
  width: 100%;
  max-width: 960px;
  padding: 0;
	margin: 85px auto 30px;
}


.formbox-mini {
  width: 110px;
}


.formbox-short {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-short {
    max-width: 240px;
  }
}


.formbox-middle {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-middle {
    max-width: 600px;
  }
}


.formbox-long {
  width: 100%;
}


.td-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .td-inner-wrap {
    width: auto;
  }
}


.td-inner-col {
  width: 100%;
}

@media (min-width: 481px) {
  .td-inner-col {
    width: auto;
  }
}


.formInner table.ts01 tr td p.input-cap {
  font-size: 12px;
  font-weight: bold;
}


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="url"], 
input[type="number"], 
input[type="file"], 
input[type="password"], 
textarea, 
select {
  border: 1px solid #d5d5d5;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
}

@media (min-width: 481px) {
  input[type="tel"], 
  input[type="email"], 
  input[type="url"], 
  input[type="number"], 
  input[type="file"], 
  input[type="password"], 
  textarea, 
  select {
    font-size: 14px;
  }

	input[type="text"]{
		margin-bottom:10px;
	}
	input#zip {
    margin-bottom: 10px;
}
	
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 24px;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid #0bc23a;
  cursor: pointer;
}

@media screen and (min-width: 481px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    width: 160px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 769px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    width: 200px;
    height: 40px;
    font-size: 20px;
    border-radius:5px;
  }
}


section:nth-of-type(odd) input[type="submit"], 
section:nth-of-type(odd) input[type="reset"], 
section:nth-of-type(odd) input[type="button"] {
  background-color: #fff;
}


section:nth-of-type(even) input[type="submit"], 
section:nth-of-type(even) input[type="reset"], 
section:nth-of-type(even) input[type="button"]{
  background-color: #fafafa;
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
  border: 2px solid #26b430;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


p.go-submit {
  padding: 30px 0 0 0;
  margin: 0 auto 15px;
  text-align: center;
}

p.pp-concent.ani {
    text-align: center;
	margin-bottom:10px
}

p.pp-link.ani {
    text-align: center;
	margin-bottom:20px;
}

.hissu {
  color: #0bc23a;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0.15em;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .hissu {
    font-size: 20px;
    margin: 0 0.2em;
  }
}

@media screen and (min-width: 769px) {
  .hissu {
    font-size: 24px;
    margin: 0 0.2em;
  }
}


.formInner .wpcf7-list-item {
  margin: 9px 0 9px 1em;
}


.formInner .wpcf7-list-item label {
  cursor: pointer;
}


.formInner .select-multi .wpcf7-list-item {
  display: block;
}


.formInner table.ts01 tr td {
  padding: 10px 5px;
}

@media screen and (min-width: 769px) {
  .formInner table.ts01 tr td {
    vertical-align: middle;
  }
}

.sent .formInner {
  display: none;
}


.complete-display {
  display: none;
}


.sent .complete-display {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 2rem 0;
  display: block;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .sent .complete-display {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 769px) {
  .sent .complete-display {
    padding: 6rem 0;
  }
}


.sent .complete-display h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: bold;
}


div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 1rem auto;
  width: auto;
  max-width: 100%;
  height: auto;
}

div#autozip {
    display: none !important;
}

/*コンタクトフォームおわり*/

/*Thanksページ*/

.contact_fin{
	margin-top:170px;
}

.contact_fin_text{
	margin-top:80px;
	margin-bottom:100px;
	text-align:center;
}

.buckbuttom{
	margin:15px auto 50px auto;
	text-align:center;
}

.back_text{
	border-bottom:1px solid #000;
}

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


section.privacy {
    max-width: 960px;
	margin: 160px auto 15px auto;
}

.tit-en {
	padding: 5px 0 0;
	font-size: 16px;
	text-align:center;
}

h2.sec-title {
    margin-bottom: 60px;
}

.contact .body-copy {
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
  text-align: center;
}

.contact .body-copy p {
  font-size: 12px;
}

@media screen and (min-width: 481px) {
  .contact .body-copy p {
    font-size: 16px;
  }
h2.sec-title {
    margin-bottom: 50px;
}	
}

@media screen and (min-width: 769px) {
  .contact .body-copy p {
    font-size: 18px;
  }
}


.contact p.pp-concent {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact p.pp-concent {
    margin: 40px auto 0 auto;
  }
}

.contact p.pp-link {
  margin: 20px auto 0 auto;
  text-align: center;
}

.contact .formInner p.pp-concent .wpcf7-list-item {
  margin: 0;
}

.pp-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.pp-group {
  width: 100%;
  padding: 0;
  margin: 0 auto 30px;
}

@media screen and (min-width: 481px) {
  .pp-group {
    margin: 0 auto 50px;
  }
}

.pp-group h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

@media screen and (min-width: 481px) {
  .pp-group h3 {
    font-size: 24px;
  }
}


.pp-group p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .pp-group p {
    font-size: 16px;
  }
}


.pp-group ul {
  padding: 0 0 0 1.5em;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .pp-group ul {
    font-size: 16px;
  }
}


.pp-group li {
  list-style: square;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  .pp-group li {
    font-size: 16px;
  }
}


.pp-group li:last-of-type {
  margin-bottom: 0;
}




/*会社概要*/
.company{
	max-width: 1000px;
    margin: 40px auto 20px auto;
    padding: 20px;
}

.company_content{
    width:100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.company th {
    font-weight: 700;
    background-color: #f7f7f7;
    padding: 25px 25px;
    font-size: 16px;
    border-top: 1px solid #8e8e8e;
    line-height: 1.6;
    color: #333;
}

.company td {
    font-weight: 400;
    background-color: #ffffff;
    padding: 25px 25px;
    font-size: 16px;
    border-top: 1px solid #8e8e8e;
    line-height: 1.6;
    color: #333;
}


.company_content tr:last-child td {
    border-bottom: 1px solid #8e8e8e;
}

.company_content tr:last-child th {
    border-bottom: 1px solid #8e8e8e;
}


.company_picture{
    max-width: 1200px;
    display: flex;
    margin: 0 auto 50px;
    justify-content: center;
}

.officce2{
	width:50%;
    max-width: 450px;
	padding:20px 0 20px 20px;
	object-fit:cover;
}

.map{
    max-width: 450px;
	padding:20px;
}


/*404ページ*/
.not-found{
	width:100%;
	text-align: center;
  font-size: 2em;
	line-height:1.25em;
	margin-top:170px;
	color:rgba(84,84,86,1);
}

.fade-in-text {
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 3s forwards; /* フェードインアニメーションの設定 */
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}
.not-page{
	max-width: 1200px;
    margin: 0 auto;
	text-align: center;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	color:rgba(138,141,143,1);
	font-family: 'Josefin Sans', sans-serif;
	margin-top:10px;
}


.page404-text-box {
    max-width: 1200px;
    margin: 50px auto 170px auto;
    text-align: center;
    color: rgba(138, 141, 143, 1);
    width: 100%;
}

.text-border{
	border-bottom:1px solid #044bb7;
}

a.text-border {
    color: #044bb7;
}

/*準備中*/
.jyunbi{
	width:100%;
	text-align: center;
    font-size: 2em;
	margin-top:170px;
    margin-bottom: 150px;
	color:rgba(84,84,86,1);
	font-family: 'Josefin Sans', sans-serif;
}


.br-sp{
    display: none;
}

.sma2{
	display: none;
}

/* =======レスポンシブここから======== */
/*----top----*/
@media (max-width: 768px){
    /*sp*/
    .pcdisplay {
        display: none !important;
    }

.spdisplay{
    display: block;
}

    .topimage{
        background-image: url(image/sp_top_01.jpg);
        height:15%;
        width:100%;
        background-size: cover;
        background-position: center bottom;
		padding: 0 10px 20px;
    }
    .logo_container{
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    img.logo_top {
        width: 150px;
    }
    
    .top_text{
        padding: 15px 50px 0;
        font-size: 26px;
        font-weight: 900;
        color: #000;
        text-shadow:3px 2px 0 #fff,
                -2px 2px 0 #fff,
                2px -2px 0 #fff,
                -2px -2px 0 #fff;
}
    .sale_text{
        font-size: 16px;
        font-weight: 800;
        width: 100%;
        text-align: center;
        margin:5px auto 0px auto;
        color: #000;
        text-shadow:2px 1px 0 #fff,
                -1px 1px 0 #fff,
                1px -1px 0 #fff,
                -1px -1px 0 #fff;
}
	

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
    /*動き*/
	transition: all 0.6s;
}


/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/* アップデート */
	  .insta {
    padding: 0 25px;
}  
	
.update-container{
    width: 100%;
    margin-top: 30px;
}

.update-title{
    display: flex;
    justify-content: center;
    margin-top:35px;
    margin-bottom: 40px;
}

.title_picture{
    width: 40px;
}

.update-title h1{
    font-size: 25px;
    margin-right: 10px;
}

ul.insta_item{
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

li.list{
    width:100%;
    height:100%;
    margin-right: 1%;
}

li.list:last-child{
    margin-right: 0;
}
div.image{
    max-width:235px;
    max-height:235px;
}

div.image img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.insta_buttom{
    width: 100%;
    display: flex;
    margin: 50px auto;
    justify-content: center;
}
	
div#sbi_load {
    margin-top: 15px;
}

.insta_buttom img{
    max-width:130px;
    max-height:30px;
}

	
.insta {
    padding: 0 20px 45px;
	height: 100%;
}


/* 不動産仲介TOP */
.realestate_container{
    width: 100%;
    background-color: #0bc23a;
}

.realestate-title h1{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding-top: 55px;
    margin: 0 auto;
}

ul.realestate_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin:20px auto 0 auto;
    padding-bottom: 45px;
}

li.realestate_list{
    width:100%;
    min-height: 420px;
    margin-right: 2rem;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.list_title{
    color:#fff;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.realestate_content{
    color:#fff;
    font-size: 16px;
    margin-left: 20px; 
    margin-bottom: 10px;
    font-weight: normal;
}

.realestate_link{
    color:#fff;
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    padding:10px;
    font-weight:bold;
}

.realestate_image {
    padding: 4%;
}

/* サービス情報 */
.service_container{
    width:100%;
    background-color: #044bb7;
}

.service_title h1{
    display: block;
    max-width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 55px;
    margin: 0 auto;
    font-size:25px;
}

ul.service_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin:20px auto 0 auto;
    padding-bottom: 50px;
}

li.service_list {
    width: 80%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 25px auto 30px;
}

li.service_list:last-child{
    margin: 25px auto;

}
.servicemenu_title{
    color:#888;
    font-size: 22px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.service_content{
    color:#888;
    font-size: 12px;
    margin-left: 10px; 
    margin-bottom: 10px;
    font-weight: normal;
    max-height: 85px;
    text-align: center;
}

.service_link {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #044bb7;
    text-align: center;
    padding: 8px;
    font-weight: bold;
}

.service_image img{
display: block;
width:40%;
justify-content: center;
margin: 10px auto 0 auto;
}

/*店舗情報*/

.officce_container{
    width:100%;
    background-image:url(image/officce_02.jpg);
    height:45%;
    width:100%;
    background-size: cover;
    background-position: center top;
}
.officce_title h1{
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding-top: 55px;
    margin: 0 auto 20px auto;
    font-size:25px;
}

.officce{
    max-width: 480px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding:0 20px 70px 20px;
}

.officce_image img{
    width:100%;
}

.officce_image {
    width: 100%;
	height: 300px;
}

.contact_box{
    max-width:480px;
    width: 100%;
    height:370px;
    background-color: #fff;
    opacity: 0.7;
}

.contact_box h3{
    margin:40px auto 20px;
    font-weight: bold;
    font-size: 20px;
}
.contact_buttom{
    display: flex;
    flex-direction: column;
    max-width:400px;
    width: 100%;
    margin: 20px auto;
}

.contact_buttom img{
    margin-bottom: 15px;
    padding-left: 0;
}

.company_buttom{
    width:100%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 100px 15px 80px;
    margin-top: 50px;
}

p.company_text {
    margin-bottom: 50px;
    font-size: 14px;
}

.footer_logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.footer_nav{
    width:100%;
    margin: 0 auto;
}

.footer_nav ul{
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
    padding: 0 20px;
}

.footer_nav ul li {
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    border: none;
}

.footer_nav ul li a{
    display: block;
    font-weight: bold;
    padding: 0 2em;
    font-size: 16px;
}

.footer_nav ul li:first-child{
    border-left:none;
}

.footer_nav a{
    color: #fff;
    font-weight: bold;
}


/*-----２階層目-----*/
	
.sp-none {
    display:none !important;
}

.header > .page-head_container {
	justify-content: center;
}

img .page-head_container{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-title-container{
    margin-top: 100px;  
}
	
.header .header-tel {
  position:absolute;
  top:10px;
  right:5%;
  display:inline-block;
  width:50px;
  height:50px;
	z-index: 999;
}
.header .header-mail {
  position:absolute;
  top:10px;
  right:18%;
  display:inline-block;
  width:50px;
  height:50px;
	z-index: 999;
}


.page-title-container{
    display: block;
    width: 100%;
}

.rental,.kaitai{
    display: block;
    max-width: 200px;
    margin-top: 30px;
}

.rental_home {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    text-align: center;
}
.kaitai_home {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    margin: 20px auto 60px;
    text-align: center;
}

.rentalimage {
    width: 100%;
}
.rental_text {
    border: 1px solid #888;
    padding: 45px 20px;
    width: 100%;
}
.rental_container img {
    max-width: 480px;
    text-align: left;
    display: block;
    object-fit: cover; /* 画像の比率が変わらないように、object-fit 。画像の左右が切れるのに注意 */
}
.rental_text p{
    margin-bottom: 15px;
}

.link_buttom{
    width: 250px;
}

a .link_buttom{
    margin-top: 25px;
}

.kaitaiimage {
    width: 100%; 
}
.kaitai_text {
    border: 1px solid #888;
    padding: 45px 20px;
    width: 100%; 
}
.kaitai_container img {
    max-width: 480px;
    text-align: left;
    display: block;
    object-fit: cover; /* 画像の比率が変わらないように、object-fit 。画像の左右が切れるのに注意 */
}
.kaitai_text p{
    margin-bottom: 25px;
}

.contact_box2 h3{
    margin:20px auto 20px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}
.contact_buttom2{
    display: flex;
    flex-direction: column;
    max-width:350px;
    margin: 20px auto;
    padding-left: 30px;
    padding-right: 10px;
}
.contact_box2{
    width:100%;
    margin-top: 20px;
}
.company2 {
    text-align: center;
    font-size: 14px;
}

/*管理ページ*/
.sub-title{
    max-width: 768px;
    font-size: 26px;
    width: 100%;
    margin: 30px auto 15px auto;
    font-weight: 900;
    text-align: center;
}

.sub-title2 {
    max-width: 480px;
    font-size: 16px;
    width: 100%;
    margin: 25px auto 30px auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.pointtitle{
    width: 300px;
    display: block;
    margin-bottom: 30px;
}

.point{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto 25px;
}

img.point-image{
    display: block;
    max-width:400px;
}

.point-text {
    line-height: 1.8;
    margin-top: 14px;
    font-size: 16px;
    margin: 0 25px 30px;
}

img.naiyou_taitle{
    width: 220px;
    display: block;
    margin-bottom: 30px;
}


ul.naiyou_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin:0 auto 0 auto;
}

li.naiyou_list{
    width:100%;
    min-height: 280px;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 3px solid #044bb7;
    margin-bottom: 25px;
}

li.naiyou_list:last-child{
    margin-right: 0;
    margin-bottom: 0;
}

.naiyoumenu_title{
    color:#888;
    font-size: 22px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.naiyou_content{
    color:#888;
    font-size: 14px; 
    margin-bottom: 10px;
    font-weight: normal;
    max-height: 85px;
    text-align: center;
}

.naiyou_image img{
display: block;
width:100%;
justify-content: center;
margin: 0 auto 0 auto;
}

.naiyou{
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 0;
}

.matome{
    max-width: 480px;
    margin: 25px auto 35px auto;
    text-align: center;
}

.matome-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.marker{
    background: linear-gradient(transparent 70%, #fdf356 70%);
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
}

p.matome-text{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2;
    padding-left: 15px;
    padding-right: 15px;
}

/*資産運用*/
    .taisaku {
        display: block;
        width: 100%;
        padding: 15px;
        text-align: center;
        margin: 0 auto;
    }
	
.sisan_text {
    margin-left: 10px;
    font-size: 18px;
}
	

/*建築提案*/
	.maintitle{
		max-width: 768px;
        font-size: 26px;
        width: 100%;
        margin: 30px auto 15px auto;
        font-weight: 900;
        text-align: center;
		padding:0 20px;
    }
	
.jirei_container {
    text-align: center;
    padding:0 20px;
}

.jirei_pic {
    max-width: 100%;
    margin: 45px auto;
	padding: 0 20px;
	justify-items: center;
}

.teian {
	margin: 0 auto 60px;
	padding: 40px 40px 20px;
    max-width: 600px;
    margin: 0 auto;
	justify-items: center;
    background-color: #f2f2f2;
}

.teian_pic {
    display: flex;
	flex-direction:column;
}
img.teian_img {
    margin: 15px 10px;
    width: 300px;
}

.teian_comment p{
	font-size:18px;
	max-width:400px;
	margin:15px auto;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
	
.jirei_container h2 {
	font-family: "adobe-caslon-pro", serif;
	font-size: 28px;
}
	
.jirei_container p {
    font-size: 16px;
}
	
.jirei_bottom{
	background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 30px 15px 30px;
    margin-top: 50px;
}
/*リノベーション*/
	.maintitle{
        max-width: 768px;
        font-size: 26px;
        width: 100%;
        margin: 30px auto 15px auto;
        font-weight: 900;
        text-align: center;
		padding:0 20px;
    }
	
.rinobeplan{
	max-width:780px;
	margin:0 auto;
}

.rinobe_title {
    text-align: center;
	margin-bottom:20px;
	font-size:12px;
	padding:15px
}

.mainpicture{
	max-width:780px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
}


.before{
	font-family:Bad Script;
	margin:0 25px;
}

.after{
	font-family:Bad Script;
	margin:0 25px;
}

.b_pic{
	width:100%;
	padding:0 20px;
}

.a_pic {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0.2rem;
    max-width: 400px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	.b_pic{
	max-width:400px!important;
}
	
.rinobe_text{
	max-width:780px;
	margin:20px auto;
	align-content:center;
	padding:0 25px
}

.gaiyou{
	border:1px solid #000000;
	padding:30px;
}


.subpicture {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin: 40px auto 60px;
    padding: 20px;
}

img.pic {
    width: 100%;
    margin: 0.2rem;
}
	
    .tsuika_fukidasi {
        width: 220px;
        top: -50px;
        right: -50px;
        transform: rotate(10deg);
    }
	
/*会社概要*/

.company_picture{
    max-width: 480px;
    display: flex;
    flex-direction: column;
}

.company th {
    width: 10em;
}

.company td {
    width: auto;
}

.officce2{
    width: 100%;
	padding:20px;
}

.map{
	padding:20px;
}
	
	
iframe {
    width: 100%;
}
/*team-act*/
body.page-id-79 .maintitle {
	font-size: 1.6rem;
	border-bottom: 1px solid black;
	padding-bottom: 8px;
	display: table;
    width: calc(100% - 50px);
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
	
    body.page-id-79 .sub-title2 {
        max-width: 760px;
        font-size: 16px;
        width: 100%;
        margin: 25px auto 30px auto;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .thumbnail-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .image-gallery-section .image-container {
        margin-bottom: 20px;
    }

    .garage-cafe-ajito-section {
        margin-bottom: 30px;
    }

    .garage-cafe-ajito-section .content-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%; /* 親のパディングの内側で100% */
        box-sizing: border-box;
        border-bottom: 1px solid black; /* スマホ時の線 */
        padding-bottom: 30px;          /* スマホ時の線とコンテンツの間のパディング */
    }

    .garage-cafe-ajito-section .cafe-image,
    .garage-cafe-ajito-section .cafe-info {
        flex-basis: auto;
        width: 100%;
        max-width: 400px;
    }
    .garage-cafe-ajito-section .cafe-info {
        text-align: center;
    }
    .garage-cafe-ajito-section .social-qr-icons {
        justify-content: center;
    }
    .content-block{
        /* border-bottom: 1px solid black; */ /* PCのスタイルが適用される */
        /* padding-bottom: 45px; */        /* PCのスタイルが適用される */
        margin-bottom: 35px;
		padding-right:10px;
		padding-left:10px;
    }

    .showroom {
        gap: 0;
    }

    .showroom > h2 {
        font-size: 1.4em;
        margin-bottom: 20px;
    }

    .act-house-info-section,
    .signalgreen-section {
        flex-basis: 100%;
        min-width: unset;
        margin-bottom: 25px;
    }
    .showroom > .signalgreen-section {
        margin-bottom: 0;
    }

    .act-house-info-section .content-wrapper,
    .signalgreen-section .content-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 0;
    }

    .act-house-info-section .act-house-details,
    .signalgreen-section .signalgreen-details {
        text-align: center;
    }
    .act-house-details h3.section-title-alt, .signalgreen-details h3.section-title-alt {
        margin-top: 0;
        margin-bottom: 0.5em;
        font-size: 1.0em;
    }
/*コンタクトフォーム*/

.sec-body {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
}

.tit-jp {
    display: block;
    width: 280px;
    padding: 0 0 6px;
    margin: 0 auto 5px;
    font-size: 24px;
    line-height: 1.5em;
	text-align: center;
}

	
tr.ani {
    display: flex;
    flex-direction: column;
    text-align: left;
}
	
h2.sec-title {
	margin-bottom: 30px;
}
	
table.ts01 {
    display: flex;
	flex-direction:column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.form-content {
    width: 100%;
	max-width:760px;
    padding: 0;
    margin: 80px auto 30px;
}
	
input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="number"], input[type="file"], input[type="password"], textarea, select {
    display: block;
    width: 100%;
}
	
input[type="submit"], input[type="reset"], input[type="button"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #0bc23a;
    cursor: pointer;
}

p.pp-concent.ani {
    text-align: center;
    margin-bottom: 5px;
}
	form select {
        border: #ccc 1px solid;
        padding: 10px;
        font-size: 18px;
    }
	
	div#autozip {
    display: none !important;
}
.contact_fin_text {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}
	
/*404*/

.not-found{
	width:100%;
	text-align: center;
  font-size: 2em;
	line-height:1.25em;
	margin-top:200px;
	color:rgba(84,84,86,1);
}

.page404-text-box {
    max-width: 480px;
    color: rgba(138, 141, 143, 1);
    width: 100%;
    text-align: center;
    font-size: 16px;
    align-content: center;
    line-height:2.5em;
}

/*準備中*/
.jyunbi{
	width:100%;
	text-align: center;
    font-size: 2em;
	margin-top:100px;
    margin-bottom: 150px;
	color:rgba(84,84,86,1);
	font-family: 'Josefin Sans', sans-serif;
}


.sma{
    display: block;
}

.br-sp{
    display: block;
}
	
.page-top {
        width: 50px;
        position: fixed;
        right: 3%;
        bottom: 20px;
        scroll-behavior: smooth !important;
        opacity: 999;
    }

	.mail{
		width: 50px;
        position: fixed;
        right: 3%;
        bottom: 60px;
        opacity: 999;
	}
}

@media screen and (max-width:1200px){
	.nav{
		display:none !important;
	}
	
	.sp_nav{
	margin-top:70px;
	}
		
	.sp-none {
    display:none !important;
}
	.header > .page-head_container {
        justify-content: center;
    }
	
	.header .header-mail {
		position: absolute;
        top: 10px;
        right: 60px;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 999;
    }
	.header .header-tel {
        position: absolute;
        top: 10px;
        right: 15px;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 999;
    }
	
	.page-contact.pcdisplay {
    display: none;
}
	.page-title {
    margin-top: 130px;
}
	

/* サービス情報 */
.service_container{
    width:100%;
    background-color: #044bb7;
}

.service_title h1{
    display: block;
    max-width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 55px;
    margin: 0 auto;
    font-size:25px;
}

ul.service_item{
    display: flex;
    justify-content: center;
    margin:20px auto 0 auto;
    padding:0 auto 50px auto;
}

li.service_list{
    min-height: 230px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.servicemenu_title{
    color:#888;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.service_content{
    color:#888;
	font-size: 14px; 
    margin-bottom: 10px;
    font-weight: normal;
    max-height: 85px;
    text-align: center;
}

.service_link{
    color:#fff;
    background-color:#044bb7;
    text-align: center;
    padding:8px;
    font-weight: bold;
	width: 80%;
    margin: 0 auto 20px;
}

.service_image img{
display: block;
width:40%;
justify-content: center;
margin: 10px auto 0 auto;
}

}


/*====================================================================
.s_01 .accordion_one
====================================================================*/
@media screen and (min-width:1201px){
    .s_01 {
        display: none !important;
    }
	
}


.s_01 .accordion_one {
    max-width: 1200px;
    margin: 0 auto;
  }
  .s_01 .accordion_one .accordion_header {
    background-color: #044bb7;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .s_01 .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s_01 .accordion_one .accordion_inner {
    display: none;
    border-left: 2px solid #044bb7;
    border-right: 2px solid #044bb7;
    border-bottom: 2px solid #044bb7;
    box-sizing: border-box;
  }
  .box_one {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #044bb7;
}

    .box_one li{
        border-bottom: 0.2px solid #bbaeae;
        padding-top: 5px;
    }

    .box_one li:last-child{
        border-bottom: none;
    }

  .s_01 .accordion_one .accordion_inner .box_one {
    height: 210px;
  }
  .s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }
  @media screen and (max-width: 1200px) {
    .s_01 .accordion_one .accordion_header {
      font-size: 18px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
      width: 30px;
      height: 30px;
      margin-top: -15px;
    }
    .insta/*tabの時高さの抑制*/ {
        padding: 0 25px;
		margin-bottom:20px;
    }
	  .contact_buttom {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 15px auto 0 auto;
}
	  .contact_buttom img {
    padding-right: 10px;
    width: 270px;
    margin-bottom: 10px;
    height: 40px;
}
	  .teian_comment p {
    font-size: 16px;
    max-width: 800px;
    margin: 15px auto 30px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
  }
  @media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
      font-size: 22px;
      text-align: center;
      padding: 15px 15px 15px 15px;
    }
	  
	  .contact_buttom {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 15px auto 0 auto;
}
.insta/*スマホサイズの時*/ {
    padding: 0 25px;
}  
  }

  @media (min-width: 768px) {

    ul.service_item {
        display: flex;
        max-width: 1200px;
        flex-wrap: nowrap;
        gap: 20px;
    }
    li.service_list {
		width: calc((100% - 20px) / 1);
        margin: 0;
    }
.sub-title {
        max-width: 768px;
        font-size: 33px;
        width: 100%;
        margin: 30px auto 15px auto;
        font-weight: 900;
        text-align: center;
    }

  .contact_box h3 {
    margin: 45px auto 10px;
    font-weight: bold;
    font-size: 20px;
}


}
@media (min-width: 1300px) {

    ul.service_item {
        display: flex;
        max-width: 1260px;
        flex-wrap: wrap;
        gap: 20px;
    }
    li.service_list {
        width: calc((100% - 60px) / 4);
        margin: 0;
    }
}

@media (max-width: 500px) {
body.page-id-79 .maintitle {
        font-size: 1.2rem;
        border-bottom: 1px solid black;
        padding-bottom: 8px;
        display: table;
        width: calc(100% - 50px);
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        margin-top: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
	.checkbox {
    display: block;
    width: 25px;
    height: 27px;
}
	.sisan_text {
        margin-left: 0; 
        font-size: 16px;
        width: calc(100% - 20px); 
        padding-left: 10px; 
    }
    p.matome-text {
		font-size: 16px;
        margin-bottom: 15px;
        line-height: 2;
        padding-left: 20px;
        padding-right: 20px;
    }
	
.sma2{
	display: block;
}
	.contact_box {
        max-width: 480px;
        width: 100%;
        height: 350px;
        background-color: #fff;
        opacity: 0.7;
    }
br.br2 {
    display: block;
}
.teian_pic2 .teian_img {
    width: 350px; 
}
.teian {
    margin: 0 auto 60px;
    padding: 20px 20px;
    max-width: 500px;
    margin: 0 auto;
    justify-items: center;
    background-color: #f2f2f2;
}
.teian_comment p {
        font-size: 16px;
        max-width: 800px;
        margin: 0 auto 45px;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .marker {
        background: linear-gradient(transparent 70%, #fdf356 70%);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }
	.tsuika_fukidasi {
        width: 200px;
        top: -80px;
        right: -10px;
        transform: rotate(10deg);
    }
}
@media (min-width:770px) and (max-width:1000px) {
  .b_pic{
	width:200px;
}
	
br.br2 {
    display: none;
}
	
.a_pic{
	width:200px;
}
img.pic {
    width: 170px;
    margin: 0.2rem;
}
img.teian_img {
        margin: 15px 10px;
        width: 250px;
    }
.teian_pic2 .teian_img {
	width: 330px;
}
	.act-house-details h3.section-title-alt, .signalgreen-details h3.section-title-alt {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1em;
}
	.garage-cafe-ajito-section .content-wrapper {
        align-items: center;
    }
	.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

}