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

.gold {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #ea5550;/*文字色*/
    background: #000000;
    border: solid 3px #ea5550;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

small {
  font-size: 0.7em;
}

html {
	scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top {
width: 50px;
height: 50px;
position: fixed;
right: 10px;
bottom: 10px;
background: #e25407;
border-radius: 50%;
opacity: 0.6;
}

/* Font Awesome */
#page_top::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f0d8';
font-size: 50px;
color: rgb(255, 255, 255);
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}

