@charset "UTF-8";
/*
Theme Name: anellohome2023 
Description:オリジナル
Version: 0.1
Author: Yuki Okamoto
*/
/*Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
img {
  /*  	width: 100%;
    height: auto;*/
}
.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 0;
}
.wp-block-image {
  margin: 0;
}
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter, .wp-block-archives.aligncenter, .wp-block-tag-cloud.aligncenter, .wp-block-latest-comments.aligncenter, .wp-block-rss.aligncenter {
  text-align: center;
}
body {
  box-sizing: border-box;
	
}
body *, body *::before, body *::after {
  box-sizing: inherit;
}
/* 変数 */ :root {
  --f1: 21px;
  --f2: 20px;
  --f3: 18px;
  --f4: 15px;
  --f5: 12px;
  --basecolor: #e0dace; /* 基本色 */
  --gray: #666;
  --myfont: 'Noto Sans JP', sans-serif;
  --myw: 1200px; /* 標準幅 */
}
/* フォント */
body {
  font-family: var(--myfont);
	font-size: 15px;
    line-height: 1.8;
  color: #555;
  /*  background-image: url("img/bg.jpg");*/
}
section {
  margin-top: 50px;
  height: auto;
}
/*フェードインアニメーションここから*/
.fadein-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fadein-animation {
    opacity: 1;
    transform: translateY(0);
}
/*フェードインアニメーションここまで*/
p {
/*  margin-left: 5%;
  margin-right: 5%;*/
  margin-bottom: 1em;
/*	text-align: justify;*/
}
/*h1 {
  font-size: var(--f1);
  color: var(--gray);
  font-weight: 400;
  text-align: center;
  background-image: url("/img/page-eycyatch.jpg");
  background-repeat: no-repeat;
  margin: 50px 0 40px;
}*/
h1 {
    background-image: url(img/page-eycyatch.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 21px;
    color: #fff;
    text-shadow: 1px 2px 3px #606060;
	letter-spacing: 0.2em;
}
h2 {
  font-size: var(--f2);
  color: var(--gray);
  font-weight: 400;
  text-align: center;
  margin: 50px auto 40px;
  padding: auto;
	letter-spacing: 0.1em;
}
h3 {
    font-size: var(--f3);
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 10px;
  /*  margin-left: 5%;*/
    /* margin-inline-start: 0; */
    border-bottom: solid 5px var(--basecolor);
    width: fit-content;
    padding: 0 2px;
}
h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 2em;
  border-bottom: solid 2px var(--basecolor);
  line-height: 1.5;
}
h5 {
  font-size: var(--f5);
}
ul {
  list-style: none;
}
.list-style li {
  font-size: var(--f4);
  padding-left: 1em;
  text-indent: -.7em;
}
.list-style li:before {
  content: "■";
  color: blue;
}
.wp-block-table td, .wp-block-table th {
  border: none;
  border-bottom: 1px solid #666;
}
.wp-block-table td {
  border-right: 1px solid #666;
  width: 20px;
}
table {
  border: none;
  margin: 40px auto;
}
th {}
td {
/*  width: 100%;*/
  border: none;
  padding: 10px;
  font-size: 15px;
}
.last td:last-child {
  border-bottom: solid 1px var(--basecolor);
  width: 100%;
}
.tbl-psc {
  width: 100%;
}
.tbl-psc th, .tbl-psc td {
  border-bottom: none;
  display: block;
  width: 100%;
}
.last td:last-child {
  border-bottom: solid 2px var(--basecolor);
  width: 100%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
button {}
.wp-block-button_link:active, .wp-block-button_link:visited {
  color: var(--basecolor);
}
.wp-block-button_link:focus, .wp-block-button_link:hover {
  color: coral;
}
.wp-block-button_link {
  color: var(--basecolor);
  background-color: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-media-text .wp-block-media-text__media {
  margin: 2em;
}
/* 横幅 */
.contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
/*	    margin-top: 65px;*/
}
.container {
  width: 100%;
  max-width: 100%;
  padding: 0 5%;
}
/*.container > .alignfull {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  width: auto;
}*/
.wrap {
  width: 100%;
  height: auto;
  /*  margin-top: 100px;*/
}
.wrapper {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
/* リンク */
a {
  color: inherit;
  text-decoration: none;
  font-size: var(--f4);
}
a:hover {
/*  color: coral;*/
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
/* 記事が属するカテゴリー */
.post-categories {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.post-categories li:not(:last-child) {
  margin-right: 10px;
}
.post-categories a {
  padding: 3px 10px;
  font-size: var(--f1);
}
.post-categories::before {
  /*  content: "\f318";
  font-family: "dashicons";
  color: var(--basecolor);
  font-size: var(--f2);
  line-height: 1;
  margin-right: 5px;*/
}
/* スクリーンリーダー用のテキスト */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text {
  display: none;
}
/* 前後の記事へのリンク */
.navlinks-wrap{
	    width: fit-content;
}
.nav-links {
  display: flex;
  margin: 50px 0;
  font-size: var(--f6);
	margin-left: auto;
    margin-right: auto;
}
.nav-previous {
  flex: 1;
  display: flex;
  align-items: center;
	margin-right: 10px;
}
.nav-next {
  flex: 1;
  margin-left: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-links a{
	font-size: 14px;
}
.nav-previous::before {
  content: "\f141";
}
.nav-next::after {
  content: "\f139";
}
.nav-previous::before, .nav-next::after {
  font-family: "dashicons";
  color: var(--basecolor);
  font-size: var(--f2);
  line-height: 1;
}
/* ヘッダー */
#header {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  height: auto;
  min-height: 55px;
 /* background-color: #e0dace;*/
}
.header a {
  font-size: var(--f3);
  font-family: var(--myfont);
}
.header p {
  margin: 0;
  font-size: var(--f6);
}
.header_logo {
  padding-block-start: 8px;
  margin-inline-start: 10px;
	    width: 80px;
}
.sns-icon {
  display: none;
}
/*ハンバーガーメニューここから*/
.menu-img_area{
	
}
.nav-menu {
  background: #666;
  list-style: none;
  margin: 0;
  padding: 10px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 18px;
}
.menu-list_wrap{
	display: flex
}
.menu-list {
  display: flex;
  margin-inline-start: 15%;
	    margin-bottom: 10px;
}
.menu-list li {
      width: 100px;
    text-align: left;
}
.menu-list a{
	color: #fff;
}
.sub-menu {
    margin-left: 10%;
}
.sub-menu li  {
  font-size: 14px;
	    background: none;
    color: #fff;
	    text-align: left;
	margin-left: 10px;
	    width: 150px;
	
    margin-bottom: 5px;
}
#global-menu.open {
  display: block;
}
.toggle-btn {
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  right: 20px;
/*  display: none;*/
  z-index: 999;
	  display: block;
  margin-block-start: 10px;
}
.toggle-btn {

}
.toggle-btn:hover {
  cursor: pointer;
}
.toggle-btn span {
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 30px;
  position: relative;
}
.toggle-btn span:before {
  content: "menu";
  display: inline-block;
  /* background: #333;*/
  height: 2px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 0;
	color: #fff;
}
.toggle-btn span:after {
  content: "";
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -10px;
  left: 0;
}
.toggle-btn:active{
	color:#fff;
}
#open-btn.active span {
  background: transparent;
}
#open-btn.active span:before {
  transform: rotate(45deg);
  top: 0;
  content: "";
  background: #fff;
}
#open-btn.active span:after {
  transform: rotate(-45deg);
  top: 0;
}
.nav-menu {
  display: none;
}

