@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.box_container, .con_search .box_link, .obj_search .box_search, .obj_search .box_child_detail {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_container, .con_search .box_link, .obj_search .box_search, .obj_search .box_child_detail {
    width: 85%;
  }
}

.box_container:after, .row:after, .clearfix:after, #header .hd_nav ul.gnav:after, #header .hd_btn_sp .button_group:after, .obj_search .box_search:after, #footer .ft_main .col_nav .box_btn .button_group:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff url(../images/common/bg_pattern_light_brown.png) repeat left top;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #646464;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_container {
  display: block;
}

.row {
  display: block;
}

.col {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}

.row_tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

.ui-datepicker {
  z-index: 101 !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  z-index: 90;
}
#header .header_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #header .box_container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #header .hd_top {
    padding-right: 10px;
  }
}
#header .hd_top .box_h1 {
  text-align: right;
}
#header .hd_top .box_h1 h1 {
  font-size: 79%;
  font-weight: normal;
  color: #fff;
  display: inline-block;
}
#header .hd_top .box_snav {
  text-align: right;
  padding: 5px 0;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .box_snav {
    padding: 2px 0;
  }
}
#header .hd_top .box_snav .snav_inner > * {
  display: inline-block;
  vertical-align: middle;
}
#header .hd_top .box_snav ul.snav {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .box_snav ul.snav {
    padding-bottom: 10px;
    max-width: 48%;
  }
}
#header .hd_top .box_snav ul.snav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .box_snav ul.snav li {
    display: block;
    float: left;
  }
  #header .hd_top .box_snav ul.snav li:nth-child(4) {
    clear: both;
  }
}
#header .hd_top .box_snav ul.snav li a {
  font-size: 86%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#header .hd_top .box_snav ul.snav li a:hover {
  text-decoration: underline;
}
#header .hd_top .box_snav .box_lang {
  margin-right: 20px;
}
#header .hd_top .box_snav .box_lang dl {
  position: relative;
}
#header .hd_top .box_snav .box_lang dl dt {
  font-family: "Times New Roman", serif;
  font-size: 86%;
  color: #303030;
  background: #fff;
  text-align: center;
  cursor: pointer;
  padding: 3px 6px;
}
#header .hd_top .box_snav .box_lang dl dt .ic_btn {
  line-height: 1;
  color: #fff;
  background: #808080;
  padding: 0 2px;
  margin-left: 5px;
}
#header .hd_top .box_snav .box_lang dl dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 160px;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#header .hd_top .box_snav .box_lang dl dd ul li a {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #303030;
  background: #fff;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding: 6px 15px;
}
#header .hd_top .box_snav .box_lang dl dd ul li a:hover {
  background: #f2f2f2;
}
#header .hd_top .box_snav .telephone {
  color: #fff;
}
#header .hd_top .box_snav .telephone a {
  color: #fff;
  text-decoration: none;
}
#header .hd_top .box_snav .telephone a:hover {
  text-decoration: underline;
}
#header .hd_top .box_snav .telephone .tel {
  font-family: "Times New Roman", serif;
  font-size: 200%;
  line-height: 1.1;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .box_snav .telephone .tel {
    font-size: 158%;
  }
}
#header .hd_top .box_snav .telephone .tel .ic_btn {
  position: relative;
  top: -2px;
  font-size: 79%;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .box_snav .telephone .tel .ic_btn {
    display: none;
  }
}
#header .hd_nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#header .hd_nav ul.gnav li {
  float: left;
  width: 12.5%;
  position: relative;
}
#header .hd_nav ul.gnav li:before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-linear-gradient(top, #bababa 0%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bababa 0%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bababa 0%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#00e5e5e5',GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}
#header .hd_nav ul.gnav li:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: -moz-linear-gradient(top, #bababa 0%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bababa 0%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bababa 0%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#00e5e5e5',GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_nav ul.gnav li.small {
    font-size: 95%;
  }
}
#header .hd_nav ul.gnav li a {
  display: block;
  position: relative;
  height: 46px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  #header .hd_nav ul.gnav li a {
    font-size: 93%;
  }
}
#header .hd_nav ul.gnav li a:hover {
  background-color: rgba(45, 32, 25, 0.5);
}
#header .hd_nav ul.gnav li a span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
#header .hd_nav ul.gnav li:first-child:before {
  display: block;
}
#header .hd_nav ul.gnav li.item_home a:before {
  display: none;
}
#header .hd_nav ul.gnav li.item_home a span {
  display: none;
}
#header .hd_nav ul.gnav li.item_home a .img_wrp {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: 110px;
  background: #937c50;
}
@media only screen and (max-width: 1024px) {
  #header .hd_nav ul.gnav li.item_home a .img_wrp {
    height: 130px;
  }
}
#header .hd_nav ul.gnav li.item_home a .img_wrp:before {
  display: none;
}
#header .hd_nav ul.gnav li.item_home a .img_wrp img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  max-width: 80%;
}
#header .hd_nav ul.gnav li.item_rsv a {
  background-color: rgba(147, 124, 80, 0.8);
}
#header .hd_nav ul.gnav li.item_rsv a:hover {
  background-color: white;
  color: #937c50;
}
#header .hd_sp {
  position: relative;
  background: #fff;
  padding: 14px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .hd_sp .col_logo {
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
}
#header .hd_sp .col_logo > * {
  display: inline-block;
  vertical-align: middle;
}
#header .hd_sp .col_logo a img {
  max-width: 100px;
}
#header .hd_sp .col_logo h1 {
  color: #937c50;
  font-weight: normal;
  font-size: 86%;
  padding-left: 1em;
  max-width: calc(100% - 110px);
}
#header .hd_sp .col_logo a.logo_scroll {
  display: none;
}
#header .hd_sp .col_btn {
  width: 50%;
  text-align: right;
}
#header .hd_sp .col_btn .btn_menu {
  position: fixed;
  top: 14px;
  right: 2.5%;
  z-index: 100;
  height: 20px;
  line-height: 20px;
}
#header .hd_sp .col_btn .btn_menu .ic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 13px;
}
#header .hd_sp .col_btn .btn_menu .ic > span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .hd_sp .col_btn .btn_menu .ic > span:nth-of-type(1) {
  top: 0;
}
#header .hd_sp .col_btn .btn_menu .ic > span:nth-of-type(2) {
  top: 6px;
}
#header .hd_sp .col_btn .btn_menu .ic > span:nth-of-type(3) {
  bottom: 0;
}
#header .hd_btn_sp {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: auto;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 100;
}
#header .hd_btn_sp .button_group li {
  float: left;
  width: calc(100% / 3);
}
#header .hd_btn_sp .button_group li:nth-child(1) .btn a i, #header .hd_btn_sp .button_group li:nth-child(1) .btn > span i, #header .hd_btn_sp .button_group li:nth-child(2) .btn a i, #header .hd_btn_sp .button_group li:nth-child(2) .btn > span i {
  position: relative;
  top: 2px;
  font-size: 20px;
}
#header .hd_btn_sp .button_group li:nth-child(3) .btn a, #header .hd_btn_sp .button_group li:nth-child(3) .btn > span {
  background: #1d7339;
}
#header .hd_btn_sp .button_group .btn a, #header .hd_btn_sp .button_group .btn > span {
  max-width: 100%;
  padding: 8px 0;
  text-align: center;
}
#header .hd_btn_sp .button_group .btn a i, #header .hd_btn_sp .button_group .btn > span i {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
#header .hd_btn_sp .button_group .btn a .txt, #header .hd_btn_sp .button_group .btn > span .txt {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

