@charset "utf-8";

/*  page style
==========================================================*/
#overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.6;
    background: #000;
    z-index:980;
}

#wrap{
	min-width:960px;
	overflow:hidden;
}


.container{
	width:960px;
	margin:0 auto;
}

/*----------------------------------------------------------
    common setting※header/footer部分
----------------------------------------------------------*/
html {
    font-size:62.5% !important;
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;background:transparent;}

#header * {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
}

#header img, .globalTxtLink img,#globalTxtLink a,#globalTxtLink span　{
	margin:0;padding:0;border:0;outline:0;font-size:1.4rem;vertical-align:baseline;background:transparent;
	}


#header input,select{vertical-align:middle;}


#header .searchBtn{
	margin:0!important;
	width:61px!important;
	}

#header p,#header li,#header .wordarea , #header .annaiLink ,#globalFooter {
    font-size: 13px;
    font-size: 1.3rem;
    line-height:1.4!important;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!important;
}

a:focus{
    outline: none;}
a{
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: inherit;
}
a:hover{
    color:#999;
    text-decoration: none;}

ul, li {
    list-style:none;
    margin:0;
    padding:0;
    }

a:hover img{
	opacity: 0.8;
}

/*----------------------------------------------------------
    header
----------------------------------------------------------*/
#header{
    position: fixed;
    display:block;
    width:100%;
    height: 119px;
    min-width: 960px;
    margin:0 0 -5px 0;
	background: url(/common/images/bg_gNavheader.png) repeat-x 0 bottom;
	z-index:1020;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

#form_page #header{
    position: relative;
    display:block;
    width:100%;
    height: 119px;
    min-width: 960px;
    margin:0 0 -5px 0;
	background: url(/common/images/bg_gNavheader.png) repeat-x 0 bottom;
	z-index:1020;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}

#header+ * {
  padding-top: 115px !important;
}


/*#asobu #header,#show #header {
    margin-bottom: -5px;
}*/
/*body#top #header{
	background: none;}*/

#header .headInner{
    width:960px;
    margin:0 auto;
	position: relative;
	z-index: 100;
}

#header .headConts{
	padding: 10px 0 0px;
	position: relative;
	z-index: 100;
}


#header .in_L {
	display: block;
	overflow: hidden;
}



#header .headConts h1{float:left; line-height: 1.4!important;
margin-right: 30px;}
#header .headConts .in_L{float:right; padding:10px 0 0;line-height: 1.4!important;}
#header .headConts .annaiLink li{
	display:inline-block;
	vertical-align: top;
    line-height: 1.4!important;
    padding-left:6px;
    position: relative;
    background: url(../images/annai-arrow.png) no-repeat left center;
}
/*#header .headConts .annaiLink li:before{
    content: "▶";
    font-size: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
*/
#header .headConts .annaiLink li+li {
	margin-left:14px;
}
#header .headConts .annaiLink li a{
    text-decoration: none;
	font-size: 12px;
    font-size: 1.2rem;
}
#header .headConts .annaiLink li >a:hover{
	text-decoration: underline;
}

#header .headConts .annaiLink .facebook{
	width:110px;
}

#header .headConts .formArea{
	text-align: right;
	padding-top:10px;
}
#header .headConts .formArea li{
	float:right;
}
#header .headConts .formArea .resLink a{
	font-size: 12px;
	font-size: 1.2rem;
	/*background: #98CE00;
	height:28px;
	line-height: 28px!important;
	padding:0 20px;*/
	display: block;
	text-decoration: none;
	margin-left: 20px;
}
#header .headConts .formArea .resLink a:hover{
	color:#fff;
}
#header .headConts .formArea .inData{
	padding:0 0 0 5px;
	border: 1px solid #ededed;
    background: #fff;
	margin-right:-6px;
}
#header .headConts .formArea .wordarea{
	border:none;
}

#header .headConts .formArea .inData input{
	line-height: 1.4!important;
	background: #fff;
	padding: 0;
}


/**/
#header .headerList {
    overflow: hidden;
}
#header .headerList > li {
    float: left;
}

#header .headerList .headerList-support {
    margin-right: 10px;
}

#header .headerList .resLink {
    margin-right: 8px;
}

#header .headerList .ticLink {
    margin-right: 8px;
}



.inData {
    position: relative;
}

.inData .wordarea {
    padding: 2px;
    width: 180px;
    height: 22px;
    border: solid 1px #b7b7b7;
}

.inData .searcnBtn {
    position: absolute;
    right: 0;
    border: solid 1px #b7b7b7;
    border-left: none;
}


#header .headerList > li:last-child {
    width: 100px;
}


/* gNav */
#gNav{
    position:relative;
    display:block;
    width:840px;
    z-index:999;
    float: left;
}
#gNav:before{
    position:absolute;
    content: " ";
    display:block;
    left:0;
    top:7px;
    width:1px;
    height:34px;
    background:#ddd;
	z-index:10;
    }
