  @charset "UTF-8";
/* ----------------------------------------
  page Style Seet（PC）

	3-1. header
	3-2. footer
	3-3. 共通パーツ
	3-4.
	3-5.
---------------------------------------- */
/* ----------------------------------------
  page Style Seet (SP)

	4-1. header
	4-2. footer
	4-3. 共通パーツ
	4-4.
	4-5.
---------------------------------------- */

/*フォント*/
@import url(//fonts.googleapis.com/css?family=Biryani:300);
@import url(//fonts.googleapis.com/css?family=Crimson+Text:400italic);


/* 3-1 header
---------------------------------------------------------- */

header {
  position: fixed;
  z-index: 500;
  height: 99px;
  width: 100%;
  border-bottom: solid 1px red;
  background-color: black;
}

header #headerInner {
  position: relative;
  margin: auto;
  width: 1030px;
  height: 99px;
  margin: 0 auto;
}

header #headerInner h1 {
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto 4px;
  height: 56px;
  width: 147px;
}

header #headerInner h1 a{
  display:block;
  height: 56px;
  width: 147px;
  text-indent: -999em;
  background: url(../img/logo.gif) left top 1px no-repeat;
}

header #headerInner nav ul {
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: 0;
  /* margin: auto 0 auto 369px; */
  margin: auto 0 auto 0;
  height: 20px;
  list-style-type: none;
}

header #headerInner nav ul li {
  float: left;
  font-size: 15.5px;
  padding-right: 38px;
  letter-spacing: 0.1em;
}

header #headerInner nav ul li.current {
  color:red;
}

header #headerInner nav ul li.last {
  padding-right: 0;
}

header #headerInner nav ul li a {
  color: white;
  text-decoration: none;
}

header #headerInner nav ul li a:hover {
  color: red;
}

/* 3-2 footer
---------------------------------------------------------- */
footer {
  background-color: #2d2d2d;
  border-top: solid 1px red;
}

footer div#footerWrap {
  position: relative;
  margin: 0 auto;
  width: 1044px;
}

footer div#footerWrap div#pagetop {
  position: absolute;
  top: -43px;
  right: 7px;
}

/*サイトマップ*/
footer div#footerWrap div#sitemap {
  overflow: hidden;
  padding: 47px 0 52px 10px;
}

footer div#footerWrap div#sitemap a{
  color: #ccc;
  text-decoration: none;
}

footer div#footerWrap div#sitemap a:hover{
  color: red;
}
footer div#footerWrap div#sitemap div#maptxt div {
  color: #ccc;
  padding:0 0 15px 11px;
  border-left: solid 1px #6b6b6b;
  width: 20%;
  float: left;
}
footer div#footerWrap div#sitemap div#maptxt ul {
  list-style-type: none;
}
footer div#footerWrap div#sitemap div#maptxt ul li {
  font-size: 12px;
  line-height: 2em;
  padding-left: 4px;
}

footer div#footerWrap div#sitemap div#maptxt p {
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-left: 3px;
}

footer div#footerWrap div#sitemap div#maptxt div:#-child p{
  padding-bottom: 4px;
}

footer div#footerWrap div#sitemap div#maptxt span{
  display: block;
  font-size: 11.5px;
  margin-top: -8px;
}

footer div#copyright {
  clear: both;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  letter-spacing: 0.1em;
  background-color: black;
  padding: 15px 0 40px 0;
}

footer div#footerWrap div#pagetop {
    position:fixed;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: 400px;
    height: 42px;
    display: none;
}

footer div#footerWrap div#pagetop.bottom {
    position: absolute;
    top: -43px;
    right: 0;
    left: auto;
    bottom: auto;
}

footer div#footerWrap {
  width: 1024px;
}

/* 3-3 共通パーツ
---------------------------------------------------------- */

/*wrapper box系*/

.contentsInner{
  width: 1024px;
  margin: 0 auto 0px auto;
}

