@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 非表示（言語） */
#language > ul > li[data-value="ko"] {
  display: none !important;
}

.nl #language > ul > li[data-value="nl"],
.nl #language > ul > li[data-value="fr"],
.nl #language > ul > li[data-value="zh-cn"],
.nl #language > ul > li[data-value="zh-tw"],
.fr #language > ul > li[data-value="nl"],
.fr #language > ul > li[data-value="fr"],
.fr #language > ul > li[data-value="zh-cn"],
.fr #language > ul > li[data-value="zh-tw"],
.zh-cn #language > ul > li[data-value="nl"],
.zh-cn #language > ul > li[data-value="fr"],
.zh-cn #language > ul > li[data-value="zh-cn"],
.zh-cn #language > ul > li[data-value="zh-tw"],
.zh-tw #language > ul > li[data-value="nl"],
.zh-tw #language > ul > li[data-value="fr"],
.zh-tw #language > ul > li[data-value="zh-cn"],
.zh-tw #language > ul > li[data-value="zh-tw"] {
  display: block !important;
}

/* 非表示 */
.pc {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 auto;
  color: #000;
}

body.zh-cn {
  font-family: 'Noto Serif SC', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

body.zh-tw {
  font-family: 'Noto Serif TC', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  color: #000;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

#main_container {
  background-color: #fff;
  margin: 0 auto;
}

section > div {
  padding: 30px 0;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0;
}

h2 {
  font-size: 2rem;
  letter-spacing: .125em;
  text-indent: .25em;
  font-weight: 400;
  margin-left: -.25em;
}

h3 {
  font-size: 2rem;
  letter-spacing: .25em;
  text-indent: .25em;
  font-weight: 400;
  margin-left: -.25em;
}

/* 共通クラス */
.border {
  border-bottom: solid 3px #10094d;
}

.border2 {
  border-bottom: solid 1px #10094d;
}

.back-color-grey {
  background-color: #f0f0f0;
}

/* ヘッダー部分 */
header {
  background-color: #fff;
  height: 60px;
}

header.fixed {
  z-index: 1000;
  width: 100%;
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

header > div {
  display: flex;
  align-items: center;
  height: 60px;
}

header > div > .logo {
  padding-left: 15px;
  margin-bottom: 0;
  z-index: 10;
}

header > div > ul {
  padding-left: 15px;
  margin-bottom: 0;
}

header nav {
  pointer-events: none;
  opacity: 0;
  transition-duration: 1s;
}

header nav {
  border-top: 1px solid #10094d;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

header nav a {
  color: #10094d;
  font-weight: 500;
  font-size: 1.6rem;
}

header nav ul {
  margin-bottom: 0;
  position: relative;
}

header nav ul li {
  border-bottom: 1px solid rgba(16, 9, 77, 0.4);
  text-indent: 1em;
}

header nav ul li.shop img {
  margin-right: 8px;
  margin-top: -5px;
}

header nav ul li:last-of-type {
  border-bottom: 1px solid #10094d;
}

header nav ul li ul {
  display: none;
}

header nav a {
  display: block;
  padding: 15px;
  background-image: url("../image/common/index_next_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 1.5em;
}

header nav > div:nth-of-type(1) {
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: -44px;
  right: 0;
  z-index: 1;
}

#language {
  position: relative;
  z-index: 1001;
}

#language > div {
  background-image: url("../image/common/language_button_sp_open.png");
  background-repeat: no-repeat;
  width: 102px;
  height: 24px;
}

#language > ul {
  background-color: #fff;
  text-align: center;
  border: solid 1px #10094d;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.3rem;
  border-radius: 3px;
  position: absolute;
  width: 101px;
  line-height: 1.75;
  margin-top: -1px;
  white-space: nowrap;
  pointer-events: none;
}

#language > ul {
  opacity: 0;
  transition-duration: 1s;
}

#language > ul a {
  color: #10094d;
  pointer-events: none;
}

#language img {
  vertical-align: bottom;
}

/* ハンバーガーメニューアイコン */
#hamburger {
  background-color: #fff;
  cursor: pointer;
  height: 40px;
  width: 63px;
  z-index: 1;
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 5px;
}

#hamburger span {
  background: #10094d;
  display: block;
  height: 3px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 18px;
  width: 100%;
  width: calc(100% - 14px);
  margin-left: 7px;
}

#hamburger span::before,
#hamburger span::after {
  content: "";
  background-color: #10094d;
  position: absolute;
  height: 100%;
  width: 100%;
}

#hamburger span::before {
  margin-top: -10px;
}

#hamburger span::after {
  margin-top: 10px;
}

#wrapper.fixed::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 9999px;
  position: absolute;
  z-index: 2;
}

/* スライダー 部分 */
.slider > div > div {
  display: none;
}

.slider > div > div:first-of-type {
  display: block;
}

.slider > div.slick-initialized > div {
  display: block;
}

.slider {
  position: relative;
}

.slider .logo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  top: 0;
  transition-duration: 2s;
}

/* 一瞬縦並びになるのを解決 */
.slider > div {
  display: none;
}

.slider.slick-initialized > div {
  display: block;
}

#top .slider > div {
  display: block;
  visibility: hidden;
}

#top .slider > .slick-initialized {
  display: block;
  visibility: visible;
}

.slick-slide img {
  width: 100%;
}

.sake .slick-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 407px;
}

.sake .slick-slide img {
  width: auto;
  max-width: 320px;
  max-height: 407px;
}

.sake .slider {
  margin-top: 30px;
}

.slick-dots {
  margin-top: -40px !important;
}

.page-container ul.slick-dots {
  text-align: center;
}

.slick-dots li {
  width: 15px !important;
  height: 3px !important;
  background-color: #fff !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.slick-dots li.slick-active {
  background-color: #007feb !important;
}

.slick-dots li button {
  height: auto !important;
  padding: 0 !important;
}

.slick-dots li button:before {
  content: none !important;
}

.sake .slick-dots {
  margin-top: -20px !important;
}

.sake .slick-dots li {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff !important;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.sake .slick-dots li.slick-active {
  background-color: #bebebe !important;
}

.sake .slick-dots li button {
  height: auto !important;
  padding: 0 !important;
}

.sake .slick-dots li button:before {
  content: none !important;
}

/* ニュース 部分 */
#index_news {
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
  text-align: center;
}

#index_news .strong {
  font-weight: 700;
  font-size: medium;
}

#index_news > h2 {
  margin: 10px 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}

#index_news > h2::before, #index_news > h2::after {
  content: "";
  height: 1.8rem;
  width: 1px;
  background-color: #10094d;
  display: inline-block;
}

#index_news > h2::before {
  margin-right: 1em;
}

#index_news > h2::after {
  margin-left: 1em;
}

#index_news > div a:hover span:nth-of-type(1) {
  color: #fff;
  background-color: #10094d;
  transition-duration: .5s;
}

#index_news > div a > p {
  background-image: url("../image/common/index_next_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.5em;
  text-align: left;
  line-height: 2.4;
  white-space: nowrap;
}

#index_news > div span:nth-of-type(1) {
  border: 1px solid #bebebe;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  color: #7f7f7f;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#index_news > div span:nth-of-type(2) {
  display: block;
  margin-right: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#index_news > div time {
  letter-spacing: 1px;
  min-width: 120px;
  display: inline-block;
  margin-right: .5em;
}

#index_news > p:nth-of-type(1) {
  margin-top: 2rem;
}

#index_news > p:nth-of-type(2) {
  margin-top: 30px;
  text-indent: 2em;
}

#index_news > p:nth-of-type(2)::after {
  content: url("../image/common/index_next_icon.png");
  margin-left: 1em;
}

.zh-cn #index_news > div span:nth-of-type(1) {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #index_news > div span:nth-of-type(1) {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

/* コンテンツ 部分 */
.index-container {
  text-align: center;
}

.index-container h2 {
  margin: 20px 0 50px 0;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.index-container > h2 img {
  width: 80%;
}

.index-container figure {
  text-align: center;
}

.index-container p {
  padding: 10px 5% 5%;
  max-width: calc(657px + 5% + 5%);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.index-container figcaption {
  color: #707070;
  font-size: medium;
  margin-top: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 0 !important;
}

.index-container-under {
  padding: 0 20px;
}

.index-container-under a:hover {
  color: #cba54f;
}

.index-container-under small {
  font-size: 100%;
}

.index-container-under > div {
  border: 1px solid #cba54f;
  padding: 20px 30px;
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-width: 657px;
  margin-left: auto;
  margin-right: auto;
}

.index-container-under > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.index-container-under > div > ul > li {
  margin-left: 2em;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: 2em;
}

.index-container-under > div > ul > li::before {
  content: "▪";
  font-size: 1.5rem;
  margin-left: -1em;
}

.index-container-under > div > ul > li > ul > li {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: -1.5rem;
  margin-left: 3rem;
}

.index-container-under > div > ul > li > ul > li::before {
  content: "・";
  font-size: 1.5rem;
}

.index-container-under > div > ul > li > ul > li:last-of-type {
  margin-bottom: 0;
}

.index-container-under > div > p {
  margin-top: 1rem;
}

#page .index-container-under {
  padding: 0 5%;
}

#page .index-container-under > div {
  max-width: 100%;
}