#gNav > li{
    display:block;
    float: left;
    width:140px;
    text-align:center;
	/*background: #fff url(/common/images/bg_gNav.png) repeat-x 0 bottom;*/
}
#gNav > li p.category{ display:table; width:100%;}
#gNav > li p.category a{
	height:50px;
    color:#333;
	position:relative;
	display:table-cell;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 15px !important;
    line-height: 1.5rem !important;
}
#gNav > li p.category a:before{
    position:absolute;
    content: "　";
    display:block;
    right:0;
    top:7px;
    width:1px;
    height:34px;
    background:#ddd;
	z-index:10;
    }
    #gNav > li:hover{ background:#fff url(/common/images/bg_gNav.png) no-repeat 159px bottom;}
/*
#gNav > li p.category a br{
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 15px !important;
    line-height: 1.5rem !important;
}
*/

/* subNavi */
.subNavi{
    display: none;
    right: 0;
    top: 50px;
    padding: 20px 0 ;
    position: absolute;
    background:#fff;
    width: 960px;
    z-index: 10;
}
.contsList{
	float:left;
	width:762px;
	margin-left:20px;
	border-top:1px solid #ddd;
}
.listBlock li{
	float:left;
	width:130px;
	margin-left:27px;
	text-align:center;
	}
.gNav6 .listBlock li{/* 4カラム */
	width:170px;
	}
.gNav2 .contsList{
	width: 915px;
}
.pickup .listBlock li{
	width:120px}

	.listBlock li:first-child{margin-left:0;}
.contsList .cateTit{
	position:relative;
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
	padding:5px 20px;
	background:#fff;
	line-height:1!important;
	top:-1em;
}
.listBlock li a{
	text-decoration:none;
}
.listBlock li p{
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	background: #d80000;
	font-size:12px;
	font-size:1.2rem;
	width:115px;
	width:100%;
}
.listBlock li p span{
 	background: url(/common/images/ico_arrow_s.gif) no-repeat 0 center;
	padding-left:13px;
	font-size:12px;
	font-size:1.2rem;
	text-align: left!important;}
.contsList li img{
	vertical-align: top;
}

.pickup{
	float:left;
	min-height:173px;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #ddd;
}
.pickup .cateTit{
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:5px;
}
.pickup .listBlock li {
  float: none;
  margin: 0;
  padding: 0;
	}
.pickup .listBlock li p{
	background: none;
	color:#333;
	}
.pickup .listBlock li a:hover{
	text-decoration: underline;
}

.p-header-nav__container{position:relative}

#ticket_hover {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 0.3s ease;
	opacity: 0
}
#ticket:hover .p-header-nav__img {
    filter: initial;
}
#ticket:hover #ticket_hover {
	opacity: 1
}

#ticket_default {
	transition: opacity 0.3s ease
}

#ticket:hover #ticket_default {
	opacity: 0
}

/*----------------------------------------------------------
    footer
----------------------------------------------------------*/

#globalFooter{
	border-top:1px solid #ddd;
	margin-top: 30px;
	width: 100%;
	min-width:960px;
}

/* new information */
#informationArea{
	width:960px;
	margin:0 auto;
	padding:25px 0 20px;
    /*20150929追加*/
/*    height: 5000px !important;*/
}

#informationArea h4{
	margin-bottom:28px;
	font-size:18px;
	font-size:1.8rem;
	text-align: left;
	font-weight: bold;
}

#informationArea h4 span {
	float: right;
}

#informationArea h4 span a {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 8px 12px;
	font-size: 12px;
	position: relative;
	top: 0px;
}

#informationArea h4 span a i {
	padding-right: 5px;
	color: #D80000;
}

#informationArea .information li{
	width:136px;
	float:left;
	margin-bottom:33px;
	text-align:center;
	border-right:1px solid #ddd;
	/*2019.06.28 add */
	height: 100px;
	/* 2019.06.28 add end */
}
#informationArea .information li:first-child{
	width:136px;
	border-left:1px solid #ddd;
}
#informationArea .information li i{
	font-size:28px;
	font-size:2.8rem;
	margin-bottom:10px;
}
#informationArea .information li i.sizeL{
	font-size:32px;
	font-size:3.2rem;
	margin-bottom:8px;
}
#informationArea .information li a{
	display: block;
	padding:12px 0 0;
	text-decoration:none;
}
#informationArea .information li a:hover{
	text-decoration: underline;
}
#informationArea .information p{
	padding:5px 0;
	font-size:14px;
	font-size:1.4rem;
}


