@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : menu.css
 author     : Ability Consultant
 style info : メニュー
=================================================================== */
.con_seat:after, .con_seat .box_txt:after, .con_seat .box_photo ul:after {
  content: "";
  display: table;
  clear: both;
}

#contents {
  background: transparent url(../images/home/bg_ureshino.jpg);
}

.con {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con {
    margin-top: 40px;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  width: 100%;
  position: relative;
  height: 280px;
}
@media only screen and (min-width: 768px) {
  .con_intro {
    background: url(../menu/images/bg_intro.jpg);
    background-position: center;
  }
}
@media print {
  .con_intro {
    background: url(../menu/images/bg_intro.jpg);
    background-position: center;
  }
}
.ie8 .con_intro {
  background: url(../menu/images/bg_intro.jpg);
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    background: url(../menu/images/bg_intro-sp.jpg);
    background-position: center;
    background-size: cover;
    height: 300px;
  }
}
.con_intro .st {
  position: absolute;
  right: 50%;
  top: 1em;
  margin-right: -123px;
}
@media only screen and (max-width: 767px) {
  .con_intro .st {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-top: 20px;
  }
}
.con_intro .txt {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-size: 115%;
  text-shadow: 1px 1px 2px #000, 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.8;
  height: 280px;
  padding: 1em 0;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12em;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    display: block;
    height: auto;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    margin-left: 0;
    padding: 0.5em 1em 0;
    font-size: 108%;
  }
}

/* -----------------------------------------------------------
	.con_lnk
----------------------------------------------------------- */
.con_lnk .box_lnk {
  text-align: center;
}
.con_lnk .box_lnk .lnk {
  font-size: 115%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.11);
}
.con_lnk .box_lnk .lnk:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .con_lnk .box_lnk .lnk:not(:first-child) {
    margin-left: 0;
  }
}
.con_lnk .box_lnk .lnk a {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 16px 23px;
}
@media only screen and (max-width: 767px) {
  .con_lnk .box_lnk .lnk a {
    padding: 0.5em 1em;
  }
}
.con_lnk .box_lnk .lnk a i {
  padding-right: 8px;
}

