@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%;
}

/* ========新着情報========  */
div.scroll2 {
overflow:auto;
overflow-x: hidden;
background-color:#f0f8ff;
width:100%;
height:200px;
}

/*** レスポンシブテーブルデザイン ***/
.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 */


