.logo_tel {
  display: block;
  background: #19b1ff;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 100;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 3px; }
  .logo_tel a {
    color: #fff; }

.navbar-header.page-scroll {
  width: 100%;
  margin: 0; }

.navbar-default .navbar-brand {
  margin-left: 20px; }

.navbar-toggle {
  background: #000;
  margin-right: 25px;
  margin-top: 4px; }

.navbar-collapse {
  border-top: 0; }

.navbar-default .navbar-text {
  display: none; }

header img {
  margin: 0; }
header .navbar-fixed-top {
  padding-top: 5px; }
header .nav_wrap {
  background: #fff; }
  header .nav_wrap .nav {
    display: block;
    margin: 0; }
    header .nav_wrap .nav li {
      display: block; }
      header .nav_wrap .nav li a {
        border-right: 2px solid #000; }
      header .nav_wrap .nav li a:hover {
        background: #000;
        color: #fff; }
      header .nav_wrap .nav li.active a {
        background: #000;
        color: #fff; }

.main_img {
  margin-top: 60px; }
  .main_img .col-lg-12 {
    padding: 0; }

section {
  padding: 20px 0; }
  section p {
    font-size: 16px;
    line-height: 1.8; }
  section .heading {
    margin-bottom: 10px; }
    section .heading h2 {
      margin-bottom: 5px;
      font-size: 14px; }
    section .heading p {
      font-size: 12px; }

#recommend .heading2 {
  width: 100%;
  margin-bottom: 10px; }
  #recommend .heading2 h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 30px;
    background-size: 17px; }
#recommend .heading h2 {
  padding-left: 30px;
  background-size: 17px; }
#recommend .heading_tenant {
  width: 100%;
  margin-bottom: 10px; }
  #recommend .heading_tenant h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 30px;
    background-size: 17px; }
#recommend .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px; }
#recommend .article_list .article_img {
  position: relative;
  border: 2px solid #000; }
  #recommend .article_list .article_img p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    line-height: 1; }
    #recommend .article_list .article_img p .comment {
      font-size: 10px; }
  #recommend .article_list .article_img img {
    width: 100%;
    height: auto; }
#recommend .article_list .article_info {
  margin-top: 10px; }
  #recommend .article_list .article_info p {
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 12px; }
    #recommend .article_list .article_info p:first-child {
      font-weight: bold;
      margin-right: 5px;
      margin-bottom: 5px; }
#recommend a.request {
  font-size: 14px; }

#search {
  background: #fff; }
  #search .heading {
    text-align: center; }
    #search .heading h2 {
      display: inline-block;
      background-size: 17px;
      padding-left: 30px; }
  #search .search_btn {
    font-size: 14px;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px; }
  #search a.conditions::after {
    background: url(../img/icon_link_search1.png) left center no-repeat;
    background-size: 18px;
    margin-left: -4em; }
  #search a.store::after {
    width: 38px;
    height: 28px;
    background: url(../img/icon_link_search2.png) left center no-repeat;
    background-size: 18px;
    margin-left: -6.5em; }

#city .heading h2 {
  padding-left: 30px;
  background-size: 18px; }
#city h3 {
  font-size: 14px; }
#city p {
  font-size: 12px; }

#news .heading h2 {
  padding-left: 30px;
  background-size: 18px; }
#news dl {
  font-size: 12px; }
  #news dl dt {
    float: none; }
  #news dl dd {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 3px 5px; }
    #news dl dd a {
      color: #000; }

#concept .heading h2 {
  background-size: 20px;
  padding-left: 30px; }

#access .heading h2 {
  padding-left: 30px;
  background-size: 17px; }
#access .btn {
  width: 100%;
  font-size: 14px; }
#access p {
  font-size: 12px; }
#access #map1 {
  margin-bottom: 10px; }

footer .footer-above {
  padding-top: 10px; }
footer .footer-col {
  margin-bottom: 20px; }
footer h3 {
  font-size: 14px; }
footer ul li {
  font-size: 12px;
  margin-bottom: 5px; }
footer p {
  font-size: 12px; }

#page {
  margin-top: 55px;
  padding-bottom: 0; }
  #page input[type=text], #page input[type=email], #page input[type=tel], #page textarea {
    -webkit-appearance: none;
    background: #eee;
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 3px;
    width: 100%; }
  #page input[type=submit] {
    -webkit-appearance: none;
    display: block;
    border: none;
    text-align: center;
    background: #19b1ff;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border-bottom: 4px solid #1597da;
    padding: 10px 20px;
    position: relative;
    margin: 20px 0 0;
    width: 100%; }
    #page input[type=submit]:hover {
      text-decoration: none;
      position: relative;
      top: 4px;
      border-bottom: 0;
      margin-bottom: 4px; }

/*-- single.php --*/
body.single header {
  padding-bottom: 60px; }
body.single h1 {
  font-size: 16px; }
body.single .single_contents img {
  max-width: 100%;
  height: auto; }

/*-- アクセス --*/
.page-id-34 header {
  padding-bottom: 60px; }
.page-id-34 section {
  padding-bottom: 0; }
  .page-id-34 section .heading h2 {
    padding: 10px 0 10px 90px;
    font-size: 14px;
    line-height: 1;
    border-right: none;
    border-left: none; }
    .page-id-34 section .heading h2 span {
      background-size: 80px 40px;
      width: 80px;
      padding-top: 84px;
      left: 5px; }
  .page-id-34 section .contents p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0; }
  .page-id-34 section .arrow {
    display: block;
    width: 80px;
    margin: 20px auto 0; }
  .page-id-34 section#step2 h2 span {
    background: url(../img/img_access_head2.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step3 h2 span {
    background: url(../img/img_access_head3.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step4 h2 span {
    background: url(../img/img_access_head4.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step5 h2 span {
    background: url(../img/img_access_head5.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step6 h2 span {
    background: url(../img/img_access_head6.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step7 h2 span {
    background: url(../img/img_access_head7.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step8 h2 span {
    background: url(../img/img_access_head8.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step9 h2 span {
    background: url(../img/img_access_head9.png) left no-repeat;
    background-size: 80px 40px; }
  .page-id-34 section#step10 {
    margin-bottom: 100px; }
    .page-id-34 section#step10 h2 {
      padding: 10px 0 10px 90px; }
      .page-id-34 section#step10 h2 span {
        background: url(../img/img_access_head10.png) left no-repeat;
        background-size: 80px 40px;
        width: 80px; }
