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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.box_container, .slide_overflow_style .slide_wraper {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .box_container, .slide_overflow_style .slide_wraper {
    width: 95%;
  }
}

.box_container, .row, #header .box_nav ul, .wrp_menu .con_group_menu .box_link ul {
  *zoom: 1;
}
.box_container:before, .row:before, #header .box_nav ul:before, .wrp_menu .con_group_menu .box_link ul:before, .box_container:after, .row:after, #header .box_nav ul:after, .wrp_menu .con_group_menu .box_link ul:after {
  content: " ";
  display: table;
}
.box_container:after, .row:after, #header .box_nav ul:after, .wrp_menu .con_group_menu .box_link ul:after {
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
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%;
  vertical-align: top;
  -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: 1260px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 992px) {
  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: 991px) {
  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;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media print {
  .container {
    width: 760px;
  }
}
.ie8 .container {
  width: 760px;
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media print {
  .container {
    width: 970px;
  }
}
.ie8 .container {
  width: 970px;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1290px;
  }
}
@media print {
  .container {
    width: auto;
    max-width: 1290px;
  }
}
.ie8 .container {
  width: auto;
  max-width: 1290px;
}

.box_container {
  display: block;
}

.row {
  display: block;
}

.col {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}

/* -----------------------------------------------------------
	#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 {
  background-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #header {
    padding: 0;
  }
}

@media print {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0;
  }
}
.ie8 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ie8 #header {
    padding: 0;
  }
}
@media only screen and (min-width: 1480px) {
  #header .box_container {
    max-width: 1480px;
  }
}
@media print {
  #header .box_container {
    max-width: 1480px;
  }
}
.ie8 #header .box_container {
  max-width: 1480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .box_container {
    width: 100%;
  }
}
#header .box_inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    text-align: left;
    z-index: 100;
  }
}
@media only screen and (min-width: 768px) {
  #header .logo {
    width: 22%;
    float: left;
    padding: 2em 0 0 0;
  }
  #header .logo a {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
@media print {
  #header .logo {
    width: 22%;
    float: left;
    padding: 2em 0 0 0;
  }
  #header .logo a {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
.ie8 #header .logo {
  width: 22%;
  float: left;
  padding: 2em 0 0 0;
}
.ie8 #header .logo a {
  width: 95%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .logo {
    width: 22%;
    padding: 1em 0;
  }
  #header .logo a {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-right: 1px solid #000;
    padding: 1em 0;
  }
  #header .logo a img {
    padding-right: 10px;
  }
}
#header .box_nav {
  margin: 6px 0 0 0;
  width: 100%;
  display: inline-block;
}
#header .box_nav ul {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
#header .box_nav ul li {
  position: relative;
  float: left;
  background: url("../images/renew/header/ic_menu.png") no-repeat left top 3px;
  padding-left: 15px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .box_nav ul li {
    margin-right: 10px;
    font-size: 84%;
  }
}
#header .box_nav ul li:last-child {
  margin-right: 0;
}
#header .box_nav ul li.select_lang {
  background: #000;
  padding: 0 15px;
}
#header .box_nav ul li.select_lang .title {
  color: #fff;
  font-family: "メイリオ",Meiryo;
}
#header .box_nav ul li a {
  display: block;
  position: relative;
  color: #1d1d1d;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mouse #header .box_nav ul li a:hover, .touch #header .box_nav ul li a.touchstart {
  text-decoration: underline !important;
}
.touch #header .box_nav ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header .box_nav ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#header .box_nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 10px 5px;
  -moz-box-shadow: 0 3px 5px #ccc;
  -webkit-box-shadow: 0 3px 5px #ccc;
  box-shadow: 0 3px 5px #ccc;
}
#header .box_nav ul li ul li {
  background: none;
  padding-left: 0;
  float: none;
  margin: 0 0 5px 0;
}
#header .box_nav ul li:hover ul {
  display: block;
  animation-direction: alternate;
  z-index: 100;
  background: #fff !important;
}

/* -----------------------------------------------------------
	.wrp_menu
----------------------------------------------------------- */
.wrp_menu {
  float: right;
  z-index: 9999;
  width: 78%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrp_menu {
    padding: 0 0 0 1%;
  }
}
.wrp_menu .con_group_menu {
  width: 100%;
  display: inline-block;
}
.wrp_menu .con_group_menu .box_inner {
  float: right;
}
@media only screen and (min-width: 992px) {
  .wrp_menu .con_group_menu .box_inner {
    width: 90%;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_inner {
    width: 90%;
  }
}
.ie8 .wrp_menu .con_group_menu .box_inner {
  width: 90%;
}
.wrp_menu .con_group_menu .box_directlink {
  float: left;
  width: 32%;
  margin-right: 1%;
  padding: 5px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .wrp_menu .con_group_menu .box_directlink {
    width: 27%;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_directlink {
    width: 27%;
  }
}
.ie8 .wrp_menu .con_group_menu .box_directlink {
  width: 27%;
}
@media only screen and (min-width: 1200px) {
  .wrp_menu .con_group_menu .box_directlink {
    width: 40%;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_directlink {
    width: 40%;
  }
}
.ie8 .wrp_menu .con_group_menu .box_directlink {
  width: 40%;
}
@media only screen and (min-width: 1480px) {
  .wrp_menu .con_group_menu .box_directlink {
    margin-top: 5px;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_directlink {
    margin-top: 5px;
  }
}
.ie8 .wrp_menu .con_group_menu .box_directlink {
  margin-top: 5px;
}
.wrp_menu .con_group_menu .box_directlink > * {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrp_menu .con_group_menu .box_directlink > * {
    display: block;
  }
}
.wrp_menu .con_group_menu .box_directlink .txt_title {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .wrp_menu .con_group_menu .box_directlink .txt_title {
    display: block;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_directlink .txt_title {
    display: block;
  }
}
.ie8 .wrp_menu .con_group_menu .box_directlink .txt_title {
  display: block;
}
.wrp_menu .con_group_menu .box_directlink div form select {
  width: 180px;
}
.wrp_menu .con_group_menu .box_link {
  float: left;
  width: 65%;
}
@media only screen and (min-width: 992px) {
  .wrp_menu .con_group_menu .box_link {
    width: 72%;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_link {
    width: 72%;
  }
}
.ie8 .wrp_menu .con_group_menu .box_link {
  width: 72%;
}
@media only screen and (min-width: 1200px) {
  .wrp_menu .con_group_menu .box_link {
    width: 59%;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_link {
    width: 59%;
  }
}
.ie8 .wrp_menu .con_group_menu .box_link {
  width: 59%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrp_menu .con_group_menu .box_link {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrp_menu .con_group_menu .box_link ul {
    display: table;
    table-layout: fixed;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: 0;
  }
}
.wrp_menu .con_group_menu .box_link ul li {
  float: left;
  width: 33.33%;
}
.wrp_menu .con_group_menu .box_link ul li a {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 1px 14px;
}
@media only screen and (min-width: 992px) {
  .wrp_menu .con_group_menu .box_link ul li a {
    padding: 0 14px;
  }
}
@media print {
  .wrp_menu .con_group_menu .box_link ul li a {
    padding: 0 14px;
  }
}
.ie8 .wrp_menu .con_group_menu .box_link ul li a {
  padding: 0 14px;
}
.wrp_menu .con_group_menu .box_link ul li a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #19208a transparent;
}
.wrp_menu .con_group_menu .box_link ul li.lnk_hotel a:after {
  border-color: transparent transparent #19208a transparent;
}
.wrp_menu .con_group_menu .box_link ul li.lnk_inn a:after {
  border-color: transparent transparent #099743 transparent;
}
.wrp_menu .con_group_menu .box_link ul li.lnk_campana a:after {
  border-color: transparent transparent #710707 transparent;
}

/* -----------------------------------------------------------
	.con_menu_sp
----------------------------------------------------------- */
.con_menu_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 102;
  background: #202020;
}
.con_menu_sp .row_tbl {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}
.con_menu_sp .cell {
  display: table-cell;
  vertical-align: middle;
}
.con_menu_sp ul li {
  width: 20%;
  text-align: center;
  border-left: 1px solid #373737;
  border-right: 1px solid #000;
}
.con_menu_sp ul li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 11px 0;
}
.con_menu_sp ul li a:hover {
  background: black;
}
.con_menu_sp ul li .ic_btn {
  width: 20px;
  margin-bottom: 3px;
}
.con_menu_sp ul li .txt_btn {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  white-space: nowrap;
}
.con_menu_sp ul li.item_menu a .ic_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 13px;
  margin: 6px 0;
}
.con_menu_sp ul li.item_menu a .ic_btn > span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_menu_sp ul li.item_menu a .ic_btn > span:nth-of-type(1) {
  top: 0;
}
.con_menu_sp ul li.item_menu a .ic_btn > span:nth-of-type(2) {
  top: 6px;
}
.con_menu_sp ul li.item_menu a .ic_btn > span:nth-of-type(3) {
  bottom: 0;
}
.con_menu_sp ul li.item_menu a .txt_btn {
  display: block;
}
.con_menu_sp ul li.item_menu a .txt_btn.txt_close {
  display: none;
}

body.fix_active {
  position: fixed;
  width: 100%;
  top: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.fix_active .con_menu_sp ul li.item_menu a .ic_btn > span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
body.fix_active .con_menu_sp ul li.item_menu a .ic_btn > span:nth-of-type(2) {
  opacity: 0;
}
body.fix_active .con_menu_sp ul li.item_menu a .ic_btn > span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
body.fix_active .con_menu_sp ul li.item_menu a .txt_btn.txt_menu {
  display: none;
}
body.fix_active .con_menu_sp ul li.item_menu a .txt_btn.txt_close {
  display: block;
}

/* -----------------------------------------------------------
	.fixmenu
----------------------------------------------------------- */
.fixmenu {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #E9E8DF;
  -webkit-overflow-scrolling: touch;
  padding: 50px 0 90px;
}
.fixmenu .box_menu ul li {
  border-top: 1px solid #aaa;
}
.fixmenu .box_menu ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #000;
  text-decoration: none !important;
  padding: 14px 2.5%;
}
.fixmenu .box_menu ul li a:before {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #999;
  font-size: 143%;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_imgmain {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #contents .con_imgmain {
    padding-top: 150px;
  }
}
@media print {
  #contents .con_imgmain {
    padding-top: 150px;
  }
}
.ie8 #contents .con_imgmain {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) {
  #contents .con_imgmain img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media print {
  #contents .con_imgmain img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.ie8 #contents .con_imgmain img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#contents .topicpath {
  margin-bottom: 30px;
}
#contents .topicpath ul li {
  display: inline-block;
}
#contents .topicpath ul li a {
  color: #ec561c;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 40px;
  }
}
#footer .con_backtotop {
  overflow: hidden;
  text-align: center;
}
#footer .con_pickup {
  background: #202020 url(../images/renew/footer/bg_con_banner-pc.png) no-repeat right 14% top -53px;
  border-bottom: 1px solid #000000;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .con_pickup {
    background: #fff url(../images/renew/footer/bg_con_banner-sp.png) no-repeat right 0 bottom 0;
    background-size: 35%;
    border-bottom: 0;
    padding-top: 20px;
  }
}
#footer .con_pickup .box_list {
  overflow: hidden;
}
#footer .con_pickup .box_list .list {
  text-align: right;
  margin: 0 -14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .con_pickup .box_list .list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_pickup .box_list .list {
    margin: 0 -5px;
  }
}
#footer .con_pickup .box_list .list:before, #footer .con_pickup .box_list .list:after {
  content: " ";
  clear: both;
  display: table;
}
#footer .con_pickup .box_list .list .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 20px;
  float: left;
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .con_pickup .box_list .list .item {
    padding: 0 9px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_pickup .box_list .list .item {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_pickup .box_list .list .item {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_pickup .box_list .list .item {
    width: 50%;
  }
}
#footer .con_pickup .box_list .list .item a.item_inner {
  display: block;
  text-decoration: none;
}
#footer .con_pickup .box_list .list .item .thumb {
  text-align: center;
}
#footer .con_pickup .box_list .list .item .txt {
  font-size: 93%;
  color: #fff;
  text-align: left;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .con_pickup .box_list .list .item .txt {
    color: #1d1d1d;
  }
}
#footer .con_lnk_footer {
  overflow: hidden;
  background: #202020;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #000000;
  padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .con_lnk_footer {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk_footer {
    padding: 30px 0 10px;
  }
}
#footer .con_lnk_footer .box_lnk_footer {
  float: left;
  margin-right: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk_footer .box_lnk_footer {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#footer .con_lnk_footer .box_lnk_footer.last {
  margin-right: 0;
}
#footer .con_lnk_footer .box_lnk_footer h4 {
  background: url("../images/renew/footer/ic_sst_link.png") no-repeat left center;
  padding-left: 20px;
  margin-bottom: 15px;
}
#footer .con_lnk_footer .box_lnk_footer ul {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk_footer .box_lnk_footer ul {
    display: none;
  }
}
#footer .con_lnk_footer .box_lnk_footer ul li {
  background: url("../images/renew/footer/ic_lnk.png") no-repeat left center;
  padding-left: 10px;
  margin-bottom: 10px;
}
#footer .con_lnk_footer .box_lnk_footer ul li a {
  color: #d7d7d7;
  text-decoration: none;
}
#footer .con_lnk_footer .box_lnk_footer ul li a:hover, #footer .con_lnk_footer .box_lnk_footer ul li a:focus {
  text-decoration: underline;
}
#footer .con_nav_footer {
  overflow: hidden;
  background: #202020;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #000000;
  padding: 35px 0 5px;
}
@media only screen and (max-width: 991px) {
  #footer .con_nav_footer {
    padding: 35px 0 25px;
  }
}
#footer .con_nav_footer ul {
  width: 100%;
  overflow: hidden;
}
#footer .con_nav_footer ul li {
  float: left;
  background: url("../images/renew/footer/ic_nav.png") no-repeat left center;
  padding-left: 15px;
  margin-right: 30px;
  margin-bottom: 10px;
}
#footer .con_nav_footer ul li a {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none !important;
}
.mouse #footer .con_nav_footer ul li a:hover, .touch #footer .con_nav_footer ul li a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_nav_footer ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_nav_footer ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_copyright {
  padding: 10px 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer .con_copyright {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright {
    padding: 0 0 20px;
  }
}
#footer .con_copyright .logo_footer {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright .logo_footer {
    margin-bottom: 10px;
  }
}
#footer .con_copyright .box_copyright {
  width: 70%;
  float: left;
  text-align: right;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright .logo_footer,
  #footer .con_copyright .box_copyright {
    float: none;
    width: 100%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table {
  width: 100%;
  border-bottom: none;
  border-collapse: collapse;
}
table caption {
  display: none;
}
table th, table td {
  font-size: .9em;
  padding: 7px;
  border-top: none;
  text-align: left;
}
table th {
  font-weight: normal;
  font-weight: bold;
}
table.vertical th, table.vertical td {
  width: auto;
}
table.tbl_form {
  margin-bottom: 20px;
}
table.tbl_form tr {
  overflow: hidden;
}
table.tbl_form tr th, table.tbl_form tr td {
  width: 100%;
  float: left;
  border: none;
}
table.tbl_form tr th {
  background: #f5f5f5;
  padding: 10px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: normal;
}
table.tbl_form tr th label {
  display: block;
}
table.tbl_form tr th .note {
  font-size: .8em;
  font-weight: normal !important;
}
table.tbl_form tr td {
  font-size: 1.1em;
  background: #fff;
  padding: 10px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
table.tbl_form tr td label {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
table.tbl_form tr td label input[type="radio"] {
  margin-right: 5px;
}
table.tbl_form tr td .btn_s {
  display: inline-block;
  margin: 0;
  width: auto;
}
table.tbl_form tr td .txt_other {
  font-size: .8em;
  padding: 5px 0;
}
table.tbl_form tr td .error {
  font-weight: bold;
  font-size: .8em;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  table th, table td {
    padding: 15px;
  }
  table.tbl_form tr th, table.tbl_form tr td {
    float: none;
  }
  table.tbl_form tr th {
    width: 30%;
  }
  table.tbl_form tr th label {
    display: block;
  }
  table.tbl_form tr th .note {
    font-size: .8em;
    font-weight: normal !important;
  }
  table.tbl_form tr td {
    width: 70%;
  }
}
@media print {
  table th, table td {
    padding: 15px;
  }
  table.tbl_form tr th, table.tbl_form tr td {
    float: none;
  }
  table.tbl_form tr th {
    width: 30%;
  }
  table.tbl_form tr th label {
    display: block;
  }
  table.tbl_form tr th .note {
    font-size: .8em;
    font-weight: normal !important;
  }
  table.tbl_form tr td {
    width: 70%;
  }
}
.ie8 table th, .ie8 table td {
  padding: 15px;
}
.ie8 table.tbl_form tr th, .ie8 table.tbl_form tr td {
  float: none;
}
.ie8 table.tbl_form tr th {
  width: 30%;
}
.ie8 table.tbl_form tr th label {
  display: block;
}
.ie8 table.tbl_form tr th .note {
  font-size: .8em;
  font-weight: normal !important;
}
.ie8 table.tbl_form tr td {
  width: 70%;
}
@media only screen and (min-width: 768px) {
  table td label {
    cursor: pointer;
  }
}
@media print {
  table td label {
    cursor: pointer;
  }
}
.ie8 table td label {
  cursor: pointer;
}

/* -----------------------------------------------------------
	.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;
}
.slide_style .slick-arrow:active {
  opacity: 0.8;
}
.slide_style .slick-prev {
  left: 0;
  right: auto;
  background: transparent url(../images/renew/common/ic_arrow_left.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.slide_style .slick-next {
  right: 0;
  left: auto;
  background: transparent url(../images/renew/common/ic_arrow_right.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.slide_style .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
}
.slide_style .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 4px 0;
}
.slide_style .slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  color: transparent;
  background: #dbdbdb;
  border: 0 none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slide_style .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slide_style .slick-dots li.slick-active button {
  background: #4c3307;
}

/* -----------------------------------------------------------
	.slide_overflow_style
----------------------------------------------------------- */
.slide_overflow_style {
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide_overflow_style {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style {
    margin-bottom: 20px;
  }
}
.slide_overflow_style .slide_wraper {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .slide_overflow_style .slide_wraper {
    width: 100%;
  }
}
.slide_overflow_style .slick-list {
  overflow: visible;
  padding: 0 !important;
  margin: 0 -10px;
}
.slide_overflow_style .slick-slide {
  position: relative;
  outline: 0;
  padding: 0 10px;
}
.slide_overflow_style .slick-slide .img_slide {
  width: 100%;
}
.slide_overflow_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;
}
.slide_overflow_style .slick-arrow:active {
  opacity: 0.8;
}
.slide_overflow_style .slick-prev {
  left: 0;
  right: auto;
  background: transparent url(../images/renew/common/ic_arrow_left.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.slide_overflow_style .slick-next {
  right: 0;
  left: auto;
  background: transparent url(../images/renew/common/ic_arrow_right.png) no-repeat center center;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.slide_overflow_style .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.slide_overflow_style .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-dots li {
    margin: 0 4px;
  }
}
.slide_overflow_style .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  border: 0 none;
  border-radius: 50%;
  background: #fff;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .slide_overflow_style .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slide_overflow_style .slick-dots li.slick-active button {
  background: #eb5e02;
}

/* -----------------------------------------------------------
	.btn_gray
----------------------------------------------------------- */
.btn_gray {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 124%;
  background: #313131;
  border: 0;
  position: relative;
  padding: .8em 1em;
  cursor: pointer;
  width: 100%;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_gray {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_gray {
    font-size: 108%;
  }
}
.btn_gray a {
  color: #fff !important;
  text-decoration: none;
}
.btn_gray a:hover {
  color: #fff !important;
}
.btn_gray:hover {
  opacity: .7;
  color: #fff !important;
}
.btn_gray:hover:after {
  right: .2em;
}
