@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   イエティ pc.css
 *
 ********************************************************************** */


/* TOPページ用のレイアウト設定
======================================================= */
#wrappertop {
	position: relative;
}

#top_main {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* メインビジュアル
======================================================= */

.mainslide {
	overflow: hidden;
}

.mainslide ul {
	width: 100%;
}

.mainslide ul li{
	background: #fff;
}

/* .mainslide .bx-wrapper {
	height: 620px;
	overflow: hidden;
	margin: 0 !important;
}

.mainslide ul img {
	min-width: 1000px;
	width: 100%;
	min-height: 440px;
	height: auto;
} */

.mainslide ul img,
.mainslide p.single img {
	min-width: 1400px;
	width: 100%;
	min-height: 620px;
	height: auto;
}

.mainslide_sp {
	display: none;
}

.maintit {
	width: 0px;
	height: auto;
	position: absolute;
	bottom: -364px;
	left: 10%;
}

.maintit img {
	width: 100%;
	height: auto;
	
}

#main_bnr {
	position: absolute;
	top: 194px;
	right: 2%;
	width: 250px;
	z-index: 9;
}

/**本日の天気**/

#weather {
	margin: 0 0 20px;
	padding: 0 0 20px;
	background: #005ead;
	background: rgba(0, 94, 173, .85);
	color: #fff;
}

#weather .tab {
	display: table;
	width: 100%;
}

#weather .tab p {
	display: table-cell;
	width: 50%;
	padding: 5px;
	font-weight: bold;
	color: #808080;
	text-align: center;
	background: #d9d9d9;
	cursor: pointer;
}

#weather .tab p.active {
	color: #fff;
	background: #2876b9;
	background: rgba(255, 255, 255, .15);
}

#weather .title {
	padding: 10px;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	background: #2876b9;
	background: rgba(255, 255, 255, .15);
}

#weather .time {
	padding: 5px;
	border-bottom: 1px solid #5092c7;
	text-align: center;
}

#weather .title p:first-child {
	float: left;
}

#weather .panel {
	display: none;
}

#weather .panel.show {
	display: block;
}

#weather table {
	width: 100%;
}

#weather table tr th {
	width: 48px;
	padding: 7px 0;
	border-right: 1px dotted #639bca;
	border-bottom: 1px solid #4f94c8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#weather table tr td {
	padding: 7px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #4f94c8;
}

#weather table .inner {
	display: table;
	width: 100%;
}

#weather table .inner .img {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}

#weather table .inner .img img {
	width: 50px;
	height: 50px;
}

#weather table .inner .txt {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

#weather table p {
	font-size: 79%;
}

#weather table .large {
	font-size: 114%;
	font-weight: bold;
}

#weather table .large + p {
	margin: 2px 0 0;
}

#weather table tr td .road dl + dl {
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: 1px dotted #558dbd;
}

#weather table tr td .road dl dt {
	font-size: 114%;
	font-weight: bold;
}

#weather table tr td .road dl dd {
	font-size: 79%;
}

#weather table tr td .road dl dd span {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
}

#weather table tr td .road dl dd .icon_road01 {
	background: url(../../_html/img/icon_road01.png) no-repeat 0 center;
	background-size: 11px auto;
}

#weather table tr td .road dl dd .icon_road02 {
	color: #fff226;
	background: url(../../_html/img/icon_road02.png) no-repeat 0 center;
	background-size: 11px auto;
}

#weather table tr td .road dl dd .icon_road03 {
	color: #ff737e;
	background: url(../../_html/img/icon_road03.png) no-repeat 0 center;
	background-size: 11px auto;
}

#weather .text {
	padding: 15px 10px;
	font-size: 86%;
}

#weather .text p a:link,
#weather .text p a:visited { color:#fff; }
#weather .text p a:hover { color:#fff;text-decoration:none !important; }

#weather .btn {
	text-align: center;
}

#weather_sp {
	display: none;
}

/****/

.main_bnr {
	position: absolute;
	top: 20px;
	right: 3%;
	/* bottom: 70px;
	right: 14%; */
	width: 250px;
}

/* お知らせ
======================================================= */

.info {
	background: #0069c2;
}

