@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding:0;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}


.reset{
	margin: 0;
	padding: 0;
}

.reset img{
	display: block;
}


body{
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	margin:0;
	padding:0;
  font-family: "Zen Maru Gothic", sans-serif;
  /*font-weight: 400;*/
  font-style: normal;
}

a{
	 text-decoration: none;
}

html{
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}

img{
	max-width: 100%;
}

#page_top{
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 99999;
}
#page_top img{
    width: 60%;
}

br,br.sp{
	display: block;
}

a:hover {
   opacity: 0.5!important;
	text-decoration: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
/*	text-decoration: underline;*/
}

/*
.pc-header {
  display: none;
}*/


	.mobile-header {
  display: none;
}



/* PC表示用（例：幅768px以上） */
@media screen and (min-width: 768px) {
  .pc-header {
    display: block;
  }
	
	.sp{
		display:none !important;
	}
	
	#mobile-footer {
        display: none; /* PCではモバイルフッターを非表示 */
    }
}

/* モバイル表示用（例：幅767px以下） */
@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
  }
	
	#footer {
        display: none; /* モバイルではPC用フッターを非表示 */
    }
    #mobile-footer {
        display: block; /* モバイルではモバイルフッターを表示 */
    }

.pc{
	display:none !important;
}
	
}

#page_top{
	display:none;
	}


/*------------------------------------------------naviここから-------*/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px; /* ← ★左右に50pxの余白 */
  width: 100%;
  box-sizing: border-box;
}


.logo img {
  height: 43px; /* ← ロゴサイズ調整はここで */
}

.logo p {
	display: inline;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

/* 右側全体（メニュー＋連絡）を縦並びに */
.right-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  max-width: 600px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}



/*ナビ用*/
.contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 0px;
}



.tel img,
.email img {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

.tel{
  color: #12E930;
  font-weight: bold;
  font-size: 23px;
  /*display: flex;*/
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.email {
  color: #12E930;
  font-weight: bold;
  font-size: 20px;
  /*display: flex;*/
  align-items: center;
  /*gap: 5px;*/
  white-space: nowrap;
}


.contact-btn {
  background: #12E930;
  color: white;
  text-decoration: none;
  height: 45px;
  width: 180px;
  border-radius: 60px;
  font-size: 14px;
  display: flex;
  justify-content: center;  
  align-items: center;      
  gap: 5px;
}


/*フッター用*/

#contact_footer .contact-text {
  display: flex;
  flex-direction: column;
  align-items:left;
  gap: 5px;
}

#contact_footer .tel img,
#contact_footer .email img {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

#contact_footer .tel{
  color: #12E930;
  font-weight: bold;
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

#contact_footer .email {
  color: #12E930;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

#contact_footer .contact-btn {
  background: #12E930;
  color: white;
  text-decoration: none;
  height: 45px;
  width: 180px;
  border-radius: 60px;
  font-size: 14px;
  display: flex;
  justify-content: center;  
  align-items: center;      
  gap: 5px;
}


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

.green{
	color: #10E32E;
	font-size: 16px;
}

.bottom{
	/*コレ*/border-radius: 1000px;
	/*コレ*/box-shadow:5px 5px 5px 0 #444;
    display: block;
    width: 300px;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #10E32E;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size:16px;
	height:30px;
	line-height:30px;

}

.menu_bottom1 , .menu_bottom2,.menu_bottom3{
	/*コレ*/border-radius: 1000px;
	/*コレ*/box-shadow: 3px 3px 6px rgba(112, 112, 112, 0.3);
    width: 350px;
    /*padding: 10px;*/
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size:16px;
	height:60px;
	line-height:60px;
	margin: 55px auto !important;
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  gap: 20px; /* 画像とテキストの間隔 */

}


.menu_bottom1{
    background: #10E32E;
}
.menu_bottom2{
    background: #21ABE9;
	border: solid 1px #FFF;
}

.menu_bottom3{
	background-color: #FCD021;
}

.foot_kaisya{
	width: 100%;
	border-top:1px solid #AFAFAF;
	text-align: center;
	
}

