@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.site-name-text {
display: none;
}
body{ background-color:#ffffff;}
html, body {
  overflow-x: hidden !important;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
.home .entry-content {
    margin-top: -27px;
    margin-bottom: 0;
}
.home #content .wrap .main{ padding:0!important;}

/************************************
** contents
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}

#content{ 
	margin-top:-5px;
	margin-bottom: 0;
}
#content-in{margin:0 auto;}
#content::after{ display:none;}

#main{ padding:0;margin-bottom:0; border:none;}

.page .sns-follow,
.page .author-info{
    display: none;
}

/************************************
** ヘッダー
************************************/
header{ margin:10px auto 0 auto;}


#header-in{ width:1200px; margin:0 auto;}


.header-container{ 
	margin:0 auto;
	background-color:#ffffff;
	position:relative;
	height:85px;
}

.logo{ 
	position:absolute;
	top:10px;
	text-align:left!important;
}
.logo img{max-height:70px!important;} 
/************************************
** コンテンツ下部
************************************/
.sns-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
    margin: 0 auto 3%;
  list-style: none;
	  max-width: 800px;
}

.sns-buttons li {
  width: 45%;
	text-align:center;
}

.sns-buttons li a {
display: inline-flex;
    padding: 20px 30px;
    text-decoration: none;
    background: #FFF;
    overflow: hidden;
    transition: all 0.3s ease;
    border: #e4e4e4 solid 2px;
    height: auto;
    width: auto;
}

.sns-buttons li a:hover {
  opacity: 0.8;
}

/************************************
** フッター
************************************/
#footer{
	padding-top:10px!important;margin-top:0px;}

#footer .footer-widgets .widget_text { margin-bottom:0;}
#footer .footer-widgets .widget_text p{margin-bottom:0;}

.navi-footer-in > .menu-footer li{ 
	border-left:none;
	border-right:1px solid #707070;
}



/************************************
** Main
************************************/
.wp-block-cover{ min-height:560px;margin-bottom:0!important; }

/************************************
** Menu
************************************/
.header-container-in .navi-in{ position:absolute;right:0px; top:5px; }
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important; text-align:center;}

navi{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#menu-h-menu{  
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-h-menu li{width:100px; height:50px;text-align:center;line-height:2!important; padding: 20px 0px 0 0px;}

#menu-h-menu li a{
  display: block;
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 16px!important;
  position: relative;
  transition: color 0.3s ease;background-color:transparent;
}

/* Vertical separator line */
#menu-h-menu li:not(:nth-last-child(-n+2)) a:after {
  content: "|";
  position: absolute;
  right: 0;
	top:10%;
  color: #ccc;
}

.sub-caption{ color:#00a051;}

#menu-h-menu li a:hover{}
#menu-h-menu li#menu-item-16{
position:relative;
background-color:#00451e;
padding:5px 0!important;
margin:10px;
width:120px;
border-radius:15px;
}

#menu-h-menu li#menu-item-16 a{
color:#ffffff;
text-decoration:none;
font-size:16px
position:absolute;
top:0;
left:0;
}

#menu-h-menu li#menu-item-16 a:hover{ opacity:0.6;}
#menu-h-menu li#menu-item-16 .item-label{color:#ffffff;}



/************************************
** 固定ヘッダー
************************************/
.fixed-header{ height:85px; background-color:#ffffff!important;width:100%!important;}
.fixed-header #menu-h-menu li{width:140px;}
.fixed-header #menu-h-menu li#menu-item-48{width:130px;}

.header-container-in.hlt-top-menur{position:relative;}
.fixed-header #nav{background-color:#ffffff; padding-bottom:0!important;}
.fixed-header #navi .navi-in{
position: absolute;
right:0;
top: 5px;
}

.fixed-header .logo{ position:absolute;top:15px;left:0; }
.fixed-header .cl-slim .logo-header img { max-height: 60px;}
.fixed-header #menu-h-menu .navi-in a{color:#012351; background-color:transparent;}
.fixed-header #menu-h-menu{ }
.fixed-header #menu-h-menu li a:hover{opacity:0.6;} 
.fixed-header #menu-h-menu li#menu-item-115{ background-color:#8ebe59!important;display:block;}

.fixed-header .h-submenu { 
	display:none;
}
.fixed-header .h-submenu img.pc-img{ max-width:95%;} 
.header-container-in.hlt-top-menu .h-submenu li{ padding-top:10px;}
.header-container-in.hlt-top-menu .h-submenu li::marker{display:none;}
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px; color:#222222; font-weight:bold;}


/************************************
** 共通
************************************/
section{ margin-bottom:0!important;}

/*投稿日を非表示にする*/
.page .post-date {
  display: none;
}

/*更新日を非表示にする*/
.page .post-update{
  display: none;
}

.entry-card-meta, .related-entry-card-meta{ padding-bottom:10px;}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{ margin:5px 0 10px 30px;}
img.alignleft{ margin:5px 30px 10px 0;}

img a:hove{ opacity:0.5;}

