@charset "UTF-8";

/* --------------------------------------------------
 Base
-------------------------------------------------- */
body,ol,ul,dl,li,dt,dd,table,th,td,input,textarea,select,h1,h2,h3,h4,h5,h6{
color:#333;
font-weight:normal;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing:0.05em;
}

body{
min-width:320px;
/*background:#4b230f;*/
font-size:14px;
line-height:2.3;
text-align:left;
word-wrap:break-word;
-webkit-text-size-adjust:100%;
}

@media screen and (max-width: 767px) {
body{
font-size:85%;
line-height:1.8;
}
}

input{
padding:2px;
}

textarea{
padding:3px;
}

ol{
margin:0 0 0 21px;
}

ol > li{
list-style:decimal outside;
margin:0 0 10px;
}

a:link,
a:visited{
color:#333;
text-decoration:none;
}

a:hover,
a:active{
color:#333;
}

a.hover{
color:#ff9c00;
}

strong{
font-style:normal;
font-weight:bold;
}


@media screen and (max-width: 767px) {
  img{
  max-width:100%;
  height:auto
  }
}


/* --------------------------------------------------
 Wrapper
-------------------------------------------------- */
#wrapper{
width:100%;
}

/* --------------------------------------------------
 Pure-drawer
-------------------------------------------------- */
#leftArea{
background-color:#fff;
display:none;
float:left;
left:0;
position:relative;
text-align:center;
top:0;
z-index:999;
}

#leftInner{
box-sizing:border-box;
min-width:300px;
height:102%;
overflow:scroll;
padding:0 0 10%;
width:104%;
}

#leftArea .logo{
max-width:240px;
text-align:center;
margin:30px auto 0;
box-sizing:border-box;
}

#leftArea .catchTxt{
width:96%;
font-size:10px;
color:#ccc;
margin:20px auto 50px;
}

#leftArea .logo a{
text-decoration:none;
}

#leftArea .gNav{
max-width:240px;
margin:20px auto 5px;
padding:0 2%;
}

#leftArea .gNav li{
line-height:1.8;
text-align:left;
border-bottom:1px solid #4b230f;
}

#leftArea .gNav li a{
background:url(../img/common/arrow_right_white.png) no-repeat 98% center;
color:#fff;
padding:7px 7%;
text-decoration:none;
display:block;
position:relative;
}

#leftArea .gNav li a:hover{
opacity:0.7;
}

#leftArea .gNav li.accordion a{
background:url(../img/common/icon_plus_white.png) no-repeat 98% center;
}

#leftArea .gNav li.accordion a.onclick{
background:url(../img/common/icon_minus_white.png) no-repeat 98% center;
}

#leftArea .gNav li.accordion a:after{
content:"";
background-color:#4b230f;
width:100%;
height:1px;
position:absolute;
bottom:0;
left:0;
opacity:0;
transition:all 200ms ease-in-out;
}

#leftArea .gNav li.accordion a.onclick:after{
opacity:1;
}

#leftArea .gNav li.accordion .accordContent li{
border-bottom:none;
}

#leftArea .gNav li.accordion .accordContent li a{
background: url(../img/common/arrow_right_white.png) no-repeat 98% center #4b230f;
font-size:90%;
padding:10px 7% 10px 10%;
}

#leftArea .mainNav{
max-width:240px;
margin:20px auto 5px;
padding:0 2%;
}

#leftArea .mainNav li{
line-height:1.8;
text-align:left;
border-bottom:1px solid #409e27;
}

#leftArea .mainNav li a{
background:url(../img/common/arrow_right_black.png) no-repeat 98% center;
padding:7px 7%;
text-decoration:none;
display:block;
position:relative;
}

#leftArea .mainNav > li.active a{
background-image:url(../img/common/arrow_right_white.png);
background-color:#ff9c00;
color:#fff;
}

#leftArea .mainNav li a:hover{
opacity:0.8;
}

#leftArea .mainNav li.accordion a{
background:url(../img/common/icon_plus_black.png) no-repeat 98% center;
}

#leftArea .mainNav li.accordion a.onclick{
background:url(../img/common/icon_minus_black.png) no-repeat 98% center;
}

