@charset "utf-8";

*{
     font-family: Osaka, Geneva, Arial, sans-serif;
}

body{
    width: 100vw; 
}
@media all and (min-width: 769px) {
.pc{display: block;}
.sp{display: none;}
    
body{
    width: 100vw;
    background: url(../img/body_bg.png);
}
    
.bg{
    width: 714px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 8px #aaa;
}

.pc_header_inr{
    width: 700px;
    margin: 0 auto;
}

.pc_header_inr .pc_hero_img{
    display: flex;
    justify-content: center;
}

.pc_header_inr ul.g_nav{
    width: 100%;
    height: 163px;
    display: flex;
    justify-content: center;
    background: url(../img/btn_bg.gif);
}

/*
.pc_header_inr ul.g_nav .btn_product{
    width: 108px;
    height: 138px;
    background: url(../img/btn_product.png);
}

.pc_header_inr ul.g_nav .btn_product:hover{
    background: url(../img/btn_product_r.png);
}


.pc_header_inr ul.g_nav .btn_recipe{
    width: 108px;
    height: 138px;
    background: url(../img/btn_recipe.png);
}

.pc_header_inr ul.g_nav .btn_recipe:hover{
    background: url(../img/btn_recipe_r.png);
}

.pc_header_inr ul.g_nav .btn_voice{
    width: 108px;
    height: 138px;
    background: url(../img/btn_voice.png);
}

.pc_header_inr ul.g_nav .btn_voice:hover{
    background: url(../img/btn_voice_r.png);
}

.pc_header_inr ul.g_nav .btn_contact{
    width: 108px;
    height: 138px;
    background: url(../img/btn_contact.png);
}

.pc_header_inr ul.g_nav .btn_contact:hover{
    background: url(../img/btn_contact_r.png);
}
*/
    
    
    
.pc_header_inr ul.g_nav .btn{
    width: 108px;
    height: 138px;
    position: relative;
}
    
.pc_header_inr ul.g_nav .btn .btn_h{
        position: absolute;
        left:0;
        top: 0;
        opacity:0;
}
    
.pc_header_inr ul.g_nav .btn .btn_h:hover{
       opacity: 1;
}

/*pc header close*/

.wrapper{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
    
.main_inr{
    width: 455px;    
}

.main_inr .subject{
    margin-bottom: 21px;
}

.main_inr .news{
    width: 428px;
/*    height: 300px;*/
    border-top: dotted #bfbfbf 0.2rem;
    border-bottom: dotted #bfbfbf 0.2rem;
}

.main_inr .news .news_logo img{
}

    
.main_inr .news p{
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: -0.05em;
    color: #333;
}
    
/*
@media all and (-ms-high-contrast: none) {
  .main_inr .news {
    height: auto;
  }
}
*/

.main_inr .news .news_box{
    width: 100%;
    display: flex
        
}    
    
.main_inr .news .news_box dt.date{
    line-height: 1.6rem;
    width: 78px;
}    
    
.main_inr .news .news_box dt.date span{
}
/*main close*/

.aside_wrap .cm{
    margin-bottom: 55px;
}

.aside_wrap .aside_inr .aside_contents{
    width: 185px;
    height: 300px;
    text-align: center;
    background-color: #f0f0f0;
}

.aside_wrap .aside_inr .aside_contents li:first-child{
    padding-top: 10px;
}    

.aside_wrap .aside_inr .aside_contents li{
    padding: 3px;
}
    
.aside_wrap .aside_inr .aside_contents li img{
    width: 160px;
} 
/*aside close*/

.bottom{
    width: 640px;
    margin: 0 auto;
}

.bottom .flash_player_box{
    width: 640px;
    border-bottom: dotted #bfbfbf 0.2rem;
    padding: 10px 0;
    display: flex;
    white-space: nowrap;
    color: #333;
}

.bottom .flash_player_box p:first-child{
    width: 88px;
    height: 31px;
    display: flex;
    align-items: center;
    margin-right: 3px;
}
    
.bottom .flash_player_box p:nth-child(2){
    height: 31px;
    line-height: 1.3em;
    display: flex;
    align-items: center;
}
    
.bottom .flash_player_box p img{
    width: 88px;
    height: 31px;
}

.bottom .privacy{
    width: 640px;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 15px;
}

.bottom .privacy p a{
    color: #a0522d;
}

.bottom .privacy p{
}    
    
.bottom .privacy p::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    background-color: #000;
    margin: 0 1vw;
}

.bottom .privacy p:nth-child(2)::after{
    display: none;
}
/*borrom close*/
    
.footer_abobe{
    width: 700px;
    margin: 0 auto;
}

footer{
    width: 700px;
    margin: 0 auto;
    background-color: #996633;
    padding: 5px 0 25px;
}

footer .copy{
    text-align: center;
    color: #fff;
    font-family: Osaka, Geneva, Arial, sans-serif;
    font-size: 10px;
}

footer .copy p small{
    display: block;
    margin: 0 auto;
    font-size: 1.1em;
    padding-bottom: 5px
}
    
footer .copy .spbr p{
   font-weight: bolder;
    line-height: 1.4em;
}
/*footer close*/

}






