@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: #24357F !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;
}


/*--------------------------------------------------------------
## foogallery #23357F
--------------------------------------------------------------*/

.foogallery.fg-dark.fg-shadow-outline .fg-item-inner {
    box-shadow: 0 0 0 1px #CCC;
}
.foogallery.fg-dark .fg-item-inner {
     background-color: #CCC; 
    color: #fff;
     border-color: #CCC; 
}
.foogallery.fg-dark.fg-shadow-small .fg-item-inner, .foogallery.fg-light.fg-shadow-small .fg-item-inner {
    box-shadow: none;
}
/*--------------------------------------------------------------
## フローティングフッター
--------------------------------------------------------------*/
@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;
  }
}
/*--------------------------------------------------------------
## 店舗紹介ページ 
--------------------------------------------------------------*/
.exhibitor-template .article-title{
	color:#3F5973;
	font-weight: bold;
}
.shop_h3{
	color:#3F5973;
	margin-bottom: 8px!important;
	font-size:1.2em;
}
.spot-btn{
	position: absolute;
    top: 7px;
    right: 0px;
    color: #ffffff;
    padding: 12px 25px;
	background-color: #3F5973;
	border-radius: 3px;
    transition: .4s;
}
.spot_info{
	position: relative;
    border: 4px solid #3F5973;/*#dcd5c7;*/
    padding: 20px 25px 15px 25px;
    background: #fff;
	margin-bottom: 15px;
}

.spot_info .spot_detail{
	font-size: 100%;
    line-height: 1.4em;
    margin: 0px 0px 25px 0px;
}

.spot_info .spot_detail > li{
position: relative;
    padding: 10px 0px 10px 110px;
    border-top: 1px solid #ede9e1;
}

ul.spot_detail {
	list-style:none;
	margin-bottom: 64px !important;
}
.spot_detail.cf li:first-child {
  border-top: none !important;
}
.spot_info .spot_detail li span{
	position: absolute;
    top: 5px;
    left: 0px;
    background: #ede9e1;
    width: 100px;
    font-size: 12px;
    line-height: 1em;
    padding: 8px;
    text-align: center;
	white-space:nowrap;
}
.spot_info .spot_detail li p{
	margin-left: 15px;
}
.spot_info .spot_detail li a{
word-wrap: break-word;
}

@media only screen and (max-width: 767px){
	.spot_info .spot_detail li span{
		width: 70px;
	}
	.spot_info .spot_detail li p{
		margin-left: -15px;
	}
	.post_content blockquote {
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 441px){
	
	.spot_info .spot_detail li p{
		margin-left: -18px;
	}
	.spot-detail-btn,.spot-inquiry-mail-btn,.spot-inquiry-tel-btn{
		width: 80%;
		margin-bottom: 0.5em;	
	}
	.spot-detail-btn span,.spot-inquiry-mail-btn span,.spot-inquiry-tel-btn span{font-size: 0.8em;}
	/* iPanorama 最大化ボタン*/
	.ipnrm.ipnrm-theme-dark .ipnrm-btn.ipnrm-btn-fullscreen{
		display: none !important;
	}
}

/* コンタクトフォーム */
/* === フォーム全体のレイアウトと幅 === */
.CF7_table {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 3px solid #e5e5e5;
  table-layout: fixed;
}

/* === テーブルセルの基本スタイル === */
.CF7_table th,
.CF7_table td {
  padding: 12px 10px;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.CF7_table th {
  text-align: left;
  width: 30%;
}

/* === ラベル行を左右分割で1列に配置 === */
.cf7-label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cf7-label-text {
  font-weight: bold;
  font-size: 1em;
}

/* === 必須バッジ（サーモンレッド・白文字） === */
.CF7_req {
  background: #e57373;  /* サーモンレッド */
  color: #fff;          /* 白文字 */
  font-size: 0.9em;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  min-width: 45px;
  text-align: center;
  margin-left: 10px;
}

/* === 任意バッジ（青緑グレー・白文字） === */
.CF7_unreq {
  background: #8fa5a5;
  color: #fff;
  font-size: 0.9em;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  min-width: 45px;
  text-align: center;
  margin-left: 10px;
}

/* === 入力欄・テキストエリア === */
.CF7_table input,
.CF7_table textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 8px;
  font-size: 1em;
  box-sizing: border-box;
}

.CF7_table ::placeholder {
  color: #797979;
}

/* === 送信ボタン === */
.CF7_btn {
  text-align: center;
  margin-top: 30px;
}

.CF7_btn .wpcf7-submit {
  background: #3f7695;       /* ボタン背景（深めのブルー） */
  color: #fff;
  padding: 12px 40px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0;
  display: inline-block;
  width: auto;
  min-width: 200px;
  text-align: center;
}

.CF7_btn .wpcf7-submit:hover {
  background: #345f78;       /* ボタンホバー時：少し暗め */
}

/* === モバイル対応 === */
@media screen and (max-width: 767px) {
  .CF7_table,
  .CF7_table tbody,
  .CF7_table tr,
  .CF7_table th,
  .CF7_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .CF7_table th {
    background-color: #ebedf5;
  }

  .cf7-label-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .CF7_btn .wpcf7-submit {
    min-width: 100%;
  }
}
/* 過去の様子出店者一覧 */
body .event-archive-section {
  margin-top: 10px !important;
}

/* Emanonの内部余白をリセット */
.event-archive-section .epb-section-divider {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
}

/* 出店者グリッド */
.exhibitor-archive {
  margin-top: 10px !important;
}
.exhibitor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* タブレット */
@media screen and (max-width: 900px) {
  .exhibitor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
/* スマホ */
@media screen and (max-width: 600px) {
  .exhibitor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
  }
  .exhibitor-archive {
    margin-top: 20px !important;
  }
}
/* ============================
  過去の様子タブ
============================ */
.event-archive-tab .epb-tab__panel{
	padding : 6px 8px !important;
}
