@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

a:hover{
	opacity: 0.8;
}

article h1 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;

      background-image: -webkit-linear-gradient(#67e25f 0%, #2f7123 100%);
    background-image: linear-gradient( #6be063 0%, #336627 100%);
}

.article h3 {
     border-left:  none; 
     border-right: none; 
     border-top: none; 
     border-bottom: none; ; 
    font-size: 22px;
}

.sidebar h3 {
    background: #FFF;
        font-size: 100%;
}

h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094 !important;
}

h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: none !important;
    bottom: 0;
    left: 0;
   
}
.new-entry-card-date {
  display: block!important;
}

.type-guide .pager-post-navi,
.type-guide .date-tags,
.type-sanchoku .pager-post-navi,
.type-sanchoku .date-tags,
.restaurant_ishigami .pager-post-navi,
.restaurant_ishigami .date-tags,
.course-menu .pager-post-navi,
.course-menu .date-tags
 {
  display: none;
}

.menu_area tr,.menu_area th,.menu_area td{
  background:none !important;
  border: none;
      vertical-align: top;
}

.logo{
	text-align:left;
}
#head_des{
  	display: flex;
    flex-wrap: wrap;
    background: #336627;
    color: #FFF;

}

#head_des_inner{
	margin: 0 auto;
	width: 100%;
	max-width:1140px;
}
#head_des_inner p{
font-size: 80%;
    float: left;
    width: 75%;
}

.header_info {
	font-size:85%; 
}

.header_info li{
  float: left;
  list-style: none;
  color: #FFF;
}
.header_info li a{
	 color: #FFF;
	}
.header {
    background-size: auto !important;
  }
.sidebar{
  padding: 0 19px;
}

#rss_tenjikikaku{
  width: 100%;
  margin: 0 auto;
}

.sidebar ul li {
  position: relative;
  padding-left: 15px;
}
.sidebar ul li::after,
.sidebar ul li::before {
  display: block;
  content: '';
  position: absolute;
}
.sidebar ul li::after {
  top: 22px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar ul li::before {
  top: 25px;
  left: 2px;
  width: 8px;
  height: 1px;
  background-color: #666;
}

.footer-upper{
   background-image: url(../../../images/footer_top_bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height:40px; 
    margin-top: 10px;
}

.top-sns-flexbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 2.5rem;
}

.top-sns-flexbox a {
    padding: 0 2px;
    width: 33.333%;
}

a.new-entry-card-link {
    border-bottom: solid 1px #ccc;
}

.recommend-veg th{
  width: 25%;
}
.recommend-veg td{
   width: 75%;
   background: #FFF;
   padding: 10px;
  
}

.footer {
    background-color: #B8D201;
    background-position: center top;
    background-repeat: repeat-x;
    overflow: hidden;
    clear: both;
    margin: 0 auto ;
    padding: 10px 0 30px;

  }

#footer-in{
  background: #FFF;
}

.footer h3 {
    padding: 0rem 1rem;
   border-bottom: 3px solid #b8d201 !important;
       margin-bottom: 15px;
  }

 .footer h3:before {
  background: none;
 }

  #post-11844 .date-tags,#post-1189 .date-tags,#post-11844 .date-tags,#post-711 .date-tags,#post-329 .date-tags {
  display: none;
}

.wrap_product{
  display:flex;
  flex-wrap: wrap;
  /*padding-left: 40px;*/
}




body {
    background-color: #fff !important;
}

.archive_products{
  width: 28.3%;
  text-align: center;
}

.product_area {
    display: flex;
    flex-wrap: wrap;
}

.product_area p {
    margin: 0;
    text-align: center;
}

.archive_product {
    width: 33%;
    padding: 15px 5px;
}

.back_green {
    background-color: #336627;
    padding: 0 15px;
    border-radius: 8px;
}


.back_green h3 {
    color: #fff;
    padding: 20px 10px 10px;
}

