@charset "utf-8";
/*
Theme Name: INTEGRATOR_WP_SIMPLY
Version: 100.0
package: INTEGRATOR_WP_SIMPLY
Description: INTEGRATOR Original wordpress Theme
*/



.top-cover img { width: 100%; }










/*tablepressのフォントを少し小さく*/
.tablepress {
    font-size: 0.9rem;
}
thead {
    white-space: nowrap;
}

/*フッターメニュー*/
footer li {
    list-style: none;
}

footer .sns a:hover{
    text-decoration: none;
}



/*オンラインショップ*/

.online-shop a:hover{
	text-decoration:none;

}



.pref{
	font-size:0.7rem;
	border: 1px solid #ccc;
	padding:.5px 10px;
	margin-right:10px;
	position:relative;
	top:0;
	background-color:#fff;

}
.online-shop h3{
	font-size: 0.9rem;
	letter-spacing:0;
	margin-top:-0.3rem;
}

/**/

td dt {
	    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 10rem;
}
td dd {
	    float: left ;
	    margin-left: 1em ;
}

.online-shop li {
    max-width: 160px;
    list-style: none;
    margin: 1px;
}




.contents-list .sub-title {
    line-height: 100%;
}

.btn-list {
    border: 1px solid #9F9F9F;
    padding: 0;
    max-width: 400px;
    margin: auto;
    display: block;
    border-radius: 0;

}
.btn-list a {
    display: block;
    overflow: hidden;
    padding: 2px 10px;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #0F1D4F 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: all .3s ease 0s;
    text-decoration: none;
	
}

.btn-list a:hover {
	color: #ffffff;
	background-position: -100% 0;
	 text-decoration: none;
}
.btn-list.active a{
	color: #ffffff;
	background-color:#3F4D6D;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
p {
    margin-bottom: 1.5em;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}
0.
li#menu-item-305 {
    padding-top: -11px;
    margin-top: -20px;
}

th.text-center {
    white-space: nowrap;
}


header{
	border-top:5px solid #3F4D6D;
	background-color:#DDD;

	    overflow: hidden;
}

ul.h_first {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    padding: 0 1rem;
    flex-wrap: nowrap;
}
ul.h_first a{
}
ul.h_first li{
	font-size:0.8rem;
	margin:auto 2rem;
}
ul.h_second {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    list-style-type: none;
	padding:0 1rem;
	margin:0.3rem;
}

.notes-info {
    margin-bottom: 60px;
    border: 1px solid #dc000c;
}
.notes-info p {
    font-size: 0.9rem;
    color: #dc000c;
    padding: 20px;
}

.notes-info a {
    color: #dc000c;
}

footer {
    margin-top: 4rem;
    padding: 2rem;
}

th{
	background-color: #F5F5F5;
}
th, td {
    padding: 1rem;
}
/*出展一覧の見出しセンタリング*/
th.sorting {
    text-align: center;
}



/*出展一覧の検索窓センタリング*/
.dataTables_filter {
    float: none;
    white-space: nowrap;
    text-align: center;
    margin: 2rem;
}
input[type="search"] {
    font-size: 1.1rem;
    padding: 0.3rem 1rem;
}



.dataTables_wrapper td {
    white-space: nowrap;
    /* text-align: left; */
}
.dataTables_wrapper th {
    text-align: center;
}

section.page-title {
    background-color: #F7F7F7F7;
    padding: 2rem;
    margin-bottom: 2rem;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}




.nowrap {
  text-wrap: nowrap;
}

.table-container table thead {
  position: sticky;
  top: 0;
  background-color: #f2f2f2; /* 背景は必須（透明だと裏が透ける） */
  z-index: 2;
}

.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.tablepress th, table.tablepress td {
    white-space: nowrap;
}

/**/
.sponsorlogo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.sponsorlogo > li{
    max-width: 160px;
    list-style: none;
    margin: 10px;
}

.home .flex, #footer .flex{
justify-content: space-evenly;
}

.top-cover {
    max-width: 1920px;
    margin: auto;
}
.text-left{
	text-align:left;
}
.live-performer {
    text-align: center;
}
/***************よくあるご質問******************/

.qa-q {
    color:#55979F ;
}

.qa-a {
    color: #FF8587;
	margin-bottom:2rem;
}
.qa-box{
	background-color: #fbf6ee;
	padding:20px;
	margin-bottom:20px;
	border-radius:20px;
}

/***************よくあるご質問ここまで******************/
.single-post p {
 /*   text-align: left;  */
	margin-bottom: 1.5rem;
}

input, textarea, select {
    font-size: 1.2rem;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    border: solid #666 1px;
    background-color: #fbf2f2;
    margin: 0 0 10px 0;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #72aee6;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: pointer;
}