.kaisyacon{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.kaisyacon img{
	display: block;
	margin: 0 auto!important;
}

.foot_navi{
	display: flex;
	justify-content: center;
	align-content: center;
	gap:10px;
	color: #12E930;
}

.tell_f{
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  gap: 10px; /* 画像とテキストの間隔 */
	font-size: 26px;
	font-weight: bold;
	
}

.btn{
	border-radius: 1000px;
	box-shadow:5px 5px 5px 0 #bbb;
	width:190px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	text-align: center; /* この text-align は display: flex と併用されると効かないことが多いですが、念のため残しておきます */
	font-size:16px;
	height:45px;
	line-height:45px;
	background-color: #12E930;
	display: flex;
	align-items: center; /* 縦方向の中央揃えは維持 */
    /* ★ここを変更★ アイコンとテキストを左端に寄せる */
	justify-content: flex-start; /* これで左寄せになります */
	gap: 10px; /* 画像とテキストの間隔 */

    /* ★ここを追加★ ボタンの左端からの余白を調整 */
    padding-left: 30px; /* 例: 左端から30pxの余白を設ける */
}

/* ----------------------------------------------------------------------------------------------------  Footer    ---------------------------     */		





/*----TELとボタン-----------------------*/


   #contact_footer{
	width: 90%; 
	   margin: 0 auto;
    }

   #contact_footer dl {
      text-align: center;
	   margin-bottom: 40px;
    }


	#contact_footer dt.company-name img{
		width: 150px;
		margin: 30px 0 10px 0 !important;
	}
	
    #contact_footer .contact-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px; /* Space between phone number and button */
    }

/*
    .phone-number {
        font-size: 30px; 
        font-weight: bold;
        color: #00e600; 
        position: relative;
        padding-left: 35px; 
    }

    .phone-number img {
		margin-right: 5px
    }
*/
   



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

#footer {
  background-color: #f3f3f3; 
  padding: 50px 0;
	text-align: center;
}




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

#contact_footer .green{
	color: #10E32E;
	font-size: 16px;
}

#contact_footer .bottom{
	border-radius: 1000px;
	box-shadow:5px 5px 5px 0 #444;
    display: block;
    width: 300px;

    box-sizing: border-box;
    background: #10E32E;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size:16px;
	height:30px;
	line-height:30px;

}
	*/
	
	


/*----TELとボタン-----------------------*/





.foot_menu{
	width: 1000px;
	margin: 0 auto;
}

.menu-group {
  display: flex;
  justify-content: space-around; /* 均等配置 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-group > li {
  text-align: left;
}

.menu-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu li {
  font-size: 0.9em;
  margin: 4px 0;
}

.link{
	padding: 30px 0 ;
	width: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}






/* ===================================
   フッター アイコンとコピーライト
   =================================== */

/* フッター全体 */
.site-footer {
  width: 100%;
  padding: 50px 20px; /* 上下の余白を多めに設定 */
  box-sizing: border-box; /* paddingを含めて幅を計算 */
  text-align: center; /* 中の要素をすべて中央揃え */
}

/* SNSアイコンのコンテナ */
.footer-social-icons {
  margin-bottom: 20px; /* アイコンとコピーライトの間の余白 */
}

/* 各SNSアイコンのリンク */
.footer-social-icons a {
  display: inline-block;
  margin: 0 10px; /* アイコン間の左右の余白 */
  transition: opacity 0.3s ease; /* ホバー時のアニメーション */
}

/* アイコンの画像 */
.footer-social-icons img {
  height: 40px; /* アイコンの高さを指定（お好みで調整） */
  width: auto;
}

/* アイコンのホバーエフェクト */
.footer-social-icons a:hover {
  opacity: 0.7; /* マウスを乗せたときに少し薄くする */
}

/* コピーライトのテキスト */
.copyright {
  font-size: 12px;
  color: #888;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------------------------------------  ★★★★★★★★★★   ---------------------------     */		
/* ----------------------------------------------------------------------------------------------------  ここからモバイル   ---------------------------     */		
/* ----------------------------------------------------------------------------------------------------  ★★★★★★★★★★  ---------------------------     */		



@media only screen and (max-width:767px) { 
		
/* ----------------------------------------------------------------------------------------------------  body    ---------------------------     */		
	body{
	font-size: 15px;
	}
	
/* ----------------------------------------------------------------------------------------------------  header   ---------------------------     */		
	/*.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-inner {
  width: 100%;
  position: relative;
  text-align: center;
}*/

/* ロゴ */
.logo {
  height: 50px;
  vertical-align: middle;
}
	
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------------  barger menu   ---------------------------     */		

/* ハンバーガーボタン 
.menu-toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.menu-toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #12E930;
  border-radius: 5px;
  transition: all 0.3s ease;
}
*/
	
	
/* メニュー開閉時のアニメーション 
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}*/

/* モバイルメニュー 
.mobile-menu {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}

.mobile-menu.open {
  transform: translateY(0);
}

.mobile-menu ul {
  list-style: none;
  padding: 20px 0;
  text-align: center;
}

.mobile-menu ul li {
  margin: 15px 0;
}

.mobile-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}
	*/

	


	
	
	

	
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------------  sp foot kaisya   ---------------------------     */		
	
	
	.kaisyacon{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------------  sp banner   ---------------------------     */	
	
	
/* --- ソーシャルアイコンギャラリーのスマホ用スタイル --- */
.social-icon-gallery {
  width: 100%;             /* 親要素の幅を確保 */
  flex-direction: row;     /* 横並びに設定 */
  justify-content: center; /* 中央に配置 */
  align-items: center;     /* 垂直方向も中央に */
  gap: 20px;               /* アイコン間の隙間 */
}

/* ▼ この部分でPC用のスタイルを強力に上書き（リセット）します */
.social-icon-gallery .image-container {
  width: auto;        /* ★リセット：幅を自動に */
  flex-basis: auto;   /* ★リセット：PC用のflex-basisを解除 */
  flex-shrink: 1;     /* ★リセット：必要に応じて縮小を許可 */
}

/* アイコン自体のサイズ指定 */
.social-icon-gallery .social-icon {
  width: 60px; /* お好みのアイコンサイズに調整 */
}
	
	
/* ----------------------------------------------------------------------------------------------------  sp footer   ---------------------------     */	
	
#mobile-footer {
    width: 100%;
    background-color: #f5f5f5; /* フッター全体の背景色をサブメニューの色に合わせる */
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, 'Zen Maru Gothic', 'Meiryo', sans-serif;
}
	


#mobile-footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile-footer nav ul li {
    border-bottom: 1px dotted #ddd; /* 各項目間の点線 */
    padding: 15px 20px; /* 親リンクとサブメニュー全体にパディング */
    text-align: center; /* ★各項目内のテキストを中央揃えにする */
}

/* 最後の項目には下線がないようにする */
#mobile-footer nav ul li:last-child {
    border-bottom: none;
}

#mobile-footer .footer-link {
    display: block; /* ブロック要素で改行 */
    text-decoration: none;
    color: #333; /* テキストの色 */
    font-size: 16px; /* フォントサイズ */
    /* text-align: left; <-- 削除または上書き */
    font-weight: bold; /* 親メニューを太字に */
    margin-bottom: 10px; /* 親メニューとサブメニューの間の余白 */
}