.back_wt {
    padding: 0 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.pac_img {
    text-align: center;
    margin-bottom: 0 !important;
}

.pac_button{
    text-align: center;
    margin: 15px;
    padding: 0 0 25px;
}

.pac_button a {
    background-color: #094;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px;
    border-radius: 35px;
    display: inline-block;
    transition: all .4s ease-out;
}

.pac_button a:hover {
    background-color: #fff;
    color: #094;
    opacity: 100%;
}

.llrr_pac_button{
    text-align: center;
    margin: 15px;
    padding: 0 0 25px;
}

.llrr_pac_button a {
    background-color: #f39800;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 35px;
    display: inline-block;
    transition: all .4s ease-out;
}

.llrr_pac_button a:hover {
    background-color: #fff;
    color: #f39800;
    border: solid 2px #f39800;
    opacity: 100%;
}

.cart_button_area {
    display: flex;
}

.cart_button_area_l {
    width: 35%;
    padding: 0 20px 0 0;
}

.cart_button_area_r {
    width: 65%;
}

.type-product th {
    width: 20%;
}

span.normal_price_val.item_price_val {
    color: #df431f;
    font-size: x-large;
    font-weight: 600;
    margin: 0 5px;
}

.stop_miseinen_inshu {
    text-align: center;
}

.type-page .pager-post-navi {
    display: none;
}

.footer {
    background-color: #fff;
}

.footer_bottom_info_con {
    margin: 20px 0 15px;
    padding: 0 0 15px;
    border-bottom: dashed 1px #d1d6b1;
}
.footer_bottom_info_con p {
    padding: 0 25px;
}

.footer_bottom_info ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    font-size: larger;
    justify-content: center;
    border-bottom: solid 3px #b8d201;
    padding: 0 0 15px;
}

.footer_bottom_info a {
    text-decoration: none;
}

.footer-upper {
    background-image: none !important;
    height: 0;
}

.swiper-button-prev::before, .swiper-button-next::before {
    display: none;
}

.bussan_product img {
    height: 160px;
}

.kanren-ul {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    list-style: none;
    padding-left: 0;
}

.kanren-ul li {
    width: 32%;
    padding: 4px;
}

.kanren-h4 {
    border-top: none !important;
}





.bussan_product_area{
  display:flex;
  flex-wrap: wrap;
  padding-left: 40px;
}

.bussan_product{
  width: 28.3%;
  text-align: center;
}

#menu-footermenu li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
#menu-footermenu li:before {
   border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -5px;
    top: 1.1em;
    content: "";
    background: #b8d201;
    }

 .footer-right li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
 .footer-right li:before {
   border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: -5px;
    top: 0.7em;
    content: "";
    background: #b8d201;
    }

    .swiper-button-prev,
.swiper-button-next {
  width: 48px !important; /* ボタンの幅 */
  height: 48px !important; /* ボタンの高さ */
  background-size: 48px 48px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px !important; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../../../images/nextbtn.png)!important;
  opacity: 0.6;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../../../images/nextbtn.png)!important;
  transform: scale(-1, 1); /* 左右反転 */
   opacity: 0.6;
}

.swiper-button-prev:after,
.swiper-button-next:after {
 font-family: swiper-icons;
 font-size: var(--swiper-navigation-size);
 text-transform: none !important;
 letter-spacing: 0;
 text-transform: none;
 font-variant: initial;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
 content: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
 content:  none;
}

.font_change{
  margin-top: 10px;
}

.font_button{
  background: #EEE;
    padding: 0 15px;
    border: 1px solid;
    margin: 5px;
}

.sns-share-message{
  display: none;
}

.swiper-container {
 width: 100%;
 overflow: hidden;
 position: relative;
}

.thumb-list {
 padding: 0;
 display: flex;
 background: #EEE;
 -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
 
}

.thumb-item {
 list-style: none; 
}


