@charset "UTF-8";
body {
	padding-top:79px;
	line-height: 1.6;
    color: #313131;
	overflow-x: hidden;
	}
nav {
	border-bottom: 1px solid #e0e0e0;
}
a {
	transition:all .5s ease-out;
	text-decoration: none;
	color: #313131;
}
a:hover {
	color: #313131;
	opacity:0.6;
	outline:none;
}
a:action, {
	outline:none;
}
.flexArea {
	display:flex;
}
.moreBtn {
	display:block;
	margin:20px auto;
	text-align:center;
	background:#444;
	width:250px;
	padding:10px;
	border-radius:50px;
	color:#fff;
	text-decoration:none;
}
.moreBtn:hover,.moreBtn:active {
    color: #fff;
}
.businessBtn .moreBtn{
	width:350px;
}
.last-select {
	margin:0;
}
.offcanvas-top {
    height: 70vh;
}
/*navBtn*/
.navbar-brand img {
    width: 300px;
}
.navbar-toggler-icon {
    width: 1.8em;
    height: 1.5em;
}
.navbar-toggler {
    padding: 0.25rem 0.35rem;
    background-color: #02bb80;
	transition:all .5s ease-out;
}
.navbar-toggler:hover {
	background-color: #1b7c4a;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-close {
    box-sizing: content-box;
    width: 2.1em;
    height: 1.5em;
    color: #fff !important;
    opacity: 1;
     position: relative;
    background: #02bb80 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 -2 010-1.414z'/%3e%3c/svg%3e") 50% 50%/1.5em auto no-repeat !important;
}
.btn-close:focus {
    outline: none;
    box-shadow: none;
}
.offcanvas-header .btn-close {
    margin-top: 0;
    margin-right: -0.3rem;
}
.offcanvas-body ul#main-menu {
    text-align: center;
    margin: 0 auto;
}
.offcanvas.bg-white {
    background: #e1f1ea!important;
}
.offcanvas-body ul#main-menu li {
    padding: 5px 0;
    border-bottom: solid 2px #fff;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 10px;
    color: #02bb80;
}
/*ナビボタン*/
.loginPage {
	width:150px;
	background:#fff;
	text-align:center;
	padding:0.8em;
	display:block;
	border-radius:50px;
	font-size:0.8em;
	border:solid 1px #02bb80;
}
.loginPage:hover {
	background:#02bb80;
	color:#fff;
	opacity:1;
}
.login-userBtn {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin: 0 0 0 15px;
}
.login-userBtn li {
    width: 30px;
}
.login-userBtn span {
    display: block;
    font-size: 10px;
    font-weight: 700;
}
.navBtnArea {
	align-items:center;
}
/*カートボタン*/
.cartBtn {
    width: 30px;
    margin: 5px 0;
}
.icon_cart {
	display: block;
	text-decoration: none;
	margin: 0 15px;
}
.quantity_badge {
    background: red;
    display: inline-block;
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
/*common*/
.spview {
	display:none;
}
section {
    margin-bottom: 100px;
    background: #f9f9f9;
    padding: 30px 0;
    border-radius: 10px;
}
h2 {
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
	position:relative;
	padding-left:55px;
	margin-bottom: 35px;
	margin-left: 15px;
}
h2 span {
	width: 50px;
	display: inline-block;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.page-template .wrapper {
    padding: 0;
	overflow: hidden;
}
.page-template .entry-header {
    background: #f9f9f9;
    padding: 60px 0;
	text-align:center;
}
.container-fluid {
    padding: 0;
    overflow: hidden;
}
.content-box {
    padding: 50px 0;
}
/*------------main------------*/
/*スライドエリア*/
#Topslide-area {
	margin-bottom: clamp(150px, 5vh, 40px);
}
.Topslide-area-inner {
	position:relative;
	display:flex;
}
.topslide {
	width:70%;
	background: url(https://azure-kitchen.com/wp-content/uploads/2022/07/sample_1.png);
    background-size: cover;
    padding-bottom: 35%;
    background-position: center center;
}
.topslidetext {
	width:70%;
	padding-bottom: 35%;
	position:absolute;
	top:100px;
	right:0;
	z-index:-1;
	border-radius: 0 0 0 50px;
	border-right:none;
	background: #f9f9f9;
}
.texttop-inner {
	position:absolute;
	bottom:20px;
	right:15px;
	text-align:center;
	margin:20px 0;
}
.texttop-inner span{
	display:block;
	font-size: calc(40.2px + 12.8*(100vw - 1200px)/300);
	font-weight:bold;
	margin:10px auto 30px;
	color: #02bb80;
}
.home .entry-content {
	padding-top:50px;
}
/*tab*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  display: block;
  order: -1;
}
.tab-label {
  color: #999;
  background: #e8e8e8;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 0;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0 0;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label {
    background: #02bb80;
    position: relative;
	color:#fff;
}
/*キッチンカー一覧*/
ul.topkitchen {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}
.topkitchen li {
    margin: 0 22px 30px;
    width: calc((100%/3) - 44px);
    padding: 0;
    overflow: hidden;
    background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 20px 0 #e9e9e9;
}
.topkitchen li a {
	text-decoration:none;
	color:#333;
}
.topkitchen li a .kitchencar-categories {
	padding:10px 10px 0;
	display: flex;
	border-radius:0;
}
.topkitchen li a .kitchencar-categories li{
	width: auto;
	margin:0 3px 0 0;
	font-size:0.9em;
	color:#999;
	box-shadow: none;
}
.topkitchen li a .shopName {
	padding:5px 10px 20px;
	font-size: 1.2em;
    font-weight: bold;
}

.archivesPhoto {
    position: relative;
}
.archivesPhoto span {
    display: block;
    width: 100%;
    padding-bottom: 66.666%;
    background-position: center center;
    background-size: cover;
}

/*グーグルカレンダー*/
.Googlecalendar{
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#calendar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	width:100%;
}
.fc .fc-toolbar-title {
    padding: 0;
}
.fc .fc-daygrid-day.fc-day-today {
  background: none;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background: #e3f7ef;
}
.fc-h-event {
    border: 1px solid rgb(2, 187, 128);
    background-color: rgb(2, 187, 128);
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #000;
    border-color: #000;
}
.fc .fc-button-primary {
    background-color: #444;
    border-color: #444;
}
.fc .fc-button-primary:hover {
    background-color: #333;
    border-color: #444;
}
.fc th {
    font-weight: normal;
}
.fc .fc-col-header-cell-cushion {
    padding: 0 4px;
}
.fc-theme-standard td, .fc-theme-standard th {
    background: #fff;
}
/*グーグルマップ*/
.Kitchenmap {
	height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.Kitchenmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/**/
.wcfmmp-store-search-form {
	text-align: left;
	padding: 30px 10px 10px;
	box-shadow:none;
}
#wcfmmp-stores-lists {
    box-shadow: none;
}
/**/
.wcfmmp-store-search-form input.wcfmmp-radius-addr, .wcfmmp-store-search-form input.wcfm-search-field, .wcfmmp-store-search-form input#search, .wcfmmp-store-search-form select#wcfmmp_store_category, .wcfmmp-store-search-form select#wcfmmp_store_country, .wcfmmp-store-search-form #wcfmmp_store_state, .wcfmmp-store-search-form .select2-container, .wcfmmp-store-search-form .wcfmmp-search-box, #wcfmmp_store_orderby {
    border: 1px solid #ddd!important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none!important;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper {
    border-radius: 10px;
    overflow: hidden;
}


/*シェアキッチン*/
.sharecalendar {
	width:70%;
	margin: 0 auto 20px;
}
.sharecalendar .calendarData {
    font-size: 1.75em;
    font-weight: bold;
}
.reserve-cap {
    list-style: none;
    padding: 0;
    margin: 10px auto 15px;
    display: flex;
}
.reserve-cap li {
    list-style: none;
    padding: 0;
    font-size: 13px;
    padding: 0 20px 0 15px;
    position: relative;
    color: #999;
}
.reserve-cap li span {
    font-size: 13px !important;
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-70%);
}
#booking-package button{
	border-radius: 5px;
	border:none;
	background:#02bb80;
	color:#fff;
	width:100px;
}
#booking-package_inputFormPanel .bottomBarPanel {
	width: 250px !important;
	margin:0 auto !important;
}
#booking-package_inputFormPanel .returnButton {
	padding:5px;
}
#booking-package_inputFormPanel input[type=text] {
	border-radius: 3px;
	box-shadow: 1px 1px 5px 0 #e9e9e9;
	padding: 8px 10px !important;
	width:50% !important;
	border: 1px solid #ddd!important;
	font-size: 15px;
	min-height: 38px;
	outline:none !important;
}
#booking-package_inputFormPanel input[type=text]:focus {
	border: 1px solid #bbb !important;
}
#booking-package_calendarPage .closeDay {
    color: #c2c2c2;
}
#booking-package_calendarPage .dayPanelHeight {
    height: 5.5em !important;
}
#booking-package_calendarPage .dayPanel {
	padding: 0 !important;
}
#booking-package_calendarPage .dayPostion {
    text-align: right !important;
	padding: 4px !important;
}
#booking-package_calendarPage .arrowLeft,#booking-package_calendarPage .arrowRight {
    background-color: #444 !important;
    border-color: #444 !important;
    color: #fff !important;
	border-radius: 0.25em !important;
    padding: 0.4em 0.65em !important;
	line-height: 1.5 !important;
}
.room-info {
	width:100%;
}
.room-info th{
	border:solid 1px #ddd;
	padding:5px 8px;
	background:#e3f7ef;
}
.room-info td{
	border:solid 1px #ddd;
	padding:5px 8px;
	background: #fff;
}
.navi h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#shareslide {
	width: 70%;
	margin: 0 auto 80px;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 40px;
  height: 40px;
  z-index:10;
}
.prev-arrow{
	left: -20px;
}
.next-arrow{
	right: -20px;
}
.next-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background:#80deba;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}
.next-arrow:after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*------------下層ページ------------*/
.page-template .entry-header .entry-title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	margin:0;
}
/*woocomerce*/
.woocommerce-products-header__title.page-title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	padding: 60px 0;
	background: #f9f9f9;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 1em 0;
    font-size: .92em;
    color: #767676;
}
/*登録ページ*/
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
	background: #02bb80;
}
.um input[type=submit].um-button:hover, .um a.um-button:hover {
	background: #02bb80;
	opacity:0.8;
}
.um-button,a.um-button {
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
border-radius: 5px !important;
	font-size:16px !important;
	padding: 5px!important;
	line-height: inherit !important
}
.um .um-form input[type=text], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=password], .um .um-form textarea {
   color: #000000;
    box-shadow: 1px 1px 5px 0 #e9e9e9 !important;
    min-height: 38px;
    padding: 8px 10px !important;
}
/*アカウントページ*/
nav.woocommerce-MyAccount-navigation {
    border-bottom: none;
}
.woocommerce-MyAccount-navigation ul {
	list-style:none;
	padding:0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
	background: #f9f9f9;
	margin-bottom:5px;
	padding: 8px 5px 8px 10px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active {
	background-color: #02bb80;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
	color:#fff;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right:10px;
}
.woocommerce-info::before {
    color: #02bb80;
}
.alert-info, .woocommerce-info {
    color: #313131;
    background-color: #e3f7ef;
    border-color: #e3f7ef;
}
.btn-info, .woocommerce-info a.button {
    color: #fff;
    background-color: #02bb80;
    border-color: #02bb80;
	outline: none;
}
.btn-info:hover, .woocommerce-info a.button:hover {
    color: #fff;
    background-color: #02bb80;
    border-color: #02bb80;
}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle, .woocommerce-info .btn-check:active+a.button, .woocommerce-info .btn-check:checked+a.button, .woocommerce-info .show>a.dropdown-toggle.button, .woocommerce-info a.active.button, .woocommerce-info a.button:active {
    color: #fff;
    background-color: #02bb80;
    border-color: #02bb80;
}
.btn-check:focus+.btn-info, .btn-info:focus, .woocommerce-info .btn-check:focus+a.button, .woocommerce-info a.button:focus {
    color: #fff;
    background-color: #02bb80;
    border-color: #02bb80;
    box-shadow: none;
}
.woocommerce-account .addresses .title h3 {
	font-size:1.4rem;
	margin:20px 0 10px 5px;
	font-weight:bold;
}
.woocommerce-account .addresses .title .edit {
	margin:20px 0 10px 5px;
	background:#02bb80;
	padding:5px 10px;
	font-size:0.8em;
	color:#fff;
	border-radius:5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 5px 15px;
	font-weight: 400;
	border-radius: 5px;
	line-height:1.6;
	display:block;
	width:180px;
	text-align:center
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f9f9f9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f2f2f2;
    color: #313131;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f2f2f2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #02bb80;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #02bb80;
    color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    color: #000000;
    box-shadow: 1px 1px 5px 0 #e9e9e9 !important;
    min-height: 38px;
    padding: 8px 10px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #000000;
    box-shadow: 1px 1px 5px 0 #e9e9e9 !important;
    min-height: 38px;
    padding: 8px 10px !important;
}
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #000000;
    border-color: #bbb;
    outline: 0;
}
.woocommerce-MyAccount-content form h3{
	font-size: 1.4rem;
	margin: 20px 0 10px 5px;
	font-weight: bold;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    color: #000000;
    box-shadow: 1px 1px 5px 0 #e9e9e9 !important;
    min-height: 38px;
    padding: 8px 10px !important;
    border: solid 1px #dddddd;
    border-radius: 2px;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    font-size: 1.4rem;
    margin: 20px 0 10px 5px;
    font-weight: bold;
}
/*プロフィール*/
div.uimob960 .um-profile-photo a.um-profile-photo-img {
	top:0 !important;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn,.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-meta-main .um-member-meta .um-member-metaline strong {
	display:none !important;
}

div.uimob960 .um-profile-photo a.um-profile-photo-img {
    width: 140px !important;
    height: 140px !important;
}
.um-header.no-cover .um-profile-photo {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.mypage-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    display: flex;
    justify-content: flex-end;
}
.mypage-menu li {
    margin: 0 20px 0 0;
}
.mypage-menu li a {
    font-size: .9em;
    font-weight: 700;
}
.mypage-menu li a svg {
    margin: 0 3px 0 0;
}
input[type=submit].um-button {
    padding: 5px 15px!important;
}
.um a.um-link {
    color: #02bb80;
}
.um a.um-link:hover, .um a.um-link-hvr:hover {
    color: #02bb80;
}
.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
    background: #02bb80;
}
/*キッチンカー検索*/
.s_section {
	display: flex;
	margin: 30px 0 0;
	background: #fff;
}
.s_section>a {
	position: relative;
}
.s_section a {
	display: block;
	width: calc((100%/2) - 44px);
	font-size: 1.1em;
	border-right: none;
	margin: 0 22px 30px;
	margin: 10px auto 20px;
	background: #02bb80;
	padding: 15px 0;
	border-radius: 10px;
	text-align:center;
	font-weight: 700;
	color:#fff;
}
.archive .wrapper {
	padding: 0;
}
.archive .page-header {
	background: #f9f9f9;
	padding: 60px 0;
	text-align: center;
}
.archive .page-header .page-title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	margin: 0;
}
.condition-title {
    font-size: 1.4em;
    font-weight: 700;
    margin: 10px 0 20px;
    text-align: center;
}
.LIST_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.LIST_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.LIST_CheckboxInput:hover{
  background: rgba(0,0,0,.05) !important;
}
.LIST_CheckboxInput-Input:focus + .LIST_CheckboxInput-DummyInput{
  border: solid 2px #02bb80;
}
.LIST_CheckboxInput-Input:checked + .LIST_CheckboxInput-DummyInput {
  background: #ffffff;
	border:solid 1px #02bb80;
}
.LIST_CheckboxInput-Input:checked + .LIST_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #02bb80;
}
.LIST_CheckboxInput-Input:checked + .LIST_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #02bb80;
}
.LIST_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
	height: 30px;
  border: solid 2px transparent;
  background: rgba(0,0,0, .1);
  border-radius: 4px;
}
.LIST_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.submit-button {
	background: #02bb80;
	border: none;
	color: #fff;
	font-size: 0.95em;
	padding: 10px 10px 10px;
	font-weight: bold;
	width: 250px;
	margin: 30px auto 20px;
	text-align: center;
	display: block;
	border-radius:50px;
}
.condition-title {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 20px;
	text-align: center;
}
.topkitchen li a .kitchencar-area {
	padding: 10px 10px 0;
	display: flex;
}
.topkitchen li a .kitchencar-area li {
	width: auto;
	margin: 0 3px 0 0;
	font-size: 0.7em;
	color: #fff;
	box-shadow: none;
	background:#02bb80;
	border-radius:0;
	padding: 3px 5px;
}
.searchList.topkitchen li a .kitchencar-categories {
	padding: 5px 10px 0;
	display: flex;
}
.notceText {
    font-size: 1.1em;
    text-align: center;
    margin: 30px auto;
}
/*キッチンカー詳細ページ*/
article.kitchen-car {
	background:#f9f9f9;
	padding:20px;
	border-radius:10px;
}
.kitchen-car-template-default .entry-header {
	border-bottom:dotted 3px #02bb80;
}
.kitchen-car-template-default .shop-name {
	font-size: 1.8em;
	margin:30px 0 20px;
	font-weight:bold;
}
.kitchenCar-info {
	width: 100%;
	margin-right:40px;
}
.kitchen-info {
	display:flex;
}
.kitchenCar-info th {
	width: 20%;
	padding: 20px 10px;
	border-bottom: solid 1px #ddd;
}
.kitchenCar-info td {
	width: 75%;
	padding: 20px 10px;
	border-bottom: solid 1px #ddd
}
.prArea {
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.kitchen-sns {
	display: flex;
	list-style: none;
	padding: 0;
	margin:0
}
.post_meta {
	list-style:none;
	padding:0;
	display:flex;
}
.post_date {
	padding-right:20px;
	font-size:0.9em;
}
.singleThumb {
	width:950px;
	margin:30px auto 50px;
	text-align:center;
}
.infoBtnArea {
	width:50%;
	list-style:none;
	padding:0;
}
.infoBtnArea li>a {
    display: block;
    width: 250px;
    text-align: center;
    background: #ccc;
    margin-bottom: 20px;
    text-decoration: none;
    background: #02bb80;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.kitchen-sns {
	display:flex;
	list-style:none;
	padding:0;
}
.kitchen-sns li>a {
	display:block;
	width:35px;
	margin-right:20px;
}
.area-categories{
	list-style:none;
	padding:0;
	margin:0;
}
.menu-contentArea {
	width:80%;
	margin:0 auto;
}
.menu-contentArea th{
	width:30%;
	padding:10px 20px;
}
.menu-contentArea td{
	width:70%;
	padding:10px 20px;
}
/*事業者アカウント*/
.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #02bb80;
}
/*問い合わせフォーム*/
.formTitle {
	font-weight: 700;
	font-size: 1.5em;
	margin-left: 0;
	padding-left: 15px;
	color:#02bb80;
}
.thanksText {
	padding:0 15px;
}
/*お問合せ（コンタクトフォーム７カスタマイズ）*/
.hicap {
	font-size:0.8em;
	opacity:0.7;
}
.wpcf7 {
    max-width: 100%;
}
table.contact-page {
	width:80%;
	font-size:0.95em;
	margin:20px auto;
}
table.contact-page th {
	padding:10px 0;
	overflow: hidden;
	width:30%;
	vertical-align: middle;
}
table.contact-page th span.req {
	background:#02bb80;
	color:#fff;
	font-size:0.8em;
	padding:1.5px 8px;
	display:inline-block;
	float:right;
	margin-right:10px;
	border-radius: 3px;
}
table.contact-page td {
	padding:10px 0 10px 10px;
	width:70%;
	vertical-align: middle;
}

