@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eddcbc;
}

header {
    position: sticky;
    display: flex;
    top: 0;
    width: 100%;
    height: 13vw;
    margin-bottom: 2vw;
    background-color: #323973;
}

h1 {
    width: 12%;
    padding-top: 1vw;
    padding-left: 4%;
}

h1 img {
    width: 100%;
    height: 12vw;
    vertical-align: bottom;
}

nav {
    width: 80%;
    margin-left: auto;
    margin-right: 3%;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    width: 20%;
}

nav ul li a {
    display: block;
    line-height: 6;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 2vw;
    font-family: "Yu Mincho";

}

main {
    width: 90%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.section-box {
    display: flex;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.yukiusagi {
    width: 50%;
    margin-top: 2vw;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 2vw;
}

.yukiusagi img {
    height: 25vw;
    vertical-align: bottom
}

.manju {
    width: 50%;
    height: 25vw;
    margin-top: 2vw;
    margin-right: 5%;
    margin-bottom: 2vw;
    border-radius: 30px;
    background-color: #ffffff;
}

.manju h2 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-align: center;
    font-size: 2.1vw;
    font-family: "Yu Mincho";
}

.manju p {
    margin: 1vw;
    text-indent: 1em;
    line-height: 1.7;
    font-size: 1.4vw;
}

.syohin-box {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 2vw;
    text-align: center;
    font-size: 1.6vw;
    border-radius: 20px;
    background-color: #82aaaa;
}

.sakuramochi-box {
    display: flex;
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.sakuramochi {
    width: 32%;
    background-color: aquamarine;
}

.sakuramochi h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.sakuramochi img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.sakuramochi p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.kasutera {
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: yellow;
}

.kasutera h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.kasutera img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.kasutera p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.ohagi {
    width: 32%;
    background-color: aquamarine;
}

.ohagi h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.ohagi img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.ohagi p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.dango-box {
    display: flex;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.dango {
    width: 32%;
    background-color: yellow;
}

.dango h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.dango img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.dango p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.yokan {
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: aquamarine;
}

.yokan h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.yokan img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.yokan p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.dorayaki {
    width: 32%;
    background-color: yellow;
}

.dorayaki h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.dorayaki img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.dorayaki p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.senbei-box {
    display: flex;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.senbei {
    width: 32%;
    background-color: aquamarine;
}

.senbei h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.senbei img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.senbei p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.nerikiri {
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: yellow;
}

.nerikiri h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.nerikiri img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.nerikiri p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.daifuku {
    width: 32%;
    background-color: aquamarine;
}

.daifuku h2 {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
    font-size: 2.3vw;
    font-family: "Yu Mincho";
}

.daifuku img {
    width: 100%;
    margin-bottom: 1vw;
    vertical-align: bottom;
}

.daifuku p {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.7;
    font-size: 1.4vw;
}

.infomation-box {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 2vw;
    text-align: center;
    font-size: 1.6vw;
    border-radius: 20px;
    background-color: #82aaaa;
}

.syokunin-box {
    display: flex;
    margin-bottom: 2vw;
}

.syokunin {
    width: 40%;
    margin-top: 2vw;
    margin-left: 5%;
    margin-right: 10%;
    margin-bottom: 2vw;
}

.syokunin img {
    height: 28vw;
    vertical-align: bottom;
}

.tannen {
    width: 40%;
    height: 28vw;
    margin-top: 2vw;
    margin-right: 5%;
    border-radius: 30px;
    background-color: #ffe556
}

.tannen h2 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    text-align: center;
    font-size: 2.1vw;
    font-family: "Yu Mincho";
}

.tannen p {
    text-align: center;
    line-height: 1.7;
    font-size: 1.5vw;
}

.sogyo-box {
    display: flex;
    width: 100%;
    margin-bottom: 2vw;
}

.sogyo {
    width: 35%;
    margin-top: 2vw;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2vw;
    border-radius: 30px;
    background-color: #1496a0;
}

.sogyo h2 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    text-align: center;
    font-size: 2.1vw;
    font-family: "Yu Mincho";
    color: #eddcbc;
}

.sogyo p {
    text-align: center;
    line-height: 1.7;
    font-size: 1.5vw;
    color: #eddcbc;
}

.wagashiya {
    width: 50%;
    margin-top: 2vw;
    margin-right: 5%;
    margin-bottom: 2vw;
}

.wagashiya img {
    height: 28vw;
    vertical-align: bottom;
}

.anko-box {
    display: flex;
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 5vw;
}

.anko {
    width: 28%;
    margin-top: 2vw;
    margin-left: 4%;
    margin-bottom: 1vw;
}

.anko img {
    display: block;
    height: 16vw;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}

.anko a {
    text-decoration: none;
}

.anko p {
    width: fit-content;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 3% 2%;
    border-radius: 10px;
    font-size: 1.5vw;
    background-color: #feffd2;
}

.showa {
    width: 28%;
    margin-top: 2vw;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 1vw;
}

.showa img {
    display: block;
    height: 16vw;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}

.showa a {
    text-decoration: none;
}

.showa p {
    width: fit-content;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 3% 2%;
    border-radius: 10px;
    font-size: 1.5vw;
    background-color: #feffd2;
}

.okurimono {
    width: 28%;
    margin-top: 2%;
    margin-right: 4%;
    margin-bottom: 1vw;
}

.okurimono img {
    display: block;
    height: 16vw;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}

.okurimono a {
    text-decoration: none;
}

.okurimono p {
    width: fit-content;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 3% 2%;
    border-radius: 10px;
    font-size: 1.5vw;
    background-color: #feffd2;
}

.catchicopy {
    width: 100%;
    width: fit-content;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 4% 2%;
    border-radius: 90px;
    font-size: 2.7vw;
    font-family: "Yu Mincho";
    background-color: #fff;
}

footer {
    margin-top: 5vw;
    margin-bottom: 3vw;
    height: 14vw;
    background-color: #323973;
}

.footer-box {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1vw;
}

.footerlogo {
    width: 50%;
}

.footerlogo img {
    display: block;
    height: 13vw;
    margin-left: auto;
    margin-right: 10%;
    vertical-align: bottom;
}

.honpo {
    width: 65%;
    line-height: 1.6;
    font-size: 1.4vw;
    color: #fff;
}

.copy {
    width: 100%;
    text-align: center;
}