.sp_br {
  display: none; //640px以上では改行タグを無効に。
}
@media screen and (max-width: 640px) {
  .sp_br {
    display: block; //640px未満で改行タグを有効に。
  }
}



.alignright{ float:right; }
.alignleft{ float:left; }

.pc-img{ display:inline!important;}
.tab-img { display:none!important;}
.tab-smt{ display:none!important;}	
.smt-img { display:none!important;}

/************************************
** margin / padding
************************************/
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.mt-100{ margin-top:-100px!important;}


.mb0{ margin-bottom:0px!important;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px!important;}
.mb40{ margin-bottom:40px!important;}
.mb50{ margin-bottom:50px!important;}
.mb100{ margin-bottom:100px!important;}

.mr0{margin-right:0!important;}
.mr10{margin-right:10px!important;}
.mr40{margin-right:40px!important;}

.ml80{margin-left:80px!important;}

.pt10{ padding-top:10px;}
.pt100{ padding-top:100px;}

/************************************
** Font
************************************/
.fss{font-size:60%;}
.fs{font-size:80%;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:180%;}
.fbig{ font-size:250%;}

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.red{ color:#e02051;}
.red01{ color:#9d2238;}
.red02{ color:#cd6a55;}
.white{ color:#ffffff;}
.green{ color:#00451e;}
.orange{color:#fa8700;}
.pink{color:#e84871;}


.line-yellow{ background:linear-gradient(transparent 70%, #fff88d 30%); display:inline-block;}
.mincho{font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}



.center{ text-align:center!important;}
.right{ text-align:right!important;}
.left{ text-align:left!important;}

.text01{ line-height:1.4;}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/************************************
** Tittle
************************************/
.article section h2{ background-color:transparent; text-align:center; font-size:1.6em;}


h2.ti02 {
      text-align: center;
      color: #222;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 50px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho";
}

.article h2{ padding:0!important;font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;}

.article h3{ border:none; font-size:1.4em;}
.article h3.ti03{ 
	background-color: #f6f6f6;
	padding: 17px 0 17px 32px;
	border-left: solid 5px #333;	
}

.article h4{ 
	border-top:none;
	border-bottom:none;
}

/************************************
**　Box
************************************/
.box01{
background-color:#2c90a2;
border-radius:20px;
padding:20px 50px 0 50px;
color:#ffffff;
display:inline-block;
margin-bottom:30px;
}

/************************************
**　固定ページ共通
************************************/
.home .page .inner{
	width:1100px;
	margin:0 auto;
	padding: 10px 29px 0 29px
}

.page:not(.home) #main{
	width:1100px;
	margin:0 auto;
	padding: 10px 29px 0 29px
}


/************************************
** googlemap
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** youtubeレスポンシブ
************************************/
.youtube iframe {
	width: 100%;
	height: 100%;
}
/*!動画の最大幅を指定する*/
.video-container{
   max-width: 100%; 
  margin: 30px 0;
}
/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/ display: none; }
.eye-catch-wrap{ display:block;}

.single .eye-catch {
  display: none;
}

/************************************
** clearfix
************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/************************************
**　TOP
************************************/
/* main */
.home #main-image{ background: #ffffff url(images/bg-main.jpg) center top no-repeat;}	
.home h1.entry-title { display: none;}

.home #main-image p{
    margin: 0 auto;
	width:1000px;
	padding-bottom:30px;
}


#home #content{
	max-width:100%;
	margin:0 auto;
	padding:0;
}
.home section{ padding-top:50px; padding-bottom:50px;font-size:1em;}
#home .content-in.wrap{ width:100%!important; }
.page p{ margin-bottom:0.8em;}

.sec01 {
  position: relative;
  background-color: #ffffff; /* セクション本体は白 */
  padding: 60px 20px 100px;
    z-index: 0;
}
.sec01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
height: 51px;
  background: linear-gradient(to right, #44454a, #43464b, #44474c,#46474c,#45484d, #3d4045,#2d3135,#2a2d32,#282c30);	
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;	

}
/***   sec01   ***/

.sec01 p{ line-height:1.6;}
.sec01 p.tittle{ 
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 50px;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho";
	line-height:1.4;
}
.sec01 p.tittle img{ width:50%;} 

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 100px auto!important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}


.check-list li {
  background-image: url('images/icon-chk.jpg'); /* ← チェック画像を背景に */
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px auto;
  padding: 16px 20px 16px 60px; /* 左に余白を取る */
  border: 1px solid #444;
  font-size: 16px;
  line-height: 1.6;
	text-align:left;
}

.check-list li .green {
  color: #006633;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .check-list {
    grid-template-columns: 1fr;
  }
.sec01 p.tittle img{ width:100%;} 	
}

/***   sec02   ***/
.sec02 {
            display: flex;
background: linear-gradient(to right, #44454a, #43464b, #44474c,#46474c,#45484d, #3d4045,#2d3135,#2a2d32,#282c30);
            color: #fff;
            min-height: 500px;
            width: 100%;
			padding-bottom:0!important;
	 		padding-top:0!important;
			margin-top: 0; 
        }


.sec02 .inner {
            display: flex;
            width: 100%;
            max-width: none; /* max-widthを削除 */
        }

.sec02 .image-box {
flex: 0 0 50%; /* flex-shrinkを0に設定 */
width: 50%;
background-image: url('images/bg-sec02.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 500px;
}

.sec02 .text-box {
            flex: 0 0 50%; /* flex-shrinkを0に設定 */
            width: 50%;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.sec02 h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 30px;
            color: #fff;
	background-color:#0c0d0e!important;
	padding:20px 30px!important;
	text-align:left!important;
}
.sec02 .text-box p{
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #f0f0f0;
	margin-left:30px;
        }

.sec02 p strong {
            color: #fff;
            font-weight: 600;
        }

.sec02 p u {
             text-decoration-color: #fff;
            font-weight: 500;
}

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .sec02 {
                flex-direction: column;
                min-height: auto;
				
            }
            
            .sec02 .inner {
                flex-direction: column;
            }
            
            .sec02 .image-box,
            .sec02 .text-box {
                flex: none;
                width: 100%;
            }
            
            .sec02 .image-box {
                min-height: 300px;
            }
            
            .sec02 .text-box {
                padding: 40px 20px;
            }
			.sec02 .text-box p{margin-left:0;}            
            .sec02 h2 {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 480px) {
            .sec02 .text-box {
                padding: 30px 15px;
            }
            
            .sec02 h2 {
                font-size: 1.6rem;
                margin-bottom: 20px;
            }
            
            .sec02 p {
                font-size: 0.9rem;
            }
        }

/**** sec03  ****/
.sec03 {
  padding: 40px 20px;
  background: #fff;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
}

.sec03 h2 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #003300;

}

.differences {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.difference {
  flex: 1 1 300px;
  max-width: 350px;
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.difference h3 {
font-size: 1.2em;
margin-bottom: 16px;
font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;
text-align:center;
line-height:1.4;
padding:10px 0 15px 0;
border-bottom: 2px solid #01451e;
}


.badge {
  display: inline-block;
  background: #004d26;
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 14px;
  margin-right: 6px;
}

.quote {
  font-weight: bold;
  color: #990000;
  margin: 10px 0;
}

.highlight {
  color: #cc0000;
  font-weight: bold;
}

.difference img {
  margin-top: 20px;
  margin-bottom:20px;
  height: auto;
}
.difference p{ font-size:0.8em;}
.chigai-text{ min-height:380px;}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .differences {
    flex-direction: column;
    align-items: center;
  }
.difference {
flex: 1 1 100%;
max-width: 100%;
width: 100%;   	
}
.chigai-text{ min-height:auto;}	

}
/* タブレット用の画像中央寄せ */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .difference img {
    display: block;
    margin: 20px auto;
  }
}


/**** sec04  ****/

.sec04 {
  background-color: #f7f7f7;
  padding: 40px 20px;
	position:relative;
}
.sec04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
height: 41px;
  background:  #FFFFFF;	
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}


.sec04 .sag-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.sag-box {
  flex: 1 1 calc(33.333% - 20px);
border-top: 3px solid #00451e!important;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.sag-title {
  position: relative;
  font-size: 18px!important;
  line-height: 1.5;
  padding: 16px;
  border: 1px solid #e4e4e4!important;
  background: #fff;
  margin: 0 0 20px 0;
	color:#00451e;
	text-align:center;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;
}

/* 左上の三角形 */
.sag-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #00431b;
  border-right: 20px solid transparent;
}
.sag-icon {
  text-align: center;
  margin-bottom: 15px;
}

.sag-icon img {
  width: 100px;
  height: auto;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .sec04 {
    flex-direction: column;
  }

  .sag-box {
    flex: 1 1 100%;
  }
}


/**** sec05  ****/
.sec05 .feature-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 40px 20px;
}

.feature-text {
  display: flex;
  flex: 1 1 500px;
  gap: 20px;
  align-items: flex-start;
}

.circle-label {
  background-color: #00431b;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: sans-serif;
align-items: center;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;
	
}

.label-top {
  font-size: 0.8em;
	line-height:1.2;
}

.label-bottom {
  font-size: 1.6em;
  font-weight: bold;
  line-height:1;
	
}

.text-content h2 {
  margin: 0 0 15px;
  color: #00431b;
  font-size: 1.6em;
  line-height: 1.4;
	text-align:left!important;
	padding-bottom:10px!important;
	border-bottom:2px solid #00431b;
display: inline-block;	
}

.text-content p {
  font-size: 1em;
  line-height: 1.8;
  margin-left:-80px;	
}

.highlight {
  color: #c60000;
  font-weight: bold;
}

.feature-image {
  flex: 1 1 300px;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .feature-section {
    flex-direction: column;
  }

  .feature-text {
    flex-direction: row;
  }

  .circle-label {
    width: 90px;
    height: 90px;
    font-size: 0.9em;
  }

  .text-content h2 {
    font-size: 1.3em;
  }
}
/****  sec06  ****/
.sec06{ background-color:#f7f7f7;}
.voice-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .main-title {
            font-size: 2.5rem;
            font-weight: bold;
            color: #2c5530;
            margin-bottom: 5px!important;
        }

        .sub-title {
            font-size: 1.2rem;
            color: #999;
            letter-spacing: 0.2em;
            font-weight: 300;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif;
			
        }

.testimonials-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 40px;
            margin-top: 40px;
  justify-content: center;	
}

.testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
}