#header.fixed .hd_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-top: 0;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
#header.fixed .hd_nav ul li a {
  color: #614c40;
  background: #fff;
}
#header.fixed .hd_nav ul li a:hover {
  color: #DCD5C6;
  background: #fff;
}
#header.fixed .hd_nav ul li a:before {
  display: none;
}
#header.fixed .hd_nav ul li.item_home a .img_wrp {
  top: 0;
  bottom: auto;
  height: 90px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header.fixed .hd_nav ul li.item_rsv a {
  color: #fff;
  background: #937c50;
}
#header.fixed .hd_nav ul li.item_rsv a:hover {
  background-color: rgba(147, 124, 80, 0.6);
  color: #fff;
}
#header.fixed .hd_btn_sp {
  top: auto;
  bottom: 0;
  max-height: 100px;
}

body.fix_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
body.fix_active .fixmenu {
  width: 100%;
  overflow: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
	.fixmenu
----------------------------------------------------------- */
.fixmenu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 100%;
  height: 100%;
  background: #ac9b79;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixmenu .fixmenu_inner {
  padding: 12% 10px;
}
.fixmenu .btn_menu {
  position: absolute;
  right: 10px;
  top: 10px;
}
.fixmenu .btn_menu .ic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 13px;
}
.fixmenu .btn_menu .ic > span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.fixmenu .btn_menu .ic > span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.fixmenu .btn_menu .ic > span:nth-of-type(2) {
  opacity: 0;
  top: 6px;
}
.fixmenu .btn_menu .ic > span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.fixmenu .box_menu {
  overflow: hidden;
  margin-bottom: 10%;
}
.fixmenu .box_menu ul li a {
  display: block;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  padding: 0.6em 0;
}
.fixmenu .box_btn {
  margin-bottom: 10%;
}
.fixmenu .box_btn .button_group li {
  margin-bottom: 10px;
}
.fixmenu .box_btn .button_group .btn a {
  max-width: 100%;
  padding: 12px 0;
}
.fixmenu .box_link {
  margin-bottom: 8%;
}
.fixmenu .box_link ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
}
.fixmenu .box_link ul li:last-child {
  margin-right: 0 !important;
}
.fixmenu .box_link ul li a {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}
.fixmenu .box_link ul li a:hover {
  text-decoration: underline;
}
.fixmenu .box_lang ul {
  margin: 0 -5px;
}
.fixmenu .box_lang ul:before, .fixmenu .box_lang ul:after {
  content: " ";
  clear: both;
  display: table;
}
.fixmenu .box_lang ul li {
  float: left;
  width: 33.33333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.fixmenu .box_lang ul li a {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 86%;
  color: #fff;
  border: 1px dotted #fff;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  overflow: hidden;
  background: transparent url(../images/common/bg_pattern_brown_3.png) repeat left top;
  padding-bottom: 15px;
}
.con_search .box_title {
  background: #a6926f;
}
.con_search .box_title h3 {
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.con_search .box_title h3 .en {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Times New Roman", serif;
  font-size: 215%;
  font-style: italic;
  line-height: 1;
}
.con_search .box_title h3 .jp {
  display: inline-block;
  vertical-align: bottom;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
  line-height: 1.3;
}
.con_search .box_link {
  margin-top: 10px;
}
.con_search .box_link ul {
  text-align: right;
}
.con_search .box_link ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.con_search .box_link ul li:first-child {
  margin-left: 0;
}
.con_search .box_link ul li a {
  font-size: 93%;
  color: #614c40;
  text-decoration: none;
}
.con_search .box_link ul li a:hover {
  text-decoration: underline;
}
.con_search .box_link ul li.item_rsv a {
  color: #fff;
  background: #937c50;
  padding: 4px 10px;
  text-decoration: none;
}

.obj_search {
  margin-top: 20px;
}
.obj_search input[type="text"], .obj_search select {
  width: 100%;
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  color: #505050;
  background: #fff;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.obj_search .box_search {
  letter-spacing: -.4em;
  margin-bottom: 10px;
}
.obj_search .box_search em {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #614c40;
}
.obj_search .box_search > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1.66667%;
}
.obj_search .box_search > div.box_day {
  width: 20.83333%;
  margin-left: 0;
}
.obj_search .box_search > div.box_day input {
  background: #fff url(../images/common/ic_calendar.png) no-repeat right 10px center;
}
.obj_search .box_search > div.box_und .obj_no_date {
  display: none;
}
.obj_search .box_search > div.box_und .parts_no_date {
  padding-left: 1.5em;
  position: relative;
}
.obj_search .box_search > div.box_und .parts_no_date::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #fff;
}
.obj_search .box_search > div.box_und .obj_no_date:checked + .parts_no_date {
  color: #505050;
}
.obj_search .box_search > div.box_und .obj_no_date:checked + .parts_no_date::after {
  content: "";
  display: block;
  position: absolute;
  top: -.4em;
  left: .2em;
  width: .5em;
  height: 1em;
  transform: rotate(40deg);
  border-bottom: 3px solid #505050;
  border-right: 3px solid #505050;
}
.obj_search .box_search > div.box_per, .obj_search .box_search > div.box_sta, .obj_search .box_search > div.box_roo {
  width: 10.83333%;
}
.obj_search .box_search > div.box_child {
  position: relative;
  padding-right: 1em;
  cursor: pointer;
}
.obj_search .box_search > div.box_child span {
  display: inline-block;
  vertical-align: middle;
}
.obj_search .box_search > div.box_child input {
  cursor: pointer;
  padding: 0;
  width: 2em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: none;
}
.obj_search .box_search > div.box_child:before {
  display: block;
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  bottom: 0;
  right: 1%;
  font-size: 115%;
  text-align: center;
  z-index: 1;
}
.obj_search .box_search > div.box_child:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #505050;
  position: absolute;
  left: 0;
  bottom: 0;
}
.obj_search .box_search > div.box_child.active:after {
  display: none;
}
.obj_search .box_search > div.btn_submit {
  margin-left: 0;
  margin-top: .6em;
  float: right;
  width: 20%;
}
.obj_search .box_search > div.btn_submit .btn a {
  display: block;
  padding: .8em 0;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .obj_search .box_search > div.box_day {
    width: 30%;
  }
  .obj_search .box_search > div.box_per, .obj_search .box_search > div.box_sta, .obj_search .box_search > div.box_roo {
    width: 12%;
  }
  .obj_search .box_search > div.btn_submit {
    display: block;
    float: none;
    width: 35%;
    margin: 15px auto 0;
  }
  .obj_search .box_search > div.btn_submit .btn a {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .obj_search .box_search > div {
    margin-left: 0;
    margin-bottom: 5%;
  }
  .obj_search .box_search > div.box_day, .obj_search .box_search > div.box_per, .obj_search .box_search > div.box_sta, .obj_search .box_search > div.box_roo, .obj_search .box_search > div.btn_submit {
    width: 100%;
  }
}
.obj_search .box_child_detail {
  display: none;
  border: 1px solid #505050;
  padding: 10px 0;
  letter-spacing: -.4em;
  text-align: center;
}
.obj_search .box_child_detail > div {
  margin-left: 2.08333%;
  display: inline-block;
  vertical-align: middle;
}
.obj_search .box_child_detail > div:first-child {
  margin-left: 0;
}
.obj_search .box_child_detail > div span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-right: .5em;
}
.obj_search .box_child_detail > div select {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
@media only screen and (min-width: 1025px) {
  .obj_search .box_child_detail > div select {
    width: 80px;
  }
}
@media print {
  .obj_search .box_child_detail > div select {
    width: 80px;
  }
}
.ie8 .obj_search .box_child_detail > div select {
  width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .obj_search .box_child_detail > div {
    width: 25%;
  }
  .obj_search .box_child_detail > div span {
    display: block;
    text-align: left;
  }
  .obj_search .box_child_detail > div:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .obj_search .box_child_detail {
    text-align: left;
    padding: 5%;
    overflow: hidden;
  }
  .obj_search .box_child_detail > div {
    margin-left: 0;
    float: right;
    width: 45%;
  }
  .obj_search .box_child_detail > div:nth-child(odd) {
    float: left;
  }
  .obj_search .box_child_detail > div:nth-child(n+3) {
    margin-top: 4%;
  }
}

#btn_popupsearch {
  position: fixed;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#btn_popupsearch a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.2ex;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  padding: 20px 0;
  width: 2.8em;
  text-align: center;
}
#btn_popupsearch a span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#btn_popupsearch a span i {
  margin-bottom: 5px;
}
#btn_popupsearch a:hover {
  background: #fff;
}

