@charset "UTF-8";

/*
 *  common/css/style.css
 *  version --- 1.1.2
 *  updated --- 2015/09/07
 *
 *  author  --- studio Neo-
 */

/* !Defaults
---------------------------------------------------------- */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  min-width: 1024px;
  height: 100%;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 100%;
  }
}

body {
  text-align: left;
  line-height: 1.6;
  letter-spacing: .03em;
  font-size: 1.4em;
  font-family:
    'Roboto',
    'Helvetica Neue',
     Arial,
    'ヒラギノ角ゴ ProN',
    'Hiragino Kaku Gothic ProN',
    '游ゴシック体',
    'Yu Gothic',
     YuGothic,
    'メイリオ',
     Meiryo,
     sans-serif
  ;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background:;
}
  /* !Antialiaased */
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

/* !Anchor */
a {
  color: #333;
  text-decoration: none;
  display: block;
}

a:hover,
a:active {
  opacity: 0.8;
}

main {
  display: block;
}


img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.inner {
  width: 100%;
  max-width:;
  margin: 0 auto;
  display: block;
}

.ins{
  display: none;
}

.del{
  display: block;
}

@media screen and (max-width: 750px) {
  .ins{
    display: block;
  }

  .del{
    display: none;
  }
}



/* !Header
---------------------------------------------------------- */

.header {
  width: 100%;
  height: 68px;
  position: relative;
  background: #fff;
}

.header .headerInner{
}

.header .headerInner .siteTitle{
  width: 343px;
  margin-top: 17px;
  margin-left: 30px;
  display: block;
  float: left;
}

@media screen and (max-width: 480px) {
  .header {
    height: 50px;
  }
  .header .headerInner{
    max-width: 100%;
  }

  .header .headerInner .siteTitle{
    width: 70%;
	margin-top: 15px;
  	margin-left: 10px;
  }

}



/* !menu-btn
---------------------------------------------------------- */
.gavBtn {
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  border: none;
  background: #983300;
}

.gavBtn span {
  width: 100%;
  height: 3px;
  margin: 7px auto 0;
  display: block;
  background-color: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.nav-open .gavBtn span {
  background-color: #fff;
}


.gavBtn .firstbar {
  margin-top: 0;
}

.nav-open .gavBtn .firstbar {
  -webkit-transform: translate(0, 10px) rotate(-315deg);
     -moz-transform: translate(0, 10px) rotate(-315deg);
      -ms-transform: translate(0, 10px) rotate(-315deg);
       -o-transform: translate(0, 10px) rotate(-315deg);
          transform: translate(0, 10px) rotate(-315deg);
}
.nav-open .gavBtn .secondbar {
  opacity: 0;
}
.nav-open .gavBtn .thirdbar {
  -webkit-transform: translate(0, -10px) rotate(315deg);
     -moz-transform: translate(0, -10px) rotate(315deg);
      -ms-transform: translate(0, -10px) rotate(315deg);
       -o-transform: translate(0, -10px) rotate(315deg);
          transform: translate(0, -10px) rotate(315deg);
}

    @media screen and (max-width: 480px) {
      .gavBtn {
          width: 50px;
          height: 50px;
      }
	  .gavBtn span {
		  height: 1px;
		  margin: 5px auto 0;
	  }
		.nav-open .gavBtn .firstbar {
		  -webkit-transform: translate(0, 6px) rotate(-315deg);
			 -moz-transform: translate(0, 6px) rotate(-315deg);
			  -ms-transform: translate(0, 6px) rotate(-315deg);
			   -o-transform: translate(0, 6px) rotate(-315deg);
				  transform: translate(0, 6px) rotate(-315deg);
		}
		.nav-open .gavBtn .thirdbar {
		  -webkit-transform: translate(0, -6px) rotate(315deg);
			 -moz-transform: translate(0, -6px) rotate(315deg);
			  -ms-transform: translate(0, -6px) rotate(315deg);
			   -o-transform: translate(0, -6px) rotate(315deg);
				  transform: translate(0, -6px) rotate(315deg);
		}	  
	  
    }


/* !navigation
---------------------------------------------------------- */
.navigation {
  width: 335px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99998;
  display: none;
  background-color: #983300;
  color: #ffffff;
}

.nav-open{
  overflow: hidden;
}

.nav-open .navigation {
  right: 0;
  overflow-y: scroll;
  display: block;
}

.navigationInner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -ms-overflow-style:none;
}

/*.scrollbar_none::-webkit-scrollbar{
  display:none;
}*/

.navigationInner .gNav {
  margin-top: 81px;
  border-top: 1px solid #ffffff;
}

    @media screen and (max-width: 480px) {
      .navigation {
        width: 100%;
      }
      .navigationInner .gNav {
        margin-top: 80px;
      }
    }

