@charset "UTF-8";
/* CSS Document */
html {
 height: 100%;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px 0px;
	overflow-x: hidden;
	height: 100%;
	width: 100vw;
}
.clr {
 clear: both;
 width: 0px;
 height: 0px;
 margin: 0;
}
a.btn_ext {
	display: block;
	width: auto;
	justify-content: center;
	align-items: center;
	height: auto;
	position: relative;
	background-color: #84BE3F;
	border: 1px solid #84BE3F;
	border-radius: 100px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 10px auto 40px auto;
}
a.btn_ext:before {
 content: '';
 width: 8px;
 height: 8px;
 border: 0;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 transform: rotate(45deg);
 position: absolute;
 top: 50%;
 right: 25px;
 margin-top: -6px;
}
a.btn_ext:hover {
 background: #fff;
 color: #84BE3F;
}
a.btn_ext:hover:before {
 border-top: 2px solid #84BE3F;
 border-right: 2px solid #84BE3F;
}

a.btn_na {
 display: flex;
 justify-content: center;
 align-items: center;
 max-width: 700px;
 height: auto;
 position: relative;
 background-color: #AAAAAA;
 border: 1px solid #AAAAAA;
 border-radius: 100px;
 box-sizing: border-box;
 padding: 20px 45px 20px 25px;
 color: #fff;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 transition-duration: 0.3s;
 margin: 10px auto 40px auto;
}
section {
	width: 100%;
	display: block;
	margin-top: 0px;
	text-align: center;
}

.sp_only {
 display: none;
 margin: 0;
	padding: 0;
}

p {
 margin-bottom: 1.5em;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 display: block;
 max-height: none;
 width: auto;
 height: auto;
}

/*ヘッダー部*/
header {
	width: 100%;
	padding-top: 0px;
	position: relative;
	overflow-x: hidden;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}
header .maintitle {
	background-image: url(../images/img_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 20px;
	height: 600px;
}

header .maintitle .logobox {
	max-width: 980px;
	margin: 0 auto ;
	text-align: right;
	padding-right: 20px;
}
header .maintitle img.img_logo_ca {
	width: 150px;
	height: auto;
}

header .maintitle img.toptitle {
	max-width: 600px;
	height: auto;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 150px;
}
header .leadtext {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/img_leaf.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35% auto;
	font-weight: bold;
	color: #555555;
}
header .leadtext h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #84BE3F;
}

/*メインコンテンツ*/

section .left_contents {
	width: 370px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}
section .right_contents {
	width: 540px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	text-align: left;
}

section .right_contents a div {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

section .right_contents a div:before {
  content: "";
  display: block;
  padding-top: 60%;
}

section .right_contents a.linkimage11 div {
	background-image: url("../images/img_01-1.jpg");
}
section .right_contents a.linkimage12 div {
	background-image: url("../images/img_01-2.jpg");
}
section .right_contents a.linkimage13 div {
	background-image: url("../images/img_01-3.jpg");
}
section .right_contents a.linkimage21 div {
	background-image: url("../images/img_02-1.jpg");
}
section .right_contents a.linkimage22 div {
	background-image: url("../images/img_02-2.jpg");
}
section .right_contents a.linkimage31 div {
	background-image: url("../images/img_03-1.jpg");
}
section .right_contents a.linkimage32 div {
	background-image: url("../images/img_03-2.jpg");
}

section .right_contents a {
	width: auto;
	color: black;
	text-decoration: none;
	display: block;
	border: 1px solid #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	transition-duration: 0.3s;

}

.left_contents .hint_text {
	background-color: #C8DBE9;
}
.left_contents .hint_text p {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.left_contents .hint_text .guidecomment {
	font-size: 0.7em;
	margin-top: -5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.left_contents .hint_text h2 {
	text-align: center;
	font-size: 1em;
	margin-top: -5px;
}
.left_contents .hint_text .imagetab {
	width: 100%;
	height: auto;
	margin-top: -10px;
}
section .right_contents a:hover {
	opacity: 50%;
}
section h1 {
	max-width: 980px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #84BE3F;
	letter-spacing: 10px;
	line-height: 1.2em;
	text-align: left;
	display: block;
}
section#yakushima > div:first-child div {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
section#yakushima > div:first-child {
	height: 530px;
	background-image: url(../images/img_main01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}
section#yakushima > div:first-child div img {
width: 200px;
	height: auto;
	position: absolute;
	left: 10px;
	top:40px;
}

section#amami > div:first-child div {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
section#amami > div:first-child {
	height: 530px;
	background-image: url(../images/img_main02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}
section#amami > div:first-child div img {
width: 200px;
	height: auto;
	position: absolute;
	right: 10px;
	top:40px;
}
section#toku > div:first-child div {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
section#toku > div:first-child {
	height: 530px;
	background-image: url(../images/img_main03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}
section#toku > div:first-child div img {
width: 200px;
	height: auto;
	position: absolute;
	left: 10px;
	top:40px;
}