.menu-wrap {
  padding: 30px 0;
	    height: 100vh;
}
.company-info {
display: none;
}
.company-info p {
  color: #fff;
	    margin-left: 20px;
    margin-right: 20px;
}
.foot-btn_wrap{
	display: none;
}
.menu_logo {
  width: 100px;
  height: auto;
      margin: 20px auto 20px 10%;
}
.foot-btn {
  background-color: #e0dace;
  width: 45%;
}
.btn-inner {
  display: flex;
  padding: 10px;
  align-items: baseline;
}
.btn-inner img {
  padding-left: 10px;
  width: 30px;
}
.btn-inner p {
  margin: 0;
}
/*ハンバーガーメニューここまで*/
/*サイドバー*/
#sidebar-sp {
  background-color: #e0dace;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sidebar-sp_tab {
  width: 25%;
  height: auto;
  border-left: solid 2px #fff;
  text-align: center;
}
.sidebar-sp_tab a {
  font-size: 14px;
}
  .sidebar-tab-1 {
	  display: block;
    width: 25vw;
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 1000; 
    background-color: #404040;
    color: #fff;
   top: 80px;
  }
.sidebar-tab-1 .front-thumbnail{
	width: 40%;
    height: auto;
    padding: 3% 0;
    margin-bottom: 0;
}
.kanseikengakukai{
	width: 50%;
}
.sidebar-tab-3{
	background-color: #404040;
	color: #fff;
	display: none;
}
#front #top-openhouse h4{
	    width: 63%;
    margin-right: 2%;
}
#top-openhouse .front-thumbnail{
margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
    width: 30%;
}
#top-openhouse .top-openhouse{
	margin-top: 0;
	display: flex;
	justify-content: space-between
}
#front h4{
	    width: 55%;
}
#front .frontworks-h4{
	width: 65%;
}
#tab2  .front-thumbnail{
	margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
    width: 30%;
}
#tab2 h4{
	text-align: left;
    margin: 0 0 20px;
	    width: 60%;
}
.sidebar-tab-3 .front-thumbnail{
	width: 40%;
    height: auto;
    padding: 5% 0;
    margin-bottom: 0;
}
.sidebar-tab-3 h4{
	width: 100%;
}
.sidebar-tab-3_yoyaku{
	background-color: var(--gray);
}
.next-3{
	    color: #fff;
    text-align: center;
	    padding: 10px;
		    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.sidebar-sp_img {
    width: 20%;
    margin: 5px auto;
}
.sidebar-tab{
	display: none;
}
.sidebar-line{
	display: none;
}

/* 記事一覧 */
.mypostlist{
	margin-top: 50px;
}
.mypostlist article {
  /*  width: 400px;*/
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.mypostlist p {
  line-height: 1.5;
/*	margin-right: 5%;
    margin-left: 5%;*/
}
.mypostlist ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
	    align-items: flex-start;
}
.mypostlist li {
  width: 45%;
  height: auto;
	margin-bottom: 50px;
}
/* ページネーション */
.pagination{

}
.dashicons-arrow-left-alt2{
	    margin-top: 2px;
}
.dashicons-arrow-right-alt2{
	margin-top: 5px;
}
.pagination .nav-links {
  margin-bottom: 50px;
  justify-content: center;
}
.prev {
  margin-top: 4px;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 15px;
}
.pagination a {
  color: #666;
}
.pagination .current {
  color: #aaaaaa;
}
.page-n {
  width: 150px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-top: 30px;
}
/*.widget serect {
  width: 100%;
  height: 40px;
  border: solid 1px #aaa;
}*/
/*フロントページここから*/
.mv-cover{
	width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: absolute;
    z-index: 500;
    display: flex;
    flex-wrap: nowrap;
    top: 100px;
}
.mv-cover p{
	width: 30%;
	color: #fff;
	font-size: 7px;
	background-color:rgba(64, 64, 64, 0.5);
	padding: 15px 5px;
	display: block;
	margin: 0;
    text-align: center;
}
  .mv-pc {
    display: inherit;
    width: 100%;
    max-width: 100%;
	      position: relative;
	      z-index: -10000;
  }
/*.wp-block-video {
  margin: 0;
}*/
#front h2{
	font-size: 28px;
}
.title {}
.date-title {
 /* margin-left: 1em;*/
  margin-bottom: 1em;
}
#front .box {
  display: block;
  width: 45%;
  height: auto;
  margin: 30px auto 0;
}
.front-box-img {
  width: 100%;
  height: auto;
}
.acbox-list {
  font-size: 13px;
  text-align: center;
  color: #fff;
      margin: 10px 0;
}
.attachment-post-thumbnail {
  width: 100%;
  height: auto;
  /*width: 384px;
  height: 216px;*/
  /*max-width: 100%;
  margin-bottom: 1em;*/
}
.thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail {
  width: 100%;
  height: auto;
}
.concept {
  background-color: #e0dace;
  padding: 2em 0;
  width: 100%;
  align-items: flex-end;
}