/*sp*/ 
@media all and (max-width: 768px) {
    
.pc{display: none;}
.sp{display: block;}
    
body{
    min-width: 300px;
    width: 100vw;
}
    
.bg{
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

    
    
header{
    height: 50px;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.7);
}
    
.sp_header_inr{
    width: 100vw;
}
    
header .sp_header_inr .logo {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 10px;
}
    
header .sp_header_inr .logo a {
    width: auto;
}
    
header .sp_header_inr .logo img {
    width: 250px;
}
    
.sp_hero_img img{
    width: 100vw;
    margin-top: 60px;
}
/*sp seader close*/
    
/*
    .drawer-nav{
        width: 50vw;
    }
*/

.drawer-menu{
    width: 100%; 
    height: 60%;
    padding-top: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.drawer-menu li{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 1em;
}
    
.drawer-menu li::before{
    height: 19px;
    content:"＞";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    color: #ccc;
}
    
/*
.drawer-menu li::after{
    content:"";
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 35%;
    bottom: -10px;
}
*/
    
    
.drawer-menu li a{
    width: 100%;
    text-decoration: none;
    font-size: 1.5rem;
    color: #333;
}
    
.drawer-menu li a:hover{
    opacity: 0.7;
}
/*drawer_menu close*/

.wrapper{
    width: 93vw;
    margin: 0 auto;
    display: block;
}
    
.main_inr .subject{
    width: 100%;
    margin: 30px auto 0;
}
    
.main_inr .subject img{
    width: 100%;
    margin: 0 auto;
}

.main_inr .news{
    padding: 5px;
    margin: 30px 10px;
    color: #333;
    line-height: 1.3em;
}
    
.main_inr .news .new_logo{
    width: 100%;
    text-align: center;
}
    

.main_inr .news .news_box .date{
    margin: 10px 0;
    font-size: 1.2em;
}
    
    .main_inr .news .news_box .date span::before{
        content:"";
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #333;
        vertical-align: middle;
        margin-right: 5px;
    }
    
    .main_inr .news .news_box .date span::after{
        content:"";
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #333;
        vertical-align: middle;
        margin-left: 5px;
    }

.main_inr .news p{
    font-size: 1.2em;
    line-height: 1.5rem;
}
/*main close*/

.main_inr .news .news_title{
    font-size: 2rem;
    color: #b94047;
    display: flex;
    justify-content: center;
    margin: 1vw;
    padding: 10px 0;
}

.news_title::before{
    display: none;
}
    
.aside_wrap{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap-reverse;
}
    
.aside_wrap .cm{
    width: 100%;
    margin: 5vh 0;
    display: flex;
    justify-content: center;
}
    
.aside_wrap .aside_inr .aside_contents{
    text-align: center;
    background-color: #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: none;
    justify-content: center;
    box-sizing: border-box;
    padding: 3vh 0;
}

.aside_wrap .aside_inr .aside_contents li{
    width: 50%;
    padding: 10px 0;
}

.aside_wrap .aside_inr .aside_contents li img{
    width: 90%;
    }
    
.aside_wrap .aside_inr .aside_contents li a:hover{
   opacity: 0.7;
}
    
/*aside close*/

.bottom{
    width: 93vw;
    margin: 0 auto;
     font-size: 1.2em;
}

.bottom .privacy{
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
    
.bottom .privacy p{
    box-sizing: border-box;
    padding: 1vw;
    text-align: center;
    line-height: 1.3em;
    margin: 10px 0;
}
    
.bottom .privacy p span{
   display: block;
    
}    

.bottom .privacy p a{
    color: #996633;
}


.bottom .privacy p::after{
    display: none;
}
    
.footer_abobe{
    width: 100vw;
    margin: 0 auto;
}
    
.footer_abobe img{
    width: 100vw;
    margin: 0 auto;
}

footer{
    width: 100vw;
    margin: 0 auto;
    background-color: #996633;
    padding: 10px 0;
}
    
footer .copy{
    text-align: center;
    color: #fff;
}
    
footer .copy p small{
    display: block;
    margin: 5px auto;
}    
    
footer .copy .spbr{
    text-align: center;
     line-height: 1.4em;
}
    
footer .copy .sp_break{
    display: block;
}

/*footer close*/
}