@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1025px){
/* 三洋商事メインイメージ 工具の三河屋  start*/
.main-container{
    width: 100%;
    margin-bottom: 50px;
}
.main-section{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.main-cover{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.main-cover img{
    margin: 100px auto;
    width: 70%;
    display: flex;
}
.main-content{
    margin: auto;
    width: 100%;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 3%;
    grid-template-areas:
    "main-card1 main-card2 main-card3 main-card4";
}
.main-content h1{
    font-size: 1.3rem;
    display: block;
    padding-top: 3%;
}
.main-content img{
    width: 50%;
    display: block;
}
.main-card1{
    grid-area: main-card1;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
}
.main-card2{
    grid-area: main-card2;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
}
.main-card3{
    grid-area: main-card3;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
}
.main-card4{
    grid-area: main-card4;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
}
.main-card1 span, .main-card2 span,.main-card3 span,.main-card4 span{
    font-size: 13px;
	font-weight: 400;
	color: rgb(73, 148, 188);
	line-height: 1.9;
	margin-right: 10px;
}
.main-card1 img, .main-card2 img,.main-card3 img,.main-card4 img{
    margin: auto;
    width: 50%;
}
/* 三洋商事メインイメージ  end*/
/* 三河屋  start*/
.mikawaya-content{
    width: 90%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "rakuten honten yahoo";
    column-gap: 5%;
}
.rakuten{
    grid-area: rakuten;
}
.honten{
    grid-area: honten;
}
.yahoo{
    grid-area: yahoo;
}
.rakuten p, .honten p, .yahoo p{
    text-align: center;
    font-weight: 500;
}
.rakuten img, .honten img, .yahoo img{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 15px -10px;
}
.youtube{
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.youtube img{
    width: 70%;
}
/* 三河屋  end*/
/*マップ start*/
.map{
    text-align: center;
    padding: 100px 0px;
}
/*マップ end*/
/*アドレス　start*/
.adress-content{
    min-width: 480px;
    width: 40%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 2fr 2fr 5fr;
    grid-template-rows: auto;
    grid-template-areas:
    "box01 box02 box03";
    justify-content: center;
    align-items: center;
    /*border: 2px solid rgb(223, 223, 223);*/
    border-radius: 10px;
    max-width: 700px;
    box-shadow: 5px 5px 15px -10px;
}
.adress-content img{
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.box01{
    grid-area: box01;
}
.box02{
    grid-area: box02;
}
.box03{
    grid-area: box03;
    text-align: center;
}
.box01, .box02, .box03,{
    display: block;
}
.box02 p, .box03 p{
    display: block;
    text-align: center;
    font-weight: 600;
}
/*アドレスend*/

}
@media screen and (min-width: 481px) and (max-width: 1024px){
/* 三洋商事メインイメージ 工具の三河屋  start*/
.main-container{
    width: 100%;
    margin-bottom: 50px;
}
.main-section{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.main-cover{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.main-cover img{
    margin: 100px auto;
    width: 90%;
    display: flex;
}
.main-content{
    margin: auto;
    width: 90%;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 6%;
    grid-template-areas:
    "main-card1 main-card2"
    "main-card3 main-card4";
    justify-items: center;
}
.main-content h1{
    font-size: 1.3rem;
    display: block;
    padding-top: 3%;
}
.main-content img{
    width: 50%;
    display: block;
}
.main-card1{
    grid-area: main-card1;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card2{
    grid-area: main-card2;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card3{
    grid-area: main-card3;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card4{
    grid-area: main-card4;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card1 span, .main-card2 span,.main-card3 span,.main-card4 span{
    font-size: 13px;
	font-weight: 400;
	color: rgb(73, 148, 188);
	line-height: 1.9;
	margin-right: 10px;
}
.main-card1 img, .main-card2 img,.main-card3 img,.main-card4 img{
    margin: auto;
    width: 50%;
}
/* 三洋商事メインイメージ  end*/
/* 三河屋  start*/
.mikawaya-content{
    width: 95%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "rakuten honten yahoo";
    column-gap: 5%;
}
.rakuten{
    grid-area: rakuten;
}
.honten{
    grid-area: honten;
}
.yahoo{
    grid-area: yahoo;
}
.rakuten p, .honten p, .yahoo p{
    text-align: center;
    font-weight: 500;
}
.rakuten img, .honten img, .yahoo img{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 15px -10px;
}
.youtube{
    width: 80%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.youtube img{
    width: 50%;
}
/* 三河屋  end*/
/*マップ start*/
.map{
    text-align: center;
    padding: 100px 0px;
}
/*マップ end*/
/*アドレス　start*/
.adress-content{
    width: 90%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    grid-template-rows: auto;
    grid-template-areas:
    "box01 box02 box03";
    justify-content: center;
    align-items: center;
    /*border: 2px solid rgb(223, 223, 223);*/
    border-radius: 10px;
    max-width: 700px;
    box-shadow: 5px 5px 15px -10px;
}
.adress-content img{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.box01{
    grid-area: box01;
}
.box02{
    grid-area: box02;
}
.box03{
    grid-area: box03;
    text-align: center;
}
.box01, .box02, .box03,{
    display: block;
}
.box02 p, .box03 p{
    display: block;
    text-align: center;
    font-weight: 600;
}
/*アドレスend*/
}
@media screen and (max-width: 480px){
/* 三洋商事メインイメージ 工具の三河屋  start*/
.main-container{
    width: 100%;
    margin-bottom: 50px;
}
.main-section{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.main-cover{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.main-cover img{
    margin: 50px auto;
    width: 90%;
    display: flex;
}
.main-content{
    margin: auto;
    width: 100%;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 5%;
    grid-template-areas:
    "main-card1 main-card2"
    "main-card3 main-card4";
}
.main-content h1{
    font-size: 1.1rem;
    display: block;
    padding-top: 3%;
}
.main-content p{
    font-size: 0.8rem;
}
.main-content img{
    width: 90%;
    display: block;
}
.main-card1{
    grid-area: main-card1;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card2{
    grid-area: main-card2;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card3{
    grid-area: main-card3;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card4{
    grid-area: main-card4;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 10px 10px 15px -10px;
    max-width: 300px;
}
.main-card1 span, .main-card2 span,.main-card3 span,.main-card4 span{
    font-size: 0.7rem;
	font-weight: 400;
	color: rgb(73, 148, 188);
	line-height: 1.9;
	margin-right: 10px;
}
.main-card1 img, .main-card2 img,.main-card3 img,.main-card4 img{
    margin: auto;
    width: 60%;
}
/* 三洋商事メインイメージ  end*/
/* 三河屋  start*/
.mikawaya-content{
    width: 95%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "rakuten honten yahoo";
    column-gap: 5%;
}
.rakuten{
    grid-area: rakuten;
}
.honten{
    grid-area: honten;
}
.yahoo{
    grid-area: yahoo;
}
.rakuten p, .honten p, .yahoo p{
    text-align: center;
    font-weight: 500;
}
.rakuten img, .honten img, .yahoo img{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 15px -10px;
}
.youtube{
    width: 80%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.youtube img{
    width: 100%;
}
/* 三河屋  end*/
/*マップ start*/
.map{
    text-align: center;
    padding: 100px 0px;
}
/*マップ end*/
/*アドレス　start*/
.adress-content{
    width: 90%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "box01 box02"
    "box03 box03";
    justify-content: center;
    align-items: center;
    /*border: 2px solid rgb(223, 223, 223);*/
    border-radius: 10px;
    max-width: 700px;
    box-shadow: 5px 5px 15px -10px;
    column-gap: 10px;
}
.adress-content img{
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.box01{
    grid-area: box01;
}
.box02{
    grid-area: box02;
    justify-items: left;
}
.box03{
    grid-area: box03;
    text-align: center;
}
.box01, .box02, .box03,{
    display: block;
}
.box02 p, .box03 p{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}
/*アドレスend*/
}