@charset "UTF-8";
/*====================================
  FAQ
=====================================*/
/*=================================
  レイアウト
==================================*/
#pagetitle {
  background: url(../images/about/pagetitle-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#container{
  padding: 0 15px;
  margin-top: 15px;
}

.container {
  max-width: 1040px;
  padding: 0 15px;
}

article {
  text-align: center;
}

article .container {
  padding: 0 15px;
  line-height: 1.75;
}
article .container p {
  text-align: left;
  margin: 15px 0;
  padding-left: 15px;
}
article .container h2 {
  text-align: left;
  font-size: 1.4rem;
  padding: 10px 18px;
  color: white;
  background: #200800;
  letter-spacing: 2px;
  margin: 10px 0;
  line-height: 1;
  clear: both;
}
article .container h3 {
  padding: 10px 0 10px 15px;
  font-size: 1.6rem;
  border-bottom: 1px solid #200800;
  color: #200800;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  clear: both;
}
article .container h4 {
  font-size: 1.5rem;
  margin: 8px 0px;
  padding: 12px 17px;
  background-color: #eee;
  text-align: left;
  line-height: 1;
  clear: both;
}
article .container ul {
  margin-bottom: 20px;
}
article .container ul > li {
  padding: 16px 0px 10px 36px;
  line-height: 1.9;
  letter-spacing: 3px;
  color: #200800;
  text-align: left;
}
article .container ul > li:before {
  content: "";
  background: url(../images/common/list-triangle.png) left center no-repeat;
  padding-left: 20px;
  background-size: 10px;
  margin-left: -20px;
}
article .container ol {
  text-align: left;
	counter-reset: my-counter;
	padding: 15px;
}
article .container ol[id^="q"] {
	padding: 15px 0;
  padding-top: 10px;
}
article .container ol > li {}
.faq ol {
/*
  padding-right: 0 !important;
  padding-left: 0 !important;
*/
}
article .container ol > li.Faq-Q {
  padding: 10px 15px 10px 15px;
}
article .container ol > li.Faq-Q:hover {
  /* background: #eee; */
  text-decoration: underline;
}
article .container ol > li:before {
	font-family: Gidole, Verdana, Geneva, "sans-serif";
	content: counter(my-counter);
	counter-increment: my-counter;
  color: #200800;
	background: #ccbb7f;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
 	width: 22px;
	border-radius: 50%;
	font-weight: bold;
}
article .container ol.categories > li:before,
article .container ol > li.Faq-Q:before {
  content: none !important;
}