.mainContents .contentsInner{
  margin-bottom:90px;
}

/*レイアウト*/
.introTxt {margin-bottom: 24px;}

.whatsKaroImgBox{overflow: hidden;}

.whatsKaroImgBox img{
  float: left;
  width: 236px;
  padding-right: 2px;
}


/*見出し・hタグ*/
h2 {
  font-size: 37px;
  letter-spacing: -0.02em;
  font-weight: normal;
}

h2 span { font-size: 25px;}

#pageTtl{
  text-align: center;
  height: 200px;
  padding-top: 70px;
}

#pageTtl h2{
  font-size: 60px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  line-height: 1em;
  letter-spacing: 3px;
}

#pageTtl h2 + .subTtl{
  font-size: 19px;
  letter-spacing: 2px;
}

.ttlDash{
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -0.07em;
  padding-left: 35px;
  margin-bottom: 11px;
  background: url(../img/products_quest/icon_border01.jpg) 1px 17px no-repeat;
}

/*パンくず*/

.bread{
  width: 100%;
  padding-top: 100px;
  background: #2d2d2d;
  font-size: 12px;
  text-decoration: none;
}

.bread li {
  display: inline-block;
  padding: 6px 0 5px;
  text-decoration: none;
  margin-right: 14px;
  color: #fff;
}

.bread a{
  color: #fff;
  text-decoration: none;
  position: relative;
}

.bread a::after {
  position: absolute;
  top: 60%;
  right: -11px;
  display: - block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*リンク共通*/

.mainContents a{text-decoration: none;}

.mainContents a:hover{text-decoration: underline;}


/*囲みボーダーつきリンク グレー*/

a.btn-link {
  font-size: 14px;
  border: 3px solid #c0c0c0;
  display: inline-block;
  padding: 13px 31px 9px 31px;
  position: relative;
  color: #c0c0c0;
  text-align: center;
  text-decoration: none;
}

a.btn-link span{
  font-size: 15px;
  letter-spacing: 0.01em;
}

a.btn-link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.btn-link:hover {
  color: red;
  border: 3px solid red;
  position: relative;
}

a.btn-link:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid red;
  border-right: 2px solid red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*囲みボーダーつきリンク 黒*/

a.btn-link2 {
  margin-bottom: 97px;
  font-size: 16px;
  border: 3px solid #454545;
  display: inline-block;
  padding: 12px 77px 13px 77px;
  position: relative;
  color: #454545;
  text-decoration: none;
}

a.btn-link2::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #454545;
  border-right: 2px solid #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.btn-link2:hover {
  color: red;
  border: 3px solid red;
  position: relative;
}

a.btn-link2:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid red;
  border-right: 2px solid red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*囲みボーダーつきリンク 白*/

a.btn-link3 {
  font-size: 16px;
  border: 3px solid #fff;
  display: inline-block;
  padding: 14px 30px 12px 11px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

a.btn-link3::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.btn-link3:hover {
  color: red;
  border: 3px solid red;
  position: relative;
}

a.btn-link3:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid red;
  border-right: 2px solid red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
/*4-1 header
--------------------------------------------------- */

  header{ height: 60px;}

  header #headerInner {
    width: 100%;
    height: 100%;
  }

  header #headerInner h1{
    width: 89px;
    height: 34px;
    margin: auto 10px;
 }

  header #headerInner h1 a{
    background-size: 86px 32px;
    background-position-x: 5px;
  }

  header #headerInner #spHamburgerBtn{
    position: absolute;
    top: -1px;
    right: 0;
  }

  header #headerInner nav ul{
    top: 60px;
    height: 540px;
    display: none;
    margin: 0;
  }

  header #headerInner nav ul li#spMenuCloseBtn{
    font-size: 14px;
    padding: 1px 0 0 27px;
    background: url(../img/icon_menu-close.jpg) 16px 17px no-repeat #1B1B19;
    background-size: 6px 6px;
  }

  header #headerInner nav ul li#spMenuCloseBtn a::after,
  header #headerInner nav ul li#spMenuCloseBtn a:hover::after{border: none; }

  header #headerInner nav ul li {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 0 0 5%;
    border-bottom: 1px solid #676767;
    background-color: #333;
  }

  header #headerInner nav ul li a {
    display: block;
    position:relative;
  }

  header #headerInner nav ul li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -5px;
    border-top: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header #headerInner nav ul li a:hover::after {
    position: relative;
    top: -13px;
    right: -95%;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -5px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*4-2 footer