/*コラボツアー部*/

#tourguide{
	background-color: #E7E3E0;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 60px;
}
#tourguide h2 {
	margin-top: 0px;
	padding-top: 40px;
	display: block;
	padding-bottom: 0px;
}
#tourguide div h3 {
	border-bottom: 4px solid #FF9000;
	padding-bottom: 10px;
	display: block;
}
#tourguide div {
	max-width: 380px;
	display: inline-block;
	margin: 0px 15px;
}
#tourguide div img {
	width: 100%;
	height: auto;
}

/*インスタグラマー部*/

#snsguide {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 31px;
}
#snsguide > div {
	width: 50%;
	max-width: 460px;
	display: inline-block;
	text-align: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	vertical-align: top;
}
#snsguide div a img {
	width: 45%;
	margin: 1%;
	display: inline-block;
}
#snsguide h2 .instaicon {
	width: 50px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}
#snsguide div > img {
	width: 90%;
	height: auto;
}
#snsguide div div img {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
#snsguide div div {
	font-size: 0.8em;
	line-height: 1.6em;
	padding-top: 9px;
	border-top: 1px dashed #909090;
}

#snsguide .instagramarea {
	width: 45%;
}

/*観光情報部*/

#informationbox {
	background-color: #EEF5FB;
	padding-top: 30px;
	text-align: center;
}
#informationbox h2 {
	border-bottom: 1px dashed #888888;
	margin-bottom: 0px;
	padding-bottom: 16px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#informationbox div  {
	max-width: 1000px;
	margin: 0 auto;
}

#informationbox div h3 {
	font-size: 1.1em;
}

#informationbox div div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*フッター*/
footer {
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	margin: 0;
	background-color: #E00003;
	padding-bottom: 20px;
	font-size: 0.8em;
}
footer a{
	color: white;
	text-decoration: none;
}


@media screen and (max-width:599px) {
	
	body {
			padding: 0px 2%;
}

 .sp_only {
  display: inline;
  margin: 0;
 }

		header .maintitle{
	height: 50vh;
	}
header .maintitle img.toptitle {
	max-width: 90%;
}

section#yakushima > div:first-child {
	height: 40vh;
	}
section#amami > div:first-child {
	height: 40vh;
	}
section#toku > div:first-child {
	height: 40vh;
	}
	section#yakushima > div:first-child div img{
		width: auto;
		height:35vh;
	}
section#amami > div:first-child div img{
			width: auto;
		height:35vh;
	}
section#toku > div:first-child div img{
		width: auto;
		height:35vh;
	}
	
	section h1 {
		font-size: 150%;
		text-align: center;
	}
	section .left_contents {
	width: auto;
}
section .right_contents {
	width: auto;
	}
	
	#tourguide div {
		max-width: auto;
	}
#snsguide > div {
	width: auto;
	max-width: auto;
	}
	
	#informationbox {
		padding-bottom: 20px;
	}

	#informationbox div div {
	width: auto;
		display: block;
	}
}
