@charset "utf-8";
/*2026年版トップページの設定*/

/*--------------------------------------------------------------------------------------------------------
	スマホ用（～768px）
----------------------------------------------------------------------------------------------------------*/
/*メインイメージ（スマホ）************************/
#mainImg{
	width: 100%;
	height: 360px;
    background: linear-gradient(0deg,rgba(96, 78, 79, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%),url("../image/home/pc_top-1.jpg");
    background-size: cover;
	background-position:50% 50%;
	background-size: 640px;
	background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

#mainImg .inner_Aboutus {
	position: relative;
	width: 100%;
    top:138px;
    margin: 0 auto 0 auto;
    padding: 0 1.2rem;
    font-family: 'Sawarabi Mincho', sans-serif;
}
.groupName {
    align-items: center;
    display: flex;
    font-size: 1.0rem;
    color: #FFF;
    margin:0 0 1rem 0;
    font-weight: 500;
    text-shadow:1px 1px 0 #604e4f ;
    /*position: relative;*/
    justify-content: center;
}
.groupName::before,
.groupName::after {
    background-color: #FFF; /* 横線の色 */
    content: "";
    height: 1px; /* 横線の高さ */
    width: 20px; /* 横線の長さ */
}
.groupName::before {
  margin-right: 15px; /* 文字との余白 */
}
.groupName::after {
  margin-left: 15px; /* 文字との余白 */
}
.inner_Aboutus .text {
    font-size: 0.65rem;
    line-height: 180%;
    color: #FFF;
    text-shadow:1px 1px 0 #604e4f ;
}



.benefit, .gallery, .about, .company {
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #604E4F;
}

.benefit, .gallery {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto 80px;
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  font-family: 'Sawarabi Mincho', sans-serif;
}

/*最新情報（スマホ）
*************************************************/
section#topInfo {
    width: 100%;
    margin: 0 auto 1.5rem;
    background-image:
		url("../image/home/bg_leaves01.png"),
		url("../image/home/bg_leaves02.png");
	background-position:
		calc(100% + 20px) 0%,
		-5% 100%;
	background-size: 235px, 95px;
    background-repeat: no-repeat;
    background-color: #f4eee4 ;
    padding: 2.5rem 0 2rem 0;
    text-align: center;
}

ul.ul_topInfo {
    width: 95%;
    margin: 0 auto;
    display: block;
}
ul.ul_topInfo li {
    border-radius: 8px;
    padding: 1rem;
    margin: 0 0 1.5rem 0;
    background:#FFF  url("../image/common/icn_arrow_orange.png") no-repeat right 10px bottom 10px;
    background-size:22px;
}
ul.ul_topInfo li a {display: block; text-decoration: none; color: #604e4f;}
.ul_topInfo li img.icn-blog,
.ul_topInfo li img.icn-fryer,
.ul_topInfo li img.icn-movie{
    vertical-align: middle;
}

.ul_topInfo li img.icn-blog {width: 52px;margin: 0 0 0.5rem 0.5rem;}
.ul_topInfo li img.icn-fryer { width: 49px;margin: 0 0 0.5rem 0.5rem;}
.ul_topInfo li img.icn-movie { width: 68px;margin: 0.6rem 0 0.6rem 0;}


.ul_topInfo li .info-title{
    font-size: 1.625rem;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin: 0 0 0 1.5rem;
    }
.ul_topInfo li .info-title small{ font-size: 0.8rem;padding: 0 8px 0 0;}
.ul_topInfo li .update {text-align: center; font-size: 0.94rem}


/*サービス内容（スマホ）
*************************************************/
section#topService {
    width: 100%;
    margin: 0 auto 2rem;
}
section#topService .img_service_logo {
    display:block;
	margin:0 auto 0 auto;
	max-width: 140px;
    height:auto;}

ul.ul_topService {
display:block;
    width: 100%;
    margin: 0 auto;
}
ul.ul_topService li {
    float: left;
    width: 29%;
    margin: 0 2% 10px 2%;
}
ul.ul_topService li:nth-child(4n) {clear: both;margin: 0 2% 10px 2%;}
ul.ul_topService li img.icn-service{
    vertical-align: middle;
}

.topService_area {
display: block;
background-color: #ffc543;
color: #604e4f;
text-align: center;
border-radius:15px;
margin: 0 auto;
padding: 0.15rem 1rem;
max-width: 380px;
}

/*こだわり（スマホ）
*************************************************/
.benefit {
    margin: 2rem auto 3rem;
    padding: 0 1% 0;
    }

.benefit .headline {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  margin: 2rem auto 0 auto;
}


.benefit .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0 40px;
}

