@charset "UTF-8";
/* ==========================================================================
  レイアウトベース（PC）
========================================================================== */

html{
}
@media only screen and (min-width:737px) and (max-width:980px) {
body {
	width: 980px;
}
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.float_R,
.float_R_Pc{
	float:right;
}
.float_L,
.float_L_Pc{
	float:left;
}

.spOnly {
	display: none;
}

#Wrap {
	border-top: 7px solid #014e70;
}


/*  ヘッダー  */
#Header {
	position: relative;
	z-index: 2 !important;
}
#Header_inner{
	width:980px;
	padding: 10px 0 15px;
	margin:0 auto;
	height:40px;
}
#logo{
	float:left;
	width:344px;
	height:40px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../common/logo_pc.png) no-repeat left top;
}
#logo a{
	display:block;
	width:344px;
	height:40px;
}
.header_link{
	float:right;
}
.header_link ul,
.header_link .Search {
	float: left;
}
.header_link ul {
	margin-top: 8px;
}
.header_link ul li {
	float: left;
	position: relative;
	margin-left: 10px;
}
.header_link ul li a {
	padding-left: 12px;
	text-decoration: none;
	font-size: 0.857em;
	font-family: UD新ゴ DB;
font-weight: bold;
	letter-spacing: 0.1em;
	color: #0a7bdf;
}
.header_link ul li a:hover {
	text-decoration: underline;
}
.header_link ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #0a7bdf;
}
.Search{
	box-sizing: border-box;
	width: 230px;
	height: 36px;
	padding: 1px;
	margin-left: 20px;
	border:solid 2px #d4d4d4;
	background: #fff;
	border-radius: 5px;
}
.Search input[type="text"] {
	box-sizing: border-box;
	width: 190px !important;
	height: 30px;
	padding: 5px !important;
	margin: 0 !important;
	font-size: 1em;
	border: 0 !important;
}
.Search input[type="submit"] {
	box-sizing: border-box;
	width: 20px !important;
	height: 20px !important;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../common/ico_search.png) no-repeat center center;
	border: 0;
}

.drawer-navbar-header {
	display: none;
}
#Gmenu {
	box-sizing: border-box;
	height:30px;
  position: relative;
	width:980px;
	margin:0 auto;
}
#Gmenu > div {
	box-sizing: border-box;
  display: block;
  float: left;
  width: 163px;
	border-bottom: 8px solid #fff;
}
.gmenu06 {
	border-right: 1px solid #bdbdbd;
}
#Gmenu .menu {
	display: block;
}
#Gmenu > div > a {
  display: block;
  width: 100%;
	border-left: 1px solid #bdbdbd;
}
#Gmenu > div.Gmenu_06 > a {
  width: 164px;
}
#Gmenu > div:hover > a,
#info #Gmenu > div > a#GmenuInfo,
#order #Gmenu > div > a#GmenuOrder,
#news01 #Gmenu > div > a#GmenuNews01,
#news02 #Gmenu > div > a#GmenuNews02,
#time #Gmenu > div > a#GmenuTime,
#shop #Gmenu > div > a#GmenuShop {
		background-color:#e4f2f8;
}
#Gmenu > div:hover div{
	display:block;
}
#Gmenu > div > div {
	box-sizing: border-box;
  display: none;
  position: absolute;
  min-width: 164px;
	max-width: 300px;
  top: 38px;
  left: 0;
  background: #fff;
	z-index: 9999 !important;
}
#Gmenu > div.Gmenu_06 > div {
	min-width: 165px;
}
#Gmenu > div > div ul li{
	border-bottom:solid 1px #90cee9;
	background: url(../common/bg_gmenu02.jpg);
}
#Gmenu > div > div ul li a{
	position: relative;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	color:#fff;
}
#Gmenu > div > div ul li a:hover{
	background:#014e70;
}
#Gmenu div.Gmenu_02 div{
  left: 163px;
}
#Gmenu div.Gmenu_03 div{
  left: 326px;
}
#Gmenu div.Gmenu_04 div{
  left: 489px;
}
#Gmenu div.Gmenu_05 div{
  left: 652px;
}
#Gmenu div.Gmenu_06 div{
  left: 815px;
}

