@charset "utf-8";

/*
 basic
 */

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin: 0px;
  color: #313131;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
}

/* font-fix */
body {
 -webkit-text-size-adjust: 100%;
}

body > .container {
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: none;
}

a {
  text-decoration: none;
  color:#595452;
}

a:hover {
  text-decoration: underline;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.g_font {
  font-family: 'Georgia';
}

.t_center{
	text-align:center;
}

img {
  border: none;
}

/*
 utility
 */
.clearfix {
  clear: both;
  display: block;
  height: 0;
}

.center {
  margin: 0 auto;
}

.clear {
  clear: both;
}

.isSp {
  content: "sp"
}

@media screen and (min-width: 767px) {
  .isSp {
    content: "notSp"
  }
}


#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto !important;
 /*IE6対策*/
  height: 100%;
 /*IE6対策*/
  min-height: 100%;
}

.font_16 {
  font-size: 1.4em;
}

.font_24 {
  font-size: 2em;
}

.pd_01{
	padding-bottom:1%;
	padding-top:2%;
}

.pd_02{
	padding-top:2%;
	padding-bottom:2%;
}


/*
 * header
 */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

#header img, #header_sub img{
	vertical-align: bottom;
}

#header ul, #header_sub ul.nav {
  list-style-type: none;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  padding-left: 2%;
}

#header li, #header_sub ul.nav li {
  color: #ffffff;
  display: inline-block;
  padding: 0 13px;
  vertical-align: middle;
}

#header li a, #header_sub ul.nav li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: .4em;
}

#header li.on a::after, #header_sub ul.nav li.on a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#header li.on a:hover::after, #header_sub ul.nav li.on a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#header li a:hover img, #header_sub ul.nav li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

#header li.coming, #header_sub li.coming {
  margin-top: -1%;
  margin-left: -1%;
}

#header li.coming span, #header_sub li.coming span {
  font-style: italic;
  color: #FAFB0D;
}

#header .metro, #header_sub .metro {
  position: absolute;
  right: 20px;
  top: 19px;
}

#header_sub {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba( 0, 0, 0, 0.4 );
  padding: 0 0 1%;
  z-index: 107;
}

#header .inner,
#header_sub .inner {
  margin: 0 auto;
}

#header .inner {
    padding-bottom: 15px;
}

#header_sub ul.station {
  margin: 0 auto;
  list-style-type: none;
  padding-top: 1.4%;
  text-align: center;
}

#header_sub ul.station li {
  display: inline-block;
  margin: 0 0.1%;
  width: 120px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 5px;
    -moz--border-radius: 5px;
          border: #c1c1c1 1px solid;
  border-radius: 5px;
  text-align: center;
  vertical-align: bottom;
}

#header_sub ul.station li.on {
  -webkit-border-radius: 5px;
    -moz--border-radius: 5px;
          border: #fff 1px solid;
}

#header_sub ul.station li.on img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header_sub ul.station li.select img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

#header li.txt_active a::after, #header_sub ul.nav li.txt_active a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


#header_sub ul.station li.active {
  cursor: pointer;
}

#header_sub ul.station li.active:hover {
    opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}


#header_sub ul.station li p {
  color: #fff;
  line-height: 35px;
}

#header_sub ul.station li a {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
}

#header_sub ul.station li a img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
}


#header li.select a, #header_sub ul.nav li.select a {
	cursor:default;
}

#header li.select a::after, #header_sub ul.nav li.select a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
  	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(1);
 	-ms-transform: scaleX(1);
	transform: scaleX(1);
	background-color: white;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor:default;
}

#header_sp {
    display: none;
}

.menuSp {
    display: none;
}

.menuSpList {
    display: none;
}

/*
 * footer
 */
#footer .inner {
  width: 82%;
  margin: 0 auto;
  padding: 2% 0 5%;
  position: relative;
}

#footer {
  width: 100%;
  background: #0085B2;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  position: relative;
  z-index: 100;
}

