@charset "UTF-8";
/* 20210910 お知らせ設置 */
.News {
  width: 80%;
  margin: 30px auto 0;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  top: 60px;
  border: 1px solid #373737;
}
.News_Head {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.News_Link:hover {
  opacity: 0.8;
}
.NewsBlock {
  	max-width: 800px;
	width: 95%;
  display: flex;
  margin: 20px auto 0;
  align-items: flex-start;
}
.NewsBlock_Post {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  width: 210px !important;
  align-items: center;
}
.NewsBlock_Post_Title {
  width: 90px;
}
.NewsBlock_Post_Cat {
  width: 110px;
  height: 30px;
  color: #fff;
  display: flex;
  line-height: 30px;
  justify-content: center;
}
.h-news-N{
	background-color: #CFB27A;
}
.h-news-S{
	background-color: #5A5A5A;
}
.NewsBlock_Text {
  /*width: calc(100% - 260px);*/
}
.NewsBlock_Text a.text-less {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid transparent;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}
.NewsBlock_Text a.text-less.text-less-link {
	overflow: visible;
	white-space: normal;
	text-overflow: inherit;
}
.NewsBlock_Text a:hover {
  border-bottom-color: #333333;
}

/* 20210910 お知らせモーダル */
.news a.text-less {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: #fff;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}
.news a.text-less:hover {
  text-decoration: none;
  border-bottom-color: #ffffff;
}
.n-content {
  color: #000000;
	line-height: 1.7;
}
.n-content a {
  color: #007bff;
	text-decoration: underline;
}
.iframe {
  width: 367px;
  height: 367px;
}
.modal-header {
  padding: 0;
  position: relative;
  height: 100%;
}
.modal-title {
  width: 100%;
}
.modal.show .modal-dialog {
  max-width: 768px;
}
/* .close{
		position: absolute;
	    top: 0;
	    right: 0;
	    background-color: rgba(0, 0, 0, 1) !important;
	    margin: 0 !important;
	    opacity: 1;
	    z-index: 99;
	} */
.x {
	color: #ffffff;
	text-shadow: none;
	font-size: 35px;
	font-family: "游ゴシック", sans-serif;
}
.t-news {
	margin-right: 10px;
}
.n-title {
  font-size: 21px;
  width: 100%;
  margin-bottom: 10px;
}
.modal-body {
  margin: 5px 5px 10px;
  color: #000;
	align-items: center;
}
.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1) !important;
  margin: 0 !important;
  opacity: 1;
  z-index: 99;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.modal-content {
  border-radius: 0;
}
/*20210917　右下バナー設置*/
.top_banner {
	position: absolute;
	bottom: 40px;
	right: 105px;
	width: calc(100% - 20px);
	max-width: 365px;
	z-index: 50;
}
.top_banner a {
	display: block;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
  border: 2px solid #fff;
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
    width: 80%;
		bottom: 60px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}