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

 file name  : company.css
 author     : Ability Consultant
 style info : ホテル概要
=================================================================== */
.con_int {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_int {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_int {
    padding: 0 5.72917%;
  }
}
.ie8 .con_int {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_int {
    width: 91.66667%;
  }
}

.con_int: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: 95px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 10%;
  }
}
.con_int dl {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_int dl {
    display: table;
    border-bottom: 1px solid #d9d9d9;
  }
  .con_int dl:first-child {
    border-top: 1px solid #d9d9d9;
  }
}
@media print {
  .con_int dl {
    display: table;
    border-bottom: 1px solid #d9d9d9;
  }
  .con_int dl:first-child {
    border-top: 1px solid #d9d9d9;
  }
}
.ie8 .con_int dl {
  display: table;
  border-bottom: 1px solid #d9d9d9;
}
.ie8 .con_int dl:first-child {
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .con_int dl {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_int dl dt {
    display: table-cell;
    width: 16.47059%;
    text-indent: 1em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .con_int dl dt {
    min-width: 160px;
  }
}

@media print {
  .con_int dl dt {
    display: table-cell;
    width: 16.47059%;
    text-indent: 1em;
  }
}
.ie8 .con_int dl dt {
  display: table-cell;
  width: 16.47059%;
  text-indent: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ie8 .con_int dl dt {
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int dl dt {
    padding-bottom: .5em;
    text-indent: 1.5em;
    font-weight: bold;
    border-bottom: 1px dotted #d9d9d9;
  }
}
.con_int dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1.5em;
}
.con_int dl dd a {
  padding-left: 2em;
  letter-spacing: .1em;
}
.con_int dl dd span {
  padding: 1em 0;
  display: block;
}
.con_int dl dd em {
  text-indent: 2em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_int dl dd em {
    text-indent: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_int dl dd {
    display: table-cell;
  }
}
@media print {
  .con_int dl dd {
    display: table-cell;
  }
}
.ie8 .con_int dl dd {
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .con_int dl dd a {
    display: block;
    padding-left: 0;
  }
}
