/*
Theme Name:Local Recs
*/

@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  max-width: 500px;
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  color: #333;
}

/* コンテナ */
.container {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ボタン・要素余白もスマホ基準で */
.section {
  padding: 40px 0;
}

p {
  margin-bottom: 10px;
}
.br_sp {
    display: none;
}
.br_pc {
    display: block;
}
.f_bold {
  font-weight: bold;
}
.sc_pd {
  padding: 100px 0 0 0;
}

.small_p {
    font-size: 1rem;
}
.p_fff {
  color: #fff;
}
.text_center {
    text-align: center;
}


/* ===========================
   ファーストビュー
=========================== */
.fv_section {
  width: 100%;
  position: relative;
}

.fv_img_wrap {
  position: relative;
  width: 100%;
}

.fv_img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.fv_text_wrap {
  position: absolute;
  top: 15%;
  left: 5%;
  right: 5%;
  color: #000;
}

.fv_title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.fv_subtitle {
  font-size: 1.4rem;
  line-height: 1.7;
}


/* ===================================================
   共通コンテナ
=================================================== */

.container_sp {
  padding: 0 20px;
}

/* ===================================================
   多言語化 翻訳
=================================================== */

div.translate_area {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000;
}

/* ===================================================
   メニュー
=================================================== */

.section_link {
  margin-top: 50px;
  padding-bottom: 30px;
}

.link_row {
  display: flex;
  justify-content: space-around;
  gap: 5px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.link_item {
  width: calc((100% - 40px) / 3);  /* 3列用に幅を調整 */
  max-width: 100px;
  text-align: center;
  position: relative;
}

.link_item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

/*.link_item a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%;
  height: 100%;
}*/

.link_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.link_item span {
  /*display: block;*/
  font-size: 1.4rem;
}

.link_item span::after {
  content: '>';
  margin-left: 3px;
}

.hover_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  background: #F2F2F2;
  width: 100px;
  z-index: 10;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.hover_menu.active {
  opacity: 1;
  visibility: visible;
}

#experience {
  display: block;
  height: auto;
}

.hover_menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.hover_menu ul li {
  padding: 8px 0;
}

.hover_menu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}




/* ===================================================
   観光スポットセクション
=================================================== */
div.section_1 {
  margin: 0 0 50px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.spot_tag {
  display: inline-block;
  border: 1px solid #000;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 20px;
  border-radius: 5px;
}

h2.spot_title {
  font-size: 2.4rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #000;
  margin: 20px 0 10px 0;
}

.icon {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
}

.spot_info dl {
  margin: 0;
}

.spot_info dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.spot_info dd a {
  color: #0066cc;
  font-size: 1.3rem;
}

p.feature_p {
  font-size: 1.3rem;
}

/*画像*/
.spot_image_slider {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.spot_image_slider .image_track {
  display: flex;
  gap: 10px;
}

.spot_image_slider .image_track img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  flex-shrink: 0;
}


/* ===================================================
   フッター
=================================================== */

.footer_contact_box {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 30px 20px;
  margin: 50px 20px 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.footer_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer_contact_box p {
  margin-bottom: 10px;
}

.footer_contact_box strong {
  font-weight: bold;
  margin-right: 10px;
}

/* ===========================
  Copyright
=========================== */
.footer_copy {
  text-align: center;
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 40px;
}

/* ===========================
   TOPへ戻るボタン
=========================== */
a.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #333;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: all 0.3s ease;
}

a.pagetop:hover {
  background: #747474;
}

.pagetop_arrow {
  height: 12px;
  width: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}





/* ===========================
   ホテルのおすすめページ
=========================== */

.hotel_menu_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 40px 0 0 0;
}

.hotel_menu_row {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.hotel_menu_item {
  display: block;
  background: #F2F2F2;
  padding: 3px 7px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
  position: relative;
}

.hotel_menu_item .arrow {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

h1.hotel_fv_title {
  font-size: 3rem;
  font-weight: bold;
}

.hotel_fv_section {
  margin-top: 150px; /* 固定メニューの高さ分調整 */
}

.hotel_fv_img_wrap img {
  width: 100%;
  height: auto;
}

.hotel_recommend_section {
  text-align: center;
  margin: 40px 0;
}

.hotel_title {
  font-size: 2rem;
  font-weight: bold;
}

/* ===========================
   翻訳機能
=========================== */

#google_translate_wrapper {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 10px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-family: sans-serif;
  font-size: 11px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(5px); /* 軽くぼかして浮遊感 */
  transition: all 0.3s;
}

#google_translate_wrapper:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.translate_label {
  margin-right: 6px;
  color: #333;
  font-weight: normal;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget img {
  width: 14px !important;
  height: 14px !important;
  margin-left: 3px;
  vertical-align: middle;
}

