@charset "utf-8";

/* レイアウト */
body{
    color: #1d140a;
    font-size: 87.5%;
    line-height: 1.5;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
img{
    border: 0;
}
a{
    color: #000;
}
header,nav,#breadcrumb,#contents,footer{
    margin:0 auto 0 auto;
}
header {
    display: flex;
    justify-content: space-between;
}
header h1{
    margin:0 0 0 90px;
}
header h1:hover {
    opacity: 0.6;
}
.social-list {
    display:flex;
    list-style-type: none;
    padding-right: 40px;
}
.social-list li {
    margin:0 5px;
}
#breadcrumb ul {
    display: flex;
    list-style-type: none;
}
#breadcrumb li:not(:last-of-type)::after {
    content: "›";
  margin: 0 .6em; 
  color: #160404;

}
nav ul {
    overflow: hidden;
    margin:0 0 20px 0;
    padding-left: 0;
    list-style-type: none;
}
nav ul li{
    float: left;
    width:210px;
}
nav ul li a {
    overflow: hidden;
    display: block;
    padding-top: 44px;
    height: 0;
}
nav ul li#nav_menu a {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
}
nav ul li#nav_concept a {
    background-image: url(../images/concept.png);
    background-repeat: no-repeat;
}
nav ul li#nav_contact a {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
}
#contents {
    overflow: hidden;
}
main {
    float: left;
    width: 570px;
    margin-top: 0;
}
footer {
    clear: both;
    padding-top: 70px;
}
iframe {
    
}
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #e7d532;
    }
}
address {
    padding-top: 15px;
    clear: both;
    display: inline-block;
    font-weight:bold;
    box-shadow: 0px 0px 0px 8px #a2dffe;
    border: dashed 1px #20ddeb;
    margin: 50px 0 50px 510px;
    padding: 5px 10px 5px 10px;
}
#copyright {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
#copyright small {
    font-size: 100%;
}
/* レイアウト */
/* 　index　　*/
#topbody {
    background-color: #e9e4cf;
}

#news ul{
    list-style: none;
    padding-left: 200px;
    margin: 0 40px 0 40px;
}
#news ul li{
    padding: 15px 0 20px 150px;
    border-bottom: 1px dotted #f70e95;
    color: #000;
    text-indent: -175px;
}
#news ul li time {
    display: inline-block;
    width: 175px;
    font-weight: bold;
    color: #000;
    text-indent: 0;
}
#news h2 {
    margin: 50px 0 0 220px;
}
.now {
    list-style: none;
}
.now img {
    width: 95%;
    margin: 0 50px 50px 50px;
}
#top_images {
    overflow: hidden;
}
#main{
    float: left;
    width: 80%;
}
#sub {
    float: right;
    width: 16%;
}
#sub img {
    padding:40px 0;
}
.bnr_inner dl dt a img:hover {
    opacity: 0.6;
}
/* 　index　　*/
/*   concept   */
.come {
    padding: 0 10%;
    margin: 0px auto;
}
#conceptbody {
    background-color: #1a91c4
}
.come {
    list-style: none;
}
#coment p {
    text-align: center;
    line-height: 6;
    font-size: large;
    font-weight: bold;
}
/*   concept   */
/*  menu  */
#menubody {
    background-color: #55811f;
}
#main h2 {
    color: #724525;
    font-size: 600%;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0 250px;
}
#toparea {
    text-align: center;
    margin: 53px 20px 0 290px;
}
#gyoza dl {
    display: flex;
}
#gyoza dl img {
    width: 300px;
    height: 200px;
    margin: 100px 15px 15px 15px;
}
#text dl dt {
    text-align: center;
    font-size: 206%;
    
}
#text dl dd {
    font-size: 170%;
    margin: 0 auto;
    padding-top: 19px;
    text-align: center;
}
.drink_box {
    display: flex;
}
.drink_box img {
    padding: 88px 30px 0 30px;
    width: 63%;
    margin: 0 50px;
}
.drink_box figcaption {
    text-align: center;
    font-size: large;
}
/*  menu  */
/*  contact  */
#contactbody {
    background-color: #c0906e;
}
.button12 {
    background-color: #fff;
    border: solid 2px #19703a;
    color: #191970;
    border-radius: 20px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1em;
    box-shadow: 0 5px 0 #191970;
    display: inline-block;
    transition: .3s;
  }
  .button12:hover {
    color: #191970;
    transform: translateY(5px);
    box-shadow: 0 0 0 #191970;
  }