@charset "utf-8";
html,body { height: 100%;}
body {
	font-family: "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	text-align: left;
	background: #FFF;
	color: #000;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
}
body.en {font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;}
body.ko {font-family:'Nanum Gothic', sans-serif;}
body.cn {font-family:'Microsoft YaHei', "微软雅黑", 'SimSun', sans-serif;}
body.tw {font-family:'Microsoft JhengHei' ,"微軟正黑體", 'PMingLiU',  sans-serif;}

.pcno {	display: none;}
img {
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.0;
	vertical-align:middle;
}
.img {width: 100%;}
.hdinner,
.inner,
.container{
	max-width: 1000px;
	margin: 0 auto;
	min-height: 1px;
	position: relative;
}
.container{
	overflow: hidden;
}
.inner:after,
.container:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*txt link*/
P {
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.6;
	color: #000;
}
strong {
	font-weight: 700;
}
small{	font-size: 0.85em;}
.min{	font-size:1.2em;}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.morelink {
	display: block;
	width: 300px;
	margin: 20px auto;
	padding: 0.3em;
	color: #2c5d7a;
	font-size: 1.4em;
	text-align: center;
	background: #fff url("../img/icon_morearrow.png") no-repeat right 14px center /14px auto;
	border: 1px solid #ccc;
	border-radius: 25px;
}
.hplink {
	display: inline-block;
	padding: 0.3em 2.5em 0.3em 0;
	color: #2c5d7a;
	font-size: 1.4em;
	font-weight: 700;
	background: url("../img/icon_exlink.png") no-repeat right 14px center /14px auto;
}

@media screen and (max-width: 1000px) {
	.inner {width: 95%;}
	.hdinner {width: 100%;}
}
@media screen and (max-width: 767px) {
	.pcno {display: inherit;}
	.spno {display: none;}
	.spimg {width: 100%;}
	.container  {width: 95%;}
	P {font-size: 1.3em;}
}

/*Header*/
#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header .hdinner {
	max-width: 80%;
}
#header P {margin-bottom: 0;}
#header .logo {
	margin: 20px 0;
	width: 375px;}
#header #fontsize {
	position: absolute;
	top: 30px;
	right: 360px;
	display: flex;
	align-items: center;
}
#fontsize dt,
#fontsize dd { 
	width: 20%;
	color: #59b2e6;
	font-weight: 700;
	line-height: 1.2;}
#fontsize dt {
	width: 6.5em;
	font-size: 1.2em;
}
#fontsize dd {
	display: flex;
	flex-direction: column ;
	width: 50px;
	height: 34px;
	padding-top: 0.15em;
	background: #e0e0e0;
  cursor: pointer;
  text-align: center;
}
#fontsize dd small{
	margin: 0 auto;
	font-size:10px;
}
#fontsize .small,
#fontsize .large{ line-height: 16px;}
#fontsize .small{font-size: 1.4em;border-radius: 5px 0 0 5px;}
#fontsize .large{font-size: 1.6em;border-radius: 0 5px 5px 0;}
#fontsize .current {
    background: #59b2e6;
    color: #fff;
}
#sns {
	position: absolute;
	top: 32px;
	right: 135px;
}
#sns img {
	width: 30px;
	height: 30px;
}
#language {
	position: absolute;
	top: 30px;
	right: 0;
	padding-left: 14px;
	background: url("../img/icon_language.png") no-repeat left center / 30px auto;
}
#language select {
	margin-bottom: 1px;
	padding:3px 20px 3px 20px;
	color:  #59b2e6;
	font-size:14px;
	font-weight: 700;
	line-height:1.8;
	background: url(../img/dn_arrow_bl.png) no-repeat right center / 12px auto;
	border-bottom:1px solid #59b2e6;
	vertical-align: middle;
	text-overflow: '';
	position: relative;
}
#gnav{
	width: 100%;
	background: #59b2e6;
	overflow: inherit !important;
	position: relative;
}
#gnav ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	text-align: center;
}
#gnav ul li {
	display:flex;
	width: calc(100%/3);
	text-align: center;
	position: relative;
	background: url("../img/icon_navline.png") no-repeat left bottom 1em;
}
#gnav ul li:last-child{
 background: url("../img/icon_navline.png") no-repeat left bottom 1em, url("../img/icon_navline.png") no-repeat right bottom 1em;
}
#gnav ul li A {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
}
#gnav ul li A:hover {text-decoration: none;}
#gnav ul li A::before {
  display: block;
	margin: 0 auto 5px;
	content: '';
  width: 25px;
  height: 25px;
	background-size: contain;
	vertical-align: middle;
}
#gnav ul li:nth-child(1) A::before{
  background-image: url("../img/icon_nav1.png");
}
#gnav ul li:nth-child(2) A::before{
  background-image: url("../img/icon_nav2.png");
}
#gnav ul li:nth-child(3) A::before{
  background-image: url("../img/icon_nav3.png");
}
#gnav ul li:nth-child(4) A::before{
  background-image: url("../img/icon_nav4.png");
}


