@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : shop.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	.con_title_sub
----------------------------------------------------------- */
.con_title_sub {
  background-image: url(../shop/images/bg_title.jpg);
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
}

.con_main .box_slide .slick-slide {
  position: relative;
  outline: 0;
}

.con_main .box_slide .img_thumb {
  display: block;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.con_main .logo {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.con_main .box_center {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 110px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .con_main .box_center {
    top: 50%;
    padding: 15em 3em 0;
  }
}
.con_main .box_center h2 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_center h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_center h2 {
    margin-bottom: 1.5em;
  }
}
.con_main .btn_scroll {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 58px;
  bottom: 5%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .con_main .btn_scroll {
    display: none;
  }
}
.con_main .btn_scroll:hover {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

/* -----------------------------------------------------------
	con_sub_menu
----------------------------------------------------------- */
.con_sub_menu {
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 0px 10px 21px -8px rgba(0, 0, 0, 0.66);
          box-shadow: 0px 10px 21px -8px rgba(0, 0, 0, 0.66);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .con_sub_menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0em;
    margin-bottom: 1em;
  }
}
.con_sub_menu .box_sub_menu {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .con_sub_menu .box_sub_menu {
    padding: 0px 1em;
  }
}
@media print {
  .con_sub_menu .box_sub_menu {
    padding: 0px 1em;
  }
}
.ie8 .con_sub_menu .box_sub_menu {
  padding: 0px 1em;
}

.con_sub_menu .box_sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
  .con_sub_menu .box_sub_menu ul.menufixed {
    margin: 0;
    width: calc(100% - 95px);
  }
}
@media print {
  .con_sub_menu .box_sub_menu ul.menufixed {
    margin: 0;
    width: calc(100% - 95px);
  }
}
.ie8 .con_sub_menu .box_sub_menu ul.menufixed {
  margin: 0;
  width: calc(100% - 95px);
}

@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_sub_menu .box_sub_menu ul li {
  width: calc(100%/8);
}

