@charset "UTF-8";
* {
  position: relative;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color:#974142;
}
.pref-map a:hover {
  color:#FFF;
}
.pref-map a.disabled:hover {
  color: #C0C0C0;
}
a.theme-color:hover {
background-color: #888;
}
body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/* button & icon */
.btn {
  display: table-cell;
  line-height: 1;
  position: relative;
}
  .nav li a.btn-square {
    display: table-cell;
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto\9;
    color: #333;
    text-align:center;
    cursor: pointer;
    position: relative;
    padding: 23px 0 0 27px;
    font-size: 123.1%;
  background-position: 0px -2px;
  }
  .nav li a.btn-square {
  top: -3px\9;
  background-position: 0px 2px\9;
  }
  .btn-square.loupe {
    background-image: url(../images/btn_loupe4.png);
    background-image: url(../images/btn_loupe4-ie8.png)\9;
  }
  .btn-square.book {
    background-image: url(../images/btn_book4.png);
    background-image: url(../images/btn_book4-ie8.png)\9;
  }
.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent;
}
.nav li a.btn-square:hover {
  background-position: 0px -79px;
  background-position: 0px -140px\9;
}
.navbar-inverse .navbar-nav>li>a {
  color: #333;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #333;
}
.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto\9;
  position: relative;
  top: 2px;
  margin: 0 2px 0 0;
}
.icon.loupe {
  background-image: url(../images/icon_loupe.png);
}
.icon.back {
  background-image: url(../images/icon-back.png);
}
.search .icon {
  background-image: url(../images/icon_current.png);
  left: 28px;
  top: 4px;
  z-index: 15;
  width: 19px;
  height: 19px;
}
a ins {
  display: none;
}
.uiButton a.current-location {
  line-height: 1;
  padding: 4px 5px 2px;
  font-size: 100%;
  box-shadow: none;
  background-color: #666;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  top: 0px;
  z-index: 10;
  display: inline-block;
}
.uiButton a.current-location:hover {
  background-color: #888;
}
/* Header */
.navbar {
  background-color: #EEE;
  background-image: url(../images/back_header.png);
  border: none;
  height: 90px;
}
.logo {
  background-image: url(../images/logo_pc.png);
  background-image: url(../images/logo_pc-ie8.png)\9;
  width: 200px;
  height: 111px;
  background-size: cover;
  background-size: auto\9;
  margin: 0 40px 0 0;
  display: inline-block;
  z-index: 1000;
}
@media (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
#header-menu {
  margin: 2px 0 0 0;
}
@media (min-width:800px) {
  .container > h1 {
    font-size: 10px;
    margin: 0;
    padding: 3px 0 0;
  }
}
@media (max-width:799px) {
  .container > h1 {
    font-size: 0;
    margin: 0;
    padding: 13px 0 0;
  }
}
.nav>li {
  margin: 0 25px 0 0;
}
.nav>li:last-child {
  margin: 0;
}
.header-bn {
  float: right;
  margin-right: -15px;
}
@media (min-width:1200px) {
  .header-bn {
      position: absolute;
      left: 716px;
      float: none;
  }
}
@media (max-width:1199px) and (min-width:992px) {
  .header-bn {
      position: absolute;
      left: 486px;
      float: none;
  }
}
@media (max-width:991px) and (min-width:796px) {
  .header-bn {
      position: absolute;
      left: 500px;
      float: none;
  }
}
@media (max-width:795px) and (min-width:768px) {
  .header-bn {
      position: absolute;
      left: 485px;
      float: none;
  }
}
@media (max-width:767px) {
  .header-bn {
      position: absolute;
      left: 500px;
      float: none;
  }
}

