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

 file name  : banquet_packages.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#packages, #list, .con_res .box_res {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #packages, #list, .con_res .box_res {
    width: 95%;
  }
}

.con_intro .box_nav_pc:after, #packages:after, #list:after, .con_res .box_res:after {
  content: "";
  display: table;
  clear: both;
}

/* Opacity */
/* Hover animation */
/* Hover 拡大 */
/*　ボタン設定　*/
.box_inner h1 {
  color: #51322a !important;
}
@media only screen and (max-width: 640px) {
  .box_inner h1 {
    color: #fff !important;
  }
}

.header_logo {
  background: url(../images/header/logo_black.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .header_logo {
    background: none;
  }
}
.header_logo img {
  display: none;
}
@media only screen and (max-width: 640px) {
  .header_logo img {
    display: block;
  }
}

#header .con_mainimg {
  background: url(../banquet/images/img_main.jpg) center 0 no-repeat #7c6954;
}

#contents {
  position: relative;
}
#contents:before {
  top: 760px;
  height: 400px;
  content: "";
  position: absolute;
  content: "";
  background: #f3ede6;
  width: 100%;
  -ms-transform: skewY(15deg);
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #contents:before {
    height: 0;
  }
}
#contents.banquet_packages:before {
  top: 760px !important;
}
#contents.banquet_list:before {
  top: 705px !important;
}

