@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*{margin: 0;padding: 0;}

/*=================================================================*/
/* 【PC】：component.css setting                                                 */
/*=================================================================*/

/*	1: body
---------------------------------------------------------------*/
body {
	margin: 0 auto;
	text-align: left;
	word-break: break-all;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size: 14px;
	background-color: #FFF;
	background: url(../../images/pc/union/bg01.gif) repeat 0 0;
	}
#wrap {
	overflow: hidden;
	}

/*	p
---------------------------------------------------------------*/
p{text-align: left; line-height: 1.5}

/*	img
---------------------------------------------------------------*/
img{
	vertical-align: bottom;
}

/*	table
---------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

/*	a
---------------------------------------------------------------*/
a:link{
 color: #0085c7;
}
a:visited{
 color: #0085c7;
 text-decoration: none;
}
a:hover{
 text-decoration: none;
 /*opacity: 0.7;*/
}
a img{border: none;}

/*	2: ul
---------------------------------------------------------------*/
ul li, ol li {
	list-style-type: none ;
}

::selection{
background:rgba(245,203,30,0.7);
/* text-shadow:none; */
}
::-webkit-selection{
background:rgba(245,203,30,0.7);
text-shadow:none
}

/*	スペース
---------------------------------------------------------------*/

#sec_contents .mb10 { margin-bottom: 10px !important; }
#sec_contents .mb20 { margin-bottom: 20px !important; }
#sec_contents .mb30 { margin-bottom: 30px !important; }
#sec_contents .mb40 { margin-bottom: 40px !important; }
#sec_contents .mb50 { margin-bottom: 50px !important; }
#sec_contents .mb60 { margin-bottom: 60px !important; }
#sec_contents .mb80 { margin-bottom: 80px !important; }
#sec_contents .mb100 { margin-bottom: 100px !important; }

#sec_contents .ml20 { margin-left: 20px;}

/* SP非表示 display:none; */
.sp{ display:none !important; }

#spBlockMenu {
	display: none;
	}

/* header
-------------------------------------------------------------------*/
header {
	padding: 20px 0 23px 0;
	border-top: solid 5px #0095cf;
	position: relative;
	z-index: 100;
	background-color: #FFF;
	position: relative;
}
header::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	left: 0;
	top: -5px;
	background-color: #0095cf;
	z-index: 10;
}
	
header div.logo a {
	text-decoration: none;
	display: block;
}
	
#wrap header a { color: #424242; }

header .inner {
	margin: 0 auto;
	width: 962px;
	position: relative;
}
		
header .head-function {
	padding-top: 8px;
	width: 605px;
}

/*ヘッダーSDGs*/
.header_sdgs {
  position: absolute;
  left: 342px;
  top: 0px;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  background: url(../../images/pc/union/icon_sdgs_color.gif) no-repeat left center;
  background-size: 40px 40px;
  padding: 5px 0 5px 46px;
  letter-spacing: 0.05em;
}
.header_sdgs:hover {
  opacity: 0.7;
}
.header_sdgs span {
  display: inline-block;
  background: url(../../images/pc/union/sdgs_arrow.gif) no-repeat right center;
  padding: 0 10px 0 0;
}

/*翻訳・天気*/

.header-right-top {
	width: 605px;
	margin-bottom: 18px;
}

.header-right-top #google_translate_element {
	width: 480px;
	float: left;
	text-align: right;
	padding-top: 4px;
}

.header-right-top ul {
	width: 490px;
	padding-top: 10px;
	float: left;
}

.header-right-top ul li {
	float: right;
}

.header-right-top a.weather {
	width: 100px;
	float: right;
}




#change-color {
	width: 90px;
	height: 25px;
	float: left;
	margin-right: 10px;
	border: solid 1px #DDD;
	border-radius: 3px;
	margin-top: 2px;
}

#change-color a {
	display: block;
	width: 30px;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 2px 0;
}