/* リンクボタン */
.button {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: solid 1px #10094D;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 200px;
  min-height: 40px;
  line-height: 40px;
  color: #10094d;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button:hover {
  opacity: .5;
}

.button figure {
  border-radius: 5px;
}

.button figcaption {
  color: #10094d;
  margin-top: 8px;
  min-height: 21px;
}

.button img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#top .button {
  width: 235px;
}

.zh-cn .button {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw .button {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button2,
.button3 {
  color: #fff;
  background-color: #10094d;
  min-width: 160px;
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  text-align: center;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  min-width: 208px;
}

.button2:hover,
.button3:hover {
  color: #fff;
  opacity: .5;
}

.zh-cn .button2,
.zh-cn .button3 {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw .button2,
.zh-tw .button3 {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button3 {
  border: solid 1px #cba54f;
  line-height: 38px;
  min-height: 38px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #10094d;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #10094d transparent transparent;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.button4 {
  min-width: 130px;
  height: 40px;
  border: solid 2px #ccc;
  border-radius: 4px;
  display: inline-block;
  color: #716C6C;
  background-image: url("../image/common/triangle.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.button5 {
  min-width: 260px;
  height: 48px;
  border: solid 1px #95989A;
  border-radius: 4px;
  display: inline-block;
  color: #10094d;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.button5 i {
  margin-right: 15px;
}

#index_link {
  text-align: center;
}

#index_link a {
  margin: 10px 0;
}

#index_link a.button {
  line-height: 1.2;
  margin-left: 2px;
  margin-right: 2px;
}

#index_link figure {
  margin-bottom: .5rem;
}

/* 販売店・飲料店 */
#index_link02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #10094d;
  padding-bottom: 80px;
}

#index_link02 > h2 {
  margin: 0 0 10px;
  border-bottom: 1px solid #10094d;
  padding-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 0;
  padding: 0 .5em 15px;
  font-size: 2.4rem;
  font-weight: 500;
}

#index_link02 > h3 {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
  font-weight: 500;
}

#index_link02 > h3 span {
  display: block;
  font-size: medium;
  letter-spacing: 0;
  text-indent: 0;
  widht: 100%;
}

#index_link02 > div a {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}

#index_obi_image {
  overflow: hidden;
}

#index_obi_image .sliding {
  background-image: url("../image/top/index_obi.png");
  background-repeat: repeat-x;
  height: 110px;
  width: calc(1243px * 2);
}

#index_obi_image .sliding {
  animation: slide 60s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1243px, 0, 0);
  }
}

/* インフォメーション 部分 */
#index_info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}

#index_info > div:nth-of-type(1) h2 {
  margin: 30px 0;
  font-weight: 500;
  letter-spacing: 1px;
}

#index_info > div:nth-of-type(1) a {
  color: #000;
}

#index_info > div:nth-of-type(1) > ul {
  text-align: left;
}

#index_info > div:nth-of-type(1) > ul > li {
  width: auto;
  padding: 15px 0;
  border-bottom: solid 1px #cdd6dd;
  letter-spacing: 1px;
  background-image: url("../image/common/index_next_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}

#index_info > div:nth-of-type(2) {
  margin-top: 50px;
}

#index_movie {
  padding-bottom: 40px;
  margin-top: -20px;
}

#index_movie > div {
  margin: 0 5%;
}

#index_movie > div a {
  display: block;
  margin-bottom: 20px;
}

#index_movie figcaption {
  margin-top: 5px;
  font-size: 1.4rem;
}

/* フッター サイトマップ 部分 */
footer {
  background-color: #fff;
  position: relative;
  border-top: 3px solid #10094d;
}

footer #pagetop {
  transition-duration: 1s;
  position: absolute;
  z-index: 100;
  right: 15px;
  top: -53px;
}

footer #pagetop a {
  width: 50px;
  height: 50px;
  display: block;
}

footer #pagetop.fixed {
  position: fixed;
  bottom: 30px;
  top: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  z-index: 100;
}

footer > div:nth-of-type(3) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 30px;
}

footer > div:nth-of-type(3) a {
  margin: 5px 15px;
}

footer > div:nth-of-type(3) a.shop img {
  margin-top: -5px;
  margin-right: 8px;
}

footer > div:nth-of-type(4) {
  color: #cdd6dd;
  background-color: #10094d;
  text-align: center;
  padding: 1.5rem 5% 1.5rem;
  font-size: 1.2rem;
}

footer > div:nth-of-type(4) a {
  color: #fff;
  margin: 0 15px;
}

footer > div:nth-of-type(4) address {
  margin-top: 2rem;
  color: #fff;
  font-size: .9rem;
  padding-right: 100px;
}

footer > div:nth-of-type(4) > div:last-of-type {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

footer > div:nth-of-type(4) > div:last-of-type a {
  margin: 0 5px;
}

footer > div:nth-of-type(4) > div:last-of-type a:last-of-type {
  margin-right: 10px;
}

#accordion {
  width: 90%;
  margin: 50px auto 30px auto;
}

#accordion > div > span:first-of-type {
  display: block;
  position: relative;
  padding: 15px 15px 15px 40px;
  font-size: 2rem;
  color: #10094d;
  background-color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 500;
}

#accordion > div > span:first-of-type.open {
  color: #10094d;
  border-bottom: 1px solid #10094d;
}

#accordion > div > span:first-of-type::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38%;
  transition: all .2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #10094d;
  border-right: solid 1px #10094d;
  transform: rotate(135deg);
}

#accordion > div > span:first-of-type.open::after {
  transform: rotate(-45deg);
  top: auto;
  bottom: 38%;
}

#accordion > div:not(:last-of-type) > span:first-of-type {
  border-bottom: 1px solid #10094d;
  font-weight: 500;
}

#accordion > div > span:first-of-type + ul {
  display: none;
  padding-left: 40px;
  margin-bottom: 30px;
}

#accordion > div > span:first-of-type + ul > li:first-of-type {
  margin-top: calc(1rem + 10px);
}

#accordion > div > span:first-of-type + ul li {
  margin: 1rem 0;
}

#accordion > div > span:first-of-type + ul a {
  color: #10094d;
  display: block;
  font-weight: 500;
}

#accordion > div > span:first-of-type + ul > li > ul {
  margin: -10px 0;
  display: flex;
}

#accordion > div > span:first-of-type + ul > li > ul li + li {
  margin-left: 20px;
  position: relative;
}

#accordion > div > span:first-of-type + ul > li > ul li + li::before {
  content: "";
  height: 1.4rem;
  position: absolute;
  width: 1px;
  background: #10094d;
  left: -10px;
  top: 4px;
}

#accordion > div > span:first-of-type + ul dl {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-areas: "japan japan-drink"
 "japan japan-buy"
 "overseas overseas-drink"
 "overseas overseas-buy";
}

#accordion > div > span:first-of-type + ul dl dt {
  color: #10094d;
  font-weight: 400;
  margin-right: 1.5em;
}

#accordion > div > span:first-of-type + ul dl dt:nth-of-type(1) {
  grid-area: japan;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

#accordion > div > span:first-of-type + ul dl dt:nth-of-type(2) {
  grid-area: overseas;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
}

#accordion > div > span:first-of-type + ul dl dd {
  margin-bottom: 1rem;
}

#accordion > div > span:first-of-type + ul dl dd:nth-of-type(1) {
  gird-area: japan-drink;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

#accordion > div > span:first-of-type + ul dl dd:nth-of-type(2) {
  gird-area: japan-buy;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

#accordion > div > span:first-of-type + ul dl dd:nth-of-type(3) {
  gird-area: overseas-drink;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}

#accordion > div > span:first-of-type + ul dl dd:nth-of-type(4) {
  gird-area: overseas-buy;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}

/* 下層ページ */
article h2,
article h3 {
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.5rem;
}

article .index-container-under {
  margin-bottom: 70px;
}

#breadcrumbs {
  color: #040026;
  background-color: rgba(240, 243, 245, 0.9);
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

#breadcrumbs a {
  color: #040026;
}

#breadcrumbs ol {
  display: flex;
  margin-bottom: 0;
  list-style-type: none;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#breadcrumbs ol li:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
}

#breadcrumbs ol li:not(:last-of-type)::after {
  content: " / ";
  margin-left: .5em;
  margin-right: .75em;
}

#hero {
  position: relative;
}

#hero figure {
  margin-bottom: 0;
}

#hero img {
  width: 100%;
}

#hero h1:not(.image) {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 2px;
  font-weight: 500;
}

#hero h1 > span {
  background-color: #fff;
  display: inline-block;
  padding: .5em 2em;
}

