/*
Theme Name: RDSGN ORIGINAL									
*/

/**********************************************
    PC版 CSS
**********************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');/*日本語明朝*/
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');/*見出しに使っている英語*/
.pc{
	display:none;
}

.pagenavi{
	margin:25px 0;
}
.grecaptcha-badge { visibility: hidden; }
.wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
}
.pagenavi{
	padding:20px;
	font-size:11px;
}

/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;

    margin: 0px;
    text-align: center;
    line-height: 180%;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
#outline {
    margin: 0px auto;
    padding: 0px;
    width: 980px;
    background: #FFFFFF;
}



/**************************************************************
Humberger
**************************************************************/
.menu-btn {
    position: fixed;
    top: 7px;
    right: 15px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border-radius: 5px;
	z-index:120;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ccc;
    position: absolute;
    transition: all 0.3s;
}

.menu-btn span::before {
    bottom: 8px;
}

.menu-btn span::after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}

/* アイコンがチェック時に変化する部分 */
#menu-btn-check:checked + label.menu-btn span {
    background-color: transparent;
}

#menu-btn-check:checked + label.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked + label.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューの表示設定 */
.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #e97912;
    transition: left 0.5s ease; /* メニュー表示アニメーション */
	z-index:100;
}

.menu-content li{
	list-style:none;
}

/* チェック時にメニューが表示される */
#menu-btn-check:checked ~ .menu-content {
    left: 40%;
}

.menu-content a {
    padding: 10px;
    display: block;
    border-bottom: dotted 1px #fff;
	color:#fff!important;
	display:flex;
}

.menu-content a img{
	width:20px;
	height:auto;
	margin-right:25px;
}

.menu-content h3 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 15px;
    color: #fff100;
    border-bottom: solid 2px #fff100;
    font-family: 'Rubik', sans-serif;
	margin-bottom:25px;
}


/*********************************************
ヘッダー
**************************************************************/

.gototop a{
	z-index:99999999;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #eb6100;
  display: block;
  text-align: center;
  border-radius: 24px;
}

.gototop a::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}

/*********************************************
ヘッダー
**************************************************************/
.top-mv-bg{
    position: relative;
   /*background: linear-gradient(to bottom, transparent 70%, #f68620 70%);下半分だけOrage*/
    overflow: hidden;

}

.top-mv-bg .bg-pic{

    border-bottom: solid 10px #f68620;
    background-color: #f68620;
}
.top-mv-bg .bg-pic img{
    width: 100%;
    height: auto;
}

.top-mv-bg .bg-mes{
    padding-top: 60px;
}

.header{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:999;
	background-color:#fff;
}
.header .logo{
    width: 40%;
    padding: 7px 10px 0px 5px;
	box-sizing:border-box;
	display:block;
}

.n2-section-smartslider{
	margin-top:60px;
}

.header .logo img{
    width: 100%;
    height: auto;
}
.header h1{
    font-size: 8px;
    font-weight: normal;
    padding: 0;
    margin:0;
    color: #ffac1b;
    line-height: 100%;
}
.header .menu{
	width:30%;
    display: flex;
    justify-content: flex-end;
  align-items: flex-start; /* 上揃えにすることで縦に伸びにくくする */
}
.header .menu .sq{
    background-color: #ffac1b;
	width:50%;
}
.header .menu .sq2{
    background-color: #f68620; 
}
.header .menu .sq img{
    width: 80%;
    height: auto;

}



.header .menu .g-nav{
	display:none;
    /*display: flex;*/
    justify-content: flex-end;
    padding: 15px 30px;
    background-color: #fff;
    line-height: 100%;
    border-radius: 0 0 0 10px;
}
.header .menu .g-nav ul{
    padding: :0 20px;
}
.header .menu .g-nav li{
    list-style-type: none;
}

.header .menu .g-nav li a {
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header .menu .g-nav li a:hover {
  background-color: #f2f2f2;
  color: #d2691e; /* オレンジ系など目立つ色に変化 */
	border-radius:5px;
}


.bg-mes h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
}
@media (min-width: 1400px) {
  .bg-mes h2 {
    font-size: 33px;
  }
}

