@charset "utf-8";

/* ==========================================================================
   PC向けおよび大型タブレット向けのレイアウトの指定：769px～1400px
   ========================================================================== */
@media only screen and (min-width:1px) and (max-width:1400px){

/*--- body ---*/
body {
    min-width: 100%;
    text-align: center;
    width: 100%;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    width /***/: auto; /*IE8のみ適用*/
    text-align: center;
}
    
.spImg {
    display: inherit;
}

.pcImg {
    display: inherit;
}


nav.NavMenu {
    position: fixed; 
    z-index: 500000 !important; 
    top: 0; 
    left: 0;
    background: #FFFFFF;
    color: #000; 
    text-align: center; 
    width: 100%; 
    transform: translateX(100%);
    height: 100vh;
    display: inherit;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
    border-top-style: none;
}

nav.NavMenu.active {
    transform: translateX(0%);
    transition: all 0.6s; 
}

nav.NavMenu.off{
    transition: all 0.6s;
}

.Toggle {
    display: flex !important; 
    position: fixed !important;
    right: 12px !important;
    top: 7px !important;
    width: 54px !important;
    height: 54px !important;
    cursor: pointer;
    z-index: 999999 !important;
    background-color: #0075C2;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 22px;
    border-bottom: solid 2px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
 
.Toggle span:nth-child(1) { top: 17px; }
.Toggle span:nth-child(2) { top: 25px; }
.Toggle span:nth-child(3) { top: 33px; }
 

.Toggle.active span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .NavMenu { display: block; }

/*〇変更--変更〇*/
header .NavMenu ul { 
    border-top: 1px dotted #A6A6A6; 
    margin-top: 20px; 
    margin-right: 32px;
    display: block;
}

header .NavMenu ul li ul { border-top: 0px dotted #A6A6A6!important; margin-top: 20px; }

/*〇変更--変更〇*/
header .NavMenu ul li { 
    margin-right: 0px; 
    position: static; 
    font-weight: bold; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .NavMenu ul li ul.accordion-menu.is-open {
    width: 100%;
}

header .NavMenu ul li a { display: flex; justify-content: space-between; align-items: center;  }
header .NavMenu ul li a img { margin-left: 6px; width: 14px; height: auto; }
header .NavMenu ul li ul { position: static; top: 0px; left: 0px; z-index: 1; display: flex; flex-direction: column; background-color: #FFF; border-radius: 0px; margin-top: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 8px; white-space: nowrap; }
header .NavMenu ul li ul li { justify-content: flex-start; text-align: left; width: 100%; margin-bottom: 14px; margin-right: 0px; font-size: 0.875em; font-weight: 500; }
header .NavMenu ul li ul li:last-child { margin-bottom: 0px; }
header .NavMenu ul li ul { margin-top: 20px; }
header .NavMenu ul li ul li a { color: #000; background-image: url(../images/r_btn.svg); background-repeat: no-repeat; background-position: left 4px; background-size: 14px auto; padding-left: 25px; }
header .NavMenu ul li ul li a:hover { color: #000; background-image: url(../images/r_btn.svg); }
    
.lineBtn a { background-color: #06C755; display: flex; align-items: center; color: #FFFFFF; border-radius: 50px; font-size: 1.5em; font-weight: bold; padding-top: 14px; padding-bottom: 14px; padding-left: 32px; padding-right: 32px; line-height: 1; border: 3px solid transparent; box-sizing: border-box; }
.lineBtn a img { width: 40px; height: auto; }
.lineBtn a:hover { border: 3px solid #FFCC00; }

.lineBtn_sp { display: inherit; }
.lineBtn_sp a { background-color: #06C755; display: flex; align-items: center; color: #FFFFFF; border-radius: 50px; font-size: 2em; font-weight: bold; padding-left: 32px; padding-right: 32px; line-height: 1; border: 3px solid transparent; box-sizing: border-box; justify-content: center; }
.lineBtn_sp a img { width: 60px; height: auto; }
.lineBtn_sp a:hover { border: 3px solid #FFCC00; } 

.lineBtn { display: none; }
.NavMenu ul li { padding-bottom: 20px; padding-top: 20px; border-bottom: 1px dotted #A6A6A6; }
.NavMenu ul li ul li { padding-bottom: 0px!important; padding-top: 0px!important; border-bottom: 0px dotted #A6A6A6!important; }
#qaMenu { display: none; }

#spMenu {
    display: flex;
    border-top-style: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#spMenu li { border-bottom-style: none; font-size: 0.75em; }


header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100000!important; 
    display: block;
}

header #logo {
    width: 100%;
    max-width: 260px;
    margin: 0;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 10px;
    top: 0 !important;
    z-index: 999999 !important;
}

#logo2 {
    display: inherit;
    width: 100%;
    max-width: 260px;
    background-color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 30px;
    border-bottom-right-radius: 10px;
    top: 0 !important; 
    z-index: 999999 !important; 
    margin-left: -20px;
}

#logo2 img {
  width: 100%;
  height: auto;
  display: block;
}
    

#mainTop {
    position: relative !important; 
    width: 100%;
    height: auto !important;       
    text-align: right;
}

#mainImg {
    position: relative !important; 
    top: auto !important;
    left: auto !important;
    z-index: 1 !important;        
    width: 100%;
    height: auto !important;      
    padding: 16px;
    box-sizing: border-box; 
}

#mainImg h1 {
    width: 100%;
    height: auto !important;
    margin: 0;
}

#mainImg h1 picture {
    display: block;
    width: 100%;
    height: auto !important;
}

#mainImg h1 img {
    width: 100%;
    height: auto !important;       
    border-radius: 10px;
    display: block;
}

#mainImg_inner {
    position: absolute !important;
    bottom: 40px !important; 
    left: 32px !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    max-width: 1100px;
    width: calc(100% - 5em);
    text-align: left;
    z-index: 5;
    margin-top: 0 !important;
    background-color: transparent;
    padding: 0;
}

#mainImg_inner p {
    font-size: 1.3em;
    color: #FFFFFF;
}

#mainImg_inner div img {
    width: 400px;
    height: auto;
}

#fixdBtn {
    display: none;
}