@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul li {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}
.con_sub_menu .box_sub_menu ul li a {
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sub_menu .box_sub_menu ul li a {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul li a {
    padding: 0.2em 1em;
  }
}
.con_sub_menu .box_sub_menu ul li a .jp {
  font-family: "Hannari", serif;
  display: block;
  font-size: 113%;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sub_menu .box_sub_menu ul li a .jp {
    font-size: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul li a .jp {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul li a .jp {
    margin-bottom: 0px;
  }
}
.con_sub_menu .box_sub_menu ul li a .en {
  font-family: "Crimson Text", serif;
  font-size: 88%;
  color: #684988;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sub_menu .box_sub_menu ul li a .en {
    font-size: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sub_menu .box_sub_menu ul li a .en {
    font-size: 88%;
  }
}
.con_sub_menu .box_sub_menu ul li a.active, .con_sub_menu .box_sub_menu ul li a:hover {
  background: #f5effc;
}

/* -----------------------------------------------------------
	con_general
----------------------------------------------------------- */
.box_list {
  padding-left: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list {
    padding-left: 0px;
  }
}
.box_list .con_general {
  margin-left: auto;
  max-width: 100%;
  width: 1760px;
  position: relative;
  margin-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general {
    margin-top: 2em;
  }
}
.box_list .con_general::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50%;
  left: -20%;
  width: 1015px;
  max-width: 70%;
  height: 100%;
  background: url(../shop/images/bg_dot.png) right top no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general::before {
    top: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general::before {
    top: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general::before {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general::before {
    max-width: 70%;
  }
}
.box_list .con_general .box_general .box_title_fixed {
  z-index: 2;
  float: left;
  margin-top: 7em;
  min-width: 4.5em;
}

.box_list .con_general .box_general .box_title_sp {
  margin-bottom: 1em;
}

.box_list .con_general .box_general .box_title_sp h3 {
  text-align: center;
  display: block;
  font-weight: normal;
}

.box_list .con_general .box_general .box_title_sp h3 .jp {
  position: relative;
  font-family: "Hannari", serif;
  font-size: 125%;
  color: #4b2e6a;
}

.box_list .con_general .box_general .box_title_sp h3 .jp::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -2px;
  width: 50px;
  height: 1px;
  background: #684988;
}

.box_list .con_general .box_general .box_title_sp h3 .en {
  display: block;
  font-size: 100%;
  font-family: "Crimson Text", serif;
  color: #414141;
}

.box_list .con_general .box_general .box {
  margin-left: auto;
  width: 90.90909%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box {
    width: 88.06818%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box {
    width: 100%;
  }
}
.box_list .con_general .box_general .box .box_slick .slick-dots {
  position: absolute;
  bottom: 5px;
  left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_slick .slick-dots {
    bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_slick .slick-dots {
    bottom: 0.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_slick .slick-dots {
    left: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_slick .slick-dots {
    left: 1em;
  }
}
.box_list .con_general .box_general .box .box_slick .slick-dots li {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_slick .slick-dots li {
    line-height: 1;
  }
}
.box_list .con_general .box_general .box .box_slick .slick-dots li button {
  cursor: pointer;
  background: none;
  border: none;
  color: transparent;
  background: #fff;
  width: 9px;
  height: 4px;
  outline: none;
}

.box_list .con_general .box_general .box .box_slick .slick-dots li.slick-active button {
  background: #654784;
}

.box_list .con_general .box_general .box .box_info {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-top: -100px;
  width: 1195px;
  max-width: 95%;
  padding-left: 6.5625%;
  padding-right: 7.5%;
  padding-top: 80px;
  background: #fff;
  font-size: 94%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info {
    margin-top: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info {
    padding-top: 1em;
  }
}
.box_list .con_general .box_general .box .box_info table {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info table {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table {
    margin-bottom: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr {
    margin-bottom: 1em;
    display: block;
  }
}
.box_list .con_general .box_general .box .box_info table tr th {
  font-weight: 500;
  padding: 18px 23px;
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  text-align: center;
  width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info table tr th {
    padding: 0.7em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr th {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info table tr th {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr th {
    display: block;
    background: #e8e8e8;
    font-weight: 600;
    border: 0px;
  }
}
.box_list .con_general .box_general .box .box_info table tr td {
  padding: 18px 3em;
  border-top: 1px solid #d2d0df;
  border-bottom: 1px solid #d2d0df;
  width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info table tr td {
    padding: 0.7em 0px 0.7em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr td {
    padding: 1em 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info table tr td {
    width: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr td {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr td {
    border-top: 0px;
    display: block;
  }
}
.box_list .con_general .box_general .box .box_info table tr td a {
  margin-right: 5px;
}

.box_list .con_general .box_general .box .box_info table tr td .txt_red {
  color: #df3737;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info table tr td .txt_red {
    margin-top: 0.2em;
  }
}
.box_list .con_general .box_general .box .box_info .box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_list .con_general .box_general .box .box_info .box_btn p {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info .box_btn p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info .box_btn p {
    margin: 0.5em 0px;
  }
}
.box_list .con_general .box_general .box .box_info .box_btn p a {
  max-width: 100%;
  padding: 22px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info .box_btn p a {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general .box_general .box .box_info .box_btn p a {
    padding: 0.7em 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info .box_btn p a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general .box_general .box .box_info .box_btn p a i {
    right: 1em;
  }
}
.box_list .con_general .box_general .box .box_info .box_btn p.btn_purple a {
  border: 1px solid #654784;
}

.box_list .con_general#box1 {
  padding-top: 123px;
  margin-top: 0px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general#box1 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general#box1 {
    padding-top: 2em;
  }
}
.box_list .con_general#box1::before {
  display: none;
}

.box_list .con_general#box1::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 1015px;
  max-width: 70%;
  height: 100%;
  top: 0px;
  background: url(../shop/images/bg_violet.png) right top no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .con_general#box1::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general#box1::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general#box1::after {
    height: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .con_general#box1::after {
    top: 15px;
  }
}
.txt_fsz35 {
  font-size: 219%;
  font-family: "Hannari", serif;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_fsz35 {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fsz35 {
    font-size: 144%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .txt_fsz35 {
    font-size: 188%;
  }
}
@media print {
  .txt_fsz35 {
    font-size: 188%;
  }
}
.ie8 .txt_fsz35 {
  font-size: 188%;
}

.txt_fsz30 {
  font-size: 188%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_fsz30 {
    font-size: 157%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fsz30 {
    font-size: 144%;
  }
}
.txt_fsz26 {
  font-size: 163%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_fsz26 {
    font-size: 144%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_fsz26 {
    font-size: 125%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .txt_fsz26 {
    font-size: 144%;
  }
}
@media print {
  .txt_fsz26 {
    font-size: 144%;
  }
}
.ie8 .txt_fsz26 {
  font-size: 144%;
}

.box_tel {
  background: #654784;
  color: #fff;
  padding: 30px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tel {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_tel {
    padding: 1em 1em;
  }
}
.box_tel p.txt_tel_num {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .box_tel p.txt_tel_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .box_tel p.txt_tel_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .box_tel p.txt_tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_tel p.txt_tel_num i {
  font-size: 180%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tel p.txt_tel_num i {
    font-size: 180%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tel p.txt_tel_num i {
    font-size: 140%;
  }
}
@media only screen and (min-width: 768px) {
  .box_tel p.txt_tel_num i {
    margin-right: .25em;
  }
}
@media print {
  .box_tel p.txt_tel_num i {
    margin-right: 1em;
  }
}
.ie8 .box_tel p.txt_tel_num i {
  margin-right: 1em;
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .box_tel p.txt_tel_num i {
    font-size: 107%;
  }
}
@media print {
  .box_tel p.txt_tel_num i {
    font-size: 107%;
  }
}
.ie8 .box_tel p.txt_tel_num i {
  font-size: 107%;
}

.box_tel p.txt_tel_num .number {
  font-size: 188%;
}

.box_tel .number i {
  margin-right: .25em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tel p.txt_tel_num .number {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tel p.txt_tel_num .number {
    font-size: 138%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .box_tel p.txt_tel_num .number {
    font-size: 175%;
  }
}
@media print {
  .box_tel p.txt_tel_num .number {
    font-size: 175%;
  }
}
.ie8 .box_tel p.txt_tel_num .number {
  font-size: 175%;
}

.box_tel p.txt_tel_num .number a {
  text-decoration: none;
  color: #fff;
}

#contents {
  overflow: hidden;
}

/* -----------------------------------------------------------
	.con_special
----------------------------------------------------------- */
.con_special {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 110px;
  position: relative;
  z-index: 2;
  margin-bottom: 190px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_special {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_special {
    margin-bottom: 200px;
  }
}
@media print {
  .con_special {
    margin-bottom: 200px;
  }
}
.ie8 .con_special {
  margin-bottom: 200px;
}

.con_special::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -90%;
  right: 0%;
  width: 1015px;
  max-width: 70%;
  height: 100%;
  background: url(../shop/images/img_be_spceial.png) right top no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special::before {
    bottom: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special::before {
    bottom: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special::before {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special::before {
    max-width: 70%;
  }
}
.con_special::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  width: 1015px;
  max-width: 70%;
  height: 100%;
  top: 0px;
  background: url(../shop/images/bg_special.png) right top no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special::after {
    height: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special::after {
    top: 15px;
  }
}
.con_special .box_special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  width: 100%;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 1800px) {
  .con_special .box_special {
    width: 95%;
  }
}
@media print {
  .con_special .box_special {
    width: 95%;
  }
}
.ie8 .con_special .box_special {
  width: 95%;
}

@media only screen and (max-width: 1024px) {
  .con_special .box_special {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_special .box_special .box_slick {
  display: none;
  width: 50%;
}

.con_special .box_special .box_slick.slick-initialized {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_slick {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_slick {
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .con_special .box_special .box_slick {
    width: 61.33333%;
  }
}
@media print {
  .con_special .box_special .box_slick {
    width: 61.33333%;
  }
}
.ie8 .con_special .box_special .box_slick {
  width: 61.33333%;
}

.con_special .box_special .box_slick .slick-dots {
  position: absolute;
  right: 13%;
  bottom: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_slick .slick-dots {
    right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_slick .slick-dots {
    right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_slick .slick-dots {
    bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_slick .slick-dots {
    bottom: 1em;
  }
}
@media only screen and (min-width: 1800px) {
  .con_special .box_special .box_slick .slick-dots {
    right: 8em;
    bottom: 7em;
  }
}
@media print {
  .con_special .box_special .box_slick .slick-dots {
    right: 8em;
    bottom: 7em;
  }
}
.ie8 .con_special .box_special .box_slick .slick-dots {
  right: 8em;
  bottom: 7em;
}

.con_special .box_special .box_slick .slick-dots li {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .con_special .box_special .box_slick .slick-dots li {
    line-height: 1;
  }
}
.con_special .box_special .box_slick .slick-dots li button {
  cursor: pointer;
  background: none;
  border: none;
  color: transparent;
  background: #fff;
  width: 9px;
  height: 4px;
  padding: 0;
  outline: none;
}

.con_special .box_special .box_slick .slick-dots li.slick-active button {
  background: #654784;
}

.con_special .box_special .box_info {
  padding: 3%;
  right: 0;
  position: absolute;
  width: 55%;
  background: #fff;
  top: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info {
    padding: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info {
    padding: 1em;
  }
}
@media only screen and (min-width: 1800px) {
  .con_special .box_special .box_info {
    padding: 5%;
  }
}
@media print {
  .con_special .box_special .box_info {
    padding: 5%;
  }
}
.ie8 .con_special .box_special .box_info {
  padding: 5%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info {
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .con_special .box_special .box_info {
    width: 44.44444%;
  }
}
@media print {
  .con_special .box_special .box_info {
    width: 44.44444%;
  }
}
.ie8 .con_special .box_special .box_info {
  width: 44.44444%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_special .box_special .box_info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print {
  .con_special .box_special .box_info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ie8 .con_special .box_special .box_info {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_special .box_special .box_info .txt_fsz35 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info .txt_fsz35 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .txt_fsz35 {
    margin-bottom: 1em;
  }
}
.con_special .box_special .box_info .txt_sub {
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info .txt_sub {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .txt_sub {
    margin-bottom: 1em;
  }
}
.con_special .box_special .box_info .txt {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_special .box_special .box_info .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_special .box_special .box_info .box_tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .con_special .box_special .box_info .box_tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ie8 .con_special .box_special .box_info .box_tel {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .box_tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_special .box_special .box_info .box_tel .txt_tel_num {
    width: 100%;
    text-align: center;
  }
}
@media print {
  .con_special .box_special .box_info .box_tel .txt_tel_num {
    width: 100%;
    text-align: center;
  }
}
.ie8 .con_special .box_special .box_info .box_tel .txt_tel_num {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .box_tel .txt_tel_num {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_special .box_special .box_info .box_tel .btn {
    margin: 0 auto;
    width: 80%;
  }
}
@media print {
  .con_special .box_special .box_info .box_tel .btn {
    margin: 0 auto;
    width: 80%;
  }
}
.ie8 .con_special .box_special .box_info .box_tel .btn {
  margin: 0 auto;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .box_tel .btn {
    margin: 0 auto;
    width: 80%;
  }
}
/* -----------------------------------------------------------
	.con_cuisine
----------------------------------------------------------- */
.con_cuisine {
  padding: 0px 1em;
  margin-bottom: 150px;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_cuisine {
    margin-bottom: 100px;
  }
}
@media print {
  .con_cuisine {
    margin-bottom: 100px;
  }
}
.ie8 .con_cuisine {
  margin-bottom: 100px;
}

.con_cuisine .box_cuisine {
  margin: 0 auto;
  width: 1800px;
  max-width: 100%;
  background: #0c0c0c;
  padding: 0px 6.77083% 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine {
    padding: 0px 7.22222% 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine {
    padding: 1em;
  }
}
.con_cuisine .box_cuisine .st_lg_01 {
  text-align: left;
}

.con_cuisine .box_cuisine .st_lg_01 span {
  color: #fff;
}

.con_cuisine .box_cuisine .st_lg_01 span::before {
  background: #fff;
}

.safari .con_cuisine .box_cuisine .st_lg_01 span, .firefox .con_cuisine .box_cuisine .st_lg_01 span, .ipad .con_cuisine .box_cuisine .st_lg_01 span, .iphone .con_cuisine .box_cuisine .st_lg_01 span {
  width: 1em;
  line-height: 1;
}

.con_cuisine .box_cuisine .box_list {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87.79221%;
  margin-top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine .box_list {
    width: 87.79221%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine .box_list {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.con_cuisine .box_cuisine .box_list .box {
  width: 48.81657%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine .box_list .box {
    width: 48.81657%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list .box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list .box:first-child {
    margin-bottom: 1em;
  }
}
.con_cuisine .box_cuisine .box_list .box::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 1;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}

.con_cuisine .box_cuisine .box_list .box .img {
  position: relative;
  overflow: hidden;
}

.con_cuisine .box_cuisine .box_list .box .img img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
}

.con_cuisine .box_cuisine .box_list .box:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.con_cuisine .box_cuisine .box_list .box .box_info {
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_cuisine .box_cuisine .box_list .box .box_info .en {
  font-family: "EB Garamond", serif;
  font-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .en {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .en {
    font-size: 107%;
  }
}
.con_cuisine .box_cuisine .box_list .box .box_info .pdf {
  font-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .pdf {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .pdf {
    font-size: 107%;
  }
}
.con_cuisine .box_cuisine .box_list .box .box_info .jp {
  font-size: 163%;
  margin: 10px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .jp {
    font-size: 144%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .jp {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_cuisine .box_list .box .box_info .jp {
    margin: 10px 40px;
  }
}
/* -----------------------------------------------------------
	.con_guide
----------------------------------------------------------- */
.con_guide {
  padding: 0px 1em;
}

.con_guide .box_guide {
  margin: 0 auto;
  width: 1600px;
  max-width: 100%;
  position: relative;
}

.con_guide .box_guide .img {
  overflow: hidden;
}

.con_guide .box_guide .img img {
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  .con_guide .box_guide .img img {
    min-height: 360px;
    height: 20em;
  }
}
.con_guide .box_guide .box_info {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_guide .box_guide .box_info .st_lg_02_white {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide .box_guide .box_info .st_lg_02_white {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .box_info .st_lg_02_white {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .box_guide .box_info .btn {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
  padding: 0px 1em;
  position: relative;
}

.con_map .box_map {
  margin: 0 auto;
  max-width: 100%;
  width: 1600px;
  height: 600px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_map {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_map {
    height: 16em;
  }
}
.con_map .box_map #map,
.con_map .box_map iframe,
.con_map .box_map object,
.con_map .box_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.con_map .box_info {
  padding: 50px 1em;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 1260px;
  width: 95%;
  text-align: center;
  background: #fff;
  margin-top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info {
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info {
    margin-top: -1em;
  }
}
.con_map .box_info::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -70%;
  right: -25%;
  width: 1015px;
  max-width: 70%;
  height: 100%;
  background: url(../shop/images/img_be_spceial.png) right top no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info::after {
    bottom: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info::after {
    bottom: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info::after {
    display: none;
  }
}
.con_map .box_info .inner {
  position: relative;
  z-index: 2;
}

.con_map .box_info .txt_fsz30 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .txt_fsz30 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .txt_fsz30 {
    margin-bottom: 1em;
  }
}
.con_map .box_info .txt {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .txt {
    margin-bottom: 1em;
  }
}
.con_map .box_info .box_tel {
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_map .box_info .box_tel {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_map .box_info .box_tel {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media print {
  .con_map .box_info .box_tel {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.ie8 .con_map .box_info .box_tel {
  padding-left: 3em;
  padding-right: 3em;
}

.con_map .box_info .box_tel .jp {
  font-size: 113%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel .jp {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel .jp {
    font-size: 107%;
  }
}
.con_map .box_info .box_tel .number {
  font-size: 188%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel .number {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel .number {
    font-size: 138%;
  }
}
.con_map .box_info .box_tel .number a {
  text-decoration: none;
  color: #fff;
}

.con_map .box_info .box_tel .btn {
  width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel .btn {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info .box_tel .btn {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel .btn {
    width: 100%;
  }
}
.con_map .box_info table {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  line-height: 1.8;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .con_map .box_info table {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info table {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table {
    margin-bottom: 0em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr {
    margin-bottom: 1em;
    display: block;
  }
}
.con_map .box_info table tr th {
  font-weight: 500;
  padding: 18px 23px;
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  text-align: center;
  width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info table tr th {
    padding: 0.7em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr th {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info table tr th {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr th {
    display: block;
    background: #e8e8e8;
    font-weight: 600;
    border: 0px;
  }
}
.con_map .box_info table tr td {
  text-align: left;
  padding: 18px 3em;
  border-top: 1px solid #d2d0df;
  border-bottom: 1px solid #d2d0df;
  width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info table tr td {
    padding: 0.7em 0px 0.7em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr td {
    padding: 1em 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_map .box_info table tr td {
    width: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr td {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info table tr td {
    border-top: 0px;
    display: block;
    border-bottom: none;
  }
}
.con_map .box_info table tr td .lnk a {
  margin-right: 5px;
}

.con_map .box_info table tr td .txt_red {
  color: #df3737;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .con_map .box_info table tr td .txt_red {
    margin-top: 0.2em;
  }
}
/* -----------------------------------------------------------
	.con_season
----------------------------------------------------------- */
.con_season {
  padding: 0px 1em;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season {
    margin-bottom: 2em;
  }
}
.con_season .box_season {
  margin: 0 auto;
  width: 1800px;
  max-width: 100%;
  position: relative;
  z-index: 3;
}

.con_season .box_season .img {
  overflow: hidden;
}

.con_season .box_season .img img {
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .img img {
    max-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .img img {
    height: 36em;
  }
}
.con_season .box_season .box_info {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_season .box_season .box_info .st_lg_02_white {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .st_lg_02_white {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .st_lg_02_white {
    margin-bottom: 1em;
  }
}
.con_season .box_season .box_info .btn_other {
  margin: 0 auto;
  max-width: 1140px;
  width: 95%;
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 30px 80px;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .btn_other {
    padding: 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other {
    padding: 0.5em 0.75em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .btn_other {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_season .box_season .box_info .btn_other:hover .ic_arrow {
    right: 30px;
  }
}
@media print {
  .con_season .box_season .box_info .btn_other:hover .ic_arrow {
    right: 30px;
  }
}
.ie8 .con_season .box_season .box_info .btn_other:hover .ic_arrow {
  right: 30px;
}

.con_season .box_season .box_info .btn_other .ic_arrow {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 10px;
  border-bottom: 1px solid #0c0c0c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other .ic_arrow {
    right: 1em;
  }
}
.con_season .box_season .box_info .btn_other .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  width: 27px;
  height: 1px;
  background: #0c0c0c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.con_season .box_season .box_info .btn_other .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 25px;
  bottom: -1px;
  width: 1px;
  height: 11px;
  background: #0c0c0c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.con_season .box_season .box_info .btn_other .time {
  font-family: "Crimson Text", serif;
  color: #848484 !important;
  margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .btn_other .time {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other .time {
    margin-right: 1em;
  }
}
.con_season .box_season .box_info .btn_other .txt_bgviolet {
  background: #654784;
  color: #fff !important;
  display: inline-block;
  padding: 3px 28px;
  margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .btn_other .txt_bgviolet {
    padding: 3px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other .txt_bgviolet {
    padding: 0.2em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .btn_other .txt_bgviolet {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other .txt_bgviolet {
    margin-right: 1em;
  }
}
.con_season .box_season .box_info .btn_other .txt {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_other .txt {
    width: 90%;
  }
}
.con_season .box_season .box_info .btn_arrow_white {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_season .box_season .box_info .btn_arrow_white {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_arrow_white {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season .box_info .btn_arrow_white {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
/* -----------------------------------------------------------
	con_bottom
----------------------------------------------------------- */
.con_bottom {
  padding: 0px 1em;
}

.con_bottom .box_bottom {
  margin: 0 auto;
  width: 1800px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .con_bottom .box_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.con_bottom .box_bottom .box {
  width: 48.88889%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bottom .box_bottom .box {
    width: 48.88889%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bottom .box_bottom .box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bottom .box_bottom .box:first-child {
    margin-bottom: 1em;
  }
}
.con_bottom .box_bottom .box .box_info {
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f5effc;
  letter-spacing: .3em;
}

@media only screen and (max-width: 767px) {
  .con_bottom .box_bottom .box .box_info .jp {
    font-size: 119%;
  }
}
.con_bottom .box_bottom .box .box_info .en {
  font-family: "Crimson Text", serif;
  font-size: 125%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bottom .box_bottom .box .box_info .en {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bottom .box_bottom .box .box_info .en {
    font-size: 82%;
  }
}
.con_bottom .box_bottom .box .img {
  position: relative;
  overflow: hidden;
}

.con_bottom .box_bottom .box .img img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
}

.con_bottom .box_bottom .box:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery {
  margin-bottom: 150px;
  padding: 0px 1em;
  position: relative;
  z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .con_gallery {
    margin-bottom: 100px;
  }
}
@media print {
  .con_gallery {
    margin-bottom: 100px;
  }
}
.ie8 .con_gallery {
  margin-bottom: 100px;
}

.con_gallery::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 1015px;
  max-width: 70%;
  height: 100%;
  bottom: -5em;
  background: url(../shop/images/bg_violet_gallery.png) right bottom no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery::after {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery::after {
    height: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery::after {
    bottom: -1em;
  }
}
.con_gallery .box_gallery {
  margin: 0 auto;
  width: 1800px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_gallery .box_gallery .box_left {
  width: 27.77778%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_left {
    width: 27.77778%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_left {
    width: 100%;
  }
}
.con_gallery .box_gallery .box_left .st_lg_01 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_left .st_lg_01 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_left .st_lg_01 {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_left .st_lg_01 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_left .st_lg_01 {
    margin-bottom: 1em;
  }
}
.con_gallery .box_gallery .box_left .st_lg_01 span {
  color: #4b2e6a;
}

.con_gallery .box_gallery .box_left .st_lg_01 span::before {
  background: #4b2e6a;
}

.con_gallery .box_gallery .box_left .box_title_sp {
  margin-bottom: 0.75em;
}

.con_gallery .box_gallery .box_left .box_title_sp h3 {
  text-align: center;
  display: block;
  font-weight: normal;
}

.con_gallery .box_gallery .box_left .box_title_sp h3 .jp {
  position: relative;
  font-family: "Hannari", serif;
  font-size: 125%;
  color: #4b2e6a;
}

.con_gallery .box_gallery .box_left .box_title_sp h3 .jp::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -2px;
  width: 30px;
  height: 1px;
  background: #684988;
}

.con_gallery .box_gallery .box_left .box_title_sp h3 .en {
  display: block;
  font-size: 100%;
  font-family: "Crimson Text", serif;
  color: #414141;
}

@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_left .txt {
    margin-bottom: 1em;
  }
}
.con_gallery .box_gallery .box_right {
  width: 72.22222%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right {
    width: 72.22222%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right {
    width: 100%;
  }
}
.con_gallery .box_gallery .box_right .ic_plus::before {
  font-size: 1.5em;
  content: "+";
}

.con_gallery .box_gallery .box_right .box_gallery table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.con_gallery .box_gallery .box_right .box_gallery table tr td {
  overflow: hidden;
  vertical-align: top;
}

@media only screen and (min-width: 1025px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td {
    padding: 0.38462%;
  }
}
@media print {
  .con_gallery .box_gallery .box_right .box_gallery table tr td {
    padding: 0.38462%;
  }
}
.ie8 .con_gallery .box_gallery .box_right .box_gallery table tr td {
  padding: 0.38462%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td {
    padding: 3px !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td {
    padding: 2px !important;
  }
}
.con_gallery .box_gallery .box_right .box_gallery table tr td.small a span {
  display: none;
}

.con_gallery .box_gallery .box_right .box_gallery table tr td a {
  display: block;
  position: relative;
}

.con_gallery .box_gallery .box_right .box_gallery table tr td a::before {
  content: "";
  position: absolute;
  background: rgba(77, 43, 80, 0.6);
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  color: #fff;
  z-index: -1;
  padding: 1.2em;
  opacity: 0;
  font-size: 75%;
  line-height: 1.1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.con_gallery .box_gallery .box_right .box_gallery table tr td a span, .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0px;
  top: 60%;
  margin-top: -0.5em;
  right: 0px;
  color: #fff;
  text-align: center;
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 1025px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td a span, .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
    display: block;
  }
}
@media print {
  .con_gallery .box_gallery .box_right .box_gallery table tr td a span, .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
    display: block;
  }
}
.ie8 .con_gallery .box_gallery .box_right .box_gallery table tr td a span, .ie8 .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
  display: block;
}

.con_gallery .box_gallery .box_right .box_gallery table tr td a i {
  top: 40%;
  font-size: 563%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
    top: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td a i {
    font-size: 88%;
  }
}
.con_gallery .box_gallery .box_right .box_gallery table tr td a:hover span, .con_gallery .box_gallery .box_right .box_gallery table tr td a:hover i {
  z-index: 2;
  opacity: 1;
}

.con_gallery .box_gallery .box_right .box_gallery table tr td a:hover::before {
  z-index: 1;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .box_gallery table tr td {
    padding: 1.5%;
  }
}
.con_gallery .box_gallery .box_right .box_gallery table tr td.row2 a {
  padding: 5px 0px;
}

.con_gallery .box_gallery .box_right .gamma-gallery li {
  padding: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .gamma-gallery li {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .gamma-gallery li {
    padding: 3px;
  }
}
.con_gallery .box_gallery .box_right .gamma-description {
  background: rgba(77, 43, 80, 0.6);
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  color: #fff;
  padding: 1em;
  font-size: 75%;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .gamma-description {
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
  }
}
.con_gallery .box_gallery .box_right .gamma-description .box_content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_gallery .box_gallery .box_right .gamma-description .box_content p {
  font-size: 438%;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .gamma-description .box_content p {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .gamma-description .box_content p {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .gamma-description .box_content p {
    margin-bottom: 0.5em;
  }
}
.con_gallery .box_gallery .box_right .btn_arrow_black {
  text-align: right;
  margin-top: 74px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .btn_arrow_black {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .btn_arrow_black {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .btn_arrow_black {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_gallery .box_gallery .box_right .btn_arrow_black #load-more .ic_arrow {
  border-bottom: 0px;
}

.con_gallery .box_gallery .box_right .btn_arrow_black #load-more .ic_arrow::before {
  display: none;
}

.con_gallery .box_gallery .box_right .btn_arrow_black #load-more .ic_arrow::after {
  font-size: 1.5em;
  content: "+";
  background: transparent;
  bottom: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gallery .box_gallery .box_right .btn_arrow_black #load-more .ic_arrow::after {
    bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_right .btn_arrow_black #load-more .ic_arrow::after {
    bottom: 13px;
  }
}
/* -----------------------------------------------------------
	magnific-popup
----------------------------------------------------------- */
.mfp-bg {
  opacity: 1 !important;
  background: #fff !important;
  z-index: 10000 !important;
}

.mfp-wrap {
  z-index: 10001 !important;
}

.mfp-close {
  opacity: 1 !important;
  position: absolute;
  right: 20px !important;
  top: 20px !important;
  left: auto !important;
  bottom: auto !important;
  width: 40px !important;
  height: 40px !important;
  background: none !important;
  text-indent: -9999em !important;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: !important;
  transition: all 0.4s ease !important;
}

@media only screen and (max-width: 767px) {
  .mfp-close {
    top: 3px !important;
  }
}
.mfp-close:hover {
  opacity: 0.7 !important;
}

.mfp-close:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  height: 1px;
  width: 120%;
  background: #000;
}

.mfp-close:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  height: 1px;
  width: 120%;
  background: #000;
}

.mfp-content .mfp-close {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .mfp-arrow,
  .mfp-close {
    padding: 30px !important;
  }
}
@media print {
  .mfp-arrow,
  .mfp-close {
    padding: 30px !important;
  }
}
.ie8 .mfp-arrow, .ie8
.mfp-close {
  padding: 30px !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  display: block;
  opacity: 1 !important;
  position: absolute;
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 !important;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .mfp-arrow-left,
  .mfp-arrow-right {
    top: 50%;
    width: 35px;
    height: 7px;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
.mfp-arrow-left:active,
.mfp-arrow-right:active {
  opacity: 0.8;
}

.mfp-arrow-left:before, .mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after {
  display: none !important;
}

.mfp-arrow-left {
  left: 20px !important;
  right: auto !important;
  background: transparent url(../images/common/ic_arrow_left.png) no-repeat left center !important;
  background-size: contain;
}

.mfp-arrow-right {
  right: 20px !important;
  left: auto !important;
  background: transparent url(../images/common/ic_arrow_right.png) no-repeat right center !important;
  background-size: contain;
}

.mfp-wrap .mfp-figure:after {
  display: none;
}

.mfp-wrap .mfp-title {
  font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "Times New Roman", serif;
  color: #000;
}

.mfp-wrap .mfp-counter {
  color: #000;
}

.mfp-fade.mfp-bg {
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1 !important;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1 !important;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0 !important;
}

.loading {
  opacity: 0;
}

.load-complate {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.js-load-motion {
  display: none;
}

.js-load-motion.loading-area {
  display: block;
}

/*LOADING*/
.loading-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  -webkit-animation: loading-area 0.5s 4.5s cubic-bezier(0.47, 0, 0.745, 0.715) forwards 1;
  animation: loading-area 0.5s 4.5s cubic-bezier(0.47, 0, 0.745, 0.715) forwards 1;
}

@-webkit-keyframes loading-area {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-area {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
.loading-area div:before,
.loading-area div:after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 9998;
}

.loading-area div:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 0%;
  height: 100%;
  background: #6C4581;
  z-index: 9997;
}

.loading-area:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 9996;
}

.loading-area div:after {
  -webkit-animation: loading-mask1 0.75s 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
  animation: loading-mask1 0.75s 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
}

@-webkit-keyframes loading-mask1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading-mask1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loading-area div:before {
  -webkit-animation: loading-mask2 0.75s 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
  animation: loading-mask2 0.75s 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards 1;
}

@-webkit-keyframes loading-mask2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading-mask2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loading-area div img {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: traslate(-50%, -50%);
  transform: traslate(-50%, -50%);
  z-index: 9999;
  -webkit-animation: loading-img 2.5s 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) forwards 1;
  animation: loading-img 2.5s 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) forwards 1;
}

@-webkit-keyframes loading-img {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    margin-left: -30px;
  }
  65% {
    opacity: 1;
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
    opacity: 0;
  }
}
@keyframes loading-img {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    margin-left: -30px;
  }
  65% {
    opacity: 1;
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	お料理　CMS何もデータが無い場合
----------------------------------------------------------- */
.no-data-result {
  color: #fff;
  margin: 100px auto 10px;
  padding: 25px 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  max-width: 420px;
  font-size: 113%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .no-data-result {
    margin: 80px auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  .no-data-result {
    width: 75%;
    margin: 60px auto 50px;
    padding: 12px 20px;
    font-size: 100%;
  }
}
/* -----------------------------------------------------------
	銀座店 コンテンツ追加
----------------------------------------------------------- */
.con_hotel {
  margin: 0 auto;
  width: 1800px;
  max-width: 100%;
  position: relative;
  margin-bottom: 200px;
  padding: 0px 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel {
    margin-bottom: 2em;
  }
}
.con_hotel::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40%;
  height: 50%;
  right: 0;
  top: -40%;
  background: url(../kodawari/images/bg_dot.png);
}

.con_hotel::after {
  content: "";
  position: absolute;
  top: 54px;
  right: 0;
  width: 70%;
  height: 81%;
  background: #f5effc;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel::after {
    top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel::after {
    top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel::after {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel::after {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel::after {
    height: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel::after {
    height: 50%;
  }
}
.con_hotel .box_info {
  padding: 3%;
  padding-top: 150px;
  right: 0;
  position: relative;
  width: 55%;
  background: #fff;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info {
    padding: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info {
    padding: 1em;
  }
}
@media only screen and (min-width: 1800px) {
  .con_hotel .box_info {
    padding: 15% 5% 5% 5%;
  }
}
@media print {
  .con_hotel .box_info {
    padding: 15% 5% 5% 5%;
  }
}
.ie8 .con_hotel .box_info {
  padding: 15% 5% 5% 5%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info {
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .con_hotel .box_info {
    width: 44.44444%;
  }
}
@media print {
  .con_hotel .box_info {
    width: 44.44444%;
  }
}
.ie8 .con_hotel .box_info {
  width: 44.44444%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_hotel .box_info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print {
  .con_hotel .box_info {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ie8 .con_hotel .box_info {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con_hotel .box_info .txt_fsz35 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info .txt_fsz35 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info .txt_fsz35 {
    margin-bottom: 1em;
  }
}
.con_hotel .box_info .txt_sub {
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info .txt_sub {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info .txt_sub {
    margin-bottom: 1em;
  }
}
.con_hotel .box_info .txt {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_info .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_info .txt {
    margin-bottom: 1em;
  }
}
.con_hotel .box_hotel {
  margin: 0 auto;
  margin-top: -130px;
  width: 1500px;
  max-width: 90%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .con_hotel .box_hotel {
    margin-top: -200px;
  }
}
@media print {
  .con_hotel .box_hotel {
    margin-top: -200px;
  }
}
.ie8 .con_hotel .box_hotel {
  margin-top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel {
    max-width: 100%;
  }
}
.con_hotel .box_hotel .box_list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_hotel .box_hotel .box_list .box {
  position: relative;
  width: 46.45362%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box {
    width: 46.76539%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box {
    margin-bottom: 1em;
  }
}
.con_hotel .box_hotel .box_list .box.other {
  margin-right: 30px;
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box.other {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box.other {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box.other {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box.other {
    margin-left: 0;
  }
}
.con_hotel .box_hotel .box_list .box .img {
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box .img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box .img {
    margin-bottom: 1em;
  }
}
.con_hotel .box_hotel .box_list .box .img img {
  width: 100%;
}

.con_hotel .box_hotel .box_list .box .st_md_01 {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 3.5em;
  padding: 28px 8px;
}

@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box .st_md_01 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box .st_md_01 {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box .st_md_01 {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box .st_md_01 .jp {
    font-size: 150%;
  }
}
.safari .con_hotel .box_hotel .box_list .box .st_md_01 .jp, .ipad .con_hotel .box_hotel .box_list .box .st_md_01 .jp, .iphone .con_hotel .box_hotel .box_list .box .st_md_01 .jp {
  width: 1em;
  line-height: 1;
}

.con_hotel .box_hotel .box_list .box .box_info {
  line-height: 1.7;
}

.con_hotel .box_hotel .box_list .box .box_info .txt_fsz22 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box .box_info .txt_fsz22 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotel .box_hotel .box_list .box .box_info .txt_fsz22 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotel .box_hotel .box_list .box .box_info .txt {
    font-size: 95%;
  }
}
.con_store {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .con_store {
    padding-top: 3em;
  }
}
.con_store > * {
  position: relative;
}

.con_store .img_decoration_04 {
  position: absolute;
  right: 1%;
  bottom: 0;
  -webkit-transform: translate(0, 36%);
  transform: translate(0, 36%);
  max-width: 26%;
  z-index: 3;
}

@media only screen and (min-width: 1025px) {
  .con_store .box_container {
    max-width: 93.75%;
  }
}
@media print {
  .con_store .box_container {
    max-width: 93.75%;
  }
}
.ie8 .con_store .box_container {
  max-width: 93.75%;
}

@media only screen and (max-width: 1024px) {
  .con_store .box_container {
    width: 100%;
  }
}
.con_store .box_wrp {
  position: relative;
  overflow: hidden;
  background: #0c0c0c;
  padding: 110px 50px 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_store .box_wrp {
    padding: 110px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_wrp {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1600px) {
  .con_store .box_wrp {
    padding: 110px 50px 130px;
  }
}
@media print {
  .con_store .box_wrp {
    padding: 110px 50px 130px;
  }
}
.ie8 .con_store .box_wrp {
  padding: 110px 50px 130px;
}

.con_store .box_inner {
  max-width: 1600px;
  margin: auto;
}

.con_store .box_tab {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab {
    padding: 0 2.5%;
  }
}
.con_store .box_tab .tabs {
  margin: 0 -16px;
  margin-top: 80px;
}

@media only screen and (min-width: 1600px) {
  .con_store .box_tab .tabs {
    margin-top: 0;
  }
}
@media print {
  .con_store .box_tab .tabs {
    margin-top: 0;
  }
}
.ie8 .con_store .box_tab .tabs {
  margin-top: 0;
}

@media only screen and (max-width: 1260px) {
  .con_store .box_tab .tabs {
    margin: 0 -8px;
  }
}
@media print {
  .con_store .box_tab .tabs {
    margin: 0 -8px;
  }
}
.ie8 .con_store .box_tab .tabs {
  margin: 0 -8px;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs {
    margin: 0;
  }
}
.con_store .box_tab .tabs ul {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 16px 0;
  width: 100%;
}

@media only screen and (max-width: 1260px) {
  .con_store .box_tab .tabs ul {
    border-spacing: 8px 0;
  }
}
@media print {
  .con_store .box_tab .tabs ul {
    border-spacing: 8px 0;
  }
}
.ie8 .con_store .box_tab .tabs ul {
  border-spacing: 8px 0;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul {
    display: block;
    border-spacing: 0;
  }
}
.con_store .box_tab .tabs ul li {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li {
    display: block;
  }

  .con_store .box_tab .tabs ul li:nth-child(odd) {
    clear: both;
  }
}
.con_store .box_tab .tabs ul li .btn_inner {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 0 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_store .box_tab .tabs ul li .btn_inner {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner {
    width: 45%;
    height: auto !important;
    float: left;
    margin: 0 3% 20px 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner > * {
    vertical-align: top;
  }
}
.con_store .box_tab .tabs ul li .btn_inner:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 7px;
  background: #684988;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.con_store .box_tab .tabs ul li .btn_inner .thumb {
  opacity: 0.5;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_store .box_tab .tabs ul li .btn_inner .thumb {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner .thumb {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner .thumb {
    width: 20%;
  }
}
.con_store .box_tab .tabs ul li .btn_inner .thumb img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white {
    width: 95%;
    text-align: center;
    padding-left: 1em;
    margin-top: 5px;
  }
}
.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
  font-size: 113%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
    font-size: 113%;
  }
}
@media only screen and (max-width: 1260px) {
  .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
    letter-spacing: normal;
  }
}
@media print {
  .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
    letter-spacing: normal;
  }
}
.ie8 .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
  letter-spacing: normal;
}

.con_store .box_tab .panels .panel {
  display: none;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .panels .panel {
    display: block;
    margin-bottom: 1em;
  }
}
.con_store .box_tab .panels .panel.active {
  display: list-item;
}

.con_store .box_tab .accordion {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  background: #684988;
  cursor: pointer;
}

.con_store .box_tab .accordion.active:before {
  -webkit-transform: rotate(180deg) translate(0, -50%);
  transform: rotate(180deg) translate(0, -50%);
}

.con_store .box_tab .accordion > * {
  display: table-cell;
  vertical-align: middle;
}

.con_store .box_tab .accordion:before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: rotate(0deg) translate(0, -50%);
  transform: rotate(0deg) translate(0, -50%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.con_store .box_tab .accordion .thumb {
  width: 25%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.con_store .box_tab .accordion .thumb img {
  width: 100%;
}

.con_store .box_tab .accordion .st_lg_03_white {
  width: 75%;
  text-align: left;
  padding-left: 1em;
}

.con_store .box_tab .accordion .st_lg_03_white .jp {
  font-size: 113%;
}

.con_store .box_tab .accordion .st_lg_03_white .en {
  font-size: 88%;
}

.con_store .box_tab .box_store {
  margin-bottom: -180px;
}

@media only screen and (max-width: 1260px) {
  .con_store .box_tab .box_store {
    margin-bottom: -80px;
  }
}
@media print {
  .con_store .box_tab .box_store {
    margin-bottom: -80px;
  }
}
.ie8 .con_store .box_tab .box_store {
  margin-bottom: -80px;
}

@media only screen and (max-width: 1024px) {
  .con_store .box_tab .box_store {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store {
    padding: 1.5em 1em 2em;
    margin-bottom: 0;
  }
}
.con_store .box_tab .box_store .box_thumb {
  position: relative;
}

.con_store .box_tab .box_store .box_thumb img {
  display: block;
  position: relative;
  width: 100%;
}

.con_store .box_tab .box_store .box_thumb .line {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1000%;
}

.con_store .box_tab .box_store .box_thumb .line em {
  display: block;
  width: 100%;
  height: 1px;
  background: #684988;
  margin-bottom: 10px;
}

.con_store .box_tab .box_store .box_thumb .line em:last-child {
  margin-bottom: 0 !important;
}

.con_store .box_tab .box_store .box_main {
  position: relative;
  top: -180px;
  width: 575px;
  background: #0c0c0c;
  padding: 45px 80px;
  margin: auto;
}

@media only screen and (max-width: 1600px) {
  .con_store .box_tab .box_store .box_main {
    top: -80px;
  }
}
@media print {
  .con_store .box_tab .box_store .box_main {
    top: -80px;
  }
}
.ie8 .con_store .box_tab .box_store .box_main {
  top: -80px;
}

@media only screen and (max-width: 1024px) {
  .con_store .box_tab .box_store .box_main {
    top: -50px;
    width: 500px;
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main {
    top: 0;
    width: 100%;
    padding: 1em 2.5% 0;
  }
}
.con_store .box_tab .box_store .box_main .st_lg_03_white {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main .st_lg_03_white {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main .st_lg_03_white .jp {
    font-size: 138%;
  }
}
.con_store .box_tab .box_store .box_main .st_lg_03_white .en {
  color: #654784;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main .st_lg_03_white .en {
    font-size: 100%;
  }
}
.con_store .box_tab .box_store .box_main .txt {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_store .box_tab .box_store .box_main .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main .txt {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_store .box_tab .box_store .box_main .txt {
    line-height: 1.875;
  }
}
@media print {
  .con_store .box_tab .box_store .box_main .txt {
    line-height: 1.875;
  }
}
.ie8 .con_store .box_tab .box_store .box_main .txt {
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main .txt {
    text-align: left;
  }
}
.con_store .box_tab .box_store .box_main .btn_rsv {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_store .box_tab .box_store .box_main .btn_rsv {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_store .box_tab .box_store .box_main .btn_rsv {
    margin-top: 1.5em;
  }
}
/* -----------------------------------------------------------
	名古屋店 コンテンツ追加
----------------------------------------------------------- */
.con_special .box_special .box_info .box_tel .tbl_gal {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .con_special .box_special .box_info .box_tel .tbl_gal {
    margin: 10px auto 0;
  }
}
.con_special .box_special .box_info .box_tel .tbl_gal .item a {
  color: #fff;
}

.con_map .box_info .box_tel .tbl_gal {
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel .tbl_gal {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_map .box_info .box_tel .tbl_gal tr {
    margin-bottom: 0;
  }
}
.con_map .box_info .box_tel .tbl_gal .item {
  text-align: center;
  padding: 0;
  border: none;
}

.con_map .box_info .box_tel .tbl_gal .item a {
  color: #fff;
}

.tx_left {
  text-align: left !important;
  margin-top: 50px;
}

.shop_name {
  padding-left: 10px;
  font-size: 27px;
  letter-spacing: 0.3em;
  color: #fff;
  line-height: 1.5;
}

.open {
  padding-left: 20px;
  padding-bottom: 10px;
  letter-spacing: 0.4em;
  font-size: 55px;
  color: #fff;
  line-height: 1.5;
}

.days {
  letter-spacing: 0.3em;
  border: 1px solid #fff;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  margin: 5px auto 0;
  width: 230px;
}