.voice-box {
  background: #fff;
  padding: 20px;
  width: 100%;
max-width:480px; /* 480pxから580pxに変更 */
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: left;
}
.voice-comment {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
	text-align:center;
}

.voice-name {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px!important;
	text-align:center;
	padding:10px 0;
	border-top:2px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;

}

.voice-img {
  position: relative;
}

.voice-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.voice-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  
  .testimonials-container {
    gap: 30px;
  }
  
  .voice-box {
    max-width: 95%;
    margin: 0 20px;
  }

}

/****  sec07  ****/
.sec07 {
  padding: 60px 20px 370px 20px!important;
  text-align: center;
background: #ffffff url(http://biolink.co.jp/wp-content/uploads/2025/06/bg-sec07.jpg) center bottom no-repeat;
	
}

.sec07 .sec-title {
  font-size: 24px;
  margin-bottom: 40px;
  color: #1c3f25;
}

.sec07 .sec-title span {
  color: #0b5320;
}

.sec07 .reason-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.sec07 .reason-box {
  flex: 1 1 30%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.reason-icon {
  width: 120px;
  margin-bottom: 16px;
}

.sec07 .reason-heading {
  font-size: 1em!important;
  color: #0b5320;
  font-weight: bold;
margin-bottom: 0!important;
  display: inline-block;
  padding-bottom: 4px;
}

.sec07 .reason-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
	text-align:left!important;
	padding:0 20px;
}
.title-line {
  text-align: center;
  margin-bottom: 20px;
}