.navbar-header {
  float: left;
  display: block;
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding: 0;
    margin: 5px 0 20px 220px;
    list-style: none;
    background-color: transparent;
    border-radius: none;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    padding: 0;
    margin: 5px 0 20px 220px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
  }
}
.navbar-nav>li {
float: left;
}
.navbar-nav {
float: left;
margin: 0;
}
/* Contents */
.contents {
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  min-width: 750px;
}
@-moz-document url-prefix() {
  .contents {
    overflow: inherit;
  }
}
@media (max-width: 767px) and (min-width: 1px) {
  #content .contents {
    margin-left: 0;
  }
}
/* Home */
.contents-read {
  margin: 0 0 15px 0;
  border: 1px solid #333;
  padding: 0 0 11px 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 200px;
}
@media (min-width:1200px) {
  .contents-read {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.contents-read.recruit{
  background-image:url(../images/contents-read_recruit.png);
  background-image:url(../images/contents-read_recruit_ie8.png)\9; /* IE8 */
}
.contents-read.exam{
  background-image:url(../images/contents-read_exam.png);
  background-image:url(../images/contents-read_exam_ie8.png)\9; /* IE8 */
}
.contents-read.id{
  background-image:url(../images/contents-read_idphoto.png);
  background-image:url(../images/contents-read_idphoto_ie8.png)\9; /* IE8 */
}
.contents-read.useful{
  background-image:url(../images/contents-read_useful.png);
  background-image:url(../images/contents-read_useful_ie8.png)\9; /* IE8 */
}

.contents-read h3 {
  background-color: #FFF;
  margin: 0 0 12px;
  font-size: 116%;
  line-height: 1;
  padding: 8px 7px 4px;
  border-bottom: 1px solid #333;
}
.goto_archive {
  position: absolute;
  top: 0px;
  right: 0px;
}
.btn-archive {
  color: #333;
  background-image: url(../images/icon_arrow_333333.png);
  background-repeat: no-repeat;
  background-position: 3px center;
  padding: 8px 7px 6px 19px;
  border-radius: 0;
}
.btn.btn-archive:hover,
.btn.btn-archive:focus {
  text-decoration: none;
  background-color: #EEE;
}
.btn.btn-archive:active, .btn.btn-archive.active {
  background-image: url(../images/icon_arrow_333333.png);
 -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-color: #EEE;
}
.contents-read ul,
.contents-read li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents-read li a {
  padding: 5px 2px 4px 25px;
  display: block;
  color: #333;
  text-shadow: 1px 1px 0 #FFF,1px 0px 0 #FFF,-1px 1px 0 #FFF,-1px 0px 0 #FFF,-1px -1px 0 #FFF,0px -1px 0 #FFF,0px -1px 0 #FFF,1px -1px 0 #FFF;
  background-image: url(../images/list_marker.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}
.contents-read li a {
  background-position: 10px 8px\9;
}
.contents-read li a:hover {
  background-color: #fbf9e1;
  background-color: rgba(251,249,225,0.65);
  text-decoration: none;
  color: #974141;
}
/* pref-map */
.pref-map a {
  padding: 3px 7px 1px 7px;
  min-width: 74px;
  display: inline-block;
  text-align: center;
  margin: 0 0 1px;
  color: #FFF;
}
.pref-map a:hover,
.pref-map a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  text-decoration: none;
}
.whiteTheme .pref-map a.disabled,
.pref-map a.disabled {
  background-color: #E2E2E2;
  cursor: default;
  color: #C0C0C0;
}
.whiteTheme .pref-map a.disabled {
  color: #AAA;
}

.whiteTheme .pref-map a.disabled:hover,
.pref-map a.disabled:hover {
  background-color: #E2E2E2;
  cursor: default;
  opacity:1;
  filter: alpha(opacity=100);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=100)";  /* ie 8 */
  zoom:1
}
.pref-map ul {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 20px;
}
.pref-map li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10pt;
  font-size: 93%;
}
.pref-map .hokkaido {
  top: 14px;
  left: 434px;
}
.pref-map .tohoku {
  top: 126px;
  left: 434px;
}
.pref-map .kanto {
  top: 265px;
  left: 385px;
}
.pref-map .koshinetsu-hokuriku {
  top: 82px;
  left: 262px;
}
.pref-map .tokai {
  top: 357px;
  left: 278px;
}
.pref-map .kansai {
  top: 142px;
  left: 173px;
}
.pref-map .chugoku {
  top: 205px;
  left: 79px;
}
.pref-map .shikoku {
  top: 408px;
  left: 180px;
}
.pref-map .kyusyu {
  top: 360px;
  left: 13px;
}
.pref-map .okinawa {
  top: 500px;
  left: 485px;
}
.pref-map {
  position: relative;
  background-image: url("../images/theme/map.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  min-height: 554px;
  width: 100%;
}
.rounded .pref-map li:first-child a {
  border-radius: 4px 4px 0 0;
}
.rounded .pref-map li:last-child a {
  border-radius: 0 0 4px 4px;
}
.rounded .pref-map .hokkaido li a,
.rounded .pref-map .okinawa li a {
  border-radius: 4px;
}
.pref-map a {
  padding: 3px 2px 1px 2px\9;
}
@media (max-width: 991px){
  .pref-map {
    background-position: 50px 30px;
    background-image: url("../images/theme/map_s.png");
    min-height: 554px;
  }
  .pref-map .hokkaido {
    left: 385px;
  }
  .pref-map .tohoku {
    top: 121px;
    left: 385px;
  }
  .pref-map .kanto {
    top: 255px;
    left: 340px;
  }
  .pref-map .tokai {
    left: 250px;
  }
  .pref-map .shikoku {
    left: 160px;
  }
  .pref-map .koshinetsu-hokuriku {
    left: 218px;
  }
  .pref-map .kansai {
    top: 137px;
    left: 134px;
  }
  .pref-map .chugoku {
    top: 200px;
    left: 50px;
  }
  .pref-map .kyusyu {
    top: 350px;
    left: 0px;
  }
  .pref-map .okinawa {
    top: 470px;
    left: 387px;
  }
}
/* Footer */
#footer {
  background-image: url(../images/black_linen_v3.png);
  color: #CCC;
  font-size: 85%;
  min-height: 112px;
}
@media (max-width: 1199px) {
  .footer-submenu {
    margin: 15px auto;
    float: none;
    display: table;
  }
  .footer-bn {
    margin: 15px auto;
    float: none;
    width: 728px;
  }
  .copyright {
    margin: 15px auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footer-submenu {
    margin: 32px 0 15px -15px;
    float: left;
  }
  .footer-bn {
    margin: 11px -15px 0 0;
    float: right;
    width: 728px;
    height: 90px;
  }
  .copyright {
    margin: 10px 0 20px -15px;
    float: left;
  }
}
.footer-submenu li {
  list-style: none;
  float: left;
  border-right: solid 1px #ccc;
}
.list-inline>li {
  display: inline-block;
  padding: 3px 10px 2px 0;
  margin: 0 10px 0 0;
  line-height: 1;
}
.footer-submenu li:last-child {
  border: none;
}

.footer-submenu a {
  color: #ccc;
}
.footer-submenu a:hover {
  color: #fff;
}
/* sidebar */
#left-contents {
  margin-left: -15px;
  width: 25%;
  width: -webkit-calc(25% + 20px);
  width: calc(25% + 20px);
}
@media (min-width:1200px) {
  #left-contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #left-contents {
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  float: none;
  clear: both;
  }
  #left-contents .contents-read {
    width: 25%;
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    margin-right: 10px;
    float: left;
  }
}
@media (max-width: 991px) and (min-width: 1px) {
  #left-contents {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    float: none;
    clear: both;
  }
  #left-contents .contents-read {
    width: 45%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
  #left-contents .contents-read:last-child {
    margin-right: 0px;
  }
}
#right-contents {
  margin-right: -15px;
  width: 28%;
  width: -webkit-calc(25% + 20px);
  width: calc(25% + 20px);
  float: right;
}
#center-contents {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 1199px) {
  #center-contents {
    margin: 0;
    padding: 0;
    float: left;
  }
}
#center-right-contents {
  float: right;
}
#content .outer {
  padding: 0 1px 1px;
  margin: 0 0 15px 0;
}
#right-contents  .contents-read {
  min-height: 10px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.contents-read.search_keyword {
 padding-bottom: 0px;
}
.search_keyword.icon {
  background-image: url("../images/icon_search_keyword.png");
  width: 20px;
  height: 19px;
  top: -7px;
  margin-bottom: -10px;
}
.content-recruit.icon {
  background-image: url("../images/icon-content-recruit.png");
  background-image: url("../images/icon-content-recruit-ie8.png")\9;
  width: 20px;
  height: 19px;
  top: -8px;
  top: -6px\9;
  margin-bottom: -10px;
}
.content-ojuken.icon {
  background-image: url("../images/icon-content-ojuken.png");
  background-image: url("../images/icon-content-ojuken-ie8.png")\9;
  width: 20px;
  height: 19px;
  top: -7px;
  margin-bottom: -10px;
}
.content-idphoto.icon {
  background-image: url("../images/icon-content-idphoto.png");
  background-image: url("../images/icon-content-idphoto-ie8.png")\9;
  width: 20px;
  height: 19px;
  top: -7px;
  margin-bottom: -10px;
  margin-right: 4px;
}
.content-useful.icon {
  background-image: url("../images/icon-content-useful.png");
  background-image: url("../images/icon-content-useful-ie8.png")\9;
  width: 20px;
  height: 19px;
  top: -8px;
  margin-bottom: -10px;
  margin-right: 1px;
}
.check.icon {
  background-image: url("../images/icon_search_check.png");
  width: 20px;
  height: 19px;
  top: -7px;
  margin-bottom: -10px;
}
.around.icon {
  background-image: url("../images/icon_around.png");
  width: 20px;
  height: 20px;
  top: -7px;
  margin-bottom: -10px;
}
.contents-read .inner {
  padding: 0 10px 10px;
}
.keyword_form input {
  width: 70%;
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  height: 26px;
  padding: 6px 4px 0px;
  box-sizing: border-box;
}
.search_keyword .keyword_form:last-child input {
  margin-bottom: 8px;
}
/* .search_keyword  .keyword_form .place input { */
/*   margin-bottom: 2px; */
/* } */
.search_keyword  .keyword_form .freeword input {
  margin-bottom: 2px;
}