/* -----------------------------------------------------------
	.con_time
----------------------------------------------------------- */
.con_time .st_time {
  display: inline;
  background: #000;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 136%;
}
.con_time .st_time span {
  font-size: 79%;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .con_time .st_time {
    display: block;
  }
}
.con_time .txt {
  margin-top: 1em;
  font-size: 115%;
}
.con_time .txt span {
  font-weight: 500;
  color: #a80303;
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_menu {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    padding-bottom: 2em;
  }
}
.con_menu .box_menu {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.con_menu .box_menu .box_pause {
  padding: 15px 30px;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border: 3px solid #a80303;
  color: #a80303;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_pause {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .box_pause {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_pause {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .box_pause {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_pause {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_pause {
    width: 70%;
  }
}
.con_menu .box_menu .weekday {
  display: inline-block;
  background-color: #660a0a;
  color: #fff;
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .weekday {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    margin-bottom: 3em;
  }
}
.con_menu .box_menu .menu_l {
  width: 47%;
  float: left;
  padding-right: 40px;
}
.con_menu .box_menu .menu_l:nth-child(2) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.con_menu .box_menu .menu_l .st {
  font-size: 186%;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .menu_l .st {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .st {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .st {
    font-size: 143%;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.con_menu .box_menu .menu_l .st.st_weekday {
  padding-top: 10px;
}
.con_menu .box_menu .menu_l .price {
  font-size: 115%;
  text-align: right;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .menu_l .price {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .price {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .price {
    font-size: 108%;
  }
}
.con_menu .box_menu .menu_l .txt {
  font-size: 108%;
  padding-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .menu_l .txt {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .txt {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .txt {
    font-size: 100%;
  }
}
.con_menu .box_menu .menu_l .subimg {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .menu_l .subimg {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .subimg {
    margin-top: 0.5em;
  }
}
.con_menu .box_menu .menu_l .subimg span {
  font-size: 93%;
  line-height: 1.3;
  text-align: center;
  float: left;
}
.con_menu .box_menu .menu_l .subimg span:nth-child(2) {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .con_menu .box_menu .menu_l .subimg span {
    width: 48%;
  }
}
.con_menu .box_menu .menu_l .subimg span img {
  margin-bottom: 4px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .menu_l .subimg span img {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_l .subimg span img {
    margin-bottom: 0.1em;
  }
}
.con_menu .box_menu .menu_r {
  width: 53%;
  float: left;
}
.con_menu .box_menu .menu_r .img {
  font-size: 93%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_r {
    width: 100%;
    float: none;
  }
  .con_menu .box_menu .menu_r img {
    width: 100%;
  }
}
.con_menu .txt_right {
  text-align: right;
}
.con_menu .single_item {
  margin-top: 50px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .single_item {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .single_item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item {
    margin-bottom: 0;
  }
}
.con_menu .single_item .st_sub {
  font-size: 129%;
  padding-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item .st_sub {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item .st_sub {
    margin-top: 0.5em;
  }
}
.con_menu .single_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.con_menu .single_item ul li {
  margin-bottom: 20px;
  margin-left: 6px;
  width: 195px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .single_item ul li {
    margin-left: 1.3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item ul li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .single_item ul li {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .single_item ul li {
    width: 49%;
  }
}
.con_menu .single_item ul li img {
  width: 100%;
}
.con_menu .single_item ul li p {
  padding: 4px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_menu .single_item ul li:first-child, .con_menu .single_item ul li:nth-child(5n+1) {
    margin-left: 0px;
  }
}
@media print {
  .con_menu .single_item ul li:first-child, .con_menu .single_item ul li:nth-child(5n+1) {
    margin-left: 0px;
  }
}
.ie8 .con_menu .single_item ul li:first-child, .ie8 .con_menu .single_item ul li:nth-child(5n+1) {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .single_item ul li:first-child, .con_menu .single_item ul li:nth-child(4n+1) {
    margin-left: 0px;
  }
}
.con_menu .single_item ul:last-child {
  border-bottom: none;
}

.box_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .box_counter {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .box_counter {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_counter {
    margin-bottom: 3em;
  }
}
.box_counter .img {
  width: 53%;
}
@media only screen and (max-width: 767px) {
  .box_counter .img {
    width: 100%;
  }
}
.box_counter .desc {
  width: 47%;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .box_counter .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_counter .desc {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_counter .desc {
    margin-bottom: 2em;
  }
}
.box_counter .desc .st {
  font-size: 186%;
}
@media only screen and (max-width: 767px) {
  .box_counter .desc .st {
    font-size: 143%;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.box_counter .desc .st.st_weekday {
  padding-top: 10px;
}
.box_counter .desc .txt {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_counter .desc .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box_counter .desc .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_counter .desc .box_btn {
    text-align: center;
  }
}
.box_counter .desc .box_btn .btn a {
  display: inline-block;
  vertical-align: middle;
  font-size: 108%;
  color: #000 !important;
  border: 1px solid #000;
  text-decoration: none;
  padding: 2px 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1025px) {
  .box_counter .desc .box_btn .btn a:hover {
    color: #fff !important;
    background: #000;
  }
}
@media print {
  .box_counter .desc .box_btn .btn a:hover {
    color: #fff !important;
    background: #000;
  }
}
.ie8 .box_counter .desc .box_btn .btn a:hover {
  color: #fff !important;
  background: #000;
}
.box_counter .desc .box_menu {
  margin-top: 3em;
}
.box_counter .desc .box_menu table {
  width: 100%;
}
.box_counter .desc .box_menu table th,
.box_counter .desc .box_menu table td {
  padding: 0 0 .5em;
  text-align: left;
}
.box_counter .desc .box_menu table th {
  display: block;
  margin-top: 1.5em;
  width: 100%;
}
.box_counter .desc .box_menu table td {
  width: auto;
}
.box_counter .desc .box_menu table td:first-child {
  position: relative;
}
.box_counter .desc .box_menu table td:first-child::before {
  content: '■';
  color: #ccc;
  margin-right: 3px;
}
.box_counter .desc .box_menu table td:last-child {
  padding-left: 1em;
  text-align: right;
  min-width: 8em;
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner .box_banner {
  overflow: hidden;
  width: 870px;
  height: 266px;
  border: solid 1px #826200;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_banner {
    width: 100%;
    padding-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner {
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
}
.con_banner .box_banner:before {
  padding: 5px 15px;
  content: 'お得な温泉付き';
  color: #fff;
  background: #826200;
  position: absolute;
  top: 0;
  left: 0;
}
.con_banner .box_banner:after {
  content: '';
  background: url(../menu/images/bg_banner.png);
  width: 250px;
  height: 266px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .con_banner .box_banner:after {
    display: none;
  }
}
.con_banner .box_banner .banner_l, .con_banner .box_banner .banner_c, .con_banner .box_banner .banner_r {
  float: left;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_banner .banner_l, .con_banner .box_banner .banner_c, .con_banner .box_banner .banner_r {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .banner_l, .con_banner .box_banner .banner_c, .con_banner .box_banner .banner_r {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .banner_l, .con_banner .box_banner .banner_c, .con_banner .box_banner .banner_r {
    width: 100%;
    padding-right: 10px;
  }
}
.con_banner .box_banner .banner_l {
  font-size: 143%;
  text-align: center;
  padding-top: 93px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .box_banner .banner_l {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .banner_l {
    font-size: 129%;
    padding-top: 1.7em;
  }
}
.con_banner .box_banner .banner_r {
  text-align: right;
}
.con_banner .box_banner .banner_r, .con_banner .box_banner .banner_c {
  font-size: 115%;
  padding-top: 40px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .banner_r, .con_banner .box_banner .banner_c {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .banner_r .price, .con_banner .box_banner .banner_c .price {
    text-align: right;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .banner_c {
    padding-right: 10px;
  }
}
.con_banner .box_banner .banner_c span {
  color: #a80303;
  font-weight: 500;
}
.con_banner .note {
  text-align: right;
  width: 870px;
  margin: 0.4em auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .note {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .note {
    text-align: left;
    width: 100%;
  }
}
.con_banner .hotspring {
  width: 870px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner .hotspring {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .hotspring {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner .hotspring {
    margin-bottom: 2em;
  }
}
.con_banner .hotspring ul {
  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;
}
.con_banner .hotspring ul li {
  width: 49%;
}
.con_banner .hotspring ul li p {
  margin-top: 0.5em;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_bn_news {
  width: 870px;
  margin: 0 auto 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bn_news {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bn_news {
    width: 95%;
  }
}
.con_bn_news :hover {
  opacity: 0.9;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.con_bn_news img {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_bn_news img {
    display: block;
    margin: 0 auto 2em;
  }
}

/* -----------------------------------------------------------
	.con_seat
----------------------------------------------------------- */
.con_seat {
  background: #676767;
  width: 100%;
  height: 470px;
  padding-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_seat {
    height: auto;
    padding: 30px 0;
  }
}
.con_seat .box_txt {
  width: 30%;
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_seat .box_txt {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
.con_seat .box_txt .st {
  width: 103px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .con_seat .box_txt .st {
    width: auto;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_seat .box_txt .st img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.con_seat .box_txt .txt {
  color: #fff;
  font-size: 115%;
  line-height: 1.8;
  height: 380px;
  float: left;
  padding-left: 3em;
}
@media only screen and (max-width: 1024px) {
  .con_seat .box_txt .txt {
    line-height: 1.5;
    height: auto;
    float: none;
    padding-left: 0;
  }
}
.con_seat .box_txt .txt span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .con_seat .box_txt .txt span {
    display: block;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    height: auto;
  }
}
.con_seat .box_photo {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_seat .box_photo {
    width: 100%;
    float: none;
  }
}
.con_seat .box_photo ul {
  overflow: hidden;
}
.con_seat .box_photo ul li {
  float: left;
  margin-left: 20px;
}
.con_seat .box_photo ul li img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .con_seat .box_photo ul li {
    width: 32%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_seat .box_photo ul li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.con_seat .box_photo ul li:first-child {
  margin-left: 0;
}
.con_seat .box_photo ul li .img_txt {
  color: #fff;
  font-size: 115%;
  line-height: 1.2;
  text-align: center;
  background: #000;
  padding: 5px 0 4px;
}

@media only screen and (min-width: 1500px) {
  .view_pc_s {
    display: none;
  }
}
@media print {
  .view_pc_s {
    display: none;
  }
}
.ie8 .view_pc_s {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .view_pc_s {
    display: none;
  }
}
