@charset "UTF-8";

/* ===============================================
   リセットCSS
   =============================================== */
* {
  padding: 0;
  margin: 0;
}

/* ===============================================
   基本スタイル
   =============================================== */
body {
  font-size: 1.1em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS PGothic", sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
}

p {
  border-style: none;
}

p.back {
  text-align: right;
}

/* ===============================================
   リンクスタイル
   =============================================== */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ===============================================
   画像・メディア要素
   =============================================== */
img {
  border: none;
  vertical-align: top;
  margin: 2px 0px 2px 0px;
}

iframe {
  margin: 5px 10px 10px 0px;
  border-style: none;
}

img.photo3 {
  float: left;
  margin: 0px 25px 0px 5px;
}

img.photo {
  float: left;
  margin: 0px 20px 20px 5px;
}

/* ===============================================
   レイアウト構造
   =============================================== */
#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 1000px;
  max-width: 100%;
}

#header {
  padding: 10px 20px 20px;
}

#top #header {
  background: url(../img/bg.jpg) no-repeat right top;
  height: 140px;
}

#containertop {
  padding: 20px 10px 0px 10px;
}

#containertop2 {
  padding: 20px 10px 0px 10px;
}

/* メインコンテンツエリアをflexboxに変更 */
.main-content {
  display: flex;
  gap: 20px;
  padding: 10px;
}

#container {
  flex: 1;
  min-width: 0; /* flexアイテムの縮小を許可 */
}

#contents {
  width: 100%;
  font-size: 0.9em;
}

/* ===============================================
   グローバルナビゲーション
   =============================================== */
#global_navi {
  list-style: none;
  width: 90px;
  clear: both;
  font-size: 1em;
  padding: 13px 0px 10px;
}

#global_navi ul {
  list-style: none;
  width: 1000px;
  margin-bottom: 3px;
}

#global_navi ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#global_navi ul li {
  list-style: none;
  width: 100%;
  margin: 0;
  float: left;
  border-right: 1px solid #999999;
  background: #302522 url(../monzen/img/navi_top.jpg) repeat-x left bottom;
  font-weight: bold;
  font-size: 1em;
}

#global_navi ul li.gnavi_last {
  border-right: none !important;
}

#global_navi ul li a {
  padding: 7px 5px 7px 15px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background: url(../images/pnt_gnavi.gif) no-repeat 5px 9px;
}

#global_navi ul li a:hover {
  color: #FFCC00;
  display: block;
}

/* ===============================================
   コンテンツ部分（旅行関連）
   =============================================== */
.contents_trip {
  font-size: 0.9em;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.contents_trip ul {
  list-style: none;
  clear: both;
  height: 1%;
}

.contents_trip ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.contents_trip ul li {
  list-style: none;
  float: left;
  margin: 0 5px 2px 0 !important;
  padding: 0 !important;
  width: 175px !important;
  background: none !important;
  border: none !important;
}

.contents_trip ul li img {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

.contents_trip ul li.big {
  width: 230px !important;
}

.contents_trip ul li.small {
  width: 150px !important;
}

.contents_trip ul li img.small {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
  width: 150px !important;
}

.contents_trip ul li a:hover img {
  border: 1px solid #333333;
  filter: alpha(opacity=20);
  -moz-opacity: 0.5;
  opacity: 0.8;
}

.contents_trip ul li.last {
  margin: 0 0 2px 0 !important;
}

/* ===============================================
   サイドバー
   =============================================== */
#right-sidebar {
  font-size: 0.9em;
  width: 200px;
  flex-shrink: 0; /* サイドバーの幅を固定 */
  padding: 5px 2px;
}

#right-sidebar p {
  font-size: 0.9em;
  width: 100%;
  padding: 5px 2px;
}

/* ===============================================
   見出し要素
   =============================================== */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

h2,
h3,
h5,
h6 {
  font-size: 1.1em;
  margin-bottom: 1em;
  padding: 5px 0px 5px 20px;
  background: url(../monzenimg/ippin/ribon.gif) 0 3px;
  color: #ffffff;
}

h4 {
  font-size: 1em;
  margin-bottom: 1em;
  padding: 2px 0px 0px 18px;
  background: url(../monzenimg/ippin/ribon2.gif) 0 3px;
  color: #660000;
}

h3,
h4,
h5,
h6 {
  margin-top: 1.2em;
}

/* ===============================================
   コンテンツ内の要素
   =============================================== */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

#contents dl {
  margin: 1em 0;
}

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd {
  margin-bottom: 2em;
}

#contents ul {
  margin: 1em 0 1em 20px;
}

#contents ol {
  margin: 1em 0 1em 30px;
}

#contents li {
  margin-bottom: 0.5em;
}

/* ===============================================
   ロゴ・ブランディング
   =============================================== */
.logo {
  font-size: 1em;
  margin-bottom: 8px;
}

.logo a {
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

.description {
  font-size: 0.9em;
  margin-bottom: 10px 0px 0px 0px;
}

/* ===============================================
   ローカルナビゲーション
   =============================================== */
.sidetitle {
  padding: 5px 0;
  border-bottom: 1px solid #666666;
}

.localnavi {
  list-style-type: none;
  margin-bottom: 2px;
}

.localnavi li {
  display: inline;
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 3px 0px;
  color: #0000ff;
}

.localnavi a:hover {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #6b8e23;
}

/* ===============================================
   フッター
   =============================================== */
#footer {
  font-size: 0.7em;
  clear: both;
  padding: 0.5em 0 1em;
}

#footer p {
  text-align: center;
}