/* グローバル画像の対応 */
.gmenu01 span,
.gmenu02 span,
.gmenu03 span,
.gmenu04 span,
.gmenu05 span,
.gmenu06 span {
	display:block;
	height:30px;
	text-indent:-9999em;
	overflow:hidden;
}
#gmenu01_img {
	background:url(../common/txt_gmenu01.png) no-repeat center center;
}
#gmenu02_img {
	background:url(../common/txt_gmenu02.png) no-repeat center center;
}
#gmenu03_img {
	background:url(../common/txt_gmenu03.png) no-repeat center center;
}
#gmenu04_img {
	background:url(../common/txt_gmenu04.png) no-repeat center center;
}
#gmenu05_img {
	background:url(../common/txt_gmenu05.png) no-repeat center center;
}
#gmenu06_img {
	background:url(../common/txt_gmenu06.png) no-repeat center center;
}

/*　コンテンツ　*/
#Main_cont {
	width: 980px;
	margin: 30px auto 50px;
}


/*　サイドメニュー　*/
#Side {
	float: right;
	width: 220px;
}
#Side h3 {
	padding: 20px 0 18px;
	text-align: center;
	font-size: 1.286em;
	font-weight: normal;
	color: #fff;
	background: #014e70;
}
#Side h3 span {
	display: block;
	font-size: 0.556em;
	letter-spacing: 0.3em;
}
#Side ul li a {
	position: relative;
	display: block;
	padding: 14px 10px 12px 24px;
	margin-top: 1px;
	text-decoration: none;
	color: #000;
	background: #e4f2f8;
}
#Side ul li a:hover,
#Side ul li.now a{
	background: #bfe4f4;
}
#Side ul li a:after {
	content: "";
	position: absolute;
	top: 1.3em;
	left: 10px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #0a7ddf;
}

/*　コンテンツトップ　*/
#contentTop {
	padding: 25px 0;
	margin-bottom: 15px;
	background: #e4f2f8;
}
#contentTop.news {
	margin-bottom: 0;
}
#contentTop .btn_top {
	text-align: center;
}
#contentTop .btn_top a {
	position: relative;
	display: inline-block;
	padding: 10px 40px 10px 56px;
	font-size: 1.214em;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	background: #014e70;
}
#contentTop .btn_top a:hover {
	background: #0273a3;
}
#contentTop .btn_top a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 5px 8.7px 5px 0;
border-color: transparent #ffffff transparent transparent;
}

/*  フッター  */
#Contents_wrap_footer {
	padding: 15px 0 30px;
	background: url(../common/bg_footer01.jpg);
}
#Contents_wrap_footer02 {
	padding: 15px 0;
	background: #014e70;
}
#Contents_wrap_footer #Sitemap,
#Contents_wrap_footer02 #Sitemap02 {
	width: 980px;
	margin: 0 auto;
}
#Contents_wrap_footer #Sitemap > div {
	display: inline-block;
	vertical-align: top;
	width: 323px;
	margin: 20px 0;
}
#Contents_wrap_footer #Sitemap > div dl dt a {
	display: block;
	width: 200px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
#Contents_wrap_footer #Sitemap > div dl dt a:hover {
	opacity: 0.8;
}
#Contents_wrap_footer #Sitemap dl dt a#SitemapMenuInfo {
	background: url(../common/ico_sitemap_tit01.png) no-repeat;
}
#Contents_wrap_footer #Sitemap dl dt a#SitemapMenuOrder {
	background: url(../common/ico_sitemap_tit02.png) no-repeat;
}
#Contents_wrap_footer #Sitemap dl dt a#SitemapMenuNews01 {
	background: url(../common/ico_sitemap_tit04.png) no-repeat;
}
#Contents_wrap_footer #Sitemap dl dt a#SitemapMenuNews02 {
	background: url(../common/ico_sitemap_tit03.png) no-repeat;
}
#Contents_wrap_footer #Sitemap dl dt a#SitemapMenuTime {
	background: url(../common/ico_sitemap_tit05.png) no-repeat;
}
#Contents_wrap_footer #Sitemap dl dt a#SitemapMenuShop {
	background: url(../common/ico_sitemap_tit06.png) no-repeat;
}
#Contents_wrap_footer #Sitemap > div ul {
	margin-left: 20px;
}
#Contents_wrap_footer #Sitemap > div ul li a {
	position: relative;
	display: inline-block;
	padding-left: 14px;
	margin-top: 10px;
	font-size: 0.857em;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
}
#Contents_wrap_footer #Sitemap > div ul li a:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #fff;
}
#Contents_wrap_footer #Sitemap > div ul li a:hover {
	text-decoration: underline;
}

