@charset "UTF-8";

html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

.logo {
    width: 100px;
    margin-top: 14px;
}
#toggle{
  display: none;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}
.page-header {
    display: flex;
    justify-content: space-between;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Favicon_2_round{
  width: 300px;
  height: 300px;
  padding-top: 4px;
  margin-bottom: 20px;
}
#header{
  background-image: url("../images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home{
  background-image: url("Liquor/images/Liquorheader.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
}
#home .page-title{
  text-transform: none;
}
.home-content{
  text-align: center;
}
.home-content p{
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.page-title{
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-family: 'Philosppher' serif;
  text-transform: uppercase;
  font-weight: normal;
}
#menu a{
  color: #432;
}
#menu a:hover{
  color: #0bd;
}
#menu a{
  padding: 0.2em;
    margin: 0.5em;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
}
#menu p{
  font-weight: bold;
    line-height: 3em;
}
.grid {
    display: grid;
    vertical-align: middle;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid a{
    display: grid;
}
.grid p{
  font-weight: bold;
  margin: auto;
}
.grid img{
  margin: auto;
}
.item a{
  color: #432;
  margin-bottom: 20px;
}
.item a:hover{
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
　transform: translateY(-3px);
　transition: 0.3s;
  color: #CC6600;
}
.item p{
  display: inline-block;
  background-image: url("../images/sub_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #B1F9D0 solid;
}
footer {
    background-image: url("../images/header_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #000000;
    font-size: 0.875rem;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #0bd;
}
@media (max-width: 600px) {
  #header{
    background-image: url("../images/header_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-nav {
    font-size: 0.8rem;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.8);
}
.main-nav li {
    margin: 0 20px;
}
.news-contents {
  flex-direction: column;
    }
.page-header{
  align-items: center;
}
.main-nav{
    display: none;
  }
.main-nav li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background-image: url("../images/menu.jpg");
    color: #000;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 15px 0 15px;
    border-bottom: 1px solid #444;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;  width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
#home .page-title{
  font-size: 1.75rem;
}
.home-content p{
  font-size: 1rem;
}
.grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 0 0;
    padding: 0 0;
}
.item img{
  width: 150px;
  height: 150pX;
  object-fit: contain;
}
.item p{
   font-size: 10px;
   border: 1px #B1F9D0 solid;
}
article {
        width: 100%;
    }
aside {
        width: 100%;
    }
  .page-title{
      font-size: 2rem;
      font-family: 'Philosppher' serif;
      text-transform: uppercase;
      font-weight: normal;
    }
  }