#footer a {
  color: #ffffff;
}

#footer .sns > * {
  vertical-align: bottom;
}

#footer .sns{
	display:block;
}

#footer .sns_sp{
	display:none;
}

#footer .title {
  margin: 2% 0 0.8%;
}

#footer ul {
  border-left: 1px solid #71B5CB;
  float: left;
  list-style-type: none;
  width: 180px;
}

#footer li {
  margin: 0 7% 3%;
}

#footer .blank {
  display: inline-block;
  background: url(../../common/images/blank_ft.gif)  no-repeat;
  margin-left: 5px;
  height: 13px;
  width: 13px;
  background-size: 13px 13px;
}

#footer_btm {
  width: 100%;
  background: #ffffff;
  color: #B69F99;
  position: relative;
  z-index: 1;
}

#footer_btm .inner {
  width: 82%;
  margin: 0 auto;
  padding: 2% 0 1.5%;
  overflow: hidden;
}

#footer_btm a {
  color: #B69F99;
  font-size: 12px;
}

#footer_btm .inner ul .blank {
  display: inline-block;
  padding-right: 19px;
  background: url(../../common/images/blank_footer.png) 98% 53% no-repeat;
  background-size: 11px 12px;
}


#pagetop {
  display: inline-block;
  background: url(../../common/images/pagetop.gif)  no-repeat;
  width: 111px;
  height: 27px;
  top: 0;
  right: 0;
  position: absolute;
}

#pagetop span {
  display: block;
  font-size: 11px;
  margin: 6% 0 0 14%;
}
#pagetop .wrap{
   potision:relative;
}

#pagetop .wrap img{
   position: absolute;
   right: 9px;
   top: 9px;
   width: 14%;
}

#footer_btm .inner ul {
  overflow: hidden;
  list-style-type: none;
  padding-bottom: 1%;
}

#footer .inner, #footer_btm .inner{
  max-width:1274px;
  margin:0 auto;
}

#footer_btm .inner ul li {
  float: left;
  border-right: 1px solid #B69F99;
  padding: 0 10px;
}

#footer_btm .inner ul li:first-child {
  padding: 0 10px 0 0;
}

#footer_btm .inner ul li:last-child {
  border-right: none;
}

/*
 * slideFind
 */

.slideFind {
  margin: 45px 0 151px;
}

.slideFindWrapper {
  position: relative;
}

.slideFindContainer {
  width: 100%;
}

.slidFindList {
  width: 23.584906%;
  margin-right: 0.7%;
  margin-left: 0.7%;
  float: left;
}

.slideFindList__item {
  font-size: 0;
  overflow:hidden;
}

.slideFindList__item span{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	display:block;
}

.slideFindList__item span:hover{
	opacity:1;
}

.slideFindList__heading {
  padding-top: 10px;
  padding-bottom: 2px;
  font-family: 'Georgia';
  color: #595553;
  font-style: italic;
  font-size: 18px;
}

.slideFind .slick-dots {
  position: absolute;
  margin-top: 50px;
  width: 100%;
}

.slideFind .slick-dots li {
  list-style: none;
  display: inline-block;
}

.slideFind .slick-dots button {
  font-size: 0;
  background: none;
  border: none;
}

.slideFind .slick-dots button:before {
  font-size: 0;
  content: url(../images/findslide_pager_off.png);
}

.slideFind .slick-dots button:hover {
  cursor: pointer;
}

.slideFind .slick-dots .slick-active button:before {
  content: url(../images/findslide_pager_on.png);
}

.slideFind .slick-dots .slick-active button:hover {
  cursor: default;
}