a[href$=".pdf"] {
  line-height: 30px !important;
  margin-right: 2px;
}
a[href$=".pdf"]:before {
  content: "";
  background: url(../images/common/pdf_ico.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: top;
  line-height: 24px;
}
ul a[href$=".pdf"]:before {
  content: none;
}
.categories {
  max-width: 1010px;
  margin: auto;
  text-align: left;
  font-size: 0;
}
article .container ol.categories {
  padding: 0;
}
.categories li {
  display: inline-block;
  width: calc(100% / 4);
  height: 120px;
  font-size: 1.4rem;
  vertical-align: top;
  position: relative;
  padding-right: 5px;
  padding-bottom: 5px;
}
.categories .q1 a:after,
.categories .q2 a:after,
.categories .q3 a:after,
.categories .q4 a:after,
.categories .q5 a:after,
.categories .q6 a:after,
.categories .q7 a:after {
  font-family: "FontAwesome";
  color: #8f837f;
  color: #200800;
  font-size: 40px;
  width: 50px;
  text-align: center;
  margin-left: 5px;
  list-style-type: decimal-leading-zero;
  font-weight: normal;
  z-index: -1;
}
.categories a {
  color: #200800;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding: 15px;
  border: solid 1px #ddd;  
}
body {
  counter-reset: categories;
}
.categories a {
  padding-left: 40px;
}
.categories a::before {
  counter-increment: categories;
  content: "("counter(categories)")  ";
  width: 25px;
  display: inline-block;
  margin-left: -25px;
}
.categories .q1:hover a::after,
.categories .q2:hover a::after,
.categories .q3:hover a::after,
.categories .q4:hover a::after,
.categories .q5:hover a::after,
.categories .q6:hover a::after,
.categories .q7:hover a::after {
  color: #200800;
  color: white;
  z-index: 1;
}
/* 施設について */
.categories .q1 a::after {
  content: "\f1ad"; /* fa-building */
}
/* 講演について */
.categories .q2 a::after {
  content: "\f001"; /* fa-music */
}
/*  チケットについて */
.categories .q3 a::after {
  content: "\f145"; /* fa-ticket */
}
/* 貸し出し備品について */
.categories .q4 a::after {
  content: "\f1e6"; /* fa-plug */
}
/* 各種サービスについて */
.categories .q5 a::after {
  content: "\f0d1"; /* fa-truck */
}
/* ユニバーサルデザインについて */
.categories .q6 a::after {
  content: "\f193"; /* fa-wheelchair */
}
/* 施設利用・ご利用について */
.categories .q7 a::after {
  content: "\f128"; /* fa-question */
}
.categories  + .faq {
  counter-reset: categories;
}
.faq h2::before {
  counter-increment: categories;
  content: "("counter(categories)") ";
}
.faq h2 {
  position: relative;
}
button.all {
  background: transparent;
  color: white;
  text-align: center;
  border-style: none;
  border: solid 1px white;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
.faq .Faq-A ol {
  padding-left: 40px;
}
.faq .Faq-A li {
  margin-bottom: 10px;
}

/*==================================================================
  PC用スタイル ↓
===================================================================*/
@media (min-width: 769px) {
  	/*=========================
      nav
    =========================*/
  /* globalNavi */
  #globalNavi > li:nth-child(6) a {
    background-position: -621px -90px; }

  #about {
    width: 800px;
    margin: 0 auto; }

  #about > .com {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px; }

  #about .project {
    width: 100%;
    background-color: #eeeeee;
    padding: 40px;
    margin-bottom: 40px; }

  #about .project li {
    width: 450px;
    margin-right: 40px;
    float: left; }

  #about .project li:nth-child(2n) {
    margin-right: 0; }

  #about .project li h4 {
    font-size: 1.8rem;
    color: #200800;
    padding-bottom: 20px;
    border-bottom: 3px double #200800;
    margin-bottom: 25px;
    letter-spacing: 3px; }

  #about .project li .com {
    width: 190px;
    float: left;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 1px; }

  #about .project li .thum {
    width: 230px;
    float: right; }

  #about .project li .thum img {
    width: 100%;
    height: auto; }

  	/*===================
      example
    ===================*/
  #about #example {
    margin-bottom: 40px; }

  #about #example ul {
    margin-top: 5px; }

  #about #example ul li {
    padding: 16px;
    font-size: 1.3rem;
    letter-spacing: 3px;
    color: #200800;
    border-bottom: 1px dotted #200800; }

  #about p {
    font-size: 1.4em;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px; }

  .headline03 {
    padding-top: 18px;
    font-size: 1.4em;
    font-weight: lighter; }

  /*--------------------
  		faq
  --------------------*/
  .faq {
    margin: 0px auto; }
    .faq .headline02 {
      margin-bottom: 3rem;
      margin-top: 5rem; }
    .faq:first-child .headline02 {
      margin-top: 0; }

  .Faq-Q {
    border: solid 1px #6f5f5a;
    margin-bottom: 2rem;
    padding: 1rem; }
    .Faq-Q a[href="#"] {
      font-size: 1.5rem;
      color: #200800;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      text-decoration: none; }
      .Faq-Q a[href="#"]:before {
        content: "";
        display: block;
        width: 20px;
        min-width: 20px;
        height: 18px;
        background: url(../images/faq/Q.png) no-repeat;
        margin-right: 0.5rem; 
        padding-top: 5px;}
  .Faq-A {
    font-size: 1.4rem;
    margin-left: 20px;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: solid 1px #6f5f5a;
    display: none;
    line-height: 1.75; }
    .Faq-A a {
      line-height: 1.2;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      /* Fix for IE7 */
      *display: inline;
      /* Fix for IE7 */
      background: #eeeeee;
      padding: 1rem;
      color: #200800;
      text-decoration: none;
      margin-top: 1rem; }
      .Faq-A a:before {
        content: '>';
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        /* Fix for IE7 */
        *display: inline;
        /* Fix for IE7 */
        margin-right: 0.5rem; }

  	/*
    .faq ul{
      //padding-left: 18px;
    }
  
    .faq ul li{
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
  
    .faq ul li p{
      padding: 0 16px;
      font-size: 1.4rem;
      letter-spacing: 2px;
      line-height: 3rem;
      color: #200800;
    }
    .faq ul li a{
      font-size: 1.4rem;
      letter-spacing: 2px;
      line-height: 2.4rem;
      color: #0080A0;
    }
  
    .faq ul li p:last-child{
      margin-bottom: 0;
    }
  
    .faq ul li p.contact-txt{
      padding: 20px 28px;
      line-height: 1.5em;
      background-color: #eeeeee;
    }
  */
  
  .categories li:hover a {
    background: #eee;
    background: #200800;
    color: white;
  }
  
  
  /*---------------------
  	アコーディオン操作
  ----------------------*/ }
