@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*********************************************
/*
/* 伊豆大島ミュージアム - ジオノス - コンテンツCSS
/*
/********************************************/

.subpage-topimage-section {
  position: relative;
  height: 800px;
  width: auto;
/*  background: linear-gradient(#cdc695, #f4ecc8);*/
  background: url('../../img/individual/geopark/geonous/main_img01.jpg') center center no-repeat;
  background-color:rgba(255,255,255,0.3);
  background-blend-mode:lighten;
  background-size: cover;
  margin-bottom: 20px;
  text-align: center;
}

.subpage-logo_screen {
    padding-top: 80px;
}

.subpage-slogan {
  font-size: 50px;
  padding-top: 230px;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

.subpage-sub-slogan {
  font-size: 25px;
  padding-top: 40px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

p {
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 1600px) {

    .subpage-topimage-section {
        height: 700px;
    }
	
	.subpage-logo_screen {
		padding-top: 80px;
	}
	
	.subpage-logo_screen img {
		width: 700px;
		height: auto;
	}
	
}

/** タブレット時 **/
@media screen and (max-width: 960px) {
    .subpage-topimage-section {
        height: 500px;
    }
	
	.subpage-logo_screen {
		padding-top: 80px;
	}
	
	.subpage-logo_screen img {
		width: 500px;
		height: auto;
	}
}

/** スマートフォン時 **/
@media screen and (max-width: 767px) {
    .subpage-topimage-section {
        height: 400px;
    }
	
	.subpage-logo_screen img {
		width: 320px;
		height: auto;
	}
	
}

.photo img {
	border-radius: 10px;
}

.gallery{
    margin: 0px 0px 20px 0px;
/*    margin: 20px auto; */
    width: 100%;
}
.gallery img{
    height: auto;
    width: 100%;
	/*画像の下にできる余白を削除 */
	vertical-align: bottom;
	border-radius: 10px;
}

.gallery li {
	list-style: none;
}

/*矢印の設定 */
/*slick setting*/
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #777;
}

/*選択するサムネイル画像の設定 */
.choice-btn li {
	cursor: pointer;
	outline: none;
	list-style: none;
	background: #333;
}

.choice-btn li img{
	/* 選択されていないものは透過 40% */
	opacity: 0.6;
}

.choice-btn li.slick-current img{
	/* 選択されているものは透過しない */
	opacity: 1;
}

/* 本文 */
p.normal {
	letter-spacing: 0.2rem;
	text-align: justify; /* テキスト両端揃え */
}

/* 見出し */
h1.main_title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

h2.main_title {
  text-align: left;
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.8rem;
  line-height: 4.5rem;
}

h2.sub_title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

h3.sub_title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

h3.sub_title_lft {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

h4.sub_title_lft {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

@media screen and (max-width: 415px) {
	h1.main_title {
	  text-align: center;
	  font-size: 1.8rem;
	  margin-top: 50px;
	  margin-bottom: 50px;
	  letter-spacing: 0.1rem;
	}
	
	h2.main_title {
	  font-size: 2.3rem;
	  letter-spacing: 0.8rem;
	  line-height: 4.0rem;
	}

	h2.sub_title {
	  text-align: center;
	  font-size: 2.0rem;
	  margin-bottom: 40px;
	}

	h3.sub_title {
	  text-align: center;
	  font-size: 1.8rem;
	  margin-bottom: 40px;
	}
	
	h3.sub_title_lft {
	  font-size: 1.8rem;
	  margin-bottom: 40px;
	  line-height: 2.2rem;
	}

	h4.sub_title_lft {
	  font-size: 1.5rem;
	  margin-bottom: 20px;
	}
	
}

.info_spot {
	position: relative;
	display: flex;
    margin: 2em 1em 4em;
    padding: 2em;
	background-color: #0081cc;
	color: #fff;
	border-radius: 10px;
}

.info_title {
	position: absolute;
	bottom: -45px;
	right: -30px;
	z-index: 10;
}

.info_spot_txt h4 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}
.info_spot_txt p {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
	text-align: justify; /* テキスト両端揃え */
}

.info_spot_img {
	flex: 0 150px;
}
.info_spot_txt {
	flex: 1;
	padding-left: 30px;
}
.info_spot_txt a {
	color: #fff;
}

@media screen and (max-width: 600px) {
	.info_spot_txt h4 {
		padding: 10px 0 10px;
	}
	.info_spot {
		display: block;
	}
	.info_spot_img {
		padding: 20px;
	}
	.info_spot_txt {
		padding-left: 0;
	}
}


.info-icon .container {
  list-style-type: none;
}

.info-icon p,
.info-icon ul {
  width: 80%;
  text-align: center;
}

.info-icon li {
  display: inline-block;
  float: none;
}

.info-icon li a:hover {
  opacity: 0.6;
}

.info-icon li img {
  width: 40px;
  height: auto;
  border: 2px solid #bedaff;
}

.sns-icon {
  float: left;
}

img {
	border: none;
}