@media screen and (min-width: 768px) {
		.btnSlideFindPrevWrapper,
		.btnSlideFindNextWrapper {
			position: absolute;
			top: 18.402778%;
			width: 6.509434%;
			text-indent: -99999px;
		}
		.btnSlideFindPrevWrapper {
			left: -3.773585%;
		}
		.btnSlideFindNextWrapper {
			right: -3.773585%;
		}

		.btnSlideFindPrevWrapper:after,
		.btnSlideFindNextWrapper:after {
			padding-top: 189.855072%;
			display: block;
			content: "";
		}

		.btnSlideFindPrev {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-image: url(../images/findSlide_arrow_left_off.png);
			background-size: contain;
		}
		
		.btnSlideFindPrev:hover {
			background-image: url(../images/findSlide_arrow_left_on.png);
			cursor: pointer;
		}
		
		.btnSlideFindPrev.slick-disabled {
			background-image: none;
			cursor: default;
		}
		
		.btnSlideFindNext {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-image: url(../images/findSlide_arrow_right_off.png);
			background-size: contain;
		}
		
		.btnSlideFindNext:hover {
			background-image: url(../images/findSlide_arrow_right_on.png);
			cursor: pointer;
		}
		
		.btnSlideFindNext.slick-disabled {
			background-image: none;
			cursor: default;
		}
	}
	
	@media screen and (min-width: 0px) and (max-width: 767px) {
	.btnSlideFindPrevWrapper,
		.btnSlideFindNextWrapper {
			position: absolute;
			bottom: -120px;
			text-indent: -99999px;
		}
		.btnSlideFindPrevWrapper {
			left: 6.226%;
		}
		.btnSlideFindNextWrapper {
			right: 10.226%;
		}

		.btnSlideFindPrevWrapper:after,
		.btnSlideFindNextWrapper:after {
			padding-top: 72px;
			display: block;
			content: "";
		}

		.btnSlideFindPrev {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-image: url(../images/findSlide_arrow_left_sp_on.png);
			background-size: contain;
			background-repeat:no-repeat;
			width:13px;
			text-indent:-9999px;
		}
		.btnSlideFindPrev.slick-disabled {
			background-image: url(../images/findSlide_arrow_left_sp_off.png);
		}
		
		.btnSlideFindNext {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-image: url(../images/findSlide_arrow_right_sp_on.png);
			background-size: contain;
			background-repeat:no-repeat;
			width:13px;
			text-indent:-9999px;
		}
		
		.btnSlideFindNext.slick-disabled {
			background-image: url(../images/findSlide_arrow_right_sp_off.png);
		}
		
		.slick-slider {
    		position: static !important;
		}
	}