.sec07 .line-with-dot {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #00431b; /* ラインの色 */
  margin: 16px auto 30px;
  max-width: 280px; /* 幅を制限したい場合 */
}

.line-with-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #00431b; /* ドットの色 */
  border-radius: 50%;
}

/* スマホ対応 */
@media (max-width: 768px) {
	.sec07{padding-bottom:250px!important; 
		background: #ffffff url(images/bg-sec07-smt.jpg) center bottom no-repeat;
	background-size:contain;}
	
.sec07 .reason-box {
    flex: 1 1 100%;
}
.sec07 .reason-text{ text-align:center!important;}		
}

/****  sec08  ****/

.sec08 {
    background-color: #f7f7f7;
}

.sec08-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(6, 1fr); /* 6列グリッドで細かく制御 */
}

.sec08-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.sec08-box img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}

.sec08-box h3 {
    font-size: 1.1rem;
    margin: 15px 0 10px;
    font-weight: bold;
}

.sec08-box p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.detail-btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid #333;
    padding: 10px 25px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    gap: 8px;
    transition: all 0.3s ease;
}

.detail-btn:hover {
    background-color: #333;
    color: white;
}

.detail-btn .line {
    width: 50px;
    height: 1px;
    background-color: #666;
    padding-bottom: 0;
}

.detail-btn .arrow {
    font-size: 12px;
}

/* デスクトップ（768px以上）: 2-3-2レイアウト */
@media screen and (min-width: 767px) {
    /* 1列目: 2カラム（1番目と2番目） */
    .sec08-wrapper .sec08-box:nth-child(1) {
        grid-column: span 3; /* 6列中3列を使用 */
    }
    .sec08-wrapper .sec08-box:nth-child(2) {
        grid-column: span 3; /* 6列中3列を使用 */
    }
    
    /* 2列目: 3カラム（3番目、4番目、5番目） */
    .sec08-wrapper .sec08-box:nth-child(3) {
        grid-column: span 2; /* 6列中2列を使用 */
    }
    .sec08-wrapper .sec08-box:nth-child(4) {
        grid-column: span 2; /* 6列中2列を使用 */
    }
    .sec08-wrapper .sec08-box:nth-child(5) {
        grid-column: span 2; /* 6列中2列を使用 */
    }
    
    /* 3列目: 2カラム（6番目と7番目） */
    .sec08-wrapper .sec08-box:nth-child(6) {
        grid-column: span 3; /* 6列中3列を使用 */
    }
    .sec08-wrapper .sec08-box:nth-child(7) {
        grid-column: span 3; /* 6列中3列を使用 */
    }
}

