@charset "utf-8";
/* CSS Document */
/* 全サイズ共通ここから*/
/*＝＝＝＝＝＝＝＝HOME＝＝＝＝＝＝＝＝*/
/*＝＝トップ＝＝*/
.hero {
  background-image: url("../images/home/top.jpg");
  background-size: cover;
  background-position: center;
  height: 532px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.hero h1 {
  font-size: 20px;
  text-shadow: 0 0 10px #444;
  text-align: center;
  width: 100%; /*IE11用*/
  margin-top: 0;
}
.hero p {
  font-weight: bold;
  text-shadow: 0 0 10px #444;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 1.5;
}
.hero a {
  border: solid 2px #fff;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #A80108;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
/*＝＝メイン＝＝*/
.t_main, .sheet_metal_main, .factory_main, .coating_main, .inquiry_main, .company_main {
  color: #12346D;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
}
.t_main h2, .sheet_metal_main h2, .factory_main h2, .coating_main h2, .inquiry_main h2, .company_main h2 {
  margin-top: 50px;
	text-shadow: 0px 0px 20px #aaa;
}
.t_main p, .sheet_metal_main p, .factory_main p, .coating_main p, .inquiry_main p, .company_main p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  font-weight: bold;
}
/*ボタン*/
.buttom {
  color: #fdfdfd;
  background-color: #00205b;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 3px 3px 0 rgba(80, 80, 80, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
}
.buttom p {
  font-size: 18px;
}
.buttom a {
  text-decoration: none;
  color: #fff;
}
.t_main a:hover, .sheet_metal_main a:hover, .factory_main a:hover, .coating_main a:hover, .inquiry_main a:hover, .company_main a:hover {
  opacity: 0.6;
}
.t_main img, .sheet_metal_main img, .factory_main img, .coating_main img, .inquiry_main img, .company_main img {
  width: 85%;
}
.t_main .page {
  text-align: center;
}
.user {
  text-align: right;
  height: 100px;
  margin-top: -110px;
}
.user img {
	width: 140px;
}
/*＝バナー＝*/
.banner {
  background-color: #00205b;
  padding: 30px 0px;
  margin-top: 10px;
}
.banner_box {
  display: flex;
  justify-content: center;
	margin: 0 30px;
}
.banner_box img {
	width: 90%;
    padding: 10px;
}
/*＝新着情報＝*/
section.content article {
  padding: 30px 0 20px 0;
  margin-bottom: 10px;
  overflow: hidden;
}
section.toppage article, section.content .archive {
  border: 0;
}
.red {
  color: red;
}
section.content .archive {
  padding: 0;
  border-bottom: 1px dotted #ccc;
}
section.content p {
  margin-bottom: 5px;
  margin-left: 10px;
}
section.content h2 {
  font-weight: 600;
  font-size: 30px;
  color: #00205b;
}
.heading {
  text-align: center;
  padding: 30px;
  margin-bottom: 15px;
}
.heading h3 {
  font-size: 16px;
  font-weight: normal;
  color: #aaa;
}
.recommended {
  display: flex;
}
.home_newslist {
  width: 90%;
  margin: auto;
}
.border {
  border-bottom: #aaa dotted 2px;
  padding: 20px;
}
.border a{
  text-decoration: none;
  color: #12346D;
}
.flex_1 {
  flex: 0 0 20%;
}
section.content img {
  max-width: 90%;
  height: auto;
}
/*＝トップページ　各sectionのimg＝*/
.shopkeeper .img {
  flex: 0 0 50%;
}.shopkeeper_reverse .img {
  flex: 0 0 50%;
}
/*＝トップページ　問い合わせ手順＝*/
.t_news {
  display: flex;
	justify-content: center;
}
/*************************
/* 問い合わせ手順のボタン
**************************/
.gridWrapper .page a {
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}
* html .gridWrapper {
  height: 1%;
}
.grid {
  overflow: hidden;
}
.box {
  padding: 10px;
  box-shadow: 0 3px 10px #d2d2d2;
  margin: 10px;
}
.box2 {
  padding: 10px;
  box-shadow: 0 3px 10px #d2d2d2;
  margin: 15px;
}
.box2:hover {
  opacity: 0.7;
}
.box img, .box2 img {
  max-width: 100%;
  height: auto;
}
.box h3, .box2 h3 {
  font-size: 16px;
  padding: 10px 0 15px;
  text-align: left;
}
.box p, .box2 p {
  text-align: left;
}
.box p.readmore, .box2 p.readmore {
  padding: 10px 5px 5px;
  text-align: right;
}
.box p.readmore a, .box2 p.readmore a {
  padding: 3px 7px;
  border-radius: 3px;
}
.box b {
  font-weight: bold;
  border-bottom: solid 1px;
  font-size: 20px;
}
/*＝＝＝＝＝＝＝＝鈑金ページ＝＝＝＝＝＝＝＝*/
/*＝＝トップ＝＝*/
.sheet_metal_top {
  background-image: url("../images/sheet_metal/top.jpg");
  background-size: cover;
  background-position: center;
  height: 532px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.sheet_metal_top h1 {
  font-size: 23px;
    text-shadow: 0 0 10px #444;
    text-align: center;
    width: 100%;/*IE11用*/
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.sheet_metal_top p {
  font-weight: bold;
  text-shadow: 5px 5px 10px #000;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  line-height: 1.4;
}
.t_buttom img {
	 width: 20px;
}
/*＝＝table＝＝*/
.tentative {
	margin: 0 auto 50px;
}
.tentative tbody {
  text-align: left;
}
.tentative td, .tentative th {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
  letter-spacing: 0.2em;
  vertical-align: top;
}
/*＝＝＝＝＝＝＝＝塗装ページ＝＝＝＝＝＝＝＝*/
/*＝＝トップ＝＝*/
.coating_top {
  background-image: url("../images/coating/top.jpg");
  background-size: cover;
  background-position: center;
  height: 532px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.coating_top h1 {
  font-size: 23px;
    text-shadow: 0 0 10px #444;
    text-align: center;
    width: 100%;/*IE11用*/
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.coating_top p {
  font-weight: bold;
    text-shadow: 0 0 10px #444;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    line-height: 1.4;
}
/*＝＝＝＝＝＝＝＝工場ページ＝＝＝＝＝＝＝＝*/
/*＝＝トップ＝＝*/
.factory_top {
  background-image: url("../images/factory/top.jpg");
  background-size: cover;
  background-position: center;
  height: 532px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.factory_top h1 {
  font-size: 23px;
    text-shadow: 0 0 10px #444;
    text-align: center;
    width: 100%;/*IE11用*/
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.factory_top p {
  font-weight: bold;
    text-shadow: 0 0 10px #444;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    line-height: 1.4;
}
/*＝＝＝＝＝＝＝＝会社情報ページ＝＝＝＝＝＝＝＝*/
/*＝＝トップ＝＝*/
.company_top {
  background-image: url("../images/company/top.jpg");
  background-size: cover;
  background-position: right;
  height: 350px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
    justify-content: center;
    flex-direction: column;
}
.company_top h1 {
  font-size: 23px;
    text-shadow: 0 0 10px #444;
    text-align: center;
    width: 20%;
    margin-top: 270px;
    margin-bottom: 20px;
    line-height: 1.2;
    padding: 20px 20px 2px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
}
.company_top p {
  font-weight: bold;
    text-shadow: 0 0 10px #444;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 20%;
    line-height: 1.2;
    padding: 2px 20px 20px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 0 0 15px 15px;
    margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝問合せページ＝＝＝＝＝＝＝＝*/
/*＝＝トップ＝＝*/
.inquiry_top {
  background-image: url("../images/inquiry/top.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.inquiry_top h1 {
  font-size: 23px;
    text-shadow: 0 0 10px #444;
    text-align: center;
    width: 100%;/*IE11用*/
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}
.inquiry_top p {
  font-weight: bold;
    text-shadow: 0 0 10px #444;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    line-height: 1.4;
}
.columns_4 .box{
	display: flex;
	flex-direction: column;
}
.columns_4 .box img {
	width: 100%;
}
.columns_4 .box b {
	margin: 5px;
}
.company_img {
	 width: 80%;
	margin: 30px auto;
}
.company_img img{
	width: 90%;
}
/*＝＝＝＝＝＝＝＝何ページか共通＝＝＝＝＝＝＝＝*/
/*＝画像と文字を横に配置＝*/
.shopkeeper {
  display: flex;
	width: 90%;
    margin: auto;
}
.shopkeeper_reverse{
  display: flex;
flex-direction:row-reverse;
	width: 90%;
    margin: auto;
}
/*＝BOX　3カラム＆4カラム＝*/
.t_news p {
  margin-top: 0;
  margin: 10px 5px 0;
}
/*＝＝アサイド＝＝*/
aside {
  text-align: center;
  color: #12346D;
}
aside h2 {
  margin-top: 50px;
  font-size: 30px;
  ;
}
aside .heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*＝LINE・SDGs・営業日カレンダー＝*/
.buttom3 {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
.buttom3 a img {
  width: 100px;
}
/*＝Googleマップ＝*/
.t_information iframe {
  width: 50%;
  height: 430px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.t_table {
  font-size: 90%;
  border-collapse: collapse;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1;
}
.t_table tr {
  border-bottom: 1px solid #12346D;
}
.t_table th {
  width: 20%;
  text-align: center;
}
.t_table td {
  padding: 1rem;
}
.t_table a {
  text-decoration: none;
  color: #12346D;
}
.t_table a:hover {
  opacity: 0.7;
}
    .shopkeeper .word, .shopkeeper_reverse .word {
        width: 49%;
}
	.column .word{
		width: 80%;
    margin: auto;
	}
/* 全サイズ共通ここまで*/
/* 960px以上
------------------------------------------------------------*/
@media only screen and (min-width:960px) {
  /* グリッド全体 */
  .gridWrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: 30px;
  }
  /* グリッド */
  .grid {
    width: 360px;
    display: flex;
    justify-content: center;
  }
  .br {
    display: none;
  }
}
/* 960px以上ここまで*/
/* 960px以下
------------------------------------------------------------*/
@media(max-width:960px) {
  .gridWrapper {
    display: flex;
        align-items: stretch;
        justify-content: space-evenly;
        margin-top: 30px;
  }
	.grid{
		width: 360px;
        display: flex;
        justify-content: center;
	}
}
/* 959px以下ここまで*/
/* 768px以下
------------------------------------------------------------*/
@media only screen and (max-width:768px) {
.shopkeeper,.shopkeeper_reverse {
    display: flex;
    flex-direction: column;
}
.shopkeeper .word,.shopkeeper_reverse .word {
    width: 80%;
    margin: 20px auto;
}
	.t_main .page{
		font-size: 15px;
	}
}
/* 768px以下ここまで*/
/* 481px以上
------------------------------------------------------------*/
@media(min-width:481px) {
  
  .box2 {
    width: 270px;
  }
}
/* 481px以上ここまで*/
/* 480px以下
------------------------------------------------------------*/
@media only screen and (max-width:480px) {
  .grid {
    width: 100%;
    margin: 10px 0;
  }
  .item .box {
    height: auto;
  }
  .item .grid {
    width: 250px;
    margin: auto;
  }
  .box, .box2 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* 480px以下ここまで*/

/* 599px以下
------------------------------------------------------------*/
@media only screen and (max-width:599px) {
  .shopkeeper {
    display: flex;
    flex-direction: column;
  }
  .shopkeeper .img {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .t_main .word p {
    padding: 0 20px 30px;
  }
	.shopkeeper_reverse {
    display: flex;
    flex-direction: column;
		align-items: center;
  }
  .shopkeeper_reverse .img {
    max-width: 500px;
    margin: 0 auto 30px;
  }
/* トップユーザーイメージ*/	
  .user {
    display: none;
  }
/* トップバナーイメージ*/
	.banner_box {
    display: flex;
    flex-direction: column;
}
	.banner_box a {
		margin: 10px 0;
	}
/* トップ 会社情報*/
	.t_information iframe {
    width: 80%;
	}
	.t_table{
		margin: 10px auto 30px;
    width: 80%;
	}
	aside{
		margin-bottom: 100px;
	}
/* 各ページ 縦に配置した時の599以下の画像*/
	.image_pc img {
		display: none;
	}
	.image_sp img {
		display: block;
		margin: 0 auto 25px;
	}	
	.pc_br {
		display: block !important;
	}
}
/* 599px以下ここまで*/

/* 600px以上
------------------------------------------------------------*/
@media(min-width: 600px) {
  /*トップページイメージ*/
  .hero {
    height: 81vh;
    margin-top: 30px;
  }
  .hero a {
    font-size: 18px;
    padding: 10px 30px;
    margin-bottom: 50px;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
  }
  .hero h1,.coating_top h1,.factory_top h1,.sheet_metal_top h1,.inquiry_top h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  /*各ページ_main*/
  .t_main, .sheet_metal_main, .factory_main, .coating_main, .inquiry_main, .company_main {
    max-width: 80%;
  }
  .t_main .page {
    clear: both;
    text-align: center;
  }
  /*＝section＝*/
  .t_thought {
    margin: 80px auto;
  }
  /*＝box　カラム＝*/
  .t_news {
    clear: both;
  }
  .t_main .t_news img {
    width: 300px;
  }
  /*＝aside＝*/
  .t_information {
    display: flex;
    flex-direction: row;
    margin: 0px 50px 150px 50px;
    justify-content: center;
  }
  aside .doubleline {
    margin-bottom: 9px;
  }
  iframe {
    margin: 0 0 1rem 1rem;
  }
  .t_table {
    margin-top: 2rem;
  }	
/*各ページ 縦に配置した時の600以上の画像*/
	.image_sp img {
		display: none;
	}
	.image_pc img {
		display: block;
		margin: 0 auto 25px;
		width: 80%;
	}
	.pc_br {
		display: none;
	}
}
/*＝＝＝＝＝＝＝＝TOPの新着情報＝＝＝＝＝＝＝＝*/
/* 641以上
------------------------------------------------------------*/
@media(min-width:641px) {
  .border {
    display: flex;
    justify-content: flex-start;
  }
  .flex_2 {
    flex: 0 0 70%;
    font-weight: 600;
  }
}
/* 640px以下
------------------------------------------------------------*/
@media only screen and (max-width:640px) {
  .border {
    display: flex;
    flex-direction: column;
  }
	.t_main .gridWrapper {
        display: flex;
        flex-direction: column;
    }
	.t_main .page {
		margin: 0 0 50px
	}
}
/* 1024px以上
------------------------------------------------------------*/
/*====▼ここからPC版▼====*/
@media(min-width:1024px) {
  .hero {
    margin-top: 10px;
  }
  .hero a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
  }
}
/* 1025px以上
------------------------------------------------------------*/
@media(min-width: 1025px) {
  aside {
    max-width: 85%;
    margin: 0 auto;
  }
  /*ここまでにPC版CSS記述*/
}


/* 768px以上
------------------------------------------------------------*/
@media (max-width: 768px) {
  /*ハンバーガーメニュー*/
    .humberger button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 1000000;
    }
    .humberger div:nth-child(1) {
        top: 20px;
        right: 20px;
    }
	    .humberger div:nth-child(2) {
        top: 30px;
        right: 20px;
    }
	    .humberger div:last-child {
        width: 20px;
        top: 40px;
        right: 20px;
    }
    .humberger div {
        width: 40px;
        height: 4px;
        background: #707070;
        margin-bottom: 8px;
        transition: .5s ease all;
        position: absolute;
    }
	    .humberger.closehum div:nth-child(1) {
        transform: rotateZ(405deg);
        top: 30px;
        position: fixed;
    }
	    .humberger.closehum div:nth-child(2) {
        transform: rotateZ(-405deg);
        position: fixed;
    }
	
  /*カラムをFlex*/
	.t_news {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
}