footer .fixdBtn_sp {
    z-index: 100!important;
}

.fixdBtn_sp {
    display: inherit;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.fixdBtn_sp a {
    background-color: #06C755;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
    text-align: center;
}

.searchBlock_1 {
    display: none;
}

.searchBlock_2,
.searchBlock_3 {
flex-direction: column;
align-items: center;
justify-content: center;
}

.lo01 {
flex-direction: column;
align-items: center;
}

.searchBlock_2 section p,
.searchBlock_3 section p {
    text-align: center;
}

.searchBlock_right {
display: flex;
  flex-direction: row; 
  justify-content: center; 
  gap: 20px;
  width: 100%;
}

.searchBlock_2 .photo figure,
.searchBlock_3 .photo figure {
width: 100%;
        height: 200px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
}

.arealist ul li {
    width: calc((100% - (11px * 2)) / 3);
  }
  
  footer .lineBtn2:first-of-type {
    display: inherit;
    margin-bottom: 24px;
}

  footer .lineBtn2:last-of-type {
    display: none;
}

#footerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-grid {
justify-content: center;
  max-width: auto;
}

footer .nav-container .nav-block {
    max-width: 148px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

footer .nav-container .nav-block p.nav-title {
    font-size: 0.875em;
}

footer .nav-container ul.nav-links li a {
font-size: 0.813em;
}

.nav-bottom-links {
justify-content: center;
}

.nav-bottom-links li {
}

footer {
        padding-bottom: 79px;
    }
    
#mainImg2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    z-index: 1;
    background-color: #FFF;
    height: auto;
}

