/*
Theme Name: oribe
Theme URI: https://wordpress.org/themes/oribe/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: oribe

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/
 */
/**
 * 6.2 - Menus
 */
/*--------------------------------------------------------------
## ウォーキングマップページ
--------------------------------------------------------------*/
.sansaku {
  text-align: center;
  margin-top: 50px;
}
.sansaku img {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
## ダウンロード一覧ページ
--------------------------------------------------------------*/
h3 {
  text-align: center;
  font-size: 2em;
  color: #597594;
}
.img_box {
  text-align: center;
}
.dl_img {
  margin: 30px auto;
}
/*--------------------------------------------------------------
## 美濃焼祭りページ
--------------------------------------------------------------*/
#minoyaki-fes-sec {
  padding-bottom: 80px;
}
#minoyaki-fes-sec .title_img {
  margin-top: 40px !important;
}
.container img {
  display: block;
  margin: 0 auto 60px;
}
.container h2 img {
  display: block;
  margin: 100px auto 60px;
}
.fes-btn {
  text-align: center;
}
.btn {
  margin: 0 20px 40px;
  padding: 1em 2em;
  border: none;
  box-sizing: border-box;
  width: 340px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: rgba(89, 117, 148, 1);
  color: #fff;
  font-size: 1.5em;
}
.btn:hover {
  border: 3px solid rgb(89, 117, 148);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(89, 117, 148, 1);
}
.btn::before, .btn::after {
  box-sizing: border-box;
}
.btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/*  Q&A　*/
.qa-container {
  margin: auto;
}
h3.qa {
  color: #597594;
  margin: 30px 0px 15px 0px;
}
.qa-007 {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}
.qa-007 summary {
  display: block;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #597594;
  font-weight: 600;
  /*
  cursor: pointer;
	*/
}
.qa-007 summary::-webkit-details-marker {
  display: none;
}
.qa-007 summary::before, .qa-007 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-007 summary::before {
  color: #71c6c5;
  content: "Q";
}
.qa-007 summary::after {
  position: absolute;
  right: 1em;
  top: calc(50% - 3px);
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #597594b3;
  border-right: 3px solid #597594b3;
  content: '';
  transition: transform .5s;
}
.qa-007[open] summary::after {
  transform: rotate(225deg);
}
.qa-007 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #597594;
  transition: transform .5s, opacity .5s;
}
.qa-007[open] p {
  transform: none;
  opacity: 1;
}
.qa-007 p::before {
  color: #ef8486;
  line-height: 1.2;
  content: "A";
}
/* Q&Aココマデ */
/* テント出店者一覧 */
/* 2024年版　あとで削除 */
table.green td {
  background:rgba(213,234,216,0.5);
}
table.red td {
  background:rgba(229,193,205,0.5);
}
table.purple td {
  background:rgba(199,200,229,0.5);
}
table.pink td {
  background:rgba(250,220,233,0.5);
}
table.orange td {
  background:rgba(251,218,200,0.5);
}
table.blue td {
  background:rgba(211,237,251,0.5);
}
table.green td:nth-of-type(1) {
  color: #00A95F;
}
table.red td:nth-of-type(1) {
  color: #E60012;
}
table.purple td:nth-of-type(1) {
  color: #6356A3;
}
table.pink td:nth-of-type(1) {
  color: #EB6EA5;
}
table.orange td:nth-of-type(1) {
  color: #EA5532;
}
table.blue td:nth-of-type(1) {
  color: #3071B9;
}
/* 2024年版ココマデ　あとで削除 */
table.sp {
  display: none;
}
table.pc {
  display: inherit;
}
.table_wrap {
  width: calc(100% / 3)
}
.flex {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tbl_shop_tento, .tbl_shop_craft {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 2px;
  margin-right: 2px;
  width: 100%;
  border-left: solid 1px #eee;
}
.tbl_shop_tento tr, .tbl_shop_craft tr {
  border-bottom: solid 1px #eee;
}
/*
.tbl_shop_tento tr:hover {
  background-color: #d4f0fd;
}
*/
.tbl_shop_tento th, .tbl_shop_tento td, .tbl_shop_craft th, .tbl_shop_craft td {
  text-align: left;
  width: 25%;
  padding: 10px 10px;
}
.tbl_shop_tento th, .tbl_shop_craft th {
  color: #FFF;
}
.tbl_shop_tento td, .tbl_shop_craft td {
  color: #595757;
}
.tbl_shop_tento tr td:nth-of-type(1), .tbl_shop_craft tr td:nth-of-type(1) {
  font-weight: 500;
}
.tbl_shop_tento th {
  background-color: #B7C5D5; /*#EBE7DA;*/
}
.tbl_shop_tento tr:nth-child(even) {
  background-color: #FFF; /*#EBE7DA;*/
}
.tbl_shop_tento tr:nth-child(odd) {
  background-color: #f9fbfe; /*#EBE7DA;*/
}
.tbl_shop_craft th {
  background-color: #4DA6A3;
}
.tbl_shop_craft tr:nth-child(even) {
  background-color: #FFF; /*#EBE7DA;*/
}
.tbl_shop_craft tr:nth-child(odd) {
  background-color: #ecfffe; /*#EBE7DA;*/
}
/* テント出店者一覧 */
/* 美濃焼まつり会場アクセスページ　*/
#minoyaki-fes-access-sec .container {
  width: 1080px;
  margin: 0 auto;
}
#minoyaki-fes-access-sec .access_title, #minoyaki-fes-access-sec .access_details {
  position: relative;
  margin-bottom: 80px;
}
#minoyaki-fes-access-sec .access_title::after, #minoyaki-fes-access-sec .access_details::after {
  content: '';
  width: 320px;
  height: 1.5px;
  display: inline-block;
  background-color: #597594;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 160px);
}
/*
.access_title {
  text-align: center;
  margin: 50px auto;
}
*/
.access_title, .access_details {
  text-align: center;
  color: #597594;
  margin-top: 50px;
}
.access_content {
  text-align: center;
  color: #597594;
  margin: 50px auto;
}
.access_img {
  text-align: center;
  color: #597594;
}
.accordion-004 {
  max-width: 1080px;
  margin: auto auto 7px auto;
  border: 2px solid #597594;
  border-radius: 5px;
}
.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #597594;
  font-weight: 600;
  cursor: pointer;
}
.accordion-004 summary::-webkit-details-marker {
  display: none;
}
.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #597594b3;
  border-right: 3px solid #597594b3;
  content: '';
  transition: transform .3s;
}
.accordion-004[open] summary::after {
  transform: rotate(225deg);
}
.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #597594;
  transition: transform .5s, opacity .5s;
}
.accordion-004[open] p {
  transform: none;
  opacity: 1;
}
.back, .gmap {
  display: block;
  margin: 32px 0;
  font-size: 1.5em;
}
.gmap {
  text-align: center;
}
.back, .gmap, .back:link, .gmap:link, .back:visited, .gmap:link {
  color: #597594;
}
/* 美濃焼まつり会場アクセスページココマデ　*/
table.pc {
  display: inherit;
}
.qa-container {
  width: 1080px;
}
h3.qa {
  font-size: 1.8em;
}
.qa-007 summary, .qa-007 p {
  font-size: 1.5em;
}
.accordion-004 summary {
  font-size: 2em;
}
.accordion-004 p {
  font-size: 1.5em;
}
/*.access_title {
    margin: 100px auto;
  }*/