#Sitemap_s_link {
}
#Sitemap_s_link ul li {
	float: left;
}
#Sitemap_s_link ul li:after {
	content: "｜";
	padding: 0 2px;
	color: #fff;
}
#Sitemap_s_link ul li:last-child:after {
	display: none;
}
#Sitemap_s_link ul li a {
	font-size: 0.857em;
	text-decoration: none;
	color: #fff;
}
#Sitemap_s_link ul li a:hover {
	text-decoration: underline;
}

#FooterInfo {
	float: right;
	margin-top: -5px;
	color: #fff;
	text-align: right;
}
#FooterInfo .Footer_name {
	font-size: 1.286em;
	font-family: UD新ゴ DB;
font-weight: bold;
	letter-spacing: 0.1em;
}
#FooterInfo address{
	margin-bottom: 8px;
	font-size: 0.857em;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: 0.1em;
}
#FooterInfo .footer_link01 a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 0.857em;
	text-decoration: none;
	color: #014e70;
	background: #fff;
}
#FooterInfo .footer_link01 a:hover {
	background: #ebf9ff;
}
#FooterInfo .footer_link01 a span {
	position: relative;
	padding-left: 12px;
}
#FooterInfo .footer_link01 a span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #014e70;
}

#copyright {
	font-size: 0.857em;
	text-align: center;
	color: #fff;
}
/*HOME*/
#top .footer_home{
	display: none;
}
.footer_home{
	width: 230px;
	margin: 35px auto 0 auto;
	text-align: center;
}
.footer_home a{
	display: block;
	padding: 10px 0 10px 12px;
	border: solid 1px #fff;
	font-size: 	1.214em;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
}
.footer_home a:hover{
	border: solid 1px #014e70;
	background: #014e70;
}
.footer_home a span{
	position: relative;
}
.footer_home a span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 2px;
	left: -20px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 5px 8.7px 5px 0;
border-color: transparent #ffffff transparent transparent;
}


#top .pagetop  {
	display: none;
}
.pagetop {
	padding-bottom: 30px;
	margin-top: -20px;
	text-align: center;
	background: url(../common/bg_footer01.jpg);
}
.pagetop a {
	position: relative;
	display: inline-block;
	padding: 10px 65px 10px 80px;
	font-size: 1.214em;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	border: 1px solid #fff;
}
.pagetop a:hover {
	background: rgba(225,225,225,0.2);
}
.pagetop a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 65px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 5px 8.7px 5px 0;
border-color: transparent #ffffff transparent transparent;
}


/* pagetop */
p#pagetop {
	display:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 10000;
}
p#pagetop a{
	display:block;
	width:50px;
	height:50px;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(../common/ico_pagetop.png) no-repeat 0 0;
	background-size: 50px;
	-webkit-background-size: 50px;
	-ms-background-size: 50px;
}


/*　インフォメーカー　ニュース　*/
#contArea,
#contAreaNews,
#contAreaNewsList {
	float: left;
	width: 730px;
	word-break: break-all;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.h2_title01{
font-family: UD新ゴ DB;
font-weight: bold;
font-weight: bold;
	padding: 20px 0 16px;
	margin-bottom: 15px;
	font-size: 1.571em;
	letter-spacing: 0.1em;
	color: #014e70;
	border-top: 2px solid #014e70;
	border-bottom: 2px solid #014e70;
}
#contArea h3,
#contAreaNews h3 {
        font-family: UD新ゴ DB;