#leftArea .mainNav li.accordion a:after{
content:"";
background-color:#c7cbd3;
width:100%;
height:1px;
position:absolute;
bottom:0;
left:0;
opacity:0;
transition:all 200ms ease-in-out;
}

#leftArea .mainNav li.accordion a.onclick:after{
opacity:1;
}

#leftArea .mainNav li.accordion .accordContent li{
border-bottom:none;
}

#leftArea .mainNav li.accordion .accordContent li a{
background:#eee url(../img/common/arrow_right_black.png) no-repeat 98% center;
font-size:90%;
border-bottom:1px solid #409e27;
padding:10px 7% 10px 10%;
}

#leftArea .mainNav li.accordion .accordContent li.active a{
background-image:url(../img/common/arrow_right_white.png);
background-color:#4b230f;
color:#fff;
}

#leftArea .mainNav li.accordion .accordContent li .txt01{
background-color:#4b230f;
color:#fff;
border-bottom:1px solid #409e27;
padding:10px 7% 10px 10%;
display:block;
position:relative;
}

#leftArea .mainNav li.accordion .accordContent li .sub li a{
background-color:#4b230f;
border-bottom:none;
}

#leftArea .linkBlc{
max-width:240px;
margin:20px auto 30px;
padding:0 2%;
}

#leftArea .linkBlc > ul{
text-align:center;
}

#leftArea .linkBlc > ul > li{
background-color:#4b230f;
border:1px solid rgba(255,255,255,0.2);
margin:0 5px 10px;
display:inline-block;
}

#leftArea .linkBlc > ul > li.txtBlc{
margin:0 0 10px;
display:block;
}

#leftArea .linkBlc > ul > li a{
display:block;
}

#leftArea .linkBlc > ul > li .txt{
color:#fff;
line-height:1.8;
padding:7px 15px;
display:block;
}

#leftArea .linkBlc > ul > li img{
width:55px;
}

.pure-pusher-container{
height:100%;
position:relative;
}

.pure-pusher{
height:100%;
}

input#pure-toggle-left,
label.pure-toggle-label{
display:none;
}

@media screen and (max-width: 1200px) {
#leftArea{
display:block;
height:100%;
margin-top:0;
overflow:hidden;
position:fixed;
}

.pure-pusher{
overflow-y:auto;
}
}

@media screen and (max-width: 767px) {
#leftArea .gNav li a{
padding-top:10px;
padding-bottom:10px;
}

#leftArea .mainNav li a{
padding-top:10px;
padding-bottom:10px;
}
}

@media only screen and (max-width: 40.063em) {
#leftArea .logo{
max-width:300px;
padding:0 8%;
}

#leftArea .gNav{
max-width:300px;
}

#leftArea .mainNav{
max-width:300px;
}

#leftArea .linkBlc{
max-width:300px;
}
}

@media screen and (max-width: 480px) {
#leftArea .logo{
max-width:240px;
}

#leftArea .gNav{
max-width:240px;
}

#leftArea .mainNav{
max-width:240px;
}

#leftArea .linkBlc{
max-width:240px;
}
}


/* --------------------------------------------------
 Header
-------------------------------------------------- */

#headerBg{
	width:100%;
	background:#4b230f;
	}

#header{
position:relative;
width:1040px;
height:120px;
margin:0 auto;
}

#header h1{
position:absolute;
top:46px;
left:170px;
line-height:1.2;
}

#header h1 a{
display:block;
width:188px;
font-size:10px;
color:#fff;
}

#header .logo{
position:absolute;
top:23px;
left:0;
}

#gNav{
float:right;
padding-top:59px;
}

#gNav li{
float:left;
font-size:14px;
font-weight:bold;
line-height:1;
padding-right:30px;
}

#gNav li a{
color:#fff;
}

/*#gNav li:last-child{
margin-top:-3px;
padding-right:0;
}
*/
/*#gNav li:last-child a{
display:block;
width:18px;
height:18px;
background:url(../img/common/tumblr.png) no-repeat;
text-indent:100%;
white-space:nowrap;
word-wrap:normal;
overflow:hidden;
}*/

@media screen and (max-width: 1200px){
  #header{
  width:100%;
  max-width:1040px;
  height:80px;
  }

  #gNav{
  float:none;
  display:none;
  }

  #header h1{
  display:none;
  }

  #header .logo{
  display:inline-block;
  text-align:center;
  height:60px;
  top:10px;
  left:0;
  right:0;
  margin:0 auto;
  }

  #header .logo img{
   width:auto;
   max-height:100%;
  }
}

