@charset "UTF-8";

body {
    background-color: white;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: black;
    width: 1366px;
    height: auto;
    margin: 0 auto;
}
.header_box {
    display: grid;
    grid-template-columns: 366px 1000px;
    grid-template-rows: 50px 50px;
}
.logo {
    display: grid;
    grid-column: 1/2;
    grid-row: 1/3;
}
.logo img {
    width: 366px;
    height: 100px;
}
.header_nav {
    display: grid;
    grid-column: 2/3;
    grid-row: 1/3;
    background-color: #003670;
}
nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
nav a {
    font-size: 32px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
nav a:hover{
    text-decoration: underline;
    }
h2 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}
h3 {
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
}
.about_area {
    margin-top: 100px;
}
.about0 {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin: 100px 0px;
}
.about1 img {
    width: 400px;
    height: 400px;
    margin: 0;
    padding: 0;
}
.about2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.shop_area {
    margin-top: 100px;
}
.shop0 {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin: 100px 0px;
}
.shop1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.shop2 img {
    width: 400px;
    height: 400px;
    margin: 0;
    padding: 0;
}
.cafe_area {
    margin-top: 100px;
}
.cafe0 {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin: 100px 0px;
}
.cafe1 img {
    width: 400px;
    height: 400px;
    margin: 0;
    padding: 0;
}
.cafe2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.info_area {
    margin-top: 100px;
}
.info0 {
    width: 1000px;
    height: 50px;
    background-color: #003670;
    margin: auto;
}
h4 {
    font-size: 24px;
    color: white;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 13px;
}
.info_box {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 300px;
    border: 1px solid black;
    margin: auto;
}
.info_box ul {
    margin-top: 45px;
    padding-left: 20px;
}
.info_box ul li {
    margin-bottom: 30px;
    list-style: none;
}
.info1 {
    width: 400px;
    height: 300px;
}
.info2 {
    width: 600px;
    height: 300px;
}
.info2 ul li a {
    color: blue;
    text-decoration: underline;
}
.access_area {
    margin-top: 100px;
}
.access1 {
    text-align: center;
    margin-top: 100px;
}
.access2 {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.footer0 {
    display: grid;
    grid-template-columns: 333px 116px 116px 118px 118px 116px 116px 333px;
    grid-template-rows: 100px 100px 50px;
    background-color: #003670;
    width: 1366px;
    height: 250px;
}
.footer1 {
    grid-column: 2/8;
    grid-row: 2/3;
    display: flex;
    justify-content: space-evenly;
}
.ab1 {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.sh1 {
    grid-column: 3/4;
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.ca1 {
    grid-column: 4/5;
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.in1 {
    grid-column: 5/6;
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.ac1 {
    grid-column: 6/7;
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.on1 {
    grid-column: 7/8;
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.privacy {
    align-self: center;
    font-size: 21px;
    font-weight: bold;
    color: white;
}
.contact {
    align-self: center;
    font-size: 21px;
    font-weight: bold;
    color: white;
}
.sns {
    align-self: center;
}
.copyright {
    grid-column: 4/6;
    grid-row: 3/4;
    justify-self: center;
    align-self: center;
    font-size: 16px;
    color: white;
}

/*ここからオンラインショップのページ*/

/*ここからヘッダー*/
.photo {
    position: relative;
    z-index: 1;
}
.title1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    z-index: 99;
}
.title2 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    z-index: 100;
}
.backcolor {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -315px;
    width: 650px;
    height: 250px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    z-index: 50;
}
/*ここからメイン*/
.category_area {
    display: grid;
    grid-template-columns: 341.5px 341.5px 341.5px 341.5px;
    grid-template-rows: 80px 50px 200px;
}
.category_area img {
    background-color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category_area img:hover {
    transform: scale(1.3);
    transition:all 0.3s;
}
.category {
    grid-column: 1/5;
    grid-row: 1/2;
    font-size: 36px;
    font-weight: bold;
    justify-self: center;
    align-self: center;
}
.coffee1 {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 24px;
    font-weight: bold;
    justify-self: center;
    align-self: center;
}
.tea1 {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 24px;
    font-weight: bold;
    justify-self: center;
    align-self: center;
}
.goods1 {
    grid-column: 3/4;
    grid-row: 2/3;
    font-size: 24px;
    font-weight: bold;
    justify-self: center;
    align-self: center;
}
.gift1 {
    grid-column: 4/5;
    grid-row: 2/3;
    font-size: 24px;
    font-weight: bold;
    justify-self: center;
    align-self: center;
}
.coffee2 {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
    align-self: center;
}
.tea2 {
    grid-column: 2/3;
    grid-row: 3/4;
    justify-self: center;
    align-self: center;
}
.goods2 {
    grid-column: 3/4;
    grid-row: 3/4;
    justify-self: center;
    align-self: center;
}
.gift2 {
    grid-column: 4/5;
    grid-row: 3/4;
    justify-self: center;
    align-self: center;
}
h5 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    padding-top: 25px;
    padding-left: 25px;
}
.coffee_area {
    width: 1366px;
    height: 500px;
}
.coffee3 {
    width: 1366px;
    height: 100px;
    background-color: #725828;
}
.coffee_box1 {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    width: 1366px;
    height: 335px;
}
.coffee_box1 img {
    border-radius: 50px;
    border:solid 3px white;
}
.coffee_box1 img:hover{
    border:solid 3px gray;
}
.coffee_box2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1366px;
    height: 65px;
}
.coffee_box2 p {
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 30px;
}
.tea_area {
    width: 1366px;
    height: 500px;
}
.tea3 {
    width: 1366px;
    height: 100px;
    background-color: #F0A15B;
}
.tea_box1 {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    width: 1366px;
    height: 335px;
}
.tea_box1 img {
    border-radius: 50px;
    border:solid 3px white;
}
.tea_box1 img:hover{
    border:solid 3px gray;
}
.tea_box2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1366px;
    height: 65px;
}
.tea_box2 p {
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 25px;
}
.goods_area {
    width: 1366px;
    height: 500px;
}
.goods3 {
    width: 1366px;
    height: 100px;
    background-color: #96B1C8;
}
.goods_box1 {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    width: 1366px;
    height: 335px;
}
.goods_box1 img {
    border-radius: 50px;
    border:solid 3px white;
}
.goods_box1 img:hover{
    border:solid 3px gray;
}
.goods_box2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1366px;
    height: 65px;
}
.goods_box2 p {
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 30px;
}
.gift_area {
    width: 1366px;
    height: 500px;
}
.gift3 {
    width: 1366px;
    height: 100px;
    background-color: #7EA772;
}
.gift_box1 {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    width: 1366px;
    height: 335px;
}
.gift_box1 img {
    border-radius: 50px;
    border: solid 3px white;
}
.gift_box1 img:hover{
    border:solid 3px gray;
}
.gift_box2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1366px;
    height: 65px;
}
.gift_box2 p {
    font-size: 18px;
    font-weight: bold;
}
.gi4 {
    padding-right: 70px;
    padding-left: 30px;
}
.gi5 {
    padding-left: 50px;
}
.gi6 {
    padding-right: 0px;
    padding-left: 100px;
}