#hero h1 img {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 108px;
  max-width: 30%;
}

#hero h1.image {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
}

#hero h1.image > span {
  margin: auto;
  font-size: medium;
  color: #707070;
  letter-spacing: 1px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

#hero h1 img {
  margin-bottom: 10px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  max-width: 50%;
}

/* 大七酒造について / 安全と環境への取り組み */
#page.about.csr #head {
  margin: 30px 0;
}

#page.about.csr #head .page-columns div:nth-of-type(1) {
  margin-bottom: 30px;
}

#page.about.csr #head h2 {
  color: #040026;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.about.csr #head ul {
  width: 360px;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

#page.about.csr #head ul li {
  width: 360px;
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
  text-indent: .5em;
}

#page.about.csr #head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}

#page.about.csr #head ul span::after {
  content: "＞";
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
  top: -4px;
  right: 10px;
  position: absolute;
  font-weight: 700;
}

#page.about.csr #head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

.zh-cn #page.about.csr #head h2,
.zh-cn #page.about.csr #head ul {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.about.csr #head h2,
.zh-tw #page.about.csr #head ul {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

/* 大七の酒造りの思想 */
#page.ideals .page-container {
  text-align: center;
}

#page.ideals .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin-bottom: -1px;
}

#page.ideals .page-container > div:first-of-type h2 {
  background-color: #fff;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 0;
}

#page.ideals .page-container > div:first-of-type h3 {
  background-color: #f0f0f0;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.ideals .page-container > div:first-of-type h2 > span,
#page.ideals .page-container > div:first-of-type h3 > span {
  border: none;
  background-color: transparent;
}

#page.ideals .page-container div:nth-of-type(2) {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#page.ideals .page-container a {
  text-decoration: underline;
  color: #02369a;
}

#page.ideals .page-container ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding: 0 20px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9;
}

#page.ideals .page-container ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

#page.ideals .page-container ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
}

#page.ideals .page-container img.border {
  border: none;
}

#kobokun_head {
  margin-bottom: 50px;
}

#kobokun_head h1 {
  margin: 50px 0;
  text-align: center;
}

#kobokun_head ul {
  max-width: 360px;
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#kobokun_head ul li {
  width: 360px;
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
}

#kobokun_head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

#kobokun_head ul span::after {
  content: url("../image/common/v.svg");
  position: absolute;
  right: 10px;
  top: 5px;
  width: 23px;
  height: 26px;
}

#kobokun_head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

.zh-cn #kobokun_head ul h2 {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #kobokun_head ul h2 {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#kobokun_detail_head img:first-of-type {
  padding: 0 40px;
}

#kobokun_detail_head h1 {
  text-align: center;
  margin: 30px 0;
}

#award_head,
#episode_head,
#henpei_head {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 5%;
}

#award_head ul,
#episode_head ul,
#henpei_head ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  max-width: calc(970px + 8em);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

#award_head ul li,
#episode_head ul li,
#henpei_head ul li {
  width: 100%;
  padding: 0 1em;
  margin: 10px 0;
  text-align: center;
}

#award_head ul span,
#episode_head ul span,
#henpei_head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

#award_head ul span::before,
#episode_head ul span::before,
#henpei_head ul span::before {
  content: "▪";
  font-size: 1.5rem;
  margin-left: -1em;
}

#award_head ul a:hover span,
#episode_head ul a:hover span,
#henpei_head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

#award_head ul {
  max-width: 890px;
}

.read {
  max-width: 890px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 30px auto;
  font-size: 1.6rem;
  padding: 0 5%;
  font-weight: 400;
}

.back {
  margin-top: -60px;
  margin-bottom: 30px;
  text-align: center;
}

.page-columns > div {
  overflow: scroll;
}

.page-columns.company:nth-of-type(2) {
  margin-bottom: 40px;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(1) {
  text-align: center;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(1) img {
  max-width: 150px;
  margin-bottom: 20px;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(2) {
  text-align: center;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 2.6rem;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 1.5rem;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(3),
.page-columns.company:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(4) {
  font-size: 1.6rem;
  margin: 20px 0;
}

.page-columns.company:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(3) {
  font-weight: 400;
}

.page-columns.company:nth-of-type(4) h3 {
  max-width: calc(890px - 10% + 20px + 20px);
  margin-left: auto;
  margin-right: auto;
}

.page-columns.company:nth-of-type(4) h3 > span {
  font-size: 1.5rem;
  color: #000;
  background-color: #f0f0f0;
  text-align: center;
  text-indent: 0;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
}

.page-columns.company:nth-of-type(4) p {
  text-align: center;
}

.page-columns .slider > div {
  visibility: visible;
}

.page-container {
  max-width: 890px;
  margin: 0 auto 40px;
  padding: 0 5%;
  /* 超扁平精米 */
  /* 酒造りの技、大七の酒造りをもっと知る */
}

.page-container:first-of-type {
  margin-top: 30px;
}

.page-container h2,
.page-container h3 {
  padding: 0px 20px;
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.page-container section {
  margin-bottom: 40px;
}

.page-container section > div {
  padding: 0;
}

.page-container > div:first-of-type > h2,
.page-container > div:first-of-type > h3 {
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: -1px;
  text-indent: 0;
}

.page-container > div:first-of-type > h2 > span,
.page-container > div:first-of-type > h3 > span {
  padding: 1em 1.5em;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #000;
  border: 1px solid #10094d;
  display: inline-block;
  white-space: nowrap;
  min-width: 130px;
}

.page-container > div:nth-of-type(2) {
  border: 1px solid #000;
}

.page-container > div:nth-of-type(2) ~ div {
  margin-top: -1px;
  border: 1px solid #000;
}

.page-container > div:first-of-type h2 + h3 {
  margin: 0 0 -1px;
}

.page-container p {
  margin: 30px 0;
  padding: 0 20px;
  text-align: left;
}

.page-container ul,
.page-container ol {
  text-align: left;
}

.page-container dl {
  margin: 30px 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.page-container dl dt {
  color: #10094d;
  font-weight: 400;
  width: 50px;
  margin-right: 10px;
}

.page-container dl dd {
  width: calc(100% - 60px);
  margin-bottom: 30px;
}

.page-container .read {
  padding: 0;
}

.page-container .back-color-grey {
  margin-bottom: 0;
}

.page-container > div:nth-of-type(2).back-color-grey {
  background-color: #f0f0f0;
}

.page-container figure {
  text-align: center;
  padding: 0 20px;
  margin: 20px 0;
  background-color: #fff;
  display: inline-block;
}

.page-container figure + br + figure {
  margin-top: 0;
}

.page-container figure + p {
  margin-top: 0;
}

.page-container figcaption {
  color: #000;
  font-size: small;
  margin-top: 10px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-container .back-color-grey figure {
  background-color: transparent;
}

.page-container .indent-box {
  text-align: center;
  background-color: #fff;
}

.page-container .indent-box h4 {
  font-weight: 400;
  padding: 0 30px;
  font-size: 1.6rem;
}

.page-container .indent-box > div {
  display: inline-block;
  text-align: left;
  padding: 20px 0;
}

.page-container .indent-box p {
  font-size: 1.5rem;
  letter-spacing: -1px;
}

.page-container .slider > div {
  visibility: visible;
}

.page-container .slick-slider {
  margin: 30px 0;
  padding: 0 20px;
}

.page-container .slick-slider figure {
  padding: 0;
  margin: 0;
}

.page-container .slick-dots {
  margin-top: -45px !important;
}

.page-container .slick-dots li.slick-active {
  background-color: #babcbe !important;
}

.page-container.chain {
  position: relative;
}

.page-container.chain::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.page-container .more {
  background-color: #f0f0f0;
  padding: 15px 0;
}

.page-container .more > p:first-of-type {
  border: 1px solid #707070;
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  margin: 0 20px;
}

.page-container .more > p:first-of-type::after {
  content: "";
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
  margin: 0 0 3px 10px;
}

.page-container .more.open > p:first-of-type::after {
  transform: rotate(-45deg);
  margin-bottom: -3px;
}

.page-container .more > p + div {
  display: none;
}

.page-container .more.open {
  padding-bottom: 0;
}

.page-container.henpei h2 {
  padding: 0;
}

.page-container.kimoto img.border, .page-container.ideals img.border {
  border: 1px solid #707070;
}

.page-container.kimoto h2, .page-container.ideals h2 {
  padding: 0;
}

.page-container.kimoto h2 > span, .page-container.ideals h2 > span {
  font-size: 1.5rem;
}

.page-container.kimoto h3, .page-container.ideals h3 {
  padding: 0;
}

.page-container.kimoto h3 > span, .page-container.ideals h3 > span {
  font-size: 1.5rem;
}

.page-container.kimoto h2 + h3, .page-container.ideals h2 + h3 {
  margin-top: -1px;
}

.page-container.ideals a {
  text-decoration: underline;
  color: #02369a;
}

.page-container.episode h2 {
  font-size: 1.5rem;
  padding: 0;
}

.page-container.episode h3 {
  padding: 0;
}

.page-container.episode h2 + h3 {
  margin-top: -1px;
}

.page-container.episode figure {
  padding: 0 60px;
}

.page-container.episode p {
  padding: 0 60px;
}

/* 大七酒造について / 会社概要 */
#page.about.company article .read {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

#page.about.company article .google-map iframe {
  height: 183px;
  vertical-align: bottom;
  width: calc(100% - 1px);
}

#page.about.company article > div:nth-of-type(2) {
  margin-bottom: 40px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(1) {
  text-align: center;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(1) img {
  max-width: 150px;
  margin-bottom: 20px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) {
  text-align: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 2.6rem;
  margin-bottom: 0;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(3),
#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(4) {
  font-size: 1.6rem;
  margin: 20px 0;
  text-align: left;
  padding: 0 5%;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(3) {
  font-weight: 400;
}

#page.about.company article > div:nth-of-type(3) {
  max-width: 890px;
}

#page.about.company article > div:nth-of-type(3) > div:nth-of-type(2) {
  padding: 0;
  border-color: #10094d;
}

#page.about.company article > div:nth-of-type(4) {
  margin: 0 auto 50px;
  max-width: 890px;
}

#page.about.company article > div:nth-of-type(4) h3 {
  margin-left: auto;
  margin-right: auto;
}

#page.about.company article > div:nth-of-type(4) h3 > span {
  font-size: 1.5rem;
  color: #000;
  background-color: #f0f0f0;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  margin: 0 5% 20px;
  padding: 10px 0;
}

#page.about.company article > div:nth-of-type(4) p {
  text-align: left;
  padding: 0 calc(5% + .5em);
}

/* 大七酒造について / 大七の歴史 */
#page.about.history a.popup {
  color: #cba54f;
}

#page.about.history a.popup span {
  font-size: 1.1rem;
}

