@charset "UTF-8";
/* atmedia.js setting
======================================================= */
/*small*/
#_device {
  position: absolute;
  display: none;
}

/* layout
======================================================= */
.container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  max-width: 100%;
  min-width: 300px;
}

.middle_section {
  background: none;
}

.contents {
  padding-top: 20px;
}

/* メインカラム */
.main_area {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

/* 右カラム */
.side_area {
  width: 100%;
  float: none;
  margin-top: 10px;
}

/* local navigation
======================================================= */
.local_navigation {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin: 0;
}
.local_navigation h2 {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 15px;
}
.local_navigation h2 a {
  padding: 10px;
}
.local_navigation h2 a:after {
  display: none;
}
.local_navigation li {
  font-size: 13px;
}
.local_navigation li.last a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.local_navigation li li a {
  padding: 10px 24px;
}
.local_navigation li a {
  padding: 10px 23px 10px 10px;
  position: relative;
}

.page_home .local_navigation li a:after, .page_home .local_navigation li li a:after,
.page_trafic .local_navigation li a:after, .page_trafic .local_navigation li li a:after,
.page_sapa .local_navigation li a:after, .page_sapa .local_navigation li li a:after,
.page_trip .local_navigation li a:after, .page_trip .local_navigation li li a:after,
.page_otoku .local_navigation li a:after, .page_otoku .local_navigation li li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 9px;
  background: url(/resources/img/common/s_icn_arrow_next_01.png) no-repeat 0 0;
  -webkit-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
}

/* sidebar parts
======================================================= */
.side_area .mypage_box {
  display: none;
}
.side_area .side_title a {
  padding: 10px;
  font-size: 15px;
}
.side_area .side_back a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

/* page header
======================================================= */
.page_head {
  padding-top: 0;
}
.page_head #breadcrumb {
  display: none;
}

#small_social {
  margin-top: 20px;
  overflow: hidden;
}

.social {
  float: none;
  height: 54px;
  line-height: 1;
}
.social .social_twitter {
  float: left;
}
.social .social_twitter iframe {
  width: 115px !important;
}
.social .social_facebook {
  float: left;
}

/* page footer
======================================================= */
.page_foot {
  background: url(/resources/img/common/s_bg_page_foot_02.png) repeat-x left bottom;
  -webkit-background-size: 44px 42px;
  -moz-background-size: 44px 42px;
  background-size: 44px 42px;
}
.page_foot p {
  max-width: 100%;
  min-width: 300px;
  background: url(/resources/img/common/s_bg_page_foot_01.png) no-repeat left bottom;
  -webkit-background-size: 252px 29px;
  -moz-background-size: 252px 29px;
  background-size: 252px 29px;
}
.page_foot p a {
  margin-right: 10px;
  width: 43px;
  height: 73px;
  background: url(/resources/img/common/s_btn_pagetop.png) no-repeat 0 0;
  -webkit-background-size: 43px 73px;
  -moz-background-size: 43px 73px;
  background-size: 43px 73px;
}

