body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.65;
  letter-spacing: 0.05em;
  background: url(../images/common/bg.jpg);
  color: #1a1a1a;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;
	display: none;
}
#wrapper.fixedNav {
  padding-top: 49px;
}
.inner {
  margin: 0 auto;
}
img {
  vertical-align: bottom;
}

#header {
  width: 100%;
  height: 70px;
  background: #1a1a1a;
  border-bottom: 1px solid #e9c000;
  position: fixed;
  z-index: 999;
}
#header h1 {
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 20;
}
#navi .global {
  overflow: hidden;
}
#navi ul li a:hover, #navi ul li .active {
  color: #e9c000;
}
#navi .submenu {
  width: 100%;
  height: 60px;
  background: #323334;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0;
  display: none;
  box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 3px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 3px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 3px 0px;
}
#navi .submenu ul {
  position: relative;
  left: 130px;
}
#navi .submenu ul li {
  line-height: 60px;
}
#navi.fixed  {
  position: fixed;
  top: 0;
  margin-bottom: 49px;
  z-index: 10;
}
#media {
  background: url(../images/common/bg_media.jpg);
}
#media h4 {
  text-indent: -9999px;
}
#media .column h4 {
  background: url(../images/common/column.svg);
  width: 130px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#media .blog h4 {
  background: url(../images/common/blog.svg);
  width: 92px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#media .facebook h4 {
  background: url(../images/common/facebook.svg);
  width: 135px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#media .column dl {
  border: 1px solid #fff;
}
#media .column dt {
  width: 100%;
  background: #000;
  color: #fff;
  display: table;
  padding: 10px 13px;
}
#media .column dt p {
  text-indent: -9999px;
  background: url(../images/common/column_title.svg);
  width: 123px;
  height: 26px;
  display: table-cell;
}
#media .column dt span {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
#media .column dd {
  padding: 10px 13px;
}
#media .column dd h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
#media .column dd p {
  font-size: 11px;
}
#media .scroll {
  height: 190px;
}
#media .scroll li {
  margin-bottom: 15px;
}
#media .scroll li span {
  display: block;
  font-size: 10px;
  color: #808080;
  line-height: 1.4;
}
#media .scroll li a {
  color: #333333;
  font-size: 12px;
}
#media .scroll li a:hover {
  text-decoration: underline;
}
.fb_iframe_widget {
  display: block !important;
  text-align: right;
}
#footer {
  background: #1a1a1a;
  color: #fff;
}
#footer dt {
  color: #e9c000;
  background-position: 0 5px;
  font-weight: bold;
}
#footer dt .marker {
  background: url(../images/common/marker_y.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#footer dd .fname {
  text-indent: -9999px;
  background: url(../images/common/fname.svg);
  width: 225px;
  height: 26px;
}
#footer .fr .gmap {
  color: #e9c000;
  padding-right: 20px;
  background: url(../images/common/gmap.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 0;
}
#footer .fr .gmap:hover {
  text-decoration: underline;
}
#copyright {
  color: #e9c000;
  text-align: center;
  box-sizing: content-box;
  border-top: 1px solid #e9c000;
}
.content h4 {
  font-weight: bold;
  overflow: hidden;
}
.content h4 span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
.content h4 span:before,
.content h4 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.content h4 span:before {
    right: 100%;
}