#pNavi {
    padding-top: 45px;
 width: calc(100% - 3em);
}

#g_layout {
   display: block;
}

#leftBlock {
  max-width: 100%;
  width: 100%;
  /*〇変更--変更〇*/
    margin: 60px 0 0;
}

#leftBlock ul li.lineBtn3 a {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-right: 18px;
    border-radius: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#leftBlock ul {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#rightBlock,
#rightBlock2 {
    margin-left: 0px;

}

.faq-card {
  max-width: 900px;
}
}

/*〇変更--変更〇*/
/*追加*/
/* 1113px以下：2個表示 */
@media (max-width: 1113px) {
  .listBlock a {
    /* gap 16px * 1 = 16px を引いた幅を2等分 */
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media only screen and (max-width:768px){
  .faq-card {
    padding: 30px 20px; /* 画面幅に合わせてカード内の余白を縮める */
    border-radius: 12px;
    margin: 20px auto;
  }

  .faq-card-title {
    font-size: 22px;   /* タイトルを少し小さく */
    margin-bottom: 30px;
  }

  .faq-list {
    gap: 25px;         /* リストの間隔を少し詰める */
  }

  .faq-question {
    font-size: 15px;
    padding-left: 25px; /* アイコンとの余白を調整 */
  }

  .faq-question::before {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
    padding-left: 25px;
  }

  .faq-answer::before {
    font-size: 16px;
  }
  
  
  
#cms table {
    margin-top: 30px;
}

  #cms table,
  #cms table tbody,
  #cms table tr,
  #cms table th,
  #cms table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* 1行（tr）単位で上下の余白をコントロール */
  #cms table tr {
    padding: 12px 15px;
  }

  /* スマホ時はセル単体の余白をゼロにして全体の隙間を微調整 */
  #cms table th,
  #cms table td {
    padding: 0;
  }

  /* 項目名（上）の調整 */
  #cms table th {
    margin-bottom: 6px;     /* 下の内容との間に隙間を作る */
  }

  /* 内容（下）の調整 */
  #cms table td {
    font-size: 14px;        /* スマホで見やすいように少しだけ文字を小さく */
  }
  
  
  #cms blockquote {
    padding: 30px 40px;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }

  #cms blockquote::before,
  #cms blockquote::after {
    font-size: 70px;
  }

  #cms blockquote::before {
    top: 5px;
    left: 10px;
  }

  #cms blockquote::after {
    bottom: -15px;
    right: 10px;
  }
  
  #cms blockquote p {
    font-size: 0.875em;
    line-height: 1.7;
  }

#cms h2 {
    font-size: 1.4em;
}

#cms ul {
    margin-top: 30px;
}

#rightBlock h1 {
    font-size: 1.4em;
}

#rightBlock_top {
    display: block;
    margin-bottom: 20px;
}

.rightBlock_category {
    margin-bottom: 15px;
}

#dataBlock {
margin-top: 10px;
    display: block;
}

#rightBlock {
    padding-left: 20px;
    padding-right: 20px;
}

#rightBlock2 {
    padding-left: 20px;
    padding-right: 20px;
}

#pickup_tit .b_btn2,
#voice_tit .b_btn2,
#news_tit .b_btn2,
#column_tit .b_btn2 {
    display: none;
}

/*〇変更--変更〇*/
#column .navi_btn2 {
    position: absolute;
    z-index: 1;
    top: 40%;
    width: 100%;
    justify-content: space-between;
    display: flex;
}
/*〇変更--変更〇*/
#column .navi_btn2 img {
    width: 12vw;
    height: auto;
    max-width: 60px;
    min-width: 30px;
    margin: 0;
}

.left_tit {
    text-align: center;
}

/*〇変更--変更〇*/
.left_tit p {
    background-position: center bottom;
}

#pickup_top,
#pickup_tit {
  display: block;
}

#voice_top,
#voice_tit {
  display: block;
}