#page.about.history .popup-text {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 3;
}

#page.about.history .popup-text > div {
  border: 1px solid #cba54f;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 890px;
  bottom: 100px;
  left: 0;
  right: 0;
  padding: 30px 0;
  margin: 0 5%;
}

#page.about.history .popup-text h4 {
  text-align: center;
  margin: 30px 0;
  font-size: 2.1rem;
  font-weight: 500;
}

#page.about.history .popup-text #close {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 12px;
}

#page.about.history .page-container {
  text-align: center;
}

#page.about.history .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin-bottom: -1px;
}

#page.about.history .page-container > div:first-of-type h3 {
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 0;
}

#page.about.history .page-container > div:first-of-type h3 > span {
  border: none;
}

#page.about.history .page-container div:nth-of-type(2) {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#page.about.history article p {
  font-size: 1.6rem;
}

#page.about.history article > div:nth-of-type(3) .more .back-color-grey {
  padding: 0 20px 20px;
}

#page.about.history article > div:nth-of-type(4) > div:nth-of-type(n+2) figure + p:nth-of-type(1) {
  font-size: 1.8rem;
  margin: 25px 0 -10px;
  text-align: center;
}

#page.about.history article > div:nth-of-type(4) > div:nth-of-type(2) ~ .back-color-grey {
  padding: 0;
}

#page.about.history article > div:nth-of-type(5) > div:nth-of-type(n+2) figure + p:nth-of-type(1) {
  font-size: 1.8rem;
  margin: 25px 0 -10px;
}

#page.about.history article > div:nth-of-type(5) > div:nth-of-type(2) ~ .back-color-grey {
  padding: 0;
}

/* 酒造りの技 / 生酛造り */
#page.waza.kimoto article .page-container {
  text-align: center;
}

#page.waza.kimoto article .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin-bottom: -1px;
}

#page.waza.kimoto article .page-container > div:first-of-type h2 {
  background-color: #f0f0f0;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 0;
}

#page.waza.kimoto article .page-container > div:first-of-type h3 {
  background-color: #fff;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.waza.kimoto article .page-container > div:first-of-type h2 > span,
#page.waza.kimoto article .page-container > div:first-of-type h3 > span {
  border: none;
  background-color: transparent;
}

#page.waza.kimoto article .page-container div:nth-of-type(2) {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#page.waza.kimoto article .page-container .read {
  text-align: left;
}

#page.waza.kimoto article .page-container a {
  color: #007feb;
  font-size: 1.6rem;
}

#page.waza.kimoto article .page-container h2 > span {
  background-color: #f0f0f0;
}

#page.waza.kimoto article .page-container h3 > span {
  background-color: #fff;
}

#page.waza.kimoto article .page-container h2 + div,
#page.waza.kimoto article .page-container h3 + div {
  background-color: #fff;
}

#page.waza.kimoto article .page-container h4 {
  font-size: 1.5rem;
  background-color: #f0f0f0;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

#page.waza.kimoto article .page-container ol.process {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

#page.waza.kimoto article .page-container ol.process li {
  border: 1px solid #10094d;
  width: 185px;
  padding: 30px;
  text-indent: 0;
  position: relative;
  margin-bottom: 50px;
}

#page.waza.kimoto article .page-container ol.process li::before {
  content: none;
}

#page.waza.kimoto article .page-container ol.process li:not(:last-of-type)::after {
  content: "";
  background-image: url("../image/waza/next.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  margin: auto;
  transform: rotate(90deg);
  left: 0;
  right: 0;
}

/* 酒造りの技 / 超扁平精米 */
#page.waza.henpei article .page-container table {
  text-align: center;
  margin-left: 20px;
}

#page.waza.henpei article .page-container table th,
#page.waza.henpei article .page-container table td {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  font-weight: 400;
  padding: 10px 5px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  min-width: 160px;
}

#page.waza.henpei article .page-container table tr:first-of-type th {
  background-color: #dcdcdc;
}

#page.waza.henpei article .page-container table th {
  font-weight: 500;
  font-size: large;
}

#page.waza.henpei article .page-container table td {
  font-size: large;
}

#page.waza.henpei article .page-container table tr *:not(:last-of-type) {
  border-right: solid 1px #000;
}

#page.waza.henpei article .page-container table th:first-of-type {
  border-right: solid 1px #000;
}

#page.waza.henpei article .page-container table + small {
  text-align: left;
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin-left: 20px;
}

.zh-cn #page.waza.henpei article .page-containar table th,
.zh-cn #page.waza.henpei article .page-containar table td {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.waza.henpei article .page-containar table th,
.zh-tw #page.waza.henpei article .page-containar table td {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

/* 酒造りの技 / 無酸素充填システム */
#page.waza.bottle article h3 span {
  display: inline-block;
  border: solid 1px #000;
  padding: 5px 10px;
  text-indent: 0;
}

#page.waza.bottle article ol {
  list-style-type: none;
  padding-right: 40px;
  text-align: center;
  font-weight: 500;
}

#page.waza.bottle article ol li {
  background-color: #f0f0f0;
  padding: 1em 20px;
  margin: 40px 40px;
  position: relative;
  min-height: 74px;
}

#page.waza.bottle article ol li:not(:last-of-type)::before {
  content: url("../image/waza/v.svg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

#page.waza.bottle article ol li:nth-of-type(3) {
  padding: 1.5em 20px;
}

#page.waza.bottle article ol li:nth-of-type(3) img {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#page.waza.bottle article ol li:nth-of-type(3) span {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  display: flex;
  align-items: center;
}

#page.waza.bottle article ol li:nth-of-type(3) span::before {
  content: url("../image/waza/v.svg");
}

#page.waza.bottle article ol li:nth-of-type(3) span::after {
  content: url("../image/waza/v.svg");
  transform: rotate(180deg);
}

/* コーボくんの旅 */
#page.kobokun article .page-container {
  max-width: 800px;
}

#page.kobokun article .page-container h2 {
  border: 1px solid #707070;
  border-width: 1px 0 1px 0;
  text-align: left;
  text-indent: 0;
  padding: 10px 0;
}

#page.kobokun article .page-container ul {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

#page.kobokun article .page-container ul span {
  color: #10094d;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 5px;
}

#page.kobokun article .page-container ul span span {
  font-size: 1rem;
  position: absolute;
  top: 5px;
  left: 0;
}

#page.kobokun article .page-container li {
  text-indent: .5em;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 50px;
  font-size: 1.4rem;
  font-weight: 700;
}

#page.kobokun article .page-container li > span {
  margin-right: 2em;
}

#page.kobokun article .page-container li a {
  position: absolute;
  right: 0;
}

#page.kobokun article .page-container li a::after {
  content: "＞";
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  padding-left: 30px;
  padding-right: 10px;
}

#page.kobokun article .page-container li a button {
  display: none;
}

#page.kobokun-detail article .page-container .index, #page.kobokun-detail article .page-container .prev, #page.kobokun-detail article .page-container .next {
  color: #040026;
  width: 150px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

