@charset "UTF-8";
/**************************************************
* 固定ヘッダー時のリンクの位置ずれ対策
***************************************************/ 
:root {
  scroll-padding: 70px;
  scroll-behavior: smooth;
}
/**************************************************
* 共通
***************************************************/
/*フッター位置調整*/
.l-wrapper {
  position: relative;
}
/* main用 */
.l-main {
  padding-top: 50px;
}
/*wrap共通*/
.l-wrap, .l-wrap-l, .l-wrap-ml, .l-wrap-m, .l-wrap-s {
  margin: 0 auto;
}
.l-wrap {
  padding-bottom: 30px;
}
.l-wrap-l {
  width: 90%;
  /*  max-width: 1600px;*/
}
.l-wrap-l--sp100 {
  width: 100%;
}
.l-wrap-ml {
  max-width: 1300px;
  width: 92%;
}
.l-wrap-m {
  max-width: 1024px;
  width: 92%;
}
.l-wrap-s {
  max-width: 800px;
  width: 88%;
}
.l-wrap-inner {
  width: 100%;
  margin: auto;
}
.l-wrap-max-width450 {
  max-width: 450px;
  margin: auto;
}
.l-wrap-logistics-imagemap {
  width: 90%;
  max-width: 700px;
  margin: -2em auto 0;
}
/*------------------------------
レイアウト ※変更不可
------------------------------*/
.sp {
  display: block;
}
.tb {
  display: none;
}
.pc {
  display: none;
}
.sp-tb{
    display: block;
}
.tb-pc{
    display: none;
}





#container {
  margin: 0;
  padding: 0;
}
.sp-nav {
  display: block;
}
/* レイアウト幅 */
.l-block {
  padding: 70px 0;
}
.l-block--half {
  padding: 35px 0;
}
.l-block--small-large {
  padding: 35px 0;
}


.l-block--pt0 {
  padding-top: 0 !important;
}
.l-block--pt0-sp {
  padding-top: 0 !important;
}
.l-block--pt-large {
  padding-top: 70px;
}
.l-block--pt-medium {
  padding-top: 35px;
}

.l-block--pb0 {
  padding-bottom: 0 !important;
}
.l-block--pb-medium {
  padding-bottom: 35px;
}
.l-block--pb-large {
  padding-bottom: 70px;
}
.l-block--mb-medium {
  margin-bottom: 70px;
}
.l-block--short-contents {
  padding-bottom: 30vh;
}

.l-block--pt-small-large {
  padding-top: 35px !important;
}
/*マイナスマージン*/
.l-block--mt-minus {
  margin-top: -25px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 600px) {
.l-wrap-max-width450 {
margin-left: 0;
}

}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
/*------------------------------
レイアウト ※変更不可
------------------------------*/
  .l-block--pt0-sp {
    padding-top: 70px !important;
  }
  .l-block--pt-small-large {
    padding-top: 70px !important;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .l-main {
    padding-top: 80px;
  }
  /*wrap共通*/
  .l-wrap-l {
    width: 100%;
  }
  .l-wrap-l--medium {
    width: 96%;
  }
  .l-wrap-ml {
    width: 96%;
  }
  .l-wrap-m {
    width: 96%;
  }
  .l-wrap-logistics-imagemap {
    width: 92%;
  }
	
	
/*------------------------------
レイアウト ※変更不可
------------------------------*/
  /*l-block*/
.l-block {
    padding: 140px 0;
  }
.l-block--half {
  padding: 70px 0;
}

  .l-block--small-large {
    padding: 140px 0;
  }

  .l-block--pt-large {
    padding-top: 140px !important;
  }
.l-block--pt-medium {
  padding-top: 70px;
}
    
    
.l-block--pb-medium {
  padding-bottom: 70px;
}
  .l-block--pb-large {
    padding-bottom: 140px;
  }
  .l-block--pt-small-large {
    padding-top: 140px !important;
  }

  .l-block--mt-minus {
    margin-top: -78px;
  }
	



	
}
/*=================== PCここまで ==================*/