#column_top,
#column_tit {
  display: block;
}

#news_top,
#news_tit {
  display: block;
}

#pickup_top {
    margin-bottom: 20px;
}


#voice_top,
#column_top,
#news_top {
    margin-bottom: 20px;
}
.searchBlock_right {
  flex-direction: column;
}

header #logo {
    max-width: 180px; 
    border-bottom-right-radius: 10px;
}
    
#mainTop {
    text-align: left;
}
    

#mainImg_inner {
    position: absolute !important;
    bottom: 50px !important;
    left: 16px !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    background-color: #FFFFFF !important;
    display: inline-block !important;
    max-width: calc(100% - 80px) !important;
    width: auto !important;
    padding-top: 24px !important;
    padding-right: 30px !important;
    padding-bottom: 24px !important;
    padding-left: 24px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    box-sizing: border-box;
    z-index: 5 !important;
}

#mainImg_inner p {
    color: #333333 !important;       
    font-size: 1.05em !important;    
    font-weight: bold !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
}

#mainImg_inner div {
    display: block !important;
    background-color: transparent !important; 
    padding: 0 !important;
    margin-top: 0 !important;
    text-align: left !important;
}

#mainImg_inner div img {
    width: 100% !important;
    max-width: 260px !important;     
    height: auto !important;
    display: block !important;
}

#problem_fukidashi {
    max-width: 600px;
    width: 100%;
}

    #fukidashiBlock {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 130px;
    }


    #fukidashi1, #fukidashi2 {
        display: flex;
        flex-direction: column;
          max-width: 500px;
  width: 100%;
    }


    .fuki-item {
        width: fit-content;
        white-space: normal;
        font-size: 0.875em;
        padding: 11px 19px;
    }


    .fuki1, .fuki3 {
        align-self: flex-start;
        margin-left: 0;
    }
    
    .fuki1 {
        margin-left: 50px;
    }
    
    .fuki4 {
        margin-right: 60px;
    }

    .fuki2, .fuki4 {
        align-self: flex-end;
        margin-left: 0;
    }

    .fuki-item {
        margin-bottom: 10px;
    }
    .fuki4 {
        margin-top: 0;
    }

    .fuki1 span {
        background-image: url(../images/ya02.svg);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-bottom: 50px;
        margin-bottom: 10px;
        background-size: 59px 50px;
    }
    .fuki2 span {
        background-image: url(../images/ya01.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        padding-bottom: 30px;
        margin-bottom: 10px;
        background-size: 59px 50px;
    }
    
        .fuki3 span {
        background-image: url(../images/ya02.svg);
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-bottom: 50px;
        margin-bottom: 10px;
        background-size: 59px 50px;
    }
    .fuki4 span {
        background-image: url(../images/ya01.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        padding-bottom: 30px;
        margin-bottom: 10px;
        background-size: 59px 50px;
    }
    
    #problem_fukidashi figure {
    left: auto;
    transform: none;
    right: -66px;
    bottom: 0px;
    width: 150px;
    z-index: 1;
    position: absolute;
    }

#problem {
overflow-x: hidden;
    width: 100%;
}

.fuki3 {
    margin-left: 16px;
    }
    
.fuki2 {
    margin-right: 16px;
    }
    
.fuki-item {
    font-size: 0.875em;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 19px;
    padding-right: 19px;
}

/*〇変更--変更〇*/
.title h2 {
    font-size: 1.5em;

}
/*〇変更--変更〇*/
.title p {
    font-size: 0.875em;
}

#reason ul li p {
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
    color: #0075C2;
    font-weight: bold;
    font-size: 1em;
}

#reason ul li {
    height: 214px;
}

.searchBlock_2 section p, .searchBlock_3 section p {
    text-align: center;
}

.searchBlock_2 a.btn,
.searchBlock_3 a.btn {
   align-self: center;
}

.searchBlock_inner {
display: block;
}