#gserch {
  position: absolute;
	top: 30px;
	right:148px;
	width: 200px;
	z-index: 100;
}
#gserchsc { 
  position: absolute;
  top:-50px;
  left: 0;
	}
#gserch .serchbox{
  display: flex;
}
#gserch input[type="text"] {
  width: calc(100% - 30px) !important;
	height: 30px !important;
	padding:0.5em 30px 0 0.3em;
	border: 1px solid #59b2e6 !important;
  font-size: 1.4em;
	border-radius: 25px;
}
#gserch .serchbtn {
	position: absolute;
	top: 0;
	right: 30px;
  width: 30px;
  height: 30px;
  background: url("../img/icon_search.png") no-repeat center center;
  background-size: 60%;
  background-color: #59b2e6;
	border-radius: 25px;
}
#gserch .serchbtn img {
  display: none;
}
#gserch .serchbtn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1300px) {
#header .hdinner {max-width:95%;}
}
@media screen and (max-width: 1000px) {
#header .logo { width:30%; margin-left: 10px;}
}
@media screen and (max-width: 992px) {
	#gnav ul li A {font-size: 1.3em;}
}
@media screen and (max-width: 768px) {
	#header .hdinner {max-width:100%;}
	#header .logo {width:45%;}
	#header #fontsize {display: none;}
	#gnav {position: fixed;}
	#gnav p img{width:50%;}
	#gnav ul { display: inherit; max-width:95%;}
	#gnav ul li {width:100%;text-align: left;background: none;}
	#gnav ul li A { padding: 15px 0; font-size: 1.5em; border-top: 2px solid #fff; border-left: none;}
	#gnav ul li:last-child{background: none;}
	#gnav ul li A::before {display: inline-block;	margin:0 10px;}
	#gserch {position: static; width:95%; margin:25px auto;}
	#gserch .serchbox{ width:100%; position: relative;}
	#gserch input[type="text"] { background: #fff;}
	#sns {display: none;}
	#language {
	top:20px;
	right:65px;
	padding-left: 10px;
	background: #59b2e6 url("../img/icon_language.png") no-repeat left center / 24px auto;
	border-radius: 5px;
	}
	#language select {padding:3px 10px 3px 10px;color: #fff;font-size:12px;border-bottom:none;}
}