.concept-img {
  width:150px;
  height: auto;
}
.concept-copy{
	font-size: 20px;
    margin: 50px auto 40px;
	letter-spacing: 0.1em;
}
.concept p{
	font-size: 0.9em;
	    text-align: justify;
	line-height: 2;
	    margin: 0 5%;
}
.open {
  width: 28px;
  height: auto;
  margin-inline-start: 80%;
}
/*アコーディオンここから*/
.accordion {
  margin-top: 24px;
}
.accordion-header {
  display: flex;
/*  align-items: center;*/
  cursor: pointer;
}
.accordion-toggle {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
.open-wrap{
	 width: 220px;
    display: flex;
	margin-right: 3%;
    margin-left: auto;
}
.open-wrap p{
	    margin-top: 50px;
}
.accordion-content {
  display: none;
  background-color: #666;
	    padding-bottom: 20px;
}
/*アコーディオンここまで*/
.more {
  display: block;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  font-size: 14px;
  padding-top: 3px;
}
.content h3 {
  text-align: center;
  margin-left: 0;
  color: #fff;
  margin-top: 1em;
}

	.front-works ul{
		display: flex;
		    flex-wrap: wrap;
    justify-content: space-between;
	}
	.front-works li{
		width: 100%;
		height: auto;
		
	}
.front-thumbnail{
		width: 30%;
	height: auto;
}

.works-link-tag{
	display: none;
}
.works-link-tag li {
  font-size: 12px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  list-style-type: none;
  background-color: var(--basecolor);
  padding: 3px;
	 width: 45%;
}
.front-btn{
	display: block;
	border: solid 2px #666;
    padding: 10px;
   		width: 300px;
	max-width: 100%;
    height: auto;
    margin: 1em;
    background-color: #fff;
    color: #333;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}
.front-btn:hover{
	background-color: var(--gray);
    color: #fff;
}
.yoyaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 30px;
}
.effect_box_spot.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
.yoyaku-box1 {
  background-image: url("img/front-08.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 230px;
}
.yoyaku-box2 {
  background-color: var(--gray);
  width: 100%;
  padding: 50px 5%;
}
.yoyaku-box2 p {
  color: #fff;
font-size: 23px;
  text-align: center;
}
.btn-free {
  background-color: var(--gray);
  color: #fff;
  border-width: 0;
  border: 2px solid #e0dace;
  padding: 20px 10px;
  font-size: 18px;
	width: 300px;
	max-width: 100%;
	height: auto;
}

.btn-free p {
  font-size: var(--f3);
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.btn-free a{
	font-size: 14px;
}
.yoyaku-2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.yoyaku-2 .btn-free {
  display: block;
  background-color: var(--gray);
  color: #fff;
/*  border-width: 0;*/
  width: 300px;
	height: auto;
	    margin-right: auto;
    margin-left: auto;
  border: 2px solid #e0dace;
  padding: 10px;
  left: 0;
  font-size: 18px;
}

.btn-free:hover{
	background-color: #fff;
	color: var(--gray);
	    border: 0;
}
.btn-free:active{
	background-color: #fff;
	color: var(--gray);
	    border: 0;
}
strong {
  font-size: 20px;
}
/*最新情報ここから*/
#saishin {
  margin-top: 50px;
}
/*タブここから*/
/* タブのスタイル */
.tab {
  overflow: hidden;
}
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--gray);
  cursor: default;
  border-bottom: 2px solid #e0dace;
  width: 49%;
  height: auto;
}
.tab button.active, .tab button.focus, .tab button.hover {
  color: var(--gray);
  cursor: default;
  background-color: #e0dace;
  border-bottom: 2px solid #e0dace;
}
/* コンテンツのスタイル */
.tabcontent {
  display: none;
  /*  padding: 10px 20px;*/
}
.tabcontent a {
  font-size: 15px;
  margin-top: 0;
}
.tabcontent h2 {
  font-size: 15px;
  margin-top: 0;
}
.tabcontent ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
	margin-top: 20px;
}
.tabcontent li {
  border: solid 1px #a9a9a9;
  width: 100%;
  margin: 1em auto;
}
.tabcontent p {
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.5;
}
.title {
  border: 2px solid #a9a9a9;
}
.tablinks {
  color: var(--gray);
  font-size: 15px;
}
.next-2 {
  text-align: end;
  margin-inline-end: 5px;
	margin-bottom: 5px;
	    margin-top: -30px;
}
.news-btn {
  border: solid 2px #666;
  padding: 10px;
  width: 300px;
  height: auto;
  margin: 30px 5% 0;
  background-color: #fff;
  color: #333;
}
.news-btn:hover{
	background-color: var(--gray);
    color: #fff;
}
.syuuryou{
/*	background-color: #404040;
	opacity: 0.5;
    color: #fff;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;*/
}
#tab3 h4{
	    text-align: left;
    margin: 5%;
    width: 100%;
}
/*タブここまで*/

	.bn-img{
		  width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px 0 30px;
	}

/*youtubeここから*/
.youtube-title {
  display: flex;
  margin-top: 50px;
  width: 300px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
	font-size: 20px;
}
.youtube-title::before {
    content: '';
    background-image: url(img/youtube-img.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 21px;
    display: inline-block;
    background-size: contain;
    margin-top: 10px;
    margin-right: -10px;
}
.youtube-title p {
  font-size: 20px;
}
.youtube-mv_li{
	width: 45%;
	height: auto;
	position: relative; 
	padding-bottom: 56.25%;
	margin-bottom: 30px;
}
/*TikTokここから*/
.tiktok-li{
	width: 45%;
	height: auto;
}
/*フロントページここまで*/

/*page-conceptここから*/
.breadcrumb {
  display: flex;
  font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
/*	margin-left: 10px;*/
}
.breadcrumb a{
	 font-size: 13px;
}

.br-pc{
		display: none;
	}
	#page-concept figure{
		margin-bottom: 30px;
	}
#page-concept h3{
	    margin-left: 0;
}

.first-btn-wrap {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
    margin-bottom: 100px;
}
.first-btn {
    border: solid 2px #666;
    padding: 5px 0;
    width: 43%;
    height: 40px;
    margin: 2% 3%;
    background-color: #fff;
    font-size: 15px;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666;
}
/*allconceptここから*/
#allconcept h3{
	margin-left: auto;
}
.accordion-content_block{
	background-color: var(--gray);
}
#allconcept .box {
    display: block;
    width: 45%;
    height: auto;
    margin: 30px auto 0;
}
/*標準仕様・コストここから*/
#page-siyou-cost #sidebar{
	display: none;
}
#page-siyou-cost .box-flex{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#page-siyou-cost .btn-flex{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.hc-accordion{
	    display: block;
	    width: 48%;
}
/*.th-h1{
		color: #fff;
	text-shadow: 1px 1px 2px #666;
    text-align: left;
	position: absolute;
	    margin-left: 20px;
	top: 10px;
}*/
#page-siyou-cost .box {
  display: block;
  width: 47%;
  height: auto;
  margin: 50px auto;
}
#page-siyou-cost h2 {
  margin-bottom: 0;
    margin: 0 auto 50px;
}
#page-siyou-cost h3 {
  margin-top: 30px;
  margin-bottom: 0;
  margin-inline-start: 0;
  border-bottom: solid 5px var(--basecolor);
  width: fit-content;
  padding: 0 2px;
}
#page-siyou-cost .local-nav{
	z-index: 1000;
	    width: 90%;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	display: flex;
    justify-content: space-between;
	    margin-top: 10px;
}

