@charset "UTF-8";

/*縦スクロールバーエリアを表示*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "UD新ゴ L","UD Shin Go Light","メイリオ", Meiryo, "游ゴシック", YuGothic,"ヒラギノ角ゴ W3 JIS2004",Hiragino Kaku Gothic W3 JIS2004, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* @group Reset */
* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

/*通常*/
a:link {
	/*color: rgba(107, 58, 6, 1);*/
  color: rgba(111,183,44,1.0);
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}

/*閲覧済み*/
a:visited {
	/*color: rgba(107, 58, 6, 1);*/
  color: rgba(111,183,44,1.0);
	text-decoration: none;
}

/*マウスオン*/
a:hover {
	/*color: rgba(107, 58, 6, 1);*/
  color: rgba(111,183,44,1.0);
	padding-right: 1px;
	padding-left: 1px;
	text-decoration:underline;
}

/*クリック中*/
a:active {
	/*color: rgba(107, 58, 6, 1);*/
  color: rgba(111,183,44,1.0);
	text-decoration: none;
	background-color: transparent;
}

/*クリック時の枠線*/
a {
	padding: 0 0 0 0px;
	outline: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width:none;
}

ul.base_list {
	list-style: url(/parts/list_icon.png) inside;
}
/* @end */

/* @group Fluid-img */
img {
	width: auto;
}
/* @end */