/* -----------------------------------------------------------
	#popupsearch
----------------------------------------------------------- */
#popupsearch {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #937c50;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  #popupsearch {
    padding: 30px 0;
  }
}
#popupsearch h3 {
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #popupsearch h3 {
    margin-bottom: 20px;
  }
}
#popupsearch h3 .en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 286%;
  font-style: italic;
}
#popupsearch h3 .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
}
#popupsearch .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #popupsearch .inner {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#popupsearch .box_wrp {
  max-width: 1024px;
  margin: 0 auto;
}
#popupsearch .box_wrp:before, #popupsearch .box_wrp:after {
  content: " ";
  clear: both;
  display: table;
}
#popupsearch .obj_search .box_search em {
  color: #fff;
}
#popupsearch .obj_search .box_search > div.box_und {
  color: #fff;
}
#popupsearch .obj_search .box_search > div.box_child {
  color: #fff;
}
#popupsearch .obj_search .box_search > div.box_child input {
  color: #fff;
}
#popupsearch .obj_search .box_search > div.box_child:after {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popupsearch .obj_search .box_search {
    width: 100%;
  }
}
#popupsearch .obj_search .box_child_detail {
  border-color: #fff;
}
#popupsearch .obj_search .box_child_detail > div span {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #popupsearch .box_title,
  #popupsearch .obj_search {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_title,
  #popupsearch .obj_search {
    width: 80%;
  }
}
#popupsearch .box_link {
  text-align: center;
  clear: both;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_link {
    padding-top: 20px;
  }
}
#popupsearch .box_link .box_tel {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #fff;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_link .box_tel {
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 80%;
  }
}
#popupsearch .box_link .box_tel dl dt, #popupsearch .box_link .box_tel dl dd {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_link .box_tel dl dt, #popupsearch .box_link .box_tel dl dd {
    display: block;
  }
}
#popupsearch .box_link .box_tel dl dt a, #popupsearch .box_link .box_tel dl dd a {
  color: #fff;
  text-decoration: none;
}
#popupsearch .box_link .box_tel dl dt {
  font-size: 115%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#popupsearch .box_link .box_tel dl dd {
  font-size: 229%;
  margin-left: 15px;
  font-family: "Times New Roman", serif;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_link .box_tel dl dd {
    margin-left: 0;
  }
}
#popupsearch .box_link .box_tel dl dd em {
  font-size: 79%;
  font-style: italic;
}
#popupsearch .box_link ul {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_link ul {
    text-align: center;
    margin-top: -10px;
  }
}
#popupsearch .box_link ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  #popupsearch .box_link ul li {
    margin: 10px 0 0 0;
    padding: 0 8px;
    text-align: left;
  }
}
#popupsearch .box_link ul li a {
  display: block;
  color: #fff;
  font-size: 93%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-decoration: none;
}
#popupsearch .box_link ul li a:hover {
  text-decoration: underline;
}
#popupsearch .btn_close {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #popupsearch .btn_close {
    margin-top: 20px;
  }
}
#popupsearch .btn_close a {
  display: inline-block;
  text-decoration: none;
}
#popupsearch .btn_close a span {
  display: block;
}
#popupsearch .btn_close a span.ic {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0 auto;
}
#popupsearch .btn_close a span.ic:before, #popupsearch .btn_close a span.ic:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 9px;
  background: #fff;
  left: 0;
}
#popupsearch .btn_close a span.ic:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popupsearch .btn_close a span.ic:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popupsearch .btn_close a span.txt {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  font-size: 72%;
  margin-top: 5px;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_title {
    height: 365px;
  }
}