table.contact-page td input[type="text"], table.contact-page td input[type="email"],  table.contact-page td input[type="tel"], .field, .wpcf7 input[type=url] {
    display: block;
    width: 100%;
    min-height: 38px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background-color: #ffffff;
	border: 1px solid #ddd !important;
	box-shadow: 1px 1px 5px 0 #e9e9e9 !important;
    box-shadow: none;
    color: color: #000000;
    font-size: 0.95em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}
table.contact-page td textarea {
	display: block;
    width: 100%;
    height: 65px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px 0 #e9e9e9 !important;
	border: 1px solid #ddd !important;
    color: #5c6b80;
    font-size: 0.95em;
    vertical-align: middle;
	min-height: calc(1.5em + 0.75rem + 2px);
	line-height:1.5;
	transition: background-color 0.24s ease-in-out;
}
.wpcf7-form-control-wrap{
	display: block;
}

.wpcf7-form-control.wpcf7-radio{
	float: left;
}
span.wpcf7-list-item {
    position: relative;
    width: auto;
    margin: 0 15px 0 0!important;
}

.wpcf7-list-item-label {
	cursor: pointer;
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.wpcf7-list-item-label:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 1px solid #272343;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.1em;
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	}
input[type="radio"]:checked + .wpcf7-list-item-label:before{
	background-color: #02bb80;
	box-shadow: inset 0 0 0 3px #fff;
}
.n-check .wpcf7-list-item-label:before {
	content:none;
}
.privacy-check {
	font-size:0.9em;
}
.privacy-check a {
	color:#02bb80;
}
.privacy-box {
	margin:20px auto;
	text-align:center;
}
.privacy-box input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
.privacy-box input[type=checkbox] + .wpcf7-list-item-label {
	padding-left: 2em;
	display: inline-block;
	position: relative;
}
.privacy-box .wpcf7-list-item-label:before {
	border-radius: 0;
	border: 2px solid #ccc;
}
.privacy-box input[type=checkbox] + .wpcf7-list-item-label:after,
.privacy-box input[type=checkbox] + .wpcf7-list-item-label:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.privacy-box input[type=checkbox] + .wpcf7-list-item-label:after {
	opacity: 0;
	width: 10px;
	height: 15px;
	transform: rotate(45deg) translateY(-40%);
	top: 40%;
	left: 0;
	border: none;
	border-right: 3px solid #02bb80;
	border-bottom: 3px solid #02bb80;
}
.privacy-box input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
.privacy-box .wpcf7-list-item-label {
	font-weight:bold;
}
.recap-text {
	text-align:center;
	opacity:0.7;
}
.recap-text a {
	color:#02bb80;
	opacity:1;
}
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:active, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    background-color: #ffffff;
    border: 1px solid #ddd
    outline: 0;
    box-shadow:none;
}
#formbtn {
    display: block;
    width: 290px;
    text-align: center;
    border: solid 1px #02bb80;
    color: #fff;
    margin: 50px auto 0;
    padding: 8px;
    position: relative;
    background: #02bb80;
    font-weight: bold;
    border-radius: 5px;
	outline:0;
}
button:focus,button:active,button:focus-visible {
	outline:0;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #02bb80;
    border-color: #02bb80;
	box-shadow: none;
}
.menuIcon {
	width:10px;
	margin-right:5px;
}
.formTitle {
	font-weight:bold;
	font-size:1.5em;
}
.otherform_title {
	font-size:1.1em;
	font-weight:bold;
	margin:20px 0;
}
.otherform tr{
	border-bottom:solid 1px #eee;
}
.hicap_2 {
	font-size: 0.8em;
	opacity: 0.7;
	display:block;
}
table.contact-page td textarea.shoptextArea {
	height: 90px;
	line-height: 30px;
	line-height: 1.5;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 65px;
}
/*------------footer------------*/
#footerFloatingMenu {
	display:none;
}
#wrapper-footer {
    padding: 0;
}
.site-info {
    padding: 15px 0;
    background: #000;
}
.f-copyright {
	margin:0;
	color:#999;
	text-align: center;
	font-size: 0.8em;
}
/*------------RWD------------*/
@media screen and (max-width: 1200px) {
/*スライド*/
.texttop-inner span{
   font-size: calc(33px + 12*(100vw - 991px)/209);
}
.topslide {
    width: 66%;
}
}
@media screen and (max-width: 991px) {
.offcanvas-top {
    height: 60vh;
}
.topslide {
    width: 90%;
	padding-bottom: 55%;
}
.topslidetext {
    width: 90%;
	padding-bottom: 55%;
	top: 150px;
}
#Topslide-area {
    margin-bottom: clamp(180px, 5vh, 40px);
}
.texttop-inner span {
    font-size: 40px;
    margin: 0;
}
/**/
.Googlecalendar {
    padding-bottom: 100%;
    width: 95%;
}
.Kitchenmap {
    padding-bottom: 100%;
    width: 95%;
}
/*シェアキッチンcalendar*/
#shareslide {
    width: 80%;
}
.sharecalendar {
    width: 95%;
}
/*キッチンカー詳細*/
.singleThumb {
    width: auto;
}
.kitchenCar-info th {
    width: 30%;
}
.kitchenCar-info td {
    width: 70%;
}
.menu-contentArea {
    width: 100%;
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
body {
    padding-top: 71px;
}
.spview {
	display:block;
}
.pcview {
	display:none;
}
.navbar-brand img {
    width: 250px;
}
.page-template .entry-header {
    padding: 30px 0;
}
.offcanvas-top {
    height: 70vh;
}
/*woocommerce*/
.woocommerce-products-header__title.page-title {
	padding: 30px 0;
}
/*キッチンカー*/
.topkitchen li {
    margin: 0 15px 20px;
    width: calc((100%/2) - 30px);
}
.topkitchen li a .shopName {
    font-size: 1em;
}
/*Google Calendar*/
.fc .fc-button .fc-icon {
    font-size: 1em;
}
.fc-icon {
    line-height: 0.9;
}
.fc .fc-toolbar-title {
    font-size: 1.3em;
}
.fc .fc-button {
    padding: 0.3em 0.45em;
}
.fc .fc-button {
    font-size: 0.9em;
}

/*シェアキッチンcalendar*/
#shareslide {
    width: 90%;
}
.sharecalendar .calendarData {
    font-size: 1.3em;
    font-weight: bold;
}
#booking-package_calendarPage .arrowLeft,#booking-package_calendarPage .arrowRight {
    font-size: 0.9em !important;
    padding: 0.3em 0.45em; !important;
}
/*キッチンカー検索*/
.page-template .entry-header {
    padding: 30px 0;
}
.s_section {
    display: block;
}
.s_section a {
    width: 70%;
    padding: 10px 0;
}
/*キッチンカー詳細*/
.kitchen-car-template-default .shop-name {
    font-size: calc(20px + 8.8*(100vw - 320px)/447);
}
.kitchen-info {
    display: block;
}
.infoBtnArea {
    width: 100%;
    margin: 50px auto;
}
.infoBtnArea li>a {
    margin: 0 auto 20px;
}
.kitchen-sns {
    justify-content: center;
}
/*アカウント*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
}
.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	float: none;
    margin: 0 auto 20px;
}
.woocommerce-info::before {
    content:none;
}
.woocommerce-info {
    padding: 1em 2em;
    text-align: center;
}
/*footer*/
#footerFloatingMenu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 99999998;
	border-top: 1px solid #fff;
	background: #02bb80;
}
#footerFloatingMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerFloatingMenu ul li {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	font-weight: bold;
}
#footerFloatingMenu ul li:last-child {
	border-right: none;
}
#footerFloatingMenu ul li i {
	padding-right:5px;
}
#footerFloatingMenu ul li>a {
    color: #fff;
	display:block;
	padding: 7.5px 0;
}
#footerFloatingMenu ul li img {
	width:25px;
}
#footerFloatingMenu ul li span.BtnText {
	display:block;
	font-size:0.7em;
}
.ft-cart{
	position:relative;
}
.ft-cart .icon_cart .quantity_badge {
    position: absolute;
    top: 5px;
    left: 70%;
    transform: translateX(-70%);
}
#footerFloatingMenu ul li>a :hover,#footerFloatingMenu ul li>a :active,#footerFloatingMenu ul li>a :focus {
	text-decoration:none;
}
#footerFloatingMenu i {
	color:#fff;
}
.copyright {
	padding: 15px 0 77px;
}