font-weight: bold;
        font-weight: bold;
	padding: 10px 12px 8px;
	margin-bottom: 15px;
	font-size: 1.429em;
	letter-spacing: 0.1em;
	color: #014e70;
	border-left: 4px solid #014e70;
	background: #e4f2f8;
}

#contArea .link_btn,
#contAreaNews .link_btn{
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding: 10px 20px 10px 34px;
	border: 2px solid #014e70;
	border-radius: 3px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	box-shadow:0px 0px 0px 2px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 2px #ffffff inset;
	-webkit-box-shadow:0px 0px 0px 2px #ffffff inset;
	background:#009ee2;
}
#contArea .link_btn:hover,
#contAreaNews .link_btn:hover{
	color:#fff;
	background:#007bb0;
}
#contArea .link_btn:after,
#contAreaNews .link_btn:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #fff;
}
#contArea .link_btn span:after,
#contAreaNews .link_btn span:after{
	display: none !important;
}


/*------------------------------------------------------ ボタンカラー*/
/* サブ */
#contArea .link_btn.link_btn-secondary,
#contAreaNews .link_btn.link_btn-secondary{
	background:#f35d5c;
	border: 2px solid #d54645;
}
#contArea .link_btn.link_btn-secondary:hover,
#contAreaNews .link_btn.link_btn-secondary:hover{
	background:#bb2b2a;
}

/* サブ02 */
#contArea .link_btn.link_btn-dark,
#contAreaNews .link_btn.link_btn-dark{
	background:#68696b;
	border: 2px solid #454546;
}
#contArea .link_btn.link_btn-dark:hover,
#contAreaNews .link_btn.link_btn-dark:hover{
	background:#424344;
}


/*------------------------------------------------------ ボタンサイズ*/
/* 大 */
#contArea .link_btn.link_btn-large,
#contAreaNews .link_btn.link_btn-large{
	display: block;
	font-size: 1.25rem; /* 20px */
}

/* 小 */
#contArea .link_btn.link_btn-small,
#contAreaNews .link_btn.link_btn-small{
	padding: 7px 15px 7px 30px;
	font-size: 0.75rem; /* 12px */
}



#contAreaNews .contNewsTitle,
#contAreaNewsList .contNewsTitle {
	padding: 16px 0 16px;
	margin-bottom:5px;
	border-top: 2px solid #014e70;
	border-bottom: 2px solid #014e70;
}
#contAreaNews .contNewsTitle p {
	font-size: 0.875em;
}
#contAreaNews .contNewsTitle h2,
#contAreaNewsList .contNewsTitle h2 {
	font-size: 1.571em;
	font-weight: inherit;
	letter-spacing: 0.1em;
}

.news_category{
	margin-bottom:10px;
	padding:3px 10px;
	font-size: 0.875em;
	border-radius:3px;
	background:#E9E9E9;
}


#contAreaNews a,
#contArea a {
	text-decoration: underline;
	color: #009ee4;
}
#contAreaNews a:hover,
#contArea a:hover {
	color: #014e70;
}

#contAreaNews .Social,
#contArea .Social {
	margin-bottom:15px;
}
#contArea .Social > div,
#contAreaNews .Social > div {
	float: left;
	width: auto !important;
}
#contArea .Social div.fb,
#contAreaNews .Social div.fb {
	margin-right: -12px !important;
}
#contArea .Social div.tw,
#contAreaNews .Social div.tw {
	margin-right: 5px !important;
}
#contArea .Social div.line,
#contAreaNews .Social div.line {
	display:none;
}
#contArea .Social div.gp,
#contAreaNews .Social div.gp {
	margin: 0 !important;
}

#contAreaNews em,
#contArea em{
	font-style:italic !important;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo !important;
	font-family/**/:/**/"MS PGothic"; /* ==IE 6== */
}
#contAreaNews ol,
#contArea ol{
	margin-left:20px;
}
#contAreaNews ul,
#contArea ul{
	margin-left:16px;
}
#contAreaNews ul li,
#contArea ul li{
	list-style-type:disc;
}
#contAreaNews ol li,
#contArea ol li{
	list-style-type:decimal;
	}