#wrap header a#switch-white {
	background-color: #FFF;
}

#wrap header a#switch-black {
	background-color: #333;
	color: #FFF;
}

#wrap header a#switch-yellow {
	background-color: #f0fb18;
}

dl.fontsize_change {
	margin-left: 7px;
}

header .head-function ul { margin: 0 0 26px 0; }

header .head-function ul li {
	padding-left: 14px;
	padding-right: 14px;
	border-right: 1px solid #c5c5c5;
	line-height: 90%;
	}
	
	header .head-function ul li:first-child { border: none; }
	
	header .head-function ul li a { text-decoration: none; }
	header .head-function ul li a:hover { opacity: 0.6; }
	
header dl {
	margin-right: 10px;
	line-height: 40px;
	font-size: 93%;
	}
	
	header dl dt {
		line-height: 30px;
		margin-right: 6px;
		}
		
		#wrap header dl dd a {
			margin: 0 5px 0 0;
			text-align: center;
			width: 50px;
			height: 30px;
			line-height: 29px;
			color: #424242;
			background: #efefef;
			border: solid 1px #dcdcdc;
			border-radius: 4px;
			text-decoration: none;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			}
			
			#wrap header dl dd a:hover {
				border: solid 1px #dcdcdc;
				color: #424242;
				background: #efefef;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
				}
				
		#wrap header dl dd .active a {

			color: #fff;
			background: #0095cf;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			border:none;
			}
			
		header .search_read { line-height: 40px; }
		
		/* サイト内検索フォーム */
		#head_search-box-wrapper { width: 164px; }
		header #cse-search-form {
			margin-top: 2px;
			height: 26px;
			}
			
		header form.gsc-search-box { margin-bottom: 0; }
		header .gsc-input-box {
			border: 1px solid #d7d6d3;
			border-radius: 16px;
			width: 164px;
			height: 26px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			}
header .gsc-input-box .gsib_a { padding: 2px 6px; }
header .gsc-search-button { display: none; /*検索ボタン非表示 */ }
header .gsc-search-box-tools .gsc-search-box .gsc-input { padding-right: 0; }
input::-ms-clear { visibility:hidden; /*検索窓の×マーク非表示 */ }

/* 翻訳リンク add20200331 */
header .languageLink {
	position: relative;
	width: 107px;
	float: left;
	margin-left: 366px;
	border: solid 1px #bdbdbd;
	padding: 3px 2px 3px 8px;
	cursor: pointer;
}
header .languageLink::before {
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 30px;
	top: 23px;
	margin-top: -18px;
	background-color: #DDD;
}
header .languageLink::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 10px solid #d0d0d0;
	transform: rotate(0deg);
	right: 11px;
	top: 50%;
	margin-top: -5px;
}
header .languageLink ul {
	display: none;
	position: absolute;
	width: 117px;
	top: 27px;
	left: -1px;
	background-color: #FFF;
	border: solid 1px #DDD;
	z-index: 100;
	padding: 0;
}
header .languageLink:hover ul {
	display: block;
}
header .languageLink ul li,
header .languageLink ul li:first-child {
	display: block;
	padding: 0 0 0 0;
	float: none;
	border-bottom: dotted 1px #DDD;
	border-right: none;
}
header .languageLink ul li:last-child {
	border-bottom: none;
}
header .languageLink ul li a {
	display: block;
	padding: 8px 10px;
	font-size: 13px;
}
#wrap header .languageLink ul li a:hover {
	background-color: #0095cf;
	color: #FFF;
	opacity: 1;
}

/* ページ読み上げ */
#head_reading-page {
	background: url(../../images/pc/union/btn_reading.gif);
	display: inline-block;
	width: 130px;
	height: 30px;
	color:#000;
	font-size: 86%;
	font-weight: bold;
	text-indent: 34px;
	text-decoration: none;
	line-height: 29px;
	margin: 0 10px 0 0;
	}
	#head_reading-page:hover { opacity:0.6; }
	
