@charset "UTF-8";
.heading-banner {
  position: relative;
  height: 322px;
}
@media screen and (max-width: 768px) {
  .heading-banner {
    height: 172px;
  }
}
.heading-banner.banner-modules {
  background: url("../img/common/others.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-modules {
    background: url("../img/common/smp_others.jpg") center center no-repeat;
    background-size: cover;
  }
}
.heading-banner.banner-modules-about {
  background: url("../img/common/about.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-modules-about {
    background: url("../img/common/smp_about.jpg") center center no-repeat;
    background-size: cover;
  }
}
.heading-banner.banner-modules-tasting {
  background: url("../img/common/tasting.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-modules-tasting {
    background: url("../img/common/smp_tasting.jpg") center center no-repeat;
    background-size: cover;
  }
}
.heading-banner.banner-modules-blog {
  background: url("../img/common/enjoywine.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-modules-blog {
    background: url("../img/common/smp_enjoywine.jpg") center center no-repeat;
    background-size: cover;
  }
}
.heading-banner.banner-modules-shop {
  background: url("../img/common/shop.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-modules-shop {
    background: url("../img/common/smp_shop.jpg") center center no-repeat;
    background-size: cover;
  }
}
.heading-banner.banner-cases {
  background: url("../img/cases/cases-banner-pc.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-cases {
    background: url("../img/cases/cases-banner-sp.png") center center no-repeat;
    background-size: cover;
  }
}
.heading-banner.banner-cases-single {
  height: 273px;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-cases-single {
    height: 170px;
  }
}
.heading-banner.banner-cases-single .slide-content {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .heading-banner.banner-cases-single .slide-content {
    bottom: 25px;
  }
}
.heading-banner.banner-cases-single .slide-content span {
  text-shadow: none;
  color: #c51824;
}
.heading-banner.banner-cases-single .slide-content span.upper {
  color: #404040;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
.heading-banner img {
  width: 100%;
}
.heading-banner .slide-content {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .heading-banner .slide-content {
    bottom: 30px;
  }
}
.heading-banner .slide-content span {
  display: block;
  color: white;
  font-family: "Century Gothic", sans-serif;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading-banner .slide-content span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.heading-banner .slide-content span.upper {
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .heading-banner .slide-content span.upper {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.breacrumbs {
  background-color: #f6f6f6;
  font-size: 12px;
  font-size: 1.2rem;
  color: #c51824;
  padding: 12px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .breacrumbs {
    margin-bottom: 20px;
  }
}
.breacrumbs a, .breacrumbs span {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}
.breacrumbs a:hover {
  color: #c51824;
}
@media screen and (max-width: 768px) {
  .breacrumbs.no-sp-padding {
    margin-bottom: 0;
  }
}

.sidebar {
  display: block;
  font-family: "Century Gothic","游ゴシック Regular", "Yu Gothic Regular", "游ゴシック体", YuGothic, sans-serif;
  float: right;
  width: 230px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 106%;
    padding: 3%;
    background: #fafafa;
    margin-left: -3%;
    float: none;
  }
}
.sidebar .heading {
  color: #404040;
  font-weight: bold;
  font-family: "Century Gothic","游ゴシック Regular", "Yu Gothic Regular", "游ゴシック体", YuGothic, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar .categories li {
  margin-bottom: 10px;
}
.sidebar .categories li a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  border-bottom: 1px dotted #333333;
}
.sidebar .categories li a:hover {
  color: #c51824;
  text-decoration: none;
  border-bottom: 1px solid #c51824;
}
.sidebar .sidebnr {
  display: block;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebnr img {
    display: block;
    margin: 20px auto -10px;
  }
}

.article {
  display: block;
  float: left;
  width: calc(100% - 230px);
  padding-right: 55px;
  border-right: 1px solid #e3e3e3;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .article {
    width: 100%;
    border-right: none;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .article ul:after,
  .article ul:before {
    content: "";
    display: block;
    clear: both;
  }
}
.article header .date {
  float: left;
  font-size: 13px;
  margin-bottom: 40px;
  padding: 2px 30px;
  border: 1px solid #aaa;
}
.article header .category {
  float: right;
  background-color: #c51824;
  padding: 2px 30px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 40px;
}
.article h2 {
  clear: both;
  color: #404040;
  line-height: 1.6;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .article h2 {
    color: #191919;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.article h3 {
  color: #404040;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  border-bottom: 1px dotted #b2b2b2;
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.article h3:after {
  display: block;
  content: '';
  background-color: #c51824;
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .article h3 {
    color: #191919;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .article h3:after {
    top: 4px;
  }
}
.article h4 {
  color: #404040;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .article h4 {
    color: #191919;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.article h5 {
  color: #404040;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: #f0f0f0;
  padding: 5px 0 5px 15px;
  border-left: 3px solid #b6b6b6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .article h5 {
    color: #191919;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.article h6 {
  color: #404040;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.article h6:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #b6b6b6;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .article h6 {
    color: #191919;
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.article p {
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .article p {
    color: #191919;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.article ul li {
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  padding-left: 15px;
}
.article ul li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c51824;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .article ul li {
    color: #191919;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.article ol {
  counter-reset: list-number;
}
.article ol li {
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.article ol li:before {
  counter-increment: list-number;
  content: counter(list-number) ". ";
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .article ol li {
    color: #191919;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .article ol li:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.article table {
  width: 100%;
  margin-bottom: 40px;
}
.article table th {
  width: 25%;
  padding: 10px 0 10px 20px;
  color: #404040;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .article table th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.article table td {
  width: 75%;
  padding: 10px 0 10px 20px;
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .article table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.article table td.logo span {
  margin-right: 40px;
}
.article table tr {
  border-bottom: 1px solid #dddddd;
}
.article table tr:nth-child(odd) {
  background-color: #fafafa;
}
.article table tr.stripe th, .article table tr.stripe td {
  background-color: #fafafa;
  border-top: 1px solid #dddddd;
}
.article table tr.top th {
  padding: 0 5px 0 0;
}
.article table tr.top th span {
  display: block;
  background-color: #b81d23;
  height: 3px;
  width: 100%;
}
.article table tr.top td {
  padding: 0;
}
.article table tr.top td span {
  display: block;
  background-color: #b9b9b9;
  height: 3px;
  width: 100%;
}
.article table tr:last-child th, .article table tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
.article .decor {
  background-color: #f0f0f0;
  padding: 25px;
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
.article .decor p:last-child {
  margin-bottom: 0;
}

.saboxplugin-wrap .prof_name1 {
  font-weight: bold;
}
.saboxplugin-wrap .prof_name2 {
  color: #c51824;
  margin-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
.saboxplugin-wrap .prof_title {
  font-size: 14px;
}

/*==================================================
 index
==================================================*/
#index .top-ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #index .top-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
#index .top-ttl .eng {
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #index .top-ttl .eng {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
  }
}
#index .top-ttl .red {
  color: #c51824;
}
#index .post-list {
  margin-bottom: 70px;
}
#index .post-list li {
  float: left;
  width: 50%;
  height: 192px;
  margin-bottom: 4px;
  padding: 0 2px 0 0;
  overflow: hidden;
}
#index .post-list li:nth-of-type(2n) {
  margin-right: 0;
  padding: 0 0 0 2px;
}
#index .post-list li a {
  display: table;
  width: 100%;
  height: 192px;
  background-color: #eeeeee;
  background-image: url(../img/index/red_arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#index .post-list li a:hover {
  text-decoration: none;
  background-color: #dedede !important;
  color: #3b3b3b;
}
#index .post-list li .img-col {
  width: 35.4%;
  height: 192px;
  overflow: hidden;
  display: table-cell;
  position: relative;
}
#index .post-list li .img-col .img {
  display: block;
  position: relative;
  width: 100%;
  height: 192px;
}
#index .post-list li .img-col img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: auto;
  height: 100%;
}
#index .post-list li .info-col {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}
#index .post-list li .info-col .info {
  margin-bottom: 15px;
}
#index .post-list li .info-col .info p {
  display: inline-block;
}
#index .post-list li .info-col .info p.day {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
}
#index .post-list li .info-col .info p.category {
  float: right;
  width: 105px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  background: #c51824;
  text-align: center;
  line-height: 1.9;
}
#index .post-list li .info-col .ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  #index .post-list li .info-col .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#index .main-visual img {
  width: 100%;
}
#index .main-visual .slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #index .main-visual .slick-dots {
    bottom: 5%;
  }
}
#index .main-visual .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #index .main-visual .slick-dots li {
    margin: 0 8px;
  }
}
#index .main-visual .slick-dots li button {
  background-color: #a39f97;
}
#index .main-visual .slick-dots li.slick-active button {
  background: #c51824;
}
#index .menu-wrap .top-menu {
  display: flex;
  width: 100%;
  height: 415px;
}
@media screen and (max-width: 990px) {
  #index .menu-wrap .top-menu {
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu {
    height: auto;
    margin-top: 1px;
  }
}
#index .menu-wrap .top-menu li {
  display: block;
  vertical-align: middle;
  width: 33.333%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu li {
    display: block;
    width: 100%;
  }
}
#index .menu-wrap .top-menu li a {
  position: relative;
  display: block;
  padding: 94px 0;
  height: 100%;
}
@media screen and (max-width: 990px) {
  #index .menu-wrap .top-menu li a {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu li a {
    padding: 26px 0;
  }
}
#index .menu-wrap .top-menu li a::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#index .menu-wrap .top-menu li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
  background: url(../img/index/red_arrow.png) no-repeat 0 0;
}
#index .menu-wrap .top-menu li a:hover {
  text-decoration: none !important;
}
#index .menu-wrap .top-menu li a:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index .menu-wrap .top-menu li .menu-box {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 60%;
  max-width: 225px;
  background: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 990px) {
  #index .menu-wrap .top-menu li .menu-box {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu li .menu-box {
    max-width: inherit;
    padding: 15px 0;
  }
}
#index .menu-wrap .top-menu li .menu-box h2 {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 45px auto;
  padding-top: 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu li .menu-box h2 {
    font-size: 12px;
    font-size: 1.2rem;
    background-size: 40px auto;
    padding-top: 40px;
  }
}
#index .menu-wrap .top-menu li .menu-box h2 span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu li .menu-box h2 span {
    margin-bottom: 0;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
