@charset "UTF-8";
/*
基本セッティングはここに記述します。
*/
/*********************************************************************************
**********************************************************************************

   PC/スマホ  共通

**********************************************************************************
**********************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

html {
  width: auto; }

body {
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1;
  position: relative;
  width: auto;
  height: 100%;
  vertical-align: top; }

#contents {
  font-feature-settings: "palt";
  word-wrap: break-word; }

.font--yumin {
  font-family: "游明朝体", "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

a {
  text-decoration: none;
  color: black;
  display: block; }

img {
  vertical-align: top; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.hidden {
  width: 0;
  height: 0;
  display: none !important;
  overflow: hidden; }

p, ul, dl, dt, dd {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse; }

th, td {
  padding: 0; }

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important; }
  .tel {
    display: inline-block;
    pointer-events: none; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }
  img {
    width: 100%;
    height: auto; }
  .tel {
    display: inline-block;
    text-decoration: underline; } }

@media print, screen and (min-width: 768px) {
  body {
    position: relative;
    min-width: 1040px; } }

@media screen and (max-width: 767px) {
  body {
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem; } }

/* ===================================================================

フォントセット

===================================================================== */
@font-face {
  font-family: 'Cinzel-Regular';
  src: url("/common/font/Cinzel/Cinzel-Regular.woff") format("woff"), url("/common/font/Cinzel/Cinzel-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Cinzel-Bold';
  src: url("/common/font/Cinzel/Cinzel-Bold.woff") format("woff"), url("/common/font/Cinzel/Cinzel-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Cinzel-Black';
  src: url("/common/font/Cinzel/Cinzel-Black.woff") format("woff"), url("/common/font/Cinzel/Cinzel-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'EBGaramond-Regular';
  src: url("/common/font/EB_Garamond/EBGaramond-Regular.woff") format("woff"), url("/common/font/EB_Garamond/EBGaramond-Regular.ttf") format("truetype"); }

.cinzel--regular {
  font-family: 'Cinzel-Regular'; }

.cinzel--bold {
  font-family: 'Cinzel-Bold'; }

.cinzel--black {
  font-family: 'Cinzel-Black'; }

.ebgaramond-regular {
  font-family: 'EBGaramond-Regular'; }

/*************************************

  header

*************************************/
@media print, screen and (min-width: 768px) {
  header #header__left {
    position: absolute;
    top: 50px;
    left: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: white;
    z-index: 10;
    opacity: 0; } }

@media screen and (max-width: 767px) {
  header #header__left {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    font-size: 13px;
    font-size: 0.8125rem;
    background-color: #f29b8f;
    display: none;
    z-index: 9999; } }

@media print, screen and (min-width: 768px) {
  header #header__left a {
    display: inline-block;
    color: white;
    opacity: 0; } }