.info2 {
	background: #f44d4d;
}

.info .inner,
.info2 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 18px 0;
}

.info .inner h2,
.info2 .inner h2 {
	float: left;
	width: 107px;
	line-height: 0;
	font-size: 0;
}

.info p,
.info2 p {
	float: right;
	width: 865px;
	color: #fff;
	font-size: 114%;
}

.info p a:link,.info2 p a:link,
.info p a:visited,.info2 p a:visited,
.info p a:hover,.info2 p a:hover,
.info p a:active,.info2 p a:active { color: #fff; }


/* メニュー
======================================================= */

.top_menu {
	min-width: 1000px;
	padding: 4px 0;
	background: #6ed5f5;
}

.top_menu img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top_menu .l_list {
	padding: 0 0 0 0.5%;
	margin: 0 auto 4px;
}

.top_menu .l_list li {
	float: left;
	width: 49.5%;
	margin: 0 0 0 0.5%;
	background: #fff;
}

.top_menu .l_list li:first-child {
	margin: 0;
}

.top_menu .l_list li.new_ev {
	background: #ff8a00;
}

.top_menu .l_list li.new_ev ul {
	padding: 0 1% 0 0;
}

.top_menu .l_list li.new_ev ul li {
	width: 49%;
	margin: 0 0 1% 1%;
}

.top_menu .l_list li.op_ev {
	background: #15bb89;
}

.top_menu .l_list li.op_ev ul {
	padding: 0 1%;
}

.top_menu .l_list li.op_ev ul li {
	width: 100%;
	margin: 0 0 1.13%;
}

.top_menu .s_list {
	padding: 0 0 0 0.5%;
	margin: 0 auto;
}

.top_menu .s_list li {
	float: left;
	width: 24.5%;
	margin: 0 0 0 0.5%;
	background: #fff;
}

.top_menu .s_list li:first-child {
	margin: 0;
}

/* メニュー2
======================================================= */

.top_menu2 {
	padding: 100px 0;
	background: url(../../img/bg_main01.jpg) no-repeat center bottom;
	-moz-background-size: 100%;
	background-size: 100%;
}

.top_menu2 ul {
	width: 960px;
	margin: 0 auto;
}

.top_menu2 ul li {
	float: right;
	width: 460px;
	margin: 0;
	background: #fff;
}

.top_menu2 ul li:first-child {
	float: left;
}

/* イベント
======================================================= */

.event {
	padding: 95px 0;
	background: #00b7f0 url(../../img/bg_main02.jpg) no-repeat center 0;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.event h2 {
	width: 1000px;
	background: #0069c2 url(../../img/tit_h2_bg.gif) no-repeat 0 0;
	height:40px;
	margin: 0 auto 30px;
	color:#fff;
	text-align:center;
	padding:12px 0 0;
}

.event .btn {
	width: 320px;
	margin: 30px auto 0;
}

.event .evtbtn_box {
	width: 660px;
	margin: 30px auto 0;
}

.event .evtbtn_box p {
	float: right;
	width: 320px;
	margin: 0;
}

.event .evtbtn_box p:first-child {
	float: left;
}

.event .ebnr {
	width: 1000px !important;
	position: relative;
	margin:0 auto 40px;
}


.event ul {
	width: 1000px;
	margin: 0 auto;
}

.event ul li {
	float: left;
	width: 250px;
	position: relative;
}

.event .ebnr .icon,
.event ul li .icon {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
}

.event ul li .eventimg {
	background: #fff;
	width:250px;
	height:250px;
	overflow:hidden;
}

#top_main .event .bx-wrapper img {
	max-width:none;
}

.event ul li .eventtxt {
	position: relative;
	width: 220px;
	margin: -30px auto 0;
	padding: 10px 0 0;
	background: url(../../img/bg_event_txt.png) no-repeat center 0;
}

.event ul li .eventtxt .inner {
	padding: 15px 12px;
	background: #fff;
}

.event ul li a {
	display: block;
}

.event ul li a:link {
	text-decoration: none;
}

.event .bx-wrapper .bx-viewport {
	background: none;
}

.event .bx-wrapper .bx-prev {
	left: -70px;
}