@media (min-width: 1600px) {
  .bg-mes h2 {
    font-size: 36px;
  }
}
.bg-mes h2 span{
    font-size: 18px;
}
@media (min-width: 1400px) {
.bg-mes h2 span {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
.bg-mes h2 span {
    font-size: 24px;
  }
}

.bg-mes .catch{
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 25px;
}
.bg-mes .catch img{
    width: 100%;
    height: auto;
    max-width: 500px;
  /*transform: rotate(-3deg);*/
}
.bg-mes .catch2{
    margin-top: 5px!important;
    margin-bottom: 30px;
}

.catalog-area{
    background-color: #f68620;
    padding: 25px 20px;
}
.catalog-area h3{
    font-size: 20px;
    color: #fff;
}
.catalog-area .panf-flex{
    display: flex;
    margin-top: 20px;
	flex-wrap:wrap;
	justify-content:center;
}
.catalog-area .panf-flex .panf-box{
    width: 32%;
    margin: 0.5%;
}
.catalog-area .panf-flex .panf-box {
  /* 全アイテムはまず隠しておく */
  display: none;
}

/* 先頭 1～3 番目のアイテムだけを表示 */
.catalog-area .panf-flex .panf-box:nth-child(-n+3) {
  display: block; /* もしくは inline-block / flex による元表示に合わせて変更 */
}
.catalog-area .panf-flex .panf-box img{
    width: 100%;
    height: auto;
}

.catalog-area .p-botan a{
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    padding: 10px;
    background-color: #fff;
    color: #f68620;
    font-size: 13px;
    border-radius: 5px;
}
.catalog-area .p-botan a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-area .p-botan img{
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.cta{
    background-color: #e5e5e4;
    padding: 20px;

}

.cta-inner{
    margin: 0 auto;

}
.cta-inner img{
    width:100%;
    height: auto;
}

/****TOPイベント***/

.top-event{
    margin: 0 auto;
    padding: 60px 20px;
}

.tt-midashi{

}
.tt-midashi h2{
    display: flex;
    align-items: center;
}
.tt-midashi h2 .mida{
    font-size: 30px;
    color: #e97c11;
    margin-right: 15px;
}
.tt-midashi h2 .mes{
    color: #000!important;
    font-size: 12px!important;
    padding-top: 5px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.tt-midashi .linkbotan a{
	width:80%;
	margin:0 auto;
    padding: 10px;
    background-color: #000;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    border-radius: 5px;
	margin-top:15px;
}

.top-event-flex .e-box:nth-of-type(3) {
  display: none;
}

.top-event-flex{
    margin-top: 25px;
	display:flex;
}

.top-event-flex .e-box{
    border: solid 1px #ccc;
    box-sizing: border-box;
	margin-bottom:15px;

	margin:1%;

}


.top-event-flex .e-box img{
    width: 100%;
    height: auto;
}
.top-event-flex .e-box .in{
    padding: 5px;
    box-sizing: border-box;
}
.top-event-flex .e-box .in h3{
    font-size: 14px;
    margin-bottom: 10px;
}

.top-event-flex .e-box .in .line{

    border-bottom: dashed 1px #ccc;
    padding: 5px;
    align-items: center;
}
.top-event-flex .e-box .in .line span{
	display:none;
    background-color: #DD6200;
    padding: 3px;
    line-height: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;

}
.top-event-flex .e-box .in .line p{
    font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/****** TOP商品****/

.top-lineup-tt{
    background-image: url("../../../image/top/lineup-bg.webp");
    background-size: cover;
    padding: 25px 0;
}
.top-lineup-tt h2{
    font-size: 24px;
    color: #fff;
    line-height: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.top-lineup-tt p{
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    line-height: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.top-lineup{

}
.top-lineup .left-menu{
	display:none;
    width: 25%;
    background-color: #e97c11;
    padding: 50px 30px;
    box-sizing: border-box;
}

.top-lineup .left-menu li{
    list-style: none;
    text-align: left;
}

.top-lineup .left-menu li a{
    padding: 15px 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-bottom: dashed 1px #fff;
}
.top-lineup .left-menu .pat{
    font-size: 24px!important;
    margin-right: 10px;
}

.top-lineup .right-menu{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top-lineup .right-menu .menu-box{
    width: 50%;
	border:solid 1px #fff;
	box-sizing:border-box;
    position: relative;
}
.top-lineup .right-menu .menu-box img{
    width: 100%;
    height: auto;
}
.top-lineup .right-menu .menu-box h3{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
}



/****TOP施工事例***/

.top-works{
    margin: 0 auto;
    padding: 60px 20px;
}
.carousel {
  overflow: hidden;
  width: 100%;
  margin: auto;
    margin-top: 30px;
}

.carousel-track {
  display: flex;
  animation: scrollCarousel 2000s linear infinite;
}

.slide {
  flex: 0 0 50%;
  padding: 10px;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 8px;
	height:auto;
}
.slide p{
    padding-top: 10px;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.slide p br{
	display:none;
}

@keyframes scrollCarousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



.slide .label{
  width: 50%;
  padding: 5px;
    font-size: 15px;
  background-color: #151515;
  color: #fff;
  transform: rotate(-10deg);
  display: inline-block; /* rotateを効かせるために追加推奨 */
}


/**********************
フッターメニュー
********************************/

.footer-menu{
    background-image: url("../../../image/top/f-bg.webp");
    padding: 10px;
    background-size: 100%;
    background-position: center;
	margin-top:40px;
}
.menu-section {
  width: 100%;

}

.menu-bg {
  background: url("../../../bg.jpg") center center / cover no-repeat;
  padding: 20px 20px 0px 20px;
}

.menu-items {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
}

.menu-item {
  color: #fff!important;
  position: relative;
  width: 22%;
  min-width: 150px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.menu-item a{
    color: #fff!important;
}

.menu-item:hover {
  opacity: 0.8;
}

.menu-item h2 {
  font-size: 22px;
}

.menu-item p {
  font-size: 12px;
  margin: 0;
	margin-bottom:15px;
}

.menu-item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
  width: 2px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}

.menu-item:nth-of-type(2)::after {
  display: none;
}


.menu-item:last-child::after {
  content: none;
}


.f-cta{
    display: flex;
}
.f-cta .cta-box {
    background-color: #ffac1b;
    padding: 20px 10px;
    width: 33%;
    box-sizing: border-box;
}
.f-cta .cta-box2 {
    background-color: #f68620;
    padding: 20px 10px;
    width: 34%;
    box-sizing: border-box;
}
.f-cta .cta-box3 {
    background-color: #e54100;
    padding: 20px 10px;
    width: 33%;
    box-sizing: border-box;
}
.f-cta .cta-box a{
    display: block;
    color: #fff;

}
.f-cta .cta-box h3{
    font-size: 12px;
	line-height:1.4;
    color: #fff;
}
.f-cta .cta-box h2{
    font-size: 14px;
    color: #fff;
}

.f-cta .cta-box img{
    width: 55px;
    height: auto;
    margin-bottom: 10px;
}


/**********************************
 * COMPANY
**************************/

#company .tt-midashi{
	padding:20px;
}


/*******************************
FOOTER
***********************************/


.footer-contact {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 60px 20px 30px;
	padding-bottom:100px;

}

.contact-wrap h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-en {
  font-size: 40px;
  display: block;
  color: #ffffff;
}

.contact-desc {
  margin-bottom: 30px;
}

.contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.contact-box .tel {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 15px 40px;
    /* font-weight: bold; */
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
}

.contact-box .tel:hover {
    color: #fff100;
    border: 2px solid #fff100;
}

.contact-box .btn {
  background: #fff;
  color: #000;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
    font-size: 18px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
}

.contact-box .btn:hover {
  background: #fff100;
}

.open-time {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.footer-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.footer-company img{
    width: 250px;
    height: auto;
}



.footer-company address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 2px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/***********************************************************
下層ページ　施工事例
**************************************************************/

.sub-header{
    font-size: 25px;
    padding-bottom: 30px;
    padding-top: 100px;
    background-image: url("../../../image/base/dot.png");
}
.sub-header h2{
    font-size: 36px;
    margin-bottom: 10px;
}
.sub-header p{
    font-size: 15px;
    color: #4A4A4A;
}

/***********************************横幅80%*****************/
.w80per{
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
}
.w70per{
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
}
/***********************************施工事例一覧%*****************/

.works-list-flex{
	padding:20px;
    display: flex;
    flex-wrap: wrap;
}
.works-list-flex .wnbox{
    width: 48%;
    margin: 1%;
    margin-bottom: 60px;
    box-sizing: border-box;
	position:relative;
}
.works-list-flex .wnbox img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.works-list-flex .wnbox .label{
    width: 50%;
    padding: 3px;
    font-size: 8px;
	line-height:100%;
    background-color: #151515;
    color: #fff;
    transform: rotate(-10deg);
    /* display: inline-block; */
    position: absolute;
    top: 5px;
    z-index: 999;
}
.works-list-flex .wnbox p{
	font-size:14px;
	line-height:120%;
}
.works-list-flex .wnbox p span{

	font-size:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


.works-list-flex .wnbox h3{
    padding-top: 8px;
    font-size: 12px;
	line-height:150%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight:normal;
}
.works-list-flex .wnbox h3 br{
	display:none;
}
.w-midashi{
	margin:20px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #3e3e3e;
}

.w-slide{
    margin: 15px;

}
.w-slide img{
    width: 100%;
    height: auto;
}

.w-slide p{
	padding:15px 20px;
}

.bk-link{
    margin-top: 45px;
    margin-bottom: 45px;
}

.bk-link a{
    display: block;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

/********************************
イベント情報
**********************************/

.event-list-flex{
	padding:20px;
    display: flex;
    flex-wrap: wrap;
}

.event-list-flex .ev-box{
    width: 48%;
    margin: 1%;
    background-color: #f1f1f1;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.event-list-flex .ev-box img{
    width: 100%;
    height: auto;

}
.event-list-flex .ev-box .text{
    padding: 10px;
}
.event-list-flex .ev-box .text h3{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
}
.event-list-flex .ev-box .text p{
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
	font-size:12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.event-list-flex .ev-box .text p span{
 background-color: #F75F00;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    padding: 5px;
    margin-right: 10px;
}

.ev-detail-flex{
	padding:20px;
}
.ev-detail-flex .pic{}

.ev-detail-flex .pic img{
    width: 100%;
    height: auto;
}
.ev-detail-flex .naiyo{

    box-sizing: border-box;
}

.ev-detail-flex .naiyo h3{
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px;
    padding: 10px 15px;;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.ev-detail-flex .naiyo p{
    padding: 10px 0;
    border-bottom: dashed 1px #ccc;
    font-size: 13px;
}
.ev-detail-flex .naiyo p span{
 background-color: #F75F00;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}
.ev-detail-flex .naiyo .hitokoto{
    margin-top: 20px;
	font-size:13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.ap-botan{
    margin-top: 30px;
}

.ap-botan a{
    display: block;
    padding: 10px;
    background-color: #BF0003;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border-bottom: solid 5px #890002;
}

/****************************************
ブログ
***********************************/

.blog-list-flex{
    display: flex;
    flex-wrap: wrap;
	padding:20px;
}

.blog-list-flex .b-waku{
    width: 48%;
    margin: 1%;
    margin-bottom:15px;
}

.blog-list-flex .b-waku .slug{
	display:none;
	color:#f0f0f0;
	font-size:18px;
	text-align:right;
	margin-top:10px;
}


.blog-list-flex .b-waku .pic{}
.blog-list-flex .b-waku .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.blog-list-flex .b-waku .text{

    box-sizing: border-box;

}
.blog-list-flex .b-waku .text h3{
    font-size: 14px;
    margin-bottom: 20px;
}
.blog-list-flex .b-waku p{
	display:none;
}


/************************************
カタログ
**************/


.catalog-section {
  padding: 20px 20px;
  text-align: center;

}

.catch-copy {
  font-size: 18px;
  font-weight: bold;
  color: #b63226;
  margin-bottom: 10px;
    line-height: 170%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.catch-copy .line {
  color: #b63226;
  font-size: 40px;
  line-height: 1;
}

.catch-copy span{
    font-size: 30px;
}

.catalog-box {
  background-color: #2e2e2e;
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
    line-height: 100%;
    border-radius: 5px;
}

.catalog-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #2e2e2e transparent transparent transparent;
}


/***********************************
お問い合わせ
*********************/

#form{
	padding:0 20px 30px 20px;
}

/***********************************
お問い合わせ
*********************/

.contact-frame{
	margin:0 auto;
    background-color: #fff;
    border: solid 3px #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.contact-frame .c-l{
    padding: 10px 5px;
    border-bottom: dashed 1px #ccc;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-frame .c-l .tt{
    font-weight: 500;
	margin-bottom:5px;
}
.contact-frame .c-l .mm{
}

.hissu{
    background-color: #CB0003;
    font-size: 10px;
    padding: 3px;
    line-height: 100%;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
}



.contact-frame .c-l input[type=checkbox] {
	width:			13px;
	height:			13px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-bottom:15px;
	margin-right:10px;
}



.wpcf7-text{
  padding: 10px;
  width: 90%;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
	margin-bottom:5px;
  }

.wpcf7-text:focus{
  background-color:#fff;
  }

.wpcf7-textarea{
  padding: 10px;
  width: 90%;
  height: 200px;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
  }

.wpcf7-textarea:focus{
  background-color:#FFFFCC;
  }

.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 80%;
    border: none;
    padding: 10px 0 5px 0;
    background-color: #de0000;
    color: #fff;
	font-size:14px;
	border-radius:5px;
	margin-top:50px;
	border-bottom:solid 10px #ad0000;
	font-family: Helvetica ,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	margin-bottom:30px;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #fff;
}

.wpcf7-form-control.wpcf7c-btn-back{
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #fff;
    margin-bottom:10px;
}

.wpcf7-form-control.wpcf7-submit:hover{
  filter: alpha(opacity=80);
  opacity: .6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  }

span.wpcf7-list-item {
display: block!important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em!important;
}

select{
  padding: 5px;
  width: 260px;
  color: #636063;
  font-size: 13px;
  background-color:#fff;
  border:solid 1px #CCCCCC;
}

.kibouday{
	padding:5px;
}

 .clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

 .clearfix{
  overflow:hidden;
  }

.wpcf7-date{
	padding:5px;  border:solid 1px #CCCCCC;
	margin-right:15px;
}

.ap-chui{
	font-size:16px;
	margin-top:20px;
}



/***********************************
お問い合わせ
*********************/

.contact-frame{
    background-color: #fff;
    margin-top: 30px;
}

.contact-frame .c-l{
    padding: 10px 5px;
    border-bottom: dashed 1px #ccc;
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.contact-frame .c-l .tt{
    font-weight: 500;
	margin-bottom:5px;
	font-size:13px;
}
.contact-frame .c-l .mm{

}

.hissu{
    background-color: #CB0003;
    font-size: 10px;
    padding: 3px;
    line-height: 100%;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
}

.tel-ap{

}
.tel-ap img{
    width: 400px!important;
    height: auto;
    margin-top: 25px;
}

.apply-flex{
    display: flex;
    justify-content: space-between;
}

.apply-flex img{
    width: 300px;
    height: auto;
}

.apply-ttile{
    font-size: 18px;
    font-weight: 600;
	margin-top:20px;
	margin-bottom:20px;
    text-align: center;
}

.cc-chui{
	font-size:13px;
}


.midashi-a {
    padding: 10px;
	font-size:14px;
    font-weight: 700;
    border-left: 7px solid #f68620;
    padding-left: 15px;
    margin-bottom: 20px;
	margin-top:30px;
}
/*********************
 コンタクトボタン
*********************/
#contact{
	margin-top:80px;
	padding:30px;
	background-color:#555;
}
#contact .top-tt{
	color:#fff;
}
.contact-set{
	display:flex;
	margin:0 auto;
	flex-wrap:wrap;
	text-align: center;
}
.contact-set a{
	margin: 0 1%;
}
.contact-set .c-tel, .contact-set .c-mail{
	width:46%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background-color:#fff;
	font-size:clamp(16px, (0.5rem + 1vw), 20px);
	font-weight:600;
	padding:20px 0;
	margin:2%;
	text-align:center;
	border-radius:20px;
	align-items:center;
}

.contact-set .button {
  position: relative;
  width:90%;
  display: inline-block;
  padding: 20px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
	font-size:clamp(16px, (1rem + 3vw), 46px);
	transition:0.5s;
}

.contact-set .button::before,
.contact-set .button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -10px;
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  /*border-left-color: red;*/
}
.contact-set .button::after {
  opacity: 0;
  right: 1em;
}
.contact-set .button:hover::before {
  animation: arrowbefore .5s;
}
.contact-set .button:hover::after {
  animation: arrowafter .5s;
}
@keyframes arrowbefore {
  100% {
    right: -.4em;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: .2em;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-set .button p {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0 5px;
	line-height:130%;
}
.contact-set .button img {
	width:50px;
	height:auto;
	margin-right:10px;
}
.contact-set .change{
	background-color:#fff;
	font-size:clamp(16px, (1rem + 1.5vw), 30px);
}
.contact-set .button:hover {
	color:#EA5514;
}

.contact-set .c-kotei{
	width:800px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background-color:#fff;
	font-size:clamp(16px, (0.5rem + 1vw), 20px);
	font-weight:600;
	padding:20px 0;
	margin:2% auto;
	text-align:center;
	border-radius:20px;
	align-items:center;
	border:5px #eee solid;
	
}

.apply-mes {
    padding: 30px 15px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;

    line-height: 180%;
	border-radius:10px;
	font-size:12px;
}




/****************************************
ABOUT
**********************/


.about-flex .pic{
    width: 60%;
	margin:0 auto;
	margin-bottom:25px;
}
.about-flex .pic img{
    width: 100%;
    height: auto;
}
.about-flex .naiyo{
    box-sizing: border-box;
    font-size: 14px;
    line-height: 190%;
}

#about .tt-midashi{
	padding:20px;
    justify-content: center;
}

#about .tt-midashi h2 .mida{
    font-size: 33px;
}

#about .tt-midashi .mes{
    font-size: 13px!important;
}


.about-flex{
    margin-top: 30px;
    margin-bottom: 30px;
	padding:0 20px;
}
.about-box{
    margin-bottom: 40px;

}

.about-box img{
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}


.about-box .num{
  width: 50%;
  padding: 6px;
  background-color: #151515;
  color: #fff;
    font-size: 16px;
  transform: rotate(-5deg);
  display: inline-block; /* rotateを効かせるために追加推奨 */
}

.about-box h3{
    font-size: 20px;
    padding: 10px 0;
}
.about-box p{
    font-size: 13.5px;
	line-height:180%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/****** 2025/7/29追加****/

#about .about-mokuzo{
	font-size:20px;
	text-align:center;
	font-weight:600;
	background-color:#7c6245;
	padding:15px;
	line-height:100%;
	color:#fff;

	margin:40px 0px 0 0px;
}
#about .points-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  padding:90px 20px 30px 20px;
  background-color: #fdfaf6;
}

#about .point-box {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  position: relative;
	margin-bottom:50px;
}

#about .point-header {
  position: absolute;
  top: -25px;
  left: 20px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 20px 12px 0 12px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 3px #fdfaf6;
}

#about .point-box h3 {
  font-size: 20px;
  color: #292521;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

#about .point-box .highlight {
  color: #292521;
  font-weight: bold;
}

#about .point-box p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#about .strengths {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 40px 20px;
  background-color: #fff;
}

#about .strengths h2 {
  text-align: center;
	font-size:24px;
  color: #f28c28;
  margin-bottom: 80px;
  position: relative;
}

#about .strengths h2 span {
  border-bottom: 4px solid #f28c28;
  padding-bottom: 5px;
}

#about .strength-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
	border-bottom:dashed 2px #ccc;
	padding-bottom:10px;
}

#about .icon {
  width: 40px;
  margin-right: 20px;
  flex-shrink: 0;
}