/* -----------------------------------------------------------
	.con_title_sub
----------------------------------------------------------- */
.con_title_sub {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 60px;
    background: transparent url(../images/common/bg_pattern_brown.png) repeat left top;
  }
}
#footer .ft_main {
  background: transparent url(../images/common/bg_pattern_brown.png) repeat left top;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_main {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_main {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_main {
    background: none;
  }
}
#footer .ft_main .col_logo {
  width: 36%;
  text-align: center;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_main .col_logo {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_main .col_logo {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
#footer .ft_main .col_logo:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px dotted #614c40;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_main .col_logo:before {
    display: none;
  }
}
#footer .ft_main .col_logo .logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .ft_main .col_logo .logo img {
    max-width: 40%;
  }
}
#footer .ft_main .col_logo .txt {
  font-size: 93%;
  line-height: 2;
  color: #614c40;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .ft_main .col_logo .txt {
    font-size: 86%;
    margin-bottom: 5px;
  }
}
#footer .ft_main .col_logo .txt a {
  color: #614c40 !important;
  text-decoration: none;
}
#footer .ft_main .col_logo .txt a:hover {
  text-decoration: underline;
}
#footer .ft_main .col_logo .box_social {
  text-align: center;
}
#footer .ft_main .col_logo .box_social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  #footer .ft_main .col_logo .box_social li {
    padding: 0;
  }
}
#footer .ft_main .col_logo .box_social li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footer .ft_main .col_logo .box_social li a.facebook {
  background-color: #3B5998;
}
#footer .ft_main .col_logo .box_social li a.tripadvisor {
  background-color: #00AF87;
}
#footer .ft_main .col_logo .box_social li a.twitter {
  background-color: #6CADDE;
}
#footer .ft_main .col_logo .box_social li a.instagram {
  background-color: #d93175;
}
#footer .ft_main .col_logo .box_social li a.line {
  background-color: #00b900;
}
#footer .ft_main .col_logo .box_social li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#footer .ft_main .col_logo .box_social li a .ic_btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
#footer .ft_main .col_logo .box_social li a svg {
  fill: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