.btn {
  border-radius: 0px;
}
h2#search_spot {
  background-image:url("../images/icon_camera.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 3px 0 0 40px;
  margin: 0 0 10px 0;
  min-height: 29px;
  font-size: 24px;
  font-weight: bold;
}
h3#information {
  background-image: url("../images/icon_information.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 5px 0 3px 30px;
  margin: 0 0 15px 0;
  min-height: 29px;
  font-weight: bold;
  letter-spacing: -1px;
}
dl.shop_detail {
  margin-left: 20px;
}
.poi-item .address {
  margin: 3px 0 0 0;
  font-size: 80%;
}
.search-list {
  margin-bottom: 10px;
}
.search-list .select-conditions li {
  float: left;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
.owl-theme .owl-buttons i{
  margin-top: 2px;
  font-size: 6px;
  font-weight: 100;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -28px;
  top: -155px;
  background-image: url(../images/btn_prev_next_sp.png);
  background-size: cover;
  background-size: auto\9;
  background-position: left bottom;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -28px;
  top: -155px;
  background-image: url(../images/btn_prev_next_sp.png);
  background-size: cover;
  background-size: auto\9;
  background-position: left top;
  width: 20px;
  height: 20px;
background-color: transparent;
background-repeat: no-repeat;
opacity: 1;
border-radius: 0px;
}
.search_check h4 {
  font-size: 108%;
}
.category.media {
  background-color: #4d4d4d;
}
.category.info {
  background-color: #1a1a1a;
}
.category.new {
  background-color: #808080;
}
.category .icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon_all-2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  top: 3px;
}
.category .icon {
  background-image: url(../images/icon_all.png)\9;
  top: 4px\9;
  background-size: auto\9;
}
.category.media .icon {
  background-position: 0px 0px;
}
.category.info .icon {
  background-position: -40px 0px;
}
.category.new .icon {
  background-position: -20px 0px;
}
.category.info .icon {
  background-position: -80px 0px\9;
}
.category.info .icon:not(:target) {
  background-position: -40px 0px\9;
}
.category.new .icon {
  background-position: -40px 0px\9;
}
.uiButton.search {
  top: auto;
  right: 7px;
  bottom: 25px;
}
.map-options .btn {
  top: 8px;
  top: 7px\9;
  color: #fff;
  font-size: 14px;
  border: none;
  height: 31px;
  left: -3px;
}
.map-options {
  position: absolute;
  right: 0px;
  bottom: 15px;
}
.keyword_form input, .map-options input, .freeword input {
  border: 1px solid #666;
}
.btn-icon.map-search {
  background-image: url(../images/icon_current.png);
  width: 19px;
  height: 19px;
  display: inline-block;
}
.map-options form input {
  line-height: 19px;
}
.select-prefecture select,
select.route-from {
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
}
.select-prefecture select {
  width: 178px;
}
select.route-from {
  width: auto;
  margin: 10px 0 15px 0;
  float:left;
}
.detail-route .route {
  margin: 18px 0 30px 10px;
  float: left;
}
.contents-read .content {
  padding: 0 10px 0 10px;
}
.content.no-padding {
  padding: 0;
}
.uiButton.top a.current-location {
  line-height: 1;
  padding: 7px 5px 4px 30px;
  font-size: 100%;
  box-shadow: none;
  background-color: #666;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: inline-block;
  white-space: nowrap;
}
.uiButton.top a.current-location:hover {
  background-color: #888;
}
.uiButton.top.search .icon {
  top: 3px;
  left: 6px;
}
.uiButton.search.top {
  top: 3px;
  right: 20px;
  width: 133px;
  visibility: hidden;
}
.freeword .btn {
  top: 1px;
  padding: 3px 5px 21px 5px;
}
.freeword .btn {
  top: 0px\9;
}
.place .btn {
  top: 1px;
  padding: 3px 5px 21px 5px;
}
.place .btn {
  top: 0px\9;
}
/* checkbox , radiobutton */
input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 5px 0 5px 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 14px;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -10px;
        background: #FFF;
    }

    input[type=radio] + label:not(:target)::before,
    input[type=checkbox] + label:not(:target)::before {
        top: 16px\9;
        left: 0px\9;
    }


    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 12px;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #c1272d;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #c1272d;
        border-bottom: 3px solid #c1272d;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    input[type=checkbox]:checked + label:not(:target)::after {
        left: 1px\9;
        top: 16px\9;
    }
}
@media (max-width: 320px) {
    input[type=checkbox] + label {
        margin-right: 0;
    }
}
.pagination {
  width: 100%;
  margin: 0 0 -10px -3px;
  padding: 0;
}
th {
  padding: 7px 20px 4px 11px;
}

