@charset "shift-jis";

/* **********************************************************************
 *
 *       Title:   富士急コンシェルジュ top.css
 *
 ********************************************************************** */


/* TOPページ用のレイアウト設定
======================================================= */

/* header固定 */

body {
	padding: 105px 0 0;
}

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 21;
	background: #fff;
}

/* スライドショー */

#mainvisual {
	min-width	: 1000px;
	height		: 500px;
	margin		: 0 0 30px 0;
	padding		: 0;
	overflow-x	: hidden;
	overflow-y	: hidden;
	position	: relative;
}

#copy {
	top		: 176px;
	left		: 50%;
	width		: 800px;
	margin-left	: -400px;
	text-align	: center;
	position	: absolute;
	z-index		: 20;
}


#slider {
	height		: 500px;
	left		: 50%;
	margin-left	: -800px;
	position	: absolute;
	top		: 0;
	width		: 1600px;
	z-index		: 10;
}

#slider .bxslider {
	list-style:none;
}

.bxslider li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .bxslider li {
  display: block !important; /*JSが読み込まれたら表示*/
}


/* お知らせ */
.top_news h2 {
	margin: 0 auto 30px;
	padding: 0 0 0 40px;
	font-size: 18px;
	background: url(../img/ico_news.png) 10px 30% no-repeat;
	background-size: 20px auto;
	border-left: 4px solid #E83416;
	text-align: left;
}

.top_news .news_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.top_news .news_list li {
	display: flex;
	padding: 0 0 17px;
	font-size: 14px;
}
.top_news .news_list li + li {
	padding-top: 17px;
	border-top: 1px solid #E0E0E0;
}
.top_news .news_list li:last-child {
	padding-bottom: 0;
}

.top_news .news_list li .date {
	min-width: 70px;
	margin: .2em 10px 0 0;
	font-size: 12px;
}

/*.top_news .news_list li .pdf {
	padding-right: 17px;
	background: url(../img/ico_pdf.png) 100% 0.2em no-repeat;
	background-size: 12px auto;
}*/

.top_news .news_list li a[href$=".pdf"] {
	padding-right: 20px;
	background: url(../img/ico_pdf.png) 100% 0.2em no-repeat;
	background-size: 12px auto;
}


.category {
	margin: 0 10px 0 0;
}

.category em {
	display: inline-block;
	min-width: 140px;
	padding: 5px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 11px;
	line-height: 100%;
	margin: 0 2px;
	text-align: center;
	background:#c9ffc9;
}

.category.cat-1 em {
	background:#e83416;
	color:#fff;
}

.category.cat-0 em {
	background:#fffaa4;
}

.category.cat-6 em {
	background:#a4dbff;
}

/* pager */

.pager{
	text-align:center;
	margin: 0 0 60px;
	clear:both;
}

.pager a{
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 1px;
}

.pager a.current{
	background: #999;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin:0 1px;
	text-decoration: none;
}

.pager a:hover{
	background:#999;
	color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* 複合提案 */

#proposal {
	margin: 0 0 50px;
}

#proposal img {
	vertical-align: bottom;
}

#proposal .inner {
	background: url(../../_img/bg_proposal.gif) 0 0 no-repeat;
	padding: 0 0 0 110px;
}

#proposal .inner dt {
	float: left;
	width: 120px;
}

#proposal .inner dd {
	float: left;
	width: 798px;
}

#proposal p {
	font-family: "Noto Serif JP", メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight:bold;
	line-height:1.8;
	text-align:left;
}

/* タブエリア */

section {
	margin:0 0 60px;
}

#contentstab {
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}

#contentstab li{
	width:200px;
	float:left;
}

#contentstab li a {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	min-height: 0;
	height: 100%;
	box-sizing: border-box;
	text-align:center;
	font-size:12px;
	padding:10px 0px 10px;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(to bottom, #fff, #f6f6f6);
	border:#dcdcdc 1px solid;
	border-bottom:#dcdcdc 2px solid;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight:bold;
	line-height:1.4;
}

#contentstab li a:link,
#contentstab li a:visited,
#contentstab li a:active,
#contentstab li a:hover {
	color:#333;
	text-decoration:none;
	outline: none;
}

#contentstab li b {
	font-weight:bold;
	font-size:20px;
	position: relative;
	display: inline-block;
	padding: 4px 0px 0 0;
	vertical-align: middle;
	letter-spacing:-1px;
}