.benefit .content-box {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.benefit .content-box:last-child {
  margin-bottom: 0;
}
  .benefit .content-box:nth-of-type(1) {
    padding-right: 2%;
  }
  .benefit .content-box:nth-of-type(2) {
    padding: 0 1% 0 1%;
  }
  .benefit .content-box:nth-of-type(3) {
    padding-left: 2%;
  }
  
  .benefit .content-box .content-img {
  width: 100%;
  max-height: 260px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 1;
  display: block;
}

.benefit .content-box .textarea .content-headline {
  text-align: center;
  font-size: 1.2rem;
  margin: 16px 0 8px;
}

.benefit .content-box .textarea .content-text {
  font-size: 0.925rem;
}

/*安心家づくりの会について（スマホ）
*************************************************/
.about {
width: 100%;
  height: 100%;
    margin: 2rem auto 3rem;
}
.about .headline-bg {
  background: #604E4F;
  width: 100%;
  padding: 1.5em 0;
}
.about .headline {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.6rem;
  display: block;
}

.about .about-textarea {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto 80px;
}

/*加盟店一覧（スマホ）
*************************************************/

.gallery h2 {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 24px;
}
.gallery .content-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gallery .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  width: 48%;
}

.gallery .content-box:nth-child(even) {
  margin-left: 4%;
}
.gallery .content-box .content-img {
  max-height: 252px;
}

.gallery .content-box .textarea .content-headline {
  text-align: center;
  margin: 12px 0;
  font-size: 1.05rem;
}

.gallery .content-box .textarea .content-text {
  font-size: 0.925rem;
}

/*事務所について（スマホ）
*************************************************/

table.table-company {
  width: 100%;
  margin: 2rem auto 0;
}

table.table-company tr {
  border-bottom: 1px solid #f3f3f3;
}
table.table-company th, table.table-company td {
  padding: 1em 0;
  text-align: left;
  padding-left: 1em;
  font-weight: normal;
  font-size: 0.9rem;
  vertical-align: middle;
}

/*お問い合わせ（スマホ）
*************************************************/
section.topContact {
    width: 100%;
    margin: 0 auto ;
    text-align: center;
    font-family: 'Sawarabi Mincho', sans-serif;
  color: #604E4F;
  padding: 0 0 840px 0;
  background: url("../image/home/sp_top-6.jpg") no-repeat 50% 100%;
  background-size: 110%/*480p*/;
}
h2.h2_com02 {
    font-size: 1.4rem;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0 auto 2rem auto;}

.contact-area {magin:0 auto 1rem; font-size: 1.2rem;
text-align: center;}
.contact-area .tel{
    font-size: 1.7rem;}
img.icn-tel {width: 32px; margin-right: 1rem; vertical-align: middle;}

a.btn_contact01{
	display: inline-block;
	/*max-width: 480px;*/
	background: #8cc63f;
	font-size: 1.05rem;
	color: #fff;
     height: 48px;
	line-height: 48px;
	border-radius: 24px;
	box-shadow: 0 4px 0 #6d4920;/*83a755*/

    text-decoration: none;
    margin: 0 auto 1rem auto;
    padding: 0 42px 0 40px
}

a.btn_contact01:after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 18px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	background-image: url(../image/common/icn_arrow02.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 20px;
}

a.btn_contact01:hover {opacity: 0.8;color: #ffc543}

/*フッター（スマホ）
*************************************************/
footer .tel {
    font-size: 1.2rem;
    font-family: 'Sawarabi Mincho', sans-serif;}
    
/*下固定ボタン*/
.btn_bottom01{
	position: fixed;
	bottom: 0;
	right: 0;
    width: 100%;
	height:70px;
	z-index: 2;
}
.btn_bottom01 a {
    background-color: #fbb03b;
    /*display: block;*/
	float: left;
	width: 33.33%;
	height: 70px;
	/*line-height: 70px;*/
    color: #604e4f;
    text-align: center;
    text-decoration: none;
    font-size: 0.88rem;
    border-right:1px solid #FFFFFF;
}
img.icn-ft-blog, img.icn-ft-fryer, img.icn-ft-movie {
    display: block;
    text-align: center;
    margin: 0.6rem auto 0.1rem auto;}
    
img.icn-ft-blog {width: 26px;}
img.icn-ft-fryer{width: 25px;}
img.icn-ft-movie{width: 33px; margin: 0.8rem auto 0.1rem auto;padding-bottom: 2px;}

.btn_bottom01 a:last-child {border-right:none;}


/*--------------------------------------------------------------------------------------------------------
	タブレット用（768px～）
----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px){

/*メインイメージ（タブレット）************************/

#mainImg{
	width: 100%;
	background-size: 100%;
    height: 400px;
}

#mainImg .inner_Aboutus {
    top:90px;
    padding: 1rem 2rem;
}
.groupName {
    font-size: 1.3rem;
}
.groupName::before,
.groupName::after {
    height: 1px; 
    width: 30px;
}

.inner_Aboutus .text {
    font-size: 1rem;
    line-height: 180%;
}


/*.slick_slider01_pc .item{
	position: relative;
}*/
.benefit, .gallery {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 40px auto 16px;
}
/*.gallery {
    margin: 0 auto 100px;
 
  }*/
  
/*最新情報（タブレット）
*************************************************/
ul.ul_topInfo {
    width: 100%;
    display: inline-flex;
}
ul.ul_topInfo li {
    padding: 1rem 0.5rem;
    margin: 0 0.75rem 1rem 0;
    width: 32.5%;
    text-align: center;
}