.block-around {
  padding-bottom: 0;
}
.block-around h3 {
  margin: 0;
}
.block-around ul.poi-list li.poi-item {
  padding: 0;
}
.block-around ul.poi-list li.poi-item .address {
  padding: 0 0 3px 0;
}
.block-around ul.poi-list li.poi-item a {
  padding: 10px 5px 8px 28px;
}
.column1 .freeword input {
  padding: 5px 5px 0px;
  box-sizing: border-box;
}
.select-conditions label {
  margin-bottom: 0;
}
#center-right-contents {
  margin: 0 -15px;
  width: calc(75% + 20px);
}
#center-right-contents {
  width: 78%\9;
}
#center-right-contents:not(:target) {
  margin: 0 -15px\9;
  width: calc(75% + 20px)\9;
}
@media (max-width:1199px) {
  #center-right-contents:not(:target) {
  margin: 0 -15px 15px -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  float: left;
  }
}

@media (max-width:1198px) {
  #center-right-contents {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.wrapper {
  width: auto;
}
@media (max-width: 1199px) {
  #right-contents {
  margin-right: -15px;
  width: 33.3%;
  width: -webkit-calc(33.3% + 20px);
  width: calc(33.3% + 20px);
  float: right;
  }
  .top-wrapper,
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width:795px) and (min-width:768px) {
  #center-contents {
    padding: 0 0 0 15px;
  }
  #right-contents {
    margin-right: 0;
    width: 33.3%;
  }
  #left-contents {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 10px);
  }
}



@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: inline-block\9;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0px\9;
    }
}

