@charset "utf-8";
/* CSS Document commonlayout*/
/* ****************************************************

@group layout
1: common
2: header
3: nav
4: #mainWrapper
5: #topicPath
6: footer
7: mq(1280px<)
8: sp

***************************************************** */
/* 1: common
=========================================*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* { margin: 0; }
html {
  margin: 0;
}
body {
  min-width:1100px;
  width: 100%;
  font-size: 14px;
  line-height: 1.71;
  font: bold 15px 'Noto Sans Japanese',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #230e03;
  background-color: #FFFFFF;
  font-size:17px;
}

#wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;}
 .un {
	 opacity:0.3;}
#loading {
  width: 64px;
  height:64px;
  display: none;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  z-index: 100;
  background-image: url(/images/common/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
#mainContainer p { line-height: 1.8em; }
#mainContainer p { margin-top: 15px; }


/* 1-1: Link
========================================*/
a,
a:link {
	color: #000000;
	text-decoration: none;
	outline: none;
}
a:visited { color: #000000; }
a:hover,
a:active {
  color: #000000;
  text-decoration: none;
}

/* 1-2: h,title
========================================*/

h1.headding01 {
	text-align: left;
      font: bold 40px 'Noto Serif',serif;
      letter-spacing:0.08em;
	margin-bottom: 55px;
	color: #F39800
}



/* 1-4: WordPress用
=========================================*/

/* 1-5: button
=========================================*/


/* 1-6: box
=========================================*/

/* 1-7: list
=========================================*/


/* 1-8: table
=========================================*/


/* 1-9: hr line
=========================================*/

/* 1-10: input
=========================================*/

/* 1-11: dl
=========================================*/

/* 1-12: icon
=========================================*/


/* 2: copyright
=========================================*/
#copyright {
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}


/* 3: nav
=========================================*/
#header {
	padding-top: 15px;
}
#header .logo{
	text-align: center;
}

#gnav  {
  position: relative;
  overflow: hidden;
}
#gnav ul {
	padding: 20px 0 30px;
	position: relative;
	left: 50%;
	float: left;
}
#gnav li {
	float: left;
	margin-right: 15px;
	position: relative;
	left: -50%;
	font: 700 20px 'Noto Serif', serif;
	text-align: right;
	color: #F39800;
	display: block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
#gnav li.nolink {
	opacity:0.4;
}
#gnav li a {
	color: #F39800;}
#gnav li a:hover {
	color: #FFAF2B;
}
#gnav li a.un:hover {
	border-bottom: 1px solid #fff;
	cursor:default;
}
#footer #gnav li:last-child {
	margin-right: 0px;
}

.drawer-hamburger.open {
  position: relative;
  position: fixed;
  top:  30px;
  right: 30px!important;
  color:  #fff;
}
.drawer-nav .drawer-hamburger {
  display: block !important;
  transition: all .25s ease !important;
  -webkit-transition: all .25s ease !important;
  position: absolute;
  top: 10px;
  left: 30px;
}
.drawer-nav .drawer-hamburger-icon {
  border-bottom-color: #000 !important;
  background-color: #FFFFFF;
}
.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  height:2px;
	background-color: #FFFFFF !important;
	border-bottom-color: #000000 !important;
}

.drawer-open .drawer-hamburger-icon{
  border-bottom-color: #000 !important;
  background-color: #000 !important;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
  border-bottom-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}



.drawer-close .drawer-nav .drawer-hamburger-icon,
.drawer-close .drawer-nav .drawer-hamburger-icon:before,
.drawer-close .drawer-nav .drawer-hamburger-icon:after{
  border-bottom-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;top: 0;
  height:3px !important;
}
.drawer-open .drawer-nav .drawer-hamburger:hover {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
}
.drawer--right .drawer-nav {
/*  padding: 50px 35px;*/
    background: #000;
}
.drawer--right .drawer-nav li.ja a{
}
.drawer--right .drawer-nav a {
}
.drawer--right .drawer-nav a:hover {
  text-decoration: none;
}
.drawer-menu {
  margin-top: 0px !important;
  margin-left: 10px !important;
  margin-bottom: 50px !important;
  height: 700px;
}
.drawer-menu ul {
  margin-top: 20px ;
  padding-top: 20px !important;
  border-top: 1px solid #E1E0E1;}
.drawer--right .drawer-nav{/* IE用スクロールバーカラー */
    scrollbar-arrow-color:#333;/* 矢印 */
    scrollbar-face-color:#333;/* スクロールバー表面 */
    scrollbar-3dlight-color:#E1E0E1;/* ボタン外側の左と上の枠 */
    scrollbar-darkshadow-color:#E1E0E1;/* ボタン外側の右と下の枠 */
}
.drawer--right .drawer-nav::-webkit-scrollbar {/* スクロールバー幅 */
    width: 5px;
    height: 5px;
}
.drawer--right .drawer-nav::-webkit-scrollbar-track {/* 背景 */
    background: #fff;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
    border-radius: 5px;
}
.drawer--right .drawer-nav::-webkit-scrollbar-thumb {/* 表面 */
    background:#E1E0E1;
    border-radius: 5px;
}
@media (max-width: 830px) {
  .sp-none, #header #gnavi {
    display: none;
}
  #header #nav {
    width: auto;
}
}

.drawer-menu{ padding: 50px 30px !important}
.drawer-menu li{
    font: 700 15px 'Noto Serif', serif;
    margin-top: 10px;
  color: #F39800;
}

.drawer-menu li:first-child{ margin-top: 80px }

.drawer-menu li.nolink{
  opacity:0.4;
}

.drawer-menu li a {
  color: #F39800;
}
.drawer-menu li a:hover {
  color: #FFAF2B;
}
/* 4: #mainContainer / #navContainer
=========================================*/
#mainContainer {
	width: 1110px;
	float: right;
	padding-left: 100px;
	margin-bottom: 100px;
	min-height: 900px;
}
#navContainer {
	width: 170px;
	float: left;
}

/* 5: .clearfix
=========================================*/
.clearfix:after,
#wrapper:after {
 content: "";
 clear: both;
 display: block;
}

/* 5: #footer
=========================================*/

#footer {
	/*background-color: #FFDE00;*/
	position: relative;
}
#footer .inner {
	position: relative;
	overflow: hidden;
}

#footer .specArea {
	text-align: center;
	padding-top: 30px;
	color: #fff;
}
#footer p.spec {
	font-size: 12px;
	margin-top: 20px;
}
#footer .contactBtn{
	position: absolute;
	bottom: 20px;
	right: 30px;
}
#footer .contactBtn a{
	color: #230E03;
	font-weight: bold;
	font-size: 14px;
}
#footer .contactBtn a:hover {
	text-decoration: none;
}
#footer #copyright {
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
}
#footer #copyright a{
	color: #fff;
}
#footer #footerMenu:after {
	content: "";
	clear: both;
	display: block;
}

.sns {
	position: relative;
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
}
.sns div{
	margin-right: 10px;
	display: inline-block;
}
.sns div.fb {
}