/* nav
-------------------------------------------------------------------*/
nav {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	z-index: 1;
	}
	
	nav.nav-inner {
		margin: 0 auto;
		padding: 19px 0 0 0;
		width: 960px;
		}
		
		nav.nav-inner #nav-hidden { background: url(../../images/pc/union/nav_line.png) repeat-y left top; }
		
			nav.nav-inner #nav-hidden>li {
				background: url(../../images/pc/union/nav_line.png) repeat-y right top;
				float: left;
				padding: 0px 0 2px 0;
				}
				
			li.nav_hotspring, li.nav_stay, li.nav_sightseeing, li.nav_eat, li.nav_buy { width: 128px; }
			
			li.nav_info { width: 177px; }
			
			li.nav_access { width: 143px; }
			
				li.nav_hotspring a { padding-left: 60px; }
				li.nav_stay a { padding-left: 52px; }
				li.nav_sightseeing a { padding-left: 60px; }
				li.nav_eat a { padding-left: 56px; }
				li.nav_buy a { padding-left: 60px; }
				li.nav_info a { padding-left: 52px; }
				li.nav_access a { padding-left: 54px; }
				
				nav.nav-inner #nav-hidden>li>a {
					font-size: 129%;
					line-height: 85%;
					display: block;
					color: #000;
					text-decoration: none;
					background: url(../../images/pc/union/nav_line.png) repeat-y right top;
					padding-top: 7px;
					}
				nav.nav-inner #nav-hidden>li a:hover{ opacity:0.7; }
				
				nav.nav-inner #nav-hidden li.nav_hotspring>a { background: url(../../images/pc/union/icon_hotspring.gif) no-repeat 18px 0px; }
				nav.nav-inner #nav-hidden li.nav_stay>a { background: url(../../images/pc/union/icon_stay.gif) no-repeat 18px 0px; }
				nav.nav-inner #nav-hidden li.nav_sightseeing>a { background: url(../../images/pc/union/icon_sightseeing.gif) no-repeat 18px 0px; }
				nav.nav-inner #nav-hidden li.nav_eat>a { background: url(../../images/pc/union/icon_eat.gif) no-repeat 18px 0px; }
				nav.nav-inner #nav-hidden li.nav_buy>a { background: url(../../images/pc/union/icon_buy.gif) no-repeat 18px 0px; }
				nav.nav-inner #nav-hidden li.nav_info>a { background: url(../../images/pc/union/icon_info.gif) no-repeat 18px 0px; }
				nav.nav-inner #nav-hidden li.nav_access>a { background: url(../../images/pc/union/icon_access.gif) no-repeat 18px 0px; }
				
				nav.nav-inner #nav-hidden li a span {
					font-size: 50%;
					color: #cdcb95;
					display: block;
					}

					