/*------------------------------
テキスト ※変更不可
------------------------------*/
p, a, li, th, td, dt, dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

/*------------------------------
背景
------------------------------*/
.l-bg {
  background: var(--color--gray04);
}


/*全サイト共通
---------------------*/

/*404とサイトマップ*/
.l-all-bg--other {
  background-image: url("../../images/common/all-bg-other.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ニュース（貿易以外）*/
.l-all-bg--news {
  background-image: url("../../images/common/all-bg-news.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* 利用条件 */
.l-all-bg--law {
  background-image: url("../../images/common/all-bg-law.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/*個人情報保護*/
.l-all-bg--privacy {
  background-image: url("../../images/common/all-bg-privacy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}







/*貿易
---------------------*/
/* トップページ */
.l-td-bg--top {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ニュース */
.l-td-bg--news {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-news.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 会社紹介 */
.l-td-bg--company {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-company.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* 事業紹介 */
.l-td-bg--biz {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-biz.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 決算公告 */
.l-td-bg--kokoku {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-kokoku.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* お問い合わせ */
.l-td-bg--contact {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 採用情報 */
.l-td-bg--recruit {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-recruit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* トレーディング */
.l-td-bg--coal {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-coal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* クリーンエネルギー */
.l-td-bg--cleanenergy {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-cleanenergy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ロジスティクス */
.l-td-bg--logistics {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-logistics.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* フッター */
.l-td-bg--footer {
  background-image: url("../../images/sumiseki-trading/bg/td-bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


/*泉山興業
---------------------*/
/* トップページ */
.l-izu-bg--top {
  background-image: url("../../images/izumiyama/bg/izu-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ニュース */
/*.l-izu-bg--news {
  background-image: url("../../images/izumiyama/bg/izu-bg-news.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}*/
/* 会社紹介 */
.l-izu-bg--company {
  background-image: url("../../images/izumiyama/bg/izu-bg-company.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 製品紹介 */
.l-izu-bg--products {
  background-image: url("../../images/izumiyama/bg/izu-bg-products.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 様式ダウンロード */
.l-izu-bg--download {
  background-image: url("../../images/izumiyama/bg/izu-bg-download.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* お問い合わせ */
.l-izu-bg--contact {
  background-image: url("../../images/izumiyama/bg/izu-bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 採用情報 */
.l-izu-bg--recruit {
  background-image: url("../../images/izumiyama/bg/izu-bg-recruit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 採用エントリー */
.l-izu-bg--entry {
  background-image: url("../../images/izumiyama/bg/izu-bg-entry.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 利用条件 */
.l-izu-bg--law {
  background-image: url("../../images/izumiyama/bg/izu-bg-law.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/*個人情報保護*/
.l-izu-bg--privacy {
  background-image: url("../../images/izumiyama/bg/izu-bg-privacy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 404 */
.l-izu-bg--other {
  background-image: url("../../images/izumiyama/bg/izu-bg-other.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* フッター */
.l-izu-bg--footer {
  background-image: url("../../images/izumiyama/bg/izu-bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


/*ホールディングス
---------------------*/
/* トップページ */
.l-hd-bg--top {
  background-image: url("../../images/sumiseki/bg/hd-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ニュース */
.l-hd-bg--news {
  background-image: url("../../images/sumiseki/bg/hd-bg-news.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
 
/* 投資家情報 */
.l-hd-bg--investor {
  background-image: url("../../images/sumiseki/bg/hd-bg-Investor.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 財務ハイライト */
.l-hd-bg--finance {
  background-image: url("../../images/sumiseki/bg/hd-bg-finance.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* 株式情報 */
.l-hd-bg--stock {
  background-image: url("../../images/sumiseki/bg/hd-bg-stock.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* IRライブラリー */
.l-hd-bg--ir {
  background-image: url("../../images/sumiseki/bg/hd-bg-ir.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ディスクロジャーポリシー */
.l-hd-bg--disclosure {
  background-image: url("../../images/sumiseki/bg/hd-bg-disclosure.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}


/* サステナビリティ */
.l-hd-bg--sustainability {
  background-image: url("../../images/sumiseki/bg/hd-bg-sustainability.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* サステナビリティに向けて */
.l-hd-bg--sustainability-policy {
  background-image: url("../../images/sumiseki/bg/hd-bg-sustainability-policy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}


/* 人的資本・多様性に関する取り組み */
.l-hd-bg--diversity {
  background-image: url("../../images/sumiseki/bg/hd-bg-diversity.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 気候変動（TCFD）に関する取り組み */
.l-hd-bg--environment {
  background-image: url("../../images/sumiseki/bg/hd-bg-environment.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* 会社概要 */
.l-hd-bg--company {
  background-image: url("../../images/sumiseki/bg/hd-bg-company.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* コーポレート・ガバナンス */
.l-hd-bg--governance {
  background-image: url("../../images/sumiseki/bg/hd-bg-governance.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}



/* 採用情報 */
.l-hd-bg--recruit {
  background-image: url("../../images/sumiseki/bg/hd-bg-recruit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* お問い合わせ */
.l-hd-bg--contact {
  background-image: url("../../images/sumiseki/bg/hd-bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}



/* フッター */
.l-hd-bg--footer {
  background-image: url("../../images/sumiseki/bg/hd-bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*ダイヤマテリアル
---------------------*/
/* トップページ */
.l-dia-bg--top {
  background-image: url("../../images/dia/bg/dia-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 会社紹介 */
.l-dia-bg--company {
  background-image: url("../../images/dia/bg/dia-bg-company.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 事業紹介 */
.l-dia-bg--project {
  background-image: url("../../images/dia/bg/dia-bg-project.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* お問い合わせ */
.l-dia-bg--contact {
  background-image: url("../../images/dia/bg/dia-bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 採用情報、採用エントリー */
.l-dia-bg--entry {
  background-image: url("../../images/dia/bg/dia-bg-entry.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* SCMナノダイヤ */
.l-dia-bg--nano {
  background-image: url("../../images/dia/bg/dia-bg-nano.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 製品情報 */
.l-dia-bg--products {
  background-image: url("../../images/dia/bg/dia-bg-products.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* テクニカルデータ */
.l-dia-bg--technical {
  background-image: url("../../images/dia/bg/dia-bg-technical.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* SCMファインダイヤ */
.l-dia-bg--fine {
  background-image: url("../../images/dia/bg/dia-bg-fine.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}

/* フッター */
.l-dia-bg--footer {
  background-image: url("../../images/dia/bg/dia-bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/*住石マテリアルズ
---------------------*/
/* トップページ */
.l-mt-bg--top {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* ニュース */
.l-mt-bg--news {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-news.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 会社紹介 */
.l-mt-bg--company {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-company.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 決算公告・電子公告 */
.l-mt-bg--e-koukoku {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-e-koukoku.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* お問い合わせ */
.l-mt-bg--contact {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 採用情報 */
.l-mt-bg--recruit {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-recruit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 利用条件 */
.l-mt-bg--law {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-law.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/*個人情報保護*/
.l-mt-bg--privacy {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-privacy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 404 */
.l-mt-bg--other {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-other.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* フッター */
.l-mt-bg--footer {
  background-image: url("../../images/sumiseki-materials/bg/mt-bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*住石グループ
---------------------*/
/* トップページ */
.l-gr-bg--top {
  background-image: url("../../images/sumiseki-group/bg/gr-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 住石グループについて */
.l-gr-bg--aboutus {
  background-image: url("../../images/sumiseki-group/bg/gr-bg-aboutus.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* 採用情報 */
.l-gr-bg--recruit {
  background-image: url("../../images/sumiseki-group/bg/gr-bg-recruit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}
/* お問い合わせ */
.l-gr-bg--contact {
  background-image: url("../../images/sumiseki-group/bg/gr-bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-attachment: fixed;
}



/* フッター */
.l-gr-bg--footer {
  background-image: url("../../images/sumiseki-group/bg/gr-bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}





/*===================max-w1022pxまで ==================*/
@media screen and (max-width: 1022px) {
.l-td-bg--top,
.l-izu-bg--top,
.l-hd-bg--top,
.l-dia-bg--top,
.l-mt-bg--top,
.l-gr-bg--top{
background-attachment: scroll;
}


}
/*=================== max-w1022pxまで ==================*/






/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {

}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  /**************************************************
  * 共通
  ***************************************************/
 
 /*------------------------------
  テキスト ※変更不可
  ------------------------------*/
  p, a, li, th, td, dt, dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
	
    
    
  /*------------------------------
  背景
  ------------------------------*/
  /* トップページ */
  .l-bg--top01 {
    background-size: 60%;
  }
  /* ニュース、会社紹介、事業紹介、決算公告・電子公告、お問い合わせ、採用情報、トレーディングについて、クリーンエネルギー ,ロジスティクス*/
  .l-bg--news,
  .l-bg--company,
  .l-bg--biz,
  .l-bg--kokoku,
  .l-bg--contact,
  .l-bg--recruit,
.l-bg--coal,
.l-bg--cleanenergy,.l-bg--logistics {
    background-size: 58%;
  }

}
/*=================== PCここまで==================*/
/*------------------------------
ぱんくず ※変更不可
------------------------------*/
.l-breadcrumbs-wrap {
  padding: 10px 10px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.l-breadcrumbs-wrap li {
  display: inline;
  color: #121B7E;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.l-breadcrumbs-wrap li a {
  color: #121B7E;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.l-breadcrumbs-wrap li a:hover, .l-breadcrumbs-wrap li a:active {
  color: #333333;
  font-weight: 500;
  transition: all .3s;
}
.l-breadcrumbs-wrap a {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.l-breadcrumbs-wrap a:after {
  content: ">";
  vertical-align: middle;
  position: absolute;
  right: -6px;
  width: 6px;
  height: 6px;
  margin: auto;
  margin-right: 1em;
}
/**************************************************
* フッター ※変更不可
***************************************************/
.l-footer {
  position: relative;
  z-index: 100;
}
.l-footer-wrap {
  border-bottom: solid  1px var(--color--white);
 margin-bottom: 35px;
/*    padding-bottom: 35px;*/
}
.l-footer-under {
  border-bottom: none;
 margin-bottom: 0;
  padding-bottom: 20px;
}

.l-footer-menu-wrap {
  width: 100%;
}

.l-footer-left {
    margin-bottom: 35px;
  }

.l-footer-logo {
  max-width: 200px;
  margin: 0 auto 40px ;
}

.l-footer-wrap--td .l-footer-logo {
      max-width: 185px;
}
.l-footer-wrap--td-en .l-footer-logo {
     max-width: 291px;
}
.l-footer-wrap--hd .l-footer-logo {
    max-width: 290px;
}
.l-footer-wrap--izu .l-footer-logo {
    max-width: 195px;
}
.l-footer-wrap--dia .l-footer-logo {
        max-width: 265px;
}
.l-footer-wrap--dia-en .l-footer-logo {
     max-width: 256px;
}
.l-footer-wrap--mt .l-footer-logo {
           max-width: 264px;
}
.l-footer-wrap--gr .l-footer-logo {
    max-width: 224px;
}


.l-footer-menu {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
.l-footer-menu__item {
  position: relative;
  margin-bottom: 35px;
}
.l-footer-menu__item:last-child {
  margin-bottom: 0;
}
.l-footer-right .l-footer-submenu__item::before {
  content: "-";
/*  margin-left: 10px;*/
  margin-right: 5px;
display: inline-block;
}

.l-footer-menu__item-ttl,.l-footer-submenu__link{
    font-size: 14px;
    font-size: 1.4rem;
	color: var(--color--white);	
}
.l-footer-menu__item-ttl a{
    font-size: inherit;
	color: inherit;	
}


.l-footer-submenu__item,
.l-footer-under-menu__item,
.l-footer-copyright{
    font-size: 12px;
    font-size: 1.2rem;
}

.l-footer-under-menu__item{
    margin-bottom: 10px;
}

.l-footer-copyright{
    text-align: left;
}


/*テキストリンク*/
.l-footer-under-line,
.l-footer-submenu__item,
.l-footer-under-menu__item{
   transition : all 0.5s ease-out;
}


.l-footer-under-line:hover,
.l-footer-submenu__item:hover,
.l-footer-under-menu__item:hover{
     text-decoration: underline ;
}

/*泉山のみ電番とメアド大きく*/
.l-footer-submenu--izu .l-footer-submenu__link{
	font-size: 15px;
	font-size: 1.5rem;
}





/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  
  /**************************************************
  * フッター ※変更不可
  ***************************************************/

  .l-footer-contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer-contact__text,
  .l-footer-contact__btn {
    width: calc(50% - 20px);
  }

.l-footer-logo {
    margin:0 auto 60px 0;
  }

.l-footer-left {
    width: 30%;
     margin-bottom: 0;
    margin-right: 40px;
  }
  .l-footer-right {
    width: calc(70% - 40px);
      padding-left: 2em;
  }


.l-footer-menu {
grid-template-columns: 1fr 1fr;
	
 }

  .l-footer-under-menu {
    display: flex;
    width: 100%;
  }
  .l-footer-under-menu__item {
    margin-right: 20px;
  }
  .l-footer-under-menu__item:last-child {
    margin-right: 0;
  }
    
    
.l-footer-copyright{
    text-align: center;
    padding-bottom: 20px;
}

    
    
    
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  /**************************************************
  * フッター ※変更不可
  ***************************************************/
.l-footer-contact__text .c-contents-title{
        margin-bottom: 0;
    }
    
.l-footer-contact__btn .c-btn__link--contact{
        margin: 0 0 0 0;
        margin-left: auto;
    }
    
    
  .l-footer-wrap {
    flex-wrap: nowrap !important;
    max-width: 1260px;
     margin-bottom: 10px;
/*    padding-bottom: 140px;*/
  }
    
.l-footer-under {
 margin-bottom: 0;
padding-bottom: 0;
}

.l-footer-logo {
max-width: 260px;
margin:0 auto 30px ;
}
.l-footer-wrap--td .l-footer-logo {
      max-width: 260px;
}
.l-footer-wrap--td-en .l-footer-logo {
     max-width: 460px;
}
.l-footer-wrap--hd .l-footer-logo {
    max-width: 420px;
}
.l-footer-wrap--izu .l-footer-logo {
    max-width: 270px;
}
.l-footer-wrap--dia .l-footer-logo {
        max-width: 360px
}
.l-footer-wrap--dia-en .l-footer-logo {
     max-width: 400px
}
.l-footer-wrap--mt .l-footer-logo {
           max-width: 370px;
}
.l-footer-wrap--gr .l-footer-logo {
    max-width: 330px;
}
 
    
.l-footer-left {
    width: 20%;
      margin-bottom: 0;
    margin-right: 100px;
  }
.l-footer-right {
    width: calc(80% - 100px);
    padding-left: 0;
  }
.l-footer-wrap--td-en .l-footer-left,
.l-footer-wrap--mt .l-footer-left,
.l-footer-wrap--dia .l-footer-left,
.l-footer-wrap--hd .l-footer-left{
   width: 31%;
}
.l-footer-wrap--td-en .l-footer-right,
.l-footer-wrap--mt .l-footer-right,
.l-footer-wrap--dia .l-footer-right,
.l-footer-wrap--hd .l-footer-right{
    width: calc(69% - 50px);
} 
.l-footer-wrap--dia-en .l-footer-left,
.l-footer-wrap--mt .l-footer-left{
   width: 29%;
}
.l-footer-wrap--dia-en .l-footer-right,
.l-footer-wrap--mt .l-footer-right{
    width: calc(71% - 50px);
} 
.l-footer-wrap--gr .l-footer-left{
   width: 25%;
}
.l-footer-wrap--gr .l-footer-right{
    width: calc(75% - 50px);
} 

  

.l-footer-menu {
grid-template-columns: 140px 1fr 1fr 240px auto;
        max-width: 740px;
        margin-left: auto;
    gap: 10px;
 } 
 .l-footer-menu--hd {
  grid-template-columns: 90px 1fr 1fr 220px auto;
  max-width: 780px;
 }
   .l-footer-menu--td {
  grid-template-columns: 90px 1fr 1fr 240px auto;
  max-width: 740px;
 }
 .l-footer-menu--td-en {
  grid-template-columns: 90px 1fr 1fr 220px auto;
  max-width: 740px;
 } 
	


 .l-footer-menu--izu {
  grid-template-columns: 136px 1fr 1fr 1fr auto;
  max-width: 780px;
 }
 .l-footer-menu--mt {
  grid-template-columns: 110px 1fr 260px auto;
  max-width: 600px;
 }
    
	
.l-footer-menu--dia {
  grid-template-columns: 135px 1fr 1fr 1fr auto;
  max-width: 800px;
  gap:10px;
 }
 .l-footer-menu--gr {
  grid-template-columns: 180px 100px auto;
	justify-content: flex-end;
  max-width: 530px;
 }
	
.l-footer-menu__item {
  margin-bottom: 0;
}
	
.l-footer-menu__item--dia1{		
/* start / end */
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.l-footer-menu__item--dia2{		
/* start / end */
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.l-footer-menu__item--dia8{		
/* start / end */
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}	
	
	
.l-footer-submenu__link{pointer-events: none}


} /*=================== PCここまで ==================*/


/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  /*------------------------------
基本スタイル ※変更不可
------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
    
.sp-tb{
    display: block;
}
.tb-pc{
    display: block;
}
    

  /*------------------------------
  pagetopボタン ※変更不可
  ------------------------------*/
  #pagetop {
    width: 150px;
    height: 62px;
    position: fixed;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    background-color: #C22B2B;
    z-index: 100;
  }
  #pagetop a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 150px;
    height: 62px;
  }
  #pagetop a::before {
    white-space: pre-wrap;
    content: 'To TOP▲';
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    right: 5px;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: right;
  }
  #pagetop {
    width: 180px;
    height: 78px;
  }
  #pagetop a {
    width: 180px;
    height: 78px;
  }
  #pagetop a::before {
    font-size: 18px;
    font-size: 1.8rem;
    right: 12px;
  }

}
/*=================== TBここまで ==================*/
/* Firefox */
summary {
  list-style: none;
}
/* chrome / Safari */
summary::-webkit-details-marker {
  display: none;
}
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  /*------------------------------
基本スタイル ※変更不可
------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
.sp-tb{
    display: none;
}
.tb-pc{
    display: block;
}
    
  /*------------------------------
レイアウト ※変更不可
------------------------------*/
  /* レイアウト幅 */
  .l-block--short-contents {
    padding-bottom: 40vh;
  }
  /**************************************************
  * 固定ヘッダー時のリンクの位置ずれ対策
  ***************************************************/
  :root {
    scroll-padding: 150px;
    scroll-behavior: smooth;
  }
	

}
/*=================== PCここまで ==================*/
/*=================== 共通 /ヘッダー/フッター 320用 ==================*/
@media screen and (max-width: 320px) {
  .l-wrap-m, .l-wrap-s {
    width: 96%;
  }
  /*------------------------------
  見出し h1-h6 ※変更不可
  ------------------------------*/
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
    font-weight: 300;
  }
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  h4 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /*------------------------------
  テキスト ※変更不可
  ------------------------------*/
  p, a, li, th, td, dt, dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }

} /*=================== 共通 /ヘッダー/フッター 320用 閉じ ==================*/