@charset "UTF-8";
/*
footerボタン
*/
#wrapper .footer_bnr2021 {
	background-color:#FFF;
	position: fixed;
	display: block;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 9998;
	text-align: center;
	padding: 1%;
	opacity:0.5;
	height:70px;
}

@media all and (min-width: 1024px) {
#footerFloatingMenu {
	position: fixed;
	display: block;
	width: 100%;
	left: 0px;
	bottom: 50px;
	z-index: 9999;
	text-align: center;
	padding: 1%;
}
#footerFloatingMenu img.fot_img01 {
	max-width: auto;
	max-height: 50px;
}
#footerFloatingMenu img.fot_img02 {
	max-width: auto;
	max-height: 50px;
}
#footerFloatingMenu img.fot_img03 {
	max-width: auto;
	max-height: 50px;
}
#wrapper .footer_bnr2021 {
	height:44px;
}
}

@media  (max-width: 1024px) {
#footerFloatingMenu {
	display: none !important;
 }
 }

.zoom-box {
  display: inline-block;
  overflow: hidden;
}
.c-bnr.zoom {
  display: block;
  transition-duration: .4s;
}
.c-bnr.zoom:hover {
  transform: scale(1.1);
}


/*/////////////////////////////////////////////////
//twitter風チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/
.twitter__container {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  //max-width: 400px;
  margin: 20px auto;
  font-size: 80%;
  border: solid 1px #eeeeee;
}

/* タイトル部分 */
.twitter__container .twitter__title {
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  color: #2c2c2c;
}


/* タイムライン部分 */
.twitter__container .twitter__contents {
  overflow: hidden;
  position: relative;
  line-height: 135%;
}

.twitter__container .twitter__contents.scroll {
  height: 500px;
  overflow-y: scroll;
}


/* ツイート埋め込みを中央寄せ */
.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}