/* modal window
======================================================= */
.modal {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: none;
  max-width: none;
  border-radius: 0;
}
.modal .modal-inner {
  overflow: visible;
  max-height: none;
  max-width: none;
  border-radius: 0;
}
.modal .modal-title {
  padding-right: 25px;
  font-size: 18px;
}
.modal .modal-close {
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.modal .modal-close img {
  width: 25px;
  height: 25px;
}

/* ======================================================= */
/* global header
======================================================= */
.header {
  display: none;
}

.header_small {
  display: block;
  position: relative;
}
.header_small p, .header_small ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.header_small li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_small .tagline {
  position: relative;
  padding: 7px;
  font-size: 9px;
  line-height: 1.2;
}
.header-language {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #666666;
  font-size: 9px;
}
.header-language-list {
  display: none;
  text-align: center;
}
.header-language-list li {
  display: inline-block;
  padding: 5px 0 5px 10px;
  font-size: 9px;
}
.header-language-list li::after {
  display: inline-block;
  content: "|";
  margin-left: 10px;
}
.header-language-list li:last-child:after {
  content: "";
}
.header-language-list li a,
.header-language-list li a:hover,
.header-language-list li a:active,
.header-language-list li a:visited {
  color: #000;
}
.header_small .header_small-wrap {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  height: 39px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(70%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 70%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
.header_small .header_small-wrap .title {
  padding: 4px 0 0 11px;
  float: left;
  width: 92px;
  height: 39px;
}
.header_small .header_small-nav {
  float: right;
  border-left: 1px solid #E5E5E5;
}
.header_small .header_small-nav ul {
  float: left;
  width: 158px;
  overflow: hidden;
}
.header_small .header_small-nav li {
  float: left;
  width: 25%;
  height: 39px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #FFF;
  border-right: 1px solid #E5E5E5;
}
.header_small .header_small-nav a {
  display: block;
  padding: 9px 0 10px 0;
  text-align: center;
}
.header_small .header_small-corp {
  padding-top: 8px;
  float: right;
  width: 55px;
  height: 31px;
  text-align: center;
}
.header_small .header_small-corp a {
  padding: 0;
}

.header_small-search {
  display: none;
  padding: 5px 10px;
}
.header_small-search .inner {
  height: 28px;
  position: relative;
}
.header_small-search input[type="text"] {
  padding-left: 15px;
  padding-right: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 15px;
  border: 1px solid #E4E4E4;
  background: url(/resources/img/common/logo_google_custom_search_watermark.gif) no-repeat 10px 50%;
  color: #333333;
}
.header_small-search .search-fill {
  background: none !important;
}
.header_small-search input[type="submit"] {
  display: block;
  background: url(/resources/img/header/s_btn_search_input.png) no-repeat 0 0;
  -webkit-background-size: 38px 28px;
  -moz-background-size: 38px 28px;
  background-size: 38px 28px;
  width: 38px;
  height: 28px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: transparent;
}

/* global navigation
======================================================= */
.global_navigation {
  display: none;
}

.global_navigation_small {
  display: block;
  line-height: 1;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, whitesmoke 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, whitesmoke 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2) inset;
}
.global_navigation_small .global_navigation_menu {
  height: 39px;
  position: relative;
}
.global_navigation_small #small_menu_back {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.global_navigation_small #small_menu_back a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 28px;
  height: 39px;
  background: url(/resources/img/header/s_btn_nav_prev.png) no-repeat 50% 50%;
  -webkit-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
  background-size: 8px 13px;
}
.global_navigation_small #small_menu_open {
  margin: 0;
  padding: 13px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 13px;
  cursor: pointer;
  z-index: 1;
}
.global_navigation_small #small_menu_open.selected {
  background-color: #FFF;
  border-left: 1px solid #CCC;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #FFF;
  padding-top: 12px;
  bottom: -1px;
}
.global_navigation_small #small_menu_open.selected img {
  opacity: 0.7;
}
.global_navigation_small ul {
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
}
.global_navigation_small li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 66px;
  position: relative;
  border-top: 1px solid #CCC;
  border-left: 1px solid #FFF;
  border-right: 1px solid #E5E5E5;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, white 70%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(70%, white), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, white 70%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  text-align: center;
}
.global_navigation_small li a {
  display: block;
}
.global_navigation_small li img {
  width: 78px;
  height: 65px;
}
.global_navigation_small li:first-child {
  width: 100%;
  height: 45px;
  border-left: 0;
  border-right: 0;
}
.global_navigation_small li:first-child img {
  width: 320px;
  height: 44px;
}
.global_navigation_small li:first-child:after {
  content: "";
  width: 96.8%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 1.6%;
  background-color: #3da414;
}
.global_navigation_small li:nth-child(2) {
  border-left: 0;
}
.global_navigation_small li:nth-child(2):after {
  content: "";
  width: 88.4%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5.8%;
  background-color: #1c83bf;
}
.global_navigation_small li:nth-child(3):after {
  content: "";
  width: 88.4%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5.8%;
  background-color: #9cb71e;
}
.global_navigation_small li:nth-child(4):after {
  content: "";
  width: 88.4%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5.8%;
  background-color: #c0a61d;
}
.global_navigation_small li:nth-child(5) {
  border-right: 0;
}
.global_navigation_small li:nth-child(5):after {
  content: "";
  width: 88.4%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5.8%;
  background-color: #e3594e;
}
.global_navigation_small li:nth-child(6) {
  border-left: 0;
  width: 50%;
  height: 41px;
}
.global_navigation_small li:nth-child(6) img {
  width: 158px;
  height: 40px;
}
.global_navigation_small li:nth-child(7) {
  border-right: 0;
  width: 50%;
  height: 41px;
}
.global_navigation_small li:nth-child(7) img {
  width: 159px;
  height: 40px;
}