body .is-fixed .local-nav {
  position: fixed;
  top: 0;
  left: 0;
}
#page-siyou-cost .ac-title{
	font-size: 15px;
	margin-bottom: 0;
	color: #333;
   margin-left: 0;
margin-right: 0;
	border: none;
padding: 3% 3% 3% 30%;
}

/*アイコンの三角*/
#page-siyou-cost .ac-title::before {
      content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left: 8px solid #555;
    display: block;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out translateY(-50%);
    margin-top: 12px;
    left: 30px;
}
#page-siyou-cost .ac-title::after {
	display: none;
}
/*　closeというクラスがついたら形状変化　*/
#page-siyou-cost .ac-title.close::before {
  top: 18%;
  transform: rotate(150deg);
}

#page-siyou-cost .accordion-toggle {
	width: 15px;
  margin-top: 0;
  margin-right: 1em;
  margin-left: auto;
}
#page-siyou-cost .accordion-header{
    background-color: var(--basecolor);
	border: solid 2px #fff;
	display: block;
}
#page-siyou-cost .ac-box{
	    background-color: #fff;
		margin: 0;
	    width: 100%;
}
#page-siyou-cost .ac-box ul{
	    justify-content: left;
}
#page-siyou-cost .ac-box li{
    padding: 3px 5px;
    margin: 3px;
    background-color: var(--gray);
    color: #fff;
}
#page-siyou-cost .ac-box li a{
	font-size: 13px;
}

a.anchor {
    display: block;
    padding-top:270px;
    margin-top: -270px;
}
#page-siyou-cost .box {
  margin: 0 0 30px;
}
#page-siyou-cost img {
  width: 100%;
  height: auto;
}
#page-siyou-cost h4 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
/*  margin-left: 0;*/
/*  background-color: #fff;*/
  width: auto;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
	    border: none;
	margin-top: -20px;
	margin-left: 10px;
}

#page-siyou-cost .dot{
width: 10px;
    height: 10px;
    color: var(--basecolor);
	margin-left: -10px;
    padding-top: 20px;
	font-size: 10px;
	line-height: 20px;
}

/*#page-siyou-cost h4::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: var(--basecolor);
  position: absolute;
  left: -15px;
}*/
.box-half {
  display: block;
  width: 47%;
  height: auto;
  margin-inline-start: 0;
}
.img-wrap {
  margin-top: 40px;
}
.tbl-psc th {
  background-color: var(--basecolor);
  width: 100%;
  border: none;
  text-align: left;
  padding: 10px;
  font-size: 15px;
}
/*保障・点検ここから*/
.tenken {
  margin: 30px 0;
}
.tenken p{
  margin-left: 5%;
	    width: 100%;
}
.tenken h4 {
  background-color: var(--basecolor);
  padding: 10px;
  text-align: center;
  width: 110px;
  height: auto;
  margin-left: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
.tenken .flex {
  justify-content: flex-start;
  margin-bottom: 30px;
  align-items: flex-start;
}
/*	.tenken p{
		margin-left: 20px;
		width: 100%;
	}*/
/*カテゴリーページここから*/

/*カテゴリーページここまで*/
/* 記事に関する情報 */

/*アーカイブここから*/

.nav-tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.nav-tag li {
  list-style: none;
  background-color: var(--basecolor);
  padding: 3px;
  margin-bottom: 10px;
  margin-inline-start: 20px;
}
.tag-select {
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  max-width: 483px;
  height: 63px;
  position: relative;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.tag-select_hidden {
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  background-color: inherit;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/*.mypostlist img {
  height: 50%;
}*/
/*アーカイブここまで*/
/*施工事例一覧ここから*/
	#page-works .ac-box li a{
		font-size: 14px;
	}
.works-accordion{
	margin-top: 50px;
}
/*施工事例一覧ここまで*/
/*施工事例ここから*/
#single-works .breadcrumb li :last-child {
  margin-inline-end: 10px;

}
#single-works .breadcrumb p{
	margin-left: 10px;
}
.last-li{
		margin-left: 10px;
}
.textarea1 {
  margin: 30px auto;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-inline-start: auto;
  margin-inline-end: auto;
	font-size: var(--f4);
	line-height: 1.8;
}
.acf-works {
  background-color: var(--basecolor);
  padding: 1em;
  margin: 30px auto;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.acf-wrap {
  width: 100%;
  height: auto;
}
.works-tag ul{
justify-content: left;
}
.works-tag li{
	background-color: #fff;
	padding: 3px 5px;
	margin-right: 10px;
	    font-size: 13px;
    margin-bottom: 10px;
}
.gallery {
  width: 100%;
  height: auto;
  max-width: 960px;
  margin-inline-start: auto;
  margin-inline-end: auto;
	    margin-top: 50px;
}
#single-works figure {
  margin: 30px auto;
}
/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 300px;
  max-width: 100%;
}
.accordion-area li {
  margin: 5px 0;
  background-color: #fff;
  padding: 5px;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.ac-p {
  margin-left: 0;
}
/*アコーディオンタイトル*/
.ac-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  border: solid 1px #666;
}
/*アイコンの＋と×*/
.ac-title::after {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #555; /* 好みで色を変えてください */
  display: block;
  height: 8px;
  right: 25px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out translateY(-50%);
  width: 8px;
}
.ac-title::after {
  top: 50%;
  left: 30px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.ac-title.close::after {
  top: 48%;
  transform: rotate(150deg);
}
/*アコーディオンで現れるエリア*/
.ac-box {
  display: none; /*はじめは非表示*/
  background: #666;
  padding: 3%;
  margin: -20px 14px 30px;
  width: 90%;
  height: auto;
}
/*==================================================
アコーディオンのためのcss
===================================*/
.works-link-tag ul {
  margin-left: 10px;
  justify-content: left;
  margin-bottom: 20px;
}
#page-works .works-link-tag li {
  font-size: 12px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  list-style-type: none;
  background-color: var(--basecolor);
  padding: 3px;
	 width: 45%;
}
.kousyu{
	    background-color: var(--basecolor);
    width: fit-content;
    padding: 0 5px;
    margin-top: -20px;
    font-size: 12px;
}
/*施工事例ここまで*/
/*スタッフ紹介ここから*/
#page-staff .wp-block-columns {
  flex-wrap: nowrap !important;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