/*------------ レストランメニュー ------------*/
h3.restaurant-pickupmenu-category::before,
h3.restaurant-pickupmenu-category::after,
h3.restaurant-menu-category::before,
h3.restaurant-menu-category::after{
    content: none;
}
.restaurant-recommendpmenu-category{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 120px;
    margin-bottom: 0;
}
.restaurant-r-category-subttl{
    margin-left: 120px;
    font-weight: 100;
}
h3.restaurant-pickupmenu-category {
    border-bottom: 6px solid #f9eba3 !important;
}
h3.restaurant-menu-category {
    border-bottom: 6px solid #50755e !important;
}
h4.restaurant-menu-ttl {
    margin: 10px 0;
    padding: 0;
    border: none;
    height: 4rem;
    vertical-align: middle;
    display: table-cell;
}
p.restaurantmenu-option {
    text-align: right;
}
p.restaurantmenu-option span {
    background: #f9eba3;
    padding: 5px 10px;
    font-weight: 600;
}
p.restaurantmenu-option-block {
    background: #f9eba3;
    padding: 5px 10px;
    font-weight: 600;
    width: 336px;
    margin: 0 0 0 auto;
}
h4.restaurant-pickupmenu-ttl {
    margin: 0 0 20px 0;
    border-bottom: 5px solid #b0dbb2;
    border-top: none;
}
p.restaurant-menu-price-wrap {
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
}
.restaurant-menu-price {
    font-size: 1.2rem;
}
.restaurant-drinkset-price {
    font-size: 16px;
    padding: 0 5px 0 0;
}
.restaurant-menu-singleprice {
    background: #b0dbb2;
    padding: 5px;
}
.archive_menus-wrap {
    display: flex;
    flex-wrap: wrap;
}
.archive_menus-inner {
    width: 33.3333%;
    padding: 10px;
}
.ribbon14-wrapper {  
	display: block;
	position: relative;
	font-weight: bold;
	margin: 0 0 3em;
}
.ribbon14 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 100px;
	text-align: center;
	font-size: 17px;
	background: #f9eba3;
}
.ribbon14:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 50px solid #f9eba3;
	border-right: 50px solid #f9eba3;
	border-bottom: 10px solid transparent;
}

/*------------ レストランメニュー [期間限定-アイルランドフェスティバル限定メニュー] ------------*/
.restaurant-limited-menu-ribbon14 {
    background: #00af6b;
    color: #fff;
    padding: 20px 10px;
}
.restaurant-limited-menu-ribbon14:after {
	border-left: 50px solid #00af6b;
	border-right: 50px solid #00af6b;
}
p.restaurant-limited-menu-option span {
    background: #f58323;
    color: #fff;
}
h4.restaurant-limited-menu-pickupmenu-ttl {
    border-bottom: 5px solid #ffe1b0;
}

/*------------ レストランメニュー [期間限定-夏期限定メニュー] ------------*/
.summer-limited-menu-ribbon14 {
    background: #59c5f7;
    color: #fff;
    padding: 20px 10px;
}
.summer-limited-menu-ribbon14:after {
	border-left: 50px solid #59c5f7;
	border-right: 50px solid #59c5f7;
}
p.summer-limited-menu-option span {
    background: #f9eba3;
}
h4.summer-limited-menu-pickupmenu-ttl {
    border-bottom: 5px solid #ffe1b0;
}

/*------------ レストランメニュー [期間限定-花とアートの森フェスタコラボメニュー] ------------*/
.collaboration-menu-ribbon14 {
    background: #658354;
    color: #fff;
    padding: 20px 10px;
}
.collaboration-menu-ribbon14:after {
	border-left: 50px solid #658354;
	border-right: 50px solid #658354;
}
p.collaboration-menu-option span {
    background: #f9eba3;
}
h4.collaboration-menu-pickupmenu-ttl {
    border-bottom: 5px solid #ffee8c;
}

/*------------------------------------------------
 プラザあいページ追加
------------------------------------------------*/
.plazaai-singlepage-wrap-box-right {
    width: 55%;
    float: right;
    padding: 0 0 0 0.5em;
}
.plazaai-singlepage-wrap-box-left {
    width: 45%;
    padding: 0 1em 0 0;
}
.plazaai-singlepage-sns-area {
    display: flex;
    flex-wrap: wrap;
}
.plazaai-singlepage-sns-box {
    width: 40%;
    padding: 1em;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 0 8px #dcdcdc;
    margin: 1em;
}
.float-clear {
    clear: both;
}
.border-dashed {
    border: dashed 1px #ccc;
    margin: 2em 0;
}
.plazaai-singlepage-shopinfo {
    background: #f2f2f2;
    padding: 0.5em;
    display: block;
    margin: 1em 0;
}

/*------------ ヘッダーナビ 調整 ------------*/
li#menu-item-13885 .caption-wrap .item-label {
    max-height: 120px;
    line-height: 1.6em;
}