.searchBlock_2 {
    position: relative;
}

    .searchBlock {
        padding-left: 15px;
        padding-right: 15px;
    }
    
.navi_btn {
    display: inherit;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.navi_btn img {
    width: 48px;
    height: auto;
}

    .navi_btn {
        display: inherit;
        position: absolute;
        top: 65px;
        left: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 5;
    }
    
.searchBlock_2 section h4, .searchBlock_3 section h4 {
    font-size: 1.25em;
    margin-bottom: 9px;
}

.searchBlock {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottom_btn {
    display: inherit;
    margin-top: 24px;
    margin-left: 0px!important;
}

.bottom_btn a {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*〇変更--変更〇*/
.contact2 .w_tit p {
    color: #FFF;
    background-image: url(../images/star_w.svg);
    }

.lineBtn2 a {
    width: 305px;
    font-size: 2em;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
}

.lineBtn2 a img:first-child {
    width: 59px;
    margin-right: 0px;
}

.lineBtn2 a img:last-child {
    width: 36px;
    margin-left: 10px;
}

.contact2 {
    background-image: url(../images/bg_img_sp.webp);
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact2_inner p img {
    width: 285px;
    height: auto;
}

/*〇変更--変更〇*/
.arealist h3 {
    color: #0075C2;
    border-bottom: 1px solid #0075C2;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
/*〇変更--変更〇*/
/*追加*/
/* アイコンの回転アニメーション（任意） */
  .arealist h3 img {
    transition: transform 0.3s ease;
}
/*〇変更--変更〇*/
/*追加*/
  .arealist h3.is-active img {
    transform: rotate(180deg); /* 開いたときにアイコンをクルッと回転 */
}
/*〇変更--変更〇*/
/*追加*/
/* アコーディオン開閉アニメーション */
.arealist .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease;
}
/*〇変更--変更〇*/
/*追加*/
.arealist .accordion-content.is-open {
    max-height: 1000px; /* 中身が十分収まる高さ */
    opacity: 1;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease;
    margin-bottom: 24px; /* 開いた時の下の余白 */
}

/* 1列あたりの都道府県の幅調整（スマホ用） */
.arealist ul li {
    width: calc((100% - 11px) / 2); /* スマホで2列にする場合 */
}

#lawn h2 {
    font-size: 1.25em;
    padding-bottom: 14px;
    margin-bottom: 24px;
}

#lawnBlock {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

#lawnComm {
    margin-top: 24px;
}

#lawnBlock {
      display: block;
}

#lawnBlock_merit1,
#lawnBlock_merit2 {
    width: 100%;
display: block;
}

#lawnBlock_merit1 {
    border-right: 0px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

#lawnBlock_merit1 {
    padding-right: 0px;
}

#lawnBlock_merit2 {
    padding-left: 0px;
}

#lawnBlock figure {
    margin-right: 0px;
    margin-bottom: 14px;
}

#lawnBlock figure img {
    width: 120px;
    height: auto;
    text-align: center;
}

#lawnBlock figcaption {
    font-size: 1.25em;
}

#lawnBlock .merit {
  display: flex;
  justify-content: space-between;
}

#lawnBlock .merit section {
    width: 48%;
}

#lawnBlock .merit h3 {
    font-size: 0.875em;
}

#FAQ dl {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

#FAQ {
background-image: none;
    padding-top: 50px;
    padding-bottom: 60px;
}

    #lawn {
        background-size: 160px auto;
    }

 .news-item a {
    position: relative; 
    display: block; 
    padding: 15px 30px 15px 0;
  }

  .news-date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .news-title {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .news-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
    padding-right: 10px;
  }
  
  footer {
    padding-top: 30px;
}

#copy {
    font-size: 0.625em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.nav-bottom-links li {
    margin-right: 8px;
     margin-left: 8px;
        white-space: nowrap;
}

    .nav-grid {
        justify-content: space-between;
        max-width: auto;
    }
    