#page-staff .wrap {
  width: 100%;
  height: auto;
}
.box-staff img {
    width: 200px;
    height: auto;
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
.tbl-staff {
      margin: 250px 0 80px -100px;
	background-color: #fff;
}
.tbl-staff table {
  margin: 0;
/*  width: 230px;*/
/*  margin-left: auto;
  margin-right: auto;*/
}
.tbl-staff th {
  width: 20%;
  border-bottom: solid 2px var(--basecolor);
  font-size: 14px;
}
.tbl-staff td {
  border-bottom: none;
  border-right: none;
  font-size: 14px;
}
/*faqここから*/
#faq .container p{
	    margin-left: 10px;
}
#faq h2 {
  text-align: left;
}
#faq h3 {
  font-size: 15px;
  vertical-align: middle;
  height: auto;
  padding-top: 3px;
	    margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}
#faq h3::before {
  display: inline-block;
  content: url("img/q-img.png");
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-inline-start: 10px;
  margin-inline-end: 10px
}

#faq .accordion-content p::before {
  display: inline-block;
  content: url("img/a-img.png");
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  /*			    margin-inline-start: -35px;*/
}
/*faqアコーディオンここから*/
#faq .accordion-header{
	background-color: var(--basecolor);
	    margin-bottom: 20px;
	}
.header-q{
	display: flex;
}
.faq-next{   
	    margin-left: 5px;
	    margin-top: 2px;
}
#faq .accordion-content{
	background-color: inherit;
	margin-left: 10px;
	    margin-top: 20px;
}
/*無料相談会予約ここから*/
#soudankai-yoyaku h3{
/*	width: 90%;
    margin-left: auto;
    margin-right: auto;*/
}
.yoyakuform {
	    width: 100%;
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
.yoyakuform h3{
/*	margin-left: 36px;*/
}
.yoyakuform  li{
	    list-style: initial;
    margin-left: 30px;
}

.yoyakuform  li p{
	    margin-left: 0;
	    margin-bottom: 0;
}
.yoyakuform  ul{
	    margin: 30px auto;
}
/*お問合せここから*/
.contact {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #bbb;
}
.wpcf7-submit {
  display: block;
    width: 350px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-start: 3em;
    /* position: absolute; */
    z-index: 9999;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    background-color: var(--gray);
    font-size: var(--f2);
    font-weight: 400;
    max-width: 100%;
    padding: 10px;
}
.wpcf7 form.invalid, .wpcf7 form.unaccepted {
  margin-block-start: -4em;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin-block-start: -3em;
}
/*LINEでのお問い合わせここから*/
.line-img{
	margin-bottom: 30px;
}
.line-friend{
	width: 60%;
    max-width: 400px;
    height: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.line-qr{
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.line-screen img{
width: 100%;
	height: auto;
}
.line-box{
	    margin-bottom: 50px;
}
.linecontact {
	font-size: var(--f3);
    font-weight: 400;
    margin-bottom: 1em;
    border-bottom: solid 5px var(--basecolor);
    width: fit-content;
    padding: 0 2px;
	margin-left: auto;
	margin-right: auto;
}
/*openhouseここから*/
#single-openhouse .breadcrumb li :last-child {
  margin-inline-end: 10px;
}
#single-openhouse img{
	margin-bottom: 30px;
	margin-top: 30px;
}
#single-openhouse .open-eyecatch img{
	margin-top: 0;
}
.center{
	    text-align: center;
	font-size: 16px;
    margin-bottom: 30px;
}
.kaisai-wrap{
	display: block;
}
.kaisai-wrap h2{
	margin-top: 0;
	    margin-bottom: 30px;
}
.kaisai-wrap table{
  border:0;
	cellpadding:5;
}
#single-openhouse th{
	background-color: var(--basecolor);
	display: block;
    width: 100%;
    max-width: 100%;
}
#single-openhouse td{
	border-bottom: solid 2px var(--basecolor);
	display: block;
    width: 100%;
    max-width: 100%;
	    margin-bottom: 30px;
}
#single-openhouse button{
	margin-top: 50px;
	margin-bottom: 50px;
}
.open-eyecatch{
	width: 100%;
		height:auto;
	margin-top: 30px;
}
/*投稿ページここから*/
/*#news h1 {
  background-image: none;
  width: 100%;
  font-size: var(--f2)
}*/
#single .breadcrumb li :last-child {
  margin-inline-end: 10px;
}
#single img{
	margin-top: 30px;
	margin-bottom: 30px;
}
#news img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/*Instagramここから*/
#sb_instagram {
  margin-bottom: 3em;
}
/*News&Topixここから*/
#home h3 {
  font-size: var(--f4)
}
/*会社概要ここから*/
#about table {
  border-color: var(--basecolor);
}
#about .wp-block-table td {
  border-right: none;
  border-bottom: 2px solid var(--basecolor);
  ;
}
#about .wp-block-table td:first-child {
  background-color: var(--basecolor);
  border-bottom: solid 2px #fff;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /*比率をお好みで*/
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-block-end: 24px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*アーカイブページここから*/
#archive figure{
	    margin: 0 0 1em;
}
/*voiceここから*/
#single-voice .breadcrumb li :last-child {
    margin-inline-end: 10px;
}
#single-voice .breadcrumb p {
    margin-left: 10px;
}
/*プライバシーポリシーここから*/
#privacy-policy h2{
	text-align: left;
	border-bottom: solid 2px var(--basecolor);
	    margin-left: 20px;
	width: fit-content;
}