#footer .ft_main .col_nav {
  width: 64%;
  padding-left: 9%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_main .col_nav {
    padding-left: 10px;
  }
}
#footer .ft_main .col_nav:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_main .col_nav:before {
    display: none;
  }
}
#footer .ft_main .col_nav .box_nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#footer .ft_main .col_nav .box_nav ul {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
#footer .ft_main .col_nav .box_nav ul:last-child {
  padding-right: 0 !important;
}
#footer .ft_main .col_nav .box_nav ul li {
  margin-bottom: 12px;
}
#footer .ft_main .col_nav .box_nav ul li a {
  font-size: 93%;
  color: #614c40;
  text-decoration: none;
}
#footer .ft_main .col_nav .box_nav ul li a:hover {
  text-decoration: underline;
}
#footer .ft_main .col_nav .box_nav ul li a .ic_btn {
  margin-right: 6px;
}
#footer .ft_main .col_nav .box_btn .button_group {
  margin-left: -5px;
  margin-right: -5px;
}
#footer .ft_main .col_nav .box_btn .button_group li {
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .ft_main .col_nav .box_btn .button_group li {
    width: 100%;
    float: none;
  }
}
#footer .ft_main .col_nav .box_btn .button_group li:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  #footer .ft_main .col_nav .box_btn .button_group li {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .ft_main .col_nav .box_btn .button_group .btn a {
    max-width: none;
  }
}
@media print {
  #footer .ft_main .col_nav .box_btn .button_group .btn a {
    max-width: none;
  }
}
.ie8 #footer .ft_main .col_nav .box_btn .button_group .btn a {
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_main .col_logo,
  #footer .ft_main .col_nav {
    float: none;
    width: 100%;
    padding: 0;
  }
}
#footer .ft_banner {
  padding: 30px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_banner {
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_banner {
    padding: 0;
  }
}
#footer .ft_banner ul {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .ft_banner ul {
    margin: 0 -3px;
  }
}
#footer .ft_banner ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_banner ul li {
    max-width: 32.25806%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_banner ul li {
    float: left;
    width: 33.33333%;
    padding: 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_banner ul li a img {
    width: 100%;
  }
}
#footer .ft_copyright {
  padding: 20px 0;
}
#footer .ft_copyright #copyright {
  font-family: "Times New Roman", serif;
  font-size: 86%;
  color: #614c40;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .ft_copyright #copyright {
    font-size: 72%;
  }
}

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    bottom: 60px;
  }
}
#pagetop a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pagetop a:hover {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
#pagetop a img {
  width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #pagetop a img {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #pagetop a img {
    width: 40px;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	見出し heading
----------------------------------------------------------- */
.st_center {
  line-height: 1.1;
  font-weight: normal;
  text-align: center;
}
.st_center .en {
  display: block;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 286%;
  color: #1d7339;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_center .en {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .st_center .en {
    font-size: 208%;
  }
}
.st_center .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  color: #1d7339;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .st_center .jp {
    font-size: 100%;
  }
}