/* タブレット（481px-767px）: 1カラム */
@media screen and (max-width: 767px) and (min-width: 481px) {
    .sec08-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sec08-wrapper .sec08-box {
        grid-column: span 1;
    }
    
    .sec08-box img {
        max-width: 200px;
    }
    
    .detail-btn {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .detail-btn .line {
        min-width: 20px;
        max-width: 40px;
    }
}

/* スマホ（480px以下）: 1カラム */
@media screen and (max-width: 480px) {
    .sec08-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sec08-wrapper .sec08-box {
        grid-column: span 1;
    }
    
    .detail-btn {
        padding: 12px 20px;
    }
}

/****  sec09  ****/
.sec09 .inner{ margin-bottom:100px!important; text-align:center; line-height:1.8;}

.sec09-02{
  height: 100vh; /* 高さは必要に応じて変更可 */
  position: relative;
}
.sec09-02 h2{ margin-bottom:10px!important;}

.sec09-02::before {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10%;
  background-color: #ffffff;
  z-index: -1; /* マイナス値に変更 */
}
.sec09-02::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 90%;
  width: 100%;
  background: linear-gradient(to right, #ffffff 20%, #f7f7f7 20%);
  z-index: -1; /* マイナス値に変更 */
}
.profile-text{ padding-right:200px; font-size:1em; line-height:1.8;text-align:left;}

レスポンシブ対応のCSSを作成しました。
css.sec09-02{
  height: 100vh;
  position: relative;
}

.sec09-02 h2{ 
  margin-bottom: 10px !important;
}

.sec09-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #ffffff;
  z-index: -1;
}

.sec09-02::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 80%; /* 90%から80%に調整 */
  width: 100%;
  background: linear-gradient(to right, #ffffff 20%, #f7f7f7 20%);
  z-index: -1;
}

.profile-text{ 
  padding-right: 200px; 
  font-size: 1em; 
  line-height: 1.8;
  text-align: left;
}

/* タブレット対応 */
@media (max-width: 1024px) {
  .profile-text{ 
    padding-right: 150px;
    font-size: 0.95em;
  }
  
  .sec09-02::after {
    background: linear-gradient(to right, #ffffff 15%, #f7f7f7 15%);
  }
}

/* タブレット縦・小さめタブレット */
@media (max-width: 768px) {
  .sec09-02{
    height: auto;
    min-height: 100vh;
    padding: 20px 0;
  }
  
  .sec09-02::before {
    height: 15%;
  }
  
  .sec09-02::after {
    top: 15%;
    height: 85%;
    background: linear-gradient(to right, #ffffff 10%, #f7f7f7 10%);
  }
  
  .profile-text{ 
    padding-right: 100px;
    font-size: 0.9em;
    line-height: 1.7;
  }
}

/* スマートフォン */
@media (max-width: 480px) {
  .sec09-02{
    height: auto;
    min-height: 80vh;
    padding: 15px 0;
  }
  
  .sec09-02::before {
    height: 20%;
  }
  
  .sec09-02::after {
    top: 20%;
    height: 80%;
    background: #f7f7f7; /* グラデーションを単色に */
  }
  
  .profile-text{ 
    padding-right: 20px;
    font-size: 0.85em;
    line-height: 1.6;
    padding-left: 20px; /* 左側にも余白追加 */
  }
  
  .sec09-02 h2{
    margin-bottom: 15px !important;
    padding: 0 20px; /* h2にも余白追加 */
  }
}

/* 極小スマートフォン */
@media (max-width: 320px) {
  .profile-text{ 
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.8em;
    line-height: 1.5;
  }
  
  .sec09-02 h2{
    padding: 0 15px;
    font-size: 0.9em;
  }
}

/************************************
** 固定ページ共通
************************************/

/* メインタイトル部分 */
h1.entry-title  {
		position:relative;
            display: block;
            color: #222222;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.4;
        }

h1.entry-title ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #4d4d4d 0%, #4d4d4d 50%, #222222 50%, #222222 100%);
    border-radius: 2px;
}

/* スラッグ部分 */
.slug {
            display: block;
            color: #7c7c7c!important;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
			padding-top:15px;
			padding-bottom:20px;
			padding-left:5px;
            text-transform: uppercase;
            font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', '游ゴシック', sans-serif;

}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
             
h1.entry-title {
                font-size: 24px;
            }
            
            .slug {
                font-size: 12px;
            }
            
            .title-underline {
                width: 50px;
                height: 3px;
            }
        }

        @media screen and (max-width: 480px) {
h1.entry-title  {
                font-size: 20px;
            }
            
            .title-underline {
                width: 40px;
            }
        }