@media (min-width: 1px) {
    input:not(:target)[type=radio],
    input:not(:target)[type=checkbox] {
        display: none\9;
    }
    input[type=radio] + label:not(:target),
    input[type=checkbox] + label:not(:target) {
        padding: 5px 0 0 24px\9;
    }
}



/* contents */
.headline .square {
  display: inline-block;
  box-sizing:border-box;
  background-color: #333;
  color: #FFF;
  position: relative;
  margin: 0 7px 0 0;
}
.headline {
  font-size: 20px;
  color: #333;
}
.square.size-m {
  width: 40px;
  height: 40px;
  top: 10px;
}
.square.size-m.step {
  font-size: 11px;
}
.square.size-m.step:after {
  content: "STEP";
  position: absolute;
  top: 4px;
  text-align: center;
  width: 100%;
}
.square.size-m.step b {
  font-size: 20px;
  position: absolute;
  top: 16px;
  text-align: center;
  width: 100%;
}

.headline {
  display: table;
  min-height: 60px;
}
.square.size-l {
  min-width: 60px;
  min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.square.size-l b {
  font-size: 20px;
  text-align: center;
  display: inline;
  vertical-align: middle;
}
.headline .text-s {
  font-size: 14px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.block-content h5 {
  font-size: 16px;
  border-bottom: 1px solid #333;
  margin: 70px 0 10px 0;
}
.balloon {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0 0 3px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 54px;
  margin: -62px 0 0 0;
  position: relative;
  background-image: url(../images/balloon.png);
  width: 78px;
  height: 74px;
  text-align: center;
}

.introductory {
  font-size: 108%;
  margin: 0;
}
.tab-pane .introductory {
  padding: 0 15px;
}
.block-content {
  margin-bottom: 30px;
}
.img-responsive {
  margin: 0 0 10px 0;
}
.read-content-block h2 {
  background-image: url("../images/icon_camera.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 3px 0 0 40px;
  margin: 0 0 10px 0;
  min-height: 29px;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width:1199px) {
  #center-right-contents{
    margin: 0 -15px 15px -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    float: left;
  }
}
.wrapper {
  position: relative;
}
#content {
  position: relative;
  top: -20px;
}
.read-content-block .block-content ul.checklist {
  padding: 0;
  margin: 15px 0 0 0 ;
}
.checklist li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.read-content-block h4,
.read-content-block h5 {
  font-weight: bold;
}
.service-block li {
  display: inline-block;
  float: left;
  width: 50px;
  height: 90px;
  margin: 0 7px 0 0;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 55px 0 0 0;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
}
.service-block li.point-make {
  background-image: url(../images/icon-point-make.gif);
}
.service-block li.full-make {
  background-image: url(../images/icon-full-make.gif);
}
.service-block li.mens-make {
  background-image: url(../images/icon-mens-make.gif);
}
.service-block li.hair-styling {
  background-image: url(../images/icon-hair-styling.gif);
}
.service-block li.suits {
  background-image: url(../images/icon-suits.gif);
}
.service-block li.background {
  background-image: url(../images/icon-background.gif);
}
.service-block li.retouch {
  background-image: url(../images/icon-retouch.gif);
}
.service-block li.data-cd {
  background-image: url(../images/icon-data-cd.gif);
}
.service-block li.seal {
  background-image: url(../images/icon-seal.gif);
}
.service-block li.premium {
  background-image: url(../images/icon-premium.gif);
}
.service-block li.pair {
  background-image: url(../images/icon-pair.gif);
}
.service-block li.family {
  background-image: url(../images/icon-family.gif);
}
.service-block li.general {
  background-image: url(../images/icon-general.gif);
}
.service-block li.recruit {
  background-image: url(../images/icon-recruit.gif);
}
.service-block li.airline {
  background-image: url(../images/icon-airline.gif);
}
.service-block li.bulk {
  background-image: url(../images/icon-bulk.gif);
}
.service-block li.resume {
  background-image: url(../images/icon-resume.gif);
}
.service-block li.mynumber {
  background-image: url(../images/icon-mynumber.gif);
}
.service-block li.license {
  background-image: url(../images/icon-license.gif);
}
.service-block li.passport {
  background-image: url(../images/icon-passport.gif);
}
.service-block li.visa {
  background-image: url(../images/icon-visa.gif);
}
.service-block li.instantly {
  background-image: url(../images/icon-instantly.gif);
}
.service-block li.box {
  background-image: url(../images/icon-box.gif);
}
.service-block li.onsite {
  background-image: url(../images/icon-onsite.gif);
}
.service-block li.smaface {
  background-image: url(../images/icon-smaface.gif);
}
#detail-right {
  float: right;
  width: 75%;
  width: calc(75% + 20px);
  margin: 0 -15px 0 -15px;
}
@media (max-width: 1199px) {
  #detail-right {
    float: none;
    width: 100%;
  }
}
#detail-right #right-contents {
  float: right;
  width: 47%;
  width: calc(41% + 15px);
  margin-left: -15px;
  margin-bottom: 40px;
}
#detail-right #center-contents {
  float: left;
  width: 53%;
  width: calc(59% + 15px);
}
.detail-header {
  display:table;
}
.detail-header h2 {
  background-image:url("../images/icon_camera.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 3px 0 0 40px;
  margin: 0 0 10px 0;
  min-height: 29px;
  font-size: 24px;
  font-weight: bold;
}
.detail-header .detail-ad-phone {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
  border-left: 1px solid #333;
}
.detail-header .detail-ad-phone p {
  display:inline;
}
.detail-data h3,
.detail-around.block-around h3,
.detail-route h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}
.detail-route h3 {
  margin: 12px 0 0 0;
}
.detail-data h4 {
  font-size: 14px;
  font-weight: bold;
}
ul.service-block {
  margin: 0;
  padding: 0;
}
.shop-message {
  margin: 0 0 20px 0;
}
.detail-data table,
.detail-data th,
.detail-data td {
  border: none;
  background: none;
  font-weight: normal;
}
.detail-data table {
  margin: -5px 0 -5px 0;
}
.detail-data tr:nth-child(even)  {
  background-color: #f5f5f5;
}
.detail-data a {
  display: block;
  cursor: pointer;
  color: #0071bc;
}
.detail-around li {
  border: none;
}
.detail-around li a {
  display: table;
  width: 100%;
}
.detail-around ul.poi-list li.poi-item .name,
.detail-around ul.poi-list li.poi-item .address {
  display: table-cell;
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 2px;
}
.detail-around ul.poi-list li.poi-item {
  border-bottom: 1px solid #ccc;
}
.block-around.detail-around h3 {
  margin-bottom: 0px;
}
.detail-around ul.poi-list li.poi-item .name {
  padding-right: 8px;
  width: 40%;
}
.detail-around ul.poi-list li.poi-item .address {
  padding-left: 8px;
  padding-top: 9px;
}
.block-around.detail-around ul.poi-list li.poi-item a {
padding: 0;
position: relative;
}
.block-around.detail-around ul.poi-list li.poi-item a:hover {
  background-color: #FFFBE8;
}
.detail-tel .icon {
  background-image:url(../images/icon-tel.png);
  width: 18px;
  height: 18px;
}
.detail-fax .icon {
  background-image:url(../images/icon-fax.png);
  width: 18px;
  height: 18px;
}
.detail-tel,
.detail-fax {
  margin-right: 8px;
  display: inline-block;
  white-space: nowrap;
}
.route_navigation select.route-from {
  margin-bottom: 30px;
}
.detail-data dd p {
  margin: 0;
}
.detail-data dl {
  margin-bottom: 20px;
}
.uiButton.search.map {
  top: 1px;
  right: 0px;
  width: 133px;
  visibility: hidden;
}
.uiButton.map a.current-location {
  line-height: 1;
  padding: 7px 5px 4px 30px;
  font-size: 100%;
  box-shadow: none;
  background-color: #666;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 10;
  display: inline-block;
  white-space: nowrap;
}
.uiButton.map.search .icon {
  left: 6px;
  top: 5px;
}
.map-around h3 {
  margin: 15px 0 0 0 ;
}
h3.map-check {
  margin-bottom: 0;
}
.block-around.map-around,
.block-around.detail-around {
  margin: 15px 0 0 0 ;
}
@media (min-width:1680px) {
  .contents {
    overflow: inherit;
    padding-top: 13px;
  }
}
body {
  line-height: 1.3;
}
.nav-tabs {
  padding-left: 20px;
  position: relative;
  border-bottom: none;
}
.nav-tabs>li>a {
  border-radius: 0;
  font-size: 16px;
  min-width: 150px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  border-bottom: none;
  margin-right: 0px;
  position: relative;
  padding-top: 12px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #333;
  border: 1px solid #333;
  border-bottom: 1px solid #fff;
  z-index: 100;
  position: relative;
  margin-bottom: -1px;
}
.nav>li {
  margin: 0 25px 0 0;
}
.contents .nav>li {
  margin: 0 5px 0 0;
}
.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  border-bottom: none;
}
.tab-content-outer {
  border-top: 1px solid #333;
  padding: 25px 20px 0;
}