.site-info {
margin-bottom: 60px;
}
/*contactフォーム*/
table.contact-page {
    width: 80%;
}
table.contact-page th {
    width: 100%;
    display: block;
}
table.contact-page td {
    width: 100%;
    display: block;
    padding: 10px 0;
}
table.contact-page th span.req {
    float: none;
    margin-right: 0;
    margin-left: 10px;
}
table.contact-page td textarea {
	height:200px;
}
}
@media screen and (max-width: 600px) {
body {
    padding-top: 64px;
}
.navbar-brand img {
    width: 210px;
}
.page-template .entry-header .entry-title {
    font-size: 1.6rem;
}
/**/

/*woocommerce*/
.woocommerce-products-header__title.page-title {
	font-size: 1.6rem;
}
/*Google Calendar*/
.Googlecalendar {
    padding-bottom: 150%;
}
.fc .fc-button {
    font-size: 0.8em;
}
/*シェアキッチンcalendar*/
#shareslide {
    width: 95%;
}
.slick-arrow {
    width: 30px;
    height: 30px;
}
.prev-arrow {
    left: -10px;
}
.next-arrow {
    right: -10px;
}
.sharecalendar {
    width: 95%;
    margin: 0 auto;
}
#booking-package_calendarPage .arrowLeft,#booking-package_calendarPage .arrowRight {
    font-size: 0.8em !important;
}
/*キッチンカー検索*/
.archive .page-header .page-title {
    font-size: 1.6rem;
}
.s_section a {
    width: 300px;
    padding: 10px 0;
    font-size: 1em;
}
/*キッチンカー詳細*/
.menu-contentArea th {
    width: 100%;
    display: block;
	padding: 10px 0 0;
}
.menu-contentArea td {
    width: 100%;
    display: block;
	padding: 10px 0 30px;
}
/*アカウント*/
.woocommerce-account .addresses .title h3 {
	font-size:1.3rem;
}
legend {
    font-size: 1.3rem;
}
/*footer*/
.ft-cart .icon_cart .quantity_badge {
    position: absolute;
    top: 5px;
    left: 75%;
    transform: translateX(-75%);
}
}
@media screen and (max-width: 480px) {
.offcanvas-top {
    height: 80vh;
}
/*スライド*/
.topslide,.topslidetext {
    width: 95%;
    padding-bottom: 70%;
}
.texttop-inner span {
	font-size: calc(32px + 8*(100vw - 340px)/140);
}
.texttop-inner {
    bottom: 10px;
    right: 0;
    left: 0;
	font-size: calc(12px + 3*(100vw - 340px)/140);
}
/*キッチンカー*/
ul.topkitchen {
    display: block;
}
.topkitchen li {
    margin: 0 15px 30px;
    width: auto;
}
/*シェアキッチンcalendar*/
.reserve-cap {
    display: block;
}
#booking-package_calendarPage .dayPanelHeight {
    height: 4.5em !important;
}
/*キッチンカー詳細*/
.post_meta {
    display: block;
}
.kitchenCar-info th {
    width: 100%;
    display: block;
	padding: 20px 10px 0;
    border-bottom: none;
}
.kitchenCar-info td {
    width: 100%;
    display: block;
	padding: 10px 10px 20px;
}
.kitchenCar-info tr:last-child td {
    border: none;
    padding: 50px 0 0;
}
}