@media screen and (max-width: 767px) {
  header #header__left a {
    display: inline-block;
    color: black; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderOuter {
    border: 2px solid white; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderOuter {
    width: 93.75%;
    margin: 3.125% auto 0 auto;
    border: 2px solid black; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner {
    width: 200px;
    border: 1px solid white;
    margin: 5px; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner {
    position: relative;
    width: 96%;
    border: 1px solid black;
    margin: 2%; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner #menuClose {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 5.2%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner .headerLogo__left {
    width: 120px;
    margin: 18px auto 18px auto; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner .headerLogo__left {
    width: 39.27%;
    margin: 18px auto 18px auto; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner #header__left__menu > li {
    position: relative;
    text-align: center;
    letter-spacing: 3px; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner #header__left__menu > li {
    position: relative;
    text-align: center;
    letter-spacing: 2px; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner #header__left__menu > li > a {
    display: block;
    padding: 20px 0;
    border-top: 1px dotted white; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner #header__left__menu > li > a {
    display: block;
    padding: 20px 0;
    border-top: 1px dotted black; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner #header__left__menu > li > a:hover {
    color: #f29b8f; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner #header__left__menu > li > a:hover {
    color: white; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner .subMenu {
    width: 210px;
    position: absolute;
    top: 0;
    left: 185px;
    padding-left: 40px;
    padding-top: 23px;
    z-index: 9999;
    text-align: left;
    font-size: 13px;
    font-size: 0.8125rem; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner .subMenu {
    display: none; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner .subMenu li {
    display: none;
    margin-bottom: 15px;
    letter-spacing: 1px; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner .subMenu li a {
    display: block; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner .subMenu li a:hover {
    color: #f29b8f; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner #logoBottom img {
    width: 36px;
    height: 43px; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner #logoBottom img {
    width: 7.91%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #header__left__borderInner #logoBottom {
    width: 100%;
    border-top: 1px dotted white;
    padding: 21px 0 20px 0;
    text-align: center; } }

@media screen and (max-width: 767px) {
  header #header__left #header__left__borderInner #logoBottom {
    width: 100%;
    border-top: 1px dotted black;
    padding: 21px 0 20px 0;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns {
    font-size: 0;
    text-align: center;
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  header #header__left #sns {
    font-size: 0;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns li {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  header #header__left #sns li {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns li a {
    display: block; } }

@media screen and (max-width: 767px) {
  header #header__left #sns li a {
    display: block; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--instagram {
    margin-top: 0px;
    margin-right: 28px; } }

@media screen and (max-width: 767px) {
  header #header__left #sns .sns--instagram {
    width: 5%;
    margin-top: 0;
    margin-right: 10%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--instagram img {
    width: 17px;
    height: auto; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--facebook {
    margin-top: 1px;
    margin-right: 28px; } }

@media screen and (max-width: 767px) {
  header #header__left #sns .sns--facebook {
    width: 2%;
    margin-top: 1px;
    margin-right: 10%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--facebook img {
    width: 7px;
    height: auto; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--tweet {
    margin-top: 3px;
    margin-right: 20px; } }

@media screen and (max-width: 767px) {
  header #header__left #sns .sns--tweet {
    width: 4%;
    margin-top: 3px;
    margin-right: 8.5%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--tweet img {
    width: 16px;
    height: auto; } }

@media screen and (max-width: 767px) {
  header #header__left #sns .sns--line {
    width: 5.2%; } }

@media print, screen and (min-width: 768px) {
  header #header__left #sns .sns--line img {
    width: 19px;
    height: auto; } }

@media print, screen and (min-width: 768px) {
  header #mainMenuBtn--sp {
    display: none; } }

@media screen and (max-width: 767px) {
  header #mainMenuBtn--sp {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    padding: 0 0 3px 4px;
    z-index: 9990; } }

@media screen and (max-width: 767px) {
  header #mainMenuBtn--sp .mainMenuBtn--sp__inner {
    width: 39px;
    height: 39px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    padding: 12px 0 0 12px; } }

@media screen and (max-width: 767px) {
  header #mainMenuBtn--sp .mainMenuBtn--sp__inner span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: white; } }

@media screen and (max-width: 767px) {
  header #mainMenuBtn--sp .mainMenuBtn--sp__inner span:nth-child(n+2) {
    margin-top: 4px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed--sp {
    display: none; } }

@media screen and (max-width: 767px) {
  header #header--fixed--sp {
    position: fixed;
    top: -48px;
    left: 0;
    width: 100%;
    height: 48px;
    background: #f29b8f url(/common/img/img--header--sp__fixed--Image--01.png) repeat-x center 0;
    border-bottom: 1px solid white;
    z-index: 9970; } }

@media screen and (max-width: 767px) {
  header #header--fixed--sp #header--fixed--sp__logo {
    width: 100px;
    margin: 0 auto 0 auto;
    padding-top: 14px; } }

@media screen and (max-width: 767px) {
  header #header--fixed--sp #header--fixed--sp__menuBtn {
    position: absolute;
    top: 20px;
    right: 15px; } }

@media screen and (max-width: 767px) {
  header #header--fixed--sp #header--fixed--sp__menuBtn span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: black; } }

@media screen and (max-width: 767px) {
  header #header--fixed--sp #header--fixed--sp__menuBtn span:nth-child(n+2) {
    margin-top: 4px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed {
    position: fixed;
    width: 100%;
    top: -73px;
    left: 0;
    background: #f29b8f url(/common/img/img--header__fixed--Image--01.png) repeat-x center 0;
    border-bottom: 2px solid white;
    z-index: 9999; } }

@media screen and (max-width: 767px) {
  header #header--fixed {
    display: none; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner {
    width: 1140px;
    overflow: hidden;
    margin: 19px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #header--fixed__logo {
    float: left;
    width: 103px;
    height: 23px;
    margin-top: 9px; } }

header #header--fixed__inner #header--fixed__menu {
  /*
      & > li > .subMenuOuter {
        @include m___q("pc") {
          width: 100%;
          position: absolute;
          top: 69px;
          left: 0;
          display: none;
          background-color: rgba(255,255,255,0.9);
        }
      }
*/ }
  @media print, screen and (min-width: 768px) {
    header #header--fixed__inner #header--fixed__menu {
      float: left;
      font-size: 0;
      display: block;
      /* width: 760px; */
      text-align: center;
      margin-left: 40px;
      z-index: 20; } }
  @media print, screen and (min-width: 768px) {
    header #header--fixed__inner #header--fixed__menu > li {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      margin-left: 20px;
      letter-spacing: 1px;
      padding-top: 18px;
      padding-bottom: 16px; } }
  @media print, screen and (min-width: 768px) {
    header #header--fixed__inner #header--fixed__menu > li a {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    header #header--fixed__inner #header--fixed__menu > li:first-child {
      margin-left: 0px; } }
  @media print, screen and (min-width: 768px) {
    header #header--fixed__inner #header--fixed__menu > li > .subMenuOuter {
      width: 100%;
      position: absolute;
      top: 65px;
      left: 0;
      display: none; } }
  @media print, screen and (min-width: 768px) {
    header #header--fixed__inner #header--fixed__menu .subMenuInner {
      width: 100%;
      margin-top: 4px;
      background-color: rgba(255, 255, 255, 0.9); } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner .header--fixed__menu--04 .subMenu {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    padding-left: 642px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner .subMenu li {
    display: block;
    margin-top: 12px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 10px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner .subMenu li a {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner .subMenu li a:hover {
    color: #f29b8f; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner .subMenu li:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    height: 5px;
    width: 5px;
    border-radius: 50%; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner .subMenu li:first-child {
    margin-top: 0; } }

header #header--fixed__inner #header--fixed__menu--bottomLine {
  width: 100%;
  height: 52px;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 10;
  pointer-events: none; }
  header #header--fixed__inner #header--fixed__menu--bottomLine div {
    position: relative;
    width: 1140px;
    margin: 0 auto 0 auto; }
    header #header--fixed__inner #header--fixed__menu--bottomLine div span {
      position: absolute;
      top: 38px;
      left: 0;
      height: 1px;
      background-color: black;
      transform: scaleX(0); }
    @media print, screen and (min-width: 768px) {
      header #header--fixed__inner #header--fixed__menu--bottomLine div span:nth-child(1) {
        width: 40px;
        left: 209px; } }
    @media print, screen and (min-width: 768px) {
      header #header--fixed__inner #header--fixed__menu--bottomLine div span:nth-child(2) {
        width: 150px;
        left: 291px; } }
    @media print, screen and (min-width: 768px) {
      header #header--fixed__inner #header--fixed__menu--bottomLine div span:nth-child(3) {
        width: 123px;
        left: 482px; } }
    @media print, screen and (min-width: 768px) {
      header #header--fixed__inner #header--fixed__menu--bottomLine div span:nth-child(4) {
        width: 92px;
        left: 642px; } }
    @media print, screen and (min-width: 768px) {
      header #header--fixed__inner #header--fixed__menu--bottomLine div span:nth-child(5) {
        width: 137px;
        left: 772px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns {
    float: right;
    font-size: 0;
    margin-top: 17px;
    /* margin-left: 100px;*/ } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns li {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns li:nth-child(n+2) {
    margin-left: 12px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns .header--fixed__sns--instagram {
    width: 17px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns .header--fixed__sns--facebook {
    width: 16px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns .header--fixed__sns--tweet {
    width: 16px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #sns .header--fixed__sns--line {
    width: 19px; } }

@media print, screen and (min-width: 768px) {
  header #header--fixed__inner #logoBottom {
    display: none; } }

@media screen and (max-width: 767px) {
  header #header--fixed__inner #logoBottom {
    width: 8%; } }

header h1 {
  width: 0;
  height: 0;
  overflow: hidden; }

/*************************************

  footer

*************************************/
@media print, screen and (min-width: 768px) {
  footer {
    background-color: white; } }

@media screen and (max-width: 767px) {
  footer {
    margin-top: 9px; } }

@media print, screen and (min-width: 768px) {
  footer section {
    padding-top: 60px; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__outer {
    overflow: hidden;
    padding-bottom: 38px;
    background: #f29b8f url(/common/img/img--footer--back02.jpg) repeat-x center bottom; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__outer {
    background-color: #f29b8f;
    overflow: hidden; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap {
    margin-top: 9px; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap {
    border-top: 1px solid black;
    margin-top: 3px; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner {
    /* width: 1040px; */
    width: 90%;
    height: 157px;
    margin: 30px auto 0 auto;
    font-size: 0;
    letter-spacing: 0px; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner {
    width: 100%;
    font-family: "游明朝体", "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner a {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner a {
    display: block;
    text-align: center;
    padding-top: 5.4%;
    padding-bottom: 5.4%; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner a:hover {
    color: white; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner > li {
    display: inline-block;
    margin-left: 30px; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner > li:nth-child(5) {
    margin-left: 10px; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner > li:first-child {
    width: 100px;
    margin-left: 0;
    margin-right: 60px;
    margin-top: -10px; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner > li:first-child {
    width: 25.9%;
    height: 7.29%;
    margin: 4.3% auto 4.3% auto; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner > li:first-child img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner > li:first-child a {
    border-top: none; } }

footer #footerSiteMap__inner > li > a {
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    footer #footerSiteMap__inner > li > a {
      font-family: "游明朝体", "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 767px) {
    footer #footerSiteMap__inner > li > a {
      border-top: 1px solid black; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner .subMenu {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 18px; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner .subMenu li {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    font-size: 0.75rem; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner .subMenu li {
    border-top: 1px dotted black;
    background-color: #f28c82; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner .subMenu li:nth-child(n+2) {
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner .subMenu a:before {
    content: "";
    position: absolute;
    background: black;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    height: 5px;
    width: 5px;
    border-radius: 50%; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner .subMenu a:hover:before {
    background: white; } }

@media print, screen and (min-width: 768px) {
  footer #footerSiteMap__inner .sns {
    display: none; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner .sns {
    border-top: 1px solid black;
    font-size: 0;
    text-align: center;
    padding-top: 3.8%;
    margin-bottom: 3.8%; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner .sns li {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner .sns .sns--facebook {
    width: 2%;
    margin-right: 10.5%; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner .sns .sns--tweet {
    width: 4.17%;
    margin-right: 9.5%;
    margin-top: 0.5%; } }

@media screen and (max-width: 767px) {
  footer #footerSiteMap__inner .sns .sns--line {
    width: 5.2%; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc {
    background-color: #26373a;
    color: white;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  footer #footer--etc {
    padding-top: 184px;
    background: #26373a url(/common/img/img--footer--sp--back01.jpg) repeat-x center 0; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc .footer--etc--inner {
    width: 1160px;
    margin: 0 auto 0 auto;
    font-size: 0; } }

@media screen and (max-width: 767px) {
  footer #footer--etc .footer--etc--inner {
    color: white; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc .footer--etc--inner .footer--link__ginzasohoten {
    float: right;
    border-left: 4px solid #445558; } }

@media screen and (max-width: 767px) {
  footer #footer--etc .footer--etc--inner .footer--link__ginzasohoten {
    border-bottom: 1px solid #445558; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc .footer--etc--inner li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc .footer--etc--inner .footer--link__etc {
    border-left: 1px solid white;
    padding: 0 20px 0 20px;
    margin-top: 18px; } }

@media screen and (max-width: 767px) {
  footer #footer--etc .footer--etc--inner .footer--link__etc {
    font-size: 0;
    text-align: center;
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  footer #footer--etc .footer--etc--inner .footer--link__etc li {
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    border-left: 1px solid white;
    padding: 0 10px 0 10px; } }

@media screen and (max-width: 767px) {
  footer #footer--etc .footer--etc--inner .footer--link__etc li:last-child {
    border-right: 1px solid white; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc .footer--etc--inner .footer--link__etc.last {
    border-right: 1px solid white; } }

@media print, screen and (min-width: 768px) {
  footer #footer--etc .footer--etc--inner .copyRight {
    margin-right: 27px;
    margin-top: 19px; } }

@media screen and (max-width: 767px) {
  footer #footer--etc .footer--etc--inner .copyRight {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 13px;
    padding-bottom: 15px; } }

footer #footer--etc a {
  color: white; }
  @media print, screen and (min-width: 768px) {
    footer #footer--etc a {
      display: inline-block; } }

@media print, screen and (min-width: 768px) {
  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 74px;
    height: 115px;
    display: none;
    z-index: 9999; } }

@media screen and (max-width: 767px) {
  #pagetop {
    width: 14%;
    margin: 5% auto 1% auto; } }

/*************************************

  TOP ページ

*************************************/
@media print, screen and (min-width: 768px) {
  .top #mainVisual {
    width: 100%;
    height: 1500px; } }

@media screen and (max-width: 767px) {
  .top #mainVisual {
    width: 100%;
    height: 443px; } }

@media print, screen and (min-width: 768px) {
  .top #mainVisual #mainVisual__inner {
    position: relative;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 767px) {
  .top #mainVisual #mainVisual__inner {
    position: relative;
    width: 100%;
    height: 100%; } }

@media print, screen and (min-width: 768px) {
  .top .topMainVisualBottomDecoration {
    height: 28px;
    background: #f29b8f url(/common/img/img--header__fixed--Image--01.png) repeat-x center 0; } }

@media screen and (max-width: 767px) {
  .top .topMainVisualBottomDecoration {
    height: 18px;
    background: #f29b8f url(/common/img/img--header__fixed--Image--sp--01.png) repeat-x center 0;
    background-size: contain; } }

.top #pickUp {
  /*
    .h2--pickUp {
      @include m___q("sp") {
        width: 23.1%;
        height: auto;
      }
    }
*/ }
  @media print, screen and (min-width: 768px) {
    .top #pickUp {
      width: 1040px;
      margin: 60px auto 0 auto; } }
  @media screen and (max-width: 767px) {
    .top #pickUp {
      width: 93.75%;
      margin: 3.5% auto 0 auto; } }
  .top #pickUp h2 {
    font-family: 'Cinzel-Bold';
    display: block;
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .top #pickUp h2 {
        font-size: 24px;
        font-size: 1.5rem;
        padding-left: 23px; } }
    @media screen and (max-width: 767px) {
      .top #pickUp h2 {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 13px; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp h2:before {
      content: "";
      position: absolute;
      background: url(/common/img/img--maruki.svg) repeat-x center 0;
      background-size: contain;
      top: 1px;
      left: 0px;
      width: 20px;
      height: 20px; } }
  @media screen and (max-width: 767px) {
    .top #pickUp h2:before {
      content: "";
      position: absolute;
      background: url(/common/img/img--maruki.svg) repeat-x center 0;
      background-size: contain;
      top: 1px;
      left: 0px;
      width: 10px;
      height: 10px; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider {
      font-size: 0;
      position: relative;
      width: 1040px;
      height: 550px;
      margin-top: 30px;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .top #pickUp #pickUp__slider {
      width: 100%;
      font-size: 0;
      margin-top: 1.9%; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider #pickUp__slider__inner {
      position: absolute;
      top: 0;
      left: 0; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element {
      position: absolute;
      top: 0;
      left: 0;
      background-color: white; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element {
      width: 48.6%;
      display: inline-block; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element section {
      width: 320px;
      height: 320px;
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      position: relative;
      padding-top: 320px; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element section {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element a {
      display: block;
      /*
          position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          z-index: 1;
*/ } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element a {
      border: 2px solid black; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element a img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element a img {
      border: 3px solid white; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element .img--frame--outer {
      position: absolute;
      top: 0;
      left: 0;
      width: 320px;
      height: 320px;
      border: 2px solid black;
      z-index: 3; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element .img--frame--inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 320px;
      height: 320px;
      border: 8px solid white;
      z-index: 2; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element h3 {
      margin-top: 10px;
      border-left: 4px solid #f29b8f;
      padding-left: 6px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element h3 {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 10px;
      border-left: 3px solid #f29b8f;
      padding-left: 6px;
      line-height: 1.4; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp .pickUp__slider__element p {
      margin-top: 10px;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element p {
      margin-top: 5px;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element:nth-child(odd) {
      margin-right: 2.8%; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .pickUp__slider__element:nth-child(n+3) {
      margin-top: 2.5%; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .comingSoon {
      border: 2px solid black; } }
  @media screen and (max-width: 767px) {
    .top #pickUp .comingSoon div {
      border: 3px solid white; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider__nav {
      width: 100%;
      height: 8px;
      margin-top: 500px;
      font-size: 0;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider__nav a {
      display: inline-block;
      padding: 7px; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider__nav a span {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #c8c8c8; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider__nav a:nth-child(n+2) {
      margin-left: 2px; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider__nav a:hover span {
      background-color: #f29b8f; } }
  @media print, screen and (min-width: 768px) {
    .top #pickUp #pickUp__slider__nav a.slider--active span {
      background-color: #f29b8f; } }

@media print, screen and (min-width: 768px) {
  .top #specialReport {
    width: 1040px;
    margin: 50px auto 0 auto; } }

@media screen and (max-width: 767px) {
  .top #specialReport {
    width: 93.75%;
    margin: 3.5% auto 0 auto; } }

.top #specialReport h2 {
  font-family: 'Cinzel-Bold';
  display: block;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .top #specialReport h2 {
      font-size: 24px;
      font-size: 1.5rem;
      padding-left: 23px; } }
  @media screen and (max-width: 767px) {
    .top #specialReport h2 {
      font-size: 14px;
      font-size: 0.875rem;
      padding-left: 13px; } }

@media print, screen and (min-width: 768px) {
  .top #specialReport h2:before {
    content: "";
    position: absolute;
    background: url(/common/img/img--maruki.svg) repeat-x center 0;
    background-size: contain;
    top: 1px;
    left: 0px;
    width: 20px;
    height: 20px; } }

@media screen and (max-width: 767px) {
  .top #specialReport h2:before {
    content: "";
    position: absolute;
    background: url(/common/img/img--maruki.svg) repeat-x center 0;
    background-size: contain;
    top: 1px;
    left: 0px;
    width: 10px;
    height: 10px; } }

@media print, screen and (min-width: 768px) {
  .top #specialReport .btnWrapper--01 {
    width: 200px; } }

@media screen and (max-width: 767px) {
  .top #specialReport .btnWrapper--01 {
    width: 62.5%;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) {
  .top #specialReport p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .top #specialReport p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-top: 1.9%; } }

@media print, screen and (min-width: 768px) {
  .top #specialReport .movieWrapper {
    font-size: 0;
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .top #specialReport .movieWrapper {
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) {
  .top #specialReport .movieWrapper li {
    position: relative;
    display: inline-block;
    width: calc(50% - 10px);
    height: 0;
    padding-top: calc(4590px / 16); } }

@media screen and (max-width: 767px) {
  .top #specialReport .movieWrapper li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 56.25%; } }

.top #specialReport .movieWrapper li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media print, screen and (min-width: 768px) {
  .top #specialReport .movieWrapper li:first-child {
    margin-right: 20px; } }

@media screen and (max-width: 767px) {
  .top #specialReport .movieWrapper li:first-child {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 768px) {
  .top #anpan {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .top #anpan {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 0.69%;
    padding-bottom: 0.69%;
    margin-top: 3%; } }

@media print, screen and (min-width: 768px) {
  .top #anpan #anpan__contents {
    position: relative; } }

@media screen and (max-width: 767px) {
  .top #anpan #anpan__contents {
    background-color: #f29b8f; } }

@media print, screen and (min-width: 768px) {
  .top #anpan #anpan__contents:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    width: 13px;
    height: 193px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-left: -520px; } }

@media print, screen and (min-width: 768px) {
  .top #anpan #anpan__contents:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    width: 13px;
    height: 193px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-left: 505px; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .h2--outer {
    padding-bottom: 11px;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .top #anpan .h2--outer {
    border-bottom: 2px solid black;
    padding-bottom: 2%;
    overflow: hidden;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .h2--outer h2 {
    display: block;
    width: 1040px;
    margin: 0 auto 0 auto;
    padding-left: 49px;
    margin-top: 48px;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 2px; } }

@media screen and (max-width: 767px) {
  .top #anpan .h2--outer h2 {
    display: block;
    margin-top: 5.2%;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .h2--borderBottom {
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    transform: scaleX(0);
    opacity: 0; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .p--outer {
    width: 1040px;
    margin: 16px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .p--outer p {
    display: block;
    width: 690px;
    padding-left: 49px;
    padding-bottom: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2; } }

@media screen and (max-width: 767px) {
  .top #anpan .p--outer p {
    display: block;
    width: 93.75%;
    margin: 2.4% auto 0 auto;
    padding-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .anpan--outer {
    width: 1040px;
    margin: 0 auto 0 auto; } }

@media screen and (max-width: 767px) {
  .top #anpan .anpan--outer {
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .anpan--outer .anpanPhoto {
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: 125px;
    opacity: 0;
    pointer-events: none; } }

@media screen and (max-width: 767px) {
  .top #anpan .anpan--outer .anpanPhoto {
    width: 80%;
    display: block;
    margin: 8px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .readMore {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 49px; } }

@media screen and (max-width: 767px) {
  .top #anpan .readMore {
    display: inline-block;
    margin: 10px auto 0 auto;
    font-size: 12px;
    font-size: 0.75rem;
    border: 1px solid black;
    padding: 10px 40px 10px 40px;
    font-weight: bold; } }

@media screen and (max-width: 767px) {
  .top #anpan .readMore img {
    width: 33px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 6px; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .readMore span {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 16px;
    overflow: hidden;
    margin-left: 8px; } }

@media print, screen and (min-width: 768px) {
  .top #anpan .readMore span img {
    position: absolute;
    width: 49px;
    height: 16px;
    top: -1px;
    right: 0; } }

@media print, screen and (min-width: 768px) {
  .top #shopInfo {
    width: 1040px;
    margin: 70px auto 0 auto;
    font-size: 0; } }

@media screen and (max-width: 767px) {
  .top #shopInfo {
    margin-top: 0.69%; } }

@media print, screen and (min-width: 768px) {
  .top #shopInfo .shopInfo__contents {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  .top #shopInfo .shopInfo__contents__textContents {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 60px; } }

@media screen and (max-width: 767px) {
  .top #shopInfo .shopInfo__contents__textContents {
    font-size: 12px;
    font-size: 0.75rem; } }

@media print, screen and (min-width: 768px) {
  .top #shopInfo .shopInfo__contents__textContents__inner {
    display: table-cell;
    vertical-align: middle;
    height: 316px; } }

@media screen and (max-width: 767px) {
  .top #shopInfo .shopInfo__contents__textContents__inner {
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .top #shopInfo .shopInfo__contents__textContents__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 2px;
    padding-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .top #shopInfo .shopInfo__contents__textContents__inner h2 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2px;
    padding-top: 5%;
    padding-bottom: 3.5%; } }

@media print, screen and (min-width: 768px) {
  .top #shopInfo .shopInfo__contents__textContents__inner li {
    margin-top: 16px; } }

@media screen and (max-width: 767px) {
  .top #shopInfo .shopInfo__contents__textContents__inner li {
    margin-bottom: 7px; } }

.top #shopInfo .shopInfo__contents__textContents__inner .googleMap {
  font-family: 'EBGaramond-Regular';
  font-weight: bold;
  /*
        a:hover {
          @include m___q("pc") {
            background-color: $main_color;
          }
        }
*/ }
  @media print, screen and (min-width: 768px) {
    .top #shopInfo .shopInfo__contents__textContents__inner .googleMap {
      display: inline-block;
      border: 2px solid black;
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    .top #shopInfo .shopInfo__contents__textContents__inner .googleMap {
      display: inline-block;
      border: 1px solid black;
      margin-top: 10px;
      margin-bottom: 0;
      width: 62.5%; } }
  .top #shopInfo .shopInfo__contents__textContents__inner .googleMap a {
    letter-spacing: 2px; }
    @media print, screen and (min-width: 768px) {
      .top #shopInfo .shopInfo__contents__textContents__inner .googleMap a {
        background-color: white;
        border: 2px solid white;
        padding: 4px 38px 9px 38px; } }
    @media screen and (max-width: 767px) {
      .top #shopInfo .shopInfo__contents__textContents__inner .googleMap a {
        width: 100%;
        background-color: #f29b8f;
        border: 2px solid white;
        padding-top: 1.5%;
        padding-bottom: 1.5%; } }

@media screen and (max-width: 767px) {
  .top .headerLogo__left02 {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 40.4%;
    transform: translateX(-50%);
    z-index: 8000; } }

@media print, screen and (min-width: 768px) {
  .textSet--01 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 35px; } }

@media screen and (max-width: 767px) {
  .textSet--01 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.73;
    margin-top: 14px;
    width: 93.75%;
    margin-right: auto;
    margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  .textSet--02 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 35px;
    text-align: center; } }
@media print, screen and (min-width: 768px) {
    span.smalltext {
    font-size: 0.7rem; } }

@media screen and (max-width: 767px) {
  .textSet--02 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.73;
    margin-top: 12px;
    width: 93.75%;
    margin-right: auto;
    margin-left: auto;
    text-align: center; } }
@media print, screen and (max-width: 768px) {
    span.smalltext {
    font-size: 0.5rem; } }

@media print, screen and (min-width: 768px) {
  .textSet--03 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 28px; } }

@media screen and (max-width: 767px) {
  .textSet--03 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.73;
    margin-top: 12px; } }