.global_sub_navigation, .dropdown_menu {
  display: none;
}

/* noscript */
.noscript {
  padding: 15px;
  font-size: 114.2%;
}

/* header simple 1
======================================================= */
.header_simple1 {
  padding: 0;
}
.header_simple1 .inner {
  max-width: 100%;
  min-width: 300px;
}
.header_simple1 .header_simple1_outer {
  position: relative;
  min-height: 50px;
}
.header_simple1 .header_simple1_ctach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 4px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 7px;
  height: 8px;
}
.header_simple1 .header_simple1_title {
  position: absolute;
  top: 24px;
  left: 10px;
}
.header_simple1 .header_simple1_title .logo {
  width: 128px;
}
.header_simple1 .header_simple1_official .group {
  position: absolute;
  top: 24px;
  width: 41px;
}

/*  footer
======================================================= */
.footer .footer_main {
  max-width: 100%;
  min-width: 300px;
  padding: 10px;
}
.footer .category {
  float: none;
  width: 100%;
}
.footer .category h2 {
  position: relative;
  cursor: pointer;
}
.footer .category h2 a {
  text-indent: 0;
  white-space: normal;
  min-height: 0;
  font-size: 14px;
  background: none !important;
}
.footer .category h2:after {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  -webkit-background-size: 11px 14px;
  -moz-background-size: 11px 14px;
  background-size: 11px 14px;
}
.footer .category .category_pad {
  margin-right: 0;
}
.footer .category.last {
  float: none;
  width: 100%;
}
.footer .footer_acordion_panel {
  display: none;
}
.footer .footer_blank:after {
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
.footer .footer_safetydrive, .footer .footer_enexco_pass, .footer .footer_doramichi, .footer .facebook, .footer .twitter, .footer .youtube, .footer .instagram {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-weight: bold;
}
.footer .footer_safetydrive:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  padding-left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/img/footer/s_icn_safetydrive.png) no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}
.footer .footer_enexco_pass:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  padding-left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/img/footer/s_icn_enexco_pass.png) no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}
.footer .footer_doramichi:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  padding-left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/img/footer/s_icn_doramichi.png) no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}
.footer .facebook:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  padding-left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/img/footer/s_icn_facebook.png) no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}
.footer .twitter:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  padding-left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/img/footer/s_icn_twitter.png) no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}
.footer .youtube:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  padding-left: 0;
  width: 22px;
  height: 22px;
  background: url(/resources/img/footer/s_icn_youtube.png) no-repeat 100% 50%;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
}

/* 各カテゴリ見出し */
.footer .footer_home h2 {
  margin-top: 10px;
  padding: 13px 0 13px 47px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 37px 57px;
  -moz-background-size: 37px 57px;
  background-size: 37px 57px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url(/resources/img/footer/s_bg_home.png);
  border: 1px solid #3da414;
}
.footer .footer_home h2 a:link, .footer .footer_home h2 a:visited {
  color: #3da414;
}

