@charset "utf-8";


/*----------------------------------------------------------
	2015-05 renewal
----------------------------------------------------------*/
/*----------------------------------------------------------
    universal reset
----------------------------------------------------------*/
html{
padding:0;border:0;outline:0;font-size: 62.5%;vertical-align:baseline;background:transparent;
}
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;font-size:1.4rem;vertical-align:baseline;background:transparent;}


body{line-height:1; color:#333;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}


/*----------------------------------------------------------
    common setting
----------------------------------------------------------*/
html {
  font-size: 62.5% !important;
}
* {
    font-size: 13px;
    font-size: 1.3rem;
    line-height:1.4;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a:focus{
    outline: none;}
a{
    color:inherit;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover{
    color:#999;
    text-decoration: none;}


ul, li {
    list-style:none;
    margin:0;
    padding:0;
    }
a:hover img{
	opacity: 0.8;
}

/*----------------------------------------------------------
    layout tools
----------------------------------------------------------*/
/* clearfix */
.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{ clear:both;}
.clearfix {zoom:1;}

.pos{ position: relative;}
.fLeft{ float: left;}
.fRight{ float: right;}








/*  page style
==========================================================*/

body#top #wrap{
	background: url(/images/index/bg_topMv.jpg) repeat-x center top;
}

#mainContents{
	margin-top:-4px;
}




/* ---------- category name ---------- */
#categoryName{
	margin:50px auto;
}
#categoryName h2{
	font-size:28px;
	font-size:2.8rem;
}
#categoryName h2 span{
	float:right;
	font-size:14px;
	font-size:1.4rem;
	line-height:28px;
}



/* ---------- main visual ---------- */
#mv{
	position:relative;
	height:400px;
	text-align:center;
	overflow:hidden;
	background: url(/show/images/categoryTop/img_mv_show01.jpg) no-repeat center top;
}


.copyarea {
    left: 50%;
    margin-left: -479px;
    position: absolute;
    top: 20px;
    z-index: 700;
}


.slide{
	display:none;
	width:100%;
	height:400px;

}

#slide01{background: url(/show/images/categoryTop/img_mv_show01.jpg) no-repeat center top;}
#slide02{background: url(/show/images/categoryTop/img_mv_show02.jpg) no-repeat center top;}
#slide03{background: url(/show/images/categoryTop/img_mv_show03.jpg) no-repeat center top;}
#slide04{background: url(/show/images/categoryTop/img_mv_show04.jpg) no-repeat center top;}
#slide05{background: url(/show/images/categoryTop/img_mv_show05.jpg) no-repeat center top;}
#slide06{background: url(/show/images/categoryTop/img_mv_show06.jpg) no-repeat center top;}
#slide07{background: url(/show/images/categoryTop/img_mv_show07.jpg) no-repeat center top;}



<!--#bg{background: url(/show/images/categoryTop/img_mv_show.jpg) no-repeat center top;}-->

  #slide01,#slide02,#slide03,#slide04,#slide05, #slide06{background-size:100% auto;}
@media screen and (max-width: 1400px){
  #slide01,#slide02,#slide03,#slide04,#slide05, #slide06{background-size: auto 400px;}}

#messageBlock{
	position: absolute;
	display:table;
	left:0;
	bottom:0;
	width:100%;
	height:122px;
	background: url(/asobu/images/categoryTop/bg_cateMsg.png) repeat 0 0;
	z-index:100;
}
#messageBlock .centerElement{
	display:table-cell;
	vertical-align:middle;
}
#messageBlock p{
	width:960px;
	margin:0 auto;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
	color:#fff;
	text-align:left;
}

/* ---------- Breadcrumb ---------- */
#breadCrumb{
	height:46px;
	margin-bottom: 20px;
	background:#f5f5f5;
/* 2018/01/09 add start */
	position: relative;
	z-index: 10;
/* 2018/01/09 add end */
}
#breadCrumb a{
	text-decoration:none;
}
#breadCrumb span{
	font-size:12px;
	font-size:1.2rem;
	line-height:46px;
}
#breadCrumb a span{
	text-decoration:underline;
}
#breadCrumb a:hover span{
	text-decoration: none;
}
#breadCrumb a:after{
	margin:0 15px;
	content: "\f105";
	font-family: FontAwesome;
	font-size:12px;
	font-size:1.2rem;
	line-height:46px;
	color:#999;
}


/* ---------- reserve ---------- */
#reserve{
	background:#f5f5f5;
}

#reserve h3{
	float:left;
	display:block;
	width:168px;
}
#reserve h3 img{
	vertical-align:top;
}
#reserve .inputArea input{
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
#reserve .sendArea input{
	margin-bottom:20px;
}
#reserve select{
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}

#reserve .inputArea{
	float:left;
	display:block;
	width:620px;
	padding:40px 0 0;
}
#reserve .sendArea{
	float:right;
	display:block;
	width:160px;
	padding:40px 0 0;
	text-align:right;
}
#reserve .sendArea a{
	font-size:14px;
	font-size:1.4rem;
}
#reserve dl{display:inline-table; margin-left:25px;}
#reserve dt{
	font-weight:bold;
	display:table-cell;}
