@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background-color: #09213f;
  text-align: center;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  background-color: #09213f;
  box-sizing: border-box;
  font-size: 1.2rem;
}

header {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 112px;
}

h1 {
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.0rem;
}

h1 a {
  color: #fff;
}

.slider {
  width: 100%;
}

nav ul {
  display: flex;
  letter-spacing: 2px;
  margin-top: -15px;
}


nav ul li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 150px;
  text-align: center;
  color: #fff
}


nav ul li a:hover {
  opacity: 0.5;
}

section{
  margin-bottom: 120px;
}

h2{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0 50px;
}

.best{
  margin: 50px 0;
}

.item_frex{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.item01,.item02,.item03,.item04,.item05,.column{
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 10px 0 60px;
  padding-top: 10px;
}

.item img{
  text-align: center;
}


h3{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 1.8rem;
  padding: 15px 0;
}

p {
  line-height: 32px;
  letter-spacing: 1px;
  color: #333;
  padding-bottom: 20px;
}

p span{
  font-weight: 600;
  font-size: 1.4rem;
    padding-right: 5px;
}

.item01 img:hover {
  content: url("../img/beer01.png"); 
}

.item02 img:hover {
  content: url("../img/beer02.png"); 
}

.item03 img:hover {
  content: url("../img/beer03.png"); 
}

.item04 img:hover {
  content: url("../img/beer04.png"); 
}

.item05 img:hover {
  content: url("../img/beer05.png"); 
}

.btn01{
  background-color:#fff;
  width: 180px;
  padding: 20px;
  margin:auto;
  margin-bottom: 50px;
border-radius: 20px;
}

.btn01 a{
  color: #333;
}

.btn01 a:hover{
  opacity: 0.5;
}

.cotext{
  text-align: left;
  padding: 10px 30px;
}

.banner img{
  margin-bottom: 50px;
}

/* about */

.about{
  background-image: url(../img/about.webp);
  width: 1280px;
  height: auto;
  padding: 30px 0;
}

.abtittle{
  color: #09213f;
}

.full_line{
  width: 80%;
  height: 1px;
  background-color: #ffbd33;
  margin: 4rem auto;
}


/* footer */

footer {
  background-color: #050f22;
  height: 80px;
  padding-top: 44px;
  color: #ffffff;
  text-decoration: none;
}

footer nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

footer nav ul li a {
  color: #ffffff;
}

small {
  color: #fff;
  display: block;
  text-align: center;
}

/* contact */

.backimg{
  background-image: url(../img/kv04.jpg);
  margin-top: 30px;
}

.form_guide{
  color: #fff;
  margin-top: 40px;
}

.form_guide span {
  font-size: 1.4rem;
  background-color: #fff;
  color: #09213f;
  border-radius: 20px;
  padding: 6px 10px 6px 10px;
  font-size: 1.0rem;
}

.form_center {
  margin: 0 auto;
  text-align: left;
}

.form {
  margin: 0 auto;
  height: 620px;
  margin-bottom: 30px;
}

form textarea, .re_mail, #name, #mail, #tel {
  padding: 10px;
  margin: 15px;
  width: 400px;
  border: 1px solid #333;
}

.send {
  display: block;
  margin: 0 auto 50px;
  font-size: 1.4rem;
  padding: 8px 16px;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.send:hover {
  opacity: 0.8;
}

/* 1280 */
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

nav{
  justify-content: center;
  font-size: 1.0rem;
}

  nav ul li a {
    width: auto;
    margin: 0 5px;
  }

  .slider img{
    width: 100%;
    height: auto;
  }

  .item_frex{
    width: 100%;
  }

  h2{
    font-size: 1.8rem;
    margin: 20px 0 30px;
  }

  h3 {
    font-size: 1.2rem;
  }

  p{
    font-size: 1.0rem;
    line-height: 34px;
  }
  
  p span{
    font-size: 0.8rem;
  }

  .btn01 a{
    font-size: 1.0rem;
  }

  .column img{
    width: 50%;
    height: auto;
  }

  .about{
    width: 100%;
    background-image: url(../img/about_media.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about-block{
    padding: 30px;
  }


.form{
  height: auto;
}

.form_guide {
  color: #fff;
  margin: 30px 0 10px;
}

  form textarea, .re_mail, #name, #mail, #tel {
    margin: 18px;
    width: 370px;
  }

  .send {
    margin: 0 auto 40px;
  }
}


@media screen and (max-width: 768px) {

   .wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  header {
    height: 100px;
}

  h1 {
   font-size: 1.4rem;
   margin-bottom: 10px;
  }
  
 nav {
   font-size: 0.8rem;
  }

  nav ul{
    letter-spacing: 1px;
    justify-content: center;
  }

  h2 {
    font-size: 1.6rem;
  }

  .item_frex{
    grid-template-columns: repeat(2, 1fr);
  }
  
  .item_frex img{
    width: 50%; 
    height: auto; 
  }

  .btn01 {
  width: 140px;
  padding: 10px
  }

  .btn01 a{
    font-size: 0.8rem;
  }

  .banner img {
    width: 100%;
  }

   .backimg{
    background-image: url(../img/kv04_768.jpg);
  }


   form textarea, .re_mail, #name, #mail, #tel {
    margin: 6px;
    width: 100%
  }

  .form_guide{
    font-size: 0.8rem;
  }
  
  .form_guide span{
    font-size: 0.8rem;
  }
  
  .form {
    font-size: 0.8rem;
  }
  
  .send {
    font-size: 1.0rem;
  }

}



@media screen and (max-width: 480px) {

  header {
    display: block;
  }
  
  
  h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  h3{
    
    font-size: 1.0rem;
  }

  nav ul {
    font-size: 0.8rem;
    letter-spacing: 1px;
    justify-content: center;
  }

    p{
    font-size: 0.6rem;
    line-height: 34px;
  }
  
  p span{
    font-size: 0.5rem;
  }


    .backimg{
    background-image: url(../img/kv04_480.jpg);
  }

   form textarea, .re_mail, #name, #mail, #tel {
    margin: 6px;
    width: 80%
  }

  .cotext{
    padding: 10px;
  }
  

}

  





