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

 file name  : rooms_lower.css
 author     : Ability Consultant
 style info : 客室_下層共通
=================================================================== */
.con_int {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int {
    width: 91.66667%;
  }
}

.con_rooms, .con_link {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_rooms, .con_link {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_rooms, .con_link {
    padding: 0 5.72917%;
  }
}
.ie8 .con_rooms, .ie8 .con_link {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_rooms, .con_link {
    width: 91.66667%;
  }
}

.con_rooms .box_btn:after, .con_oth:after, .con_oth .box_ic:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-bottom: 10%;
  }
}
.con_int h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  letter-spacing: .1em;
  font-size: 215%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h3 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h3 {
    margin-bottom: 3%;
  }
}
.con_int .txt {
  color: #797979;
}
@media only screen and (max-width: 767px) {
  .con_int {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_rooms
----------------------------------------------------------- */
.con_rooms {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-bottom: 20%;
  }
}
.con_rooms .box_rooms {
  max-width: 1190px;
  overflow: hidden;
}
.con_rooms .box_rooms li {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms li {
    margin-top: 7%;
  }
}
.con_rooms .box_rooms li h6 {
  margin: 25px auto 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms li h6 {
    margin: 3% auto 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_rooms .box_rooms li h6 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_rooms li h6 {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) {
  .con_rooms .box_rooms li {
    float: right;
    width: 31.2605%;
  }
  .con_rooms .box_rooms li:first-child {
    float: left;
    width: 62.52101%;
  }
}
@media print {
  .con_rooms .box_rooms li {
    float: right;
    width: 31.2605%;
  }
  .con_rooms .box_rooms li:first-child {
    float: left;
    width: 62.52101%;
  }
}
.ie8 .con_rooms .box_rooms li {
  float: right;
  width: 31.2605%;
}
.ie8 .con_rooms .box_rooms li:first-child {
  float: left;
  width: 62.52101%;
}
.con_rooms .tbl_info {
  margin-top: 60px;
  max-width: 1190px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .tbl_info {
    margin-top: 7%;
  }
}
.con_rooms .tbl_info td {
  border: 1px solid #e6e6e6;
  padding: 1.2em;
}
.con_rooms .tbl_info td em {
  display: block;
  font-size: 93%;
  color: #797979;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .con_rooms .tbl_info {
    border-top: 1px solid #e6e6e6;
  }
  .con_rooms .tbl_info tr td {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    overflow: hidden;
  }
  .con_rooms .tbl_info tr td em {
    width: 30%;
    float: left;
  }
  .con_rooms .tbl_info tr td span {
    width: 65%;
    float: right;
  }
}
.con_rooms .box_btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_btn {
    margin-top: 7%;
  }
}
.con_rooms .box_btn li {
  float: left;
  margin-left: 15px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #fff;
  border: none;
  -moz-box-shadow: 0px 2px 2px 1px #e8e8e8;
  -webkit-box-shadow: 0px 2px 2px 1px #e8e8e8;
  box-shadow: 0px 2px 2px 1px #e8e8e8;
}
.con_rooms .box_btn li:first-child {
  margin-left: 0;
}
.con_rooms .box_btn li button, .con_rooms .box_btn li a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_rooms .box_btn li button:after, .con_rooms .box_btn li a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_rooms .box_btn li:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_rooms .box_btn li:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_btn li {
    display: block;
    width: 100%;
  }
  .con_rooms .box_btn li button, .con_rooms .box_btn li a {
    padding: 1.2em 0;
  }
}
.con_rooms .box_btn li button, .con_rooms .box_btn li a {
  padding: 1.1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_btn li button, .con_rooms .box_btn li a {
    padding: 1.2em 0;
  }
}
.con_rooms .box_btn li.btn_plan {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #fff;
  border: none;
  -moz-box-shadow: 0px 2px 2px 1px #e8e8e8;
  -webkit-box-shadow: 0px 2px 2px 1px #e8e8e8;
  box-shadow: 0px 2px 2px 1px #e8e8e8;
  background: #64a4ae;
}
.con_rooms .box_btn li.btn_plan button, .con_rooms .box_btn li.btn_plan a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_rooms .box_btn li.btn_plan button:after, .con_rooms .box_btn li.btn_plan a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_rooms .box_btn li.btn_plan:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_rooms .box_btn li.btn_plan:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_btn li.btn_plan {
    display: block;
    width: 100%;
  }
  .con_rooms .box_btn li.btn_plan button, .con_rooms .box_btn li.btn_plan a {
    padding: 1.2em 0;
  }
}
.con_rooms .box_btn li.btn_plan button, .con_rooms .box_btn li.btn_plan a {
  padding: 1.1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_btn li.btn_plan button, .con_rooms .box_btn li.btn_plan a {
    padding: 1.2em 0;
  }
}
.con_rooms .box_btn li.btn_plan button, .con_rooms .box_btn li.btn_plan a {
  color: #fff;
}
.con_rooms .box_btn li.btn_plan button:after, .con_rooms .box_btn li.btn_plan a:after {
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_rooms .box_btn li {
    float: none;
    margin-left: 0;
    margin-top: 3%;
  }
  .con_rooms .box_btn li:first-child {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------
	con_oth
----------------------------------------------------------- */
.con_oth {
  margin: auto;
  width: 88.54167%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 90px 40px 80px;
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth {
    width: 95.83333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth {
    width: 95.83333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth {
    padding: 7% 5%;
  }
}
.con_oth h4 {
  margin-bottom: 15px;
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_oth h4 {
    margin-bottom: 2%;
  }
}
.con_oth h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 200%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth h4 .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth h4 .en {
    font-size: 179%;
  }
}
.con_oth h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth h4 .jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth h4 .jp {
    font-size: 100%;
  }
}
.con_oth h4 .en {
  font-size: 229%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth h4 .en {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth h4 .en {
    font-size: 193%;
  }
}
.con_oth .box_ic {
  max-width: 1024px;
  text-align: center;
}
.con_oth .box_ic li {
  margin-top: 20px;
  font-size: 86%;
  float: left;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ic li {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth .box_ic li {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ic li {
    font-size: 65%;
  }
}
.con_oth .box_ic li span, .con_oth .box_ic li em {
  display: block;
}
.con_oth .box_ic li em {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ic li em {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_oth .box_ic li {
    width: 9.09091%;
  }
  .con_oth .box_ic li:first-child, .con_oth .box_ic li:first-child + * + * + * + * + * + * + * + * + * + * + * {
    margin-left: -15px;
    clear: left;
  }
}
@media print {
  .con_oth .box_ic li {
    width: 9.09091%;
  }
  .con_oth .box_ic li:first-child, .con_oth .box_ic li:first-child + * + * + * + * + * + * + * + * + * + * + * {
    margin-left: -15px;
    clear: left;
  }
}
.ie8 .con_oth .box_ic li {
  width: 9.09091%;
}
.ie8 .con_oth .box_ic li:first-child, .ie8 .con_oth .box_ic li:first-child + * + * + * + * + * + * + * + * + * + * + * {
  margin-left: -15px;
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth .box_ic li {
    width: 11.11111%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 1024px) {
  .con_oth .box_ic li:nth-child(9n+1) {
    margin-left: -20px;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_oth .box_ic li:nth-child(9n+1) {
    margin-left: -20px;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 1023px) {
  .con_oth .box_ic li {
    width: 12.5%;
  }
  .con_oth .box_ic li:nth-child(8n+1) {
    margin-left: -15px;
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .con_oth .box_ic li {
    width: 19%;
    margin-left: 1.25%;
  }
  .con_oth .box_ic li span img {
    width: 100%;
  }
  .con_oth .box_ic li:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
  }
}
.con_oth .txt {
  margin-top: 20px;
  font-size: 86%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_oth .txt {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth .txt {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .txt {
    font-size: 72%;
  }
}
.con_oth .box_ser {
  float: left;
  width: 480px;
}
.con_oth .box_ser .btn {
  margin-top: 25px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d6d6d6;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  background: #fff;
  background: #fff;
  border: none;
  -moz-box-shadow: 0px 2px 2px 1px #e8e8e8;
  -webkit-box-shadow: 0px 2px 2px 1px #e8e8e8;
  box-shadow: 0px 2px 2px 1px #e8e8e8;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ser .btn {
    margin-top: 4%;
  }
}
.con_oth .box_ser .btn button, .con_oth .box_ser .btn a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  text-decoration: none;
  padding: 1.2em 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.con_oth .box_ser .btn button:after, .con_oth .box_ser .btn a:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  margin-left: 2.5em;
}
.con_oth .box_ser .btn:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  bottom: -25%;
  height: 0;
  width: 0;
  background: #e8e8e8;
  border-radius: 100%;
}
.con_oth .box_ser .btn:active:before {
  left: -25%;
  height: 150%;
  width: 150%;
  -moz-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ser .btn {
    display: block;
    width: 100%;
  }
  .con_oth .box_ser .btn button, .con_oth .box_ser .btn a {
    padding: 1.2em 0;
  }
}
.con_oth .box_ser .btn button, .con_oth .box_ser .btn a {
  padding: 1.1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ser .btn button, .con_oth .box_ser .btn a {
    padding: 1.2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth .box_ser {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .box_ser {
    float: none;
    width: 100%;
  }
}
.con_oth .photo {
  float: left;
  margin-left: 6%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth .photo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .photo {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_oth .photo {
    float: right;
    width: 50%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_oth .photo {
    float: none;
    width: 100%;
    margin-top: 4%;
  }
  .con_oth .photo img {
    width: 100%;
  }
}

.con_ame {
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .con_ame {
    margin-top: 25%;
  }
}

.con_loan {
  background: #fff;
}

/* -----------------------------------------------------------
	con_link
----------------------------------------------------------- */
.con_link {
  margin-top: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-bottom: 25%;
  }
}
.con_link h4 {
  padding-left: 40px;
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_link h4 {
    padding-left: 5%;
  }
}
.con_link h4 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 200%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link h4 .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h4 .en {
    font-size: 179%;
  }
}
.con_link h4 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link h4 .jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h4 .jp {
    font-size: 100%;
  }
}
.con_link h4 .en {
  font-size: 229%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link h4 .en {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h4 .en {
    font-size: 193%;
  }
}
.con_link .box_link {
  overflow: hidden;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link {
    margin-top: 5%;
  }
}
.con_link .box_link li {
  float: left;
  width: 31.88235%;
  margin-left: 2.17647%;
}
.con_link .box_link li:first-child {
  margin-left: 0;
}
.con_link .box_link li a {
  display: block;
  text-decoration: none;
}
.con_link .box_link li a h5 {
  margin-top: 40px;
  font-weight: 400;
  color: #323232;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a h5 {
    margin-top: 0;
  }
}
.con_link .box_link li a h5 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 200%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link .box_link li a h5 .en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a h5 .en {
    font-size: 179%;
  }
}
.con_link .box_link li a h5 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link .box_link li a h5 .jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a h5 .jp {
    font-size: 100%;
  }
}
.con_link .box_link li a h5 .en {
  font-size: 172%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_link .box_link li a h5 .en {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a h5 .en {
    font-size: 129%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_link .box_link li a .photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .con_link .box_link li a .photo img {
    display: block;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .con_link .box_link li a:hover .photo img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media print {
  .con_link .box_link li a .photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .con_link .box_link li a .photo img {
    display: block;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .con_link .box_link li a:hover .photo img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.ie8 .con_link .box_link li a .photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ie8 .con_link .box_link li a .photo img {
  display: block;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.ie8 .con_link .box_link li a:hover .photo img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
  }
  .con_link .box_link li:first-child {
    margin-top: 0;
  }
  .con_link .box_link li a {
    letter-spacing: -.4em;
  }
  .con_link .box_link li a .photo {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 40%;
  }
  .con_link .box_link li a h5 {
    width: 55%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    text-align: left;
  }
  .con_link .box_link li a h5 .en {
    letter-spacing: normal;
  }
}