/************************************
** list
************************************/
        ul.listsquare {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        ul.listsquare li {
            margin-bottom: 7px;
            padding: 0;
            position: relative;
            padding-left: 20px;
        }
        
        ul.listsquare li::before {
            content: "■";
            color: #333;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
        }

/************************************
** 商品カテゴリー
************************************/
.page-id-144 section,
.page-id-158 section,
.page-id-174 section,
.page-id-178 section,
.page-id-184 section{ margin-bottom:50px!important;}
.page-id-144 a:hover img,
.page-id-158 a:hover img,
.page-id-174 a:hover img,
.page-id-178 a:hover img,
.page-id-184 a:hover img{ opacity:0.6;}

.intro {
            font-weight: bold;
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f9f9f9;
            border-left: 4px solid #4CAF50;
            border-radius: 5px;
        }
        
        .step {
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .step-number {
            background-color: #acacac;
            color: #333;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
            flex-shrink: 0;
            margin-top: 2px;
        }
        
        .step-content {
            flex: 1;
        }
        
        .step-title {
            font-weight: bold;
            margin-bottom: 8px;
            color: #333;
        }
        
        .step-description {
            color: #666;
            line-height: 1.7;
        }
        
        .additional-info {
            margin-top: 30px;
            padding: 20px;
            background-color: #f0f8ff;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
        }
        
        .additional-info h3 {
            margin-top: 0;
            color: #2c5282;
            font-size: 18px;
        }
        
        .tip {
            margin-bottom: 15px;
            padding-left: 15px;
            border-left: 3px solid #4CAF50;
        }
        
        @media (max-width: 600px) {
            .step {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .step-number {
                align-self: flex-start;
            }
        }

/* カートボタン */
        .base-widgets-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;          /* カラム間の余白 */
            align-items: start; /* 高さが揃わない場合の調整 */
            justify-items: center; /* 各アイテムを中央揃え */
            max-width: 820px; /* 全体の最大幅を制限 */
            margin: 0 auto;   /* コンテナ自体を中央揃え */
            padding: 0 10px;  /* 左右に少し余白 */
        }

        .base-widgets-container li { 
            list-style: none;
            width: 100%;
            max-width: 400px;
        }

        .base-widgets-container iframe {
            width: 100%;
            height: 480px;
            border-radius: 8px; /* 角を少し丸く */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* 軽い影を追加 */
        }

        /* 商品が1個だけの場合の中央揃え */
        .base-widgets-container:has(li:only-child) {
            grid-template-columns: 1fr;
            justify-items: center;
        }

        /* スマホ（768px 未満）は 1 カラムに */
        @media (max-width: 767px) {
            .base-widgets-container {
                grid-template-columns: 1fr;
                gap: 16px;
                padding: 0 15px;
            }
            
            .base-widgets-container iframe {
                width: 100%;
                height: 400px; /* スマホでは少し高さを抑える */
            }
        }

        /* タブレット（768px〜1023px）での調整 */
        @media (min-width: 768px) and (max-width: 1023px) {
            .base-widgets-container {
                gap: 16px;
                max-width: 720px;
            }
        }
/************************************
** お問い合わせ
************************************/
 .box_con {
          max-width: 1100px;
          margin: 0  auto;
        }
        @media only screen and (max-width: 768px) {
          .box_con {
            width: 95%!important;
          }
        }
        .box_con form {
          width: 100%;
        }
        .box_con form table {
          width: 100%;
        }
        .box_con form table tr {
          position: relative;
        }
        .box_con form table tr:after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0;
          height: 1px;
        }

        .box_con form table tr th {
          width: 30%;
          font-weight: normal;
          padding: 1em .5em;
          box-sizing: border-box;
          text-align:left;
        }

        .submit-button {
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            margin: 30px auto 0;
            background-color: #e4eeef;
            cursor: pointer;
            border: 1px solid #e4eeef;
            color: #000;
            text-align: center;
            text-decoration: none;
            line-height: 1.5;
            outline: none;
            transition: all .5s;
            padding: 20px 100px;
        }
         
        .submit-button:hover {
            background: #cae1e3;
            color: #000;
            border: 1px solid #cae1e3;
        }

        .boxBtn{
            position:relative;
            height: 50px;
            text-align:center;
        }

        .box_con input[type=submit]{
            width:50%;
        }
         
        @media only screen and (max-width: 768px) {
          .box_con form table tr th {
             width: 100%;
            display: block;
            background: #f5f6f7;
            padding: .8em 1.5em;
			vertical-align: top;  
          }
        }
        .box_con form table tr th span {
          border-radius: 6px;
          margin-right: 8px;
          padding-top: 3px;
          padding-bottom: 3px;
          width: 48px;
          display: inline-block;
          text-align: center;
          background: #cd6f55;
          color: #fff;
          font-size: 14px;	
        }
        .box_con form table tr th span.optional {background-color:#0e5b99;}

        .box_con form table tr td {
          padding: 1em .5em;
          box-sizing: border-box;
        }
        @media only screen and (max-width: 768px) {
          .box_con form table tr td {
            padding: 1.5em .5em;
            display: block;
            width: 100%;
            text-align:center;
          }
          .box_con form table tr td.koumoku{ padding-left:20px;text-align:left;}	
        }
        .box_con form table tr .box_br {
          display: block;
        }

        .box_con form table tr .radio02-input + label {
           margin-right: 20px;
          position: relative;
        }
        .box_con form table tr input, .box_con form table tr textarea {
          padding: .5em;
          box-sizing: border-box;
        }
        .box_con form table tr textarea {
          width:100%!important;
          height:100px!important;
        }
        
        .table01 {
            width: 100%;
            border-collapse: collapse;
        }

/************************************
** 投稿ページ
************************************/
.category .container,
.single .container{
background-image:none;
}

.category #content,
.single #content {
	margin:0 auto;
	background: #FFF;
    padding: 0 5% 2% 5%;
    max-width: 1100px;
}

/* 投稿ページのアイキャッチを幅20%で右寄せ */
.single article .eye-catch-wrap {
  float: right;         /* 右寄せ */
  width: 30%;           /* 幅20% */
  max-width: none;      /* Cocoonのデフォルトmax-widthを解除 */
  margin: 0 0 1em 1em;  /* 下と左に余白 */
}

/* あるいは画像本体に対して */
.single .wp-post-image {
  float: right;
  width: 30%;
  max-width: none;
  margin: 0 0 1em 1em;
}

/* 高さが出すぎる場合の任意設定 */
.single article .eye-catch-wrap img,
.single .wp-post-image {
  height: auto;
  max-height: 300px;  /* お好みで調整 */
  width: 100%;
}

/* モバイル回復例 */
@media screen and (max-width: 768px) {
 .single article .eye-catch-wrap,
 .single .wp-post-image {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }
}
.single .slug{ display:none;}
.single h1.entry-title{ border-left:10px #444 solid; padding-left:30px;}

.category h2.entry-card-title {
  position: relative;
  border: 1px solid #444;
  padding: 5px 10px 5px 30px;
}
.category h2.entry-card-title::after {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.5em;
  width: 6px;
  height: calc(100% - 1em);/*100％から上下の空き分を除いたもの*/
  background-color: #444;
  border-radius: 4px;
}


.single .article h3 {
font-size:1em;
border-left: 10px solid #7db4e6;	

}

.single .article h4{
font-size:16px;
padding: 0.5em;
color: #494949;
border-bottom: solid 1px #7db4e6;
}
.single .article h5{
font-size:14px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
	border-bottom:none;
}

.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}

.main-subtitle {
            font-size: 1rem;
            opacity: 0.9;
            font-weight: 300;
}

        .posts-container {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .post-article {
            background: white;
            border: 1px solid #e8f0ea;
            padding: 40px;
            margin-bottom: 40px;
        }

        .post-title {
            font-size: 1.5rem;
            color: #2d4a36;
            margin-bottom: 30px;
            font-weight: 600;
            line-height: 1.4;
            border-bottom: 2px solid #4a7c59;
            padding-bottom: 15px;
        }

        .post-content {
            font-size: 1rem;
            line-height: 1.8;
            color: #333;
        }

        .post-content p {
            margin-bottom: 20px;
        }

        .post-content p:last-child {
            margin-bottom: 0;
        }

        /* Biolinkサイトのシンプルなスタイルに合わせる */
        .highlight {
            background-color: #f0f9f2;
            padding: 2px 4px;
        }

        .product-name {
            font-weight: 600;
            color: #4a7c59;
        }

        @media (max-width: 768px) {
            .container {
                padding: 20px 15px;
            }
            
            .main-title {
                font-size: 1.8rem;
            }
            
            .main-header {
                padding: 40px 20px;
                margin-bottom: 40px;
            }
            
            .post-article {
                padding: 25px;
                margin-bottom: 30px;
            }
            
            .post-title {
                font-size: 1.3rem;
            }
        }

        .footer-section {
            text-align: center;
            margin-top: 60px;
            padding: 40px;
            background-color: #2d4a36;
            color: white;
        }

        .footer-content p {
            margin-bottom: 10px;
            font-size: 0.9rem;
        }



.new-entry-card-post-date{color:#00a8e3;}
.date-tags{display:none;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1100px以下 (タブレット横サイズ)* */
@media screen and (max-width: 1100px){

#header-container-in{ width:100%; position:relative; padding-top:70px!important;}
#header-container {
    padding-top: 5px;
    padding-bottom: 10px;
}	
	
.logo{
position:absolute;
top: 0px;
left: 0;	
}



/************************************
** ヘッダー
************************************/
#header-container-in{ width:100%; position:relative;}
#header-container {
  padding-top: 15px;
  padding-bottom: 0px;
  height:auto;
}
	
.page .inner{
	width:100%;
	margin:0 auto;
}	

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}
	
.mobile-header-menu-buttons{ background-color:#fff;}

.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}
	
	
/*ロゴエリア*/
.mobile-menu-buttons .menu-button{display:block;}
	
.logo{
position:absolute!important;
top: 0!important;
left: 0!important;	
}
.logo-menu-button{
	position:relative;
	left:0px;
	width:100%;
}
	
.logo-menu-button img {
max-height: 60px;
	max-width:95%;
	margin: 7px 0 0 15px;
}

	
/*メニューエリア*/
#menu-h-menu li{ font-size:0.8em!important;}
.m-tel {
   padding: 10px 30px!important;
   width: 250px;
}
	

.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
}
.navi-menu-button { width:60px!important;}	
.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ display:none!important; }	
	
	
/*固定ヘッダーエリア*/	
.fixed-header #navi .navi-in {
position: absolute;
left: 50px!important;
top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important;}	
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{
  width:340px;	
  position: absolute;
  top: -10px;
  left: 750px;
  margin-top: 0 !important;	
}
.fixed-header #menu-h-menu li{ /*width:16%!important;*/ }
.fixed-header .h-submenu li{ max-width:120px;}	
.fixed-header .h-submenu img{ }
	