.event .bx-wrapper .bx-next {
	right: -70px;
}

/* TW・FB
======================================================= */

.tw_fb {
	padding: 100px 0;
	background: url(../../img/bg_main04.jpg) no-repeat center 0;
	-moz-background-size: cover;
	background-size: cover;
}

.tw_fb .inner {
	width: 1000px;
	margin: 0 auto;
}

.tw_fb .inner h2 {
	margin: 0 0 12px;
}

.tw_fb .inner .tw {
	float: left;
	width: 480px;
}

.tw_fb .inner .fb {
	float: right;
	width: 480px;
}

/* photo
======================================================= */

.photo {
	padding: 95px 0;
	background: #00b7f0 url(../../img/bg_main02.jpg) no-repeat center 0;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.photo h2 {
	width: 1000px;
	background: #0069c2 url(../../img/tit_h2_bg.gif) no-repeat 0 0;
	height:40px;
	margin: 0 auto 30px;
	color:#fff;
	text-align:center;
	padding:12px 0 0;
}


.photo .more{
	width: 340px;
	margin:0 auto;
	padding:10px 0;
	background:#0069c2 url(../../common/img/arw2.png) no-repeat 20px center;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:116%;
	font-weight:bold;
}

.photo .more a:link,
.photo .more a:hover,
.photo .more a:active,
.photo .more a:visited{
	color:#fff !important;
	text-decoration:none;
}

#social-hub-wrapper {
	height: 300px !important;
	margin-bottom: 30px;
}

.ngdialog {
	z-index: 10002 !important;
}

/* リンク
======================================================= */

.link_block {
	padding: 95px 0;
	background: #f5f5f5 url(../../img/bg_main05.gif) no-repeat center 0;
	-moz-background-size: cover;
	background-size: cover;
}

.link_block .link_list {
	width: 1000px;
	margin: 0 auto;
}

.link_block .link_list li {
	background: #fff;
}

.link_block .link_list .bx-wrapper .bx-viewport {
	background: none;
}

.link_block .link_list .bx-wrapper .bx-prev {
	left: -70px;
}

.link_block .link_list .bx-wrapper .bx-next {
	right: -70px;
}

/* Youtube
======================================================= */

.movie_block {
	padding: 35px 0;
	background: #f5f5f5 url(../../img/bg_movie.gif) center top;
}

.movie_block .inner {
	width:560px;
	margin: 0 auto;
}

.movie_block .inner h3 {
	color:#fff226;
	font-size:139%;
	font-weight:bold;
	text-align:center;
	background:#00bbff;
	background: rgba(0,192,255,0.3);
}

/* Youtube&LIVE
======================================================= */

.movie_block2 {
	padding: 35px 0 20px;
	background: #03749d url(../../img/bg_movie2.gif) center top;
}

.movie_block2 .inner {
	width:1000px;
	margin: 0 auto;
}

.movie_block2 .inner h3 {
	color:#fff226;
	font-size:139%;
	font-weight:bold;
	text-align:center;
	background:#00bbff;
	background: rgba(0,192,255,0.3);
}

.movie_block2 .inner .yt {
	width:560px;
	float:left;
	margin: 0;
}
.movie_block2 .inner .lc {
	width:420px;
	float:right;
	margin: 0;
}

/* 感染症予防対策の取り組みについて
======================================================= */
.covid-19_block{
	background: #00b7f0;
	padding: 20px 0;
}

.covid-19_block .inner{
	width: 1000px;
	margin: 0 auto;
}

.covid-19_block a{
	display: flex;
	text-decoration: none;
	background: #fff;
}

.covid-19_block a .img{
	width: 133px;
	padding: 20px 18px;
	background: #eaf2f5;
}

.covid-19_block a .txt{
	width: calc( 100% - 229px );
	padding: 25px 86px 25px 30px;
	background: url(../img/arw_box.gif) right 30px center no-repeat;
}

.covid-19_block a .txt p{
	font-size: 114%;
	color: #333;
}

.covid-19_block a .txt .tit{
	font-size: 157%;
	font-weight: bold;
	margin: 0 0 3px;
}

.covid-19_block a .txt .tit span{
	color: #e9282b;
}