.ul_topInfo li img{
    text-align: center;
}

.ul_topInfo li img.icn-blog {margin: 0 0 0.5rem 0;}
.ul_topInfo li img.icn-fryer { margin: 0 0 0.5rem 0;}
.ul_topInfo li img.icn-movie { margin: 0.5rem 0 0.5rem 0;}

.ul_topInfo li .info-title{
    display: block;
    font-size: 1.3rem;
    margin: 0 1rem 0 1rem;
    }
    
/*サービス内容（タブレット）
*************************************************/
section#topService .img_service_logo {
    float: left;
   margin:0 ;
    width: 18%;
	max-width: 180px;
    height:auto;}

ul.ul_topService {
    float: left;
    width: 82%;
    margin: 1.5rem 0 0 0;
    padding-left: 3%;
}
ul.ul_topService li {
    width: 15.5%;
    margin: 0 1% 10px 0;
}
ul.ul_topService li:nth-child(4n) {clear: none; float: left;margin: 0 1% 10px 0;}

/*こだわり（タブレット）
*************************************************/
.benefit .headline { font-size: 1.4rem;letter-spacing: .1em;}

.benefit .content-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 40px;
  }
.benefit .content-box {
    margin: 0 auto;
  }

/*安心家づくりの会について（タブレット）
*************************************************/
.about .about-media {
    margin: 40px auto 80px;
  }
.about .about-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 100px;
  }

 table.table-company th, table.table-company td {
  font-size: 1.0rem;
}

/*加盟店一覧（タブレット）
*************************************************/

.gallery h2 {
    margin-bottom: 80px;
    font-size: 2.5rem;
  }
  .gallery .content-box {
    width: 32%;
  }
  .gallery .content-box:nth-child(even) {
    margin-left: 0;
  }
  .gallery .content-box:nth-child(3n - 1) {
    margin: 0 2%;
  }
  
/*お問い合わせ（タブレット）
*************************************************/
section.topContact {
  padding: 0 0 500px 0;
  background: url("../image/home/pc_top-6.jpg") no-repeat 50% 100%;
  background-size: 1062px;
}

h2.h2_com02 { font-size: 1.5rem;}

/********/
}




/*--------------------------------------------------------------------------------------------------------
	PC用（1062px～）
----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1062px){

/*メインイメージ（PC）************************/

#mainImg{
    background: linear-gradient(90deg,rgba(96, 78, 79, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%),url("../image/home/pc_top-1.jpg");
    background-size: 100%;
    background-position:50% 50%;
    height: 548px;
}

#mainImg .inner_Aboutus {
    position: absolute;
    top:230px;
    left: 5%;
    /*width: 55%;*/
    max-width: 520px;
    padding: 0;
}
.groupName {
    font-size: 1.75rem;
    text-align: left;
    margin: 0 0 1.5rem 0;
}

.groupName::before,
.groupName::after {
    height: 1px; 
    width: 40px;
}

.inner_Aboutus .text {
    font-size: 1.05rem;
    line-height: 180%;
    text-align: left;
    padding: 0 2rem;
}
  
/*最新情報（PC）
*************************************************/
section#topInfo {
	background-position:
		84% 0,
		17% 109%;
	background-size: 368px, 128px;
    overflow: hidden;
}
ul.ul_topInfo li {
    padding: 1rem 1rem;
    width: 32.5%;
}

.ul_topInfo li .info-title{
    display: block;
    font-size: 1.75rem;
    margin: 1rem 0;
    }
.ul_topInfo li .info-title small{ font-size: 1.1rem;;padding: 0 10px 0 0;}

/*こだわり（PC）
*************************************************/
.benefit .headline { font-size: 1.6rem;}


/*サービス内容（PC）
*************************************************/
section#topService .img_service_logo {
    width: 19%;
	max-width: 250px;}

ul.ul_topService {
    width: 79%;
    margin: 3rem 0 0 0;
    padding-left: 2%;
}

/*加盟店一覧（PC）
*************************************************/
/*お問い合わせ（PC）
*************************************************/
section.topContact {
  padding: 0 0 700px 0;
  background: url("../image/home/pc_top-6.jpg") repeat-x 50% 100%;
  background-size: 1400px;
}
h2.h2_com02 { font-size: 1.75rem;}

/*ボタン*****/
a.btn_contact01 {
    font-size: 1.3rem;
}
  
/*フッター（PC）
*************************************************/
/*下固定ボタン*/
.btn_bottom01{
	display: none;
}

/********/
}

/*--------------------------------------------------------------------------------------------------------
	PC用（1280px～）
----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1280px){

/*最新情報（PC2）
*************************************************/
.inner-topInfo {text-align: center; margin: 0 auto;background-color: #f4eee4 ;}
section#topInfo {
    max-width: 1280px; 
	background-position:
		95% 0,
		5% 109%;
}


    
}

/*--------------------------------------------------------------------------------------------------------
	印刷用（768px～）
----------------------------------------------------------------------------------------------------------*/
@media print{


/********/
}