/*------------モーダル------------*/
.a-modal-org {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 190002;
}
.a-modal-org__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}
@media print, screen and (min-width: 737px) {
    .a-modal-org__inner {
        width: 80vw;
        max-width: 900px;
    }
}
@media screen and (max-width: 736px) {
    .a-modal-org__inner {
        width: 85vw;
    }
}
.a-modal-org__inner2 {
    position: relative;
    width: 100%;
}
.a-modal-org__inner3 {
    background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__inner3 {
        max-height: 80vh;
        border-radius: 12px;
        border: 1.5rem solid #fff;
    }
}
@media print, screen and (max-width: 768px) {
    .a-modal-org__inner3 {
        max-height: 70vh;
        border-radius: 6px;
        border: 1.125rem solid #fff;
    }
}
.a-modal-org__body {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.a-modal-org__scroll.is-scroll {
    overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__scroll.is-scroll {
        padding-right: 0.5rem;
    }
}
.a-modal-org__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.a-modal-org__btn {
    box-sizing: border-box;
    background-color: #333333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.a-modal-org__btn-inner {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: relative;
}
.a-modal-org__btn-inner::before, .a-modal-org__btn-inner::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.a-modal-org__btn-inner::before {
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}
.a-modal-org__btn-inner::after {
    border-left: 2px solid #ffffff;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 9px;
    transform: rotate(45deg);
}
 
/*=========
utility - display-off
=========*/
 
.a-display-off {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}
 
/*=========
layout - a-modal-org-overlay
=========*/
 
.a-modal-org-overlay {
    display: none;
    z-index: 190001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}