/* nav.gnav
-------------------------------------------------------------------*/
nav.gnav {
	width: 100%;
	max-width: 100%;
	border-top: solid 2px #afe9ff;
	background-color: #d9f1fa;
	padding: 20px 0;
}
nav.gnav>ul {
	width: 1072px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-left: dotted 1px #afafaf;
}
nav.gnav>ul>li {
	position: relative;
}
nav.gnav>ul>li>a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 15px 0 55px;
	font-size: 18px;
	line-height: 1.1em;
	border-right: dotted 1px #afafaf;
	white-space: nowrap;
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.gnav>ul>li.nav_hotspring>a {
	background: url(../../images/pc/union/nav_spa.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_stay>a {
	background: url(../../images/pc/union/nav_stay.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_sightseeing>a {
	background: url(../../images/pc/union/nav_tourizm.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_eat>a {
	background: url(../../images/pc/union/nav_eat.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_buy>a {
	background: url(../../images/pc/union/nav_buy.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_info>a {
	background: url(../../images/pc/union/nav_information.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_access>a {
	background: url(../../images/pc/union/nav_access.png) no-repeat left 15px center;
}
nav.gnav>ul>li.nav_event>a {
	background: url(../../images/pc/union/nav_event.png) no-repeat left 15px center;
}
nav.gnav>ul>li>a:hover {
	opacity: 0.7;
}
nav.gnav>ul>li>a>span {
	font-size: 11px;
	color: #979797;
	display: block;
	letter-spacing: 0.1em;
	padding: 0 0 0 2px;
	text-shadow: none;
}
nav.gnav>ul>li>ul {
	display: none;
	position: absolute;
	background-color: #0080bf;
	padding: 10px;
	width: 280px;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 12%);
	z-index: 200;
	left: 50%;
	margin-left: -140px;
	top: 34px;
}
nav.gnav>ul>li>ul:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 9px solid #0080bf;
	transform: rotate(-180deg);
	left: 50%;
	top: -14px;
	margin-left: -6px;
}
nav.gnav.topNav>ul>li>ul {
	z-index: 200;
	left: 50%;
	margin-left: -140px;
	bottom: 38px;
	top: unset;
}
nav.gnav.topNav>ul>li>ul:after {
	transform: rotate(0deg);
	left: 50%;
	bottom: -14px;
	margin-left: -6px;
	top: unset;
}
nav.gnav>ul>li:hover>ul {
	display: block;
}
nav.gnav>ul>li>ul>li {
	border-bottom: dotted 1px #53b2e0;
}
nav.gnav>ul>li>ul>li:last-child {
	border-bottom: none;
}
nav.gnav>ul>li>ul>li>a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding: 8px 5px 8px 16px;
	display: block;
	position: relative;
}
nav.gnav>ul>li>ul>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #ffffff;
	transform: rotate(-90deg);
	left: 5px;
	top: 15px;
}
nav.gnav>ul>li>ul>li>a:hover {
	background-color: #006ea5;
}


/* container
-------------------------------------------------------------------*/
.container {
	margin: 0 auto;
	width: 100%;
	}
	
	.container .inner {
		margin: 0 auto;
		width: 962px;
		}
		
/* フッター
-------------------------------------------------------------------*/
footer {
	width: 100%;
	background: url(../../images/pc/union/bg_footer.gif) repeat 0 0;
	position: relative;
	}

/*トップへ戻る*/

#topback {
	width: 119px;
	height: 157px;
	position: fixed;
	bottom: 110px;
	right: 20px;
	font-size: 77%;
	border-radius: 5px;
	z-index: 100;
}

/*=================================================================*/
/*  a.topBack
/*=================================================================*/

a.topBack {
	position: fixed;
	right: 40px;
	bottom: 60px;
	display: block;
	width: 50px;
	height: 50px;
	border: solid 3px #FFF;
	text-indent: -9999px;
	background-color: #0080bf;
	-webkit-transition: none;
	transition: none;
	z-index: 300;
}
a.topBack::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  top: 50%;
  right: 50%;
  margin: -4px -7px 0 0;
  color: #FFF;
}
a.topBack:hover {
  opacity: 0.7;
}

/* footerMenu
-----------------------------------------------------------------*/
.footerMenu {
	width: 100%;
	max-width: 100%;
	font-family: Noto Sans JP, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #f1f9ff;
	text-align: center;
	padding: 16px 0;
	border-top: solid 1px #e4f1fa;
}
.footerMenu a {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	background: url(../../images/pc/union/icon_fnav_dott.svg) no-repeat right center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footerMenu a:hover {
	opacity: 0.7;
}
.footerMenu a:last-child {
	background: none;
}

/* footerAddress
-----------------------------------------------------------------*/
.footerAddress {
	font-family: Noto Sans JP, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #FFF;
	padding: 30px 0;
	overflow: hidden;
}
.footerAddress .inner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.footerAddress .inner .left,
.footerAddress .inner .right {
	width: 500px;
	text-align: left;
	box-sizing: border-box;
}
.footerAddress .inner .left {
	padding: 10px 20px 0 0;
	border-right: dotted 1px #c3c3c3;
}
.footerAddress .inner .right {
	padding: 10px 0 0 20px;
}
.footerAddress .inner dl {
	margin: 0 0 15px;
}
.footerAddress .inner dl dt {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}
.footerAddress .inner dl dd {
	letter-spacing: 0.1em;
	font-size: 13px;
}
.footerAddress .snsLink {
	margin: 0 10px 10px 0;
}


/* フッター アドレス
-----------------------------------------------------------------*/
footer ul.about_contact_link {
	width: 962px;
	margin-bottom: 67px
}

footer ul.about_contact_link li {
	padding: 0 16px;
	border-right: 1px solid #9C9C9C;
	height: 1em;
	line-height: 1em;
	float: right;
}

footer ul.about_contact_link li:first-child {
	padding-right: 0;
	border-right: none;
}

footer ul.about_contact_link li a {
	font-size: 85%;
	color: #333;
	text-decoration: none;
}
				
footer .footer_date {
	background: url(../../..../../images/pc/union/footer_repeat.gif) repeat-x center top;
}

footer .footer_date a[target="_blank"] {
	background: none;
	padding: 0;
}

footer .footer_date .date_inner {
	margin: 0 auto;
	padding-top: 10px;
	width: 962px;
	color: #333333;
}

footer .footer_date .date_inner {
	background: url(../../..../../images/pc/union/footer_illust.gif) no-repeat center top;
	padding: 100px 0 20px 0;
}

footer .footer_date .date_inner .address_left {
	padding-left: 0;
	padding-right: 40px;
	border-right:  1px #aca8a0 dotted;
	width: 440px;
}

footer .footer_date .date_inner .address_right {
	width: 440px;
	padding-left: 40px;
}

footer .footer_date .date_inner dl dt {
	margin-bottom: 10px;
	font-size: 93%;
}

footer .footer_date .date_inner dl dd {
	font-size: 79%;
	width: 440px;
}

footer .footer_date .date_inner dd span {
	width: 250px;
	float: left;
}

footer .footer_date .date_inner .fr p {
	font-size: 86% !important;
	text-align: right;
}

/*SNSバナー*/

footer .sns_banner {
	width: 180px;
	float: right;
}
	
footer .sns_banner li {
	margin-left: 10px;
	padding: 0 0 0 0 ;
	height: 32px;
	line-height: 32px;
	border: none;
	width: 32px;
	float: left;
}

footer .sns_banner li a {
	display: block;
}

	/* コピーライト部分
	-----------------------------------------------------------------*/
	footer .copyright {
		padding: 12px 0;
		background-color: #0080bf;
		color: #FFF;
		}
		
		footer .copyright p { text-align: center; }
		

/* ページが見つかりません
-----------------------------------------------------------------*/

.nfound {
	width: 702px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.nfound h1 {
	color: #c0c0c0;
	font-size: 42px;
	margin: 0px 0 6px 0;
}

.nfound p {
	font-size: 16px;
	text-align: center;
}

.nfound p.nf_txt {
	font-size: 28px;
	margin: 0px 0 30px 0;
}

.nf_menu {
	width: 410px;
	padding: 20px 0;
	margin: 0 auto;
}

.nf_menu li {
	width: 200px;
	float: left;
}

.nf_menu li:first-child {
	margin-right: 10px;
}

.nf_menu li a {
	background-color: #0085c7;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
}

/* 広告バナーの非表示（広告運用開始まで）

footer .footer_date .bannar_area, .footer_bannar { display: none !important; }
 */
/* PR消してパディング調整 */

.footer_bannar_inner {
	padding-top: 21px !important;;
}
.footer_bannar_inner p {
	display: none;
}
.footer_bannar_inner ul li {
	width: 167px;
	height: auto;
}

/* SNS
-----------------------------------------------------------------*/
a.snsLink {
	font-family: Noto Sans JP, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: inline-block;
	background-color: #e1effa;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	padding: 7px 10px 7px 38px;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.snsLink:hover {
	opacity: 0.7;
}
a.snsLink::before {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
a.snsLink.fb::before {
	background: url(../../images/pc/union/btn_facebook.gif) no-repeat center center;
}
a.snsLink.tw::before {
	background: url(../../images/pc/union/btn_x.gif) no-repeat center center;
}
a.snsLink.insta::before {
	background: url(../../images/pc/union/btn_instagram.png) no-repeat center center;
}


/* 季節背景
-----------------------------------------------------------------*/
#wrap.autumn header .inner::before,
#wrap.autumn header .inner::after,
#wrap.winter header .inner::before,
#wrap.winter header .inner::after,
#wrap.spring header .inner::before,
#wrap.spring header .inner::after,
#wrap.summer header .inner::before,
#wrap.summer header .inner::after,
#wrap.autumn .footerAddress .inner::before,
#wrap.autumn .footerAddress .inner::after,
#wrap.winter .footerAddress .inner::before,
#wrap.winter .footerAddress .inner::after,
#wrap.spring .footerAddress .inner::before,
#wrap.spring .footerAddress .inner::after,
#wrap.summer .footerAddress .inner::before,
#wrap.summer .footerAddress .inner::after {
	position: absolute;
	content: "";
}

/*秋*/

#wrap.autumn header .inner::before {
  background: url(../../images/pc/union/season/autumn/header_left.png) no-repeat 0 0;
  left: -410px;
  top: -35px;
  width: 352px;
  height: 119px;
}
#wrap.autumn header .inner::after {
  background: url(../../images/pc/union/season/autumn/header_right.png) no-repeat 0 0;
  right: -410px;
  top: -38px;
  width: 360px;
  height: 119px;
}
#wrap.autumn .mainContents {
  background: #FFF url(../../images/pc/union/season/autumn/body.png) repeat-y center top;
	background-size: 1600px auto;
}
#wrap.autumn .sec_main.container {
  background: url(../../images/pc/union/season/autumn/body.png) repeat-y center top;
	background-size: 1600px auto;
}
#wrap.autumn .footerAddress .inner::before {
  background: url(../../images/pc/union/season/autumn/footer_left.png) no-repeat 0 0;
  left: -410px;
  bottom: -24px;
  width: 368px;
  height: 119px;
}
#wrap.autumn .footerAddress .inner::after {
  background: url(../../images/pc/union/season/autumn/footer_right.png) no-repeat 0 0;
  right: -410px;
  bottom: -24px;
  width: 408px;
  height: 126px;
}

/*冬*/

#wrap.winter header .inner::before {
  background: url(../../images/pc/union/season/winter/header_left.png) no-repeat 0 0;
  left: -410px;
  bottom: -23px;
  width: 372px;
  height: 79px;
}
#wrap.winter header .inner::after {
  background: url(../../images/pc/union/season/winter/header_right.png) no-repeat 0 0;
  right: -410px;
  bottom: -23px;
  width: 376px;
  height: 84px;
}
#wrap.winter .mainContents {
  background: #FFF url(../../images/pc/union/season/winter/body.png) repeat-y center top;
	background-size: 1600px auto;
}
#wrap.winter .sec_main.container {
  background: url(../../images/pc/union/season/winter/body.png) repeat-y center top;
	background-size: 1600px auto;
}
#wrap.winter .footerAddress .inner::before {
  background: url(../../images/pc/union/season/winter/footer_left.png) no-repeat 0 0;
  left: -410px;
  bottom: -30px;
  width: 374px;
  height: 78px;
}
#wrap.winter .footerAddress .inner::after {
  background: url(../../images/pc/union/season/winter/footer_right.png) no-repeat 0 0;
  right: -410px;
  bottom: -31px;
  width: 375px;
  height: 84px;
}