#index .menu-wrap .top-menu li .menu-box picture img {
  margin: 3px 0 0;
}
@media screen and (max-width: 768px) {
  #index .menu-wrap .top-menu li .menu-box picture img {
    width: 90%;
    margin: 5px 0 0;
  }
}
#index .menu-wrap .top-menu li#menu01 a::after {
  background-image: url(../img/index/top_menu_bg01.jpg);
}
#index .menu-wrap .top-menu li#menu01 .menu-box h2 {
  background-image: url(../img/index/top_menu_ico01.png);
}
#index .menu-wrap .top-menu li#menu02 a::after {
  background-image: url(../img/index/top_menu_bg02.jpg);
}
#index .menu-wrap .top-menu li#menu02 .menu-box h2 {
  background-image: url(../img/index/top_menu_ico02.png);
}
#index .menu-wrap .top-menu li#menu03 a::after {
  background-image: url(../img/index/top_menu_bg03.jpg);
}
#index .menu-wrap .top-menu li#menu03 .menu-box h2 {
  background-image: url(../img/index/top_menu_ico03.png);
}
#index .about-wrap {
  background: #f0f0f0;
  padding: 80px 0 73px;
}
@media screen and (max-width: 768px) {
  #index .about-wrap {
    padding: 30px 0 42px;
  }
  #index .about-wrap .inner {
    padding: 0;
  }
}
#index .about-wrap .img-col {
  width: 35.5%;
  float: left;
}
@media screen and (max-width: 768px) {
  #index .about-wrap .img-col {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  #index .about-wrap .img-col img {
    width: 100%;
  }
}
#index .about-wrap .intro-col {
  width: 54.5%;
  float: right;
}
@media screen and (max-width: 768px) {
  #index .about-wrap .intro-col {
    width: 100%;
    float: none;
    padding: 0 3%;
    text-align: center;
  }
}
#index .about-wrap .about-ttl {
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #index .about-wrap .about-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 25px;
  }
}
#index .about-wrap .about-intro {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #index .about-wrap .about-intro {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}
#index .about-wrap .about-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #index .about-wrap .about-text {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #index .about-wrap .readmore-btn {
    padding-top: 10px;
  }
}
#index .news-wrap {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #index .news-wrap {
    padding: 35px 0 32px;
  }
  #index .news-wrap .post-list {
    margin-bottom: 30px;
  }
  #index .news-wrap .post-list li {
    display: none;
    float: none;
    width: 100%;
    height: inherit;
    margin-bottom: 1px;
    padding: 0;
    position: relative;
  }
  #index .news-wrap .post-list li:nth-of-type(2n) {
    padding: 0;
  }
  #index .news-wrap .post-list li:nth-of-type(1), #index .news-wrap .post-list li:nth-of-type(2), #index .news-wrap .post-list li:nth-of-type(3) {
    display: block;
  }
  #index .news-wrap .post-list li a {
    display: block;
    height: inherit;
    background: none;
    color: #FFF;
  }
  #index .news-wrap .post-list li .img-col {
    width: 100%;
    height: 235px;
    display: block;
  }
  #index .news-wrap .post-list li .img-col .img {
    width: 100%;
    height: inherit;
  }
  #index .news-wrap .post-list li .img-col img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  #index .news-wrap .post-list li .info-col {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) url(../img/index/red_arrow.png) no-repeat right 15px bottom 16px;
    padding: 15px 20px;
  }
  #index .news-wrap .post-list li .info-col .info {
    margin-bottom: 5px;
  }
  #index .news-wrap .post-list li .info-col .info p {
    color: #FFF;
  }
  #index .news-wrap .post-list li .info-col .info p.day {
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #index .news-wrap .post-list li .info-col .info p.category {
    display: none;
  }
  #index .news-wrap .post-list li .info-col .ttl {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#index .wine-wrap {
  padding: 80px 0 100px;
  background: #f0f0f0;
}
#index .wine-wrap .post-list li a {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  #index .wine-wrap {
    padding: 35px 0 32px;
  }
  #index .wine-wrap .inner {
    padding: 0;
  }
  #index .wine-wrap .post-list {
    margin-bottom: 30px;
  }
  #index .wine-wrap .post-list li {
    float: none;
    width: 100%;
    height: inherit;
    margin-bottom: 3px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
  }
  #index .wine-wrap .post-list li:nth-of-type(2n) {
    padding: 0;
  }
  #index .wine-wrap .post-list li:nth-of-type(6) {
    display: none;
  }
  #index .wine-wrap .post-list li a {
    display: block;
    height: inherit;
    background: #FFF;
    padding: 15px 5%;
  }
  #index .wine-wrap .post-list li .img-col {
    display: none;
  }
  #index .wine-wrap .post-list li .info-col {
    display: block;
    padding: 0 0 0 10px;
    position: relative;
  }
  #index .wine-wrap .post-list li .info-col::before {
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: #c51824;
  }
  #index .wine-wrap .post-list li .info-col .info {
    margin-bottom: 5px;
  }
  #index .wine-wrap .post-list li .info-col .info p {
    display: block;
  }
  #index .wine-wrap .post-list li .info-col .info p.day {
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #index .wine-wrap .post-list li .info-col .info p.category {
    display: none;
  }
  #index .wine-wrap .post-list li .info-col .ttl {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#index .instagram-wrap {
  background: #000000;
  padding: 6px 9px 0;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap {
    padding: 0 0 40px;
  }
}
#index .instagram-wrap dl {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap dl {
    display: block;
  }
}
#index .instagram-wrap dl dt, #index .instagram-wrap dl dd {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap dl dt, #index .instagram-wrap dl dd {
    display: block;
  }
}
#index .instagram-wrap dl dt {
  width: 28.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap dl dt {
    width: 100%;
    padding: 30px 0 25px;
  }
}
#index .instagram-wrap dl .instagram-ttl {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding-top: 55px;
  background: url(../img/index/instagram_ico.png) no-repeat center top;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap dl .instagram-ttl {
    font-size: 12px;
    font-size: 1.2rem;
    background: none;
    padding: 0;
  }
}
#index .instagram-wrap dl .instagram-ttl span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap dl .instagram-ttl span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#index .instagram-wrap dl .instagram-list #sbi_images > div {
  position: relative;
  float: left;
  width: 19.4%;
  margin-left: 0.6666%;
  margin-bottom: 0.8%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #index .instagram-wrap dl .instagram-list #sbi_images > div {
    width: 32.8% !important;
    margin: 0 0.8% 2px 0 !important;
  }
  #index .instagram-wrap dl .instagram-list #sbi_images > div:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