#contAreaNews table,
#contArea table{
	width:100%;
}
#contAreaNews img,
#contArea img{
	max-width:100%;
}
#contAreaNews sub,
#contArea sub{
	vertical-align:text-bottom;
	font-size:smaller;
}
#contAreaNews sup,
#contArea sup{
	vertical-align:text-top;
	font-size:smaller;
}

#contAreaNews .float-R,
#contArea .float-R{
	float:right;
	margin-left:10px;
}
#contAreaNews .float-L,
#contArea .float-L{
	float:left;
	margin-right:10px;
}

.dataLink {
	margin:20px 0;
}
.dataLink p {
	margin-bottom:5px;
}

/* 画像並び */
.newsImg03,
.newsImg02,
.newsImg01 {
	margin-top:10px;
	clear:both;
	overflow:hidden;
	zoom:1;
}
.newsImg03 ul,
.newsImg02 ul,
.newsImg01 ul{
	margin-left: 0 !important;
}
.newsImg03 li,
.newsImg02 li,
.newsImg01 li{
	list-style: none !important;
	text-align: center;
	font-size: 0.846em;
}
.newsImg03 li:last-child,
.newsImg02 li:last-child {
	margin-right:0;
}
.newsImg03 li img,
.newsImg02 li img,
.newsImg01 li img {
	max-width:100%;
	height:auto !important;
}

.newsImg03 li {
	width   	  : 32%;
	float	      : left;
	margin-right: 2%;
	}
.newsImg02 li{
	width   	  : 49%;
	float	      : left;
	margin-right: 2%;
	}

/* 点線 */
hr.div_hr01{
	display:block;
	margin:5px 0;
	border: none;
	border-bottom:dashed 1px #CFCFCF;
}
/* 囲み */
.div_info01{
	padding: 8px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background: #e4f2f8;
}
.div_info02{
	padding: 8px;
	border: solid 2px #014e70;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}



/*　ニュース　*/
#contNewsArea {
	padding: 10px 0;
	background: url(../common/bg_gmenu.jpg);
}
#contNewsArea .newsCont {
	background: #fff;
}
#contNewsArea .newsContIn {
	height: 80px;
}
#contNewsArea .newsList {
	margin-top: 4px;
}


/*　ニュース一覧　*/
#contAreaNewsList .contNewsTitle{
	position:relative;
}
#contAreaNewsList .contNewsTitle .rss{
	position:absolute;
	right:0;
	top:17%;
}
#contAreaNewsList .contNewsTitle select{
	position:absolute;
	right:70px;
	top:36%;
	font-size:1.1em;
}

.List{
	margin-bottom:10px;
}
.List .newsContIn dl {
	padding: 20px 10px;
	border-bottom:dotted 1px #ACACAC;
}
.List .newsContIn dl:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.List .newsContIn:last-child dl {
	border-bottom:none;
}
.List .newsContIn p img {
	width: 50px;
	float:left;
	margin-right:10px;
}
.List .newsContIn dl dt {
	font-size: 0.857em;
}
.List .newsContIn dl dt img {
	width: 30px;
	margin-left: 5px;
	vertical-align: middle;
}
.List .newsContIn dl dd {
	font-size: 1.143em;
}
.List .newsContIn dl dd a {
	color: #009ee4;
}
.List .newsContIn dl dd a:hover {
	color: #014e70;
}

.NewsCount p{
	margin-bottom:10px;
	text-align:center;
}
.NewsCountList ul li {
	float:left;
	width:25%;
}
.NewsCountList ul li a{
	display:block;
	padding:10px 0;
	text-align:center;
	color:#fff;
	border-right:solid 1px #fff;
	text-decoration:none;
	cursor:default;
	pointer-events:none;
	background:#858585;
}
.NewsCountList ul li a.count_active {
	pointer-events:auto;
	cursor:pointer;
	background:#009ee4;
}
.NewsCountList ul li a.count_active:hover {
	background:#014e70;
}
