@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
Author: びびっど
Author URI: https://bibiddo.net
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*----------　
 * 基本タグ　
 * ------- */

.clear { clear : both ;}


/* ========== *
 * 
 * Menu 
 * 
 * ========== */

ul.menu-pc li.menu-item {
	width : 16.6%!important ;
}

/* ========== *
 * 
 * 外部リンク 
 * 
 * ========== */

/* 食べログリンク */
.tabelog {
	margin : 10px ;
	padding : 10px ;
	border : #faa303 1px solid ;
		border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
    position: relative;
}
.tabelog:after {
	position: absolute;
	right: 10px;
	bottom: 0;
	content: "●食べログ●" ;
	font-size:70% ;
	color : #8c6450 ;
}

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

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*640以下px-*/
@media screen and (min-width: 641px) {
/* アイキャッチのサイズ */
.eye-catch-image {
	max-height : 450px ;
	object-fit: scale-down;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}