@charset "UTF-8";
/* CSS Document */

body,a {
    font-family: Arial, Helvetica, sans-serif;
    color: #515151;
}
header {
    background-image: url(../images/banner04.jpg);
    height: 900px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    letter-spacing: 0.5rem;
    margin: 0;
    color: #444444;
	}
/**text-shadow: 0 0 5px rgba(31,50,53,0.8), 0 0 5px rgba(31,50,53,0.3);**/
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
}
a:hover {
    opacity: 0.5;
}
.contentWrapper {
    width: 70%;
    margin: 0 auto;
    text-align: center;
		padding: 2rem 0;
}
/** header **/

header a {
	color: #666;
	font-weight: normal;
}
header ul {
    display: flex;
    margin: 0;
    padding-top: 18px;
    padding-right: 140px;
    padding-left: 20px;
    padding-bottom: 20px;
}
header li {
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
header nav {
	position: absolute;
	right: 0;
	padding-top: 10px;
}
header .contentWrapper {
    padding-top: 12rem;
}
header .contentWrapper p {
	margin-top: 20px;
	line-height: 200%;
}

/** about us **/
#aboutus .contentWrapper {
	margin-top: 50px;
	margin-bottom: 50px;
}
#aboutus h2 {
	line-height: 2.6rem;
}
#aboutus p {
	font-size: 1.2rem;
	line-height: 2.6rem;
	margin-top: 40px;
}
/****************************************

            instagram

*****************************************/
#instagram {
    width: 70%;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
	 margin-bottom: 40px;
}
.insta_logo {
    display: block;
    float: right;
    margin-top: 1px;
    margin-right: 10px;
    margin-bottom: -100px;
}
/****************************************

            instagramここまで

*****************************************/

/** -------------------------topics **/

#topics {
	background: #00b9b4;
}
#topics h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #ffcc00;
	padding-top: 50px;
}
.skill-text3 {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	padding-bottom: 15px;
}
.skillup-wrapper {
	display: table;
	width: 80%;
	table-layout: fixed;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.skillup-box {
	display: table-cell;
}
#topics img {
	width: 220px;
    height: 220px;
    margin-bottom: 10px;
	border-radius: 50%;
}
.skill-title {
	font-size: 1.8rem;
	color: #ffcc00;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
.skill-title2 {
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-top: 10px;
}
.skill-text {
	line-height: 160%;
	text-align: left;
	margin-top: 0;
	margin-right: 25px;
	margin-left: 30px;
}
.skill-text2 {
	line-height: 160%;
	text-align: left;
	margin: 0 25px 60px 30px;
}
/** ------------------------news **/
/** ----------------------
#news h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #ffcc00;
}
#news dl {
	width: 80%;
	margin: 0 auto;
}
#news dt,#news dd {
	float: left;
	text-align: left;
	padding: 10px 0;
	line-height: 160%;
}
#news dt {
	width: 10%;
}
#news dd {
	width: 80%;
}
---------------------------------- **/
/** ------------------------our small island **/
#OurSmallIsland h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #ffcc00;
}
.islandArticle {
    display: block;
    width: 300px;
    float: left;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 1.3rem;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-bottom: 10px;
}
.islandimg {
  margin-top: 0px;
}
/** ------------------------------------gallery **/
#gallery h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #00b9b4;
}
#gallery {
    background-size: cover;
}
#gallery img {
	width: 100%;
}

/** ------------------------------------access--- **/
#access h2 {
	text-align: center;
	font-size: 2.4rem;
	color: #6ab699;
	padding: 0px;
}
.accesscontentWrapper {
    width: 60%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}
/** ------------------------------------map--- **/
/** ------------------------------------contact--- **/
#contact {
    background-image: url(../images/banner_contact.jpg);
    min-height: 120vh;
}
#contact h2 {
    text-align: center;
    font-size: 2.4rem;
    color: #4FD1BD;
}
.contact-form {
	width:50%;
	margin: auto;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    outline: none;
    border: 1px solid #666666;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.05);
    color: #333333;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3) inset;
}
.contact-form textarea {
  height: 250px;
}
.contact-form input[type=submit] {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid #666666;
  border-radius: 5px;
  background-color: transparent;
  color: #666666;
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
    background-color: rgba(0,0,0,0.2);
}

/** ---------------------------#6ab699---------footer--- **/
/** ----------------
#upperFooter {
	background-color: #dfdfdf;
	margin-top: 0px;
}
#bottomFooter {
	background-color: #343434;
  text-align: center;

}
#upperFooter li {
	flex-grow: 1;
	flex-basis: auto;
	font-size: 1.2rem;
}
footer nav {
	width: 70%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
------footer--- **/
footer h2 {
    padding-top: 20px;
    font-size: 2.5rem;
    color: #6ab699;
    margin-top: 60px;
}
footer p {
    padding-top: 20px;
    font-size: 1.2rem;
    color: #333333;
    line-height: 2rem;
}
small {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 20px;
}
/** ------------------------------adjust parts--- **/
.flex {
	display: flex;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