/* @group HTML */
html {
	font-size: 100%;
	line-height: 1.68;
}
/* @end */
div, p {
	text-align: justify;
	text-justify: inter-ideograph;
}
#container{
  width:100%;
  height: auto;
  display: block;
}
.condense{
  font-family:"UD新ゴ コンデンス70",UD Shin Go Conde70 U;
}
header {
	width: 100%;
	height: 55px;
	margin: 0 auto;
	display: block;
  background:rgba(164,203,35,1.0);
}
header .inner{
  width:1100px;
  height: 85px;
  display: block;
  position: relative;
  margin: 0 auto;
}
header .home{
  width:205px;
  height:110px;
  display: block;
  position: absolute;
  top:0;
  left:0px;
  z-index:100;
}
header nav.pc{
  width:850px;
  position: relative;
  left:250px;
  top:13px;
}
header ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
}
header li{
  height: 43px;
  line-height: 43px;
  font-size: 0.9rem;
  margin:0 0 0 20px;
}
header li a{
  width:100%;
  height: 100%;
  display: block;
}
header li:last-child{
  margin-right:0px;
}
header li a{
  color:#000!important;
}
#box{
  width:1100px;
  width:100%;
  min-height:500px;
  height: auto;
  position: relative;
  display: block;
  margin:60px auto 0;
  font-size:0.9rem;
}
#container.top{
  margin:0 auto;
}
#container.top #box{
  width:100%;
}
#hata_info_wrap{
  width:1100px;
  margin:0 auto 40px;
  position: relative;
}
.hata_info{
  width:1100px;
}
.hata_info p{
  width:611px;
  margin-top:30px;
}
/*背景グリーン見出し*/
#container div.ttl.green{
  height: 112px;
  background: #a3ca23; /* Old browsers */
  background: -moz-linear-gradient(right,  #a3ca23 10%, #ffffff 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right,  #a3ca23 10%,#ffffff 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #a3ca23 10%,#ffffff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ca23', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#container div.ttl h1.white{
  width:1100px;
  margin:0 auto;
  background:#fff;
  font-size: 40px;
  color:rgb(255,255,255);
}
#container.top div.ttl h1 p{
  width:270px;
  height: 112px;
  margin:0 0;
  background:rgb(163,202,35);
  padding-left:60px;
}
/*背景グレー*/
#container .ttl.gray{
  height: 112px;
  background: #e7e7e8; /* Old browsers */
  background: -moz-linear-gradient(right,  #e7e7e8 10%, #ffffff 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right,  #e7e7e8 10%,#ffffff 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e7e7e8 10%,#ffffff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#container div.ttl h1.green{
  width:1100px;
  margin:0 auto;
  background:#fff;
  font-size: 40px;
  color:rgb(111,184,44);
}
#container div.ttl h1 span{
  color: #000;
  display: block;
  font-family: "UD新ゴ M",UD Shin Go Medium;
  font-size: 0.9rem;
  margin-top: -15px;
}
#container.top h2{
  color:#fff;
  font-size:40px;
  margin:0 0 10px 20px;
}
#hata_info h1 span,
#container.top h2 span{
  color:#000;
  display: block;
  font-family:"UD新ゴ M",UD Shin Go Medium;  font-size:0.9rem;
  margin-top:-15px;
}
#hata_info h1+p{
  width:550px;
  height: auto;
  margin:20px 0 0 80px;
  background:rgba(220,220,220,0.2);
}
img.top_hata_map{
  position: absolute;
  top:-400px;
  right:-50px;
}
img.top_kochi_map{
  position: absolute;
  top:-190px;
  left:460px;
}
/*TOPスポーツ施設*/
#top_facilities{
  width:1100px;
  height: auto;
  margin:0 auto 50px;
  display: block;
  position: relative;
  background:rgba(163,202,35,1.0);
}
#top_facilities .all_view{
  position: absolute;
  top: 46px;
  right: 20px;
}
#top_facilities .unit{
  width:100%;
  height: auto;
  margin:0 auto 0;
  display: block;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
}
#top_facilities .unit .block{
  width:535px;
  height:auto;
  background:#fff;
  margin-bottom:10px;
}
#top_facilities .unit .block:nth-of-type(1){
  margin:0 10px 10px 10px;
}
#top_facilities .unit .block a{
display:inline-block;
width:100%;
height:100%;
padding:20px 20px;
color:#000;
-webkit-transition:0.4s;
transition:0.4s;
}
#top_facilities .unit .block a:hover{
text-decoration: none;
background:rgba(231,231,232,0.5);
}
#top_facilities .unit .block span{
  color:rgb(163,202,35);
  font-size:50px;
}
#top_facilities .unit .block div{
  width:255px;
  display: inline-block;
  vertical-align: top;
}
#top_facilities .unit img{
  width:234px;
  display: inline-block;
  vertical-align: top;
}
#top_facilities .unit dt{
  font-size:19px;
  font-family:"UD新ゴ M",UD Shin Go Medium;
}
#top_facilities .unit ul{
  width:495px;
  margin:20px auto 0;
}
#top_facilities .unit .block li{
  height: 20px;
  line-height: 20px;
  background:rgba(208,209,208,1.0);
  color:#fff;
  font-size:11px;
  text-align:center;
  letter-spacing:-1px;
  display: inline-block;
  padding:0 3px 0 3px;
}
#top_facilities .unit .block li.on{
  background:rgba(111,184,44,1.0);
}
a.all_view{
  width:86px;
  height:20px;
  line-height: 20px;
  display: block;
  position: relative;
  color:#fff;
  text-indent:17px;
  background:rgba(234,86,42,1.0);
  -webkit-transition:0.4s;
  transition:0.4s;
}
a.all_view:hover{
  background:rgb(241,152,126);
}
a.all_view:before,
#container.search .search:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left:5px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#info_event_stay{
  width:1100px;
  height: auto;
  margin:0 auto;
  position: relative;
}
/*新着*/
.info_area{
  width:523px;
  background:rgba(164,203,35,1.0);
  margin:0 49px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.info_area h2{
  width:523px;
}
.info_area .all_view{
  position: absolute;
  top:40px;
  right:20px;
}
.new_list{
  height: 341px;
  overflow: auto;
  padding:15px 0 30px;
  background:rgba(231,231,231,1.0);
}
.new_list li{
  width: 460px;
  border-bottom: dotted 3px #fff;
  margin:15px auto 0;
  padding-bottom:15px;
}
.new_list li a{
  color:#000;
}
.new_list .new_info_date{
  width:91px;
  height:20px;
  line-height: 20px;
  display: block;
  background:rgba(111,185,43,1.0);
  color:#fff;
  font-size:0.8rem;
  text-align:center;
  margin:0 0 5px 0;
}
.new_list .new_info_date+a{
  margin:0px 0 0 20px;
}
/*イベント情報*/
#event_stay{
  width:523px;
  height:auto;
  display: inline-block;
  vertical-align: top;
}
.event_area{
  width:523px;
  height:auto;
  background:rgba(231,231,231,1.0);
  position:relative;
  padding-bottom:10px;
  margin:0 0 20px 0;
}
#container.top .event_area h2{
  color:rgb(111,184,44);
}
.event_area a.all_view{
  position: absolute;
  top:50px;
  right:20px;
}
a.all_view:hover{
	text-decoration:none;
}
.event_area ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
}
.event_area li{
  width:161px;
  background:#fff;
  margin:0 10px 0 0;
}
.event_area li:nth-of-type(1){
  margin:0 10px 0 10px;
}
.event_area li a{
  padding:10px 10px;
  width:100%;
  height: 100%;
  display: inline-block;
  -webkit-transition:0.5s;
  transition: 0.5s;
}
.event_area li a:hover{
  text-decoration: none;
  background:rgba(231,231,232,0.5);
}
.event_area li span.day{
  color:rgb(111,184,44);
  border-bottom:solid 1px rgb(50,54,68);
  display: block;
  font-size: 16px;
  text-align: center;
  line-height:19px;
  padding-bottom:5px;
  margin-bottom:5px;
}
.event_area li span.day span{
  display: block;
  font-size: 14px;
}
.event_area li span.name{
  display: block;
  line-height: 18px;
  color:#000;
  font-size:13px;
}
/*施設情報*/
.stay_guide_area,
.calendar_area{
  width:523px;
  height:159px;
  display: inline-block;
  position: relative;
  background:url(/parts/top_stayguide.png) no-repeat right 0px rgb(163,202,35);
}
	.calendar_area{
		background:url(/parts/top_calendar.png) no-repeat right 0px rgb(163,202,35);
		height: 143px;
	}