@media screen and (min-width: 0px) and (max-width: 767px) {
  .sec_02 .title img{
    width: 25.373134%;
  }

  .slidFindList {
    width: 47.990826%;
    margin-right:1%;
	margin-left: 1%;
  }

  .slideFindList__heading {
    font-size: 14px;
    padding: 5.660377% 0 12.20339%;
  }
  
	.slideFind .slick-dots li {
	padding: 0 5px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    #contents .inner {
      box-shadow: none !important;
    }

    #header_sp {
        display: block;
    }

	.menuSp {
        box-sizing: border-box;
        position: absolute;
        top: 1.6%;
        padding: 6.5%;
        display: block;
        width: 100%;
        z-index: 101;
    }

    .menuSp__btn {
        display: inline-block;
        position: absolute;
        top: 20.3%;
        left: 3.75%;
        width: 8.28125%;
    }

    .menuSp__btnImage {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .menuSp__TitleImage {
        position: absolute;
        top: 25%;
        left: 15%;
        width: 43.28125%;
    }

    .menuSp__TitleImage img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .menuSp__logoImage {
        position: absolute;
        top: 0;
        right: 3.75%;
        display: inline-block;
        width: 21.40625%;
    }

    .menuSp__logoImage img {
        width: 100%;
    }

    .menuSpList {
    	z-index: 100;
    }

    .menuSpListLink {
        padding: 21% 3.75% 20px;
        margin: 0;
        background:url(../../common/images/nav_bg.jpg) no-repeat;
        background-size: 100% auto;
    }

    .menuSpListLink li {
    	list-style: none;
    }

    .menuSpListLink__itemWrapper {
    	position: relative;
    	margin-bottom: 4.0625%;
    }

    .menuSpListLink__itemWrapper:after {
    	padding-top: 11.7647%;
    	display: block;
    	content: "";
    }

    .menuSpListLink__item {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #FFF;
        border: 1px solid #5e5e5c;
    }

    .menuSpListLink__item a {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 100%;
        text-decoration: none;
		position: relative;
		color: #595352;
        font-size: 14px;
        font-weight: bold;
    }

	.menuSpListLink__item .no_link {
		cursor:default;
		background:#7a8080;

    }

	.menuSpListLink__item .coming {
      position: absolute;
      left: 1%;
      top: 0;
      height: 100%;
		  color: #fafb0d;
    	font-family: "Georgia";
    	font-style: italic;
    	line-height: 1.1;
    }

    .vcenterWrapper {
      display:table;
      width: 100%;
      height: 100%;
      text-align: center;
	  margin: 0 auto;
    }

    .vcenter {
      display: table-cell;
      vertical-align: middle;
    }

	.vcenter img.arrow {
    	margin-left: 6px;
		height: 8px;
		width: 5px;
	}

    .menuSpListStationList {
        padding: 0 3%;
    }

    .menuSpListStationList__heading {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

    .menuSpListStationList__item {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-style: italic;
        font-family: 'Georgia';
        font-size: 16px;
        color: #b69f9a;
    }

    .menuSpListStationList__heading {
      margin-top: 5%;
    }

    .menuSpListStationList__item img {
        width: 100%;
    }

    .menuSpListStationList .menuSpListStationList__itemBody {
      padding: 2% 0 3%;
    }

    .menuSpListStationList .menuSpListStationList__itemBody:last-child {
      padding-bottom: 4%;
    }

    .menuSpListStationList__item .menuSpListStationList__itemImage {
      width: 38%;
    }
    .menuSpListStationList__item .menuSpListStationList__itemImage2 {
      width: 44%;
    }
	

    #pagetop{
      width:100%;
      text-align:center;
      background:none;
      background-color:#004380;
      height:auto;
      padding:16px 0;
    }
    #pagetop span{
    display: table-cell;
    font-size: 14px;
    width: 100px;
    }
	
	#pagetop .wrap img{
   	display: table-cell;
	width: 15px;
	position: static;
	}

	#pagetop .wrap{
    display: table;
    margin: 0 auto;
    width: 115px;
    }


    #footer .inner{
      width:100%;
      padding:22% 0 5%;
    }

	#footer .sns{
      display:none;
    }

    #footer .sns_sp{
	  display:block;
      text-align:center;
    }

	#footer .sns_sp > * {
 	 vertical-align: bottom;
	}

    #footer ul{
      text-align:center;
      float:none;
      border:none;
      width:100%;
    }
    #footer .title{
      text-align:center;
      margin: 7% 0 3%;
	  font-size: 15px;
      font-weight: bold;
    }

    #footer_btm .inner{
      width:100%;
    }

    #footer_btm .inner ul{
      overflow:hidden;
      list-style-type:none;
      margin:0 auto;
    }

    #footer_btm .inner ul li{
      float:none;
      border:none;
      padding:5px 0;
    }

    #footer_btm .inner ul li:first-child{
      padding:5px 0;
    }

    #footer_btm .inner .f_left{
      float:none;
    }

    #footer_btm .inner .f_right{
      float:none;
      padding:8% 0 0 0;
    }

    .border{
      width:30%;
      margin:0 auto 5%;
      height:1px;
      border-bottom:1px solid #1692BC;
    }
}








