@charset "euc-jp";

/*
Theme Name:Original Theme
Theme URI:https:/bisen-bisyu.com/
Description:オリジナルテーマ
Author:Bisen-Bisyu
Author URI:https:/bisen-bisyu.com/
Version:1.0
*/

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ========新着情報========  */
ul.newsList li { 
	border-bottom: 1px dotted #ccc;
	border-left: solid 8px #b8860b;
	margin-bottom: 3px;
 	line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
	}
	
ul.newsList li a { 
	display: block; 
	position: relative; 
	padding: 13px 0 13px 9em;
	}
	
ul.newsList li a:hover { 
	background-color: #fffcf4;
	}
	
ul.newsList li a span.date { 
	display: block; 
	position: absolute; 
	top: 16px; 
	left: 0; 
	width: 9em; 
	color: #333; 
	}

/* ========部分的にスクロールバーをつける========  */
div.scroll {
overflow:auto;
width:100%;
height:300px;
}

a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}

/*** レスポンシブテーブルデザイン ***/
.mobile{
  width:100%;
  border-style:none;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.mobile th{
  padding: 6px 8px 5px;
  border-style:none;
  width: 50%;
  overflow: hidden;
  color: #ffffff;
  font-style: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: transparent;
}
 
.mobile td{
padding: 5px 10px;
border-style:none;
text-align: left;
vertical-align: top;
color: #ffffff;
background-color: transparent;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 979px){
.mobile th{
  width:100%;
  display:block;
  margin: 0 auto;
  border-style:none;
}
.mobile td{
  display: list-item;
  width: 100%;
  border-style:none !important;
}
}/* end */