.stay_guide_area a,
.calendar_area a{
  width:100%;
  height:100%;
  display: block;
}
.stay_guide_area a:hover,
.calendar_area a:hover{
	text-decoration: none;
}
.stay_guide_area h2,
.calendar_area h2{
  width:296px;
}
.stay_guide_area a.link,
.calendar_area a.link{
	width:523px;
	height:159px;
	display:inline-block;
	position:relative;
	opacity:1;
	transition: all .3s;
}
	.calendar_area a.link{
		height:143px;
	}

.stay_guide_area a.link:before,
.calendar_area a.link:before{
	background-color:transparent;
	position: absolute;
	content: "";
	transition: all .3s;
}
.stay_guide_area a.link:hover,
.calendar_area a.link:hover{
	text-decoration: none;
}

.stay_guide_area a.link:hover:before,
.calendar_area a.link:hover:before{
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	transition: 0.35s all ease;
	position: absolute;
	z-index: 99;
	display: block;
}
.stay_guide_area a.link p,
.calendar_area a.link p{
	position: absolute;
	z-index: 99;
	display: block;
	-webkit-transform: translate(-50%,-50%);
	left: 50%;
	bottom: auto;
	opacity: 0;
	top: 50%;
	font-size: 15px;
	line-height: 20px;
	transition: 0.3s;
	padding: 6px 14px;
	width: auto;
	right: auto;
	border-radius: 5px;
	background: #42b773;
}
.stay_guide_area a.link:hover p,
.calendar_area a.link:hover p{
	opacity: 1;
}
.stay_guide_area a.link p span,
.calendar_area a.link p span{
	font-weight: 500;
	font-style: normal;
	font-family: 'Ubuntu', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-transform:uppercase;
}
/*トップページコンテンツ*/
.top_set{
width:1100px;
height: auto;
margin:40px auto 0;
display: block;
position: relative;
}
.top_set #top_con01{
width:100%;
height: auto;
background:rgb(231,231,231);
margin:40px 0 0px;
}
.top_set #top_con01 h2{
color:rgb(111,184,44);
}
.top_set #top_con01 p{
color:rgb(232,72,24);
font-size:16px;
padding:0 0 0 20px;
font-family:"UD新ゴ M",UD Shin Go Medium;
}
.top_set #top_con01 p span{
font-size:22px;
line-height: 25px;
}
.top_set #top_con01 ul{
-moz-column-count:5;
-webkit-column-count:5;
column-count:5;
padding:0 20px 20px 20px;
}
.top_set #top_con01 ul:nth-of-type(2){
-moz-column-count:6;
-webkit-column-count:6;
column-count:6;
}
.top_set #top_con01 li{
letter-spacing: -1px;
}
.top_set #top_con01 li:before{
content: "";
display: inline-block;
border: 5px solid transparent;
border-left-color: rgba(107, 58, 6, 1);
}
.top_set #top_con01 li a{
color:rgba(107, 58, 6, 1);
}
.top_set .other{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.top_set .other li{
  width:550px;
  height: 162px;
  background:rgb(231,231,231);
	border-color: #dedede;
}

.top_set .other li a{
  display: block;
  width:100%;
  height:100%;
position:relative;
opacity:1;
transition: all .3s;
}
.top_set .other a.link:before{
background-color:transparent;
position: absolute;
content: "";
transition: all .3s;
}
.top_set .other a.link:hover{
text-decoration: none;
}

.top_set .other a.link:hover:before{
background-color: rgba(0,0,0,0.3);
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
transition: 0.35s all ease;
position: absolute;
    z-index: 99;
    display: block;
}
.top_set .other a.link p{
position: absolute;
    z-index: 99;
    display: block;
-webkit-transform: translate(-50%,-50%);
    left: 50%;
    bottom: auto;
    opacity: 0;
    top: 50%;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
    padding: 6px 14px;
    width: auto;
    right: auto;
    border-radius: 5px;
    background: #42b773;
}
.top_set .other a.link:hover p{
    opacity: 1;
}
.top_set .other a.link p span{
font-weight: 500;
    font-style: normal;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
	text-transform:uppercase;
}
.top_set .other li a div.ttl{
  color:rgb(111,184,44);
  font-size:40px;
  text-align: right;
  margin-right: 20px;
}
.top_set .other li a div.ttl span{
color: #000;
    font-size: 0.9rem;
    font-family: "UD新ゴ M",UD Shin Go Medium;
    display: block;
    margin-top: -15px;
}
.top_set .other li a:hover{
  text-decoration: none;
}
.top_set .other li:nth-of-type(3),
.top_set .other li:nth-of-type(4){
  height: 100px;
}
.top_set .other li:nth-of-type(1){
  background:url(/parts/banner_top_sports.png) no-repeat left 0px rgb(163,202,35);
}
.top_set .other li:nth-of-type(2){
  background:url(/parts/banner_top_access.png) no-repeat left 0px rgb(231,231,231);
}
.top_set .other li:nth-of-type(4){
  background:rgb(163,202,35);
}
.top_set .other li:nth-of-type(1) a div.ttl,
.top_set .other li:nth-of-type(4) a div.ttl{
  color:#fff;
}

/*フリーページ*/
.ttl_area{
  width:100%;
  height:100px;
  background:rgb(231,231,232);
  margin-bottom:30px;
}
.ttl_area h1.page_title{
  width:1100px;
  line-height: 100px;
  margin: 0 auto 0px;
  font-family: "UD新ゴ M",UD Shin Go Medium;
  font-size: 37px;
}
h2.TitleMain{
  border-bottom: solid 1px rgb(111,184,44);
  margin-bottom: 30px;
  padding: 0 170px 0 30px;
  font-family: "UD新ゴ M",UD Shin Go Medium;
}
h3.TitleSub{
  font-family: "UD新ゴ M",UD Shin Go Medium;
  border-left: solid 6px rgb(111,185,43);
  padding-left: 20px;
  margin-left:30px;
}
.contents{
  width:930px;
  margin:0 auto;
  overflow: hidden;
}
.text-area{
  overflow: hidden;
  margin:20px 0 40px 0;
  padding:0 40px 0;
}
.text-area+.upfile{
  margin:0px 0 40px 0;
  padding-left:40px;
}
div.upfile.pdf a {
  background: url(../parts/icon_pdf.png) no-repeat right center;
  padding-right: 20px;
}
div.upfile.xls a {
  background: url(../parts/icon_excel.png) no-repeat right center;
  padding-right: 20px;
}
div.upfile.doc a {
  background: url(../parts/icon_word.png) no-repeat right center;
  padding-right: 20px;
}
/* download-page btn */
a.go-to-dl-page{
  text-decoration: none!important;
  background: rgba(50, 54, 68, 0.9);
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  margin:auto;
  text-align: center;
}
a.go-to-dl-page:hover{
  background: rgb(50, 54, 68, 1);
}
a.go-to-dl-page .arrow-right{
  width: 0;
  height: 0;
  border: 0.35rem solid;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px;
}


/* 表作成 */
.baseTbl_A{
	width:100%;
	margin:0 10px;
	box-sizing:border-box;
}
.baseTbl_A th,
.baseTbl_A td{
	padding: 3px 10px;
	font-weight: 100;
	border-bottom:solid 1px rgba(199, 159, 98, 0.5);
	vertical-align:top;
}
.baseTbl_A tr:nth-child(1) th,
.baseTbl_A tr:nth-child(1) td{
	border-top:solid 1px rgba(199, 159, 98, 0.5);
}
.baseTbl_A th{
	width: 25%;
	text-align: left;
	background: rgba(199, 159, 98, 0.1);
}

/* フリーページ（画像の配置） */
	/*######################################
		フリーページの画像位置設定
	[配置対応番号]
	0_ImgTopLeft:左上		1_ImgTopCenter:中上			2_ImgTopRight:右上
	3_ImgLeft:左							4_ImgRight:右
	5_ImgBottomLeft:左下		6_ImgBottomCenter:中下		7_ImgBottomRight:右下
	########################################*/
.ImgTopCenter,
.ImgBottomCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomRight {
  max-width: 1000px;
  position: relative;
  z-index: 100;
}

.ImgTopCenter img,
.ImgBottomCenter img,
.ImgRight img,
.ImgLeft img,
.ImgTopLeft img,
.ImgTopRight img,
.ImgBottomLeft img,
.ImgBottomRight img {
  border-radius: 2px;
}

/*----------------------------------
	上の左（回り込なし）に表示の設定
------------------------------------*/
.ImgTopLeft {
  margin-left: 0px;
}

/*----------------------------------
	上に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight {
  margin-bottom: 15px;
}

/*----------------------------------
	下に表示の共通設定
------------------------------------*/
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  margin-top: 15px;
  clear: both;
}