.st_center02 {
  position: relative;
  text-align: center;
}
.st_center02:before {
  content: '';
  position: absolute;
  width: 284px;
  height: 1px;
  background-color: #d8d3c6;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.st_center02:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #d8d3c6;
  top: -1px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.st_center02 .jp {
  display: block;
  font-size: 236%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #614c40;
  font-weight: normal;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_center02 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_center02 .jp {
    font-size: 165%;
  }
}
.st_center02 .en {
  display: block;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 115%;
  color: #c1b9a7;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_center02 .en {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .st_center02 .en {
    font-size: 79%;
  }
}

.st_left {
  line-height: 1.1;
  font-weight: normal;
}
.st_left > * {
  display: inline-block;
  vertical-align: baseline;
}
.st_left .en {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 286%;
  color: #1d7339;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_left .en {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .st_left .en {
    font-size: 200%;
  }
}
.st_left .jp {
  position: relative;
  top: -2px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  color: #1d7339;
}
@media only screen and (max-width: 767px) {
  .st_left .jp {
    font-size: 100%;
  }
}
.st_left .jp .ic_title {
  padding: 0 2px;
}

.st_left_brown {
  line-height: 1.1;
  font-weight: normal;
}
.st_left_brown > * {
  display: inline-block;
  vertical-align: baseline;
}
.st_left_brown .en {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 286%;
  color: #614c40;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_left_brown .en {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .st_left_brown .en {
    font-size: 200%;
  }
}
.st_left_brown .jp {
  position: relative;
  top: -2px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  color: #614c40;
}
@media only screen and (max-width: 767px) {
  .st_left_brown .jp {
    font-size: 100%;
  }
}
.st_left_brown .jp .ic_title {
  padding: 0 2px;
}

.st_left_jp {
  line-height: 1.1;
  font-weight: normal;
}
.st_left_jp > * {
  display: inline-block;
  vertical-align: baseline;
}
.st_left_jp .jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 229%;
  color: #1d7339;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_left_jp .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_left_jp .jp {
    font-size: 158%;
  }
}

.st_left_jp_brown {
  line-height: 1.1;
  font-weight: normal;
}
.st_left_jp_brown > * {
  display: inline-block;
  vertical-align: baseline;
}
.st_left_jp_brown .jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 229%;
  color: #614c40;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_left_jp_brown .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_left_jp_brown .jp {
    font-size: 158%;
  }
}

.st_left02 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #614c40;
  font-weight: normal;
  font-size: 200%;
  letter-spacing: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_left02 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .st_left02 {
    font-size: 143%;
  }
}
.st_left02 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_left02 span {
    font-size: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .st_left02 span {
    font-size: 58%;
  }
}

.st_border {
  position: relative;
  border-bottom: 1px dotted #614c40;
  font-size: 165%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #614c40;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_border {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .st_border {
    font-size: 129%;
  }
}
.st_border:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 1px;
}

.st_sub_ic {
  font-size: 143%;
  position: relative;
  padding-left: 1em;
  letter-spacing: 4px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #614c40;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_sub_ic {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .st_sub_ic {
    font-size: 115%;
  }
}
.st_sub_ic:before {
  position: absolute;
  content: '◆';
  left: 0;
  top: 9px;
  font-size: 43%;
}

.st_sub_ic02 {
  font-size: 143%;
  position: relative;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #614c40;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_sub_ic02 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .st_sub_ic02 {
    font-size: 115%;
  }
}

/* -----------------------------------------------------------
	ボタン button
----------------------------------------------------------- */
.btn_lightbrown {
  text-align: center;
}
.btn_lightbrown a, .btn_lightbrown > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #937c50;
  border: 1px solid #937c50;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.46);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .btn_lightbrown a, .btn_lightbrown > span {
    max-width: 100%;
    font-size: 100%;
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_lightbrown a:hover, .btn_lightbrown > span:hover {
    background: none;
    color: #937c50 !important;
  }
}
@media print {
  .btn_lightbrown a:hover, .btn_lightbrown > span:hover {
    background: none;
    color: #937c50 !important;
  }
}
.ie8 .btn_lightbrown a:hover, .ie8 .btn_lightbrown > span:hover {
  background: none;
  color: #937c50 !important;
}

.btn_darkbrown {
  text-align: center;
}
.btn_darkbrown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff !important;
  background: #2d2019;
  border: 1px solid #2d2019;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.46);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .btn_darkbrown a {
    max-width: 100%;
    font-size: 100%;
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_darkbrown a:hover {
    background: none;
    color: #2d2019 !important;
  }
}
@media print {
  .btn_darkbrown a:hover {
    background: none;
    color: #2d2019 !important;
  }
}
.ie8 .btn_darkbrown a:hover {
  background: none;
  color: #2d2019 !important;
}