/* -----------------------------------------------------------
	宴会プラン（一覧・詳細） 共通部分
	#packages #list
----------------------------------------------------------- */
.con_intro {
  position: relative;
  text-align: center;
}
.con_intro h4 {
  background: #24282f;
  padding: 10px 30px;
  text-align: left;
  border-bottom: 1px solid #24282f;
  border-left: 1px solid #24282f;
  cursor: pointer;
  color: #fff;
}
.con_intro .box_nav_pc {
  margin: 40px auto 0px auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_nav_pc {
    margin: 30px auto 20px auto;
  }
}
@media only screen and (max-width: 640px) {
  .con_intro .box_nav_pc {
    margin: 0 auto;
    padding: 0;
    display: none;
    width: 95%;
  }
}
.con_intro .box_nav_pc li {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_nav_pc li {
    display: block;
    width: 24%;
    margin-right: 1%;
    float: left;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .con_intro .box_nav_pc li {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.con_intro .box_nav_pc li a {
  text-decoration: none;
  padding: 10px 30px;
  border-bottom: 1px dotted;
  border-left: 1px dotted;
  display: block;
  color: #24282f;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_nav_pc li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .con_intro .box_nav_pc li a {
    border-right: 1px dotted;
  }
}
.con_intro .box_nav_pc li a.active, .con_intro .box_nav_pc li a:hover {
  background: #24282f;
  border-bottom: 1px solid #24282f;
  border-left: 1px solid #24282f;
  color: #fff;
}
.con_intro .box_nav_pc li a i {
  padding-left: 0.7em;
}
.con_intro .box_nav_pc li.act_pac a {
  background: #24282f;
  border-bottom: 1px solid #24282f;
  border-left: 1px solid #24282f;
  color: #fff;
}
@media only screen and (min-width: 641px) {
  .con_intro .box_nav_pc li.venue {
    position: relative;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue {
    display: none;
    z-index: 100;
    position: absolute;
    top: 42px;
    left: 0;
    width: 160px;
    text-align: left;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue li {
    width: 100%;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue li a {
    display: block;
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #f3ede6;
    text-decoration: none;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue li a.active, .con_intro .box_nav_pc li.venue .wrp_venue li a:hover {
    background: #24282f;
    color: #fff;
  }
}
@media print {
  .con_intro .box_nav_pc li.venue {
    position: relative;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue {
    display: none;
    z-index: 100;
    position: absolute;
    top: 42px;
    left: 0;
    width: 160px;
    text-align: left;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue li {
    width: 100%;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue li a {
    display: block;
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #f3ede6;
    text-decoration: none;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue li a.active, .con_intro .box_nav_pc li.venue .wrp_venue li a:hover {
    background: #24282f;
    color: #fff;
  }
}
.ie8 .con_intro .box_nav_pc li.venue {
  position: relative;
}
.ie8 .con_intro .box_nav_pc li.venue .wrp_venue {
  display: none;
  z-index: 100;
  position: absolute;
  top: 42px;
  left: 0;
  width: 160px;
  text-align: left;
}
.ie8 .con_intro .box_nav_pc li.venue .wrp_venue li {
  width: 100%;
}
.ie8 .con_intro .box_nav_pc li.venue .wrp_venue li a {
  display: block;
  padding: 10px 30px;
  border: 1px solid #fff;
  background: #f3ede6;
  text-decoration: none;
}
.ie8 .con_intro .box_nav_pc li.venue .wrp_venue li a.active, .ie8 .con_intro .box_nav_pc li.venue .wrp_venue li a:hover {
  background: #24282f;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .con_intro .box_nav_pc li.venue .wrp_venue {
    display: none;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue a {
    background: #f3ede6;
  }
  .con_intro .box_nav_pc li.venue .wrp_venue a.active, .con_intro .box_nav_pc li.venue .wrp_venue a:hover {
    background: #24282f;
  }
}

h3 {
  font-weight: normal;
}
h3 span {
  display: inline-block;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  h3 span {
    display: block;
  }
}
h3 span.en {
  font-family: "EB Garamond", serif;
  color: #24282f;
  font-size: 286%;
}
@media only screen and (max-width: 640px) {
  h3 span.en {
    font-size: 200%;
  }
}
h3 span.jp {
  font-size: 108%;
  position: relative;
  color: #7c6954;
  top: 10px;
  padding-left: 40px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  h3 span.jp {
    font-size: 100%;
    padding-left: 35px;
    padding-top: 7px;
    top: auto;
  }
}
h3 span.jp:before {
  content: ' ';
  position: absolute;
  top: -13px;
  left: 7px;
  width: 33px;
  height: 33px;
  background: url(../images/common/st_line_slash.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  h3 span.jp:before {
    width: 26px;
    height: 26px;
    top: 2px;
    left: 4px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 450px) {
  h3 span.jp:before {
    width: 26px;
    height: 26px;
    top: -2px;
    left: 4px;
  }
}

.detail {
  float: left;
  width: 57.64%;
  padding: 0.2em 2em 0;
  color: #5e4c37;
}
@media only screen and (max-width: 1024px) {
  .detail {
    float: none;
    width: 100%;
    padding: 0.2em 0 0 0;
  }
}
.detail.full {
  float: none !important;
  width: 100% !important;
}
.detail .wrp_detail {
  width: 100%;
  overflow: hidden;
}
.detail .wrp_detail ul {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.detail .wrp_detail ul li {
  float: left;
  margin: 0 1px;
  padding: 0 2em;
  background: #fff;
  border: 1px solid #c0c0c0;
  font-size: 86%;
}
.detail .wrp_detail ul li.ct01 {
  background: #56627f;
  border: 1px solid #56627f;
  color: #fff;
}
.detail .wrp_detail ul li.ct02 {
  background: #7f6c56;
  border: 1px solid #7f6c56;
  color: #fff;
}
.detail .wrp_detail ul li.ct03 {
  background: #b1842e;
  border: 1px solid #b1842e;
  color: #fff;
}
.detail .wrp_detail ul li.ct04 {
  background: #b076a2;
  border: 1px solid #b076a2;
  color: #fff;
}
.detail .wrp_detail ul li.ct05 {
  background: #7695b0;
  border: 1px solid #b076a2;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .detail .wrp_detail ul li {
    margin-bottom: 2px;
  }
}
.detail .wrp_detail .st {
  margin-bottom: 0.6em;
  padding-left: 1.5em;
  font-size: 172%;
  position: relative;
}
.detail .wrp_detail .st:before {
  content: url("../banquet/images/packages/ic_packages.png");
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.detail .wrp_detail .cost, .detail .wrp_detail .period, .detail .wrp_detail .number {
  width: 100%;
}
.detail .wrp_detail .cost th, .detail .wrp_detail .period th, .detail .wrp_detail .number th {
  width: 30%;
}
.detail .wrp_detail .cost td, .detail .wrp_detail .period td, .detail .wrp_detail .number td {
  width: 70%;
}
.detail .wrp_detail .cost {
  margin-bottom: 0.8em;
  background: #8d8377;
  color: #fff;
  letter-spacing: 0.1em;
}
.detail .wrp_detail .cost th, .detail .wrp_detail .cost td {
  padding: 0.2em 0.5em;
  font-weight: normal;
}
.detail .wrp_detail .cost th {
  font-size: 115%;
  vertical-align: middle;
}
.detail .wrp_detail .cost td .one {
  font-size: 100%;
  padding-bottom: 0.2em;
  vertical-align: middle;
}
.detail .wrp_detail .cost td .price {
  padding-left: 1em;
  font-size: 143%;
  vertical-align: middle;
}
.detail .wrp_detail .cost td .price span {
  padding-left: 0.3em;
  font-size: 72%;
}
.detail .wrp_detail .period, .detail .wrp_detail .number {
  margin-bottom: 0.9em;
  letter-spacing: 0.1em;
  position: relative;
}
.detail .wrp_detail .period tr, .detail .wrp_detail .number tr {
  position: relative;
}
.detail .wrp_detail .period tr:before, .detail .wrp_detail .number tr:before {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  width: 100%;
  height: 1px;
  content: ".........................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 50%;
}
.detail .wrp_detail .period tr th, .detail .wrp_detail .period tr td, .detail .wrp_detail .number tr th, .detail .wrp_detail .number tr td {
  padding: 0.2em 0.5em;
  font-weight: normal;
}
.detail .wrp_detail .period tr {
  position: relative;
}
.detail .wrp_detail .period tr:after {
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 100%;
  height: 1px;
  content: ".........................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 50%;
}
.detail .wrp_detail .txt {
  padding: 0.5em;
}

/* -----------------------------------------------------------
	宴会プラン（一覧）　packages.php
	#packages
----------------------------------------------------------- */
#packages .pagination {
  float: right;
  padding: 40px 0;
  overflow: hidden;
  font-size: 93%;
}
@media only screen and (max-width: 640px) {
  #packages .pagination {
    float: none;
  }
}
#packages .pagination span.result {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
#packages .pagination ul {
  float: right;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #packages .pagination ul {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#packages .pagination ul li {
  display: inline-block;
  position: relative;
}
#packages .pagination ul li:first-child {
  padding-right: 15px;
}
#packages .pagination ul li:first-child a:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "|";
  width: 10px;
  height: 10px;
}
#packages .pagination ul li:last-child {
  padding-left: 15px;
}
#packages .pagination ul li:last-child a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "|";
  width: 10px;
  height: 10px;
}
#packages .pagination ul li a {
  margin: 0px 1px;
  padding: 1px 3px;
  text-align: center;
  text-decoration: none;
  text-decoration: underline;
  color: #7c6954;
  display: block;
}
#packages .pagination ul li a.active, #packages .pagination ul li a:hover {
  background: #c1b19d;
}
#packages .pagination.bottom {
  float: none;
  margin-bottom: 2em;
  border-bottom: 1px solid #c7c5c2;
}
#packages .pagination.bottom .page {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #packages .con_packages .box_packages {
    margin-bottom: 3em;
  }
  #packages .con_packages .box_packages.last {
    margin-bottom: 0;
  }
}
#packages .con_packages .box_packages .wrp_packages {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1.5em 2em 1.5em 0;
  border-bottom: 1px solid #c7c5c2;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#packages .con_packages .box_packages .wrp_packages:hover {
  background: #f9f6f2;
}
@media only screen and (min-width: 1025px) {
  #packages .con_packages .box_packages .wrp_packages:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
  }
}
@media print {
  #packages .con_packages .box_packages .wrp_packages:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
  }
}
.ie8 #packages .con_packages .box_packages .wrp_packages:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
@media only screen and (max-width: 1024px) {
  #packages .con_packages .box_packages .wrp_packages {
    padding: 0 0 1.5em;
  }
}
#packages .con_packages .box_packages .wrp_packages .img_packages {
  float: left;
  width: 42.36%;
}
@media only screen and (max-width: 1024px) {
  #packages .con_packages .box_packages .wrp_packages .img_packages {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }
  #packages .con_packages .box_packages .wrp_packages .img_packages img {
    width: 100%;
  }
}
#packages .con_packages .box_packages .wrp_packages .img_packages.right {
  float: right;
}

