@charset 'UTF-8';

/*********************************************
/*
/* 伊豆大島ナビへの情報掲載・PR相談について用CSS
/*
/********************************************/

.subpage-topimage-section {
  position: relative;
  height: 500px;
  width: auto;
  background-color: #f7f4ef;
/*  background: url('../../img/individual/location/main_img01.png') center 30% no-repeat; */
  background-size: cover;
  margin-bottom: 20px;
  text-align: center;
}


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

.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;
}

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

    .subpage-slogan {
        font-size: 20px;
        margin: 0 10px;
        padding-top: 120px;
        color: #fff;
    }

    .subpage-sub-slogan {
        font-size: 12px;
        margin: 0 16px;
        padding-top: 20px;
        color: #fff;
    }

}

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

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

.gallery li, .gallery2 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: bold;
  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 {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}

h3.sub_title_lft {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}

@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;
	}
	
}

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

.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 (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;
}
