@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}

article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

address, em, i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ol, ul {
  list-style-type: none;
  padding: 0;
}

li {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  vertical-align: top;
}

th, td {
  padding: 0;
}

.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  padding: 30px;
}

p {
  margin-bottom: 30px;
}

i {
  letter-spacing: 5px;
}

/* Smart Drawer
   ========================================================================== */
#sd_nav {
  z-index: 10000!important;
  width: 350px;
  height: 100%;
  color: #333333;
  overflow: auto;
  position: fixed;
  right: -350px;
  top: 0;
  z-index: 1001;
  padding: 20px 10px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  background: #ffffff;
  border-left: 5px solid #000000;
}
@media screen and (max-width: 400px) {
  #sd_nav {
    width: 300px;
    right: -300px;
  }
}
#sd_nav li {
  padding: 10px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #262626;
}
#sd_nav li:first-child {
  border-top: 0;
}
#sd_nav li:last-child {
  border-bottom: 0;
}
#sd_nav.block {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}
#sd_nav .info_tel{background:#efefef;}
#sd_nav .info_tel small{font-size:12px; display:block; padding:10px 10px 0 0;}
#sd_nav .info_tel p{border-bottom:#444 solid 1px; padding:0 10px 5px 0; font-size:14px; margin:0 0 10px 0;}
#sd_nav .info_tel span{font-size:24px; display:block; padding:0 10px 0 0;}

@media screen and (max-width: 400px) {
  #sd_nav.block {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}
#sd_nav.block:not(:target) {
  left: 0\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #sd_nav.block-ie10 {
    -webkit-transform: translate3d(-350px, 0, 0) !important;
    transform: translate3d(-350px, 0, 0) !important;
  }
}
#sd_nav .close {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #262626;
}
#sd_nav .close:hover {
  cursor: pointer;
  background: #404040;
}
#sd_nav .close:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #404040;
}

.sd-trigger {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}

.sd-trigger i.fa{
	display:block;
	font-size:3rem;
	margin:0 auto;
	background:url('/assets/img/menu_bg.png')no-repeat;
height:32px;
    width: 40px;
}

.sd-trigger:hover {
  cursor: pointer;
}

#sd-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#sd-overlay.block {
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#sd-overlay-android {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}


/* neo overwrite */

@media screen and (max-width: 400px) {
	#sd_nav {
		width: 250px;
		right: -250px;
	}
}

@media screen and (max-width: 400px) {
	#sd_nav.block {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
}

#sd_nav {
	font-family:'NotoSans';
    font-size: 1.8rem;
    font-weight: 350;
}

#sd_nav .close {
	border: none;
    font-size: 1.2rem;
    font-weight: 700;
}

#sd_nav .close:hover {
	background:none;
	color:#f39610;
}

#sd_nav .close:after {
	border: none;
}

#sd_nav li {
	border: none;
	padding: 18px 10px;
}

#sd_nav a{
	text-decoration:none;
}


#sd_nav img {
	margin-left: 8px;
	vertical-align: middle;
	width: 18px;
}

#sd_nav .sd_nav_small {
    font-size: 1.2rem;
    font-weight: 300;
	padding: 12px 10px;
}

#sd_nav .sd_nav_small img {
	margin-left: 4px;
	vertical-align: middle;
	width: 14px;
}