/* サブメニュー全体を囲むコンテナ */
#mobile-footer .submenu-container {
    width: 100%;
    padding-top: 5px;
    box-sizing: border-box;
}

/* モバイル用サブメニューのスタイル */
#mobile-footer .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* 横一列に並べる */
    flex-wrap: wrap; /* 画面幅が狭い場合は折り返す */
    justify-content: center; /* ★サブメニューの項目を中央揃えにする */
    gap: 15px 20px; /* 項目間の間隔 (縦横) */
}

#mobile-footer .submenu li {
    border-bottom: none;
    padding: 0;
}

#mobile-footer .submenu li a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    /* text-align: left; <-- 削除または上書き */
    white-space: nowrap;
}

#mobile-footer .submenu li a:hover {
    text-decoration: underline;
    background-color: transparent;
}
	
	
/* モバイル用TOPサブメニューのスタイル */
	  /* --- 下段：電話番号バー --- */
  .phone-bar-top {
	  display: block;
	  width: 100%;
    background-color: #00e600;
    padding: 4px 0;
    text-align: center;
	margin-top:55px;
  }

  .phone-bar-top a {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }

  .phone-bar-top img {
    height: 24px;
    margin-right: 5px;
  }	
	

	
	

/*----TELとボタン-----------------------*/
	
   #contact_footer dl {
	   margin: 10px auto 50px;
	   width: 90%;
    }

/*
    .phone-number {
        font-size: 24px; 
		 color: #00e600; 
        padding-left: 0px; 
    }
	*/
	
	/* =======================================
   スマホ表示用のスタイル (画面幅768px以下で適用)
   ======================================= */


  /* 【重要】
    .contact-textと.contact-btnを囲む親要素のレイアウトを縦並びに変更します。
  */
  #contact_footer dl dd {
    display: flex;
    flex-direction: column; /* 要素を縦に積む */
    align-items: center;    /* 中央揃え */
    gap: 15px;              /* 各パーツの上下の隙間 */
  }

  /* .contact-text の幅を100%に */
  #contact_footer .contact-text {
    width: 100%;
    align-items: center; /* 中のテキストも中央寄せに */
  }

	#contact_footer .contact-text .tel {
		font-size: 32px;
  }

  /* .contact-btn の幅を100%に */
  #contact_footer .contact-btn {
    width: 100%; /* ← 固定幅から100%に変更 */
	/*コレ*/box-shadow: 3px 3px 6px rgba(112, 112, 112, 0.3);
	  height: 60px;
	  font-size: 16px;
  }
	
}