.content h4 span:after {
    left: 100%;
}
.content h4 .marker {
  background: url(../images/common/marker_w.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px){
  body {
    min-width: 900px;
    font-size: 14px;
  }
  .inner {
    width: 900px;
  }
  a {
    transition: all 0.6s ease;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .marker {
    width: 18px;
    height: 18px;
    padding-left: 22px;
  }
  #navi {
    margin-left: 130px;
  }
  #navi ul {
    padding-left: 25px;
  }
  #navi ul li {
    font-size: 16px;
    line-height: 70px;
    font-weight: bold;
    float: left;
    padding: 0 18px;
  }
  #navi ul li a {
    display: block;
    color: #fff;
  }
  #navi .arrow {
    position: relative;
    padding-right: 20px;
  }
  #navi .arrow:after {
    content: "";
    width:0px;
  	height:0px;
  	border-top:solid 10px #fff;
  	border-right:solid 6px transparent;
  	border-bottom:solid 10px transparent;
  	border-left:solid 6px transparent;
    position: absolute;
    top: 30px;
    right: 0;
    transition: all 0.6s ease;
  }
  #navi .arrow:hover:after, #navi .active:after {
    border-top:solid 10px #e9c000;
  }
  .navi_05 {
    display: none;
  }
  .toggle{
    display: none;
  }
  #header .inner {
    width: 840px;
  }
  #media {
    padding-top: 20px;
  }
  #media .inner {
    width: 840px;
    margin: 0 auto;
    overflow: hidden;
    vertical-align: bottom;
  }
  #media h4 {
    margin-bottom: 20px;
    height: 38px;
  }
  #media .column {
    width: 226px;
    float: left;
    margin-left: 20px;
  }
  #media .blog {
    width: 260px;
    float: left;
    margin-left: 36px;
  }
  #media .facebook {
    width: 236px;
    float: left;
    margin-left: 36px;
    padding-bottom: 30px;
  }
  #media .facebook .scroll {
    margin-bottom: 35px;
  }
  #footer {
    padding-top: 45px;
  }
  #footer .inner {
    width: 840px;
    overflow: hidden;
  }
  #footer .fl dl {
    margin-bottom: 25px;
  }
  #footer .fr dl {
    margin-bottom: 85px;
  }
  #footer dt {
    font-size: 18px;
  }
  #footer dd .tel {
    font-size: 24px;
  }
  #footer #map {
    width: 300px;
    height: 155px;
    margin: 10px 0 5px;
  }
  #copyright {
    line-height: 50px;
    font-size: 12px;
  }
  .content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width:640px){
  body {
    font-size: 12px;
  }
  .inner {
    width: 96%;
  }
  .marker {
    width: 14px;
    height: 14px;
    padding-left: 18px;
  }
  #header {
    height: 40px;
  }
  #header h1 {
    width: 20%;
    height: 100%;
  }
  #header h1 img {
    width: 100%;
  }
  #navi {
    position: relative;
  }
  .global {
    display: none;
    position: absolute;
    width: 84%;
    height: 220px;
    top:80px;
    left: 8%;
  }
  .toggle {
    width: 28px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .toggle p {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/common/menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 25px;
  }
  #navi ul li {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.8);
  }
  #navi ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #444;
  }
  #navi ul .navi_05 {
    background: rgba(24, 24, 24, 0.8);
  }
  #navi ul .navi_05 p {
    display: block;
    text-indent: -9999px;
    background-image: url(../images/common/close.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    border-top: 1px solid #444;
    padding: 10px;
  }
  #navi .submenu {
    display: none;
  }
  #media {
    padding: 10px 0;
  }
  #media .inner > div {
    width: 84%;
    margin: 0 auto;
  }
  #media h4 {
    margin: 10px 0 5px;
    height: 38px;
    background-size: 80%;
  }
  #media .column {
  }
  #media .blog {
  }
  #media .facebook {
  }
  #media .facebook .scroll {
    margin-bottom: 10px;
  }
  #footer {
    padding-top: 20px;
  }
  #footer .inner {
    padding-bottom: 20px;
  }
  #footer dl {
    margin-bottom: 10px;
  }
  #footer dt {
    font-size: 14px;
  }
  #footer dd .tel {
    font-size: 16px;
  }
  #footer .tel a {
    color: #fff
  }
  #footer #map {
    width: 100%;
    height: 200px;
    margin: 10px 0 5px;
  }
  #footer .fr a {
    text-decoration: underline;
  }
  #copyright {
    line-height: 1.4;
    font-size: 10px;
    padding: 5px 0;
  }
  .content {
    padding: 10px 0;
  }
  .content h4 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
