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

 file name  : guesthouse_common.css
 author     : Ability Consultant
 style info : ゲストハウスコンセルティング
=================================================================== */
.con_con, .con_close, #contents .con_service {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .con_con, .con_close, #contents .con_service {
    width: 93.75%;
    padding: 0;
  }
}

/* font-awesome */
/* 青 */
/* 緑ボタン・基準 */
/* 赤いボタン・マルコ系 */
/* H3見だし・左に■　ビッグサイズです */
.accordion.all {
  color: #fff;
  background: #777;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 120%;
}
.accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: solid 7px #000;
  border-bottom-width: 0;
  z-index: 100;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.accordion.all.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all + * {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #fff;
    background: #777;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-size: 120%;
  }
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: solid 7px #000;
    border-bottom-width: 0;
    z-index: 100;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	.con_problem
----------------------------------------------------------- */
.con_problem {
  margin-top: 102px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 116px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem {
    margin-bottom: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem {
    margin-bottom: 5em;
  }
}
.con_problem h3 {
  font-size: 294%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem h3 {
    font-size: 120%;
  }
}
.con_problem .catch {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem .catch {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .catch {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .catch {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .catch {
    padding: 0 5%;
  }
}
.con_problem .box_porblem {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem .box_porblem {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .box_porblem {
    margin-top: 5%;
  }
}
.con_problem .box_porblem li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
  line-height: 1;
  width: 49.13793%;
  font-size: 94%;
  display: table;
  margin-bottom: 20px;
  padding: 21px 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem .box_porblem li {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .box_porblem li {
    font-size: 87%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem .box_porblem li {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .box_porblem li {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_problem .box_porblem li {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_problem .box_porblem li {
    padding: 4% 2.5%;
  }
}
.con_problem .box_porblem li:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../re_images/common/ic_check.png) no-repeat center;
  background-size: 100% auto;
  display: table-cell;
  vertical-align: middle;
}
.con_problem .box_porblem li span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .con_problem .box_porblem li {
    width: 100%;
  }
  .con_problem .box_porblem li:before {
    width: 1.2em;
    height: 1.2em;
  }
}

/* -----------------------------------------------------------
	.con_con
----------------------------------------------------------- */
.con_con {
  max-width: 1160px;
  margin-top: 122px;
}
@media only screen and (max-width: 767px) {
  .con_con {
    margin-top: 15%;
  }
}
.con_con .box_con {
  border: 12px solid #aeaeae;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 73px 0;
}
@media only screen and (max-width: 767px) {
  .con_con .box_con {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con {
    border: .6em solid #aeaeae;
  }
}
.con_con .box_con h4 {
  font-size: 187%;
  line-height: 1.7em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con .box_con h4 {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con h4 {
    font-size: 100%;
  }
}
.con_con .box_con h4 small {
  line-height: 1.5em;
}
.con_con .box_con .btn {
  width: 490px;
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn {
    margin: 5% auto 0;
  }
}
.con_con .box_con .btn a {
  display: block;
  border: 1px solid #2cbef1;
  color: #2cbef1;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 140%;
  padding: 1.5em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background 0.35s, color 0.35s, border-color 0.35s;
  -o-transition: background 0.35s, color 0.35s, border-color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s, border-color 0.35s;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con .box_con .btn a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn a {
    padding: 1em 0;
  }
}
.con_con .box_con .btn a:before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url(../re_images/common/ic_btn.png) no-repeat center;
  background-size: 100% auto;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn a:before {
    width: 1em;
    height: 1em;
  }
}
.con_con .box_con .btn a:hover {
  background: #2cbef1;
  color: #fff;
}
.con_con .box_con .btn a {
  background: #2cbef1;
  color: #fff;
  font-size: 154%;
  padding: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con .box_con .btn a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .btn a {
    padding: 0.8em 0;
  }
}
.con_con .box_con .btn a:hover {
  background: #007fbb;
  border-color: #007fbb;
}
.con_con .box_con .box_pri {
  text-align: center;
  width: 955px;
  margin: 35px auto 0;
  font-size: 227%;
  font-weight: 600;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con .box_con .box_pri {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .box_pri {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .box_pri {
    margin: 5% auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con .box_con .box_pri {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .box_pri {
    font-size: 74%;
  }
}
.con_con .box_con .box_pri em {
  color: #204777;
  font-size: 142%;
}
.con_con .box_con .box_pri em span {
  font-size: 209%;
}
.con_con .box_con .box_tel {
  margin-top: 35px;
  letter-spacing: -.4em;
}
.con_con .box_con .box_tel i {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: 15px;
}
.con_con .box_con .box_tel .txt_tel {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 127%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con .box_con .box_tel .txt_tel {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .box_tel .txt_tel {
    font-size: 80%;
  }
}
.con_con .box_con .box_tel .txt_tel > a, .con_con .box_con .box_tel .txt_tel span {
  text-decoration: none;
  text-align: left;
  display: block;
}
.con_con .box_con .box_tel .txt_tel > a em, .con_con .box_con .box_tel .txt_tel span em {
  display: block;
  font-size: 285%;
  font-family: "Times New Roman", serif;
  line-height: 1.2;
}
.con_con .box_con .box_tel .txt_tel > a small, .con_con .box_con .box_tel .txt_tel span small {
  font-size: 90%;
}
@media only screen and (max-width: 767px) {
  .con_con .box_con .box_tel {
    width: 90%;
    margin: 5% auto 0;
  }
  .con_con .box_con .box_tel i {
    width: 11.11111%;
    margin-right: 2.77778%;
  }
}

.con_con_bottom {
  margin-top: 0;
  background: #000;
  width: 100%;
  max-width: 100%;
  padding: 0 25px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_con_bottom {
    padding: 3%;
  }
}
.con_con_bottom .box_con {
  background: #fff;
  border: none;
}
.con_con_bottom .box_con h4 {
  font-size: 267%;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_con_bottom .box_con h4 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_con_bottom .box_con h4 {
    font-size: 100%;
  }
}
.con_con_bottom .box_con h4 small {
  display: block;
  font-size: 68%;
}
.con_con_bottom .box_con .box_oth .catch {
  font-weight: bold;
}
.con_con_bottom .box_con p.catch {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_con_bottom .box_con .zero img {
    width: 50%;
  }
}

/* -----------------------------------------------------------
	.con_close
----------------------------------------------------------- */
.con_close {
  text-align: center;
  margin: 146px auto 125px;
}
@media only screen and (max-width: 767px) {
  .con_close {
    margin: 10% auto;
  }
}
.con_close h3 {
  font-size: 200%;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_close h3 {
    font-size: 174%;
  }
}
@media only screen and (max-width: 767px) {
  .con_close h3 {
    font-size: 134%;
  }
}
@media only screen and (min-width: 1280px) {
  .con_close h3 {
    line-height: 1;
  }
}
@media print {
  .con_close h3 {
    line-height: 1;
  }
}
.ie8 .con_close h3 {
  line-height: 1;
}
.con_close .txt {
  margin-top: 33px;
  line-height: 2.14286;
  font-size: 94%;
}
@media only screen and (max-width: 767px) {
  .con_close .txt {
    margin-top: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_close .txt {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_close .txt {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_close .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_close .txt {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_close .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_service
----------------------------------------------------------- */
#contents .con_service {
  margin-top: 100px;
  width: 94.79167%;
  max-width: 1820px;
}
@media only screen and (max-width: 767px) {
  #contents .con_service {
    margin-top: 10%;
  }
}
#contents .con_service h4 {
  margin-bottom: 50px;
  font-size: 234%;
  text-align: center;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  #contents .con_service h4 {
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_service h4 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_service h4 {
    font-size: 134%;
  }
}
#contents .con_service h4.st_in {
  font-size: 160%;
  margin: 75px 0 35px;
  text-align: left;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_service h4.st_in {
    font-size: 127%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_service h4.st_in {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_service h4.st_in {
    margin: 13% 0 5%;
  }
}
#contents .con_service .box_bus {
  overflow: hidden;
}
#contents .con_service .box_bus li {
  float: left;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_service .box_bus li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_service .box_bus li {
    width: 50%;
  }
}
#contents .con_service .box_bus li a {
  display: block;
  text-decoration: none;
}
.mouse #contents .con_service .box_bus li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #contents .con_service .box_bus li a:hover, .touch #contents .con_service .box_bus li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.touch #contents .con_service .box_bus li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #contents .con_service .box_bus li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#contents .con_service .box_bus li a h5 {
  display: block;
  font-weight: 100;
  font-size: 107%;
  padding: 5.49451% 4.3956% 9.89011%;
  background: #ececec;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_service .box_bus li a h5 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_service .box_bus li a h5 {
    font-size: 87%;
  }
}
#contents .con_service .box_bus li a h5 span {
  display: block;
}
#contents .con_service .box_bus li a h5 em {
  display: block;
  font-size: 75%;
  margin-top: .2em;
}
@media only screen and (max-width: 767px) {
  #contents .con_service .box_bus li a h5 {
    padding: 3% 3% 5%;
  }
}
#contents .con_service .box_bus li:nth-child(even) a h5 {
  background: #f1f1f1;
}

/* -----------------------------------------------------------
	Help
----------------------------------------------------------- */
.container {
  width: 95%;
  max-width: 1160px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	.modifile
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
  position: static;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    position: fixed;
  }
}
#header .wrp_main .box_h1 {
  top: 5px;
}
#header .con_main-img {
  display: none;
}