/*404ページここから*/
.pg-error {
  width: 610px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.search-box {
  margin-left: 1em;
}
.search-input {
  width: 300px;
  padding: 5px;
}
.button-submit {
  background-color: gray;
  background-repeat: no-repeat;
  margin-top: 1em;
  width: 100px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  border-width: 0;
}
/*検索ページここから*/
.page-main {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.total, .searchResultLlist {
  margin-left: 1em;
}
/* フッター */
.footer-pagetop {
  /*-----必須-----*/
  width: 20px;
  height: auto;
  position: fixed;
  bottom: 100px;
  right: 1em;
}
#footer {
	margin-top: 50px;
  margin-bottom: 100px;
}
.footer {
  /*padding: 16px;*/
  /*  background-image: url("img/bg.jpg");*/
  /*color: var(--basecolor);
  font-family: var(--myfont);*/
}
.footer-logo {
  width: 40px;
  /*margin-left: auto;
  margin-right: auto;*/
}
.company-name{
	font-size: 20px;
	    margin-left: 20px;
}
.company-name {
	    margin-left: 20px;
}
.kabusikigaisya{
	font-size: 14px;
}
.footer-company {
  width: 80%;
  height: auto;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-end: 30px;
}
.footer-company > .wrap {
  width: 90%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.footer-company .flex{
	    justify-content: center;
}
.footer-adress{
	    width: 190px;
    margin: auto;
	    margin-top: 20px;
}
.footer-adress p{
	font-size: 14px;
}

.footer-menu-wrap {
    width: 320px;
    max-width: 90%;
    height: auto;
    margin-inline-start: 15%;
    margin-inline-end: auto;
}
.footer-menu-wrap li a {

}
.footer-menu-list{
	margin-top: 10px;
}
.footer-menu-list_2 {
  display: block;
  width: 95%;
  margin-inline-end: 5%;
}
.footer-menu-list_3 {
  display: flex;
  padding-bottom: 40px;
}
.footer-menu-list_pc{
	display: none;
}
.footer-sub-menu li{
	padding-bottom: 0;
}
.footer-sub-menu li a {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 400;
  border-bottom: none;
}

.copyright {
  text-align: center;
}

@media (min-width: 600px)and (max-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
  }
  .myresp {
    flex-wrap: nowrap;
  }
  .myresp > *:not(:first-child) {
    margin-left: 10px;
  }
  /*ヘッダーここから*/
  .header-gnav {
    margin-top: 50px;
  }
  .header-gnav li:not(:last-child) {
    margin-right: .5%;
  }
  /*ヘッダーここまで*/
  .widget {
    /*    margin-top: 3em;*/
  }
  /*page-conceptここから*/


.mv-cover{
		    top: 230px;
    width: 80%;
	}
  .first-btn {
        width: 43%;
  }

  .ac-p {
    margin-left: 1em;
  }
	.line-friend {
    width: 40%;
	}

	.tbl-staff{
		    margin: 250px 0 80px 0px;
	}
	.tabcontent li {
    width: 45%;
}
	
}
@media (min-width: 600px) {
.menu-img_area{
	position: fixed;
    top: 0;
    left: 0;
    width: 40vw;
    height: 100vh;
    z-index: 1111;
    transform: translateY(102%);
    background-color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    background-image:url("img/menu-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    transform: translateY(0%);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}
	.menu-list li {
  width:130px;
		    margin-left: 10px;
}
		.yoyaku-2 .btn-free{
		width: 300px;
	}
	 .nav-menu {
    width: 60%;
  }
	.menu-list_wrap{
		display: flex;
	}
	.menu-list{
		    margin-inline-start: 20%;
	}
	.sub-menu{
		 margin-inline-start: 20%;
	}
	#tab2 .front-thumbnail {
    width: 100%;
    margin: 0;
}
	#tab2 h4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	#top-openhouse .front-thumbnail {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
	#front #top-openhouse h4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	  .company-info {
      height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin: 30px auto ;
    width: 90%;
    display: flex;
  }
	  .foot-btn_wrap {
	  display: flex;
    width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
		#page-siyou-cost .ac-title {
    padding: 3% 3% 3% 20%;
}
.yoyakuform h3 {
    margin-top: 30px
}
	.footer-company{
		width: 50%;
		 	  margin-top: -60px; 
	}
	.footer-menu{
		width: 50%;
    margin-top: 60px;
	}
}
@media (min-width: 780px) {
	#page-concept p{
		margin-left: 5%;
	}
	#page-concept .first-p{
		margin-left: 0;
	}
	#about p{
		margin-left: 5%;
	}
	.concept-img{
		width: 200px;
		margin-left: 5%;
	}
}
@media (min-width: 1025px) {
  .contents {
/*    margin-top: 90px;*/
  }
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 100%;
    margin-block-end: 1em;
  }
  p {
/*    margin-right: 40px;
	      margin-left: 40px;*/
  }
  h2 {
    margin: 100px auto 50px;
  }
	h3{
		    margin-left: 20px;
		margin-top: 100px;
		    margin-bottom: 40px;
	}
  h4 {
    line-height: 1.8;
  }
  table {
    margin: 80px auto;
  }
  .tbl-psc th {
    padding: 10px;
    display: table-cell;
    width: 40%;
  }
  .tbl-psc {
    width: 450px;
  }
  .tbl-psc td {
    border-bottom: solid 2px var(--basecolor);
    padding: 10px;
    width: 100%;
  }
		 .nav-menu {
    width: 50%;
  }
	.menu-img_area{
		width: 50%;
	}
	.nav-menu a {
  font-size:18px;
}
	.sub-menu a{
		font-size: 15px;
	}

  /*サイドバー*/
  #sidebar-sp {
    display: none;
  }
  #sidebar {
    display: block;
  }
	 .sidebar-tab {
  display: block;
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 0;
   /* position: fixed;*/
    z-index: 1000;
	      margin-top: 40px;
  }
	.kanseikengakukai{
		font-size: 14px;
}
	.kanseikengakukai p{
		    margin-left: 0;
    margin-right: 0;
		    margin-top: 10px;
		    margin-bottom: 5px;
	}
  .sidebar-tab-2 {
    display: inhert;
  }
 
  .sidebar-tab-2 {
	  display: block;
    left: auto;
    right: 0;
    position: fixed;
    z-index: 1000;
    width: 40px;
    background-color: #e0dace;
    padding: 4em 8px;
    writing-mode: vertical-rl;
   top: 350px;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    border: solid 1px #FFF;
  }
  .sidebar-line {
    width: 210px;
    height: auto;
    padding: 10px;
    display: flex;
    background-color: #e0dace;
    border-radius: 5px;
    position: fixed;
    bottom: 200px;
    border: solid 1px #FFF;
	  z-index: 1000;
  }
  .sidebar-line img {
    width: 70px;
    height: auto;
    margin-left: 1em;
  }
  .friend {
    font-size: 15px;
    margin-bottom: 0;
    margin-right: inherit;
	  margin-left: 20px;
    margin-top: 10px;
  }
	.sidebar-tab-3{
		display: none;
	}
  section {
    margin-top: 100px;
    height: auto;
  }
  /* 変数 */ :root {
    --f1: 40px;
    --f2: 32px;
    --f3: 20px;
    --f4: 16px;
    --f5: 12px;
  }
	body {
	font-size: 16px;
}
	h1{
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 40px;
	}
  /*ヘッダーここから*/
  #header {
    height: 70px;
  }
  .toggle-btn {
    top: 15px;
  }
  .header {
    height: 100px;
  }
  .header_logo {
    width: 150px;
    height: auto;
    padding-block-start: 5px;
  }
  .sns-icon {
    display: inherit;
    width: 200px;
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: 60px;
	      margin-block-start: -55px;
  }
  .sns-icon img {
    width: 50px;
    height: auto;
  }
  /*.header > div {
    padding: 0 0 10px 0;
  }*/
  .menu-list {
    margin-inline-start: 0;
  }
  .menu-list_wrap {
    display: flex;
    width: 90%;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  .sub-menu {
    margin-inline-start: 0;
  }
  .company-info {
      height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin: 20px auto ;
    width: 90%;
    display: flex;
  }
	.company-info .wrap{
		width: 50%;
	}
	.foot-btn{
		    border-style: none;
	}
  .foot-btn_wrap {
	  display: flex;
    width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  .foot-btn p {
    font-size: 20px;
  }
 .menu_logo {
    margin: 0px auto 0 10%;
}
  .myposthead {
    margin-top: 0;
  }

  .br-sp {
    display: none;
  }

  /*投稿ページここから*/

	.mypostlist li {
    width: 30%;
  }
	#single img{
	margin-top: 50px;
	margin-bottom: 50px;
}
  /*フロントページここから*/

	#front .contents{
		margin-top: -30px;
	}
	.mv-cover{
	width: 60%;
    top: 370px;
}
	.mv-cover p{
	width: 200px;
	font-size: 14px;
    padding: 35px 40px;
}
	  .mv-pc {
top: -70px;
  }
  .mv-sp {
    display: none;
  }
  .concept {
    padding-top: 40px;
    margin-top: -40px;
  }
	.concept-box{
	width: 70%;
	height: auto;
}
  .concept-img {
    margin-bottom: 7em;
  }
	
	.concept-h2{
	margin: 0px auto 40px;
}
	.concept-copy {
    font-size: 36px;
		margin-top: 40px;
}
	.concept p {
    font-size: 16px;
}
  .open {
    margin-inline-start: 90%;
  }
  .accordion {
    margin-top: 30px;
  }

	.accordion-content {
	    padding-bottom: 30px;
}
  #front .box {
    width: 22%;
  }
  .acbox-list {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
  }
  .box {
    display: block;
    width: 35%;
    height: auto;
  }
  	.more{
padding: 5px;
	}
  strong {
    font-size: 26px;
  }

	.front-works li{
		    width: 30%;
    margin: 0;
	}
	#front .frontworks-h4 {
    width: 100%;
}
	  .works-link-tag li {
    font-size: 12px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    list-style-type: none;
	  width: 30%;
  }
	.works-btn{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
  .voice-h2 {}

	.bn-box {
display: flex;
	flex-wrap: wrap;
justify-content: space-around;
	}
	.bn-box a {
	width: calc(45%);
}
	.bn-img{
    margin: 0 auto;
	}
  .yoyaku {
    margin-top: 100px;
  }
  .yoyaku-box1 {
    display: inherit;
    background-image: url("img/front-08.jpg");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
    width: 40.2%;
  }
  .yoyaku-box2 {
    width: 59.8%;
    padding: 80px 5%;
  }

  .yoyaku-2 > .yoyaku-box2 {
    width: 100%;
    padding: 80px 5%;
  }
	.yoyaku-box2 p {
font-size: 28px;
}
  .yoyaku-2 .btn-free {
    font-size: 20px;
  }
	.btn-free a{
		    font-size: 16px;
	}

  .tablinks {
    font-size: 18px;
  }
	.next-2 {
    margin-top: -20px;
}
  /*instagramここから*/
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img {
    width: 60px;
    height: 60px;
    border-radius: 40px;
  }
  /*最新情報ここから*/
  #saishin {
    margin-top: 100px;
  }
  /*タブここから*/
  .tab button {
	  font-size: 18px;
    width: 33%;
  }
  .tabcontent li {
    width: 30%;
  }
  .tabcontent p {
    line-height: 1.8;
	}
  .news-btn_wrap {
    width: 100%;
    height: auto;
    display: flex;
  }
  .news-btn {
    width: 40%;
    height: auto;
  }
  .news-btn a {
    font-size: 18px;
  }
	.front-thumbnail{
		width: 100%;
}
	#front h4{
		    width: 100%;
		font-size: 16px;
	}
	#tab2 h4{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#tab2 .front-thumbnail {
    width: 100%;
		margin: 0;
}
  .youtube-title {
    margin-top: 100px;
    width: 550px;
    padding-left: 50px;
  }
  .youtube-title p {
    font-size: 26px;
  }
  .youtube-title::before {
    width: 58px;
    height: 40px;
    margin-top: 5px;
    margin-right: -15px;
  }
	.youtube-mv_li{
	width: 30%;
		margin-bottom: 50px;
}
	/*TikTokここから*/
	.tiktok ul{
		
	}
	.tiktok-li{
		width: 30%;
	}
  /*フロントページここまで*/
  /*page-conceptここから*/
		#page-concept h3{
	    margin-left: 20px;
}
	#page-concept p{
		margin-left: 0;
	}
	.open-wrap{
		width: 260px;
    margin-right: 20px;
    margin-left: auto;
	}
	.breadcrumb {
  display: flex;
  font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
}
.breadcrumb a{
	 font-size: 14px;
}
		.first-p{
	text-align: center;
}
	.br-pc{
		display:block;
	}
	#page-concept figure{
		margin-bottom: 30px;
	}
  .first-btn {
    width: 18%;
    font-size: 16px;
  }
  .first-btn-wrap {
    flex-wrap: nowrap;
  }
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
	margin-left: 20px;
}
	.reverse p{
	    margin-left: 0;
}
	/*allconceptここから*/
	#allconcept .box {
    width: 22%;
}
	#allconcept .accordion {
    margin-top: 50px;
}
  /*標準仕様・コストここから*/
	#page-siyou-cost .container{
		max-width: 1050px;
	}
  #page-siyou-cost h3 {
    margin-top: 50px;
    margin-left: 5%;
  }
  #page-siyou-cost h4 {
    font-size: 16px;
  }
	#page-siyou-cost .box {
    display: block;
    width: 40%;
    height: auto;
    margin: 50px auto;
}
	.box-half {
    width: 40%;
    margin-inline-start: 5%;
}
  #page-siyou-cost .h4-2 {
    width: 100%;
    margin-left: 5%;
	      margin-bottom: -50px;
  }

	#page-siyou-cost .local-nav{
		max-width:1050px;
    margin-top: 10px;
    left: 0;
}
		#page-siyou-cost .ac-title {
    padding: 3% 3% 3% 10%;
}
	a.anchor {
    display: block;
    padding-top: 300px;
    margin-top: -300px;
}

	#page-siyou-cost .ac-box{
		    margin: 0;
	}