footer .nav-container ul.nav-links li a img {
    width: 8px;
}
    
footer .nav-container .nav-block {
        max-width: 134px;
        margin-left: 6px;
        margin-right: 6px;
    }
    
    
footer #footerLogo {
    max-width: 290px;
    padding-right: 0px;
}

#linkBlock {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 30px;
}

#linkBlock h2 {
    text-align: left;
    font-size: 1.2em;
}

  .btn-container {
    flex-direction: column;
    gap: 15px;
  }
  
  .btn-item a {
    height: 56px;
    border-radius: 28px;
    font-size: 15px;
}

#linkBlock ul li {
    font-size: 1em;
}

.btn-container {
    margin-top: 10px;
}

.author-card {
    margin-top: 30px;
}

#rightBlock2 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
#rightBlock2 .recommend-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    margin-left: 0;
    margin-right: 0;
  }

  #rightBlock2 .recommend-text {
    font-size: 0.875em;
    padding-left: 0;
    padding-right: 0;
  }
  
.pageNavi {
    margin-top: 40px;
    margin-bottom: 50px;
}
}

/*〇変更--変更〇*/
/*追加*/
/* 747px以下：1個表示 */
@media (max-width: 747px) {
  .listBlock a {
    flex: 0 0 100%;
  }
}

/*〇変更--変更〇*/
/*追加*/
/* PC（769px以上）は常に全開 */
@media screen and (min-width: 769px) {
  .arealist .accordion-content {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
}

/* ==========================================================================
   470px以下の設定（スマホ特化の微調整）
   ========================================================================== */
@media only screen and (max-width: 470px){
    
#rightBlock2 .recommend-grid {
    grid-template-columns: 1fr;
    gap: 25px 0;
  }
  
.recommend-section {
    padding-left: 0px;
    padding-right: 0px;
}

.recommend-grid {
    grid-template-columns: 1fr;
    gap: 25px 0;
  }

  .recommend-title {
    font-size: 1.25em;
    margin-bottom: 15px;
  }

  .recommend-text {
    font-size: 0.875em;
  }
  
.author-card {
    padding: 20px;
  }

  .author-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin-bottom: 15px;
  }

  .author-img {
    width: 100px;
    height: 100px;
  }

  .author-description {
    font-size: 0.875em;
    line-height: 1.6;
  }
  
#rightBlock .lineBtn2 a {
    font-size: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
}

#linkBlock {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.matome h2 {
    font-size: 1.5em;
}

#rightBlock {
    padding-left: 15px;
    padding-right: 15px;
}

#rightBlock2 {
    padding-left: 15px;
    padding-right: 15px;
}

header #logo2 {
        max-width: 180px;
        border-bottom-right-radius: 10px;
    }

#FAQ dl dt span img {
    margin-right: 10px;
    width: 32px;
}

#FAQ dl dd img {
    margin-right: 10px;
        width: 32px;
}

#FAQ dl {
    border-radius: 10px;
    margin-top: 24px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

#FAQ {
    padding-top: 40px;
    padding-bottom: 40px;
}

#lawn {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 143px auto;
}

#column .listBlock a .listBlock_inner figure img {
    height: 134px;
}

#area {
    background-repeat: no-repeat;
    background-position: center bottom 20px;
    background-size: contain;
}

.arealist {
    margin-top: 24px;
}
#area {
    padding-top: 40px;
    padding-bottom: 40px;
}

.listBlock_inner_photo section aside span {
    margin-left: 4px;
}

.listBlock_inner_photo figure {
    max-width: 73px;
    margin-right: 10px;
}

.listBlock_inner_photo figure img {
    height: 66px;
}

.listBlock_inner_photo section h3 {
    font-size: 0.875em;
}

.listBlock_inner_photo section aside {
    font-size: 0.875em;
}

.listBlock_inner dl dt {
font-size: 0.875em;
}