.navigationInner .gNav li{
  position: relative;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 1.5rem;
}

.navigationInner .gNav li a {
  padding: 20px 0;
  width: 100%;
  color: #fff;
  display: block;
  box-sizing: content-box;
  text-decoration: none;
}

.navigationInner .gNav li a:hover{
  opacity: 0.8;
}

.navigationInner .gNav li.gnaviList09{
  border-bottom: none;
}
.navigationInner .gNav li.gnaviList09 a{
  display: block;
  width: 80%;
  margin: 20px auto;
  border: 1px solid #ffffff;
}

.navigationInner .iconNav {
  padding: 20px 0;
      display: -webkit-flex;
  display: flex;
    -webkit-justify-content: center;
  justify-content: center;
}

.navigationInner .iconNav li{
  display: inline-block;
  margin: 0 20px;
}

.navigationInner .iconNav li.gnaviIcon01,
.navigationInner .iconNav li.gnaviIcon02{
  width: 26px;
}

    @media screen and (max-width: 480px) {
	  .navigationInner .gNav {
 		 margin-top: 51px;
	  }

      .navigationInner .iconNav {
        padding: 20px 0 60px;
      }
    }

.navigationInner .iconNav li:hover{
  opacity: 0.6;
}

.navigationInner .iconNav li img{
  width: 100%;
}

.navigationInner .iconNav li a{
  font-size: 3.4rem;
}

.navOverlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
}
.nav-open .navOverlay {
  opacity: 1;
  z-index: 9999;
  display: block;
}

.scrollbar_none{
  overflow-y:auto;
  -ms-overflow-style:none;
}

/* !breadcrumb
----------------------------------------------------------*/
nav.breadcrumb {
  width: 100%;
  padding: 40px 0 10px;
}

nav.breadcrumb .breadcrumbInner {
  margin: 0 auto;
  width: 90%;
  max-width: 1024px;
  font-size: 0.12rem;
}

ol.breadcrumbInner li,
ol.breadcrumbInner li a {
  display: inline-block;
  color: #7e6b5a;
}

ol.breadcrumbInner li:not(:last-child):after {
  content: " ＞ ";
}

ol.breadcrumbInner li a.current {
  color: #b09b90;
}

    @media screen and (max-width: 750px){
      nav.breadcrumb {
        padding: 20px auto 10px;
      }
      nav.breadcrumb .breadcrumbInner  {
        max-width: 90%;
      }
    }


/* !Wrapper (Wrapper for all contents)
---------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
}

/* !Contents
---------------------------------------------------------- */
.content {
  width: 100%;
  position: relative;
  z-index: 1111;
}

.home .content {
  margin-top: 0;
  position: relative;
  z-index: 1111;
}

    @media screen and (max-width: 480px) {
      .content {
      }
    }


/* !Main
---------------------------------------------------------- */
.main {
  width: 1024px;
  margin: 80px auto 120px;
}

    @media screen and (max-width: 480px) {
      .main {
        width: 100%;
        margin: 30px auto 60px;
      }
    }

/* !heading（h2）
---------------------------------------------------------- */
.headding{
  width: 100%;
  height: 270px;
  margin: 0 auto;
}

.headding .heddingInner{
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 40px;
}

.headding .heddingInner h2{
  width: 192px;
  height: 192px;
}

.headding .heddingInner h2.sp-ttl{
  display: none;
}

    @media screen and (max-width: 480px) {
      .headding{
        height: auto;
      }

      .headding .heddingInner{
        width: 100%;
        padding: 10px 5%;
      }

      .headding .heddingInner h2.pc-ttl {
          display: none;
      }
      .headding .heddingInner h2.sp-ttl{
        display: block;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        color: #ffffff;
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 2.1rem;
        line-height: 60px;
        font-weight: normal;
      }
    }


/* !contentArea
---------------------------------------------------------- */
.contentArea{
  width: 776px;
  float: right;
}

@media screen and (max-width: 480px) {
  .contentArea{
    width: 100%;
    float: none;
    padding: 0 5%;
  }
}

/* !sideArea
---------------------------------------------------------- */
.sideArea {
  width: 248px;
  float: left;
  padding-left: 20px;
}

.sideArea ul li{
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  line-height: 3.0;
}

.sideArea ul li:before{
  content: "";
  background: #333;
  width: 6px;
  height: 2px;
  position: absolute;
  top: 18px;
  left: 0;
}

.sideArea ul li.current-cat a{
  color: #983300;
}

.sideArea ul li.current-cat:before{
  background: #983300;
}

