/* ===================================================================
CSS information

 file name  : guest.css
 author     : Ability Consultant
 style info : guest
=================================================================== */
.con_intro, .con_guest .box_guest {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro, .con_guest .box_guest {
    width: 95%;
  }
}

.con_intro ul::after, .con_guest .box_guest ul::after, .con_guest .box_guest ul li::after {
  content: "";
  display: table;
  clear: both;
}

#contents > * {
  padding-left: 240px;
}
@media only screen and (max-width: 1280px) {
  #contents > * {
    padding-left: 0;
  }
}
@media print {
  #contents > * {
    padding-left: 0;
  }
}
.ie8 #contents > * {
  padding-left: 0;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title .bg_title {
  background-image: url(../guest/images/img_title.jpg);
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 25px;
  }
}
.con_intro .st_ic_catch {
  font-weight: normal;
  text-align: center;
  color: #ce849b;
  font-size: 147%;
  background: url(../images/common/ic_st_intro.png) center 0 no-repeat;
  padding-top: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_intro .st_ic_catch {
    font-size: 120%;
    background-size: 36px auto;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .st_ic_catch {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st_ic_catch {
    margin-bottom: 10px;
  }
}
.con_intro .sub {
  text-align: center;
  font-size: 100%;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .sub {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .sub {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .sub {
    font-size: 94%;
  }
}
.con_intro ul li {
  width: 49%;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #f1ede5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li {
    width: 100%;
  }
}
.con_intro ul li .box_info {
  padding: 9px 9px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li .box_info {
    padding: 7px 7px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li .box_info {
    padding: 5px 5px 10px;
  }
}
.con_intro ul li .box_info h4 {
  font-weight: normal;
  color: #391e00;
  font-size: 147%;
  margin: 15px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li .box_info h4 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li .box_info h4 {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li .box_info h4 {
    margin: 10px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li .box_info h4 {
    margin: 5px 0 10px;
  }
}
.con_intro ul li .box_info .txt {
  font-size: 100%;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li .box_info .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li .box_info .txt {
    font-size: 87%;
  }
}
.con_intro ul li .btn_link {
  border-top: 1px solid #f1ede5;
}
.con_intro ul li .btn_link a {
  display: block;
  line-height: 100%;
  color: #3b2600;
  font-size: 100%;
  text-decoration: none;
  padding: .85em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro ul li .btn_link a {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro ul li .btn_link a {
    font-size: 87%;
  }
}
.con_intro ul li .btn_link a:hover {
  color: #fff;
  background: #3b2600;
}
.con_intro ul li:nth-child(even) {
  float: right;
}
.con_intro ul li:nth-child(odd) {
  float: left;
}

/* -----------------------------------------------------------
	.con_guest
----------------------------------------------------------- */
.con_guest {
  color: #fff;
  background: transparent url(../guest/images/bg_guest.jpg);
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guest {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guest {
    padding: 25px 0;
  }
}
.con_guest .box_guest ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guest .box_guest ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guest .box_guest ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guest .box_guest ul li {
    width: 100%;
  }
}
.con_guest .box_guest ul li h4 {
  font-weight: normal;
  float: left;
  width: 20%;
  height: 100px;
  border: 1px solid #ffdab0;
  display: table;
  padding: .5em;
}
@media only screen and (max-width: 999px) {
  .con_guest .box_guest ul li h4 {
    width: 30%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guest .box_guest ul li h4 {
    width: 100%;
    margin: 0 0 10px;
    height: auto;
  }
}
.con_guest .box_guest ul li h4 span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 100%;
}
.con_guest .box_guest ul li p.txt {
  float: right;
  width: 72%;
  padding-right: 6%;
  margin-top: 15px;
  line-height: 1.8;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guest .box_guest ul li p.txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guest .box_guest ul li p.txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 999px) {
  .con_guest .box_guest ul li p.txt {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guest .box_guest ul li p.txt {
    width: 100%;
    margin: 0 0 10px;
  }
}