@media print, screen and (min-width: 768px) {
  .textSet--04 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .textSet--04 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.73;
    margin-top: 5px; } }

@media print, screen and (min-width: 768px) {
  .textSet--05 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .textSet--05 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.73;
    margin-top: 12px; } }

@media print, screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px !important; } }

.googleMapBtn--01 {
  font-weight: bold;
  letter-spacing: 2px; }
  @media print, screen and (min-width: 768px) {
    .googleMapBtn--01 {
      display: inline-block;
      border: 1px solid black;
      padding: 2px;
      margin-top: 20px;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .googleMapBtn--01 {
      display: block;
      border: 1px solid black;
      padding: 2px;
      width: 62.5%;
      margin: 12px auto 0 auto; } }
  @media print, screen and (min-width: 768px) {
    .googleMapBtn--01 a {
      display: block;
      background-color: #f29b8f;
      padding: 5px 38px 8px 38px; } }
  @media screen and (max-width: 767px) {
    .googleMapBtn--01 a {
      background-color: #f29b8f;
      padding: 0;
      color: black;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: center;
      padding: 5px 0 7px 0; } }

.googleMapBtn--02 {
  font-weight: bold;
  letter-spacing: 2px; }
  @media print, screen and (min-width: 768px) {
    .googleMapBtn--02 {
      display: inline-block;
      border: 1px solid black;
      padding: 2px;
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .googleMapBtn--02 {
      display: block;
      border: 1px solid black;
      padding: 2px;
      width: 100%;
      margin: 12px auto 0 auto; } }
  @media print, screen and (min-width: 768px) {
    .googleMapBtn--02 a {
      display: block;
      background-color: #f29b8f;
      padding: 5px 38px 8px 38px; } }
  @media screen and (max-width: 767px) {
    .googleMapBtn--02 a {
      display: block !important;
      background-color: #f29b8f;
      padding: 0;
      color: black;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: center;
      padding: 5px 0 7px 0; } }

.btn--02 {
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .btn--02 {
      display: inline-block;
      width: 100%;
      border: 1px solid black;
      padding: 2px;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-top: 9px; } }
  @media screen and (max-width: 767px) {
    .btn--02 {
      display: inline-block;
      width: 100%;
      border: 1px solid black;
      padding: 2px;
      margin-top: 6px; } }
  @media print, screen and (min-width: 768px) {
    .btn--02 a {
      display: block;
      background-color: #f29b8f;
      padding: 8px 38px 6px 38px;
      vertical-align: top; } }
  @media screen and (max-width: 767px) {
    .btn--02 a {
      display: block;
      background-color: #f29b8f;
      padding: 8px 0 6px 0; } }

.textLink--01 {
  text-decoration: underline; }

.textLink--01:hover {
  text-decoration: none; }

.textLink--02 {
  text-decoration: none; }

/*************************************

  2階層目共通

*************************************/
@media print, screen and (min-width: 768px) {
  .second #header__left {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .second #header--fixed {
    top: 0; } }

@media screen and (max-width: 767px) {
  .second #header--fixed {
    display: none; } }

