@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* ホバーをPCでのみ有効
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #001A24;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #001A24;
}

/* 全国酒販協同組合連合会とは
--------------------------------------------------*/
/* 全国酒販協同組合連合会とは
--------------------------------------------------*/
main {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 60px;
  }
}

#about {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #F3F5F5;
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#about .about_inner .intro_text {
  max-width: 1000px;
  margin-bottom: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #about .about_inner .intro_text {
    margin-bottom: 40px;
    text-align: left;
  }
}
#about .about_inner .intro_text p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .about_inner .intro_text p {
    font-size: 1.6rem;
  }
}
#about .about_inner .intro_text .top {
  margin-bottom: 20px;
}
#about .about_inner .activitie {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #about .about_inner .activitie {
    margin-bottom: 40px;
  }
}
#about .about_inner .activitie .activitie_list {
  padding: 35px;
  background-color: #fff;
  border: solid 1px #00AEEF;
}
@media screen and (max-width: 768px) {
  #about .about_inner .activitie .activitie_list {
    padding: 20px;
  }
}
#about .about_inner .activitie .activitie_list li {
  font-size: 1.8rem;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about_inner .activitie .activitie_list li {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
#about .about_inner .activitie .activitie_list li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #00AEEF;
  border-radius: 100vh;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #about .about_inner .activitie .activitie_list li::before {
    width: 10px;
    height: 10px;
  }
}
#about .about_inner .activitie .activitie_list li:not(:last-child) {
  margin-bottom: 2px;
}
#about .about_inner .org-chart .org-chart_img {
  border: solid 1px #00AEEF;
}
#about .about_inner .org-chart a.org-chart_img {
  display: block;
}
@media screen and (max-width: 768px) {
  #about .about_inner .org-chart .zoom_text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #00AEEF;
    margin-top: 4px;
  }
  #about .about_inner .org-chart .zoom_text img {
    width: 12px;
  }
}

.pswp__icn {
  fill: var(--pswp-icon-color) !important;
  color: var(--pswp-icon-color-secondary);
}

/* アクセス
--------------------------------------------------*/
#access {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #access {
    margin-top: 40px;
  }
}
#access .flex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #access .flex {
    flex-direction: column;
    gap: 30px;
  }
}
#access .flex .wrap_map {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #access .flex .wrap_map {
    width: 100%;
    height: 220px;
  }
}
#access .flex .wrap_map iframe {
  width: 100%;
  height: 100%;
}
#access .flex .right {
  width: 52%;
}
@media screen and (max-width: 768px) {
  #access .flex .right {
    width: 100%;
  }
}
#access .flex .right .wrap_text {
  display: flex;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #EBECED;
  margin-bottom: 10px;
}
#access .flex .right .wrap_text p {
  font-size: 1.6rem;
}
#access .flex .right .wrap_text p:first-of-type {
  width: 50px;
  white-space: nowrap;
}
#access .flex .right .wrap_text:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #access .flex .right .btn {
    margin-inline: auto;
  }
}
#access .flex .right .btn::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 31%27><mask id=%27mask0%27 mask-type=%27alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2730%27 height=%2731%27><rect y=%270.5%27 width=%2730%27 height=%2730%27 fill=%27black%27/></mask><g mask=%27url(%23mask0)%27><path d=%27M6.25 26.75C5.5625 26.75 4.97396 26.5052 4.48438 26.0156C3.99479 25.526 3.75 24.9375 3.75 24.25V6.75C3.75 6.0625 3.99479 5.47396 4.48438 4.98438C4.97396 4.49479 5.5625 4.25 6.25 4.25H15V6.75H6.25V24.25H23.75V15.5H26.25V24.25C26.25 24.9375 26.0052 25.526 25.5156 26.0156C25.026 26.5052 24.4375 26.75 23.75 26.75H6.25ZM12.125 20.125L10.375 18.375L22 6.75H17.5V4.25H26.25V13H23.75V8.5L12.125 20.125Z%27 fill=%27black%27/></g></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 31%27><mask id=%27mask0%27 mask-type=%27alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2730%27 height=%2731%27><rect y=%270.5%27 width=%2730%27 height=%2730%27 fill=%27black%27/></mask><g mask=%27url(%23mask0)%27><path d=%27M6.25 26.75C5.5625 26.75 4.97396 26.5052 4.48438 26.0156C3.99479 25.526 3.75 24.9375 3.75 24.25V6.75C3.75 6.0625 3.99479 5.47396 4.48438 4.98438C4.97396 4.49479 5.5625 4.25 6.25 4.25H15V6.75H6.25V24.25H23.75V15.5H26.25V24.25C26.25 24.9375 26.0052 25.526 25.5156 26.0156C25.026 26.5052 24.4375 26.75 23.75 26.75H6.25ZM12.125 20.125L10.375 18.375L22 6.75H17.5V4.25H26.25V13H23.75V8.5L12.125 20.125Z%27 fill=%27black%27/></g></svg>");
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #access .flex .right .btn::after {
    width: 20px;
    height: 20px;
  }
}