﻿@charset="utf-8";

html {
  font-size: 100%;
  background: none;
  height: auto; 
}

body { 
	margin: 0;
	background-color: #ffffed;
 	position: center;
 	width: 100%;
 	height: 100%;
    font-family: "Yu Mincho","Times New Roman","游明朝", serif;
    color: #402918;
} 
h2{
    margin: 30px auto;
}
a{
    color: #402918;
    text-decoration: none;
}
.ul {
  list-style: none;
}
/*header content begin*/
header{
  /*height: 875px;*/
    height: auto;
}
header > h1{
    text-align: center;
    margin: 10px auto 30px;
    font-size: 2.5rem;
}
#top{
    display: flex;
  width: 100%;
  height: 100px;
  background-color: #dacfa7;
  align-items: center;
}
.logo{
    max-width: 100%;
    width: 50px;
    border-radius: 10px;
    margin-bottom: -10px;
    margin-right: 10px;
    justify-content: center;
}
.title {
  margin-right: auto;  
  padding-left: 20px;
}
.menu-group{
    margin-right: 20px;
}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

.map{
    padding: 30px;
}

.face{
    width: 60%;
    /*height: 100px;*/
    margin: auto;
    text-align: left;
}
.face > ul {
    background-color: #f1eee5;
    padding: 20px 30px;
    margin: 40px 0;
    font-size: 1.1rem;
    border-radius: 5px;
}
.face > ul > li {
    padding-bottom: 5px;
    text-decoration: underline;
}
.face > p{
    width: 90%;
    margin-bottom: 20px;
}

/*header content end*/


.sub-title{
    padding-left: 10%;
}
.sub-content{
    width: 80%;
    height: auto;
    padding: 0px;
    margin: 15px auto 50px auto;
}

/*P_Products begin*/
#P_Products{
    background-color: gainsboro;
    padding-bottom: 20px;
}

    /*Slider begin*/
    .carousel {
        position: relative;
        width: 90%;
        height: 700px;
        margin: 70px auto 20px;
        /*background-color: #fff;*/
    }

    .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .carousel-open:checked + .carousel-item {
        position: static;
        opacity: 100;
    }

    .carousel-item {
        text-align: center;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 2s linear;
        transition: opacity 2s linear;
    }
    .carousel-item > div{
        width: 60%;
        height: 600px;
        background-color: #fff;
        /*display: inline-block;*/
        display: flex;
        margin: auto;
        border-radius: 10px;
    }
    .carousel-item img {
        height: auto;
        max-width: 100%;
        margin: 20px;
    }
    .carousel-item:nth-child(4) img{
        max-width: 100%;
        height: auto;
        margin: auto;
    }
    .carousel-item:nth-child(6) img{
        max-width: 100%;
        height: auto;
        width: 50%;
        margin: auto;
    }
    .carousel-item > div > div{
        width: 50%;
        text-align: left;
        padding: 20px;
        margin: auto;
    }
    .carousel-item > div > div > p:nth-child(1){
        margin: auto;
    }
    .carousel-item > div > div > p:nth-child(2){
        margin: auto;
        font-size: 1.5rem;
    }
    .carousel-item > div > div > p:nth-child(3){
        font-size: 1.2rem;
    }
    .carousel-item > div > div > p:nth-child(4),p:nth-child(5){
        font-size: 0.9rem;
        margin: 5px 0;
    }
    .carousel-item > div > div > p:nth-child(6){
        font-size: 1.1rem;
        padding: 10px 0;
    }
    .carousel-control {
        color: #000;
        cursor: pointer;
        display: none;
        font-size: 3rem;
        height: 40px;
        line-height: 30px;
        position: absolute;
        top: 40%;
        -webkit-transform: translate(0, -50%);
        cursor: pointer;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        width: 40px;
        z-index: 10;
    }

    .carousel-control.prev {
        left: 2%;
    }

    .carousel-control.next {
        right: 2%;
    }

    .carousel-control:hover {
        background: rgba(0, 0, 0, 0.8);
        color: #aaaaaa;
    }

    #carousel-1:checked ~ .control-1,
    #carousel-2:checked ~ .control-2,
    #carousel-3:checked ~ .control-3 {
        display: block;
    }

    .carousel-indicators {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 2%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
    }

    .carousel-bullet {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 35px;
    }

    .carousel-bullet:hover {
        color: #aaaaaa;
    }

    #carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
    #carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
    #carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
        color: #428bca;
    }

    /*Slider end*/

/*P_Products end*/

/*P_Recipe end*/
.Recipe_Contents {
    width: 70%;
    height: auto;
    padding: 0px;
    margin: 15px auto 30px auto;
}
.Recipe_Contents > p {
    margin: 30px auto;
}
.R_line{
    display: flex;
}
.R_box{
    width: 50%;
    height: 100%;
    background-color: #f1eee5;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.R_box:nth-child(1){
    margin-right: 20px;
}

.R_box > img{
    max-width: 100%;
    width: 300px;
    height: auto;
    padding: 15px;
    margin: auto;
    border-radius: 20px;
}
.R_box:nth-child(2) > img{
    margin: 50px;
}
.R_text{
    text-align: left;
    padding: 0 15px;
}
.R_text > h3{
    margin-top: 5px;
}
.R_text > ul{
    list-style: none;
}
.R_text > ul > li{
    display: flex;
    width: 90%;
    border-bottom: 1px solid grey;
}
.R_Tname{
    width: 80%;
    margin: 10px;
}
.R_Tamount{
    width: 30%;
    text-align: right;
    margin: 10px;
}
.R_TCom{
    padding: 10px;
}
/*P_Recipe end*/



/*footer content begin*/
footer {
	font-size: 1em;
	solid; 
    clear: left;
    text-align: center;
	margin-bottom: 0px;
	width: 100%;
}
footer > div:nth-child(2) {
    /*margin: auto;*/
    justify-content: center;
}
footer > div:nth-child(4) {
    font-size: smaller;
    background-color: #9e630090;
    padding: 2px;
    color: #ffffed;
}
.last_hr{
    margin-bottom: 0;
}
footer > div > address{
    font-style: normal;
}
.topb{
    position: fixed;
    bottom: 40px;
    right: 20px;
   
}
/*footer content end*/
