@charset "UTF-8";
/* CSS Document */


/* ------------- 共有 CSS ------------- */
.disable{
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;  /* マウスオーバー時のカーソルをdefaultに固定 */
  color : #888888;
}



/* ------------- スマホ用(縦)  CSS ------------- */
/*@media (max-width: 768px) {/* 画面サイズが768px以下の時、{　}内のCSSを追加するメディアクエリ */
.work_title{
  margin-top:100px;
  margin-bottom:50px;	
}

.work_title h2{
  font-family : Arial Black;
  font-size : 17px;
  line-height : 20.45px;
  letter-spacing : 1.6px;
  color : #49BCED;	
}


.shop_text h3{
  font-family : Noto Sans JP;
  font-size : 14px;
  letter-spacing : 0.65px;
  color : #EC6C00;
 }  
  
.shop_text h4{
  font-family : Noto Sans JP;
  font-size : 13px;
  line-height : 21px;
  color : #49BCED;	
 }  
 
 
 .shop_text a{
  text-decoration:none;
  font-family : Noto Sans JP;
  font-size : 13px;
  font-weight:300;
  color : #888888;
 }    
 
 
 .shop_text a:hover{
  text-decoration: none;
  color : #EC6C00;
  transition:all 0.5s 0s ease;
  opacity:50%;
}



  
 hr{
  margin-top:50px;
  margin-bottom:20px;
 }    
   
.shop_list{
  margin-bottom:100px;	
}

.profile_name a:hover{
   opacity:0.5;
   transition:all 0.3s 0s ease;
}



/* ------------- タブレット用  CSS ------------- */ 
@media (min-width: 768px) {/* 画面サイズが768px以上の時、{　}内のCSSを追加するメディアクエリ */
 
 .shop_text h3{
  font-size : 15px;
 }  
 
 
 .shop_text h4{
  font-size : 14px;
 }  
 

 .shop_text a{
  font-size : 14px;
 }    
 
 
.profile_name p{
  text-align:start;
}
  
}
