@charset "UTF-8";

html {
  font-size: 100%;
  background-color: #372b60;
  justify-content: center;
  max-width: 100%;
}

header{
  display:flex;
  justify-content: center;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal; 
  background-color: #372b60;
  justify-content: center;
  margin: 0 auto;
  padding: 0%;
} 

.border-top {
  border-top: 1.5px solid #372b60;
}

.wrapper {
  margin: 0 auto;
  font-size: 100%;
  justify-content: center;
  max-width: 1100px;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

h1 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight:500; 
  margin-bottom: 3%;
  line-height: 150%;
}

h2 {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight:700;
  margin-bottom: 3%;
  line-height: 150%;
}

h3 {
  font-size: clamp(15px, 2vw, 18px); 
  font-weight:700; 
  margin-bottom: 3%;
  line-height: 150%;
}

h4 {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 600;
  margin-bottom: 3%;
  line-height: 175%;
}

h5 {
  font-size: clamp(12px, 1.25%, 13px);
  font-weight: 400;
  margin-bottom: 3%;
  line-height: 150%;
}

h6 {
  font-size: clamp(10px, 1.15vw, 11px);
  font-weight: 400;
  margin-bottom: 3%;
  line-height: 150%;
}

p {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 400;
  margin-bottom: 3%;
  line-height: 175%;
}

b {
  /*font-size: clamp(14px, 1.4vw, 16px);*/
  font-weight: 700;
  margin-bottom: 3%;
  line-height: 175%;
}

a {
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover{
  color : #538490;
}

/*-------------------------------------------
header
-------------------------------------------*/
#header {
  display: flex;
  align-items: center;
}

/*-------------------------------------------
title & main copy
-------------------------------------------*/
#top {
  padding: 3%;
  background-color: #aab5cc;
  color: #372b60;
  justify-content: center;
  text-align: center;
}

#mainvisual {
  padding: 0.5% 3%;
  justify-content: center;
}

#title_1 {
  max-width: 90%;
  min-width: 70%;
  margin-top: 5%;
  margin-bottom: 5%;
}

#mainvisual-copy{
  max-width: 30%;
  min-width: 30px;
  margin-top: 3%;
  margin-bottom: 0%;
} 

#mainvisual-photo {
margin-top: rem;
margin-bottom: rem;
}

#mainvisual div {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#mainvisual h2 {
  color: #372b60;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

#mainvisual h3 {
  color: #372b60;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

#mainvisual p {
  color: #372b60;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

#mainvisual b {
  color: #372b60;
  justify-content: center;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-bottom: 0%;
}

#mainvisual h5 {
  color: #372b60;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

#mainvisual h6 {
  color: #372b60;
  justify-content: center;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

#mainvisual img {
  padding: 0 10%;
}

/*-------------------------------------------
lineups
-------------------------------------------*/

#lineups {
  padding: 0.5% 0%;
  /*padding: 0.5% 3%;*/
  justify-content: center;
}

#lineups h2{
  margin-bottom: 0%;
}

#lineups h6{
  font-weight: 600;
  justify-content: center;
  margin-bottom: 0%;
}

#lineups h5{
  font-weight: 600;
  justify-content: center;
  margin-bottom: 0%;
}

#lineups p{
  margin-top: 3%;
  margin-bottom: 0%;
}

#lineups .border-top{
  margin-bottom: 3%;
  margin-top: 3%;
}

.caution h6{
  margin-bottom: 0px;
  text-align: left;
  font-weight: 300;
  padding: 0% 0%;
}
/*-----------------取り扱い商品（list）--------------------*/
.twocols-container {
display: grid;
grid-template-columns: 1fr;
padding: 3% 0% 0% 0% ;
}
.twocols-container p{
text-align: left;
padding:0% 0%;
}
.twocols-container h5{
  text-align: left;
  padding: 0% 15%;
}