.footer .footer_trafic h2 {
  margin-top: 10px;
  padding: 13px 0 13px 47px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 37px 57px;
  -moz-background-size: 37px 57px;
  background-size: 37px 57px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url(/resources/img/footer/s_bg_trafic.png);
  border: 1px solid #1c83bf;
}
.footer .footer_trafic h2 a:link, .footer .footer_trafic h2 a:visited {
  color: #1c83bf;
}

.footer .footer_sapa h2 {
  margin-top: 10px;
  padding: 13px 0 13px 47px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 37px 57px;
  -moz-background-size: 37px 57px;
  background-size: 37px 57px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url(/resources/img/footer/s_bg_sapa.png);
  border: 1px solid #9cb71e;
}
.footer .footer_sapa h2 a:link, .footer .footer_sapa h2 a:visited {
  color: #9cb71e;
}

.footer .footer_trip h2 {
  margin-top: 10px;
  padding: 13px 0 13px 47px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 37px 57px;
  -moz-background-size: 37px 57px;
  background-size: 37px 57px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url(/resources/img/footer/s_bg_trip.png);
  border: 1px solid #c0a61d;
}
.footer .footer_trip h2 a:link, .footer .footer_trip h2 a:visited {
  color: #c0a61d;
}

.footer .footer_otoku h2 {
  margin-top: 10px;
  padding: 13px 0 13px 47px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 37px 57px;
  -moz-background-size: 37px 57px;
  background-size: 37px 57px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url(/resources/img/footer/s_bg_otoku.png);
  border: 1px solid #e3594e;
}
.footer .footer_otoku h2 a:link, .footer .footer_otoku h2 a:visited {
  color: #e3594e;
}

.footer .footer_trafic h2:after {
  background-image: url(/resources/img/footer/s_icn_arrow_trafic.png);
}

.footer .footer_sapa h2:after {
  background-image: url(/resources/img/footer/s_icn_arrow_sapa.png);
}

.footer .footer_trip h2:after {
  background-image: url(/resources/img/footer/s_icn_arrow_trip.png);
}