@media screen and (max-width: 767px) {
  .second #header--fixed--sp {
    top: 0; } }

@media screen and (max-width: 767px) {
  .second #mainMenuBtn--sp {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .second .contensWidth--1040--LRcenter {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) {
  .second .subMenuInner {
    background-color: rgba(247, 248, 248, 0.85) !important; } }

@media print, screen and (min-width: 768px) {
  .second .h2Container--01 {
    border-bottom: 3px solid black;
    letter-spacing: 5px; } }

@media screen and (max-width: 767px) {
  .second .h2Container--01 {
    border-bottom: 2px solid black; } }

@media print, screen and (min-width: 768px) {
  .second .h2Container--01 h2 {
    width: 1040px;
    margin: 40px auto 10px auto;
    font-size: 32px;
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .second .h2Container--01 h2 {
    margin: 70px auto 10px auto;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem; } }

@media print, screen and (min-width: 768px) {
  .second .h2--deco--01 {
    font-size: 28px;
    font-size: 1.75rem;
    border-left: 10px solid #f29b8f;
    padding: 2px 0 0 20px;
    line-height: 0.75; } }

@media screen and (max-width: 767px) {
  .second .h2--deco--01 {
    font-size: 15px;
    font-size: 0.9375rem;
    border-left: 5px solid #f29b8f;
    padding-left: 7px; } }

@media print, screen and (min-width: 768px) {
  .second .h2--deco--02 {
    font-size: 28px;
    font-size: 1.75rem;
    border-left: 10px solid #f29b8f;
    padding: 2px 0 0 20px;
    line-height: 0.75; } }

@media print, screen and (min-width: 768px) {
  .second .h3--deco--01 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    border-left: 4px solid #f29b8f;
    padding-left: 10px;
    line-height: 0.8;
    padding-top: 2px; } }