#contentstab li a:hover,
#contentstab li a.selected {
	background: linear-gradient(to bottom, #c6e1f3, #96c6e9);
	border-color:#95c6e9;
}

#contentstab li.tab05 a {
	background: linear-gradient(to bottom, #fff, #fff6dd);
}

#contentstab li.tab05 a:hover,
#contentstab li.tab05 a.selected {
	background: linear-gradient(to bottom, #fff5d6, #fff2cc);
	border-color:#fff2cc;
}

/*
#contentstab li b::before,
#contentstab li b:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#contentstab li b::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #95c6e9;
}
#contentstab li b::after{
	top: 7px;
	right: 3px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}

#contentstab li a:hover b::before,
#contentstab li.selected a b::before{
	background: #fff;
}
#contentstab li a:hover  b::after,
#contentstab li.selected a b::after{
	border-top: 6px solid #95c6e9;
}*/

#facility_cnt {
	padding: 0;
	margin: 0;
}

.tabbox {
	background: #95c6e9;
	padding: 19px 19px 1px 19px;
	margin: 0;
}

.tabbox div.block {
	background: #fff;
	border: 1px solid #86b2d2;
	margin: 0 0 18px;
	padding:0 0 10px;
	clear: both;
	text-align:left;
}


.tabbox div.block_bnr {
	margin: 0 0 18px;
	padding:40px 0 0;
	clear: both;
}

.tabbox#tab5 {
	background: #fff2cc;
}

.tabbox#tab5 div.block {
	border: 1px solid #e8cb75;
}

h3.list_tit {
	width:830px;
    margin: 15px auto 30px;
    padding: 25px 25px 20px 75px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 129%;
    font-weight: normal;
}

h3.list_tit.tit01 {
    border-left: 8px solid #ec555e;
    background: url(../../club/img/bg_list_tit01.gif) no-repeat 19px center;
}

h3.list_tit.tit02 {
    border-left: 8px solid #566cc8;
    background: url(../../club/img/bg_list_tit02.gif) no-repeat 17px center;
}

h3.list_tit.tit03 {
    border-left: 8px solid #3ead6f;
    background: url(../../club/img/bg_list_tit03.gif) no-repeat 18px center;
}

h3.list_tit.tit04 {
    border-left: 8px solid #5eafdd;
    background: url(../../club/img/bg_list_tit04.gif) no-repeat 14px center;
}

h3.list_tit.tit05 {
    border-left: 8px solid #b861c7;
    background: url(../../club/img/bg_list_tit05.gif) no-repeat 17px center;
}

h3.list_tit.tit06 {
    border-left: 8px solid #8abc3b;
    background: url(../../club/img/bg_list_tit06.gif) no-repeat 19px center;
}

h3.list_tit.tit07 {
    border-left: 8px solid #e38131;
    background: url(../../club/img/bg_list_tit07.gif) no-repeat 17px center;
}

h3.list_tit.tit08 {
    border-left: 8px solid #a97158;
    background: url(../../club/img/bg_list_tit08.gif) no-repeat 14px center;
}

.area_list {
    width: 100%;
	padding:0 15px;
    overflow: hidden;
    *zoom: 1;
}

.area_list ul {
    width: 930px;
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}

.area_list ul li {
    float: left;
    width: 300px;
    margin: 0 15px 25px 0;
}

.area_list ul li:nth-child(3n) {
    margin: 0 0px 25px 0;
}

.area_list ul li:nth-child(3n+1) {
    clear: both;
}

.area_list ul li .tit {
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    font-weight: bold;
    position: relative;
}

.area_list ul li .tit span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px 2px;
    margin: -1px 10px 0 0;
    font-style: 114%;
    color: #fff;
    background: #ec555e;
}

.area_list.ht ul li .tit span {
    background: #566cc8;
}

.area_list.gl ul li .tit span {
    background: #3ead6f;
}

.area_list.sk ul li .tit span {
    background: #5eafdd;
}

.area_list.on ul li .tit span {
    background: #b861c7;
}

.area_list.lp ul li .tit span {
    background: #8abc3b;
}

.area_list.se ul li .tit span {
    background: #e38131;
}

.area_list.ca ul li .tit span {
    background: #a97158;
}

.area_list ul li .facy_txt {
    margin: 0 0 5px;
}

.block .area_list form.bt {
    width:80% !important;
	margin:0 auto;
}

.block .area_list form input {
    width:100% !important;
	margin:0;
	display:block;
	border:none;
}