#page.kobokun-detail article .page-container .prev, #page.kobokun-detail article .page-container .next {
  width: 70px;
  font-size: 1.4rem;
}

#page.kobokun-detail article .page-container .index {
  background-image: none;
}

#page.kobokun-detail article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 10% center;
}

#page.kobokun-detail article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
}

#page.kobokun-detail article .page-container .index a, #page.kobokun-detail article .page-container .prev a, #page.kobokun-detail article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.kobokun-detail article .page-container .index a {
  color: #040026;
}

#page.kobokun-detail article .page-container .prev a, #page.kobokun-detail article .page-container .next a {
  color: #10094d;
}

#page.kobokun-detail article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.kobokun-detail article .page-container > div:nth-of-type(1),
#page.kobokun-detail article .page-container > div:nth-of-type(2),
#page.kobokun-detail article .page-container > div:nth-of-type(2) ~ div {
  border: none;
  margin-top: 0;
}

#page.kobokun-detail article .page-container figure img {
  max-width: 480px;
  width: 100%;
}

#page.kobokun-detail article .page-container figcaption {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

#page.kobokun-detail article .page-container h2 {
  border: none;
  color: #090059;
  font-size: 2rem;
  position: relative;
  padding-bottom: 100px;
}

#page.kobokun-detail article .page-container h2 span {
  color: #10094d;
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

#page.kobokun-detail article .page-container h2::after {
  content: "";
  background-image: url("../image/kobokun/detail_h2_icon.png");
  width: 35px;
  height: 29px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}

#page.kobokun-detail article .page-container th {
  white-space: nowrap;
  padding-right: 30px;
  vertical-align: top;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

#page.kobokun-detail article .page-container td {
  padding-bottom: 3em;
  width: 100%;
  display: block;
}

#page.kobokun-detail article .page-container td figure {
  text-align: left;
}

#page.kobokun-detail article .page-container > div:last-of-type {
  text-align: center;
  margin-top: 50px;
}

#page.kobokun-detail article .page-container > div:last-of-type a {
  margin-left: 5px;
  margin-right: 5px;
}

/* 大七の酒 */
#page.sake-index article .read {
  text-align: center;
}

#page.sake-index article .page-container ul {
  display: grid;
  grid-template-columns: 50% 50%;
}

#page.sake-index article .page-container ul img {
  width: 150px;
  padding: 0 10px;
}

#page.sake-index article .page-container ul a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #000;
}

#page.sake-index article .page-container figure {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

#page.sake-index article .page-container figcaption {
  font-size: 1.5rem;
  margin-top: 20px;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#page.sake article .page-container.sake-body {
  padding-top: 0;
}

#page.sake article .page-container.sake-body p {
  padding: 0;
}

#page.sake article .page-container.sake-body p + p {
  margin-top: 3rem;
}

#page.sake article .page-container.sake-body .copy {
  font-size: 2.4rem;
  text-align: center;
}

#page.sake article .page-container.sake-body .more {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

#page.sake article .page-container.sake-body .more:nth-of-type(2) {
  display: none;
  border: none;
}

#page.sake article .page-container.sake-body .more:hover {
  opacity: .5;
  transition-duration: .3s;
}

#page.sake article .page-container.sake-detail {
  max-width: 430px;
  margin-top: 10px;
}

#page.sake article .page-container.sake-detail > div {
  border: solid 1px #10094d;
}

#page.sake article .page-container.sake-detail > div + div {
  margin-top: -1px;
}

#page.sake article .page-container.sake-detail h2 {
  width: 165px;
  background-color: #f0f0f0;
  color: #10094d;
  font-size: 1.4rem;
  border: solid 1px #10094d;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page.sake article .page-container.sake-detail p {
  color: #10094d;
  padding: 0 30px;
}

#page.sake article .page-container.sake-detail ul {
  text-align: center;
  margin-top: 50px;
}

#page.sake article .page-container.sake-detail li {
  margin-bottom: 20px;
}

#page.sake article .page-container.sake-detail li.kobokun {
  margin-bottom: 30px;
}

#page.sake article .page-container.sake-detail li.kobokun figure {
  padding: 0;
  margin: 0;
}

#page.sake article .page-container.sake-detail li.kobokun figcaption {
  margin-top: .5em;
  font-size: medium;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}

#page.sake article .page-container.sake-detail li.kobokun img {
  width: 100%;
}

#page.sake article .page-container.sake-detail li.shop img {
  margin-top: -5px;
  margin-right: 8px;
}

#page.sake article .page-container.sake-mariage {
  max-width: 970px;
}

#page.sake article .page-container.sake-mariage h2 {
  width: 250px;
  background-color: #f0f0f0;
  color: #10094d;
  font-size: 1.5rem;
  border: solid 1px #10094d;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page.sake article .page-container.sake-mariage p {
  color: #10094d;
}

#page.sake article .page-container.sake-mariage h3 {
  width: 143px;
  height: 27px;
  line-height: 25px;
  border: solid 1px #10094d;
  font-size: 1.4rem;
  padding: 0;
  color: #10094d;
}

#page.sake article .page-container.sake-mariage h3.active {
  background-color: #f0f0f0;
}

#page.sake article .page-container.sake-mariage > div {
  border-color: #10094d;
  padding: 0;
  text-align: center;
}

#page.sake article .page-container.sake-mariage > div > div {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page.sake article .page-container.sake-mariage h3 {
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#page.sake article .page-container.sake-sonohoka {
  max-width: 600px;
}

#page.sake article .page-container.sake-sonohoka > div {
  border: none;
}

#page.sake article .page-container.sake-sonohoka a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}

#page.sake article .page-container.sake-sonohoka h2 {
  width: 250px;
  background-color: #f0f0f0;
  color: #10094d;
  font-size: 1.8rem;
  border: solid 1px #10094d;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page.sake article .page-container .sake-slider {
  margin-top: 40px;
  padding: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-left: -6%;
  margin-right: -6%;
  margin-bottom: 70px;
}

#page.sake article .page-container .sake-slider figure {
  padding: 0;
  background-color: #f0f0f0;
  margin: 0;
  width: 98%;
  height: 367px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-right: 1%;
  margin-left: 1%;
}

#page.sake article .page-container .sake-slider figure img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

#page.sake article .page-container .sake-slider figcaption {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

#page.sake article .page-container .sake-slider .prev, #page.sake article .page-container .sake-slider .next {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
}

#page.sake article .page-container .sake-slider .prev {
  background-image: url("../image/sake/prev.svg");
  width: 20px;
  height: 39px;
  left: -39px;
}

#page.sake article .page-container .sake-slider .next {
  background-image: url("../image/sake/next.svg");
  width: 20px;
  height: 39px;
  right: -39px;
}

#page.sake article .page-container .sake-slider .prev {
  left: 2%;
}

#page.sake article .page-container .sake-slider .next {
  right: 2%;
}

/* NEWS, Information */
#page.news main a[target="_blank"] p > span:nth-of-type(2)::after,
#page.information main a[target="_blank"] p > span:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  background-image: url("../image/common/blank.svg");
  background-size: 100%;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

#page.news main p,
#page.information main p {
  padding: 0;
  text-align: left;
}

#page.news main h1,
#page.information main h1 {
  font-size: 2.9rem;
  background-color: #fff;
  border: none;
  margin-bottom: 50px;
}

#page.news main h2,
#page.information main h2 {
  border: none;
}

#page.news main h2 + div,
#page.information main h2 + div {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

#page.news main .news-archive select,
#page.news main .news-category select,
#page.information main .news-archive select,
#page.information main .news-category select {
  color: #10094d;
  background-color: #f0f0f0;
  border: 1px solid #10094d;
  width: 340px;
  height: 50px;
  padding-left: .5em;
}

#page.news main .news-archive select::-ms-expand,
#page.news main .news-category select::-ms-expand,
#page.information main .news-archive select::-ms-expand,
#page.information main .news-category select::-ms-expand {
  display: none;
}

#page.news main .news-archive select,
#page.news main .news-category select,
#page.information main .news-archive select,
#page.information main .news-category select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  background-image: url("../image/news/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

#page.news main ul > li,
#page.information main ul > li {
  width: auto;
  border-bottom: solid 1px #10094d;
  letter-spacing: 1px;
  background-image: url("../image/common/index_next_icon_b.png");
  background-repeat: no-repeat;
  background-position: right center;
}

#page.news main ul > li a,
#page.information main ul > li a {
  align-items: center;
  padding: 15px 0;
}

#page.news main ul > li a figure,
#page.information main ul > li a figure {
  flex: auto 0 0;
  margin: 0;
  padding: 0 20px  40px;
  padding: 0;
  margin-top: 10px;
  display: block;
}

#page.news main ul > li a figure img,
#page.information main ul > li a figure img {
  width: 100%;
}

#page.news main ul > li a span span:nth-of-type(1),
#page.information main ul > li a span span:nth-of-type(1) {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

