@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.3
*/

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

/* PC時メインビジュアルの表示位置を調整したい場合は以下を変更する */
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

/*834px以下*/
{
}

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

.shopinfo img {
   margin:0 auto;
}

  .shopinfo p {
    padding-bottom: 5px;
    margin-bottom: 0px;}

.shopinfo h4 {
    font-size: 18px;
    border-bottom: solid 1px #707070;
    line-height: 2em; 
    margin-bottom: 1em;}

.shopinfo h5 { 
border-bottom: solid 2px lightblue; 
border-left: solid 28px lightblue; 
font-size:1.9em; 
text-indent: 0.8em; 
font-weight: bold; 
margin-top:14px;
margin-bottom:14px;
}
}






	