main {
	padding: 0 0 50px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
main h1 {
	padding: 1em 0;
	color: #fff;
	font-size: 3.5em;
	line-height:1.8;
	text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	background: no-repeat center center / cover;
}
main h1 small {
	display: block;
	font-size: 0.65em;
}

#about main h1{ background-image: url("../about/img/bk_ttl.jpg");}
#cade main h1{ background-image: url("../cade/img/bk_ttl.jpg");}
#enjoy main h1{ background-image: url("../enjoy/img/bk_ttl.jpg");}
#spot main h1{ background-image: url("../spot/img/bk_ttl.jpg");}
#access main h1{ background-image: url("../access/img/bk_ttl.jpg");}
#event main h1{ background-image: url("../event/img/bk_ttl.jpg");}
#tour main h1{ background-image: url("../tour/img/bk_ttl.jpg");}
#sitemap main h1{ background-image: url("../sitemap/img/bk_ttl.jpg");}
main .container {min-height: 470px;}


main .container h2 {
	margin:0 0 1.5em 0;
	padding: 0.5em 0;
	color: #59b2e6;
	font-size: 2.0em;
	font-weight: 700;
	border-bottom: 3px solid #59b2e6;
}
main .container h3 {
	margin-bottom: 1em;
	padding: 0.6em 1.5em;
	color: #3673b8;
	font-size: 1.6em;
	font-weight: 700;
	background: #e4f3fb url(../img/icon_h2line.png) no-repeat left 0.5em center / 10px auto;
	position: relative;
}
main .container h4 {
	padding-left: 0.5em;
	margin-bottom: 1.5em;
	color: #59b2e6;
	font-size: 1.5em;
	font-weight: 700;
	border-left: 3px solid #3673b8;
}
main .container h5 {
	padding:0 0 0.5em;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	font-weight: 700;
	border-bottom: 2px solid #3673b8;
}
main .container h6 {
	margin-bottom: 1.5em;
	color: #3673b8;
	font-size: 1.4em;
	font-weight: 700;
}

main .container .txtlink {margin: 2em 0;}
main .container .txtlink li{
	margin-bottom: 0.5em;
	padding: 0 1.5em;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	text-align: left;
	background: url("../img/icon_sidearrow.png") no-repeat left top 0.3em / 12px auto;
}
main .container .txtlink li A{
	color: #3673b8;
}

main section {padding: 40px 0}
main .container section {padding: 0 0 40px;}

.pagenav {
	margin: 1em 0;
	font-size: 1.2em;
}
.pagenav li {
	display: inline-block;
	color:#26486e;
}
.pagenav li A{
	padding: 0 0.5em 0 0;
}
.pagenav li A::after {
  display: inline-block;
	padding: 0 0 0 0.5em;
	content: '>';
}


@media only screen and (max-width:1000px) {
.maincontents section {width: 95%; margin: 0 auto;}
.pagenav {margin:1em;}
}

@media only screen and (max-width:768px) {
main {padding: 0;}
main h1 {font-size: 2.0em;}
main .container {min-height: auto;}
main .container h2{font-size:1.6em;}
main .container h3{font-size:1.4em;}
main .container h4{font-size:1.4em;}
main .container h5{font-size:1.3em;}
main .container h6{font-size:1.3em;}
section {padding: 30px 0;}
.pagenav {font-size: 1.1em;}
}

#pagetop {
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateY(0) translateX(-50%);
	z-index:10;
}
#pagetop img {
	width: 110px;
	height:auto;
}

#footer {
	padding: 20px 0;
	background: #59b2e6;}
#footer .inner{position: relative;}
#footer .ftlogo {
	width:265px;
	margin-bottom: 10px;
}
#footer address {
	color: #fff;
	font-size: 1.4em;
}
#footer ul{
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 1.5em;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	}
#footer ul li A {
	padding: 0 1em;
	color: #fff;
	font-size: 1.4em;
	background: url(../img/right_arrow_wh.png) no-repeat left center / auto 12px;
}
#footer .copyright {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.0;
	text-align: right;
}

@media only screen and (max-width:768px) {
#pagetop img{width:80px;}
#footer {	padding: 15px 0;}
#footer .ftlogo {width:40%;}
#footer address { margin-bottom: 1.5em;	font-size: 1.2em; text-align: center;}
#footer ul {padding: 1em 0; position: static; text-align: center;}
#footer ul li A {font-size: 1.2em;}
#footer .copyright {font-size: 1.0em; text-align: center;}
}

table.table {
	width:100%;
	border-collapse: collapse;
	margin:0 auto 30px;
	font-size:1.4em;
	line-height:1.5;
	border-bottom: 1px solid #cacaca;
} 
table.table th,
table.table td {
	padding:0.8em;
	text-align:left;
	border-top: 1px solid #cacaca;
	vertical-align:middle;
}
table.table th{
	font-weight:700;
	background: #f7f2ec;
}
table.table td {
	border-left: 1px solid #cacaca;
}

@media only screen and (max-width:768px){
table.table {font-size:1.2em;} 
}