#page.news main ul > li:first-of-type,
#page.information main ul > li:first-of-type {
  border-top: solid 1px #10094d;
}

#page.news .page-container,
#page.information .page-container {
  max-width: 700px;
}

#page.news .page-container h2,
#page.information .page-container h2 {
  text-align: center;
  color: #10094d;
  font-size: 2.4rem;
}

#page.news .page-container h2::before, #page.news .page-container h2::after,
#page.information .page-container h2::before,
#page.information .page-container h2::after {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #10094d;
  display: inline-block;
}

#page.news .page-container h2::before,
#page.information .page-container h2::before {
  margin-right: 1em;
}

#page.news .page-container h2::after,
#page.information .page-container h2::after {
  margin-left: calc(1em - .25em);
}

#page.news .page-container p,
#page.information .page-container p {
  color: #000;
  margin: 0;
}

#page.news .page-container p span:nth-of-type(1),
#page.information .page-container p span:nth-of-type(1) {
  color: #7f7f7f;
  border: 1px solid #bebebe;
  border-radius: 5px;
  font-size: 1.3rem;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1.5em;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  min-width: 120px;
  text-align: center;
}

#page.news .page-container p span:nth-of-type(2),
#page.information .page-container p span:nth-of-type(2) {
  margin-top: 10px;
  display: block;
}

#page.news .sns,
#page.information .sns {
  text-align: center;
  margin: 30px 0;
}

#page.news .sns ul,
#page.information .sns ul {
  display: flex;
  justify-content: center;
}

#page.news .sns li,
#page.information .sns li {
  margin-left: 5px;
  margin-right: 5px;
}

#page.news .news-paging,
#page.news .information-paging,
#page.information .news-paging,
#page.information .information-paging {
  text-align: center;
  padding: 30px 0 70px;
}

#page.news .news-paging img,
#page.news .information-paging img,
#page.information .news-paging img,
#page.information .information-paging img {
  max-height: 32px;
}

#page.news .news-detail-navi,
#page.news .information-detail-navi,
#page.information .news-detail-navi,
#page.information .information-detail-navi {
  text-align: center;
  padding: 30px 0 70px;
}

#page.news .news-detail-navi a,
#page.news .information-detail-navi a,
#page.information .news-detail-navi a,
#page.information .information-detail-navi a {
  margin-left: 2px;
  margin-right: 2px;
}

#page.news .page-number,
#page.information .page-number {
  color: #040026;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

#page.news .page-number.current,
#page.information .page-number.current {
  color: #fff;
  background-color: #10094d;
}

#page.news main h1,
#page.information main h1 {
  color: #10094d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 20px 0;
  letter-spacing: 2px;
}

#page.news main li,
#page.information main li {
  padding: 20px 0;
  border-bottom: 1px solid #10094d;
  padding-right: 30px;
  background-image: url("../image/common/index_next_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}

#page.news main li:first-of-type,
#page.information main li:first-of-type {
  border-top: 1px solid #10094d;
}

.zh-cn #page.news .page-container p span:nth-of-type(1),
.zh-cn #page.information .page-container p span:nth-of-type(1) {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.news .page-container p span:nth-of-type(1),
.zh-tw #page.information .page-container p span:nth-of-type(1) {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.news main .pager,
#page.information main .pager {
  text-align: center;
  padding: 30px 0 70px;
}

#page.news main .pager .index, #page.news main .pager .prev, #page.news main .pager .next,
#page.information main .pager .index,
#page.information main .pager .prev,
#page.information main .pager .next {
  color: #040026;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
}

#page.news main .pager .prev, #page.news main .pager .next,
#page.information main .pager .prev,
#page.information main .pager .next {
  width: 120px;
  font-size: 1.4rem;
}

#page.news main .pager .index,
#page.information main .pager .index {
  background-image: none;
}

#page.news main .pager .prev,
#page.information main .pager .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 10% center;
}

#page.news main .pager .next,
#page.information main .pager .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
}

#page.news main .pager .index a, #page.news main .pager .prev a, #page.news main .pager .next a,
#page.information main .pager .index a,
#page.information main .pager .prev a,
#page.information main .pager .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.news main .pager .index a,
#page.information main .pager .index a {
  color: #040026;
}

#page.news main .pager .prev a, #page.news main .pager .next a,
#page.information main .pager .prev a,
#page.information main .pager .next a {
  color: #10094d;
}

#page.news main .pager .index.current,
#page.information main .pager .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.news main .pager .ellipsis,
#page.information main .pager .ellipsis {
  border: none;
  width: auto;
}

#page.news main .pager .ellipsis > span,
#page.information main .pager .ellipsis > span {
  display: block;
  margin-top: -5px;
}

#page.news-detail .mt-image-none {
  width: 100%;
  width: 110%;
  max-width: 110%;
  margin-left: -5% !important;
}

#page.news-detail .mt-enclosure-file {
  margin: 30px 0;
  padding: 0 20px;
}

#page.news-detail .mt-enclosure-file a {
  display: inline-block;
  color: #fff;
  background-color: #10094d;
  padding: 15px 20px;
  border-radius: 3px;
}

#page.news-detail .news-detail-navi,
#page.news-detail .information-detail-navi {
  text-align: center;
  padding: 30px 0 70px;
}

#page.news-detail .news-detail-navi a,
#page.news-detail .information-detail-navi a {
  margin-left: 2px;
  margin-right: 2px;
}

#page.news-detail article .page-container hr {
  border: none;
  background-color: #ccc;
  height: 1px;
  width: calc(100% - 40px);
  margin-top: 30px;
}

#page.news-detail article .page-container .index, #page.news-detail article .page-container .prev, #page.news-detail article .page-container .next {
  color: #040026;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

#page.news-detail article .page-container .prev, #page.news-detail article .page-container .next {
  width: 70px;
  font-size: 1.4rem;
}

#page.news-detail article .page-container .index {
  background-image: none;
}

#page.news-detail article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 10% center;
}

#page.news-detail article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
}

#page.news-detail article .page-container .index a, #page.news-detail article .page-container .prev a, #page.news-detail article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.news-detail article .page-container .index a {
  color: #040026;
}

#page.news-detail article .page-container .prev a, #page.news-detail article .page-container .next a {
  color: #10094d;
}

#page.news-detail article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.news-detail article .page-container > div > div > p:first-of-type {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

#page.news-detail article .page-container > div > div > p:first-of-type > time {
  font-size: 1.6rem;
  color: #000;
  display: block;
}

#page.news-detail article .page-container > div > div > p:first-of-type > span {
  display: block;
}

#page.news-detail article .page-container > div > div > p:first-of-type > span > span {
  border: 1px solid #bebebe;
  color: #7f7f7f;
  font-size: 1.2rem;
  display: inline-block;
  height: 26px;
  border-radius: 5px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  min-width: 120px;
}

#page.news-detail article h1 {
  color: #babcbe;
}

#page.news-detail article h2 {
  color: #7f7f7f;
  font-size: 1.8rem;
  font-weight: 700;
}

#page.news-detail article figure:first-of-type {
  margin: 0 calc(-5% - 20px);
}

.zh-cn #page.news-detail article .page-container > div > div > p:first-of-type > span > span {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.news-detail article .page-container > div > div > p:first-of-type > span > span {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.information-detail article h1 {
  color: #babcbe;
}

#page.information-detail article h2 {
  color: #7f7f7f;
  font-size: 1.8rem;
  font-weight: 700;
}

#page.information-detail article figure:first-of-type {
  margin: 0 calc(-5% - 20px);
}

#page.information-detail article .page-container .index, #page.information-detail article .page-container .prev, #page.information-detail article .page-container .next {
  color: #040026;
  width: 150px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

#page.information-detail article .page-container .prev, #page.information-detail article .page-container .next {
  width: 70px;
  font-size: 1.4rem;
}

#page.information-detail article .page-container .index {
  background-image: none;
}

#page.information-detail article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 10% center;
}

#page.information-detail article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
}

#page.information-detail article .page-container .index a, #page.information-detail article .page-container .prev a, #page.information-detail article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.information-detail article .page-container .index a {
  color: #040026;
}

#page.information-detail article .page-container .prev a, #page.information-detail article .page-container .next a {
  color: #10094d;
}

#page.information-detail article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.information-detail .information-detail-navi {
  text-align: center;
  padding: 20px 0 40px;
}

#page.information-detail .information-detail-navi a {
  margin-left: 2px;
  margin-right: 2px;
}

/* 採用情報（詳細） */
#page.information-detail.recruit-detail table th {
  display: block;
  width: 100%;
}

#page.information-detail.recruit-detail table td {
  display: block;
  width: 100%;
  padding-bottom: 2rem;
}

/* 酒造りの技 / 酒造りのエピソード */
#page.waza.episode article .page-container {
  text-align: center;
}

#page.waza.episode article .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin-bottom: -1px;
}