.block .area_list form input:hover,
.block .area_list form input:active {
	border:none;
}

.block .area_list form input:focus,
*.block .area_list form input:focus { outline:none; }

/* タブ内ブロック */

.fac_tit,
.fac_tit_en {
	padding: 15px 30px;
}

.fac_tit img,
.fac_tit_en img {
	vertical-align: bottom;
}

.fac_tit h3,
.fac_tit_en h3 {
	float: left;
	width: 279px;
	padding: 0 0 0px;
	text-align: left;
}

.fac_tit ul {
	float: right;
	padding: 25px 0 15px;
	list-style-type: none;
}

.fac_tit_en ul {
	float: right;
	padding: 15px 0 15px;
	list-style-type: none;
}

.fac_tit ul li,
.fac_tit_en ul li {
	float:left;
	font-size: 108%;
	background: url(../../_img/arw.gif) 0 7px no-repeat;
	padding: 6px 0 0 22px;
	margin: 0 0 0 20px;
}

.fac_tit_en ul li.icon {
	background: none;
	padding: 0px 0 0 0;
	margin: 0 0 0 0px;
}

.thumb_list {
	padding: 0 30px 15px;
}

.thumb_list img {
	vertical-align: bottom;
}

.thumb_l {
	float: left;
	width: 360px;
	margin: 0 10px 0 0;
}

.thumb_s {
	float: left;
	width: 530px;
	overflow: hidden;
}

.thumb_s ul {
	width: 540px; /* 正しいコンテンツ幅＋liで指定したmargin20px */
	overflow: hidden;
	*zoom: 1;
	list-style-type: none;
}

.thumb_s li {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 10px; /* marginだとIE6,7で正しく表示されない為 */
	*zoom: 1;
}

.thumb2 {
	width: 1000px; /* 正しいコンテンツ幅＋liで指定したmargin20px */
	overflow: hidden;
	*zoom: 1;
	list-style-type: none;
}

.thumb2 li {
	float: left;
	width: 350px;
	margin-bottom: 10px; /* marginだとIE6,7で正しく表示されない為 */
	*zoom: 1;
}

.thumb2 li:first-child {
	width: 540px;
	margin-right: 10px;
}


.imgbox {
	position: relative;
}

.loupe {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.fac_txt {
	padding: 0 30px 15px;
	text-align: left;
	font-size: 108%;
}

.fac_txt span {
	font-weight: bold;
}

.official {
	text-align:right;
	font-size:85%;
}

.official a {
	background: url(../../_img/arw.gif) 0 center no-repeat;
	background-size:10%;
	padding: 0 0 0 18px;
	margin: 0;
}

.btm_btn {
	background: #f0f0f0;
	padding: 20px;
	text-align: center;
}

/* お知らせ設定
======================================================= */

#wrapper_un {
	width: 1000px;
	margin: 0 auto;
	padding:40px 0 0;
	background:#fff;
}

#wrapper_un section.top_news h1,
#wrapper_un section.news .ttl {
	margin: 0 auto 30px;
	padding: 10px 0 10px 40px;
	font-size: 24px;
	background-size: 20px auto;
	text-align: left;
	font-weight:bold;
	background: #f5f5f5 url(../img/ico_news.png) 10px center no-repeat;
	background-size: 20px auto;
	border-left:#e83416 8px solid;
    font-weight: bold;
	box-sizing:border-box;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

#wrapper_un section.news {
	text-align:left;
}

#wrapper_un section.news h1 {
	margin: 0 0 5px;
	padding: 8px 0 5px ;
	font-size: 108%;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #cccccc;
	font-size: 22px;
}

#wrapper_un section.news #up_ymd {
	text-align:right;
	margin: 0 0 20px;
	font-size: 93%;
}

#wrapper_un section.news .detailText {
	margin: 0 0 20px;
}

#wrapper_un section.news .detailUpfile {
	text-align:center;
	margin: 0 0 20px;
}


#wrapper_un section.news .backORcloseBtn {
	display:none;
}

/* 各種資料ダウンロード */

.docwrap{
	width:100%;
	margin:0 auto 30px;
}

.tabbox .block .docwrap {
	width:900px;
	margin:30px auto;
}

.docwrap ul.catlist {
	list-style:none;
}

.docwrap ul.catlist li {
	display: table;
	width:100%;
    margin: 0 0 10px;
}