#page-siyou-cost .dot{
	    line-height: 30px;
}
  .img-wrap {
    margin-top: 40px;
  }
  /*保障・点検ここから*/
  .tenken {
    width: 800px;
    margin: 80px auto;
  }
	#page-concept .tenken p{
		margin-left: 20px;
		width: 75%;
	}

  /*アーカイブここから*/

  /*アーカイブここまで*/
  /*施工事例ここから*/
  .textarea1 {
    margin: 50px auto;
  }
  .acf-works {
    background-color: var(--basecolor);
    padding: 1em;
    margin: 50px auto;
  }
  .acf-wrap {
    width: 33%;
    height: auto;
  }
/*		#page-works .mypostlist li {
    width: 24%;
}*/
  .works-link-tag ul {
    justify-content: left;
    margin-left: 1em;
  }
	.works-tag ul{
	    margin-left: 40px;
}
  #page-works .works-link-tag li {
    font-size: 12px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    list-style-type: none;
	  width: 30%;
  }

  /*	アコーディオンメニューここから*/
  .accordion-area {
    width: 70%;
  }
  .ac-title {
    margin-inline-start: 0;
	  font-size: 16px;
  }
  .ac-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .accordion-area li {
    margin: 10px;
  }
  /*アコーディオンで現れるエリア*/
  .ac-box {
    margin: -18px 0 30px 0;
    width: 95%
  }

  /*施工事例ここまで*/
  /*スタッフ紹介ここから*/
	#page-staff .container{
		width: 900px;
	}
  #page-staff .wrap {
    width: 50%;
  }
  .staff-table > th {
    font-size: 15px;
  }
  .tbl-staff table {
    width: 80%;
    margin-inline-end: auto;
    margin-inline-start: auto;
    margin-top: 10%;
  }
  .tbl-staff {
    margin-top: 0;
	      margin-left: 0;
  }
	.box-staff{
		margin-bottom: 100px;
	}
  .box-staff img {
    width: 300px;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .reverse table {
    margin-right: 0;
  }
  .reverse .tbl-staff {
    margin-left: 0;
    margin-top: 0;
  }
  .tbl-staff th {
    font-size: 16px;
  }
  .tbl-staff td {
    font-size: 16px;
  }
  /*会社概要ここから*/
  #about table {
    width: 80%;
    max-width: 700px;
    height: auto;
  }
	#about h2{
		margin-left: -60px;
	}
  /*会社概要ここまで*/
  /* カテゴリーページここから*/