#page.waza.episode article .page-container > div:first-of-type h2 {
  background-color: #f0f0f0;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 0;
}

#page.waza.episode article .page-container > div:first-of-type h3 {
  background-color: #fff;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.waza.episode article .page-container > div:first-of-type h2 > span,
#page.waza.episode article .page-container > div:first-of-type h3 > span {
  border: none;
  background-color: transparent;
}

#page.waza.episode article #c + .page-container > div:nth-of-type(2) > div:nth-of-type(1) {
  margin-bottom: 10px;
}

#page.waza.episode article #c + .page-container > div:nth-of-type(2) > div:nth-of-type(1) figure {
  position: relative;
}

#page.waza.episode article #c + .page-container > div:nth-of-type(2) > div:nth-of-type(1) figcaption {
  background-color: #fff;
  border: solid 1px #000;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  margin-left: 20px;
  margin-top: 20px;
}

/* 販売店・料品店 */
#shop_head {
  margin-top: -30px;
}

#shop_head a[href="#"] {
  pointer-events: none;
}

#shop_head h1 {
  background-image: url(../image/top/index_obi.png);
  background-repeat: no-repeat;
  height: 0;
  width: 100%;
  background-size: contain;
  padding-top: calc(300% * 110 / 1243);
  position: relative;
  font-size: 2.1rem;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  background-size: 300%;
  background-position: center;
  margin-top: 30px;
}

#shop_head h1 span {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #10094d;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  font-weight: 400;
}

#shop_head h2 {
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-bottom: 60px;
  font-size: 2.8rem;
  color: #10094d;
}

#shop_head h2::before, #shop_head h2::after {
  content: "";
  height: 2.8rem;
  width: 1px;
  background-color: #10094d;
  display: inline-block;
  margin-bottom: -.4rem;
}

#shop_head h2::before {
  margin-right: 1em;
}

#shop_head h2::after {
  margin-left: calc(1em - .25em);
}

#shop_head h2 span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  font-size: 2rem;
  display: block;
  padding-left: .25em;
  letter-spacing: 1px;
}

#shop_head.japan ul, #shop_head.overseas ul {
  color: #040026;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
}

#shop_head.japan ul li, #shop_head.overseas ul li {
  padding-left: .5em;
}

#shop_head.japan h1 {
  background-color: #eaeaea;
}

#shop_head.japan ul {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#shop_head.japan ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
}

#shop_head.japan ul span {
  display: block;
  color: #10094d;
  position: relative;
}

#shop_head.japan ul span::after {
  content: url("../image/common/v.svg");
  position: absolute;
  right: 10px;
  top: 5px;
  width: 23px;
  height: 26px;
}

#shop_head.japan ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

#shop_head.overseas ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 150px;
}

#shop_head.overseas li {
  padding: 0 1em;
  white-space: nowrap;
  font-weight: 500;
}

#shop_head.overseas li::after {
  content: "＞";
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 2px;
}

#shop_head.overseas li::after,
#shop_head.overseas li a {
  color: #bcbcbc;
}

#shop_head.overseas li.active::after,
#shop_head.overseas li.active a {
  color: #040026;
}

.zh-cn #shop_head.japan ul,
.zh-cn #shop_head.overseas ul {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #shop_head.japan ul,
.zh-tw #shop_head.overseas ul {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#ideals_head ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}

#ideals_head ul li {
  padding-left: 1em;
  padding-right: 1em;
  margin: 5px 0;
  letter-spacing: 0;
}

#ideals_head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

#ideals_head ul span::before {
  content: "▪";
  font-size: 1.5rem;
  margin-left: -1em;
}

#ideals_head ul a span {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}

#ideals_head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

#page.about.importer .normal,
#page.shop .normal {
  font-weight: normal;
}

#page.about.importer article .page-container,
#page.shop article .page-container {
  max-width: 800px;
}

#page.about.importer article .page-container > div:nth-of-type(2),
#page.about.importer article .page-container > div:nth-of-type(2) ~ div,
#page.shop article .page-container > div:nth-of-type(2),
#page.shop article .page-container > div:nth-of-type(2) ~ div {
  border: none;
}

#page.about.importer article .page-container h2,
#page.shop article .page-container h2 {
  border: 1px solid #707070;
  border-width: 1px 0 1px 0;
  text-align: left;
  text-indent: 0;
  padding: 10px 0;
  font-size: 2rem;
}

#page.about.importer article .page-container ul,
#page.shop article .page-container ul {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

#page.about.importer article .page-container li,
#page.shop article .page-container li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
  padding-right: 70px;
}

#page.about.importer article .page-container li > span:nth-of-type(1),
#page.shop article .page-container li > span:nth-of-type(1) {
  display: block;
  font-size: 1.6rem;
}

#page.about.importer article .page-container li > span:nth-of-type(2),
#page.shop article .page-container li > span:nth-of-type(2) {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

#page.about.importer article .page-container li > span:nth-of-type(2) > span:nth-of-type(2),
#page.shop article .page-container li > span:nth-of-type(2) > span:nth-of-type(2) {
  display: block;
}

#page.about.importer article .page-container li a,
#page.shop article .page-container li a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

#page.about.importer article .page-container li a::after,
#page.shop article .page-container li a::after {
  content: "＞";
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  padding-left: 30px;
  padding-right: 10px;
}

#page.about.importer article .page-container li a button,
#page.shop article .page-container li a button {
  display: none;
}

.zh-cn #page.about.importer article .page-container li a::after,
.zh-cn #page.shop article .page-container li a::after {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.about.importer article .page-container li a::after,
.zh-tw #page.shop article .page-container li a::after {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.about.importer article .page-container li a {
  position: relative;
  display: inline-block;
}

#page.about.importer article .page-container li > span:nth-of-type(2) > span {
  display: block;
}

#page.about.importer article .page-container li a::after {
  content: none;
}

#page.shop-detail .back {
  margin-top: 60px;
}

#page.shop-detail article .page-container {
  max-width: 970px;
  /* infowindow */
  /* infowindow（閉じる） */
}

#page.shop-detail article .page-container .google-map {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: calc(-5% - 2px);
  margin-right: calc(-5% - 2px);
  height: 450px;
}

#page.shop-detail article .page-container .google-map iframe {
  width: 100%;
}

#page.shop-detail article .page-container h1 {
  text-align: center;
  width: 250px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #10094d;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

#page.shop-detail article .page-container h1 + div {
  border-color: #10094d;
  text-align: center;
}

#page.shop-detail article .page-container h2 {
  margin: 40px 0 20px;
  font-size: 2.4rem;
}

#page.shop-detail article .page-container h2 span {
  border: none;
  font-size: 2.4rem;
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
  text-align: center;
}

#page.shop-detail article .page-container h2 span {
  font-size: 1.4rem;
  display: block;
}

#page.shop-detail article .page-container > div:nth-of-type(2) {
  border: none;
}

#page.shop-detail article .page-container > div > div:nth-of-type(2) {
  border: none;
  background-color: #f0f0f0;
  margin-bottom: -30px;
  padding: 30px 20px 10px;
  margin-left: calc(-5% - 2px);
  margin-right: calc(-5% - 2px);
}

#page.shop-detail article .page-container table {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
}

#page.shop-detail article .page-container td, #page.shop-detail article .page-container th {
  padding-bottom: 1.5em;
  font-size: 1.6rem;
  display: block;
}

#page.shop-detail article .page-container th {
  width: 150px;
  vertical-align: top;
  font-weight: 700;
  padding-bottom: .5rem;
}

#page.shop-detail article .page-container td a {
  color: #000;
  text-decoration: underline;
}

#page.shop-detail article .page-container td a:hover {
  opacity: .5;
}

#page.shop-detail article .page-container .gm-style-iw {
  padding: 10px 20px !important;
  border-radius: 5px !important;
}

#page.shop-detail article .page-container .gm-style-iw button {
  margin-top: 8px !important;
  margin-right: 10px !important;
}

#page.shop-detail article .page-container .gm-style-iw h1 {
  font-size: 1.8rem;
  width: auto;
  border: none;
  background-color: transparent;
  text-align: left;
  color: #212529;
  line-height: 1.5;
  height: auto;
}

/* お問い合わせ */
#page.contact .error {
  color: #f00;
}

#page.contact p.error {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#page.contact .error select,
#page.contact .error input {
  margin-bottom: 0 !important;
}

#page.contact .error label::before,
#page.contact .error .textarea,
#page.contact .error select,
#page.contact .error input {
  border-color: #f00 !important;
}

#page.contact article h1 {
  text-align: center;
  margin: 20px 0;
}

#page.contact article .page-container {
  max-width: 970px;
}

#page.contact article .page-container .index, #page.contact article .page-container .prev, #page.contact article .page-container .next {
  color: #040026;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #10094d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.4rem;
}

#page.contact article .page-container .prev.historyback {
  background-color: #f0f0f0;
}

#page.contact article .page-container .index {
  background-image: none;
}