.listBlock_inner dl dd {
    font-size: 0.813em;
}

.listBlock a {
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
}

.b_btn a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .navi_btn {
        top: 40px!important;
    }
    
.searchBlock_2 .photo figure,
.searchBlock_3 .photo figure {
    width: 150px;
    height: 135px;
    margin-right: 0px;
    margin-bottom: 8px;
}

#search {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/sp_bg.svg);
    background-position: center 28px;
    background-repeat: no-repeat;
    background-size: 90% auto;
}

#search_tab {
    margin-top: 24px;
}

#search_tab dl:nth-child(1) dt {
    font-size: 1.125em;
}

#search_tab dl:nth-child(1) dd {
    font-size: 0.813em;
}

#search_tab dl:nth-child(2) dt {
    font-size: 1.125em;
}

#search_tab dl:nth-child(2) dd {
    font-size: 0.813em;
}

#search_tab dl:nth-child(1) {
    background-size: 113px 3px;
}

.searchBlock h3 {
    justify-content: center;
    font-size: 1em;
}

.searchBlock h3 img {
    width: 32px;
    height: auto;
    margin-right: 5px;
}

.contact {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
    background-color: #FFFFFF;
}

.w_tit h2 {
    color: #0075C2;
    background-image: url(../images/bg10.svg);
}

.contact ul {
    display: block;
    margin-top: 23px;
}

.contact ul li {
    max-width: 100%;
}

.contact ul li:nth-child(1) {
    margin-bottom: 25px;
    }
    
/* 1つ目のバナー画像をSP用に差し替え */
.contact ul li:nth-child(1) a img {
        content: url("../images/bn1_sp.webp");
    }

    /* 2つ目のバナー画像をSP用に差し替え */
.contact ul li:nth-child(2) a img {
        content: url("../images/bn2_sp.webp");
    }
    
.contact ul li a img {
        width: 100%;
        height: auto;
    }
    
    

#reason {
        padding-bottom: 40px;
        background-size: 224px auto, 288px auto;
        background-position: left top, right -77px bottom 153px;
    }


#reason ul {
    gap: 6px;
}

#reason ul li img {
    width: 72px;
    height: auto;
}

#reason ul li {
    height: 170px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#reason ul li p {
    height: 3em;
    margin-top: 6px;
    font-size: 0.75em;
}


#fukidashiBlock {
    padding-bottom: 40px;
}

#reason {
    padding-top: 40px;
}

    #problem_fukidashi figure img {
        content: url("../images/jinbutsu_sp.webp");
        width: 102px;
        height: auto;
        display: block;
    }

#problem {
    margin-top: 40px;
}

.spbr {
    display: inherit;
}

header #logo {
    max-width: 133px; 
}

#mainImg_inner {
    max-width: calc(100% - 40px) !important; 
    padding-top: 16px !important;
    padding-right: 20px !important;
    padding-bottom: 16px !important;
    padding-left: 16px !important;
}

#mainImg_inner p {
    font-size: 0.9em !important;     
    margin-bottom: 8px !important;
}

#mainImg_inner div img {
    max-width: 200px !important;     
}

#pickup {
    padding-top: 40px;
    padding-bottom: 24px;
}

#voice {
    padding-top: 40px;
    padding-bottom: 24px;
}

#column {
    padding-top: 40px;
    padding-bottom: 24px;
}

#news {
    padding-top: 40px;
    padding-bottom: 24px;
}
}


/* ==========================================================================
   320px以下の設定（極小スマホ対応）
   ========================================================================= */
@media only screen and (max-width: 320px){
#mainImg_inner {
    max-width: calc(100% - 32px) !important;
    padding: 12px !important;
}
.lineBtn_sp a {
    font-size: 1.5em;
}   
#mainImg_inner p {
    font-size: 0.75em !important;
}
#mainImg_inner div img {
    width: 160px !important;
}
}