/*------------ プラザあいページ レスポンシブ ------------*/
@media screen and (max-width: 680px){
	.plazaai-singlepage-sns-box {
	    width: 100%;
	    margin: 0.5em;
	}
	.plazaai-singlepage-wrap-box-right {
	    width: 100%;
	    padding: 0;
	    margin: 0 0 1em
	}
	.plazaai-singlepage-wrap-box-left {
	    width: 100%;
	    padding: 0;
	}
}



/*------------------------------------------------
 SNSシェアボタン非表示
------------------------------------------------*/
.sns-share {
    display: none;
}



/*------------------ コンタクトフォーム ------------------*/
table.contactform-table {
    border-top: none;
    border: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
table.contactform-table th {
    background: #fff0;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}
table.contactform-table tr:nth-of-type(2n+1){
    background-color: #f5f5f5;
}
table.contactform-table th,
table.contactform-table td {
    padding: 1rem;
    border-bottom: none;
    border: none;
}
table.contactform-table p {
    margin: 0;
}
.form-required,
.form-optional {
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 400;
}
.form-required {
    background-color: #cd505c;
}
.form-optional {
    background-color: #aaa;
}
.contact-cyui {
    color: #0133ba;
}
.contactform-execution {
    text-align: center;
    margin: 1rem 0;
}
.contactform-execution input[type='submit'] {
    max-width: 8rem;
}
.contactform-execution input[type="reset"] {
    padding: 0.6rem 2rem;
}
.contactform-execution .wpcf7-spinner {
	margin: 0;
}
input[type='submit'] {
    background-color: #177bcf;
    color: #fff;
    border-radius: 3px;
}
select.wpcf7-form-control.wpcf7-select.p-region {
    font-size: 1rem;
}


.gazoninsho img {
    width: 110px;
}
#contact .sidebar {
    display: none;
}
.contact-content-in {
    display: flex;
    justify-content: center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  #head_des{
  	display: none;
  }
  .font_change{
    display: none;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.bussan_product_area{
	  
	  padding-left: 60px;
	}

	.bussan_product{
	  width: 40%;
	  text-align: center;
	}

	.kanren-ul {
	    padding-left: 0 !important;
	}

.menu_area th,.menu_area td{
  display: block;
  width: 100% !important;

}

ul.thumb-list{
  padding-left: 0;
  }

/*599px以下*/
@media screen and (max-width: 599px){
	.back_wt {
	    font-size: small;
	}
	.archive_product {
	    width: 49%;
	}
	.pac_button a {
	    font-size: small;
	    padding: 13px 20px;
	}
	.llrr_pac_button a {
	    font-size: small;
	    padding: 13px 25px;
	}
	.cart_button_area {
	    display: block;
	}
	.cart_button_area_l {
	    width: 100%;
	    padding: 0;
	}
	.cart_button_area_r {
	    width: 100%;
	}
	.kanren-ul a {
	    font-size: small;
	}
	.archive_menus-inner {
    	width: 100%;
    }
    .restaurant-recommendpmenu-category {
    	font-size: 1.4rem;
    	line-height: 1.3;
	}
	span.kaigyo::after {
	    content: '\a';
	    white-space: pre;
	}
	.ribbon14-wrapper {
	    margin-bottom: 20px;
	}
	.restaurant-r-category-subttl {
	    line-height: 1.3;
	}
	.restaurant-limited-menu-category-subttl {
	    font-size: 90%;
	}
	h4.restaurant-menu-ttl {
		margin: 0;
		height: auto;
		vertical-align: unset;
		display: block;
	}
	span.menu-setsumei p {
		margin-bottom: 10px;
	}
	.top-sns-flexbox a {
	    width: 100%;
	}
	/*------------------ コンタクトフォーム ------------------*/
	table.contactform-table th,
	table.contactform-table td {
	    display: block;
	}
	table.contactform-table th {
		padding: 1rem 1rem 0;
	}
}


/*480px以下*/
@media screen and (max-width: 480px){
	.swiper-button-next ,.swiper-button-prev{
		background-image:none!important;
	}
}

/*450px以下*/
@media screen and (max-width: 450px){
  .bussan_product_area{
  padding: 0px;
}
  .bussan_product{
  width: 100%;
  text-align: center;
}

}





