@charset "utf-8";
body {
    font-feature-settings: "palt";
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5em;
}

body header {
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #765843;
}
body header img {
    object-fit: cover;
    width: 100%;
    max-width: 1366px;
}
main {
    background: radial-gradient(#dda872, #8b6947) fixed;
    padding-top: 40px;
    padding-bottom: 100px;
}

section {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    font-weight: 300;
}
section:last-child {
    padding-top: 0px;
}


.madeira ul {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    color: hsla(0,0%,100%,1.00);
    font-weight: 200;
}
ul li .madeiraimg {
    margin-right: 20px;
    width: 400px;
    height: auto;
}
ul li h1 {
    line-height: 1.2em;
    margin-bottom: 9px;
}


.madeira ul li h1 {
    font-size: 2em;
    font-weight: 400;
}
.madeira .product {
    margin-top: 80px;
}

.product li  {
    text-align: center;
}
.product li p  {
    font-size: 0.8em;
    margin-top: 15px;
    line-height: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
}
.recipe {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 120px;
}
.recipe_cont {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.recipe_cont div {
    width: 50%;
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
}
.recipe_cont div:first-child {
    margin-right: 30px;
}
.recipe_cont div h1 {
    font-size: 1.3em;
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.recipe_cont div .use {
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    margin-top: 20px;
}
.recipe_cont div .use02 {
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    margin-top: 20px;
}
.recipe_cont div .use03 {
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    margin-top: 20px;
}
.recipe_cont div .use:before {
    content: url(../images/use01.png);
    display: block;
}
.recipe_cont div .use02:before {
    content: url(../images/use02.png);
    display: block;
}
.recipe_cont div .use03:before {
    content: url(../images/use03.png);
    display: block;
}
.recipe_cont div ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    color: hsla(0,0%,100%,1.00);
    line-height: 1.5em;
}
.recipe_cont div ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    color: hsla(0,0%,100%,1.00);
    line-height: 1.5em;
}







.recipe_cont div img {
    width: 100%;
    height: auto;
}

.recipe_cont div .point {
    margin-top: 20px;
    background-color: hsla(0,0%,100%,0.76);
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 100%;
    color: hsla(0,0%,18%,1.00);
}
div .point ul {
    color: hsla(0,0%,18%,1.00);
}
.point ul li {
    margin-bottom: 10px;
}


.recipe_cont div strong {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 110%;
    font-weight: 500;
}

div .point img {
    width: 130px;
}

div .point p {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.kawata {
    border: 1px solid hsla(0,0%,100%,1.00);
    border-radius: 10px;
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
}
.kawata ul {
    display: flex;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.kawata ul li h1 {
    font-size: 1.2em;
    font-weight: bold;
}
.kawata ul li img {


}
.profile li img {
    margin-right: 25px;
}


.kawata .qr {
    justify-content: space-between;
    display: flex;
}
.kawata .qr li {
    text-align: center;
}
.qr li img {

}
.qr li p {
    font-size: 0.8em;
    margin-top: 10px;
}
body footer {
    padding-bottom: 40px;
}

.end {
    margin-bottom: 40px;

}
.product.end li p {
    color: hsla(0,0%,14%,1.00);
}
table, th, td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
    text-align: center;
}
table th  {
    /* [disabled]width: 150px; */
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    vertical-align: top;
    background-color: #eeeeef;
    color: #000000;
}
table td  {
    /* [disabled]width: 350px; */
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    font-size: 0.9em;
}.madeira .table02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.madeira table {
    width: 49%;
    font-family: 'Noto Sans JP', sans-serif;
}
.madeira .tabletitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;

}
body footer .link {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4em;
    margin-top: 60px;
    font-weight: 400;
}
.link p  {
    width: 100%;
    align-items: center;
    height: 40px;
    border: 1px solid hsla(0,0%,15%,1.00);
    padding-top: 6px;
}
.link a  {
    width: 100%;
    height: 100%;
    /* [disabled]background-color: hsla(0,0%,18%,0.72); */
    display: block;
}
.link a:hover {
    background-color: hsla(25,28%,36%,0.67);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: hsla(0,0%,100%,1.00);
}
body footer .logo {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
    width: 100%;
    margin-top: 60px;
    font-weight: 500;
}
footer .logo p {
    margin-left: 20px;

}
#page_top{
    width: 70px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    opacity: 0.8;
    border-radius: 15px;
    background-color: #765843;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f062';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width:1000px){
body header img {
    object-fit: cover;
    width: 100%;
    max-width: 1366px;
    height: auto;
}
.madeira ul {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    color: hsla(0,0%,100%,1.00);
    flex-wrap: wrap;
}
ul li h1 {
    line-height: 1.2em;
    margin-bottom: 9px;
    margin-top: 20px;
}
.product li p {
    font-size: 0.8em;
    margin-top: 15px;
    line-height: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.recipe_cont {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
}
.recipe_cont div {
    width: auto;
    color: hsla(0,0%,100%,1.00);
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
}
.recipe_cont div:first-child {
    margin-right: 0px;
}
.recipe_cont.srevel div img {
    max-width: 500px;
}
.order01 {
    order: 2;
    margin-top: 20px;
    max-width: 760px;
}
.order02 {
    order: 1;
    max-width: 760px;
}
.kawata .qr {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.qr li p {
    font-size: 0.8em;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.madeira .table02 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.madeira table {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
body footer .logo {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8em;
    width: 100%;
    margin-top: 60px;
    flex-wrap: wrap;
}
.logo img {
    margin-bottom: 20px;

}
.kawata ul {
    display: flex;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.kawata .profile li {
    max-width: 600px;
}
.profile li h2 {
    margin-top: 20px;
}
.recipe img {
    width: 100%;
    height: auto;
    padding-left: 21px;
    padding-right: 20px;
    max-width: 400px;
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 400px;
}
ul li .madeiraimg {
    width: 100%;
    height: auto;
}
br {
    display: none;
}
.product br     ,.profile br  {
    display: inherit;
}



























}
