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

 file name  : about.css
 author     : Ability Consultant
 style info : 規約・約款・プライバシーポリシー・サイトポリシー
=================================================================== */
.con_int .con_link .box_link, .con_about {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .con_int .con_link .box_link, .con_about {
    width: 95%;
  }
}

@media only screen and (min-width: 641px) {
  #about .hotel_logo {
    background-image: url(../about/images/bg_header-pc.jpg) !important;
    background-position: right top;
    width: 176px;
    height: 156px;
  }
}
@media print {
  #about .hotel_logo {
    background-image: url(../about/images/bg_header-pc.jpg) !important;
    background-position: right top;
    width: 176px;
    height: 156px;
  }
}
.ie8 #about .hotel_logo {
  background-image: url(../about/images/bg_header-pc.jpg) !important;
  background-position: right top;
  width: 176px;
  height: 156px;
}
@media only screen and (max-width: 640px) {
  #about .hotel_logo {
    background-image: url(../about/images/bg_header-sp.jpg) !important;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  #about .hotel_logo {
    background-position: 0 top !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 799px) {
  #about .hotel_logo {
    background-position: 20% top !important;
  }
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 47px;
}
@media only screen and (max-width: 640px) {
  .con_int {
    margin-top: 5%;
  }
}
.con_int h2 {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_int h2 {
    text-align: center;
    position: relative;
    padding-bottom: 3%;
    font-weight: normal;
  }
  .con_int h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e6e6;
    position: absolute;
    bottom: 4px;
  }
  .con_int h2:after {
    content: "";
    display: block;
    width: 150px;
    margin-left: -75px;
    height: 5px;
    background-color: #cdcdcd;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .con_int h2 span {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, serif;
    font-size: 154%;
    line-height: 1;
    display: block;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .con_int h2 span {
    font-size: 139%;
  }
}

.con_int .con_link {
  margin-top: 47px;
  background: url(../images/home/bg_pla.png) repeat;
  padding: 1.5% 0;
}
@media only screen and (max-width: 640px) {
  .con_int .con_link {
    margin-top: 5%;
  }
}
.con_int .con_link .box_link {
  letter-spacing: -.4em;
}
.con_int .con_link .box_link li {
  width: 23.75%;
  margin-left: 1.66667%;
  letter-spacing: normal;
  display: inline-block;
}
.con_int .con_link .box_link li:first-child {
  margin-left: 0;
}
.con_int .con_link .box_link li a {
  display: block;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  text-align: center;
  padding: 4% 0;
  font-size: 108%;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
}
.con_int .con_link .box_link li a:after {
  display: inline-block;
  margin-left: 1em;
  font-family: FontAwesome;
  content: "\f0d7";
  color: #fff;
  background-color: #df8354;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  width: 1em;
  height: 1em;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  .con_int .con_link .box_link li a {
    font-size: 93%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .con_int .con_link .box_link li {
    width: 49%;
    margin-left: 2%;
    padding-bottom: 1%;
  }
  .con_int .con_link .box_link li:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_int .con_link .box_link li {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 1%;
  }
  .con_int .con_link .box_link li:first-child {
    margin-top: 0;
  }
  .con_int .con_link .box_link li a {
    font-size: 108%;
  }
}

/*-----------------------------------------------------------
アコーディオン */
@media only screen and (max-width: 640px) {
  .box_about {
    display: none;
  }

  h3.view_sp {
    font-weight: 300;
    margin-bottom: 2%;
  }
}
/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .con_about {
    margin-top: 7%;
  }
}
.con_about h3.view_pc-tab {
  text-align: center;
  position: relative;
}
.con_about h3.view_pc-tab:before, .con_about h3.view_pc-tab:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: url(../images/common/img_dot.png) repeat-x 0 0;
}
.con_about h3.view_pc-tab > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  position: relative;
}
.con_about h3.view_pc-tab > * em, .con_about h3.view_pc-tab > * span {
  vertical-align: bottom;
  display: block;
  position: relative;
  float: left;
}
.con_about h3.view_pc-tab > *:before {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxN2EzMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzE3YTMxIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM2ZWI5MmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZWI5MmIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #317a31), color-stop(50%, #317a31), color-stop(51%, #6eb92b), color-stop(100%, #6eb92b));
  background: -moz-linear-gradient(left, #317a31 0%, #317a31 50%, #6eb92b 51%, #6eb92b 100%);
  background: -webkit-linear-gradient(left, #317a31 0%, #317a31 50%, #6eb92b 51%, #6eb92b 100%);
  background: linear-gradient(to right bottom, #317a31 0%, #317a31 50%, #6eb92b 51%, #6eb92b 100%);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 1px solid #317A31;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7.5px;
}
@media only screen and (min-width: 641px) {
  .con_about h3.view_pc-tab > * {
    padding: 30px 0 20px 0;
  }
}
@media print {
  .con_about h3.view_pc-tab > * {
    padding: 30px 0 20px 0;
  }
}
.ie8 .con_about h3.view_pc-tab > * {
  padding: 30px 0 20px 0;
}
@media only screen and (max-width: 640px) {
  .con_about h3.view_pc-tab > * {
    font-weight: normal;
    padding: 15px 0 5px 0;
  }
  .con_about h3.view_pc-tab > * em, .con_about h3.view_pc-tab > * span {
    line-height: 50px;
    vertical-align: bottom;
  }
  .con_about h3.view_pc-tab > * em {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, serif;
    font-size: 185%;
    display: inline;
  }
  .con_about h3.view_pc-tab > * em:after {
    content: "/";
    padding: 5px;
  }
  .con_about h3.view_pc-tab > * span {
    font-family: "Times New Roman",Times,serif;
    font-size: 70%;
    display: inline;
    color: #6eb92b;
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_about h3.view_pc-tab em:after {
    content: "";
    padding: 0;
  }
}
.con_about .box_about {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about {
    margin-bottom: 7%;
  }
}
.con_about .box_about h4 {
  margin-top: 30px;
  background-color: #f6f6f6;
  padding: 1% 0;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about h4 {
    margin-top: 5%;
  }
}
.con_about .box_about h4 em {
  margin-left: 3.58333%;
}
@media only screen and (min-width: 641px) and (max-width: 920px) {
  .con_about .box_about h4 em {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 640px) {
  .con_about .box_about h4 {
    font-size: 124%;
    font-weight: 100;
  }
  .con_about .box_about h4 em {
    margin-left: 0%;
    padding: 0 3%;
    display: block;
  }
}
.con_about .box_about .txt {
  margin-top: 30px;
  line-height: 1.69;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .txt {
    margin-top: 5%;
  }
}
.con_about .box_about .txt span {
  font-weight: 600;
  color: #317a31;
}
.con_about .box_about .txt strong {
  font-weight: 600;
}
.con_about .box_about ol {
  margin-top: 15px;
  padding: 0 3.58333%;
  line-height: 1.69;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about ol {
    margin-top: 2.5%;
  }
}
.con_about .box_about ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.con_about .box_about ol li ol {
  padding: 0 0.83333%;
  margin-top: 0;
  font-size: 93%;
}
.con_about .box_about .address {
  margin: 30px auto;
  width: 92.83333%;
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 640px) {
  .con_about .box_about .address {
    margin: 5% auto;
  }
}
.con_about .box_about .address span {
  padding: 1.66667%;
  display: block;
}
