@charset "UTF-8";

@media screen and (max-width: 768px) {
  .main.home .nav-area {
    display: none;
  }
}

.main.home .newshop {
  margin-bottom: 30px;
}

.main.home .newshop .heading-1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main.home .newshop .heading-1 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .main.home .newshop__item {
    margin-bottom: 25px;
  }
}

.main.home .bnr-restaurantguide {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .main.home .bnr-restaurantguide {
    margin-bottom: 25px;
  }
}

.main.home .infobox {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .main.home .infobox {
    margin-bottom: 25px;
  }
}

.main.home .home-wrap {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main.home .home-wrap {
    padding-bottom: 10px;
  }
}

.main.home .home-wrap .newshop__item {
  margin-bottom: 0;
}

.main.home .card {
  padding-top: 120px;
  padding-bottom: 130px;
}

.main.home .card .heading-3 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .main.home .card .heading-3 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .main.home .card {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.main.home .snap {
  padding-top: 40px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .main.home .snap {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

/* .main.home .snap.shop-snaps {
  display: none;
}

.main.home .snap.shop-snaps.active {
  display: block;
} */

.main.home .snap.shop-snaps .photo {
  background-color: #f2f2f2;
}

.main.home .snap.instagram {
  /* display: none; */
  padding-top: 50px;
  padding-bottom: 120px;
}

.main.home .snap.instagram .photo {
  background-color: #fff;
}

/* .main.home .snap.instagram.insta-active {
  display: block;
} */

.main.home .snap.instagram .snap__list_sp {
  display: none;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main.home .snap.instagram {
    padding-bottom: 70px;
  }
  .main.home .snap.instagram .inner {
    overflow: hidden;
    width: 100%;
  }
  .main.home .snap.instagram .snap__list {
    display: none;
    overflow: hidden;
  }
  .main.home .snap.instagram .snap__list_sp {
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .main.home .snap.instagram .snap__list_sp .snap__list_spwrap {
    float: left;
  }
  .main.home .snap.instagram .snap__list_sp .snap__spslide {
    overflow: hidden;
  }
  .main.home .snap.instagram .snap__item {
    float: left;
    margin: 0;
    width: 150px;
    height: 150px;
  }
}

.main.home .snap.instagram .heading-2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main.home .snap.instagram .heading-2 {
    margin-bottom: 30px;
  }
}

.main.home .snap.instagram .tac {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .main.home .snap.instagram .tac {
    margin-top: 20px;
  }
}

.main.home .social {
  border-top: 0;
}

.main.information {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main.information {
    padding-bottom: 40px;
  }
}

.main.information .infobox {
  padding-top: 58px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main.information .infobox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main.information .infobox__list dl:first-child {
  border-top: 1px solid #dadada;
}

.main.card {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .main.card {
    padding-bottom: 40px;
  }
}

.credit {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .credit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.credit__inner {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (max-width: 768px) {
  .credit__inner {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.credit__inner .terms-ttl {
  margin-bottom: 10px;
}

.credit__inner p {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .credit__inner p {
    font-size: 1rem;
  }
}

.credit__inner .explain {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .credit__inner .explain {
    text-align: left;
  }
}

.credit__inner .explain a {
  color: #a71f24;
  text-decoration: underline;
}

.credit__inner .explain a:hover {
  text-decoration: none;
}

.credit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .credit__wrap {
    display: block;
  }
}

.credit__desc {
  margin-bottom: 25px;
}

.credit__img {
  width: 300px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .credit__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}

.credit__img p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .credit__img p {
    margin-bottom: 17px;
  }
}

.credit__img .btn {
  color: #fff;
  background: #333;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 768px) {
  .credit__img .btn {
    width: 160px;
    font-size: 1.1rem;
  }
}

.credit__img .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.credit__text {
  width: 640px;
}

@media screen and (max-width: 768px) {
  .credit__text {
    width: 100%;
  }
}

.credit__text p {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .credit__text p {
    font-size: 1.2rem;
  }
}

.credit__text dl {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .credit__text dl {
    font-size: 1.2rem;
  }
}

.credit__table {
  width: 640px;
}

@media screen and (max-width: 768px) {
  .credit__table {
    width: 100%;
  }
}

.credit__table dt {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .credit__table dt {
    font-size: 1.3rem;
  }
}

.credit__table dd {
  padding: 30px;
  background: #fff;
  color: #666;
}

@media screen and (max-width: 768px) {
  .credit__table dd {
    padding: 15px;
  }
}

.credit__table table {
  margin-bottom: 18px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .credit__table table {
    margin-bottom: 12px;
  }
}

.credit__table th, .credit__table td {
  vertical-align: middle;
  border: 1px solid #b9b3a4;
}

.credit__table th {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.43;
}

@media screen and (max-width: 768px) {
  .credit__table th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }
}

.credit__table td {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .credit__table td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
  }
}

.credit__table td p {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .credit__table td p {
    font-size: 0.8rem;
  }
}

.credit__table .per {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .credit__table .per {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.credit__table .per span {
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .credit__table .per span {
    font-size: 4rem;
  }
}

.credit__table .desc {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .credit__table .desc {
    line-height: 1.5;
  }
}

.credit__table .price {
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .credit__table .price {
    font-size: 1.8rem;
  }
}

.credit__table .price span {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .credit__table .price span {
    font-size: 0.9rem;
  }
}

.credit__table .caution {
  font-size: 1.3rem;
  line-height: 1.69;
}

@media screen and (max-width: 768px) {
  .credit__table .caution {
    font-size: 1.0rem;
  }
}

.credit.color-1 {
  background: #f0ede0;
}

.credit.color-1 .credit__img img {
  width: 188px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .credit.color-1 .credit__img img {
    width: 150px;
    height: auto;
  }
}

.credit.color-1 .code-1 dt {
  background: #6b6567;
}

.credit.color-1 .code-1 th {
  background: #6b6567;
}

.credit.color-1 .code-1 .per {
  color: #6b6567;
}

.credit.color-1 .code-1 .price {
  color: #6b6567;
}

.credit.color-2 {
  background: #f7f0ec;
}

.credit.color-2 .credit__wrap {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .credit.color-2 .credit__wrap {
    margin-bottom: 45px;
  }
  .credit.color-2 .credit__wrap:nth-last-of-type(1) {
    margin-bottom: 25px;
  }
}

.credit.color-2 .credit__img img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .credit.color-2 .credit__img img {
    width: 240px;
    height: auto;
  }
}

.credit.color-2 .code-2 dt {
  background: #a5834d;
}

.credit.color-2 .code-2 th {
  background: #a5834d;
}

.credit.color-2 .code-2 .per {
  color: #a5834d;
}

.credit.color-2 .code-2 .price {
  color: #a5834d;
}

.credit.color-2 .code-3 dt {
  background: #b7192e;
}

.credit.color-2 .code-3 th {
  background: #b7192e;
}

.credit.color-2 .code-3 .per {
  color: #b7192e;
}

.credit.color-2 .code-3 .price {
  color: #b7192e;
}

.credit.color-2 .code-4 {
  margin-bottom: 10px;
}

.credit.color-2 .code-4 dt {
  background: #96974b;
}

.credit.color-2 .code-4 th {
  background: #96974b;
}

.credit.color-2 .code-4 .per {
  color: #96974b;
}

.credit.color-2 .code-4 .price {
  color: #96974b;
}

.credit.color-3 .terms-ttl {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .terms-ttl {
    margin-bottom: 18px;
  }
}

.credit.color-3 .credit__wrap {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .credit__wrap {
    margin-bottom: 30px;
  }
}

.credit.color-3 .credit__text li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .credit__img img {
    width: 240px;
    height: auto;
  }
}

.credit.color-3 .point-card {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .point-card {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}

.credit.color-3 .credit__noimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .credit__noimage {
    display: block;
  }
}

.credit.color-3 .credit__noimage .noimage1 {
  width: 435px;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .credit__noimage .noimage1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    width: 243px;
  }
}

.credit.color-3 .credit__noimage .noimage2 {
  width: 519px;
}

@media screen and (max-width: 768px) {
  .credit.color-3 .credit__noimage .noimage2 {
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
}

.credit.color-4 {
  margin-bottom: 60px;
  background: #fcf0f3;
}

@media screen and (max-width: 768px) {
  .credit.color-4 {
    margin-bottom: 40px;
  }
}

.credit.color-4 .terms-ttl {
  margin-bottom: 15px;
}

.credit.color-4 .credit__desc {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .credit.color-4 .credit__desc {
    margin-bottom: 30px;
  }
}

.credit.color-4 .credit__img img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .credit.color-4 .credit__img img {
    width: 240px;
  }
}

.credit.color-4 .code-5 dt {
  background: #466699;
}

.credit.color-4 .code-5 dd {
  padding-top: 25px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .credit.color-4 .code-5 dd {
    padding-top: 10px;
  }
}

.credit.color-4 .code-5 dd p {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .credit.color-4 .code-5 dd p {
    font-size: 1.0rem;
  }
  .credit.color-4 .code-5 dd p:last-child {
    margin-bottom: 0px;
  }
}

.credit.color-4 .code-5 th {
  background: #96974b;
}

.credit.color-4 .code-5 .per {
  color: #96974b;
}

.credit.color-4 .code-5 .price {
  color: #96974b;
}

.credit.color-5 {
  background: #efecdf;
}

@media screen and (max-width: 768px) {
  .credit.color-5 {
    padding-top: 35px;
  }
}

.credit.color-5 .credit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner dl {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner dt, .credit.color-5 .credit__inner dd {
    text-align: left;
  }
}

.credit.color-5 .credit__inner dt {
  margin-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner dt {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner dd {
    font-size: 1.2rem;
  }
}

.credit.color-5 .credit__inner .logo {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 157px;
  }
}

.credit.color-5 .credit__inner .text {
  margin-bottom: 25px;
}

.credit.color-5 .credit__inner .img {
  width: 425px;
}

@media screen and (max-width: 768px) {
  .credit.color-5 .credit__inner .img {
    margin-left: auto;
    margin-right: auto;
    width: 289px;
  }
}


.time-ttl {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .time-ttl {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.time-wrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .time-wrap {
    margin-bottom: 20px;
  }
}

.time-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .time-wrap dl {
    display: block;
    margin-bottom: 7px;
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

.time-wrap dt {
  width: 37%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .time-wrap dt {
    width: 100%;
  }
}

.time-caution {
  color: #666;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .time-caution {
    font-size: 1.0rem;
  }
}

.time .m-btn {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .time .m-btn {
    margin: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.time .m-btn a {
  display: block;
  margin: 0 auto;
  width: 500px;
  height: 60px;
  line-height: 60px;
  background: url(../images/common/arrow_r2.svg) no-repeat right 8px center #AA1F24;
  background-size: 22px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .time .m-btn a {
    width: 100%;
    height: auto;
    line-height: 160%;
    padding: 16px 40px 16px 20px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.important-list {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 800px;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.important-list.active {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .important-list {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}

.important-item {
  margin-bottom: 20px;
  padding: 24px 51px;
}

@media screen and (max-width: 768px) {
  .important-item {
    margin-bottom: 16px;
    padding: 23px 25px;
  }
}

@media screen and (max-width: 768px) {
  .important-item .date {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
}

.important-item .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63;
}

@media screen and (max-width: 768px) {
  .important-item .title {
    font-size: 1.3rem;
    line-height: 1.69;
  }
}

.important-item .title a {
  text-decoration: underline;
}

.important-item .title a:hover {
  text-decoration: none;
}

.important-item .toppagelink {
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .important-item .toppagelink {
    padding-top: 22px;
    font-size: 1.2rem;
  }
}

.important-item .toppagelink a {
  color: #aa1f24;
  text-decoration: underline;
}

.important-item .toppagelink a:hover {
  text-decoration: none;
}

.important-item .toppdflink {
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .important-item .toppdflink {
    padding-top: 22px;
    font-size: 1.2rem;
  }
}

.important-item .toppdflink a {
  color: #aa1f24;
  text-decoration: underline;
}

.important-item .toppdflink a:hover {
  text-decoration: none;
}

.important-item .toptxt {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .important-item .toptxt {
    font-size: 1.2rem;
  }
}

.important-item.sou {
  background-color: #faf7f1;
}

.important-item.zenten {
  background-color: #f9ebed;
}

.important-item.nihombashiteninfo {
  background-color: #f9f7f7;
}

.important-detail {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 800px;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.important-detail.active {
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .important-detail {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}

.important-detail .important-item {
  margin-bottom: 39px;
}

@media screen and (max-width: 768px) {
  .important-detail .important-item {
    margin-bottom: 25px;
  }
}

.important-detail .pager {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .important-detail .pager {
    padding-left: 0;
    padding-right: 0;
  }
}

.important-body {
  margin-bottom: 60px;
  padding-left: 53px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .important-body {
    margin-bottom: 40px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
}

.important-body .content01 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .important-body .content01 {
    margin-bottom: 30px;
  }
}

.important-signature {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .important-signature {
    margin-bottom: 28px;
  }
}