/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

/************************************
** 固定ページ
************************************/
.home .page .inner{
	width:100%;
	margin:0 auto;
	padding:0 20px;	
}
.page:not(.home) #main{
	width:100%;
	margin:0 auto;
}		
	

/************************************
** TOP
************************************/
.home #main-image{
width:100%;
}
	
.home #main-image p{
    width: 100%;
    margin: 0 auto;
}
	
}


/*1023px以下*/
@media screen and (max-width: 1023px){
	
/************************************
** ヘッダー
************************************/
#header-container-in{ width:100%; position:relative;}
#header-container {
  padding-top: 15px;
  padding-bottom: 0px;
display:none;
}
	
.home .page .inner{
	width:100%;
	margin:0 auto;
}
.page:not(.home) #main{
	width:100%;
	margin:0 auto;
}	
	

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}
	
.mobile-header-menu-buttons{ background-color:#fff;}

.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}
	
	
/*ロゴエリア*/
.mobile-menu-buttons .menu-button{display:block;}
	
.logo{
position:absolute!important;
top: 0!important;
left: 0!important;	
}
.logo-menu-button{
	position:relative;
	left:0px;
	width:100%;
}
	
.logo-menu-button img {
max-height: 60px;
	max-width:95%;
	margin: 7px 0 0 15px;
}

	
/*メニューエリア*/
.mobile-menu-buttons .h-submenu li::marker{list-style-type: none!important;}		
#menu-h-menu li{ font-size:0.8em!important;}
.m-tel {
   padding: 10px 30px!important;
   width: 250px;
}