/*   リンクス  */



	#contents .sec_links {
		background: #F6F4F3;
		padding: 3% 0 4.5%;
		position:relative;
		z-index:107;
		width: 100%;
	}
	
	#contents .sec_links .shadow {
		background: url("../../images/top/links_shadow.png") repeat-x scroll left top rgba(0, 0, 0, 0);
		height: 15px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	#contents .sec_links .title{
		color: #B69F9B;
		font-size : 29px;
		font-style: italic;
		text-align : center;
	}
	
	
	#contents .sec_links .spot_list{
		width: 82%;
		margin: 2% auto 0;
		overflow:hidden;
		max-width:1274px;
	}
	
	#contents .sec_links .spot_list dl{
		float: left;
		height: 85%;
		margin: 0 1% 2.2%;
		width: 47%;
	}
	
	#contents .sec_links .spot_list dl:hover{
		background: #EFEBEA;
	}
	/* リンクが無いとき用 */
	#contents .sec_links .spot_list dl.nolink:hover{
		background: #F6F4F3 !important;
	}
	
	#contents .sec_links .spot_list dt{
		float: left;
		padding: 2%;
		width: 52%;
	}
	
	#contents .sec_links .spot_list dt img{
		display : block;
		width: 100%;
	}
	
	#contents .sec_links .spot_list dd{
		color: #595252;
		float: left;
		font-size: 14px;
		line-height: 140%;
		margin: 0 2% 0 4%;
		text-align: left;
		width: 38%;
	}
	
	#contents .sec_links .spot_list dd.name{
		float: left;
		font-size: 27px;
		font-weight: bold;
		line-height: 1.2;
		margin: 7% 0 2% 4%;
	}
	
	#contents .sec_links .spot_list dd a{
		color : #595553;
		text-decoration: none;
	}
	
	#contents .sec_links .spot_list .blank{
		display:inline-block;
		background: url(../../common/images/blank.png)  no-repeat;
		width: 12px;
		height:12px;
		vertical-align: middle;
		margin-left: -3px;
		background-size: 12px 12px;
	}






@media screen and (max-width:767px){
	#contents .sec_links{
		padding-bottom:0;
	}
	#contents .sec_links .title{
		margin: 4% auto 0;
		color: #b69f9a;
		font-size: 26px;
		text-align : center;
	}
	
	#contents .sec_links .spot_list{
		width: 100%;
		height: auto;
		margin: 0 auto 0;
	}
	
	#contents .sec_links .spot_list dl{
		width: 100%;
		height: auto;
		margin: 0;
		clear:both;
		position:relative;
		padding:5% 0;
	}
	
	#contents .sec_links .spot_list dl span.spot_cell{
		display:table;
		width:100%;
		}
	
	#contents .sec_links .spot_list dt{
		float: none;
		margin: 0 2% 0 2%;
		text-align: center;
		width: 25%;
			display:table-cell;
			padding:1.3%;
	}
	
	#contents .sec_links .spot_list dt img{
		margin-bottom: 2%;
		margin-left:21%;
		width: 100%;
		display : block;
	}
	
	#contents .sec_links .spot_list dd{
		text-align : left;
		color: #595352;
		font-size: 14px;
		line-height : 140%;
		width:85%;
		clear:both;
		float:left;
		display:table-cell;
		margin:0 2% 0 9%
	}
	
	#contents .sec_links .spot_list dd.name{
		clear: right;
		font-size: 22px;
		font-weight: bold;
		width: 50%;
			margin:0;
			padding:0;
			display:table-cell;
			vertical-align:middle;
			float:none;
			position:relative;
	}
	#contents .sec_links .spot_list dd.name img{
		width: 69%;
		margin-left: 12%;
	}
	
	#contents .sec_links .spot_list dd.name img.tmn_img{
		width: 48%;
	}
	
	#contents .sec_links .spot_list dd.txt{
		top: 36%;
	}
	
	#contents .sec_links .spot_list dd.text span{
		display:inline-block;
	}
	
	#contents .sec_links .spot_list span.arrow{
		width: 7%;
		display:block;
		position:absolute;
		top: 35%;
		right:7%;
	}
	
	#contents .sec_links .spot_list dd a{
		color : #595553;
		text-decoration: none;
	}
}