span.contact-required {
    margin-right: 10px;
    font-size: 0.8rem;
    background-color: #cbff7f;
    padding: 1px 6px;
    border-radius: 4px;
}


.tablepress tbody td {
	vertical-align: inherit;
}


.btn-select a {
    color: #fff;
}

.btn-select {
    background-color: #86bed0;
    border-radius: 49px;
    padding: 10px 40px;
    color: #fff;
	width: fit-content;
    text-align: center;
}


.contents-list_img{
	position:relative;
}
.revival-label {
    position: absolute;
    position: 0;
    right: 0;
    top: 0;
/*    background-color: #405466bf;*/
	background-color:#db5574bd;
    padding: 0px 10px;
    color: #FFF;
}
.revival-label-same {
    position: absolute;
    position: 0;
    right: 0;
    top: 0;
/*    background-color: #405466bf;*/
	background-color:#55b9dbbd;
    padding: 0px 10px;
    color: #FFF;
	pointer-events: none;
}

.revival-label-new {
    position: absolute;
    position: 0;
    right: 0;
    top: 0;
/*    background-color: #405466bf;*/
	background-color:#acc600d6;
    padding: 0px 10px;
    color: #FFF;
	pointer-events: none;
}

.revival-label-yoyaku {
    position: absolute;
    position: 0;
    left: 0;
    top: 0;
/*    background-color: #405466bf;*/
	background-color:#cbc40bcf;
    padding: 0px 10px;
    color: #FFF;
	pointer-events: none;
}

.kitchencar-photo{
	display:flex;
}
.kitchencar-photo img{
	width:50%;
}


.kitchencar h3, .rollcake-schedule h3 {
    letter-spacing: inherit;
	font-size: 0.9rem;
}
.kitchencar p, .rollcake-schedule p {
    font-size: 0.7rem;
    line-height: 1rem;
}
ul.flex.kitchencar-schedule, ul.flex.rollcake-schedule {
    list-style: none;
}

.rollcake-schedule li {
    max-width: 170px;
	margin: 10px;
}
.kitchencar-schedule li {
    max-width: 170px;
	margin-bottom: 1rem;
}

.schedule-daytitle {
    text-align: center;
    background-color: #E49AAB;
    color: #FFF;
	margin-bottom: 10px;
}

.band {
   /* background-color: #ebf0f5;*/
background-size: auto auto;
background-color: rgba(247, 251, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(238, 243, 249, 1) 8px, rgba(238, 243, 249, 1) 16px );
}

/*PCのみ*/
@media screen and (min-width: 768px) {
.neko img {
    max-width: 35%;
  }
	}

.neko {
    position: fixed;
    margin-top: -2px;
	z-index:999;
	pointer-events: none;
}

@media screen and (max-width: 767px) {

footer .flex{flex-direction: column;}
	
.kitchencar-schedule li, .rollcake-schedule li {
    max-width: 50%;
	margin: 0;
}
	}

	
.shadow{
    box-shadow: 1px 10px 20px 0px rgb(0 0 0 / 30%);
}




  .visible{
    display: none;
  }
/*PCのみ*/
@media screen and (min-width: 768px) {
  .visible_sp{
    display: none;
  }
	
	
	
ul.h_sp{
	display: none !important;
	}
	
.contents-list li {
    width:calc(100% / 3 - 3rem); 
    margin: 0rem;
	 list-style-type: none;
	margin-bottom:3rem;
}
}

/*SPのみ*/
@media screen and (max-width: 768px) {
  .visible_pc{
    display: none;
  }
	h1{
		font-size:1.5rem!important;
	}
	h2{
		font-size:1.5rem!important;
	}
	h3{
		font-size:1.0rem!important;
	}
}






@media screen and (max-width: 767px) {
	
ul.h_first, ul.h_second{
		display:none;
	}

.contents-list li {
    width:calc(100% - 1rem); 
    margin: 0rem;
	 list-style-type: none;
	margin-bottom:3rem;
}
}



ul.h_sp {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0 1rem;
    flex-wrap: nowrap;
}
ul.h_sp li {
    font-size: 0.8rem;
    margin: auto 1rem;
}

.img-fluid{
max-width: 100%;
	height: auto;
}

	
.contents-list li a:hover {
    text-decoration:none;
}



.contents-list li img:hover{
  transition-duration: .3s;
  transform: scale(1.05);
  opacity: .7;
}



.contents-list h2 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
	text-align: center;
}

.contents-list p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    letter-spacing: .03rem;
}

.contents-list img {
    width: 100%;
}



.contents-list p.lead {
    text-align: center;
    margin-bottom: 0.7rem;
}


/*reset*/
html,body,div,p,ul,li{
	margin:0;
	padding:0;
	box-sizing: border-box;
}


tr, td, th {
    border: 1px solid #ccc;
	    text-wrap: auto;
}
}


html{
	font-size: 16px;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	justify-content: flex-start;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}