#navi-menu-open .fa{ font-size:16px; }	
.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
}
.navi-menu-button { width:60px!important;}	
.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ display:none!important; }	

.h-submenu,
.h-submenu li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.h-submenu li::marker {
  content: none !important;
  display: none !important;
}

.h-submenu li::before,
.h-submenu li::after {
  content: none !important;
  display: none !important;
}	

	
/*固定ヘッダーエリア*/	
.fixed-header #navi .navi-in {
position: absolute;
left: 230px!important;
top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important;}	
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{
  width:340px;	
  position: absolute;
  top: -10px;
  left: 750px;
  margin-top: 0 !important;	
}
.fixed-header #menu-h-menu li{ /*width:16%!important;*/ }
.fixed-header .h-submenu li{ max-width:120px;}	
.fixed-header .h-submenu img{ }
	
/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}
	
.alignright, .alignleft {
        float: none;
}
 #navi-menu-open .fa {
    width: 60px;
    height: 40px;
    font-size: 1.6em !important;
    margin-top: 7px;
    margin-right: 10px;
    text-align: left;
	}	 
 #navi-menu-open .fa:before { color:#00451e;}
.pc-img { display:none !important;}
.tab-smt{ display:inline!important;}	
.smt-img{ display:inline!important;}
#main-image .smt-img{display:none !important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:inline !important;}	
.h-submenu .smt-img { display:inline!important;}
	
}

/*1000px以下*/
@media screen and (max-width: 1000px){
.header-container-in.hlt-top-menu{display:none;}
.home #main-image p {}
}
	
/*840px以下*/
@media screen and (max-width: 840px){
/************************************
** 			header
************************************/	
.mobile-menu-buttons{background-color:#ffffff;height:70px;}	

/*ヘッダーボタンエリア　*/
.h-submenu{ 
width:70px; 
margin-top:5px!important; 
margin-left:0px!important;
padding:0!important;
position: absolute;
top: 5px;
right:60px;
}
	
.h-submenu li{ margin:0px 15px 0 5px!important;color:#fff; float:right;}
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}	

#navi-menu-open .fa{ 
	width:60px; 
	height:40px;
	font-size:1.6em!important;
	margin-top:7px;
	margin-right:10px;	
	text-align: left;
}
	
.menu-drawer li a{ padding-left:20px;}
	
/************************************
** 			section
************************************/	
section{ margin-top:0px!important; margin-bottom:0px!important; }

	
/************************************
** 			TOP
************************************/	
.home #main-image { width: 100%;
 background: #ffffff url(images/bg-main-smt.png) center top no-repeat;
background-size:cover;
	}
.home #main-image p { 
	width:100%; 
	padding-left: 0px;
	padding-bottom:130px;
}	
.home #main-image p img {
        margin: 0px auto;
        width: 100%;
}

#main-image .smt-img{display:inline!important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:none!important;}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
