/* ============================================================
  
  /pages/
  このディレクトリのCSSは「ページ特有の特有のスタイル」を
  記述してください。
  
  **visit_shouraikaku.cssについて**
  本CSSは松籟閣ページ専用CSSです。
  300行を超えるCSSとなる場合は分割を、分割を検討してください。
  
  visit_shouraikaku.css 内ルール
  
  1. Dress機能、ブロックエディタの詳細CSSで制御できないスタイル、
     ページ個別の内容の内容のみ記述すること。
  2. CMS標準の機能で定義できないもののみ記述を可とする。
  3. **共通化できる内容の記述**は絶対にしないでください。
  
============================================================ */

#a-main .theme{
	margin-left:145px;
}
#bk98058062 .c-body{
	font-size: 20px;
}

#a-main a.btn-sando {
  display: inline-block !important;
  background: #f7f6f3 !important;
  background-image: url("../../icon/arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  background-size: 7.5px 14.5px !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  max-width: 100% !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 14px 30px 14px 20px;
  margin-left: 60px;
}
#a-main a.btn-sando:hover {
  background: #000 !important;
  background-image: url("../../icon/arrow_wh.png") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
  color: #f7f6f3 !important;
  border: 1px solid #000000 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
#a-main a.btn-sando .ext__txt{
	font-size: 14px;
}

@media (max-width: 641px){
    #page #a-billboard {
        height: 154px;
        margin-top: 60px;
    }
    #a-billboard h1 {
        letter-spacing: 0.2em;
    }
	#bk98058062 .c-body{
		font-size: 16px;
	}
	#a-main .c-list_news>tbody>tr>th{
		padding: 18px 0 0 2px;
		display: table-cell;
		width: 115px;
	}
	#a-main .c-list_news>tbody>tr>td{
		padding: 0 0 18px 10px;
		display: table-cell;
		width: auto;
	}
	#product_Detail .c-list_news{
		border-bottom: 0;
	}
	
	#a-main .theme{
		margin-left: 0;
	}
	#a-main a.btn-sando{
		margin-left: 0;
		margin-top: 20px;
		font-size: 14px;
		padding: 14px 26px 14px 12px;
		width: 100%;
	}
	#a-main a.btn-sando .ext__txt{
		font-size: 12px;
		letter-spacing: 0;
	}
	
	#ticket_reservation .-col_main{
		width: 88%;
		margin: 0 auto;
	}
}