.docwrap ul.catlist li a{border:1px solid;
	width:100%;
	box-sizing:border-box;
	display: table-cell;
	vertical-align:middle;
    padding: 16px 60px 16px 16px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
	border-left: 8px solid #e83416;
    font-size: 13px;
    font-weight: normal;
	text-align:left;
    position: relative;
    text-decoration: none;
	color:#333;
}

.docwrap ul.catlist li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e83416;
    border-right: 2px solid #e83416;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.docwrap ul.catlist li a:hover{
    background:#f9e9e6;
}

.docwrap ul.catlist li a b {
    font-size: 18px;
    display: block;
}

.docwrap h2 {
	width:100%;
    margin: 0 0 30px;
    padding: 16px 0;
    border: 1px solid #dcdcdc;
	border-bottom:#e83416 4px solid;
    font-size: 22px;
    font-weight: bold;
	box-sizing:border-box;
	text-align:center;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	background:#f5f5f5;
}

.docblock{
	margin:0 auto 40px;
}

.docblock h3 {
	width:100%;
    margin: 15px auto 30px;
    padding: 16px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
	border-left: 8px solid #e83416;
    font-size: 18px;
    font-weight: bold;
	box-sizing:border-box;
	text-align:left;
}

.docblock ul {
	margin:0 0 15px;
	padding:0;
	list-style: none!important;
}

.docblock ul li {
	width:100%;
	color:#666;
	font-size:14px;
	margin:0 2% 0 0;
	padding:0 0 16px;
	margin:0 0 16px;
	box-sizing:border-box;
	position: relative;
	line-height: 1.5em;
	text-align:left;
	border-bottom: 1px solid #E0E0E0;
}

.docblock ul li .up_ymd {
	display:inline-block;
	width:120px;
}

.docblock ol {
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	counter-reset:number;
	list-style-type: none!important;
}

.docblock ol li{
	float:left;
	width:32%;
	color:#666;
	font-size:12px;
	margin:0 2% 0 0;
	padding:5px 5px 5px 30px;
	margin-bottom:3px;
	box-sizing:border-box;
	position: relative;
	line-height: 1.5em;
	text-align:left;
}
.docblock ol li a{color:#36F;text-decoration:none;}
.docblock ol li a:hover{color:#039;text-decoration:underline;}

.docblock ol li:nth-child(3n){
	margin-right:0;
}

.docblock ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #95c6e9;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.docblock.cat-0 h3 { border-left: 8px solid #e83416; }
.docblock.cat-0 ol li:before  { background: #e83416; }
.docblock.cat-1 h3 { border-left: 8px solid #e83416; }
.docblock.cat-1 ol li:before  { background: #e83416; }
.docblock.cat-2 h3 { border-left: 8px solid #3ead6f; }
.docblock.cat-2 ol li:before  { background: #3ead6f; }
.docblock.cat-3 h3 { border-left: 8px solid #5eafdd; }
.docblock.cat-3 ol li:before  { background: #5eafdd; }
.docblock.cat-4 h3 { border-left: 8px solid #8abc3b; }
.docblock.cat-4 ol li:before  { background: #8abc3b; }
.docblock.cat-5 h3 { border-left: 8px solid #e38131; }
.docblock.cat-5 ol li:before  { background: #e38131; }
.docblock.cat-6 h3 { border-left: 8px solid #566cc8; }
.docblock.cat-6 ol li:before  { background: #566cc8; }
.docblock.cat-7 h3 { border-left: 8px solid #a97158; }
.docblock.cat-7 ol li:before  { background: #a97158; }
.docblock.cat-8 h3 { border-left: 8px solid #d878bc; }
.docblock.cat-8 ol li:before  { background: #d878bc; }


/* 各種資料ダウンロード詳細 */

#wrapper_un section.doc {
	text-align:left;
}

#wrapper_un section.doc h2{
	margin: 0 auto 30px;
	padding: 10px 0 10px 20px;
	font-size: 24px;
	background-size: 20px auto;
	text-align: left;
	font-weight:bold;
	background:#f5f5f5;
	border-left:#e83416 8px solid;
    font-weight: bold;
	box-sizing:border-box;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

#wrapper_un section.doc .block {
	margin:0 0 30px;
	font-size: 14px;
}

.docblock ul li a[href$=".pdf"],
.docblock ol li a[href$=".pdf"],
#wrapper_un section.doc .detailUpfile a[href$=".pdf"] {
	padding-right: 20px;
	background: url(../img/ico_pdf.png) 100% 0.2em no-repeat;
	background-size: 12px auto;
}