/*春*/

#wrap.spring header .inner::before {
  background: url(../../images/pc/union/season/spring/header_left.png) no-repeat 0 0;
  left: -362px;
  top: -25px;
  width: 365px;
  height: 102px;
}
#wrap.spring header .inner::after {
  background: url(../../images/pc/union/season/spring/header_right.png) no-repeat 0 0;
  right: -410px;
  top: -25px;
  width: 355px;
  height: 115px;
}
#wrap.spring .mainContents {
  background: #FFF url(../../images/pc/union/season/spring/body.png) repeat-y center top;
	background-size: 1680px auto;
}
#wrap.spring .sec_main.container {
  background: url(../../images/pc/union/season/spring/body.png) repeat-y center top;
	background-size: 1680px auto;
}
#wrap.spring .footerAddress .inner::before {
  background: url(../../images/pc/union/season/spring/footer_left.png) no-repeat 0 0;
  left: -410px;
	top: -44px;
  width: 374px;
  height: 133px;
}
#wrap.spring .footerAddress .inner::after {
  background: url(../../images/pc/union/season/spring/footer_right.png) no-repeat 0 0;
  right: -410px;
	top: -50px;
  width: 362px;
  height: 141px;
}

/*夏*/

#wrap.summer header .inner::before {
  background: url(../../images/pc/union/season/summer/header_left.png) no-repeat 0 0;
  left: -370px;
  top: -25px;
  width: 355px;
  height: 87px;
}
#wrap.summer header .inner::after {
  background: url(../../images/pc/union/season/summer/header_right.png) no-repeat 0 0;
  right: -374px;
  top: -25px;
  width: 337px;
  height: 87px;
}
#wrap.summer .mainContents {
  background: #FFF url(../../images/pc/union/season/summer/body.png) repeat-y center top;
	background-size: 1600px auto;
}
#wrap.summer .sec_main.container {
  background: url(../../images/pc/union/season/summer/body.png) repeat-y center top;
	background-size: 1600px auto;
}
#wrap.summer .footerAddress .inner::before {
  background: url(../../images/pc/union/season/summer/footer_left.png) no-repeat 0 0;
  left: -380px;
  bottom: -30px;
  width: 346px;
  height: 109px;
}
#wrap.summer .footerAddress .inner::after {
  background: url(../../images/pc/union/season/summer/footer_right.png) no-repeat 0 0;
  right: -380px;
  bottom: -31px;
  width: 356px;
  height: 104px;
}