/* --------------------------------------------------
 Contents
-------------------------------------------------- */
#contents{
clear:both;
position:relative;
text-align:left;
/*background:#FFF;*/
}


/* --------------------------------------------------
 Footer
-------------------------------------------------- */
#footer{
clear:both;
margin-top:50px;
padding-bottom:20px;
text-align:center;
background:#ff9c00;
font-size:12px;
line-height:1;
color:#fff;
}

#footer small{
display:block;
padding-top:20px;
}

#topicPass{
padding:5px 20px;
background:#444;
}

#topicPass li{
float:left;
vertical-align:bottom;
color:#ccc;
}

#topicPass li:before{
content:"　＞　";
}

#topicPass li:first-child:before{
content:"";
}

#topicPass a{
text-decoration:none;
color:#ccc;
}

#footer .netop{
display:block;
margin-top:10px;
}

@media screen and (max-width: 1200px){
  #footer{
  line-height:2em;
  padding:0 2%;
  }
}

@media screen and (max-width: 1000px){
  #footer{
  padding-bottom:20px;
  margin-bottom:80px;
  }
}

@media screen and (max-width: 640px){
  #footer{
  padding-bottom:27px;
  margin-bottom:70px;
  }
}

/* --------------------------------------------------
 Page Top
-------------------------------------------------- */
#btmPageTop{
position:fixed;
right:20px;
bottom:14px;
}

#btmPageTop a{
display:block;
width:44px;
height:44px;
background:url(../img/common/pagetop.png) no-repeat;
text-indent:100%;
white-space:nowrap;
word-wrap:normal;
overflow:hidden;
}

@media screen and (max-width: 1200px){
  #btmPageTop{
  display:block!important;
  position:relative;
  right:auto;
  bottom:auto;
  }

  #btmPageTop a{
  float: right;
  margin:10px 10px 10px 0;
  }
}


/* --------------------------------------------------
 btmContact
-------------------------------------------------- */
#btmContact{
display:none;
position:fixed;
right:20px;
bottom:14px;
}

#btmContact a{
display:block;
width:44px;
height:44px;
background:url(../img/common/contact.png) no-repeat;
text-indent:100%;
white-space:nowrap;
word-wrap:normal;
overflow:hidden;
}

@media screen and (max-width: 1200px){
  #btmContact{
  display:block!important;
  position:relative;
  right:auto;
  bottom:auto;
  }

  #btmContact a{
  float:right;
  margin:0 10px 10px 0;
  }
}

.contSp{
display:none;
width:100%;
position:fixed;
bottom:0;
left:0;
z-index:9;
background-color:#4b230f;
box-sizing:border-box;
padding:10px 30px;
}

.contSp li{
float:left;
width:calc(50% - 10px);
text-align:center;
color:#fff;
border-radius:5px;
box-sizing:border-box;
margin:0 5px;
}

.contSp li:nth-child(1){
background:url("../img/common/tel_w.png") no-repeat 40px center;
background-color:#409e27;
}

.contSp li:nth-child(2){
background:url("../img/common/mail_w.png") no-repeat 35px center;
background-color:#409e27;
}

.contSp li a{
display:block;
color:#fff;
padding:8px 20px;
}

@media screen and (max-width: 1000px){
  .contSp{
  display:block;
  }
}

@media screen and (max-width: 768px){
  .contSp{
  padding:2% 15px;
  }

  .contSp li{
  border-radius:5px;
  }

  .contSp li a{
  padding:8px 10px;
  }
}

@media screen and (max-width: 640px){
  .contSp li:nth-child(1){
  background:url("../img/common/tel_w.png") no-repeat center top 5px;
  background-color:#409e27;
  }

  .contSp li:nth-child(2){
  background:url("../img/common/mail_w.png") no-repeat center top 8px;
  background-color:#409e27;
  }

  .contSp li a{
  padding:21px 10px 2px;
  }
}

@media screen and (max-width: 360px){
  .contSp{
  padding:2% 5px;
  }

  .contSp li a{
  font-size:90%;
  }
}