#index .instagram-wrap dl .instagram-list #sbi_images > div:first-of-type {
  width: 39.8%;
  margin-left: 0;
}
#index .instagram-wrap dl .instagram-list #sbi_images > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#index .instagram-wrap dl .instagram-list #sbi_images > div .sbi_photo_wrap {
  display: block;
  margin: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#index .instagram-wrap dl .instagram-list #sbi_images > div .sbi_photo_wrap img {
  width: 100%;
}
#index .hotel-wrap {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #index .hotel-wrap {
    padding: 35px 0 40px;
  }
  #index .hotel-wrap .inner {
    padding: 0;
  }
  #index .hotel-wrap img {
    width: 100%;
  }
}
#index .hotel-wrap p {
  padding: 0 20px;
}
#index .hotel-wrap .top-ttl {
  margin-bottom: 27px;
}
#index .hotel-wrap .hotel-intro {
  padding: 35px 20px 60px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #index .hotel-wrap .hotel-intro {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 25px 15px 30px;
    text-align: center;
  }
}

.case-list {
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .case-list {
    padding: 0;
  }
}
.case-list li {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.case-list li:nth-child(2n) {
  margin-right: 0;
}
.case-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .case-list li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .case-list li:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
}
.case-list li .img img {
  width: 100%;
}
.case-list li .content {
  background-color: #f5f5f5;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case-list li .content {
    padding: 20px;
  }
}
.case-list li .content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #c51824;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
@media screen and (max-width: 768px) {
  .case-list li .content:after {
    display: none;
  }
}
.case-list li .content .title {
  text-align: center;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .case-list li .content .title {
    color: #3b3b3b;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.case-list li .content .sub-title {
  color: #c10714;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0 25px;
  position: relative;
  margin-bottom: 15px;
}
.case-list li .content .sub-title:after {
  display: block;
  content: '';
  width: 66px;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #e2e2e2;
}
@media screen and (max-width: 768px) {
  .case-list li .content .sub-title {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 10px 0 20px;
  }
  .case-list li .content .sub-title:after {
    display: none;
  }
}
.case-list li .content .desc {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .case-list li .content .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.case-list li .content .readmore-btn {
  max-width: 240px;
  padding-top: 30px;
}
.case-list li .content .readmore-btn a {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .case-list li .content .readmore-btn {
    padding-top: 20px;
  }
}

.pagination {
  text-align: center;
  margin: 60px 0;
}
.pagination a {
  display: inline-block;
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
  border: 1px solid #d7d7d7;
  background-color: white;
  line-height: 34px;
  margin: 0 8px;
}
@media screen and (max-width: 769px) {
  .pagination a {
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pagination a:hover {
  color: white;
  background-color: #c51824;
  text-decoration: none;
  border: 1px solid transparent;
}
.pagination a.page-nav-next, .pagination a.page-nav-prev {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination a.page-nav-next:hover, .pagination a.page-nav-prev:hover {
  color: #c51824;
  background-color: #fff;
  border: 1px solid #c51824;
}
.pagination a.page-nav-next:hover .arrow-left, .pagination a.page-nav-prev:hover .arrow-left {
  background: url("../img/cases/arrow-prevnav-red.png") no-repeat;
  width: 7px;
  height: 9px;
  background-size: 100% 100%;
}
.pagination a.page-nav-next:hover .arrow-right, .pagination a.page-nav-prev:hover .arrow-right {
  background: url("../img/cases/arrow-nextnav-red.png") no-repeat;
  width: 7px;
  height: 9px;
  background-size: 100% 100%;
}
.pagination .current {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
  line-height: 34px;
  margin: 0 8px;
  color: white;
  background-color: #c51824;
  text-decoration: none;
  border: 1px solid transparent;
}
.pagination.sp {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 25px;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  .pagination.sp {
    display: none !important;
  }
}
.pagination.sp a {
  margin: 0;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagination.sp a.page-nav-prev {
  border-left: none;
}
.pagination.sp a.page-nav-next {
  border-right: none;
}
.pagination.sp .page-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #d7d7d7;
  height: 45px;
  line-height: 1.2;
}

.icon {
  display: inline-block;
  content: '';
}
.icon.arrow-left {
  background: url("../img/cases/arrow-prevnav-gray.png") no-repeat;
  width: 7px;
  height: 9px;
  background-size: 100% 100%;
}
.icon.arrow-right {
  background: url("../img/cases/arrow-nextnav-gray.png") no-repeat;
  width: 7px;
  height: 9px;
  background-size: 100% 100%;
}

.page-intro-upper h2 {
  color: #404040;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
}
.page-intro-upper .img-heading {
  position: relative;
}
.page-intro-upper .img-heading img {
  width: 100%;
}
.page-intro-upper .img-heading .caption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.92);
  width: 770px;
  height: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .page-intro-upper .img-heading .caption {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .page-intro-upper .img-heading .caption {
    position: relative;
    height: auto;
    margin-top: 30px;
  }
}
.page-intro-upper .img-heading .caption p {
  text-align: center;
  line-height: 1.6;
  color: #000;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 0 !important;
}
.page-intro-upper .img-heading .caption p.jp {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .page-intro-upper .img-heading .caption p.jp {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.page-intro-upper .img-heading .caption p.en {
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page-intro-upper .img-heading .caption p.en {
    color: #c51824;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-intro-upper .intro-txt {
  max-width: 810px;
  display: block;
  margin: 70px auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-intro-upper .intro-txt {
    margin: 30px 0;
  }
}
.page-intro-upper .intro-txt p {
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page-intro-upper .intro-txt p {
    margin-bottom: 0;
    text-align: left;
    color: #191919;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-intro-upper .intro-txt p:last-child {
  margin-bottom: 0;
}
.page-intro-upper .intro-txt p.top {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .page-intro-upper .intro-txt p.top {
    max-width: 188px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    margin: 15px auto 40px;
  }
  .page-intro-upper .intro-txt p.top:before {
    display: block;
    content: '';
    background: url("../img/cases/single/quotation-before.png") no-repeat;
    width: 14px;
    height: 11px;
    background-size: 100% 100%;
    position: absolute;
    top: -11px;
    left: -30px;
  }
  .page-intro-upper .intro-txt p.top:after {
    display: block;
    content: '';
    background: url("../img/cases/single/quotation-after.png") no-repeat;
    width: 14px;
    height: 11px;
    background-size: 100% 100%;
    position: absolute;
    bottom: -11px;
    right: -30px;
  }
}

.page-intro-lower {
  background-color: #f0f0f0;
  padding: 35px 0 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-intro-lower {
    margin-bottom: 0;
  }
}
.page-intro-lower .left-panel {
  display: block;
  float: left;
  width: 306px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .page-intro-lower .left-panel {
    width: 100%;
    padding-left: 0;
  }
}
.page-intro-lower .left-panel .img {
  margin-bottom: 20px;
}
.page-intro-lower .left-panel .img:last-child {
  margin-bottom: 0;
}
.page-intro-lower .left-panel .img img {
  width: 100%;
}
.page-intro-lower .left-panel .img.has-caption {
  padding: 20px 20px 30px;
  background-color: #fff;
}
.page-intro-lower .left-panel .img.has-caption .caption {
  margin-top: 25px;
}
.page-intro-lower .left-panel .img.has-caption .caption .txt-top {
  margin-bottom: 15px;
}
.page-intro-lower .left-panel .img.has-caption .caption .txt-top p {
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-intro-lower .left-panel .img.has-caption .caption .txt-top p small {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-intro-lower .left-panel .img.has-caption .caption .txt-bottom p {
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-intro-lower .right-panel {
  display: block;
  float: right;
  width: calc(100% - 376px);
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .page-intro-lower .right-panel {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}
.page-intro-lower .right-panel .txt-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-intro-lower .right-panel .txt-block {
    margin-bottom: 40px;
  }
}
.page-intro-lower .right-panel .txt-block:last-child {
  margin-bottom: 0;
}
.page-intro-lower .right-panel .txt-block p {
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: justify;
}
.page-intro-lower .right-panel .txt-block p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-intro-lower .right-panel .txt-block p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-intro-lower .right-panel .txt-block p strong {
  color: #c51824;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-intro-lower .right-panel .txt-block p strong {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.page-intro-lower .right-panel .img.has-caption {
  background-color: #fff;
  padding: 10px;
}
.page-intro-lower .right-panel .img.has-caption .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-intro-lower .right-panel .img.has-caption .flex-container .img {
  width: 45%;
}
.page-intro-lower .right-panel .img.has-caption .flex-container .img img {
  width: 100%;
}
.page-intro-lower .right-panel .img.has-caption .flex-container .text {
  width: 55%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-intro-lower .right-panel .img.has-caption .flex-container .text p {
  text-align: center;
  color: #3b3b3b;
  font-size: 15px;
  font-size: 1.5rem;
}
.page-intro-lower .right-panel .img.has-caption .caption {
  margin-top: 20px;
}
.page-intro-lower .right-panel .img.has-caption .caption p {
  color: #3b3b3b;
  font-size: 13px;
  font-size: 1.3rem;
}

.contact-block {
  padding: 20px 0;
  margin-bottom: 40px;
}
.contact-block .top {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact-block .top {
    padding: 0;
  }
}
.contact-block .top p {
  color: #c51824;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact-block .top p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.contact-block .bottom {
  padding: 0 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .contact-block .bottom {
    padding: 0;
  }
}
.contact-block .bottom p {
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-block .bottom a {
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.contact-block .bottom a:hover {
  color: #c51824;
}
@media screen and (max-width: 768px) {
  .contact-block .bottom a {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-block .bottom p, .contact-block .bottom a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.contact-block .map-container {
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact-block .map-container {
    padding: 0;
  }
}
.contact-block .map-container .acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
}

.page-jump {
  margin-bottom: 128px;
}
.page-jump .prev {
  float: left;
}
.page-jump .prev .icon {
  margin-right: 5px;
}
.page-jump .next {
  float: right;
}
.page-jump .next .icon {
  margin-left: 5px;
}
.page-jump .prev .icon.arrow-left, .page-jump .next .icon.arrow-left {
  background: url("../img/cases/arrow-prevnav-red.png") no-repeat;
  width: 7px;
  height: 9px;
  background-size: 100% 100%;
}
.page-jump .prev .icon.arrow-right, .page-jump .next .icon.arrow-right {
  background: url("../img/cases/arrow-nextnav-red.png") no-repeat;
  width: 7px;
  height: 9px;
  background-size: 100% 100%;
}
.page-jump a {
  display: inline-block;
  color: #3b3b3b;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.page-jump a:hover {
  color: #c51824;
  border-bottom: 1px solid #c51824;
}

.sub.shop .shop_col2 ul {
  display: flex;
  flex-wrap: wrap;
}
.sub.shop .shop_col2 ul li {
  flex-basis: 50%;
  padding: 15px;
}
.sub.shop .shop_col2 ul li:before {
  content: none;
}
.sub.shop .shop_col2 ul li .title {
  font-size: 16px;
  color: #c51824;
  border-left: 3px solid #c51824;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  display: block;
}
.sub.shop .shop_col2 ul li .address {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 769px) {
  .sub.shop #simple-translate:last-of-type {
    display: none;
  }
}

.archive.shop .article > img {
  width: 100%;
}
.archive.shop #point {
  display: flex;
  margin: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .archive.shop #point {
    display: block;
  }
}
.archive.shop #point .innerBox {
  flex-basis: 31%;
}
@media screen and (max-width: 769px) {
  .archive.shop #point .innerBox .readmore-btn {
    margin-bottom: 40px;
  }
}
.archive.shop #point .innerBox h4 {
  font-size: 16px;
  font-weight: bold;
}
.archive.shop #point .innerBox span {
  font-size: 12px;
  display: block;
  color: #c51824;
}
.archive.shop #point .innerBox img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .archive.shop #point .innerBox img {
    width: 60%;
    margin: 15px auto;
  }
}
.archive.shop #point .innerBox p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .archive.shop #point .innerBox p {
    margin-bottom: 40px;
  }
}
.archive.shop #point .innerBox .readmore-btn a {
  font-size: 14px;
  letter-spacing: -1px;
}
.archive.shop #link-ginza {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .archive.shop #link-ginza {
    margin: 0 0 40px 0;
  }
}
.archive.shop #link-ginza img {
  display: block;
  margin: auto;
}
.archive.shop #link-ginza .top-ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .archive.shop #link-ginza .top-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
.archive.shop #link-ginza .top-ttl .eng {
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .archive.shop #link-ginza .top-ttl .eng {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
  }
}
.archive.shop #link-ginza .top-ttl .red {
  color: #c51824;
}
.archive.shop #link-ginza .introduction-ginza {
  width: 80%;
  margin: 30px auto;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .archive.shop #link-ginza .introduction-ginza {
    width: 100%;
    margin: 15px auto;
  }
}
.archive.shop #link-ginza .introduction-ginza div:first-child {
  position: relative;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .archive.shop #link-ginza .introduction-ginza div:first-child {
    padding: 0 0 15px;
  }
}
.archive.shop #link-ginza .introduction-ginza div:first-child::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32%;
  height: 1px;
  background: #3b3b3b;
}
.archive.shop #link-ginza .introduction-ginza div:last-child {
  text-align: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .archive.shop #link-ginza .introduction-ginza div:last-child {
    text-align: left;
    padding: 15px 0 0;
  }
  .archive.shop #link-ginza .introduction-ginza div:last-child .sp-none {
    display: none;
  }
}
.archive.shop #link-ginza .readmore-btn a {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .archive.shop #simple-translate:last-of-type {
    display: none;
  }
}