/*----------------------------------
	左に表示の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgLeft,
.ImgBottomLeft {
  text-align: left;
  margin: 0 15px 15px 0px;
}

.freeImg0 {
  margin-top: 20px;
}

/*----------------------------------
	中央に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgBottomCenter {
  text-align: center;
}

.ImgTopCenter {
  margin-top: 20px;
}

/*----------------------------------
	右に表示の共通設定
------------------------------------*/
.ImgTopRight,
.ImgRight,
.ImgBottomRight {
  text-align: right;
  margin-left: 15px;
}

.ImgRight {
  margin-left: 27px;
}

.ImgTopRight {
  margin-top: 20px;
}

/*----------------------------------
	上下の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  clear: both;
}

/*----------------------------------
	左に表示
------------------------------------*/
.ImgLeft {
  float: left;
  margin: 0px 20px 0 0;
}

/*----------------------------------
	右に表示
------------------------------------*/
.ImgRight {
  float: right;
}

/*----------------------------------
	左下に表示
------------------------------------*/
.ImgBottomLeft {
  margin-top: 15px;
}

footer{
  width:100%;
  margin-top:40px;
  background:url(../parts/footer_gray.gif) repeat-x 0px 180px rgb(50,54,68);
}
footer .inner{
	width:1100px;
	height:auto;
	margin:0 auto;
  padding:50px 0 0 0;
  position: relative;
  display:block;
  color:#fff;
}
footer .inner .logo_footer{
  margin-left:50px;
}
footer .inner a{
  color:#fff;
}
footer .sitemap{
  width:820px;
  display: table;
  position: absolute;
  top: 50px;
  right: 0px;
}
footer .sitemap li{
  width: auto;
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  display: table-cell;
  border-left:solid 1px #fff;
  vertical-align: middle;
  text-align: center;
  font-size:13px;
}
footer .sitemap li:last-child{
  border-right:solid 1px #fff;
}
footer .sitemap li a{
  display:inline-block;
  width: 100%;
  height: 100%;
}
footer .sitemap_sub{
  font-size:13px;
  -moz-column-count:3;
  -webkit-column-count:3;
  column-count:3;
  margin:0 0px 20px 275px;
}
footer .sitemap_sub li{
  position: relative;
  padding-left:15px;
}
footer .sitemap_sub li:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
footer .address{
  padding:0 0 60px 0;
}
footer .address span{
  font-size:14px;
  text-align: center;
  line-height: 43px;
  margin:0 0 0 10px;
}
footer .copy{
	width:1100px;
	height:auto;
  font-size:11px;
	text-align:center;
	display:block;
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 0 -550px;
}
/*パンくず*/
.breadrumb{
  width:1100px;
  margin:0 auto 10px;
  font-size:12px;
}
#page-top{
	width:60px;
	height:60px;
	position: fixed;
	bottom:60px;
	left:50%;
	margin-left:400px;
	z-index:9999999;
	cursor:pointer;
  background:url(../parts/page_top_line.png) no-repeat center 9px #323644;
}
#page-top a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-align: center;
  color:#fff;
  font-size:12px;
  -webkit-transition:1.0s;
  transition:1.0s;
  background:url(../parts/page_top.png) no-repeat center 9px ;
}
#page-top a:hover{
  text-decoration: none;
  background:url(../parts/page_top_hover.png) no-repeat center 9px;
}