body{
font-family: dnp-shuei-mgothic-std,sans-serif;
font-weight: 400;
font-style: normal;
color: #707070;
}


a{
	color: #707070;
	text-decoration:none;
}

h1,h2,h3,h4,h5{
font-family: dnp-shuei-mgothic-std,sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0.3rem;
	margin:0;
}


h1,h2 {
    font-size: 2rem;
}





/*テキストの改行とセンタリング*/
br.sp-only {
  display: none;
}

@media (max-width: 768px) {
  br.sp-only {
    display: inline;
  }
}

br.pc-only {
  display: inline;
}

@media (max-width: 768px) {
  br.pc-only {
    display: none;
  }
}

.text-center {
  text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.text-sp-center {
  text-align: left;
}

@media (max-width: 768px) {
  .text-sp-center {
    text-align: center;
  }
}

.text-pc-center {
  text-align: left;
}

@media (min-width: 769px) {
  .text-pc-center {
    text-align: center;
  }
}

/**/








.box {
    max-width: 1200px;
    margin: 0 auto;
}


.box-m{
	max-width:960px;
	margin: auto;
}

.box-s{
	max-width:767px;
	margin: auto;
}

.box-xs{
	max-width:640px;
	margin: auto;
}

@media (max-width: 768px) {
.box,.box-m, .box-s,.box-xs{
	padding-left: 10px;
    padding-right: 10px;
}
}



.bg-01{
	background-color: #edeff2;
}
.bg-02{
	background-color: #EFEDD7;
}
.bg-03 {

background-image: linear-gradient(0deg, rgba(213, 226, 146, 1), rgba(99, 168, 38, 1));
}

.mb--1{
	margin-bottom:-1rem;
}
.mb--2{
	margin-bottom:-2rem;
}

.mb-0{
	margin-bottom:0;
}

.mb-1{
	margin-bottom:1rem;
}
.mb-2{
	margin-bottom:2rem;
}
.mb-3{
	margin-bottom:3rem;
}
.mb-4{
	margin-bottom:4rem;
}
.mb-5{
	margin-bottom:5rem;
}

.mt--2{
	margin-top:-2rem;
}
.mt--1{
	margin-top:-1rem;
}
.mt-0{
	margin-top:0;
}

.mt-1{
	margin-top:1rem;
}
.mt-2{
	margin-top:2rem;
}
.mt-3{
	margin-top:3rem;
}
.mt-4{
	margin-top:4rem;
}
.mt-5{
	margin-top:5rem;
}

.pb-0{
	padding-bottom:0rem;
}

.pb-1{
	padding-bottom:1rem;
}
.pb-2{
	padding-bottom:2rem;
}
.pb-3{
	padding-bottom:3rem;
}
.pb-4{
	padding-bottom:4rem;
}
.pb-5{
	padding-bottom:5rem;
}

.pt-0{
	padding-top:0;
}

.pt-1{
	padding-top:1rem;
}
.pt-2{
	padding-top:2rem;
}
.pt-3{
	padding-top:3rem;
}
.pt-4{
	padding-top:4rem;
}
.pt-5{
	padding-top:5rem;
}


/*-------------------------------------*/



.mr--1{
	margin-right:-1rem;
}
.mr--2{
	margin-right:-2rem;
}

.mr-0{
	margin-right:0;
}

.mr-1{
	margin-right:1rem;
}
.mr-2{
	margin-right:2rem;
}
.mr-3{
	margin-right:3rem;
}
.mr-4{
	margin-right:4rem;
}
.mr-5{
	margin-right:5rem;
}

.ml--2{
	margin-left:-2rem;
}
.ml--1{
	margin-left:-1rem;
}
.ml-0{
	margin-left:0;
}

.ml-1{
	margin-left:1rem;
}
.ml-2{
	margin-left:2rem;
}
.ml-3{
	margin-left:3rem;
}
.ml-4{
	margin-left:4rem;
}
.mr-l{
	margin-left:5rem;
}

/*-------------------------------------*/

.text-white, .text-white a{
	color:#fff;
}

/*-------------------------------------*/

.font-s{
	font-size:0.8rem;
}

/*-------------------------------------*/
.btn {
	font-size:1.2rem;
    border: 2px solid #858EA2;
    text-align: center;
    display: block;
    /* margin: auto; */
    width: fit-content;
    margin: auto;
    /* text-align: center; */
    padding: 0.8rem 5rem;
	margin: 1rem auto;

}


.btn-01 {
	font-size:1.2rem;
    border: 2px solid #858EA2;
    background-color: #EFEDD7;
    text-align: center;
    display: block;
    /* margin: auto; */
    width: fit-content;
    margin-right: auto;
	margin-left:auto;
    /* text-align: center; */
    padding: 0.8rem 5rem;
}



a:hover {
	text-decoration: underline;
}