.access_content {
  font-size: 2em;
  line-height: 150%;
  margin-left: 5%;
  margin-right: 5%;
}
/*.access_img {
    margin-top: 100px;
  }*/
.access_img p {
  font-size: 1.5em;
  margin-top: 5px;
}
/*
.access_details {
  margin: 100px auto 50px;
  font-size: 2em;
}
*/
/* 駐車場状況 */
#tbl_park_sts {
  width: 100%;
  color: #597594;
  padding: 10px 10px;
  font-size: 2em;
  border-bottom: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
}
#tbl_park_sts th {
  background-color: #597594;
  color: #FFF;
  height: 50px;
}
#tbl_park_sts th, #tbl_park_sts td {
  vertical-align: middle !important;
  text-align: center;
}
#tbl_park_sts tr:nth-child(even) {
  background-color: #FFF; /*#EBE7DA;*/
}
#tbl_park_sts tr:nth-child(odd) {
  background-color: #f9fbfe; /*#EBE7DA;*/
}
#tbl_park_sts img {
  margin: 15px auto;
}
#tbl_park_sts td:nth-of-type(1) {
  font-size: 2.0em;
  color: #60C0BE;
}
.park_status_info {
  /*
  text-align: left;*/
  justify-content: right;
  margin: 50px 0 80px 0;
  font-size: 1.2em;
}
.park_status_info img {
  margin: 0 10px 0 20px;
}
.park_status_info div {
  display: flex;
}
#tbl_park_sts a {
  text-decoration: underline;
}
.parking_comment {
  font-size: 1.5em;
  color: orange;
}
/* スクリーンサイズが767px以下の場合に適用 */
@media screen and (max-width : 767px) {
  .park_status_info {
    margin: 30px 0 40px 0;
    justify-content: left;
  }
  #tbl_park_sts {
    font-size: 1.2em;
  }
  #tbl_park_sts td:nth-of-type(1) {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.5em;
  }
  h3.qa {
    font-size: 1.5em;
  }
  #minoyaki-fes-access-sec .container {
    width: 100%;
  }
  .qa-container {
    width: 100%;
  }
  table.sp {
    display: inherit;
  }
  table.pc {
    display: none;
  }
  .table_wrap {
    width: calc(100% / 2)
  }
  .btn {
    font-size: 1em;
    width: 80%;
  }
  .access_img p {
    margin: 0 auto 50px;
  }
  #minoyaki-fes-sec .title_img {
    margin-top: 20px !important;
  }
  #minoyaki-fes-access-sec .title_img {
    margin-top: 20px !important;
  }
  .access_content {
    margin: 40px auto 16px;
  }
  .container h2 img {
    margin: 40px auto 16px;
    max-width: 80%;
  }
  .access_content, .accordion-004 summary {
    font-size: 1.5em;
  }
  .access_img p {
    margin-top: 5px;
  }
  #minoyaki-fes-sec .container h2 img {
    max-width: 100%;
  }
  .back, .gmap {
    font-size: 1.2em;
  }
}