@media screen and (max-width: 767px) {
  .second .h3--deco--01 {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 2px;
    border-left: 5px solid #f29b8f;
    padding-left: 7px; } }

@media print, screen and (min-width: 768px) {
  .second .h3--deco--02 {
    font-size: 28px;
    font-size: 1.75rem;
    border-left: 10px solid #f29b8f;
    padding: 2px 0 0 20px;
    line-height: 0.75; } }

@media screen and (max-width: 767px) {
  .second .h3--deco--02 {
    font-size: 15px;
    font-size: 0.9375rem;
    border-left: 5px solid #f29b8f;
    padding-left: 7px; } }

@media print, screen and (min-width: 768px) {
  .second .h4--deco--01 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: relative;
    padding-left: 14px; } }

@media screen and (max-width: 767px) {
  .second .h4--deco--01 {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    position: relative;
    padding-left: 14px; } }

@media print, screen and (min-width: 768px) {
  .second .h4--deco--01:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-radius: 50%; } }

@media screen and (max-width: 767px) {
  .second .h4--deco--01:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-radius: 50%; } }

@media print, screen and (min-width: 768px) {
  .second .small--deco--01 {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
    padding-bottom: 5px; } }

@media screen and (max-width: 767px) {
  .second .small--deco--01 {
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: middle;
    padding-bottom: 3px; } }

@media print, screen and (min-width: 768px) {
  #breadcrumbs {
    font-size: 0;
    width: 1040px;
    margin: 90px auto 0 auto;
    text-align: right;
    overflow: hidden; } }

@media print, screen and (min-width: 768px) {
  #breadcrumbs li {
    display: inline;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2; } }

@media print, screen and (min-width: 768px) {
  #breadcrumbs li a {
    display: inline; } }

@media print, screen and (min-width: 768px) {
  #breadcrumbs li a:hover {
    text-decoration: underline; } }

@media print, screen and (min-width: 768px) {
  #breadcrumbs li:not(:last-child):after {
    content: ">";
    color: #f29b8f;
    margin-left: 3px;
    margin-right: 6px; } }

/*************************************

  店舗のご案内

*************************************/
@media print, screen and (min-width: 768px) {
  .store #sectionShopInfo #shopInfo__elements {
    font-size: 0;
    width: 1040px;
    margin: 35px auto 0 auto;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .store #sectionShopInfo #shopInfo__elements__info img {
    display: block;
    width: 100%;
    margin: 14px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .store #sectionShopInfo .shopInfo__elements--outer {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    width: 520px; } }

@media screen and (max-width: 767px) {
  .store #sectionShopInfo .shopInfo__elements--outer {
    font-size: 12px;
    font-size: 0.75rem; } }

@media print, screen and (min-width: 768px) {
  .store #sectionShopInfo #mapCanvas1 {
    width: 100%;
    height: 330px; } }

@media screen and (max-width: 767px) {
  .store #sectionShopInfo #mapCanvas1 {
    width: 100%;
    height: 220px; } }