#about .icon img {
  width: 100%;
  height: auto;
}

#about .content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

#about .content p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

/**************************************
よくある質問
**************************/




/* よくあるご質問 */

#faq .tt-midashi{
	padding:20px;
}

section.faq{max-width: 900px;
    margin: 20px;
    text-align: right;}
.accordion-area{
	text-align:left;
    list-style: none;
    width: 100%;

}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
  background-color: #FFF;
  position: relative;
}

/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: 500;
	font-size: 15px;
    padding: 2% 50px 2% calc(2% + 30px);
    transition: all .5s ease;
}
.accordion-area section:before{
    content: "Q";
    padding-top: 1%;
    padding-left: 0.5rem;
    position: absolute;
    color: #b70202;
    font-size: 1.5rem;
    font-weight: 700;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #b70202;
    
}
.accordion-area .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
  transform: rotate(45deg);
}

.accordion-area .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    background: #f6f6f6;
	padding:15px;
}
.accordion-area .box p{
	font-size: 13px;
	line-height:1.5;
    padding: 0;
	    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.accordion-area .box a{font-weight: 700;padding: 0 .5rem;border-bottom: 2px dotted #004da0;transition: .2s;}
.accordion-area .box a:hover{color: #004da0;}

.guide .gurai{
	margin-top:30px;
	font-size:26px;
	font-weight:600;
}

.accordion-area .box .tt{
	margin-top:20px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.case-midashi{
	font-size:15px;
	line-height:170%;
	margin-bottom:50px;
}

.case-faq{
	padding-top:0!important;

}

.land-flex{
    display: flex;
    flex-wrap: wrap;
	margin:20px;
    
}

.land-flex .l-box{
	width:48%;
    margin: 1%;
    margin-bottom: 15px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
}

.land-flex .l-box h3{
    font-size:16px;
    padding: 10px 0;
    text-align: center;
	margin-bottom:5px;
}
.land-flex .l-box p{
    padding: 5px 0;
    font-size: 13px;
    border-bottom: dotted 1px #ccc;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.land-flex .l-box p span{
    background-color: #373737;
    padding: 3px;
    font-size: 9px;
    color: #fff;
    line-height: 100%;
    margin-right: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.land-flex .l-box .botan{
    margin-top: 15px;
}

.land-flex .l-box .botan a{
    display: block;
    padding: 5px;
    background-color: #CB0003;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-bottom: solid 3px #ad0205;
    border-radius: 3px;
}

/**************************************
サービスの流れ
**********/

#service .tt-midashi{
	padding:20px;
}

.flow-heade{
    background-color: #000;
    margin-bottom:40px;
}
.flow-heade .pic{
}
.flow-heade .pic img{
    width: 100%;
    height: auto;
      opacity: 0.5;
}

.flow-heade .ca{
    color: #fff;
    line-height: 160%;
    font-size: 13px;
    padding: 20px;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


.flo-flow-wrapper {

  margin: 0 auto;
  margin-top: 20px;
margin-bottom: 20px;
}

.flo-flow-box {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
  background: #f3f3f3;
	margin:10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  position: relative;
  align-items:center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.flo-step-num {
	width:25%;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.flo-step-title {
	width:75%;
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}

.flo-flow-box img {
	width:15%;
	margin-left:10%;
  margin: 10px 0;
	margin-right:3%;
}

.flo-step-text {
	width:70%;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/******流れ****/

.step-container {
	margin:20px;

}

.step-box {
  border: 1px solid #000;
  border-radius: 10px;
  margin: 30px 0;
	margin-top:0;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.step-number {
	width:20%;
	margin:0 auto;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  min-width: 60px;
}

.step-image{
	width:100%;
	height:200px;
	overflow:hidden;
}

.step-image img {
	width:100%;
	height:auto;
  border-radius: 5px;
  object-fit: cover;
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
}

.step-text {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.step-text br{
	display:none;
}

/********************************
商品ラインナップ
**********************/
#lineup{
	padding-top:20px;
}

#lineup .tt-midashi{
	padding:20px;
}

.lineup-flex{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
	padding:0 20px;
}

.lineup-flex .lin-box{

    margin: 1%;
    position: relative;
    background-color: #333;
}
.lineup-flex .lin-box img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    opacity: 0.5;
    border-radius: 5px 5px 0 0;
}
.lineup-flex .lin-box h3{
    font-size: 28px;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    padding: 20px;
    top: 20px;
    
}

.lineup-flex .lin-box p{
    font-size: 12px;
    padding: 10px;
    text-align: right;
    color: #fff;
	line-height:100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.lin-box2{

    margin: 1%!important;
}

.lineup-textt{
	padding:20px;
    font-size: 13px;
    line-height: 190%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.lineu-header{
    background-color:#e97c11;
	padding:20px;
}
.lineu-header .pic{
	display:none;
    width: 30%;
}
.lineu-header .pic img{
    max-width: 100%;
    height: auto;
    border-radius: 0 90px 0px 0;
}
.lineu-header  h2{
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
	line-height:100%;
}

.lineup-strength{
	padding:20px;
    margin-bottom: 30px;
}
.lineup-strength .st-box{
    margin: 1%;
    border: solid 1px #ccc;
    box-sizing: border-box;
	margin-bottom:25px;
}
.lineup-strength .st-box img{
    width: 100%;
    height: auto;
}
.lineup-strength .st-box .tx{
    padding: 20px;
    font-size: 14px;
}
.lineup-strength .st-box .tx h3{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.lineup-strength .st-box .tx p{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
}


.catch-wrap {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
    margin: 0 auto;
  padding: 20px;

}

.catch-text p {
  font-size:18px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
	text-align:center;
  color: #333;
}

.highlight {
 background: linear-gradient(to bottom, transparent 50%, #fff100 50%);
  padding: 0 4px;
}

.catch-img{
	text-align:center;
}

.catch-img img {
  width: 70%;
  height: auto;
}

.bg-gray{

}

.line-flex{
	padding:20px;

}

.line-flex .pic{
}
.line-flex .pic img{
    width: 100%;
    height: auto;
}

.line-flex .pri{
    box-sizing: border-box;
}

.price-table {
  width: 100%;
  border-collapse: collapse;

  text-align: center;
  background-color: #fff;
}

.price-table th {
  background-color: #e97c11;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 13px;
}

.price-table td {
  padding: 10px;
  border-bottom: 1px solid #d4c5a3;
  font-size: 14px;
  color: #333;
    font-weight: 600;
}

.price-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.pri-tt{
	margin:20px;
    font-size: 16px;
    font-weight: 600;
	margin-bottom:0;

    border-left: solid 10px #e97c11;
    padding-left: 10px;
}

.estimate-notes {
    background-color: #fff;
	padding:20px;

}

.note-column {
  font-size: 13px;
  line-height: 1.6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.note-column h3,
.note-column h4 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  color: #f36100;
    font: 500 14px/1.75 "Noto Sans JP", sans-serif;
	margin-bottom:10px;
    
}

.note-column ul {
  padding-left: 1.2em;
  margin-bottom: 1em;
}

.note-column ul li {
  list-style-type: disc;
}

.li-vari-flex{
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
	flex-wrap:wrap;
	justify-content:center;
}

.li-vari-flex .v-box{
    width:31%;
	margin:1%;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.li-vari-flex .v-box img{
    width: 100%;
    height: auto;
	margin-bottom:3px;
}


.durability-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
}

.durability-table th {
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.durability-table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
  color: #333;
}

.durability-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}


/************************
リフォーム
********/

.reform-mes{
    background-color: #F0F0F0;
    padding: 15px;
    font-size: 13px;
	margin:20px;
    line-height: 180%;
    border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.reform-flex{
	margin:20px;

}
.reform-flex .pic{
}
.reform-flex .pic img{
    width: 100%;
    border-radius: 5px;
    height: auto;
    margin-bottom: 5px;
}
.reform-flex .mes{
    box-sizing: border-box;
    font-size: 13px;
    line-height: 190%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.renewal-points h4 {
  font-weight: bold;

    font: 500 16px/1.75 "Noto Sans JP", sans-serif;

}

.renewal-points p {
  margin: 0.5em 0 1em;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
}

.service-block {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 12px;
	margin:20px;
	position:relative;
}

.service-content {
}

.service-content.reverse {
  flex-direction: row-reverse;
}

.service-number {
	position:absolute;
  background-color: #f7931e;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
	top:-10px;
  flex-shrink: 0;
}

.service-text {
  flex: 1;
  min-width: 280px;
}

.service-text h3 {
  color: #7b5c13;
	font-size:18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-text p {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.service-img{
	margin-bottom:20px;
}

.service-img img {
	width:100%;
  border-radius: 10px;
  height: auto;
}

/********************************
会社概要
*************************/


.greeting-block {
	padding:20px;
  border-radius: 16px;
  flex-wrap: wrap;
}

.greeting-text {
  flex: 1;
  min-width: 300px;
  font-family: 'Noto Sans JP', sans-serif;
}

.greeting-text h3 {
  font-size: 20px;
  color: #a11a1a;
  margin-bottom: 15px;
}

.greeting-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
    margin-bottom: 20px;
}
.greeting-img{
	text-align:center;
}
.greeting-img img {
  max-width: 250px;
  border-radius: 10px;
  height: auto;
}

.greeting-img .name{
    text-align: right;
    margin-top: 15px;
    line-height: 150%;
    font-size: 16px;
}

/*****概要のテーブル***/
.recruit-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 90%;
  margin:0 auto;
	margin-bottom:35px;
}

.recruit-table .row {
  display: table-row;
  border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; /* ←ここ追加！ */
}

.recruit-table .cell {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}
.cell.title {
  width: 25%;
  font-weight: bold;
}
.recruit-table .title {
  font-weight: bold;

  background-color: #f7f7f7;
  white-space: nowrap;
}

.ac-map{
    width: 90%;
	margin:0 auto;
        margin-top: 20px;
    margin-bottom: 30px;
        border-radius: 20px;
    border: solid 3px #ccc;
}

.ac-map iframe{
	width:100%;
    height: 300px;
    border-radius: 20px;
}

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

#privacy .tt-midashi{
	padding:20px;
}
.pri-ttt {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px;
}
.pri-frame{
	padding:0 20px;
}
.pri-frame .w1100{
	padding-top:30px!important;
}
.pri-frame .danraku {
    text-align: left;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0.5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding: 15px 0;
}
.pri-frame .danraku li {
    margin-top: 10px;
    margin-left: 25px;
}
.pri-frame h4 {
    background-color: #E8E8E8;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin: 10px 0;
}
.pri-con {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
	margin-bottom:50px;
}
.pri-con h5 {
    font-size:16px;
    text-align: left;
    border-bottom: solid 2px #000;
    padding: 10px 0;
    margin-bottom: 15px;
}

.pankuzunavi{
	background-color:#ffac1b;
	text-align:right;
	padding:5px 10px;
	color:#fff;
	line-height:100%;
	font-size:8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.pankuzunavi a{
	color:#fff!important;
}

/*******************************ブログの投稿部分***/

.blog-cont{
	padding:20px;
        text-align:left;
        margin-bottom:50px;
	font-size:13px!important;
        line-height:180%;
	letter-spacing:0.5px;

    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
        margin-left:35px;
        line-height:170%;
        margin-bottom:13px;
}

.blog-cont ol{
        margin-top:25px;
        margin-bottom:25px;
}


.blog-cont .alignright{
        padding-left:15px!important;
        background-color:#fff!important;
        float:right;
}

.blog-cont .alignleft{
        padding-right:15px!important;
        background-color:#fff!important;
        float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont h1{
        font-size:18px;
        color:#000000;
        padding:10px 5px;
        margin-bottom:15px;

        font-weight: 700;
        text-align:center;
}

.blog-cont h2{
        font-size: 20px;
        color: #ff6300;
        padding: 5px 0;
        border-bottom: solid 2px #ff6300;
        margin-bottom: 25px;
        margin-top: 30px;
        font-weight: 600;
}

.blog-cont h3{
        font-size: 15px;
        background-color: #7d7d7d;
        padding: 5px 15px;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #fff;
        border-radius: 10px;

}
.blog-cont h4{
        font-size:15px;
        color:#000;
        padding:7px 3px;
        border-bottom:solid 1px #000;
        margin-bottom:15px;
        margin-top:30px;
        font-weight: 600;
}

.blog-cont h5{
        font-size:12px;
        color:#000;
        padding:5px;
        background-color:#ececec;
        margin-bottom:15px;
        margin-top:30px;
        font-weight: 600;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{padding-bottom:15px;
padding-top:10px;
max-width:100%;
height:auto;}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
        margin-bottom:15px;
                margin-top:15px;
        background-color: #fff;
        border-top: 2px dashed #f6be46;
}

.bk-botan a{
	display:block;
	padding:15px 10px;
	background-color:#000;
	color:#fff;
	font-size:13px;
	width:80%;
	margin:0 auto;
	text-align:center;
	border-radius:5px;
	margin-bottom:50px;
}
.bk-botan a:hover{
	background-color:#424242;
}

/**ブログカテゴリのナビ**/

.blog-category-nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  text-align: center;
	margin-bottom:30px;
}

.blog-category-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  position: relative;
}

.blog-category-nav li {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

.blog-category-nav li::after {
  content: "/";
  position: absolute;
  right: -24px;
  top: 5px;
  font-size: 18px;
  color: #000;
}

.blog-category-nav li:last-child::after {
  content: none;
}

.blog-category-nav a {
  text-decoration: none;
  color: #000;
  display: block;
}
.blog-category-nav a:hover{
	color:#ed7500;
}

.blog-category-nav .pat {
  font-size: 20px;
  display: block;
}

.blog-category-nav .ja {
  font-size: 10px;
  display: block;
  margin-top: 3px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


.e-apply a{
    display: block;
    padding: 8px;
    background-color: #BF0003;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    border-bottom: solid 5px #890002;
	color:#fff;
	margin-top:10px;
	line-height:100%;
}

/********************************
カタログ
***************/


.panf-img-set .wpcf7-form-control {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
  display: inline-block !important;
  margin-left: 0;
  margin-top: 20px;
  position: relative;
}
.panf-img-set .wpcf7-list-item {
  cursor: pointer;
  position: relative;
}
.panf-img-set .wpcf7-list-item label {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 22px;
}
.panf-img-set .wpcf7-list-item label::before {
  display: block;
  content: "";
  /* background-position: 50% 50%; */
  width: 100%;
  background-size: 100%;
  height: 100px;
}
.panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  text-align: center;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-top: 15px;
  font-weight: 700;
}
.panf-img-set .wpcf7-list-item input {
  position: absolute;
  z-index: 10;
  width: 26px;
  height: 26px;
  margin-right: 4px;
}


  .panf-img-set {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .panf-img-set .wpcf7-form-control-wrap {
    width: 100%;
  }
  .panf-img-set .wpcf7-list-item {
    width: 48% !important;
	  margin:1%!important;
  }
  .panf-img-set .wpcf7-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .panf-img-set .wpcf7-list-item label {
    height: 170px;
  }

  .panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    line-height:1.4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .panf-img-set .wpcf7-list-item input {
    bottom: 30px;
  }
  .panf-img-set#pset03 .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
    font-size: 10px;
  }
  .obi-tit {

    background: #f08300;
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    margin: 20px 0 5px;
    text-align: left;
  }

}
#pset01 .obi-tit {
  margin-top: 0;
}


/*****************************************************
            土地情報フッター・サイド固定
******************************************************/

#cat-cover2 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.7);
	width: 100%;
	margin:0 auto;
	padding: 10px 0 5px 0;
}

#cat-cover2 img {
	width: 100%;
	height: auto;
}


#sticky {
	display:none;
	position: fixed;
	right: -125px;
	top: 180px;
	z-index: 1000;
	transition: 0.3s;
}
#sticky.on {
	right: -10px;
}
.sticky-btn li{
	margin-bottom: 20px;
	list-style:none;
}
.sticky-btn a {
	display: block;
	height: 226px;
	width: 125px;}
	
.sticky-btn a span {
	display: none;
}
.sticky-btn a:hover {
	text-decoration: none;
	position: relative;
	right: 10px;
	transition: 0.3s;
}