/* -----------------------------------------------------------
	宴会プラン（詳細）　list.php
	#list
----------------------------------------------------------- */
#list {
  overflow: hidden;
}
#list .box_btn {
  float: right;
  text-align: right;
  font-size: 93%;
}
#list .box_btn a {
  text-decoration: underline;
  color: #7c6954;
  position: relative;
  padding-right: 1.3em;
}
#list .box_btn a:before {
  position: absolute;
  content: "\f266";
  right: 0;
  top: 2px;
  font-family: "Ionicons";
}
#list .con_list {
  clear: both;
  margin-top: 2.5em;
}
#list .con_list .note {
  margin: 25px 0 0 0;
  border: 5px solid #f3ede6;
  padding: 20px;
  overflow: hidden;
  color: #ac8437;
  font-weight: bold;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  #list .con_list .note {
    margin: 15px 0 40px 0;
  }
}
#list .con_list .box_intro {
  margin-bottom: 4em;
}
#list .con_list .box_intro .box_catch {
  position: relative;
}
#list .con_list .box_intro .box_catch:before {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  width: 100%;
  height: 1px;
  content: "............................................................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 50%;
}
#list .con_list .box_intro .box_catch:after {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 100%;
  height: 1px;
  content: "............................................................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 50%;
}
#list .con_list .box_intro .box_catch .wrp_catch {
  padding: 1em 1em 1em 2.3em;
  font-size: 158%;
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_intro .box_catch .wrp_catch {
    font-size: 136%;
  }
}
#list .con_list .box_intro .box_catch .wrp_catch:before {
  content: url("../banquet/images/packages/bg_logo.png");
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -26.5px;
  z-index: -1;
}
#list .con_list .box_intro .box_list {
  overflow: hidden;
  width: 100%;
  padding: 1em 0;
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_intro .box_list {
    padding: 0.5em 0 1em;
  }
}
#list .con_list .box_intro .box_list .img_list {
  float: left;
  width: 50%;
  border: 5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  #list .con_list .box_intro .box_list .img_list {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    padding-left: 0;
  }
  #list .con_list .box_intro .box_list .img_list img {
    width: 100%;
  }
}
#list .con_list .box_intro .box_list .img_list.right {
  float: right;
}
#list .con_list .box_intro .box_list .list_detail {
  width: 50%;
  padding: 0.5em 1.5em 0 1.5em;
}
@media only screen and (max-width: 1024px) {
  #list .con_list .box_intro .box_list .list_detail {
    width: 100%;
    padding: 0.2em 0 0 0;
  }
}
#list .con_list .box_intro .box_prize {
  margin-bottom: 1em;
  padding: 5px;
  background: #f3ede6;
}
#list .con_list .box_intro .box_prize .wrp_prize {
  padding: 6px 3px;
  background: #fff;
  border-top: 2px solid #91887c;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 {
  padding: 1px;
  border: 1px solid #91887c;
  position: relative;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01:before {
  content: url("../banquet/images/packages/st_sp.jpg");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -88.5px;
  z-index: 100;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 {
  padding: 4.5em 2em 0;
  border: 1px solid #91887c;
  position: relative;
  line-height: 2em;
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 {
    padding: 4.5em 2em 0;
  }
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02:before {
  content: url("../banquet/images/packages/bg_sp_left.png");
  position: absolute;
  top: 1px;
  left: 1px;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02:after {
  content: url("../banquet/images/packages/bg_sp_right.png");
  position: absolute;
  top: 1px;
  right: 1px;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 .prize {
  padding: 0 1em 2em;
  font-size: 93%;
  color: #ac8437;
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 .prize {
    padding: 0 0 2em;
  }
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul {
  overflow: hidden;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li {
  float: left;
  width: 25%;
  margin-bottom: 2em;
  padding: 2em 1.5em 1em;
  position: relative;
  border-right: 1px dotted #ac8437;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li {
    float: none;
    width: 100%;
    padding: 2em 0 1em;
    border-right: 0;
  }
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li:before {
  content: url("../banquet/images/packages/ic_sp_st.png");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10.5px;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li .st {
  margin-bottom: 0.5em;
  font-size: 129%;
  text-align: center;
}
#list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li .txt {
  font-size: 93%;
  color: #ac8437;
  line-height: 1.9em;
}
@media only screen and (min-width: 1025px) {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li.last_pc {
    border-right: 0;
  }
}
@media print {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li.last_pc {
    border-right: 0;
  }
}
.ie8 #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li.last_pc {
  border-right: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #list .con_list .box_intro .box_prize .wrp_prize .inner_prize01 .inner_prize02 ul li.last_tab {
    border-right: 0;
  }
}
#list .con_list .box_menu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #c7c5c2;
}
#list .con_list .box_menu .menu_img {
  float: left;
  width: 31.81%;
  margin-right: 0.9%;
  box-shadow: #c1b19d 10px 10px 0px 0px;
  -webkit-box-shadow: #c1b19d 10px 10px 0px 0px;
  -moz-box-shadow: #c1b19d 10px 10px 0px 0px;
}
#list .con_list .box_menu .menu_img.right {
  float: right;
}
#list .con_list .box_menu .menu_detail {
  overflow: hidden;
  float: left;
  width: 61.29%;
  margin: 0 3%;
}
#list .con_list .box_menu .menu_detail .cost {
  float: right;
  display: table;
  padding: 0.5em 0;
  color: #5e4c37;
}
#list .con_list .box_menu .menu_detail .cost .one {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
}
#list .con_list .box_menu .menu_detail .cost .price {
  display: table-cell;
  vertical-align: middle;
  font-size: 186%;
}
#list .con_list .box_menu .menu_detail .cost .price span {
  padding-left: 0.3em;
  font-size: 58%;
}
#list .con_list .box_menu .menu_detail .menu_txt {
  clear: both;
  padding: 1.5em 0;
}
#list .con_list .box_menu .menu_detail.full {
  float: none;
  width: 94%;
}
#list .con_list .box_txt {
  margin-bottom: 2em;
}
#list .con_list .box_table01 {
  width: 100%;
  margin-bottom: 2em;
  border: 0;
  background-color: #fff;
}
#list .con_list .box_table01 th, #list .con_list .box_table01 td {
  border: solid 1px #dedccb;
  text-align: center;
  font-weight: normal;
}
#list .con_list .box_table01 th {
  width: 30%;
  background-color: #c1b19d;
  color: #1e2219;
  padding: 6px;
}
#list .con_list .box_table01 th.title {
  background-color: #f1e6d8;
  color: #1e2219;
  background-color: #e1d6cb;
}
#list .con_list .box_table01 th.sst {
  background: #f1e9de;
}
#list .con_list .box_table01 td {
  margin: -1px -1px 0 0;
  padding: 6px;
  width: 20%;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_table01 th, #list .con_list .box_table01 td {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_table01.white {
    border-bottom: solid 1px #dedccb;
  }
}
#list .con_list .box_table01.white td {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 640px) {
  #list .con_list .box_table01.white td {
    width: 100%;
    border-bottom: 0;
  }
}
#list .con_list .box_btn_detail {
  margin: 4em auto;
  text-align: center;
}
#list .con_list .box_btn_detail .btn_white {
  display: inline-block;
  width: 250px;
  margin: 5px 10px;
  text-align: center;
}
#list .con_list .box_btn_detail .btn_white a {
  width: 100%;
  display: inline-block;
  padding: 9px 10px;
  background: #fff;
  color: #000;
  border: solid 1px #000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  max-width: 250px;
}
#list .con_list .box_btn_detail .btn_white a:hover {
  background: #62a1e1;
  color: #fff;
}
#list .con_list .box_btn_detail .btn_white a:hover i.fa-angle-right {
  margin-right: -0.2em;
  margin-left: 0.8em;
}
#list .con_list .box_btn_detail .btn_white a i {
  margin-right: 0.6em;
}
#list .con_list .box_btn_detail .btn_white a i.fa-angle-right {
  margin-right: 0;
  margin-left: 0.6em;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#list .box_pager {
  width: 100%;
  margin: 7em 0;
  text-align: center;
  font-size: 93%;
}
@media only screen and (max-width: 640px) {
  #list .box_pager {
    width: 100%;
    margin: 4em 0;
  }
}
#list .box_pager li {
  display: inline-block;
  padding: 0 10px 0 20px;
  position: relative;
}
#list .box_pager li:first-child:before {
  content: "";
}
#list .box_pager li:before {
  position: absolute;
  content: "|";
  top: 0;
  left: -3px;
  height: 15px;
  width: 1px;
}
#list .box_pager li a {
  text-decoration: none;
  color: #7c6954;
}
#list .box_pager li a .fa-angle-left {
  font-size: 108%;
  padding-right: 0.2em;
}
#list .box_pager li a .ion-arrow-return-right {
  font-size: 108%;
  padding-left: 0.3em;
}
#list .box_pager li a .fa-angle-right {
  padding-left: 0.2em;
}
#list .title_h4 {
  font-size: 129%;
  color: #24282f;
  position: relative;
  border: dotted 1px #b2b2b2;
  padding: 7px 7px 7px 45px;
  background: #f9f7f3;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 5px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 5px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 5px inset;
  margin-bottom: 30px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  #list .title_h4 {
    padding: 7px 7px 7px 30px;
    font-size: 100%;
    margin-bottom: 20px;
  }
}
#list .title_h4:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 27px;
  height: 27px;
  margin-top: -13px;
  background: url(../images/common/ic_flower.png) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  #list .title_h4:before {
    left: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