.onpremise_form .module-content p {
  margin-bottom: 20px;
}
.onpremise_form .module-content .sidebar {
  display: none;
}
.onpremise_form .module-content .article {
  width: 680px;
  float: none;
  padding: 0;
  margin: 0 auto;
  border-right: none;
}
.onpremise_form .module-content th span {
  color: #c51824;
}
.onpremise_form .module-content textarea,
.onpremise_form .module-content input[type="text"],
.onpremise_form .module-content input[type="email"] {
  width: 100%;
}
.onpremise_form .module-content input[name="zipcode-1"],
.onpremise_form .module-content input[name="zipcode-2"],
.onpremise_form .module-content input[name="phone-1"],
.onpremise_form .module-content input[name="phone-2"],
.onpremise_form .module-content input[name="phone-3"] {
  width: 150px;
}
.onpremise_form .module-content input[type="submit"] {
  clear: both;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #c51824;
  border: 1px solid #c51824;
  display: block;
  color: #fff;
  padding: 10px 0;
}

.sub.search .article .post-list li {
  border-left: 4px solid #c51824;
  margin-bottom: 30px;
}
.sub.search .article .post-list li:before {
  content: none;
}
.sub.search .article .post-list li .title a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  color: #000;
  font-size: 18px;
}
.sub.search .article .post-list li .title a:hover {
  text-decoration: underline;
}
.sub.search .article .post-list li .lead a {
  font-size: 14px;
  color: #404040;
  text-decoration: none;
}
.sub.search .article .post-list li .lead a:hover {
  text-decoration: underline;
}