@media screen and (max-width: 767px) {
  .store .shopInfo--commonSet {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .store .shopInfo--commonSet ~ .shopInfo--commonSet {
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .store .contentsFolderBtn {
    position: relative;
    width: 93.75%;
    border: 2px solid black;
    margin: 0 auto 0 auto;
    padding: 3px;
    z-index: 10;
    background-color: white; } }

@media screen and (max-width: 767px) {
  .store .contentsFolderBtn span {
    display: block;
    text-align: center;
    border: 1px solid black;
    line-height: 3;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementOuter {
    display: none;
    margin-top: -15px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoMainVisual {
    widows: 100%;
    border-top: 2px solid black;
    padding-top: 10px;
    margin-top: 58px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoMainVisual {
    position: relative;
    z-index: 1; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoMainVisual img {
    width: 100%;
    height: auto; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner {
    width: 1040px;
    margin: 40px auto 0 auto;
    font-size: 0; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfoElementInner__outer {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    width: 320px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfoElementInner__outer:first-child {
    width: 680px;
    margin-right: 40px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .h2__text01 {
    line-height: 2;
    margin-top: 18px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .h2__text01 {
    width: 93.75%;
    line-height: 1.5;
    margin: 13px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList {
    margin-top: 29px;
    border-bottom: 1px solid black;
    padding-bottom: 9px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList {
    width: 93.75%;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid black;
    padding-bottom: 7px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList h3 {
    font-weight: normal;
    display: block;
    border-left: 4px solid #f29b8f;
    border-bottom: 1px solid black;
    padding: 0 0 3px 11px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList h3 {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    border-left: 3px solid #f29b8f;
    border-bottom: 1px solid black;
    margin: 13px auto 0 auto;
    padding: 2px 0 3px 7px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .productsList {
    margin-top: 13px; }
    .store .shopInfoElementInner .sectionProductsList .productsList:after {
      content: "";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .productsList > li {
    width: 320px;
    float: right; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .productsList > li:first-child {
    float: left; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList .productsList {
    margin: 10px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .productsList__elements li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    position: relative;
    padding-left: 14px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList .productsList__elements li {
    line-height: 1.5;
    position: relative;
    padding-left: 9px;
    line-height: 1.7; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .productsList__elements li:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList .productsList__elements li:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .allProducts {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 5px;
    line-height: 1.7; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList .allProducts {
    margin-top: 5px;
    line-height: 1.7; } }

.store .shopInfoElementInner .sectionProductsList .allProducts a {
  display: inline-block;
  position: relative;
  color: #f29b8f;
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .store .shopInfoElementInner .sectionProductsList .allProducts a {
      padding-left: 11px; } }
  @media screen and (max-width: 767px) {
    .store .shopInfoElementInner .sectionProductsList .allProducts a {
      padding-left: 11px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .sectionProductsList .allProducts a:before {
    content: url(/store/img/img-pdfIcon01.png);
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: 1px;
    width: 10px;
    height: 13px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .sectionProductsList .allProducts a:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/store/img/img-pdfIcon01.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 13px;
    top: 0;
    left: 0px;
    margin-top: 3px;
    vertical-align: middle; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc01 {
    width: 680px;
    overflow: hidden;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc01 {
    width: 93.75%;
    margin: 6px auto 0 auto;
    overflow: hidden; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc01 dt {
    clear: both;
    width: 103px;
    float: left;
    line-height: 1.5;
    position: relative;
    padding-left: 18px;
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc01 dt {
    clear: both;
    width: 70px;
    float: left;
    line-height: 1.5;
    position: relative;
    padding-left: 9px;
    margin-top: 5px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc01 dt:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -6px;
    width: 9px;
    height: 9px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc01 dt:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 6px;
    left: 0px;
    width: 5px;
    height: 5px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc01 dt:nth-of-type(2) {
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc01 dt:nth-of-type(2) {
    margin-top: 5px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc01 dd {
    float: left;
    width: 577px;
    line-height: 1.5;
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc01 dd {
    float: left;
    width: calc(100% - 70px);
    line-height: 1.5;
    margin-top: 5px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc01 dd:nth-of-type(2) {
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc01 dd:nth-of-type(2) {
    margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc02 {
    margin: 0 auto 30px auto; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc02 .shopInfoVisual02 {
    width: 62.5%;
    margin: 17px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid black;
    padding: 5px;
    margin-top: 10px;
    font-size: 0; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp {
    display: block;
    position: relative;
    width: 62.5%;
    margin: 6px auto 0 auto;
    border: 2px solid black;
    padding: 3px;
    font-size: 0; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .shopInfoVisual03 {
    margin-right: 17px; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .shopInfoVisual03 {
    width: calc(60% - 5px) !important;
    margin-right: 5px; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .pickUp__element {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.4; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .pickUp__element {
    display: inline-block;
    width: calc(40% - 6px);
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .pickUp__element p {
    white-space: nowrap; } }

@media print, screen and (min-width: 768px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .pickUp__element__yazirusi {
    position: absolute;
    right: 8px;
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .store .shopInfoElementInner .shopInfo-etc02 .pickUp .pickUp__element__yazirusi {
    width: 7%;
    position: absolute;
    right: 8px;
    bottom: 0; } }

/*************************************

  銀座木村家の贈り物

*************************************/
@media print, screen and (min-width: 768px) {
  .gift #sectionGift {
    width: 1040px;
    margin: 60px auto 0 auto; } }

@media screen and (max-width: 767px) {
  .gift #sectionGift {
    width: 93.75%;
    margin: 30px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .gift #sectionGift h2 {
    letter-spacing: 1px; } }

@media screen and (max-width: 767px) {
  .gift #sectionGift h3 {
    font-size: 12px;
    font-size: 0.75rem; } }

.gift .giftType--outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .gift .giftType--outer {
      margin-top: 35px; } }
  @media screen and (max-width: 767px) {
    .gift .giftType--outer {
      margin-top: 15px; } }

.gift .giftType {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .gift .giftType {
      width: 320px; } }
  @media screen and (max-width: 767px) {
    .gift .giftType {
      width: 48.6%; } }

@media print, screen and (min-width: 768px) {
  .gift .giftType:nth-child(n+4) {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .gift .giftType:nth-child(n+3) {
    margin-top: 16px; } }

.gift .giftType__img {
  border: 2px solid black; }
  @media print, screen and (min-width: 768px) {
    .gift .giftType__img {
      padding: 4px; } }
  @media screen and (max-width: 767px) {
    .gift .giftType__img {
      padding: 2px; } }
  .gift .giftType__img span {
    display: block; }
    @media print, screen and (min-width: 768px) {
      .gift .giftType__img span {
        border: 1px solid black; } }
    @media screen and (max-width: 767px) {
      .gift .giftType__img span {
        border: 1px solid black; } }

@media print, screen and (min-width: 768px) {
  .gift .giftType__info {
    border-left: 4px solid #f29b8f;
    padding-left: 13px;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .gift .giftType__info {
    border-left: 3px solid #f29b8f;
    padding-left: 6px;
    margin-top: 6px; } }

@media print, screen and (min-width: 768px) {
  .gift .giftType__info p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px; } }

@media screen and (max-width: 767px) {
  .gift .giftType__info p {
    margin-top: 5px; } }

.gift #anpanType__outer {
  display: flex;
  flex-wrap: wrap; }
  @media print, screen and (min-width: 768px) {
    .gift #anpanType__outer {
      width: 1040px;
      margin: 48px auto 0 auto;
      border: 2px solid black;
      padding: 6px; } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer {
      width: 93.75%;
      border: 2px solid black;
      margin: 16px auto 0 auto;
      padding: 2px;
      height: auto; } }
  @media print, screen and (min-width: 768px) {
    .gift #anpanType__outer .h2--outer {
      display: block;
      width: calc(100% / 3 - 6px);
      height: 266px;
      border: 2px solid black;
      text-align: center;
      margin: 0 6px 0px 0; } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer .h2--outer {
      position: relative;
      display: block;
      width: calc(100% / 2 - 2px);
      border: 1px solid black;
      text-align: center;
      margin: 0 2px 2px 0; } }
  @media print, screen and (min-width: 768px) {
    .gift #anpanType__outer h2 {
      display: inline-block;
      height: 266px;
      line-height: 266px;
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer h2 {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); } }
  @media print, screen and (min-width: 768px) {
    .gift #anpanType__outer .sectionAnpanType__infoOuter {
      width: calc(100% / 3); } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer .sectionAnpanType__infoOuter {
      width: calc(100% / 2);
      position: relative;
      overflow: hidden; } }
  .gift #anpanType__outer .anpanType__img img {
    width: 100%;
    height: auto; }
  @media print, screen and (min-width: 768px) {
    .gift #anpanType__outer .anpanType__info {
      height: 100px;
      color: white;
      padding: 14px 14px 0 14px; } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer .anpanType__info {
      color: white;
      display: block;
      height: 100%;
      padding: 10px; } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer .anpanType__info h3 {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media print, screen and (min-width: 768px) {
    .gift #anpanType__outer .anpanType__info p {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 10px;
      line-height: 1.57; } }
  @media screen and (max-width: 767px) {
    .gift #anpanType__outer .anpanType__info p {
      margin-top: 6px;
      line-height: 1.57; } }
  .gift #anpanType__outer .anpanType__info--01 {
    background-color: #003f66; }
  .gift #anpanType__outer .anpanType__info--02 {
    background-color: #573728; }
  .gift #anpanType__outer .anpanType__info--03 {
    background-color: #73375a; }
  .gift #anpanType__outer .anpanType__info--04 {
    background-color: #c5a05e; }
  .gift #anpanType__outer .anpanType__info--05 {
    background-color: #7f713b; }

.gift #giftEtc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc {
      width: 1040px;
      margin: 60px auto 0 auto; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc {
      width: 93.75%;
      margin: 30px auto 0 auto; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtcContents {
      width: calc(100% / 2 - 20px); } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtcContents {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtcContents h2 {
      border-left: 4px solid #f29b8f;
      padding: 1px 0 0 10px;
      line-height: 0.9;
      vertical-align: baseline;
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 17px; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtcContents h2 {
      border-left: 4px solid #f29b8f;
      padding: 2px 0 0 7px;
      line-height: 0.9;
      vertical-align: baseline;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 12px; } }
  .gift #giftEtc .giftEtcContents table {
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      .gift #giftEtc .giftEtcContents table {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 767px) {
      .gift #giftEtc .giftEtcContents table {
        font-size: 12px;
        font-size: 0.75rem; } }
    .gift #giftEtc .giftEtcContents table th {
      background-color: #f29b8f; }
      @media print, screen and (min-width: 768px) {
        .gift #giftEtc .giftEtcContents table th {
          padding: 8px 0 8px 0; } }
      @media screen and (max-width: 767px) {
        .gift #giftEtc .giftEtcContents table th {
          padding: 5px 0 5px 0; } }
    .gift #giftEtc .giftEtcContents table th:first-child {
      border-right: 1px solid black;
      width: 65.4%; }
    .gift #giftEtc .giftEtcContents table tr td {
      border-bottom: 1px dotted black;
      text-align: right; }
      @media print, screen and (min-width: 768px) {
        .gift #giftEtc .giftEtcContents table tr td {
          padding: 8px 12px 8px 0; } }
      @media screen and (max-width: 767px) {
        .gift #giftEtc .giftEtcContents table tr td {
          padding: 5px 5px 5px 0; } }
    .gift #giftEtc .giftEtcContents table tr td:first-child {
      border-right: 1px solid black;
      width: 34.6%;
      text-align: left; }
      @media print, screen and (min-width: 768px) {
        .gift #giftEtc .giftEtcContents table tr td:first-child {
          padding-left: 12px;
          padding-right: 0; } }
      @media screen and (max-width: 767px) {
        .gift #giftEtc .giftEtcContents table tr td:first-child {
          padding-left: 5px;
          padding-right: 0; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtc__01 small {
      font-size: 12px;
      font-size: 0.75rem;
      display: inline-block;
      margin-top: 17px;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtc__01 small {
      font-size: 10px;
      font-size: 0.625rem;
      display: inline-block;
      margin-top: 10px;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtc__02 {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtc__02 p {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      line-height: 1.5;
      margin-top: -3px; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtc__02 p {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: bold;
      line-height: 1.5;
      margin-top: -3px; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtc__02 ul {
      font-size: 14px;
      font-size: 0.875rem;
      overflow: hidden;
      margin-top: 5px; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtc__02 ul {
      font-size: 12px;
      font-size: 0.75rem;
      overflow: hidden;
      margin-top: 4px; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtc__02 li {
      margin-top: 7px;
      position: relative;
      padding-left: 12px;
      line-height: 1.6; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtc__02 li {
      margin-top: 8px;
      position: relative;
      padding-left: 12px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) {
    .gift #giftEtc .giftEtc__02 li:before {
      content: "";
      position: absolute;
      background: #f29b8f;
      top: 0;
      left: 0px;
      margin-top: 7px;
      height: 7px;
      width: 7px;
      border-radius: 50%; } }
  @media screen and (max-width: 767px) {
    .gift #giftEtc .giftEtc__02 li:before {
      content: "";
      position: absolute;
      background: #f29b8f;
      top: 0;
      left: 0px;
      margin-top: 4px;
      height: 6px;
      width: 6px;
      border-radius: 50%; } }

/*************************************

  プライバシーポリシー

*************************************/
@media print, screen and (min-width: 768px) {
  .second.privacy #contents {
    font-size: 14px;
    font-size: 0.875rem; } }

@media screen and (max-width: 767px) {
  .second.privacy #contents {
    font-size: 12px;
    font-size: 0.75rem; } }

@media print, screen and (min-width: 768px) {
  .second.privacy .sectionPrivacyContents {
    width: 1040px;
    display: flex;
    margin: 50px auto 0 auto; } }

@media screen and (max-width: 767px) {
  .second.privacy .sectionPrivacyContents {
    width: 93.75%;
    margin: 14px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .second.privacy .sectionPrivacyContents:nth-of-type(1) {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .second.privacy .privacyContents--left {
    width: 267px; } }

@media print, screen and (min-width: 768px) {
  .second.privacy .privacyContents--right {
    width: 773px;
    line-height: 2.1;
    margin-top: -5px; } }

@media screen and (max-width: 767px) {
  .second.privacy .privacyContents--right {
    line-height: 1.73;
    margin-top: 12px; } }

@media print, screen and (min-width: 768px) {
  .second.privacy .privacyContents--right section:nth-child(n+2) h4 {
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .second.privacy .privacyContents--right section:nth-child(n+2) h4 {
    margin-top: 8px; } }

@media print, screen and (min-width: 768px) {
  .second.privacy .credit {
    width: 1040px;
    margin: 35px auto 0 auto;
    text-align: right;
    font-weight: bold; } }

@media screen and (max-width: 767px) {
  .second.privacy .credit {
    width: 93.75%;
    margin: 15px auto 0 auto;
    text-align: right;
    font-weight: bold; } }

/*************************************

  サイトマップ

*************************************/
.second.siteMap #siteMapList {
  font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    .second.siteMap #siteMapList {
      width: 1040px;
      margin: 50px auto 0 auto;
      letter-spacing: 2px; } }
  @media screen and (max-width: 767px) {
    .second.siteMap #siteMapList {
      width: 93.75%;
      margin: 14px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .second.siteMap #siteMapList > li {
    border-bottom: 1px solid #f29b8f;
    margin-bottom: 23px;
    padding-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .second.siteMap #siteMapList > li {
    border-bottom: 1px solid #f29b8f;
    margin-bottom: 15px;
    padding-bottom: 16px; } }

.second.siteMap #siteMapList > li > a {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .second.siteMap #siteMapList > li > a {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 2px;
      border-left: 4px solid #f29b8f;
      padding-left: 10px;
      line-height: 0.8;
      padding-top: 1px; } }
  @media screen and (max-width: 767px) {
    .second.siteMap #siteMapList > li > a {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 2px;
      border-left: 5px solid #f29b8f;
      padding-left: 7px; } }

@media print, screen and (min-width: 768px) {
  .second.siteMap #siteMapList > li > ul {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .second.siteMap #siteMapList > li > ul {
    margin-top: 14px; } }

@media print, screen and (min-width: 768px) {
  .second.siteMap #siteMapList > li > ul > li {
    line-height: 1.75; } }

@media screen and (max-width: 767px) {
  .second.siteMap #siteMapList > li > ul > li {
    line-height: 2.6; } }

@media print, screen and (min-width: 768px) {
  .second.siteMap #siteMapList > li > ul > li > a {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: relative;
    padding-left: 14px; } }

@media screen and (max-width: 767px) {
  .second.siteMap #siteMapList > li > ul > li > a {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    position: relative;
    padding-left: 14px; } }

@media print, screen and (min-width: 768px) {
  .second.siteMap #siteMapList > li > ul > li > a:before {
    display: inline-block;
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-radius: 50%; } }

@media screen and (max-width: 767px) {
  .second.siteMap #siteMapList > li > ul > li > a:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 50%;
    left: 0px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-radius: 50%; } }

/*************************************

  会社概要

*************************************/
@media print, screen and (min-width: 768px) {
  .second.company table {
    width: 1040px;
    margin: 65px auto 0 auto;
    font-size: 14px;
    font-size: 0.875rem; } }

@media screen and (max-width: 767px) {
  .second.company table {
    width: 93.75%;
    margin: 30px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .second.company table th {
    width: 10%;
    border-top: 1px solid #f29b8f;
    border-right: 1px solid #f29b8f;
    border-bottom: 1px solid #f29b8f;
    text-align: left;
    padding: 26px 0 26px 18px; } }

@media screen and (max-width: 767px) {
  .second.company table th {
    display: block;
    width: 100%;
    border-top: 1px solid #f29b8f;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media print, screen and (min-width: 768px) {
  .second.company table td {
    width: 90%;
    border-top: 1px solid #f29b8f;
    border-bottom: 1px solid #f29b8f;
    padding: 22px 0 26px 18px;
    line-height: 1.4; } }

@media screen and (max-width: 767px) {
  .second.company table td {
    display: block;
    width: 100%;
    border-top: 1px dotted #f29b8f;
    padding: 10px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    line-height: 1.4; } }

.second.company table td a {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .second.company table tr:last-child td {
    border-bottom: 1px solid #f29b8f;
    line-height: 2; } }

/*************************************

  季節の催し物

*************************************/
@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp {
    width: 1040px;
    margin: 35px auto 0 auto;
    font-size: 14px;
    font-size: 0.875rem; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp {
    width: 93.75%;
    margin: 30px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper h2 {
    border-left: 8px solid #f29b8f;
    padding: 2px 0 0 15px;
    line-height: 0.8;
    vertical-align: baseline;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 17px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper h2 {
    border-left: 4px solid #f29b8f;
    padding: 2px 0 0 7px;
    line-height: 0.9;
    vertical-align: baseline;
    font-size: 15px;
    font-size: 0.9375rem; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 25px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper h3 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 12px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .price--01 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 7px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .price--01 {
    margin-top: 7px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .PickUp__img {
    margin-top: 25px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .PickUp__img {
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .PickUp--outer {
    float: left;
    width: 500px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .PickUp--outer:nth-of-type(2) {
    float: right; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .PickUp--outer:nth-of-type(2) {
    margin-top: 30px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .courseWrapper {
    margin-top: 18px;
    font-size: 16px;
    font-size: 1rem; } }

.second.pickUp #sectionPickUp .pickUpWrapper .courseWrapper h4 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .second.pickUp #sectionPickUp .pickUpWrapper .courseWrapper h4 {
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    .second.pickUp #sectionPickUp .pickUpWrapper .courseWrapper h4 {
      font-size: 12px;
      font-size: 0.75rem;
      padding-left: 13px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .courseWrapper h4:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 0;
    left: 0px;
    margin-top: 7px;
    height: 7px;
    width: 7px;
    border-radius: 50%; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper .courseWrapper h4:before {
    content: "";
    position: absolute;
    background: #f29b8f;
    top: 0;
    left: 0px;
    margin-top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 50%; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .pickUpWrapper:nth-child(n+2) {
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .courseOuter:nth-child(n+2) {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .courseInner li {
    margin-left: 15px;
    line-height: 1.5;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .courseInner li {
    margin-left: 13px;
    line-height: 1.5;
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .courseInner li:first-child {
    margin-left: 0;
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .courseInner li:first-child {
    margin-left: 0;
    margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  .second.pickUp #sectionPickUp .pickUpWrapper:nth-child(n+2) {
    margin-top: 60px; } }

@media screen and (max-width: 767px) {
  .second.pickUp #sectionPickUp .PickUp--outer--02 {
    margin-top: 15px !important; } }

/*************************************

  銀座木村家の歴史

*************************************/
@media print, screen and (min-width: 768px) {
  .second.history #mainVisual {
    min-width: 1040px;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid black;
    margin-top: 69px; } }

@media screen and (max-width: 767px) {
  .second.history #mainVisual {
    padding-bottom: 3px;
    border-bottom: 1px solid black;
    margin-top: 48px; } }

.second.history #mainVisual img {
  width: 100%;
  text-align: center; }

@media print, screen and (min-width: 768px) {
  .second.history #breadcrumbs {
    margin-top: 18px; } }

@media screen and (max-width: 767px) {
  .second.history #sectionHistoryTitle h2 {
    margin-top: 22px; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory {
    width: 1040px;
    margin: 0 auto 0 auto; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory {
    margin: 14px auto 0 auto; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory #historyWrapper {
    margin-left: 96px;
    margin-top: 75px; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyInner {
    border-left: 1px solid black;
    font-size: 0;
    padding-top: 40px;
    position: relative; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyInner {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyInner li {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyTextContents {
    width: 580px;
    margin-right: 25px; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyTextContents h2 {
    position: relative;
    border-bottom: 1px solid black;
    padding: 0px 0 5px 20px;
    font-size: 26px;
    font-size: 1.625rem; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyTextContents h2 {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 2px; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyTextContents h2 small {
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: middle;
    margin-left: 10px;
    padding-bottom: 0px; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyTextContents h2 small {
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: middle;
    margin-left: 5px;
    padding-bottom: 0px; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyTextContents h2:before {
    content: "";
    position: absolute;
    background: black;
    bottom: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyTextContents p {
    padding-left: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 12px; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyTextContents p {
    width: 93.75%;
    margin: 5px auto 0 auto;
    line-height: 1.6; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyTextContents .p--last--01 {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyOuter:first-child .historyInner {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyOuter:first-child .historyInner {
    margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyOuter:first-child .historyTextContents--01 h2 {
    margin-left: -1px;
    padding-top: 0;
    border-left: 1px solid white; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyImgContents {
    margin-top: 15px;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyImgContents--01 {
    width: 221px; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyImgContents--01 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyImgContents--01 img {
    width: 58.6%; } }

@media print, screen and (min-width: 768px) {
  .second.history .sectionHistory .historyImgContents--02 {
    width: 303px; } }

@media screen and (max-width: 767px) {
  .second.history .sectionHistory .historyImgContents--02 img {
    width: 81%; } }

/*************************************

  銀座木村家のあんぱん

*************************************/
@media print, screen and (min-width: 768px) {
  .second.anpan #mainVisual {
    /*
      position: relative;
      height: 80vh;
      margin-top: 69px;
      overflow: hidden;
      */
    position: relative;
    margin-top: 69px;
    padding-bottom: 3px; } }

@media screen and (max-width: 767px) {
  .second.anpan #mainVisual {
    padding-bottom: 3px;
    border-bottom: 1px solid black;
    margin-top: 48px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #mainVisual video {
    /*
        //position: fixed;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        //width: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        //background-size: cover;
        //margin-top: 35px;
        */
    width: 100%; } }

@media screen and (max-width: 767px) {
  .second.anpan #mainVisual video {
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #breadcrumbs {
    margin-top: 18px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #contents {
    background-color: white;
    overflow: hidden; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #contents .line--01 {
    display: block;
    height: 1px;
    border-top: 1px solid black;
    margin-top: 6px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #sectionHistoryTitle:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #sectionHistoryTitle .textContents:nth-of-type(1) {
    float: left;
    width: 520px;
    margin-top: 35px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #sectionHistoryTitle .textContents:nth-of-type(1) p {
    margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  .second.anpan #sectionHistoryTitle .textContents:nth-of-type(2) {
    float: right;
    width: 477px;
    margin-top: 35px; } }

@media screen and (max-width: 767px) {
  .second.anpan #sectionHistoryTitle .textContents:nth-of-type(2) {
    margin-top: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .second.anpan #sectionHistoryTitle h2 {
    margin-top: 22px; } }

@media screen and (max-width: 767px) {
  .second.anpan .sectionAnpan {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .sectionAnpan h4 {
    font-size: 28px;
    font-size: 1.75rem; } }

@media screen and (max-width: 767px) {
  .second.anpan .sectionAnpan h4 {
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .sectionAnpan h4 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px; } }

@media screen and (max-width: 767px) {
  .second.anpan .sectionAnpan h4 span {
    display: block;
    width: 41px;
    margin: 24px auto 10px auto; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .sectionAnpanDescription:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .sectionAnpanDescription:nth-of-type(1) {
    margin-top: 73px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .sectionAnpanDescription:nth-of-type(n+2) {
    margin-top: 68px; } }

@media screen and (max-width: 767px) {
  .second.anpan .sectionAnpanDescription:nth-of-type(n+2) {
    margin-top: 30px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .anpanDescription h5 {
    border-bottom: 1px solid black;
    padding-bottom: 8px; } }

@media screen and (max-width: 767px) {
  .second.anpan .anpanDescription h5 {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .anpanDescription h5:nth-of-type(2) {
    margin-top: 35px; } }

@media screen and (max-width: 767px) {
  .second.anpan .anpanDescription h5:nth-of-type(2) {
    margin-top: 18px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .anpanDescription p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 13px; } }

@media screen and (max-width: 767px) {
  .second.anpan .anpanDescription p {
    line-height: 1.6;
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .anpanDescription:nth-of-type(1) {
    float: left;
    width: 341px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .anpanDescription:nth-of-type(2) {
    float: right;
    width: 680px; } }

@media screen and (max-width: 767px) {
  .second.anpan .anpanDescription--left {
    width: 80%;
    margin-top: 10px;
    margin-left: 13%; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .banner--store {
    display: block;
    position: relative;
    width: 100%;
    border: 4px solid black;
    padding: 17px;
    margin-top: 65px;
    font-size: 0; } }

@media screen and (max-width: 767px) {
  .second.anpan .banner--store {
    display: block;
    position: relative;
    width: 93.75%;
    margin: 6px auto 0 auto;
    border: 2px solid black;
    padding: 4px;
    font-size: 0;
    margin-top: 30px; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .banner--store .storeImg {
    margin-right: 66px; } }

@media screen and (max-width: 767px) {
  .second.anpan .banner--store .storeImg {
    width: calc(46% - 6px);
    margin-right: 6%; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .banner--store .banner {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.66; } }

@media screen and (max-width: 767px) {
  .second.anpan .banner--store .banner {
    display: inline-block;
    width: calc(48% - 6px);
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .banner--store .yazirusi {
    position: absolute;
    right: 26px;
    bottom: 22px;
    font-size: 0;
    display: block;
    width: 220px; } }

@media screen and (max-width: 767px) {
  .second.anpan .banner--store .yazirusi {
    position: absolute;
    right: 8px;
    bottom: 0;
    vertical-align: middle; } }

@media print, screen and (min-width: 768px) {
  .second.anpan .banner--store .yazirusi p {
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 17px; } }

@media screen and (max-width: 767px) {
  .second.anpan .banner--store .yazirusi p {
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-right: 5px;
    line-height: 1; } }

@media screen and (max-width: 767px) {
  .second.anpan .banner--store .yazirusi img {
    display: inline-block;
    width: 33px; } }

/*# sourceMappingURL=style.css.map*/