@media (min-width: 700px) {
  .twocols-container{
    grid-template-columns: 4fr 5fr;
  }
  .twocols-container p{
    text-align: left;
    padding:0% 15%;
  }
  .twocols-container h2{
    text-align: center;
    padding:5% 0% 0% 0%;
    }
}

@media (max-width: 700px) {
  .twocols-container h2{
    text-align: center;
    }
    .twocols-container p{
      text-align: left;
      padding: 0 15%;
    }
    .twocols-container h5{
      text-align: left;
      padding: 0 15%;
    }
}

@media (max-width: 430px) {
  .twocols-container p{
    text-align: left;
    padding:0 10%;
  }
  .twocols-container h5{
    text-align: left;
    padding:0  10%;
  }
}

.twocols img {
  padding: 0% 5%;
  margin-bottom: 3%;
}

/* 横幅と左右の余白 */
.w-container {
  width: min(92%, 1024px);
  margin: auto;
}

/*-------------------------------------------
ウィスキーの楽しみ方(How_to_enjoy_whiskey)
-------------------------------------------*/

#How_to_enjoy_whiskey {
  text-align:  center;
  color: #aab5cc;
  padding: 3%;
  .border-top {
    border-top: 1.5px solid #aab5cc;
  }
}

#How_to_enjoy_whiskey img{
  min-width: 200px;
  }

#How_to_enjoy_whiskey-copy {
  justify-content: center;
  text-align: left;
}

#How_to_enjoy_whiskey img {
  padding: 5%;
}

#How_to_enjoy_whiskey p {
  margin-top: 3%;
}

.twocols-container2 {
  display: grid;
  grid-template-columns: 1fr;
  padding: 3% 0%;
  }
  .twocols-container2 p{
  text-align: center;
  padding:5% 15%;
  padding-bottom: 0%;
  }
  .twocols-container2 h5{
    text-align: left;
    padding: 0% 5%;
    padding-top: -10%;
  }
  
  @media (min-width: 700px) {
    .whisky_title img{
      margin-bottom: -10%;
    }
  }
  @media (min-width: 700px) {
    .twocols-container2{
      grid-template-columns: 4fr 5fr;
    }
    .twocols-container2 p{
      text-align: left;
      padding:0%  15%;
    }
      .twocols-container2 h5{
        text-align: left;
        padding:0% 15%
      }
  }
  
  @media (max-width: 700px) {
    .twocols-container2 h5{
      text-align: left;
      padding: 0 15%;
    }
      .twocols-container2 p{
        text-align: left;
        padding:0 10%;
      }
    }
  
  
  @media (max-width: 430px) {
    .twocols-container2 h5{
      text-align: left;
      padding:0% 10%;
    }
  }
  
  .twocols img {
    padding: 0% 5%;
    margin-bottom: 3%;
  }
  
  /* 横幅と左右の余白 */
  .w-container {
    width: min(92%, 1024px);
    margin: auto;
  }

/*-------------------------------------------
直営店(stores)
-------------------------------------------*/
#stores {
  padding: 3%;
  justify-content: center;
  text-align: center;
  color: #aab5cc;
  margin-bottom: 10%;
  .border-top {
    border-top: 1.5px solid #aab5cc;
  }
}

#stores img{
  padding: 3% 0;
}

#stores h2 {
  color: #aab5cc;
  text-align: center;
}

#stores h4{
  padding: 0;
  margin-bottom: 1%;
}

#stores {
  justify-content: center;
  text-align: center;
}

.page_top_btn:hover {
  transition: color 0.3s;
  color: #538490;
  /*background: #aab5cc;*/
  }
  
  /*.content.white {
  height: 500px;
  background-color: #fff;
  }*/
  
  /*.content.gray {
  height: 500px;
  background-color: #eee;
  }*/

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background-color:  #538490;
  color: #372b60;
  text-align: center;
  padding: 10px;
}
#footer img {
  width: 30%;
  max-width: 240px;
  min-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer h6{
  margin-bottom: 10px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  .body {
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 0;
    margin: 0;
    text-align:center;
    }
  } 
  /*.header {
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 1%;
  }
  }＊/
}