@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
/*--------------------------------------------------------------
## h2見出し設定(標準)
--------------------------------------------------------------*/
h2{
	color:#3f7695}

/*--------------------------------------------------------------
## h2見出し設定
--------------------------------------------------------------*/
h2.epb-advance-headling__text {
  font-weight: 700 !important;
  font-size: 2rem;
  border-radius: 10px;
  color: #bbd955 !important;
  line-height: 175% !important;
  letter-spacing: .2rem !important;
}
/*--------------------------------------------------------------
## グルメ会場ページ設定
--------------------------------------------------------------*/
.gourmet .date {
  float: right;
  margin-right: 10px;
  font-size: medium;
}
/*--------------------------------------------------------------
## ペット同伴ページリスト設定
--------------------------------------------------------------*/
.pet-list li {
  padding-bottom: 1.3em;
  padding-left: 2em;
}
.pet-list li:before {
  font-size: 1em;
  margin-top: inherit;
  color: #63838C;
}
/*--------------------------------------------------------------
## 美濃焼祭りページ
--------------------------------------------------------------*/
#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: #6B888E/*#597594*/;
  padding: 10px 10px;
  font-size: 1.5em;
  border-bottom: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
}
#tbl_park_sts th {
  background-color: #6B888E/*#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 .bus_img{
	height: 91px;
}
#tbl_park_sts .park_no{
  font-size: 1.5em;
  color: #60C0BE;
}
#tbl_park_sts .paid_park{
	color:#F48F93;
}
.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;
}
/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.js-epb-toggle__title{
	font-size: 18px;
	color: #FFFFFF !important;
	background-color: #5E7492 !important;
	letter-spacing: .06em;
	padding: 10px 36px 10px 32px;
}
.epb-accordion__title:after,.epb-accordion__title.is-active:after{
	color: #FFFFFF !important;
}
.js-epb-toggle__description{
	background-color: #F9F8F1;
	padding:24px 36px 24px 36px;
}

/*--------------------------------------------------------------
## フローティングフッター
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	  .cta-rectangle .cta-floating__body {
		height: 48px;
		padding: 12px 8px;
	}
}


/*--------------------------------------------------------------
## スクリーンサイズが767px以下の場合に適用
--------------------------------------------------------------*/
@media screen and (max-width : 767px) {
	#tbl_park_sts .pc_visible{
		display: none;
	}
}

/*--------------------------------------------------------------
## スクリーンサイズが600px以上の場合に適用
--------------------------------------------------------------*/
/* グルメ会場ページテーブル設定 */
@media screen and (min-width: 600px) {
  .gourmet td:first-child {
    width: 35%;
  }
}
/*--------------------------------------------------------------
## スクリーンサイズが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;
  }
  /* h2見出し設定スマホ対応 */
  h2.epb-advance-headling__text {
    font-size: 5.2vw;
    line-height: 160% !important;
    letter-spacing: .1rem !important;
  }
  /* ペット同伴ページリスト設定スマホ対応 */
  .pet-list li {
    padding-bottom: 0.8em;
  }
}