@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1025px){
/*三洋商事運営の工具の三河屋について start*/
.mikawaya-container{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.mikawaya-section{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.mikawaya-content1{
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: auto;
    grid-template-areas:
    "box1 box2";
    gap: 5%;
}
.box1{
    grid-area: box1;
    width: 80%;
    margin:auto;
}
.box02{
    grid-area: box2;
}
/*取扱商品*/
.mikawaya-content2{
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 5%;
}
.mikawaya-content2 p{
    display: block;
    text-align: center;
    font-weight: 500;
}
.mikawaya-card{
    background-color: white;
    border-radius: 10px;
    margin-bottom: 50px;
}
/*店舗紹介 */
.mikawaya-content3{
}
.mikawaya-item{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
    "box001 box002";
    gap: 5%;
    margin-bottom: 50px;
    background-color: white;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;;
}
.box001{
    grid-area: box001;
    place-items: center;
}
.box001 img{
    width: 60%;
    margin: auto;
    display: block;
}
.box002{
    gird-area: box002;
    align-content: center;
}
.box002 p{
    margin: auto 5%;
}
/*工具の三河屋のYouTubeチャンネル*/
.mikawaya-content4{
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 5%;
    grid-template-areas:
    "box0001 box0002";
    margin-top: 100px;
}
.mikawaya-content4 p{
    font-size:1.0rem;
    font-weight: 400;
}
.box0001{
    grid-area: box0001;
    display: flex;
    align-items: center;
}
.box0002{
    grid-area: box0002;
}
.box0001 a{
    display: block;
}
}

@media screen and (min-width: 481px) and (max-width: 1024px){
/*三洋商事運営の工具の三河屋について start*/
.mikawaya-container{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.mikawaya-section{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.mikawaya-content1{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "box1"
    "box2";
    gap: 5%;
}
.box1{
    grid-area: box1;
    margin: auto;
    width: 20%;
    min-width: 150px;
}
.box02{
    grid-area: box2;
}
/*取扱商品*/
.mikawaya-content2{
    margin: 50px auto;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: auto;*/
    gap: 5%;
}
.mikawaya-content2 p{
    display: block;
    text-align: center;
    font-weight: 500;
}
.mikawaya-card{
    background-color: white;
    border-radius: 10px;
    margin-bottom: 50px;
}
/*店舗紹介 */
.mikawaya-content3{
}
.mikawaya-item{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
    "box001"
    "box002";
    gap: 5%;
    margin-bottom: 50px;
    background-color: white;
    border-radius: 10px;
}
.box001{
    grid-area: box001;
    place-items: center;
}
.box001 img{
    width: 30%;
    margin: 50px auto 0px auto;
    display: block;
}
.box002{
    gird-area: box002;
    align-content: center;
}
.box002 p{
    margin:40px;
}
/*工具の三河屋のYouTubeチャンネル*/
.mikawaya-content4{
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    grid-template-areas:
    "box0001"
    "box0002";
    margin-top: 100px;
}
.mikawaya-content4 p{
    font-size:1.0rem;
    font-weight: 400;
}
.box0001{
    grid-area: box0001;
    display: flex;
    align-items: center;
}
.box0002{
    grid-area: box0002;
}
.box0001 a{
    display: block;
}
}

@media screen and (max-width: 480px){
/*三洋商事運営の工具の三河屋について start*/
.mikawaya-container{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.mikawaya-section{
    width: 90%;
    max-width: 1000px;
    place-content: center;
    margin: auto auto 10px auto;
}
.mikawaya-content1{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
    "box1"
    "box2";
    gap: 5%;
}
.box1{
    grid-area: box1;
    margin: auto;
    width: 30%;
}
.box02{
    grid-area: box2;
}
/*取扱商品*/
.mikawaya-content2{
    margin: 0px auto 50px auto;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 5%;
}
.mikawaya-content2 p{
    display: block;
    text-align: center;
    font-weight: 500;
}
.mikawaya-card{
    background-color: white;
    border-radius: 10px;
    margin-bottom: 30px;
}
/*店舗紹介 */
.mikawaya-content3{
}
.mikawaya-item{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
    "box001"
    "box002";
    gap: 5%;
    margin-bottom: 50px;
    background-color: white;
    border-radius: 10px;
}
.box001{
    grid-area: box001;
    place-items: center;
}
.box001 img{
    width: 50%;
    margin: 50px auto 0px auto;
    display: block;
}
.box002{
    gird-area: box002;
    align-content: center;
}
.box002 p{
    margin: 10px 4% 50px 4%;
}

/*工具の三河屋のYouTubeチャンネル*/
.mikawaya-content4{
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    grid-template-areas:
    "box0001"
    "box0002";
    margin-top: 100px;
}
.mikawaya-content4 p{
    font-size:1.0rem;
    font-weight: 400;
}
.box0001{
    grid-area: box0001;
    display: flex;
    align-items: center;
}
.box0002{
    grid-area: box0002;
}
.box0001 a{
    display: block;
    width: 70%;
}
}