@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%;
}


/* ========キャンペーン========  */
.box21{
    padding: 0.5em 1em;
    background: -moz-linear-gradient(#ffb03c, #ff708d);
    background: -webkit-linear-gradient(#ffb03c, #ff708d);
    background: linear-gradient(to right, #ffb03c, #ff708d);
    color: #FFF;
}
.box21 p {
    margin: 0; 
    padding: 0;
}

a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}


/* ========新着情報========  */
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;
}

/* 点滅アニメーションの定義 */
@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* 点滅アニメーションを適用 */
.blinking {
  animation: blinking 1s ease-in-out infinite alternate;
}




/*** レスポンシブテーブルデザイン ***/
.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;
}
}

.title {
  animation: headline 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  background: linear-gradient(
    to right top,
    #9c27b0,
    #c21fa0,
    #de268f,
    #f23a7e,
    #ff536f
  );
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  padding: 27px 24px;
}

@keyframes headline {
  100% {
    filter: hue-rotate(360deg);
  }
}

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%;
}

/* end */