.read-index {
  position: relative;
  margin-top: 30px;
}
.read-index h4 {
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px solid #333;
}
.alllink {
  position: relative;
  height: auto;
}
.alllink p.link {
  position:static;
  text-align: right;
}
.alllink .link a {
  color: #333;
  text-align: right;
  background-image: url(../images/icon_arrow_333333.png);
  background-repeat: no-repeat;
  background-position: 3px center;
  padding: 8px 7px 6px 19px;
}
.alllink .link a:hover {
  background-color: #EEE;
}
.text-block {
  margin-top: 30px;
  min-height: 180px;
}
.icon.blank-browser {
  background-image: url(../images/icon-blank.png);
  margin-right: 3px;
}
.bn-boxlink a {
  background-color: #666;
  display: block;
  padding: 10px 5px 10px 30px;
  text-align: left;
  color: #FFF;
  text-indent: -20px;
}
.bn-boxlink a {
  font-size:  12px\9;
  text-indent: 0px\9;
  padding: 10px 5px 10px 20px\9;
}
.bn-boxlink a:hover {
  background-color: #888;
}
@-moz-document url-prefix() {
  @media (min-width:1200px) and (max-width: 1650px){
    #content {
      top: -10px;
    }
  }
}
.uiFilter {
  margin-top: -30px;
  margin-bottom: 20px;
}
.uiFilter .btn {
  padding: 3px 7px 4px 7px;
}
.select-conditions li{
  padding-left: 10px;
}
.select-conditions li:not(:target) {
  padding-bottom: 10px\9;
}
.select-prefecture select {
  margin-left: 10px;
}
.block-content.gray-block {
  background-color: #F2F2F2;
  margin: 20px 0px;
  padding: 15px;
  display: block;
}
.gray-block .headline {
  display: block;
  min-height: 15px;
  margin: 10px 0 15px 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.gray-block h4.headline {
  margin: 0 0 10px 0;
}
.gray-block .col-sm-6,
.gray-block .col-md-6,
.gray-block .col-lg-6 {
  padding-left: 0;
  padding-right: 15px;
}
.gray-block a {
  border-bottom: 1px solid;
  word-wrap: break-word;
  word-break: break-all;
}
.read-content-block p {
  line-height: 1.5;
  margin-bottom: 5px;
}
.square.size-l.no-text {
  display: inline-block;
  padding: 18px 0 0;
}
.square.size-l.words-3 b{
  font-size: 80%;
}
.read-content-block .block-content ul {
  margin: 10px 0 0 25px;
  padding: 0;
}
.read-content-block ul li {
  margin-bottom: 10px;
}
.read-content-block .block-content .gray-block h4 {
  background-color: transparent;
  color: #333;
  padding: 0;
  font-size: 110%;
  margin: 0 0 10px 0;
}
.gray-block .img-responsive {
  margin: 0;
}
.clear {
  display:block;
  height:0px;
  clear: both;
}
.read-content-block .block-content h4.borad {
  background-color: #333;
  color: #fff;
  padding: 6px 15px 4px;
  display: inline-block;
  font-size: 100%;
  line-height: 1;
}
._filter_form select.city {
  margin-top: 10px;
}
.paper {
  padding: 30px 30px 20px;
  border: 1px solid #333;
  line-height: 1.5;
}
.paper a {
  color:#974142;
}
.paper a:hover {
  text-decoration: underline;
}
.icon.blank {
  background-image:url(../images/icon-blank2.png);
  width: 14px;
  height: 14px;
}
.contact-us {
  border-top: 1px solid #333;
  text-align: center;
  margin: 30px 0 0 0;
}
ul.sitemap {
  padding: 0;
  margin: 0;
}
ul.sitemap ul {
  padding: 0 0 0 15px;
}

.sitemap li {
  background-image: none;
  list-style: none;
  padding: 10px 0 0 5px;
}
.sitemap li li {
  background-image: url(../images/list-sitemap-chain.gif);
  background-repeat: no-repeat;
  list-style: none;
  background-position: left top;
  padding: 18px 0 0 50px;
}
.sitemap li li:last-child {
  background-image: url(../images/list-sitemap.gif);
  background-position: left bottom;
}
.sitemap li ul.pref{
  margin: 0 0 0 15px;
  padding: 15px 0 0 50px;
  background-image: url(../images/list-sitemap.gif);
  background-position: 0px -535px;
  background-repeat: no-repeat;
}
.sitemap li ul.pref li {
  background-image: none;
  padding: 0;
  float: left;
  margin: 0 10px 5px 0;
}
.sitemap li ul.pref li.pref-block {
  float: none;
  clear: both;
  margin:0 0 0 30px;
  padding:0;
}
.sitemap li ul.pref li.pref-block ul {
  margin: 0;
  padding: 0;
}
.sitemap a {
  border-bottom: 1px solid #333;
}
.serif-balloon {
  padding:  15px;
  border: 1px solid #333;
  border-radius:  10px;
  position: relative;
}
.serif-balloon:before {
  content: "";
  border: 15px solid transparent;
  display:  inline-block;;
  width: 0px;
  height:  0px;
  position: absolute;
}
.serif-balloon:after {
  content: "";
  border: 15px solid transparent;
  display:  inline-block;;
  width: 0px;
  height:  0px;
  position: absolute;
}
.serif-balloon.right:before {
  right:-45px;
  top: 20px;
  border-left: 30px solid #333;
}
.serif-balloon.right:after {
  right:-43px;
  top: 20px;
  border-left: 30px solid #fff;
}
.serif-balloon.right.bottom:before {
  bottom: 20px;
  top: auto;
}
.serif-balloon.right.bottom:after {
  bottom: 20px;
  top: auto;
}

.serif-balloon.bottom-left:before {
  top:auto;
  left:40px;
  bottom: -45px;
  border-top: 30px solid #333;
}
.serif-balloon.bottom-left:after {
  top:auto;
  left:40px;
  bottom:-43px;
  border-top: 30px solid #fff;
}

.serif-balloon.left-bottom:before {
  top:auto;
  left: -45px;
  bottom: 15px;
  border-right: 30px solid #333;
}
.serif-balloon.left-bottom:after {
  top:auto;
  left: -43px;
  bottom: 15px;
  border-right: 30px solid #fff;
}
.radius50 {
  border-radius: 50%;
}
.shop-data th,
.shop-data td {
  padding:  8px 0 4px 0;
  vertical-align: top;
}
.shop-data th {
  white-space: nowrap;
  padding-right:  5px;
}
.icon.camera {
  background-image: url(../images/icon-camera.png);
  width: 21px;
  height: 18px;
}
.store_mark {
  display: none;
  margin: 5px auto 0;
  width: 322px;
}
.store_mark p {
  font-weight: bold;
}
.infowindow a {
  color: #0071bc;
}
table.size-table {
  width:auto;
}
a:hover {
  text-decoration: underline;
}
.square.size-l {
  height: 20px\9;
  overflow: hidden\9;
  min-height: 40px\9;
}
.square.size-l b {
  position:  relative\9;
  top:-2px\9;
}
.note {
  padding: 0 0 0 14px;
  text-indent: -14px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.table {
  margin-bottom: 10px;
}
.line-block {
  border: 1px solid #333;
  margin: 10px 0px 20px;
  padding:  10px;
}

.cityLabel {
  padding: 0 2px 0 2px;
}
.cityLabel .num {
  position: absolute;
  padding: 0px 2px 0px 3px;
  border:1px solid #333;
  top:-1px;
  margin-left: 2px;
}
@media (max-width:1199px) {
  .center-inner {
    padding-right: 10px;
  }
}
.bn-boxlink {
  margin-bottom: 15px;
}
.newable {
  white-space: nowrap;
}
.newable img {
  margin: 0 0 1px 3px;
}
.useful-item img {
  margin: 0 0 2px 3px;
}
#center-right-contents .search-list {
  display: block;
}
#center-right-contents .select-conditions {
  display: table;
}
#center-contents.maintenance {
  margin: 60px auto 40px;
  max-width: 800px;
  float:none;
}
#center-contents.maintenance p {
  font-size: 16px;
  line-height: 1.4;
}
.detail-data .block-mail {
  margin-top: 30px;
  width: 205px;
}
.detail-data .block-mail a {
  background-color: rgba(0, 0, 0, 0.4);
  background-color: #666\9;
  color: #fff;
  text-decoration: none;
  font-size: 88%;
  border: 1px solid #666;
  border-radius: 3px;
  width: 205px;
  padding: 5px 36px;
}
.detail-data .block-mail .text {
  vertical-align: bottom;
  display: inline-block;
  height: 18px;
}
.icon.mail {
  background-image: url("../images/icon_mail.png");
  width: 28px;
  height: 20px;
  margin-right: 10px;
}
.detail-data .alt-mail {
  margin-top: 5px;
  font-size: 10px;
}
.detail-data .alt-mail a {
  display: inline;
}
#qrcode {
  margin: 15px 15px 15px 0;
}
#qrcode table td {
  padding: 0;
}