/* チャット表示非表示
-----------------------------------------------------------------*/
.ul-widget-main-window {
	display: none;
  right: 20px !important;
}
.ul-widget-main-window.open {
  display: block;
}
.chatOpenBtn {
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 151px;
  height: 226px;
  cursor: pointer;
	z-index: 150;
}
.chatOpenBtn.bottom2 {
}
.chatOpenBtn.hide {
	display: none;
}
.chatBtnWrap {
  position: fixed;
  bottom: 524px;
  right: 20px;
  max-width: 100%;
  max-height: 100%;
  width: 400px;
  height: 77px;
	z-index: 450;
	display: none;
}
.chatCloseBtn {
  position: absolute;
  right: 4px;
  top: 8px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.chatCloseBtn span {
  position: absolute;
  left: 5px;
  width: 50px;
  height: 4px;
  background-color: #FFF;
}
.chatCloseBtn span:nth-of-type(1) {
	top: 19px;
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.chatCloseBtn span:nth-of-type(2) {
	top: 41px;
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}
.chatResetBtn {
  position: absolute;
  right: 72px;
  top: 19px;
  width: 40px;
  height: 40px;
  cursor: pointer;
	background: url(/common/images/pc/union/icon_chat_reset.svg) no-repeat 0 0;
	background-size: 100% auto;
}

/* 印刷時に画面と変更するスタイルを定義 */
@media print {
	body {
		width: 960px;
	}
}


