﻿/* 
name:ASUKA Tourism Association
designer: IT-Force Inc.
designer_url: http://it-force.jp/
Ver3.11 2023/12/18
*/
/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
html, body {
  margin: 0;
  height: 100%;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #424242;
}
a:visited {}
a:hover {
  text-decoration: none;
  color: #D40407;
}
a:active {
  text-decoration: none;
  color: #D40407;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.clear {
  clear: both;
  line-height: 0em;
}
.horizon {
  border-bottom: 1px #CCC solid;
  padding-top: 0px;
  margin-bottom: 10px;
  clear: both;
}
.dashed {
  border-bottom: 1px #CCC dashed;
  padding-top: 0px;
  margin-bottom: 10px;
  clear: both;
}
img[usemap] {
  max-width: 100%;
  height: auto;
}
/*ページトップへ*/
#page-top {
  z-index: 500;
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#page-top a {
  width: 60px;
  padding: 0;
  display: block;
}
/*スマホ非表示*/
.Add__function {}
.Add___function {
  display: none;
}
/* ---------------------------------------------------------------------
レイアウト定義
--------------------------------------------------------------------- */
#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
}
#container a img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#container a:hover img {
  -ms-interpolation-mode: bicubic;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*ハンバーガーメニュー*/
.hamburger {
  display: block;
  position: fixed;
  /*position: absolute;*/
  height: 48px; /*アイコン全体の横範囲*/
  width: 48px; /*アイコン全体の縦範囲*/
  top: 30px; /*アイコン縦位置*/
  right: 16px; /*アイコンの横位置*/
  left: auto;
  z-index: 10000;
  padding: 0;
  border: 1px solid #666;
  background: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin: 24px auto 0 auto;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 32px; /*アイコンの大きさ*/
  height: 1px; /*アイコンの太さ*/
  background-color: #F2F2F2; /*アイコンの色*/
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger__TXT {
  display: none;
  text-align: center;
  color: #FFF;
  padding: 16px 0 0 3px;
  letter-spacing: 0.2em;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #FFF; /*✕の色*/
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
/*ハンバーガーの中身*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav a {
  color: #fff;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: 80px auto 0 auto;
  color: #FFF;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*ナビゲーション*/
.Navi_Box {
  color: #FFF;
  padding: 24px 0 0 0;
}
.Navi_Box img {
  max-width: 100%;
  height: auto;
}
.Navi_a_Box {
  width: 94%;
  margin: auto;
}
.Navi_a_Inn {
  float: left;
  width: 33%;
  padding-bottom: 24px;
}
.Navi_a_Itm {}
.Navi_a_Itm {
  display: block;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
}
.Navi_a_Itm {}
.Navi_a_Itm-TXT {
  float: left;
  width: 80%;
}
.Navi_a_Arr {
  float: right;
  padding: 8px 0 0 0;
  width: 10%;
  text-align: right;
}
.Navi_a_JP {
  font-size: 100%;
  color: #F2F2F2;
}
.Navi_a_EN {
  font-family: 'Barlow', sans-serif;
  font-size: 74%;
  color: #CCC;
  padding-bottom: 4px;
}
.Navi_c_Box {
  width: 60%;
  margin: auto;
  padding: 54px 0;
}
.Navi_c_Inn {
  float: left;
  width: 33%;
}
.Navi_c_Item {}
.Navi_c_Item a {
  display: block;
  color: #CCC;
  width: 90%;
  margin: auto;
  font-size: 90%;
  text-align: center;
  border: 1px solid #888;
  line-height: 1em;
  padding: 13px 0;
}
.Navi_c_Item a:hover {
  background: #AF4F9A;
  color: #FFF;
}
.Navi_d_Box {
  text-align: center;
  padding: 0 0 24px 0;
}
.Navi_TXT {
  text-align: center;
  padding: 0;
}
.Navi_TXT a {
  color: #CCC;
  font-size: 90%;
}
.Navi_TXT a:hover {
  color: #AF4F9A;
}
.Navi_TXT ul {
  padding: 0;
  margin: 0;
}
.Navi_TXT li {
  display: inline;
  list-style: none;
  padding: 0 8px;
}
.Navi_SNS {
  text-align: center;
  font-size: 200%;
  letter-spacing: 0.1em;
  padding: 24px 0 0 0;
}
.Navi_SNS table {
  margin: auto;
}
.Navi_SNS td {
  padding: 0 4px;
}
.Hum_Logo {
  text-align: center;
  padding: 0 0 60px 0;
}
.Hum_Logo img {
  max-width: 100%;
  height: auto;
}
.Foot_Upp_Ico {
  padding-bottom: 12px;
}
.Foot_Upp_Ico ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.Foot_Upp_Ico li {
  display: inline;
  padding: 0 4px;
  font-size: 200%;
}
/*メールフォーム*/
.Fm_Area {
  width: 100%;
  margin: 0 auto 48px auto;
  padding: 0;
}
.Fm_Rmk {
  width: 94%;
  margin: 32px auto 0 auto;
  border: 1px solid #CCC;
}
.Fm_Rmk_TTL {
  background: #333;
  color: #FFF;
  padding: 4px 8px;
}
.Fm_Rmk_TXT {
  font-size: 80%;
  padding: 8px;
}
.Fm__Box {
  width: 100%;
  margin: 12px auto 12px auto;
}
.Fm__Inn {}
.Fm__TTL {
  width: 40%;
  margin: 48px auto 24px auto;
  padding: 16px 0;
  text-align: center;
  font-size: 120%;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 4px dotted #CCC;
  border-top: 4px dotted #CCC;
}
.Fm_Wrap {
  padding-bottom: 24px;
  overflow: hidden;
}
.Fm_Left {
  float: left;
  width: 20%;
  background: #333;
  border-radius: 2px;
  padding: 4px 0;
  text-align: center;
  font-size: 90%;
  margin: 2px 0 0 0;
}
.Fm_Right {
  float: right;
  width: 70%;
  padding: 0;
  font-size: 90%;
}
.Fm_Hissu {
  float: left;
  width: 5%;
  border-radius: 2px;
  padding: 4px 0;
  font-size: 90%;
  text-align: center;
  background: #E50206;
  color: #FFF;
  margin: 2px 0 0 0;
}
.Fm_Free {
  float: left;
  width: 5%;
  border-radius: 2px;
  padding: 4px 0;
  font-size: 90%;
  text-align: center;
  background: #CCC;
  color: #FFF;
  margin: 2px 0 0 0;
}
.Fm_Btn {
  width: 30%;
  margin: auto;
  padding: 12px 0 0 0;
}
/*フォームの各パーツ用*/
input[type=text] {
  padding: 5px 4px 4px 4px;
  font-size: 1em;
  border: solid 1px #CCC;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.Fm_Btn input[type=submit] {
  margin: 0;
  background-color: #D90407;
  color: #FFF;
  border-style: none;
  padding: 12px 48px 8px 48px;
  border-radius: 2px;
  font-size: 120%;
  width: 100%;
}
.Fm_Btn input[type=submit]:hover {
  background: #CCC;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
input.color {
  color: #4797BC;
  font-weight: bold;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
.container_form {
  margin: 0;
  width: 95%;
}
.container_form > .dropdown {
  margin: 0;
  vertical-align: top;
}
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 200px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}
/*CGI用*/
.Fm___TTL {
  width: 40%;
  margin: 0 auto 24px auto;
  padding: 16px 0;
  text-align: center;
  font-size: 120%;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 4px dotted #CCC;
  border-top: 4px dotted #CCC;
}
.Fm___Msg {
  font-size: 90%;
  line-height: 1.8em;
  color: #666;
}
.Fm___TXT {
  text-align: center;
  font-size: 140%;
  color: #CDE194;
}
.Fm___TXT img {
  padding: 2em 0;
}
/*スマホ用フッター*/
#SMP_Foot {
  display: none;
}
/*ヒーロー*/
#Hero {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: #666;
  margin-bottom: 80px;
}
#slider {
  width: 100%;
  height: 800px;
}
#Hero_Box {
  position: absolute;
  width: 100%;
  z-index: 20;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Hero_Box img {
  max-width: 100%;
  height: auto;
}
/*グローバルナビ*/
#Navi_Area {
  background: #000;
}
#Navi_Box {
  width: 90%;
  margin: auto;
}
#Navi_Wrapp {}
#Navi_Left {
  float: left;
  width: 30%;
  line-height: 1em;
  padding: 24px 0;
}
#Navi_Right {
  float: right;
  width: 62%;
  line-height: 1em;
  margin: 0 32px 0 0;
  padding: 42px 0 0 0;
}
#Navi_Right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#Navi_Right li {
  display: inline;
  color: #F2F2F2;
  margin: 0 0 0 1.6em;
  word-break: keep-all;
}
#Navi_Right li a {
  color: #F2F2F2;
}
#Navi_Right li a:hover {
  color: #C4C83F
}
/*トップページのコンセプト*/
#Top_Concept_Area {
  position: relative;
  padding: 48px 0 80px 0;
}
#Top_Concept_Box {}
#Top_Concept_Wrapp {}
#Top_Concept_Wrapp_Left {
  position: absolute;
  top: 0;
  left: 0;
}
#Top_Concept_Wrapp_Right {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
#Top_Concept_Wrapp_Left img, #Top_Concept_Wrapp_Right img {
  max-width: 100%;
  height: auto;
}
#Top_Concept_TTL {
  text-align: center;
  font-size: 200%;
  font-weight: 600;
  color: #333;
  word-break: keep-all;
}
#Top_Concept_TXT {
  width: 40%;
  margin: 48px auto;
  padding: 8px 0 0 0;
  font-size: 120%;
  color: #555;
  line-height: 1.8em;
  word-break: keep-all;
}
#Top_Concept_Btn {
  width: 24%;
  margin: auto;
  text-align: center;
  word-break: keep-all;
}
#Top_Concept_Btn a {
  display: block;
  border: 1px solid #666;
  padding: 12px 32px;
}
#Top_Concept_Btn a:hover {
  background: #9F942A;
  color: #FFF;
  border: 1px solid #FFF;
}
/*トップページの主な遺跡*/
#Top_Iconic_Area {
  padding: 48px 0;
}
#Top_Iconic_TTL {
  text-align: center;
  font-size: 240%;
  font-weight: 600;
  color: #333;
}
#Top_Iconic_TXT {
  text-align: center;
  font-size: 120%;
  padding: 8px 0 0 0;
}
#Top_Iconic_Box {
  position: relative;
  margin: 48px 0 0 0;
  width: 100%;
  overflow: hidden;
}
#Top_Iconic_Btn {
  width: 24%;
  position: absolute;
  right: 0;
  bottom: 80px;
  color: #FFF;
  z-index: 2000;
}
#Top_Iconic_Btn a {
  display: block;
  color: #F2F2F2;
  padding: 24px 0;
  background: rgba(0, 0, 0, .6);
  text-align: center;
}
#Top_Iconic_Btn a:hover {
  color: #DBDA00;
  background: rgba(0, 0, 0, 1);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 48px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: 0.75;
}
.slide {}
.slide img {}
/*トップページのアクセス*/
#Top_Access_Area {
  padding: 48px 0;
}
#Top_Access_Box {
  width: 72%;
  margin: auto;
  background: url("../images/japan.png") no-repeat top left;
}
#Top_Access_TTL {
  font-size: 360%;
}
#Top_Access_TXT {
  font-size: 110%;
}
#Top_Access_Right {
  float: right;
  width: 48%;
  padding: 48px 0 0 0;
}
#Top_Access_Wrapp {}
#Top_Access_Wrapp_TTL {
  font-size: 140%;
  line-height: 1.8em;
  word-break: keep-all;
  background: #FFF;
}
#Top_Access_Wrapp_TXT {
  padding: 48px 0;
  color: #666;
}
#Top_Access_Wrapp_Btn {
  float: left;
}
#Top_Access_Wrapp_Btn a {
  display: block;
  border: 1px solid #666;
  padding: 12px 32px;
}
#Top_Access_Wrapp_Btn a:hover {
  background: #9F942A;
  color: #FFF;
  border: 1px solid #FFF;
}
/*フッター*/
#Foot_Area {
  padding: 24px 0;
}
#Foot_Bottm_Box {
  padding: 24px 0 0 0;
  color: #C2C2C2;
  text-align: center;
}
#Foot_Upper_Box {
  background: #F5F5F5 url("../images/bg_foot.png") no-repeat top center;
  background-size: cover;
}
#Foot_Upper_Wrapp {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 32px 0;
}
#Foot_Navi {}
#Foot_Line {
  line-height: 0em;
  width: 12%;
  margin: 24px auto;
  border-bottom: 1px solid #666;
}
#Foot_TTL {
  font-size: 140%;
  font-weight: 600;
}
#Foot_TXT {
  line-height: 2em;
}
/*下層ページ*/
#Hero_Sub {
  position: relative;
  width: 100%;
  background: #666;
  margin: 0;
  /*height: 480px;*/
  height: 80vh;
}
#Hero_Sub_Box {
  width: 80%;
  position: absolute;
  bottom: 64px;
  left: 64px;
}
#Hero_Sub_TXT {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  float: left;
  /*background: rgba(255,255,255,.6);*/
  font-size: 280%;
  color: #FFF;
  padding: 10px 48px 8px 0;
  word-break: keep-all;
  text-shadow: 2px 2px 1px #000;
}
/*共通のページタイトル*/
.Page_TTL {
  text-align: center;
  font-size: 200%;
  font-weight: 600;
  color: #333;
  word-break: keep-all;
  margin-top: 64px;
}
.Page_TXT {
  width: 72%;
  margin: 24px auto;
  padding: 8px 0 0 0;
  font-size: 120%;
  color: #555;
  line-height: 1.8em;
  word-break: keep-all;
}
/*パンくずリスト*/
#Pagenavi_Area {
  background: #F2F2F2;
}
#Pagenavi_Box {
  width: 90%;
  margin: auto;
  padding: 10px 0 8px 0;
  font-weight: 600;
}
#Pagenavi_Box a {
  font-weight: normal;
}
/*遺跡一覧*/
.Iconic_Area {
  padding: 48px 0;
}
.Iconic_Box {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.Iconic_Wrapp {
  /*float: left;
	width: 50%;*/
  flex-basis: 50%;
  margin-bottom: 88px;
}
.Iconic_Inn {
  width: 90%;
  margin: auto;
}
.Iconic_Photo {
  line-height: 0em;
  overflow: hidden;
}
.Iconic_Photo img {
  max-width: 100%;
  height: auto;
  transition: all .6s ease;
}
/*.Iconic_Photo:hover img{
	transform: scale(1.1);
}*/
.Iconic_Photo a:hover img {
  transform: scale(1.1);
  -ms-interpolation-mode: bicubic;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.Iconic_Inn_TTL {
  font-size: 120%;
  padding: 16px 0;
  word-break: keep-all;
}
.Iconic_Inn_TXT {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  word-break: keep-all;
}
.Iconic_Inn_Link {
  margin: 16px 0 0 0;
  font-family: 'Barlow', sans-serif;
  text-align: right;
  font-size: 90%;
}
/*遺跡詳細ページ*/
.Detail_TTL {
  text-align: center;
  font-size: 240%;
  font-weight: 600;
  color: #333;
  word-break: keep-all;
  margin-top: 64px;
}
.Detail_SubTTL {
  text-align: center;
  font-size: 140%;
  color: #333;
  word-break: keep-all;
}
.Detail_TXT {
  width: 72%;
  margin: 24px auto;
  padding: 8px 0 0 0;
  font-size: 120%;
  color: #555;
  line-height: 1.8em;
  word-break: keep-all;
}
.Detail_Key {
  width: 64%;
  margin: 64px auto 0 auto;
}
.Detail_Key img {
  max-width: 100%;
  height: auto;
}
.Detail_Photo_Area {
  width: 64%;
  margin: 64px auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.Detail_Photo_Box {
  flex-basis: 50%;
  margin-bottom: 48px;
}
.Detail_Photo_wrapp {
  width: 90%;
  margin: auto;
}
.Detail_Photo_wrapp img {
  max-width: 100%;
  height: auto;
}
/*コンセプト*/
.Concept_Image {
  height: 480px;
  background: url("../images/tr_04.jpg") no-repeat top center;
  background-size: cover;
  margin: 80px 0 0 0;
}
/*One Day*/
#Oneday_Area {
  padding: 60px 0;
}
#Oneday_Box {
  width: 90%;
  margin: auto;
}
#Oneday_TTL {
  text-align: center;
  font-size: 160%;
  width: 90%;
  margin: auto;
  line-height: 2em;
  /*word-break: keep-all;*/
}
.Onedeay_Photo {
  width: 68%;
  margin: 0 auto 120px auto;
}
.Onedeay_Photo img {
  max-width: 100%;
  height: auto;
}
.Oneday_Wrapp {
  margin: 48px auto 0 auto;
}
.Oneday_Area {
  margin: auto;
  background: url("../images/timeline_01.png") repeat-y 68px 0;
}
.Oneday_Box {
  padding: 24px 0;
}
.Oneday_Time {
  float: left;
  background: #C3CCDF;
  color: #FFF;
  font-family: 'Barlow', sans-serif;
  font-size: 160%;
  line-height: 1em;
  padding: 4px 24px 8px 24px;
  border: 3px solid #FFF;
}
.Oneday_Inn {
  margin: 24px 0 0 0;
  background: url("../images/timeline_02.png") no-repeat 61px 0;
}
.Oneday__Inn {
  /*border-bottom: 1px solid #C3CCDF;
	border-top: 1px solid #C3CCDF;
	border-right: 1px solid #C3CCDF;*/
  margin: 0 0 0 86px;
}
.Oneday_ITM {
  padding: 16px;
}
.Oneday_Left {
  float: right;
  width: 48%;
}
.Oneday_Left img, .Oneday_Photo img {
  max-width: 100%;
  height: auto;
}
.Oneday_Right {
  float: left;
  width: 48%;
}
.Oneday_TTL {
  color: #333;
  font-size: 100%;
  font-weight: 900;
}
.Oneday_SubTTL {
  font-size: 130%;
  padding: 8px 0;
  word-break: keep-all;
}
.Oneday_Remark {
  margin: 12px 0 24px 0;
  padding: 8px;
  border-radius: 4px;
  border: 1px dashed #CCC;
  background: #F2F2F2;
}
.Oneday_TXT {
  line-height: 1.8em;
  color: #666;
  padding: 16px 0 0 0;
  word-break: keep-all;
}
.Oneday_PhotoMini {
  /*margin: 48px 0 0 0;*/
}
.Oneday_Photo {
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.Oneday_Photo_Inn {
  width: 96%;
  margin: auto;
}
.OnedayNavi_Area {
  background: #F2F2F2;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 8px 0;
}
.OnedayNavi_Box {
  width: 90%;
  margin: auto;
}
.OnedayNavi_Wrapp {
  float: left;
  width: 16%;
}
.OnedayNavi_Inn {
  width: 90%;
  margin: auto;
  /*font-family: 'Noto Serif JP', serif;*/
}
.OnedayNavi_Inn a {
  display: block;
  border: 1px solid #E97E80;
  /*background: #850000;*/
  color: #E97E80;
  text-align: center;
  border-radius: 2px;
  padding: 4px 0 6px 0;
  font-size: 86%;
}
.OnedayNavi_Inn a:hover {
  background: #333;
  border: 1px solid #333;
  color: #FFF;
}
.Oneday_Button {
  float: left;
}
.Oneday_Button a {
  display: block;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #4C6CE4;
  color: #FFF;
  font-size: 90%;
  padding: 4px 48px 2px 48px;
  margin: 8px 0 0 0;
  font-family: 'Barlow', sans-serif;
}
.Oneday_Button a:hover {
  background: #000;
}
/*2025年更新*/
.Itinerary_Box {
  width: 86%;
  margin: 5em auto;
  display: flex;
}
.Itinerary_Wrapp {
  flex-basis: 30%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0 1.4em;
}
.Itinerary_Inn {}
.Itinerary_Photo {}
.Itinerary_Photo img {
  max-width: 100%;
  height: auto;
}
.Itinerary_TTL {
  padding: 8px 0 16px 0;
  font-size: 140%;
  word-break: keep-all;
}
.Itinerary_TXT {
  font-size: 110%;
  color: #666;
  word-break: keep-all;
}
.Itinerary_Btn {
  margin: 1em 0 0 0;
}
.Itinerary_Btn a {
  display: inline-block;
  background: #576CDF;
  text-align: center;
  color: #FFF;
  font-family: 'Barlow', sans-serif;
  padding: 8px 48px;
  border-radius: 4px;
}
.Itinerary_Btn a:hover {
  background: #333;
}
.Accommodation_Area {}
.Accommodation_Box {
  width: 72%;
  margin: 5em auto;
}
.Accommodation_Wrapp {}
.Accommodation_Name {
  border-left: 8px solid #576CDF;
  padding: 12px;
  font-size: 180%;
}
.Accommodation_Photo {
  margin: 2em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.Accommodation_PhotoInn {
	flex-basis: 24%;
	padding: 0 4px 4px 4px;
	line-height: 0em;
}
.Accommodation_PhotoInn img {
  max-width: 100%;
  height: auto;
}
.Accommodation_TXT {
  padding: 2em 0;
  font-size: 110%;
  color: #444;
  line-height: 1.8em;
  word-break: keep-all;
}
.Accommodation_Detal {
  font-family: 'Barlow', sans-serif;
  font-size: 120%;
  line-height: 1.8em;
  font-weight: 600;
  color: #576CDF;
}