#page.contact article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 10% center;
}

#page.contact article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
}

#page.contact article .page-container .index a, #page.contact article .page-container .prev a, #page.contact article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.contact article .page-container .index a {
  color: #040026;
}

#page.contact article .page-container .prev a, #page.contact article .page-container .next a {
  color: #10094d;
}

#page.contact article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.contact article .page-container h1 {
  color: #10094d;
  font-size: 2.6rem;
  font-weight: 500;
  border: none;
  background-color: #fff;
}

#page.contact article .page-container h1 + div {
  border: none;
}

#page.contact article .page-container > div:nth-of-type(1) ol {
  display: flex;
  color: #6f7579;
  font-size: 1.4rem;
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}

#page.contact article .page-container > div:nth-of-type(1) ol li {
  width: 321px;
  border: 1px solid #10094d;
  margin-left: -1px;
  padding: 5px 0;
}

#page.contact article .page-container .step1 div:nth-of-type(1) ol li:nth-of-type(1) {
  background-color: #f0f0f0;
}

#page.contact article .page-container .step2 div:nth-of-type(1) ol li:nth-of-type(2) {
  background-color: #f0f0f0;
}

#page.contact article .page-container .step3 div:nth-of-type(1) ol li:nth-of-type(3) {
  background-color: #f0f0f0;
}

#page.contact article .page-container form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#page.contact article .page-container label {
  display: block;
  color: #10094d;
  font-size: 1.6rem;
  font-weight: 500;
}

#page.contact article .page-container .require::after {
  content: "※";
  font-size: 1.2rem;
  margin-left: 5px;
}

#page.contact article .page-container input, #page.contact article .page-container select {
  border: 1px solid #cdd6dd;
  font-size: 1.6rem;
}

#page.contact article .page-container input {
  width: 100%;
  padding: 10px 1em;
  margin-bottom: 20px;
  color: #10094d;
}

#page.contact article .page-container select {
  padding: 10px 1em;
  margin-bottom: 30px;
  color: #10094d;
}

#page.contact article .page-container .textarea {
  border: 1px solid #cdd6dd;
  height: 162px;
  padding: 10px 1em;
}

#page.contact article .page-container textarea {
  color: #10094d;
  border: none;
  width: 100%;
  height: 140px;
  outline: none;
  font-size: 1.6rem;
}

#page.contact article .page-container [type="image"] {
  width: auto;
  border: none;
  outline: none;
}

#page.contact article .page-container [type="image"]:hover {
  opacity: .5;
  transition-duration: .3s;
}

#page.contact article .page-container form div:last-of-type {
  text-align: center;
}

#page.contact article .page-container form select::-ms-expand,
#page.contact article .page-container form select::-ms-expand {
  display: none;
}

#page.contact article .page-container form select,
#page.contact article .page-container form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
  background-image: url("../image/news/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

#page.contact article .page-container .step2 p:last-of-type {
  text-align: center;
  font-size: 1.6rem;
  color: #10094d;
  margin-top: 100px;
  margin-bottom: 50px;
}

#page.contact article .page-container .step2 form div:last-of-type input {
  padding: 0 5px;
}

#page.contact article .page-container .step3 p {
  text-align: center;
  font-size: 1.4rem;
  color: #10094d;
  margin-top: 50px;
}

#page.contact article .page-container .step3 div {
  text-align: center;
}

#page.contact #agree {
  margin: 30px 0;
  text-align: center;
}

#page.contact #agree a {
  color: #000;
  text-decoration: underline;
}

#page.contact #agree a:hover {
  opacity: .5;
}

#page.contact #agree [type="checkbox"]:not(:checked),
#page.contact #agree [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#page.contact #agree label {
  position: relative;
  width: auto;
  display: inline;
  font-size: 1.2rem;
}

#page.contact #agree label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: solid 1px #cdd6dd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#page.contact #agree [type="checkbox"]:checked + label::after,
#page.contact #agree [type="checkbox"]:not(:checked) + label::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 15px;
  height: 10px;
  border-left: 2px solid #959ea7;
  border-bottom: 2px solid #959ea7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: .3s;
}

#page.contact #agree [type="checkbox"]:checked + label::after {
  border-color: #10094d;
  transition-duration: .3s;
}

/* 個人情報の取り扱いについて、サイトポリシー */
#page.privacypolicy article .page-container,
#page.sitepolicy article .page-container {
  max-width: 1130px;
}

#page.privacypolicy article .page-container h1, #page.privacypolicy article .page-container h2,
#page.sitepolicy article .page-container h1,
#page.sitepolicy article .page-container h2 {
  text-align: left;
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 0;
  text-indent: 0;
}

#page.privacypolicy article .page-container h1,
#page.sitepolicy article .page-container h1 {
  font-size: 2rem;
  margin: 30px 0;
  font-weight: 500;
  text-align: center;
}

#page.privacypolicy article .page-container h2,
#page.sitepolicy article .page-container h2 {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 400;
  padding: 0 20px;
}

#page.privacypolicy article .page-container p,
#page.sitepolicy article .page-container p {
  margin-top: 10px;
  margin-bottom: 60px;
}

#page.privacypolicy #agree,
#page.sitepolicy #agree {
  display: none;
  margin: 30px 0;
  text-align: center;
}

#page.privacypolicy #agree a,
#page.sitepolicy #agree a {
  color: #000;
  text-decoration: underline;
}

#page.privacypolicy #agree a:hover,
#page.sitepolicy #agree a:hover {
  opacity: .5;
}

#page.privacypolicy #agree [type="checkbox"]:not(:checked),
#page.privacypolicy #agree [type="checkbox"]:checked,
#page.sitepolicy #agree [type="checkbox"]:not(:checked),
#page.sitepolicy #agree [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#page.privacypolicy #agree label,
#page.sitepolicy #agree label {
  position: relative;
  width: auto;
  display: inline;
  font-size: 1.2rem;
}

#page.privacypolicy #agree label::before,
#page.sitepolicy #agree label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: solid 1px #cdd6dd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#page.privacypolicy #agree [type="checkbox"]:checked + label::after,
#page.privacypolicy #agree [type="checkbox"]:not(:checked) + label::after,
#page.sitepolicy #agree [type="checkbox"]:checked + label::after,
#page.sitepolicy #agree [type="checkbox"]:not(:checked) + label::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 15px;
  height: 10px;
  border-left: 2px solid #959ea7;
  border-bottom: 2px solid #959ea7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: .3s;
}

#page.privacypolicy #agree [type="checkbox"]:checked + label::after,
#page.sitepolicy #agree [type="checkbox"]:checked + label::after {
  border-color: #10094d;
  transition-duration: .3s;
}

/* 効果 */
.effect-fade {
  opacity: 0;
  transition: all 1s;
}

.effect-fade.effect-scroll {
  opacity: 1;
}

/* サイト内検索ここから */
#search_box {
  margin-bottom: -15px;
}

.search a {
  background-image: url("/assets/image/common/search_on.png");
  background-repeat: no-repeat;
  background-position: top 10px center;
  transition-duration: .5s;
}

.search:hover a img {
  opacity: 0;
}

/* サイト内検索ここから */
.search a {
  display: none;
}

.search ul {
  display: block;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 20px;
  height: 60px;
}

.search ul li {
  text-indent: 0;
}

.gsc-input-box {
  padding-top: 3px !important;
  padding-bottom: 2px !important;
}

header nav .search ul li:last-of-type {
  border: none;
}

/* サイト内検索ここまで */
/* Instagramここから */
header > div > ul .instagram {
  display: none;
}

header > div > ul .instagram {
  display: none;
}

header nav ul .instagram {
  letter-spacing: 1px;
}

header nav ul .instagram img {
  width: 26px;
  vertical-align: sub;
  margin-left: -5px;
  margin-right: 10px;
  margin-bottom: -2px;
}

/* Instagramここまで */
/* Facebookここから */
header > div > ul .facebook {
  display: none;
}

header nav ul .facebook {
  letter-spacing: 1px;
}

header nav ul .facebook img {
  width: 26px;
  vertical-align: sub;
  margin-left: -5px;
  margin-right: 10px;
  margin-bottom: -2px;
}

/* Facebookここまで */

/* 20220420追加　採用情報ここから */

.recruit .page-container h4{
  margin: 30px 0;
  padding: 0 20px;
  text-align: left;
}

.recruit .page-container p{
  margin: 30px 0;
  padding: 0 20px;
  text-align: left;
}

.recruit .page-container table {
  margin: 30px 0;
  text-align: left;
  box-sizing: border-box;
  border-collapse: collapse;
}

.recruit .page-container tr,td {
  border: 1px solid #10094d;
  padding: 10px;
  box-sizing: border-box;
}

.recruit .page-container th {
  border: 1px solid #10094d;
  padding: 10px;
  box-sizing: border-box;
  font-weight:bold;
  text-align:center;
}

/* 採用情報ここまで */
