﻿@charset 'utf-8';

/*
 ------------------------------------------------------------------- */
.section .ttl {
  position: relative;
  font-family: 'Roboto', serif;
  font-weight: 700;
  letter-spacing: .08em;
}

.section .ttl:after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  margin: 20px auto 0;
  text-align: center;
  background: #d1d1d0;
}

.anim_arw {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
  width: 28px;
  height: 13px;
  overflow: hidden;
}
a .anim_arw img {
  position: absolute;
  top: 0; left: -32px;
}
a:hover .anim_arw img {
  left: 0;
}
a .anim_arw img {
  -webkit-transition: all 350ms ease;
          transition: all 350ms ease;
}


/* header
 ------------------------------------------------------------------- */

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

#header .nav li a {
  font-family: 'Roboto', serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: #d1d1d0;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
#header .nav li a:hover {
  color: #fff;
  text-decoration: none;
}


/* mainvisual
 ------------------------------------------------------------------- */
#mv {
  background: #000;
}


/* information
 ------------------------------------------------------------------- */
#information a {
  display: block;
  text-decoration: none;
}
#information .dot {
  height: 2px;
  background: url(https://tower.jp/~/media/Images/restaurant/common/cd/bg_dot_02.png);
}
#information .dot.btm {
  height: 10px;
}
#information .cap {
  font-size: 85.7%;
  color: #ffc47f;
}

#information .list_caution {
  font-size: 85.7%;
  padding-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}
#information .list_caution li {
  margin-bottom: 12px;
}

#information .list_social li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
#information .list_social .tw {
  margin-right: 20px;
  width: 90px !important;
}

#information { color: #d0cdc9; background: #3a3632; }
#information a { color: #d0cdc9;}

#information .cap {color: #9d7d59; }

#information .linkBox .list_site li:hover,
#information .linkBox .dl_facebook:hover,
#information .linkBox .dl_tabelog:hover {
  background: #615e5b;
}

#information .linkBox .list_site li,
#information .linkBox .dl_facebook,
#information .linkBox .dl_tabelog {
  -webkit-transition: background 200ms ease;
          transition: background 200ms ease;
}

#information .linkBox .list_site li:hover,
#information .linkBox .dl_facebook:hover,
#information .linkBox .dl_tabelog:hover {
  -webkit-transition: background 200ms ease;
          transition: background 200ms ease;
}


/* gmap
 ------------------------------------------------------------------- */
#gmap {
  position: relative;
}
#gmap .btn_gmap a {
  display: inline-block;
  padding: 6px 10px;
  font-size: 85.7%;
  font-weight: bold;
  color: #4f92e1;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
#gmap .btn_gmap a:hover {
  text-decoration: underline;
}


/* footer
 ------------------------------------------------------------------- */
#footer {
  background: #232221;
}
#footer a {
  color: #838486;
}
#footer a:hover {
  color: #fff;
}
#footer .company {
  font-size: 85.7%;
  text-align: center;
}
#footer .copyright {
  font-size: 108.3%;
  text-align: center;
  color: #797d82;
}