.about a { color: #974142; }
.about h3 { margin-top: 40px; }
.about h4 { margin-top: 24px; }
.about p { margin: 10px 0; }

.banner { display: inline-block; }
.banner.left { width: 240px; top: -50px; }
.banner.top { height: 240px; }
.banner.right { width: 500px; }
.banner.top.right { top: 40px; }
.banner img { vertical-align: top; }
.enclosed { background-color: #F2F2F2; padding-bottom: 5px; }
.enclosed h4 { border-bottom: 1px solid #D4D4D4; padding: 5px 15px; }
.enclosed h5 { padding: 0 5px; }
.enclosed .link_example { background-color: #FFFFFF; border: 1px solid #A6A6A6; padding: 2px 5px; max-width: 95%; font-family: monospace; }
.enclosed .caution { color: #CC0000; }
.banner-pixel {
  text-align: center;
  margin-top: 7px;
}

/* icon page */
.service-detail {
  margin-top: 28px;
  margin-bottom: 12px;
}
.service-detail .service-block {
  padding-left: 15px;
}
.service-detail .service-block .detail {
  display: block;
  font-size: 14px;
  padding-top: 7px;
  text-align: left;
  width: 75%;
}
.service-detail .footnote {
  font-size: 11px;
  margin-left: 30px;
}
.guide {
  padding-left: 30px;
  margin-bottom: 2em;
}
.guide a {
  color: #974142;
}

.icon_link a {
  font-weight: normal;
  color: #0071bc;
}
.uiFilter .icon_link {
  padding: 7px 12px;
}
.select-conditions .icon_link {
  padding: 7px 12px;
}
h3 .icon_link {
  font-size: 14px;
}
/* GENIEE */
.geniee.center {
  text-align: center;
  width: 100%;
  margin: 20px auto;
}
.geniee.medium-rectangle, .geniee.rectangle {
  text-align: center;
}
.geniee.rectangle, .geniee.rectangle iframe {
  width: 336px;
}
.geniee.medium-rectangle, .geniee.medium-rectangle iframe {
  width: 300px;
}
.geniee.bottom {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.geniee iframe {
  overflow: auto;
  border: none;
}
/* scroll が出ないように */
.geniee.rectangle iframe {
  height: 305px;
}
.geniee.medium-rectangle iframe {
  height: 265px;
}
.geniee.halfpage iframe {
  height: 606px;
}