--------------------------------------------------- */

  footer div#footerWrap { width: 100%;}

  footer div#footerWrap div#pagetop {right: 0;}

  footer div#footerWrap div#sitemap { display: none;}

  footer div#copyright {
    padding: 3% 0 5% 0;
    font-size: 13px;
 }

 footer div#footerWrap div#pagetop {
   margin-left: 0;
   left: auto;
   right: 0;
 }

 footer div#footerWrap div#pagetop.bottom {
   right: 0 !important;
 }

 footer div#footerWrap {
   width: 100%;
 }

/*4-3 共通パーツ
--------------------------------------------------- */

  .contentsInner{
    width: 100%;
    margin: 0 0 75px 0;
  }

  .bread{ display: none;}

  .introTxt { margin-bottom: 20px;}

  .whatsKaroImgBox img{
    padding-right: 0;
    padding-bottom: 5px;
    width: 95%;
  }

/*  見出し*/

  #pageTtl{
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }

  #pageTtl h2{
    font-size: 30px;
    font-weight:normal;
    margin-bottom:10px;
  }

  #pageTtl h2 + .subTtl{
    font-size: 18px;
    letter-spacing: 2px;
  }

  .ttlDash{
      font-size: 20px;
      padding-left: 33px;
      margin-bottom: 5px;
      background: url("../img/products_quest/icon_border01.jpg") no-repeat 1px 12px;
      background-size: 27px 4px;
  }

/*囲みボーダーつきリンク グレー*/

  a.btn-link{
    display:block;
    margin:0 20px;
    font-size: 14px;
    padding: 10px 0px 8px 0px;
    border: 3px solid #c0c0c0;
    background-color:rgba(0,0,0,0.5);
  }

  a.btn-link span{font-size: 15px;}

  a.btn-link::after {
    width: 9px;
    height: 9px;
    top: 52%;
    right: 10px;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
  }

  a.btn-link:hover {border: 2px solid red;}

  a.btn-link:hover::after {
    width: 10px;
    height: 10px;
    top: 52%;
    right: 10px;
    border-top: 1px solid red;
    border-right: 1px solid red;
  }

/*囲みボーダーつきリンク 黒*/

  a.btn-link2 {
    font-size: 15px;
    padding: 13px 75px;
    border: 3px solid #454545;
    margin-bottom:38px;
  }

  a.btn-link2::after {
    width: 8px;
    height: 8px;
    top: 48%;
    right: 10px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
  }

  a.btn-link2:hover {
    border: 1px solid red;
  }

  a.btn-link2:hover::after {
    width: 4px;
    height: 4px;
    top: 60%;
    right: 5px;
    border-top: 1px solid red;
    border-right: 1px solid red;
  }

  /*囲みボーダーつきリンク 白*/

  a.btn-link3 {
    font-size: 16px;
    padding: 13px 20px 12PX 14px;
  }

  a.btn-link3::after {
    width: 8px;
    height: 8px;
    top: 53%;
    right: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  a.btn-link3:hover {
    border: 3px solid red;
  }

  a.btn-link3:hover::after {
    width: 8px;
    height: 8px;
    top: 53%;
    right: 7px;
    border-top: 1px solid red;
    border-right: 1px solid red;
  }


}