#list .title_h5 {
  color: #24282f;
  font-size: 115%;
  font-size: 158%;
  position: relative;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #list .title_h5 {
    font-size: 100%;
  }
}
#list .title_h5 i {
  margin-right: 0.6em;
  color: #cb7567;
}
#list .title_h5:before {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  width: 100%;
  height: 1px;
  content: "............................................................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 40%;
}
#list .title_h5_s {
  color: #24282f;
  font-size: 115%;
  margin-bottom: 0.5em;
  font-size: 115%;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #list .title_h5_s {
    font-size: 100%;
  }
}
#list .title_h5_s i {
  margin-right: 0.6em;
  color: #cb7567;
}

.con_res {
  margin-bottom: 4em;
  padding: 2em 0;
  background: #f3ede6;
}
.con_res .box_res {
  overflow: hidden;
}
.con_res .box_res h2 {
  margin-bottom: 1em !important;
}
.con_res .box_res .txt {
  padding: 2em 0;
  text-align: center;
  position: relative;
}
.con_res .box_res .txt:before {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  height: 1px;
  content: "............................................................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 50%;
}
.con_res .box_res .txt:after {
  position: absolute;
  top: 0em;
  left: 0;
  width: 100%;
  height: 1px;
  content: "............................................................................................................................................................................................................................................................";
  letter-spacing: 2px;
  font-size: 50%;
}
.con_res .box_res .box_contact {
  text-align: center;
}
.con_res .box_res .box_contact .telephone, .con_res .box_res .box_contact .btn_plan {
  margin: 0 1em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.con_res .box_res .box_contact .btn_plan {
  width: 250px;
}
.con_res .box_res .box_contact .btn_plan a {
  width: 100%;
  display: inline-block;
  padding: 9px 10px;
  background: #24282f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  max-width: 250px;
}
@media only screen and (max-width: 640px) {
  .con_res .box_res .box_contact .btn_plan a {
    padding: 15px 10px;
  }
}
.con_res .box_res .box_contact .btn_plan a:hover {
  background: #7c6954;
  color: #fff;
}
.con_res .box_res .box_contact .btn_plan a:hover i.fa-angle-right {
  margin-right: -0.2em;
  margin-left: 0.8em;
}
.con_res .box_res .box_contact .btn_plan a i {
  margin-right: 0.6em;
}
.con_res .box_res .box_contact .btn_plan a i.fa-angle-right {
  margin-right: 0;
  margin-left: 0.6em;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_res .box_res .box_contact .telephone {
  padding-left: 1em;
  font-size: 258%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .con_res .box_res .box_contact .telephone {
    font-size: 215%;
    margin-bottom: 0.2em;
  }
  .con_res .box_res .box_contact .telephone a {
    text-decoration: none;
    color: #5e4c37;
  }
}
.con_res .box_res .box_contact .telephone:before {
  content: "\f098";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7em;
  font-size: 80%;
}