/* mainte notice 2026/01 */
.notice-mt {
  top:0;
  width: 100%;
  padding:4px 15px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color:#fff;
  background: #2444AE;
}
.notice-mt .wrap, .notice-mt .wrap>div {
  text-align: center;
}
.notice-mt.this-month {
  background: #E00101;
}
.notice-mt a,.notice-mt a:visited {
  color:#fff!important;
  text-decoration: underline;
}

.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }

  .notice-mt {
    font-size: 11px;
    line-height: 18px;
  }
}

/* 768pxから1120pxまで */
@media screen and (min-width:768px) and ( max-width:1120px) {
	html{
		width:1120px;
		overflow-x:scroll;
	}
}
/* 768px未満sp */
@media screen and (max-width:767px){
	header, header .inner, nav,  #box,
	footer, footer .inner, footer .sitemap,
	#main , .breadrumb, #container, .contents{
	    width: 100%!important;
	    min-width: 320px;
	}
	.info_area h2, #container.top h2{width:auto!important;}
		header nav.pc{
      display: none;
      left:0;
		}
		header ul{
			display:block;
		}
		header ul li{
			padding:0 10px;
		}
			header ul li:last-child{border:none;}
	footer{
		background: url(../parts/footer_gray.gif) repeat-x 0px 380px rgb(50,54,68);
		background-size: 40px;
	}
	footer .inner{
		padding-top:20px;
	}
	footer .inner .logo_footer{
		margin:0 auto;
		display:block;
	}
	footer .sitemap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		position:relative;
		top:0;
		margin:30px 0 0;
	}
	footer .sitemap li{
		width:50%;
		margin:0 0 10px;
		border:none;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
	}
		footer .sitemap li:nth-of-type(even){
			border-left: solid 1px #fff;
		}
	footer .sitemap li:last-child{
		border-right:none;
	}
	footer .sitemap_sub{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		margin:3px 0 20px 11px;
	}
	footer .address{
		margin:0 10px;
	}
	footer .address span{
			display: block;
			text-align:left;
			line-height: 30px;
			margin:0px;
		}
	footer .copy{
		width:100%;
		left: 0px;
		margin: 0;
	}
	.breadrumb{
		margin-top:65px;
	}
	#box{
		margin-top:15px;
	}
	#main{
		padding:0 10px;
	}
	#container .ttl.gray{
		margin-left:-10px;
	}
	#container div.ttl{
		width:100%;
	}
	#container div.ttl h1{
    width:100%!important;
  }
  .text-area{
    padding:0 15px 0;
    font-size:0.98rem;
  }
	#page-top{
		display:none!important;
	}
	img.top_hata_map{
		position: static;
		float: right;
		width: 90%;
		max-width: 462px;
		margin-bottom: 30px;
	}
	img.top_kochi_map{
		top:115%;
		left:0px;
	}
	.ttl_area{
		height:auto;
	}
	.ttl_area h1.page_title{
		line-height:45px;
		padding:10px 0px;
	}
	.info_area{margin-right:0px;}
	#hata_info_wrap,
	.hata_info,
	.hata_info p,
	#top_facilities,
	#top_facilities .unit ul,
	#top_facilities .unit .block,
	#top_facilities .unit .block div{
		width:100%;
	}
	#top_facilities{
		clear:both;
	}
	#top_facilities .unit .block{
		margin:0 10px 10px;
	}
	#top_facilities .all_view{
		top:58px;
	}
	#top_facilities .unit .block a{
		padding:10px;
	}
	#info_event_stay,
	.info_area,
	.new_list li{
		width:100%;
	}
	.info_area{
		margin-bottom:50px;
	}
	.info_area .all_view{
		top:55px;
	}
	.new_list .new_info_date + a{
		display:block;
		margin:0 10px;
	}
	#event_stay,
	.event_area,
	.event_area li{
		width:100%;
	}
	.event_area{
		margin-bottom:40px;
	}
	.event_area li{
		margin:0 10px 10px 10px!important;
	}
	.stay_guide_area,
	.stay_guide_area a.link,
	.calendar_area,
	.calendar_area a.link{
		width:100%;
	}
	.top_set,
	.top_set .other li{
		width:100%;
	}
	.top_set #top_con01 ul{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		padding:0 10px 10px 10px;
	}
	.top_set #top_con01 ul:nth-of-type(2) {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
	.top_set .other li:nth-of-type(1){
		margin-bottom:20px;
	}
	.top_set .other li a div.ttl span{
		text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	}
}
/*------------print---------------------*/
/* 印刷 */
@page {
	margin: 12mm 7mm;
}
@media print{
	body{ zoom: 95%; }

	#page-top{
		display:none!important;
	}
}
.alter_data{
	font-weight:bold;
	color:#ff3300;
}