#reserve dd{
	display:table-cell;}

#reserve .data01 #inputY{ width: 6em;}
#reserve .data01 #inputM{ width: 4em;}
#reserve .data01 #inputD{ width: 4em;}
#reserve .data02 input{ width:4em;}
#reserve .data03{ width: 100%;}
#reserve .data01 dt{ width: 4em;}
#reserve .data02 dt{ width: 6em;}
#reserve .data03 dt{ width: 6em;}
#reserve .day{ padding: 0 0 25px 0;}
#reserve .man{}

#reserve .data01 span{
	display:inline-block;
	padding:0 1em 0 0.5em;
	vertical-align:bottom;
}
#reserve .data02 span{
	display:inline-block;
	padding:0 0 0 0.5em;
	vertical-align:bottom;
}
#reserve .data03 span{
	display:inline-block;
	padding:0 0.5em 0 1em;
	vertical-align:middle;
}
/* 20190325 add */
#reserve .data04 dt{ width: 8em;}
/* 20190325 end */

/* ---------- area parts ---------- */
.areaUnit{
	padding: 30px 0 20px;
	border-bottom:1px solid #ccc;
}

.areaUnit .areaTit{
	margin-bottom:40px;
	font-size:28px;
	font-size:2.8rem;
	line-height:1;
}
.areaUnit .areaTit span{
	float: right;
	font-size:14px;
	font-size:1.4rem;
	line-height:28px;
}

.areaUnit .centerTit{
	margin-bottom:40px;
	text-align:center;
	font-size:28px;
	font-size:2.8rem;
	line-height:1;
}
.indexTxt{
	padding: 0 0 25px 0;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.6;
}





.cont2col li{
	float:left;
	width:473px;
	margin-left:14px;
	text-align:center;
}
.cont2col li:first-child{
	margin-left:0;
}
.cont2col li img{
	vertical-align:top;
	margin-bottom:10px;
}

.cont2col li p.linkTxt{
/* 	width:458px; */
	padding:0 0 0 15px;
	font-size:15px;
	font-size:1.5rem;
	line-height:1;
}
.cont2col li p.linkTxt a{
	font-size:15px;
	font-size:1.5rem;
	line-height:1;
}
.cont2col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:15px;
	font-size:1.5rem;
	line-height:1;
}
.cont2col li p{
/* 	width:473px; */
	padding:10px 0;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}






.cont3col li{
	float:left;
	width:314px;
	margin-left:9px;
	text-align:center;
}
.cont3col li:first-child{
	margin-left:0;
}
.cont3col li img{
	vertical-align:top;
	margin-bottom:10px;
}
.cont3col li p.linkTxt{
	width:299px;
	padding:0 0 0 15px;
	font-size:15px;
	font-size:1.5rem;
}
.cont3col li p.linkTxt a{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.cont3col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
}
.cont3col li p{
	width:294px;
	padding:10px;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}



.cont4col li{
	float:left;
	width:230px;
	margin-left:13px;
	text-align:center;
}
.cont4col li:first-child{
	margin-left:0;
}
.cont4col li img{
	vertical-align:top;
	margin-bottom:10px;
}
.cont4col li p.linkTxt{
	width:216px;
	padding:0 0 0 14px;
	font-size:14px;
	font-size:1.4rem;
}
.cont4col li p.linkTxt a{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
}
.cont4col li p.linkTxt i{
	display:inline-block;
	margin:0 5px 0 -15px;
	color:#d80000;
	vertical-align:middle;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
}
.cont4col li p{
	width:230px;
	padding:10px 0;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}

.cont6col{
	text-align:center;
}
.cont6col li{
	display:inline-block;
	width:150px;
	margin-left:10px;
	text-align:center;
	vertical-align:top;
}
.cont6col li:first-child{
	margin-left:0;
}
.cont6col li img{
	vertical-align:top;
	margin-bottom:15px;
}
.cont6col li p{
	width:150px;
	height:3em;
	padding:10px 0;
	line-height: 1.6;
	font-size:14px;
	font-size:1.4rem;
}


.cont6col.wide li{
	width:180px;
	margin-left:10px;
}
.cont6col.wide li:first-child{
	margin-left:0;
}
.cont6col.wide li p{
	width:180px;
}



.linkMv{
	position: absolute;
	padding: 0 200px 25px 0;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.6;
	z-index:900;
	left:50%;
	bottom:40px;
	margin:0 0 0 265px;
}
.linkMv a{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:350px;
	height:40px;
	background:#FB6F56;
	text-align:center;
	text-decoration:none;
}

.linkMv a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FEA07E;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.linkMv span{
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
}
.linkMv span:before{
	margin:0 5px 0 -5px;
	content: "\f105";
	font-family: FontAwesome;
	font-size:14px;
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
	font-weight: bold;
}

/* 2018.04.27 add */
.nowrap_text {
	white-space: nowrap;
}
/* 2018.04.27 end */