#informationArea .information .fa-envelope {
  color: #AAA;
}
#informationArea .information .fa-twitter {
  color: #20A6E3;
}
#informationArea .information .fa-comment {
  color: #32D129;
}
#informationArea .information .fa-facebook-official {
  color: #39579A;
}
#informationArea .information .fa-youtube {
  color: #E0291D;
}
#informationArea .information .fa-archive {
  color: #FC0;
}

#informationArea .information .fa-instagram {
  color:#5A2D08;
}






.information2 .bannerNew{
	float:left;
	width:732px;
	}
.information2 .bannerNew li{
	float:left;
	margin:0 14px 18px 0;
    width: 230px;
}
/* 2020.11.25 add */
.information2 .bannerNew li.width474_li {
	width: 474px;
}
/* 2020.11.25 add end */
/* 2022.05.30 add */
.information2 .bannerNew li.width718_li {
	width: 718px;
}
/* 2022.05.30 add end */
.information2 .serviceInfo{
	float:right;
	width:194px;
}
.svBlock h5{
	padding:5px;
	text-align:center;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.svBlock{
	text-align:center;
	padding-bottom:15px;
}
.svBlock li,.svBlock p{
	text-align:left;
}

.svBlock ul{
	margin:15px 0 0;
}
.svBlockBottom {
	margin-top: 13px;
}
ul.linkMark li{
	padding-left:15px;
	margin-bottom:10px;
}
ul.linkMark a{
	display:block;
	line-height:13px!important;
	text-decoration:none;
}
ul.linkMark a:link span{
	text-decoration: underline;
}
ul.linkMark a:hover span{
	text-decoration: none;
}
ul.linkMark a:before{
	margin:0 3px 0 0;
	content: "\f105";
	font-family: FontAwesome;
	line-height:13px!important;
	color:#999;
}

.note{
	font-size:12px;
	font-size:1.2rem;
}


/* globalTxtLink */
#globalTxtLink{
	display:block;
	border-top: 1px solid #ddd;
	padding:0 0 30px;
	: url(/common/images/line.gif) no-repeat center top;
}
#globalTxtLink h6{
	display:table;
	font-size:12px;
	font-size:1.2rem;
	line-height: 1.5;
}
#globalTxtLink h6 span{
	display:table-cell;
	font-size:12px;
	font-size:1.2rem;
	vertical-align: middle;
	height:6em;
	font-weight: bold;
}
#globalTxtLink .outerList{
	margin:20px 0 0;
}
#globalTxtLink .outerList > li{
	float:left;
	display:block;
	width:160px;
}
#globalTxtLink .innerList > li{
	margin-bottom:10px;
}
#globalTxtLink .innerList a{
	display:inline-block;
	font-size:12px;
	font-size:1.2rem;
	text-decoration: none;
	padding-left:8px;
	width:130px;
	line-height: 1.6;
}
#globalTxtLink .innerList a:hover{
	text-decoration: underline;
}
#globalTxtLink .innerList i{
	margin: 3px 0px 0 0;
	vertical-align: top;
}


#globalTxtLink2{
	display:block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:10px 0 ;
	text-align:center;
}
#globalTxtLink2 a{
	display:inline-block;
	font-size:12px;
	font-size:1.2rem;
	text-decoration: none;
	margin:0 10px;
	line-height: 1.6;
}
#globalTxtLink2 a:hover{
	text-decoration: underline;
}
#copyArea  *{
	font-size:12px;
	font-size:1.2rem;
}
#copyArea {
	display: block;
	padding:24px 0;
	}
#copyArea .footLogo{
	display: block;
	margin-top:20px;
	}
#copyArea .in_L , #copyArea .in_L p , #copyArea .in_L img { float:left; line-height: 1.4!important;}






#copyArea .in_R {
	float:right;
	text-align:right;
	line-height:2;
}


#copyArea .addressArea{padding-left:30px;}
#copyArea .addressArea strong{
	display: block;
	margin:10px 0;
}

.pageTop{
    bottom: 46px;
    cursor: pointer;
    height: 109px;
    overflow: hidden;
    padding-right: 20px;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 400;
}

/*言語選択のプルダウンのレイアウト調整*/
#google_translate_element {
	width: 960px;
	margin: 10px auto;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	}




/*---  2019.04.10 start  ---*/
ul.group_modelList li{
	width: auto;
	float: left;
}

/*---  2020.04.02 add  ---*/
ul.group_modelList li img{
	width: 233px;
	height: auto;
	float: left;
}

ul.group_modelList li.marginR{
	margin-right: 9px;
}

/*---  2019.04.10  end   ---*/

/*---  2019.06.05 start  ---*/
.center{
	text-align: center;
	text-decoration: none;
}

div.center{
	text-align: center;
	text-decoration: none;
}

/*---  2020.04.02 add  ---*/
ul.group_modelList div.center{
	width: 233px;
}

/*---  2019.06.05  end   ---*/