.btn_line_arrow {
  text-align: center;
}
.btn_line_arrow a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: "Times New Roman", serif;
  font-size: 108%;
  letter-spacing: 0.12em;
  color: #2d2019 !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .btn_line_arrow a {
    font-size: 100%;
  }
}
.btn_line_arrow a:hover {
  color: #2d2019 !important;
}
.btn_line_arrow a:hover span:before {
  left: 5px;
}
.btn_line_arrow a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 2em 5px;
  padding-right: 4em;
}
.btn_line_arrow a span:before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #2d2019 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_line_arrow a span:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2d2019;
}

.btn_border_darkbrown {
  text-align: center;
}
.btn_border_darkbrown a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #2d2019;
  border: 1px solid #2d2019;
  border-radius: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .btn_border_darkbrown a {
    max-width: 100%;
    font-size: 100%;
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_border_darkbrown a:hover {
    background: #2d2019;
    color: #fff !important;
  }
}
@media print {
  .btn_border_darkbrown a:hover {
    background: #2d2019;
    color: #fff !important;
  }
}
.ie8 .btn_border_darkbrown a:hover {
  background: #2d2019;
  color: #fff !important;
}
@media only screen and (min-width: 1025px) {
  .btn_border_darkbrown a:hover span:before {
    left: 5px;
  }
}
@media print {
  .btn_border_darkbrown a:hover span:before {
    left: 5px;
  }
}
.ie8 .btn_border_darkbrown a:hover span:before {
  left: 5px;
}
.btn_border_darkbrown a span {
  display: table;
  position: relative;
  padding-left: 30px;
  margin: 0 auto;
}
.btn_border_darkbrown a span:before {
  display: block;
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

/* -----------------------------------------------------------
	.slide_style
----------------------------------------------------------- */
.slide_style .slick-slide .img_thumb {
  width: 100%;
}
.slide_style .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .slide_style .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.slide_style .slick-arrow:active {
  opacity: 0.8;
}
.slide_style .slick-prev {
  left: 0;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  z-index: 0;
}
.slide_style .slick-next {
  right: 0;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  z-index: 0;
}
.slide_style .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slide_style .slick-dots {
    bottom: 10px;
  }
}
.slide_style .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 9px;
}
.slide_style .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  color: transparent;
  background: rgba(255, 255, 255, 0.3);
  border: 0 none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.slide_style .slick-dots li.slick-active button {
  background: #fff;
}

/*----------------------------------------------------
	テーブル tbl_primary　直線のテーブル（レスポン対応）
 ----------------------------------------------------*/
table.tbl_primary {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  color: #614c40;
}
table.tbl_primary caption {
  font-size: 134%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary caption {
    margin-bottom: 3%;
  }
}
table.tbl_primary th {
  font-weight: normal;
  padding: 12px 6px 12px 20px;
  background: #efeadf;
  border: 1px dotted #c1b9a7;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary th {
    border-bottom: none;
  }
}
table.tbl_primary td {
  padding: 12px 12px;
  text-align: left;
  border-top: 1px dotted #c1b9a7;
  border-bottom: 1px dotted #c1b9a7;
  border-left: 1px dotted #c1b9a7;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary td {
    border-right: 1px dotted #c1b9a7;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_primary th, table.tbl_primary td {
    float: left;
    width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_primary_fix　直線のテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_primary_fix {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  color: #614c40;
}
table.tbl_primary_fix th {
  font-weight: normal;
  padding: 12px 6px 12px 20px;
  background: #efeadf;
  border: 1px dotted #c1b9a7;
}
table.tbl_primary_fix td {
  padding: 12px 12px;
  text-align: left;
  border-top: 1px dotted #c1b9a7;
  border-bottom: 1px dotted #c1b9a7;
  border-left: 1px dotted #c1b9a7;
}

/*----------------------------------------------------
	テーブル tbl_secondary　直線のテーブル（レスポン対応）　色違い
 ----------------------------------------------------*/
table.tbl_secondary {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  color: #614c40;
}
table.tbl_secondary th {
  font-weight: normal;
  padding: 12px 6px 12px 20px;
  background: #fff;
  border-top: 1px dotted #c1b9a7;
  border-bottom: 1px dotted #c1b9a7;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary th {
    border-bottom: none;
  }
}
table.tbl_secondary td {
  padding: 12px 12px;
  text-align: left;
  border-top: 1px dotted #c1b9a7;
  border-bottom: 1px dotted #c1b9a7;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary td {
    border-right: 1px dotted #c1b9a7;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary th, table.tbl_secondary td {
    float: left;
    width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_secondary_fix　直線のテーブル（PCからスマホまで列固定）　色違い
----------------------------------------------------*/
table.tbl_secondary_fix {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  color: #614c40;
}
table.tbl_secondary_fix th {
  font-weight: normal;
  padding: 12px 6px 12px 20px;
  background: #efeadf;
  border-top: 1px dotted #c1b9a7;
  border-bottom: 1px dotted #c1b9a7;
  background: #fff;
}
table.tbl_secondary_fix td {
  padding: 12px 12px;
  text-align: left;
  border-top: 1px dotted #c1b9a7;
  border-bottom: 1px dotted #c1b9a7;
}

/*----------------------------------------------------
	.con_title　中ページのタイトル
----------------------------------------------------*/
.con_title {
  position: relative;
}
.con_title .box_container {
  position: absolute;
  top: 50%;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.con_title .box_container h2 {
  color: #fff;
}
.con_title .box_container h2 .en {
  font-family: "Times New Roman", serif;
  display: block;
  font-size: 429%;
  line-height: 1.25em;
  font-weight: normal;
  text-shadow: 0 0 50px #220300;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_container h2 .en {
    font-size: 358%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_container h2 .en {
    font-size: 215%;
  }
}
.con_title .box_container h2 .jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  display: block;
  font-size: 115%;
  letter-spacing: 10px;
  font-weight: normal;
  text-shadow: 0 0 50px #220300;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_container h2 .jp {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_container h2 .jp {
    font-size: 72%;
  }
}

