/******************* PC *******************/
/*
 * 詳細
 */

/*
 * 詳細-ヒーローイメージ領域
 */
#hero-image {
  position: relative;
  padding: 0 0 140px 0;
}
#hero-image > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#hero-image-under-info_wrapper {
  position: absolute;
  width: 1080px;
  bottom: 0;
}
#hero-image-under-info {
  padding: 10px 0 10px 45px;
  background-color: #005872;
  display: flex;
  color: white;
  align-items: center;
}
#hero-emblem-bg {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero-emblem-area {
  width: 100px;
  height: 100px;
}
#hero-emblem-area > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#hero-info-area {
  font-family: ten-mincho, serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 30px 12px 30px;
  flex: 1;
}
#hero-info-top {
  display: flex;
  align-items: center;
}
#hero-info-top_city-name {
  font-size: 20px;
  letter-spacing: 5px;
}
#hero-info-top_city-name-kana {
  font-size: 20px;
  letter-spacing: 4px;
}
#hero-info-top_detail {
  font-size: 14px;
  padding: 14px 0 0 0;
}
#hero-info-top_detail > ul {
  display: flex;
}
#hero-info-top_detail > ul > li {
  margin: 0 18px 0 0;
  letter-spacing: 3px;
}
#hero-info-top_detail > ul > li:nth-child(2) {
  margin: 0 25px 0 0;
}
#hero-info-middle {
  font-size: 16px;
  padding: 12px 0 16px 0;
  line-height: 1.5em;
}
#hero-info-bottom > ul {
  /* display: flex; */
}
#hero-info-bottom > ul > li {
  font-size: 14px;
  height: 16px;
  border-radius: 14px;
  background-color: #288cb7;
  padding: 4px 13px 4px 14px;
  margin: 0 10px 10px 0;
  line-height: 16px;
  display: inline-block;
  text-align: center;
}
#sup_wrapper {
  position: relative;
}
#sup_2 {
  width: 10px;
  position: absolute;
  top: 1px;
  right: -8px;
}

/*
 * 詳細-メインコンテンツ（自治体紹介）
 */
#main-description {
  padding: 0 65px;
  margin: 65px 0 0 0;
  line-height: 1.8em;
}
#city_description_area {
  display: flex;
}
#sub_visual {
  margin: 0 30px 0 0;
}
#sub_visual > img {
  width: 330px;
  height: 185px;
  object-fit: cover;
}
#city_description {
  flex: 1;
}
#city_description.city_description_1column {
  padding: 0 70px;
}
#ambassador {
  background-color: #f8f4eb;
  padding: 70px;
  margin: 50px 0 0 0;
}
#ambassador-title_area {
  display: flex;
  align-items: center;
}
#ambassador-icon {
  margin: 0 25px 0 0;
}
#ambassador-icon > img {
  width: 65px;
}
#ambassador-title {
  font-weight: bold;
  font-size: 18px;
}
#ambassador-message {
  margin: 30px 0 0 0;
}

/* 
 * メインコンテンツ（首長メッセージ）
 */
#bg-cover-area {
  background: #e6d59c;
  margin: 65px 0 0 0;
  padding: 0 0 65px;
}
#main-message {
  margin: 65px 0 0 0;
  padding: 0 65px;
  line-height: 1.8em;
}
#chief_message_main {
  padding: 70px;
  background-color: white;
}
#chief_message_area {
  display: flex;
}
#chief_info_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px 0 0;
}
#chief_image {
  padding: 5px;
}
#chief_image > img {
  height: 110px;
  width: 110px;
  object-fit: cover;
  border-radius: 100px;
}
#chief_role {
  font-size: 14px;
}
#chief_name {
  font-size: 14px;
}
#chief_message {
  word-break: break-all;
}

/* 
 * メインコンテンツ（過疎化への取り組み）
 */
#main-depopulation_measures {
  margin: 65px 0 0 0;
  padding: 0 65px;
  line-height: 1.8em;
}
#depopulation_measures {
  padding: 70px;
  background-color: white;
}
#other_policies_area {
  margin: 65px 0 0 0;
}
#sightseeing_spot_area {
  margin: 65px 0 0 0;
}
#sightseeing_spot {
  display: flex;
  justify-content: center;
}

#sightseeing_spot_image {
  margin: 0 30px 0 0;
}
#sightseeing_spot_image > img {
  width: 330px;
  height: 185px;
  object-fit: cover;
}
#sightseeing_spot_link {
  flex: 1;
}
#sightseeing_spot_link.sightseeing_spot_link_1column {
  flex: none;
  font-size: 18px;
  padding: 25px;
}

/* 
 * メインコンテンツ（プロモーション動画）
 */
#main-promotion_movie {
  margin: 65px 0 0 0;
  padding: 0 65px;
}
#movie {
  text-align: center;
}

/* 
 * メインコンテンツ（StreetView）
 */
#main-street_view {
  margin: 65px 0 0 0;
  padding: 0 65px;
}
#street_view {
  text-align: center;
}

/* 
 * メインコンテンツ（オフィシャル情報）
 */
#main-official_information {
  margin: 65px 0 0 0;
}
#official_links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#official_links > div:nth-child(n + 2) {
  margin: 25px 0 0 0;
}
#official_links > div > a {
  color: #222;
  text-decoration: none;
}
.official_link_bg {
  background: white;
}
#official_site,
#promotion_site,
#inquiry,
.white_button {
  width: 330px;
  height: 55px;
  line-height: 55px;
  background: white;
  border: 2px solid #777;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}

#official_site:hover,
#promotion_site:hover,
#inquiry:hover,
.white_button:hover {
  opacity: 0.7;
}

#official_site > img,
#promotion_site > img,
#inquiry > img,
.white_button > img {
  width: 12px;
  position: absolute;
  right: 15px;
  top: 17px;
}

#official_sns_links {
  margin: 45px 0 0 0;
}
#official_sns_links > ul {
  display: flex;
  justify-content: center;
}
#official_sns_links > ul > li {
  margin: 0 17px;
}
#facebook > a > img,
#instagram > a > img,
#twitter > a > img {
  width: 50px;
  transition: all 0.2s;
}
#facebook > a > img:hover,
#instagram > a > img:hover,
#twitter > a > img:hover {
  opacity: 0.7;
}

/* 
 * メインコンテンツ（ふるさと納税）
 */
#main-donation_information {
  margin: 65px 0 0 0;
}

#donation_links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#donation_links > div:nth-child(n + 2) {
  margin: 25px 0 0 0;
}
#donation_links > div > a {
  color: #222;
  text-decoration: none;
}
/*
 * フッター前領域
 */
#pre-footer_area {
  background: #f3f5f5;
  padding: 80px 0 0 0;
}
/******************* SP *******************/