.ginza_lp {
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .ginza_lp {
    font-size: 1.4rem;
  }
}
.ginza_lp .lp-article {
  background: #000000;
}
.ginza_lp .lp-wrap {
  margin: 0 0 80px;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-wrap {
    margin: 0 0 35px;
  }
}
.ginza_lp .lp-flex {
  display: flex;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-flex {
    flex-direction: column;
  }
}
.ginza_lp .lp-flex-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-flex-reverse {
    flex-direction: column;
  }
}
.ginza_lp .w-85 {
  width: 85%;
  margin: 0 auto 80px;
}
.ginza_lp .main-visual, .ginza_lp .breacrumbs, .ginza_lp .pagetop {
  display: none;
}
.ginza_lp #header {
  position: relative;
  background: #000000;
}
@media screen and (max-width: 769px) {
  .ginza_lp #header {
    position: fixed;
  }
}
.ginza_lp #footer {
  background: #272220;
}
.ginza_lp #footer .copyright {
  background: #000000;
}
@media screen and (max-width: 769px) {
  .ginza_lp #footer .f-menu li a {
    background: #272220;
  }
}
.ginza_lp #footer .f-menu li a::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.ginza_lp .lp-main-visual {
  position: relative;
  width: 100%;
  height: auto;
}
.ginza_lp .lp-main-visual video {
  width: 100%;
}
.ginza_lp .lp-item {
  line-height: 1.6;
}
.ginza_lp .lp-item .lp-item-img {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-item .lp-item-img {
    width: 100%;
  }
}
.ginza_lp .lp-item .lp-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ginza_lp .lp-item .lp-item-txt {
  width: 50%;
  padding: 7.32%;
  background: #272220;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-item .lp-item-txt {
    width: 100%;
  }
}
.ginza_lp .lp-item .lp-item-txt div:first-child {
  position: relative;
  padding-bottom: 8.5%;
}
.ginza_lp .lp-item .lp-item-txt div:first-child::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32%;
  height: 1px;
  background: #ffffff;
}
.ginza_lp .lp-item .lp-item-txt div:last-child {
  padding-top: 8.5%;
}
.ginza_lp .lp-item .lp-item-txt-yellow {
  background: #ad8242;
}
.ginza_lp .lp-news .lp-flex:not(:last-child) {
  margin: 0 0 5px;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-news .lp-flex:not(:last-child) {
    margin: 0 0 20px;
  }
}
.ginza_lp .lp-news .lp-news-img {
  width: 15%;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-news .lp-news-img {
    width: 100%;
  }
  .ginza_lp .lp-news .lp-news-img img {
    width: 100%;
  }
}
.ginza_lp .lp-news .lp-news-txt {
  width: 85%;
  font-size: 1.2rem;
  line-height: 2;
  padding: 2% 3%;
  background: #333333;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-news .lp-news-txt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.ginza_lp .lp-shopinfo {
  position: relative;
  height: 400px;
  background: url("https://www.riedel.co.jp/wp-content/uploads/2019/11/footer_shop_img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-shopinfo {
    height: 470px;
  }
}
.ginza_lp .lp-shopinfo .lp-shopinfo-inner {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  padding: 1%;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-shopinfo .lp-shopinfo-inner {
    width: 90%;
    right: 5%;
  }
}
.ginza_lp .lp-shopinfo .lp-shopinfo-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 3%;
  border: 1px solid #828282;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-shopinfo .lp-shopinfo-txt {
    font-size: 1.2rem;
    padding: 5%;
  }
}
.ginza_lp .lp-shopinfo .lp-shopinfo-txt dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-shopinfo .lp-shopinfo-txt dl {
    flex-direction: column;
    line-height: 1.5;
  }
}
.ginza_lp .lp-shopinfo .lp-shopinfo-txt dt {
  width: 13%;
  margin: 0 3% 2% 0;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-shopinfo .lp-shopinfo-txt dt {
    width: 100%;
    margin: 0 0 1%;
  }
}
.ginza_lp .lp-shopinfo .lp-shopinfo-txt dd {
  width: 84%;
}
@media screen and (max-width: 769px) {
  .ginza_lp .lp-shopinfo .lp-shopinfo-txt dd {
    width: 100%;
    margin: 0 0 3%;
  }
}

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