/*----------------------------------------------------
	.con_title_sub　中ページのタイトル
----------------------------------------------------*/
.con_title_sub {
  position: relative;
}
.con_title_sub .box_container {
  position: absolute;
  top: 50%;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.con_title_sub .box_container h2 {
  color: #fff;
}
.con_title_sub .box_container h2 .en {
  font-family: "Times New Roman", serif;
  display: block;
  font-size: 429%;
  line-height: 1.25em;
  font-weight: normal;
  text-shadow: 0 0 50px #220300;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title_sub .box_container h2 .en {
    font-size: 358%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title_sub .box_container h2 .en {
    font-size: 215%;
  }
}
.con_title_sub .box_container h2 .jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  display: block;
  font-size: 115%;
  letter-spacing: 10px;
  font-weight: normal;
  text-shadow: 0 0 50px #220300;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title_sub .box_container h2 .jp {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title_sub .box_container h2 .jp {
    font-size: 72%;
  }
}

/* -----------------------------------------------------------
	.con_topicpath　パンくずリスト
----------------------------------------------------------- */
.con_topicpath {
  margin-top: 30px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 86%;
    max-width: 90%;
  }
}
.con_topicpath ul li {
  display: inline;
  position: relative;
}
.con_topicpath ul li:before {
  content: "-";
  display: inline;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.con_topicpath ul li a {
  text-decoration: none;
}
.con_topicpath ul li a:hover {
  text-decoration: underline;
}
.con_topicpath ul li:first-child:before {
  display: none;
}

/* -----------------------------------------------------------
	effect_thumb
----------------------------------------------------------- */
.effect_thumb:hover .thumb:before {
  opacity: 1;
  top: 100%;
  left: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.effect_thumb .thumb {
  position: relative;
  overflow: hidden;
}
.effect_thumb .thumb:before {
  opacity: 0;
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 500%;
  height: 50px;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  -ms-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: rgba(255, 255, 255, 0.2);
}

/* -----------------------------------------------------------
	.con_package
----------------------------------------------------------- */
.con_package {
  padding: 50px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package {
    padding: 0;
  }
}
.con_package .box_title {
  margin-bottom: 20px;
}
.con_package .box_title .st_left {
  position: relative;
  padding-bottom: 10px;
}
.con_package .box_title .st_left .en,
.con_package .box_title .st_left .jp {
  color: #614c40;
}
.con_package .box_title .st_left:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #614c40;
}
.con_package .box_title .st_left:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16.66667%;
  height: auto;
  border-bottom: 1px solid #614c40;
}
.con_package .box_list {
  overflow: hidden;
  margin-bottom: 10px;
}
.con_package .box_list .list {
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package .box_list .list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_list .list {
    margin: 0;
  }
}
.con_package .box_list .list .item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_package .box_list .list .item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_list .list .item {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_package .box_list .list .item {
    float: none;
    width: 100%;
    height: auto !important;
  }
}
.con_package .box_list .list .item a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.con_package .box_list .list .item a:hover .title {
  text-decoration: none;
}
.con_package .box_list .list .item .thumb {
  text-align: center;
}
.con_package .box_list .list .item .thumb img {
  width: 100%;
}
.con_package .box_list .list .item .title {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  color: #614c40;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 5px;
}
.con_package .box_list .list .item .price {
  font-family: "Times New Roman", serif;
  font-size: 200%;
  color: #614c40;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_package .box_list .list .item .price {
    font-size: 179%;
  }
}
.con_package .box_list .list .item .price span {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 14px;
  margin-right: 12px;
}
.con_package .box_list .list .item .price em {
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
.con_package .box_list .list .item .date {
  font-size: 100%;
  color: #614c40;
  padding: 5px 0;
}

/* -----------------------------------------------------------
	.con_ai
----------------------------------------------------------- */
.con_ai {
  position: fixed;
  z-index: 1;
  right: -9.3%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ai {
    right: -17.8%;
  }
}
.con_ai img {
  max-width: 70%;
}
.con_ai a {
  display: block;
  width: 80%;
}