@media screen and (max-width: 480px) {
  .sideArea {
    width: 100%;
    float: none;
    padding: 0 5%;
    margin-bottom: 20px;
  }

}

/* !Btn
---------------------------------------------------------- */

.btn a{
  display: block;
  width: 170px;
  margin: 30px auto;
  text-align: center;
  line-height: 46px;
  border: 1px solid #000000;
}

/* !Back to top (Jump to the top of the page)
---------------------------------------------------------- */
.backTop {
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  top: -52px;
  right: 0;
  z-index: 9995;
    -webkit-transition: 1s opacity ease 1s;
  transition: 1s opacity ease 1s;
  background: #983300;
  color: #fff;
}

.backTop a {
	width: 52px;
	height: 52px;
	display: block;
}

.backTop span{
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 9997;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* !Footer
---------------------------------------------------------- */
.footer {
  background: #983300;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 4444;
}

.footer .copyright{
  padding: 0 20px 20px 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
}

    @media screen and (max-width: 480px) {
      .copyright{
      }
    }

/* !404
---------------------------------------------------------- */

#notFound .content {
  width: 980px;
  margin: 310px auto 100px;
}

#notFound .content h2 {
  font-size: 2.0rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#notFound .content .back-to-home {
  margin-top: 20px;
}

#notFound .content .back-to-home a {
  display: inline-block;
}

    @media screen and (max-width: 480px) {
      #notFound .content {
        width: 100%;
        padding: 0 5%;
      }
    }


/* !wp-pagenavi
---------------------------------------------------------- */

.wp-pagenavi {
  clear: both;
  padding: 50px 0;
  text-align: center;
}

.wp-pagenavi span.pages {
  padding-right: 50px;
}
.wp-pagenavi .current {
  margin-right: 6px;
  padding: 15px 18px;
  border: solid 1px #a0a0a0;
  background: #f1f1f1;
  color: #000; 
}
.wp-pagenavi a {
  display: inline;
  margin-right: 6px;
  padding: 15px 18px;
  border: solid 1px #a0a0a0;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 20px 0;
  }
  .wp-pagenavi span.pages {
    padding-right: 0;
    display: block;
    line-height: 60px;
  }
  .wp-pagenavi .current {
    padding: 10px 13px;
  }
  .wp-pagenavi a {
    padding: 5px 8px;
    border: none;
  }


}


/* !not_found
---------------------------------------------------------- */

.not_found .contentArea{
  width: 820px;
  float: none;
  margin: 0 auto;
}

.not_found .contentArea h2{
  margin-bottom: 20px;
  padding: 2px 2px 4px 10px;
  color: #983300;
  letter-spacing: .08em;
  font-size: 2.0rem;
  border-bottom: 1px solid #cccccc;
}

.not_found .contentArea .not-found-area p{
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.not_found .contentArea .not-found-area p.back-to-home a{
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .not_found .contentArea{
    width: 100%;
  }
  .not_found .contentArea .not-found-area p.back-to-home {
      text-align: center;
  }
}


/* !privacy
---------------------------------------------------------- */
.privacy .contentArea{
  width: 820px;
  float: none;
  margin: 0 auto;
}

.privacy .contentArea h2{
  font-size: 2.0rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.privacy .contentArea .privacy-box{
  margin: 60px auto;
}

.privacy .contentArea h3{
  font-size: 1.7rem;
  margin: 36px auto 14px;
}

.privacy .contentArea p{
  margin-bottom: 18px;
  font-size: 1.3rem;
}

.privacy .contentArea ul li{
  margin-bottom: 18px;
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 480px) {
  .privacy .contentArea{
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}


/* !Document links
---------------------------------------------------------- */
a[href$='.pdf'],
a[href$='.doc'],
a[href$='.docx'],
a[href$='.xlsx'],
a[href$='.xls'],
a[href$='.txt'],
a[href$='.zip'] {
    min-height: 14px;
    padding-right: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    background-position: right 32%;
}
a[href$='.pdf'] {
    background-image: url(../img/ico_pdf.png);
}
a[href$='.doc'],
a[href$='.docx'] {
    background-image: url(../img/ico_doc.png);
}
a[href$='.xlsx'],
a[href$='.xls'] {
    background-image: url(../img/ico_xls.png);
}
a[href$='.txt'] {
    background-image: url(../img/ico_txt.png);
}
a[href$='.zip'] {
    background-image: url(../img/ico_zip.png);
}


/* !Media Query Template
---------------------------------------------------------- */
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 320px) {}


/* !Pring Styles
---------------------------------------------------------- */
@media print {
    html,
    html body { *zoom: 0.65;}

    body { width: 960px;}
}