/*==================================================================
  スマートフォン用スタイル ↓
===================================================================*/
@media (max-width: 768px) {
  #about {
    padding: 15px 15px 40px 15px !important;
    margin: 0 auto; }

  #about > .com {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px; }

  #about .project {
    width: 100%;
    background-color: #eeeeee;
    padding: 20px 20px 30px 20px;
    margin-bottom: 30px; }

  #about .project li {
    width: 100%;
    margin-bottom: 20px; }

  #about .project li:last-child {
    margin-bottom: 0; }

  #about .project li h4 {
    font-size: 1.6rem;
    color: #200800;
    padding-bottom: 10px;
    border-bottom: 3px double #200800;
    margin-bottom: 15px;
    letter-spacing: 3px; }

  #about .project li .com {
    width: 49%;
    float: left;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 1px; }

  #about .project li .thum {
    width: 49%;
    float: right; }

  #about .project li .thum img {
    width: 100%;
    height: auto; }
  
  .categories li {
    width: 100%;
    max-width: 100px;
    height: 160px;
  }
  .categories a {
    position: relative;
  }
  .categories .q1 a:after, .categories .q2 a:after, .categories .q3 a:after, .categories .q4 a:after, .categories .q5 a:after, .categories .q6 a:after, .categories .q7 a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  article .container {
    padding: 15px;
  }

	/*===================
    faq
  ===================*/
  .categories a {
    font-size: 1.2rem;
    padding-left: 30px;
  }
  .Faq-A {
    display: none;
  }
  article .container .Faq-A {
    margin: 15px 15px 0 15px;
    background: #eee;
    padding: 12px;
    border-radius: 4px;
  }
  
  article .container a[href="#"] {
    padding-left: 25px;
    display: block;
    color: black;
  }  
  .Faq-Q a[href="#"]::before {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 18px;
    background: url(../images/faq/Q.png) no-repeat;
    margin-right: 5px; 
    padding-top: 5px;
    float: left;
    margin-left: -25px;
  }
  article .container .Faq-A p {
    margin: 0;
  }

	/*===================
    example
  ===================*/
  #about #example {
    margin-bottom: 30px; }

  #about #example ul {
    margin-top: 5px; }

  #about #example ul li {
    padding: 8px 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #200800;
    border-bottom: 1px dotted #200800; }

  	/*===================
      map
    ===================*/
  #map ul {
    padding: 15px 10px 0 10px; }

  #map ul li {
    margin-bottom: 30px; }

  #map ul li:last-child {
    margin-bottom: 0; }

  #map ul li p {
    padding: 0 35px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
    line-height: 2rem;
    color: #200800; }

  #map ul li p:last-child {
    margin-bottom: 0; }

  #map ul li p.contact-txt {
    padding: 12px 15px;
    line-height: 2rem;
    background-color: #eeeeee; }

  #about p {
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }

  .headline03 {
    padding-top: 30px; }}