.nav-links a{
	font-size: 15px;
}
  /* カテゴリーページここまで*/
	/*faqここから*/
  #faq h3 {
    font-size: 16px;
    margin-inline-start: 0;
  }
  #faq article p::before {
    margin-inline-start: -20px;
  }
	#faq .accordion-content{
		    margin-left: 40px;
	}
	.yoyakuform {
	    width: 80%;
    max-width: 700px;
}
	/*LINEでのお問い合わせここから*/
	.line-friend{
	width: 100%;
    max-width: 300px;
    margin-left: 50%;
    margin-top: 50px;
}
	/*openhouseここから*/
	#single-openhouse img{
	margin-bottom: 50px;
	margin-top: 50px;
}
	.center{
	font-size: 32px;
}

	.open-eyecatch{
		    width: 70%;
    max-width: 800px;
		height:auto;
		margin-left: auto;
		margin-right: auto;
		    margin-top: 50px;
}
	#single-openhouse .open-eyecatch img{
		margin-bottom: 0;
	}
	.kaisai-wrap table{
width: 800px;
}
	.kaisai-wrap h2{
	margin-top: 50px;
}
	#single-openhouse th{
    width: 30%;
border-bottom: solid 1px #fff;
		font-size: 18px;
	}
	#single-openhouse td{
    width: 70%;
		    margin-bottom: 0;
    padding: 0;
		font-size: 18px;
		    padding-left: 20px;
	}
  /*問合せフォームここから*/
  /*問合せフォームここまで*/
	/*プライバシーここから*/
	#privacy-policy h2{
	    margin-left: 40px;
}
  /*	footerここから*/
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
  }
	.footer-company .wrap{
		
	}
	
  .footer-company {
    width: 50%;
/*    max-width: 600px;*/
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  .footer-company > .wrap {
    width: 100%;
  }
	.footer-adress{
	    width: 40%;
}
  .tel a {
    font-size: 24px;
  }
  .footer-logo {
/*    margin-top: -70px;*/
  }
  .footer-menu-list_2 {
    margin-inline-start: 0;
    display: flex;
	      margin-inline-end: 0;
  }
  .footer-menu {
    display: block;
    padding: 0 5%;
    width: 50%;
    margin-top: 0;
  }
  .footer-menu-wrap {
    width: 100%;
    max-width: 100%;
    margin-inline-start: auto;
  }
	.footer-menu-list_pc{
	display: block;
}
	.footer-menu-list_sp{
	display: none;
}
  .footer-menu-list li {
    width: 180px;
  }
  .footer-menu-list_3 {
    margin-inline-start: 0;
    padding-bottom: 100px;
  }
}
/*	footerここまで*/
/*カラムブロックのレスポンシブ*/
@media (min-width: 1200px) {
/*  .header-gnav {
    width: 60%;
    margin-left: 35%;
  }
  .header-gnav ul {
    width: 100%;
  }
  .header-gnav li:not(:last-child) {
    margin-right: 1em;
  }*/
    /*ハンバーガーメニューここから*/

	.foot-btn_wrap{

	}
	.concept-img {
		margin-left: 2em;
    margin-bottom: 5em;
  }
	.th-h1 {
		top: 180px;
	}

}