/* アコーディオン開 */
.footer .category h2.selected {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.footer .category h2.selected:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .footer_home h2.selected {
  background-color: #e2f5db;
}

.footer .footer_trafic h2.selected {
  background-color: #edf4f8;
}

.footer .footer_sapa h2.selected {
  background-color: #f4f8e1;
}

.footer .footer_trip h2.selected {
  background-color: #f7f3e0;
}

.footer .footer_otoku h2.selected {
  background-color: #fcedec;
}

/* アコーディオン中身 */
.footer .category ul {
  margin: 0 0 0 0;
  padding: 0;
}
.footer .category li {
  margin: 0;
  padding: 0;
  background: #FFF;
}
.footer .category li:first-child {
  margin-top: 0;
  border-top: 0;
}
.footer .category li.last {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.footer .category li a {
  padding: 10px 23px 10px 9px;
  background: none;
  font-size: 12px;
  position: relative;
}
.footer .category li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 9px;
  background: url(/resources/img/common/s_icn_arrow_next_01.png) no-repeat 0 0;
  -webkit-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
}
.footer .category li ul {
  margin-top: 0;
  margin-left: 0;
}
.footer .category li.footer_li_top {
  display: block;
}

.footer .footer_trafic li {
  border-top: 1px solid #CDE1EC;
  border-left: 1px solid #1c83bf;
  border-right: 1px solid #1c83bf;
}
.footer .footer_trafic li:last-child {
  border-bottom: 1px solid #1c83bf;
}
.footer .footer_trafic li ul {
  border-top: 1px solid #1c83bf;
}
.footer .footer_trafic li li {
  border-top: 1px dashed #CDE1EC;
  border-left: 0;
  border-right: 0;
}
.footer .footer_trafic li li:last-child {
  border-bottom: 0;
}

.footer .footer_sapa li {
  border-top: 1px solid #CCC;
  border-left: 1px solid #9cb71e;
  border-right: 1px solid #9cb71e;
}
.footer .footer_sapa li:last-child {
  border-bottom: 1px solid #9cb71e;
}

.footer .footer_trip li {
  border-top: 1px solid #CCC;
  border-left: 1px solid #c0a61d;
  border-right: 1px solid #c0a61d;
}
.footer .footer_trip li:last-child {
  border-bottom: 1px solid #c0a61d;
}

.footer .footer_otoku li {
  border-top: 1px solid #CCC;
  border-left: 1px solid #e3594e;
  border-right: 1px solid #e3594e;
}
.footer .footer_otoku li:last-child {
  border-bottom: 1px solid #e3594e;
}

.footer .category .separate {
  padding-top: 0;
  border-top: 0;
}

.footer .subsite ul {
  margin: 10px 0 0 0;
  padding: 0;
  border-top: 0;
}
.footer .subsite ul li {
  margin: 0;
  padding: 0;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.footer .subsite ul li:first-child {
  margin-top: 0;
  border-top: 1px solid #CCC;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.footer .subsite ul li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #CCC;
}
.footer .subsite ul li a {
  padding: 10px 23px 10px 9px;
  background: none;
  font-size: 12px;
  position: relative;
}
.footer .subsite ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 9px;
  background: url(/resources/img/common/s_icn_arrow_next_01.png) no-repeat 0 0;
  -webkit-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
}

/* 基本情報リンク */
.footer .footer_sub {
  margin: 0 10px;
  padding-bottom: 23px;
  background: none;
  border-bottom: 0;
  overflow: hidden;
}
.footer .footer_sub ul {
  max-width: 100%;
  min-width: 300px;
  margin-top: 0;
  margin-left: -5px;
  text-align: left;
}
.footer .footer_sub li {
  margin: 0;
  padding: 0;
  border-right: 0;
  border-left: 0;
  font-size: 11px;
  width: 50%;
}
.footer .footer_sub li a {
  display: block;
  margin-left: 5px;
  padding: 10px 8px 11px 8px;
  border-bottom: 1px solid #CCC;
}

/* 運営 */
.footer .footer_operating {
  padding: 8px;
}
.footer .footer_operating p {
  max-width: 100%;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  text-align: left;
}

/* コピーライト */
.footer .footer_copyright {
  padding: 9px;
}
.footer .footer_copyright p {
  max-width: 100%;
  min-width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 7px;
  text-align: left;
}

/* footer simple 1
======================================================= */
.footer_simple1 {
  margin-top: 20px;
}
.footer_simple1 .inner {
  max-width: 100%;
  min-width: 300px;
}
.footer_simple1 .footer_simple1_text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_simple1 .footer_simple1_text p {
  text-align: left;
  font-size: 6px;
}
.footer_simple1 .footer_simple1_text_btm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer_simple1 .footer_simple1_text_btm p {
  text-align: left;
  font-size: 7px;
}

/* footer simple 2
======================================================= */
.footer_simple2 {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 0;
}
.footer_simple2 .inner {
  max-width: 100%;
  min-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_simple2 .footer_simple2_title {
  float: none;
  width: 100%;
  min-height: 18px;
  position: relative;
}
.footer_simple2 .footer_simple2_title .tagline {
  margin-top: 0;
  margin-left: 114px;
  padding-top: 5px;
  font-size: 7px;
}
.footer_simple2 .footer_simple2_title .logo {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 18px;
}
.footer_simple2 .footer_simple2_text {
  float: none;
  width: 100%;
  border-top: 1px solid #EFEFEF;
  margin-top: 6px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 6px;
}
.footer_simple2 .footer_simple2_text p {
  text-align: left;
}
.footer_simple2 .footer_simple2_text .copyright {
  margin-left: -10px;
  margin-right: -10px;
  padding: 8px 10px;
  background-color: #3da414;
  color: #FFF;
  font-size: 7px;
}
