@charset "utf-8";

/*  =============================================================

　　ロケーションガイド 共通モジュール設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/

/*  リンク 設定
-------------------------- */

/* -- 動き滑らか -- */
#header a,
#content a img,
#footer a {
  transition: all 0.4s ease-in-out;
}

/* -- 半透明 -- */
#content a:hover img,
#content a:focus img {
  opacity: 0.6;
}


/*  画像　設定
-------------------------- */

/* フレーム付き画像 */
.imgFrame {
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
}


/*  テキスト 設定
-------------------------- */

/* 赤色 */
.txtRed {
  color: #d90000;
}

/* 灰色 */
.txtGrey {
  color: #666;
}


/*  アイコン　設定
-------------------------- */
    
/* -- 矢印アイコン -- */
.icnArw a,
.btnLinkTxt .icnArw > * {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  position: relative;
  padding-left: 12px;
}

/* 矢印 */
.icnArw a::before,
.btnLinkTxt .icnArw > *::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #283857;
  content: "";
}

/* Chrome用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .icnArw a::before,
  .btnLinkTxt .icnArw > *::before {
    margin-top: -5px;
   }
}

/* 白色矢印 */
.icnArw.icnWhite a::before {
  border-left: 6px solid #fff;
}


/*  コンテンツ　設定
---------------------------------------------*/


/*  ボタン
-------------------------- */

.btnLink > * {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  transition: all 0.4s ease-in-out;
  padding: 6px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #111;
  font-size: 0.84em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 1px;
  line-height: 1.4em;
  cursor: pointer;
}

/* ボタン・白色 */
.btnLink.btnWhite > *,
.btnLink.btnFuriOn > *,
.furigana .btnLink.btnFuriOff > * {
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
  color: #111;
}

/* ボタン・黒色 */
.btnLink.btnBlack > * {
  background-color: #000;
  color: #fff;
}

/* ボタン・触れた時 */
.btnLink.btnWhite > *:hover,
.btnLink.btnWhite > *:focus,
.btnLink.btnFuriOn > *:hover,
.btnLink.btnFuriOn > *:focus,
.furigana .btnLink.btnFuriOff > *:hover,
.furigana .btnLink.btnFuriOff > *:focus {
  opacity: 0.6;
}

#header .btnLink.btnWhite.on > *,
.furigana .btnLink.btnFuriOn > *,
.btnLink.btnFuriOff > *,
#header .btnLink.btnWhite .textresizer-active,
#header .btnLink > *:hover,
#header .btnLink > *:focus,
#header .btnLink.btnWhite > *:hover,
#header .btnLink.btnWhite > *:focus,
.btnLink.btnFuriOn > *:hover,
.btnLink.btnFuriOn > *:focus,
.furigana .btnLink.btnFuriOff > *:hover,
.furigana .btnLink.btnFuriOff > *:focus {
  opacity: 1;
  background: #2b408f;
  filter: none;
  color: #fff;
}

/* ボタン・黒色触れた時 */
.btnLink.btnBlack > *:hover,
.btnLink.btnBlack > *:focus {
}

/* 触れた時文字色 */
.btnLink.btnWhite.on > *:hover,
.btnLink.btnWhite.on > *:focus,
.furigana .btnLink.btnFuriOn > *:hover,
.furigana .btnLink.btnFuriOn > *:focus,
.btnLink.btnFuriOff > *:hover,
.btnLink.btnFuriOff > *:focus,
.btnLink.btnWhite .textresizer-active:hover,
.btnLink.btnWhite .textresizer-active:focus {
  color: #fff;
}

/* ボタン・span設定 */
.btnLink > * span {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  vertical-align: middle;
}

/* ボタン・テキスト設定 */
.btnLink > * .txtLink {
  text-decoration: none;
  text-align: left;
}

/* ボタン・MORE */
.btnLinkTxt a > * {
  text-decoration: none;
}

.btnLinkTxt a:hover > *,
.btnLinkTxt a:focus > * {
  text-decoration: underline;
}

/* ボタン・青色 */
.btnLink.btnBlue > *,
.btnLink.btnBlueBig > * {
  border: none;
  background-repeat: repeat-x;
  background-position: top;
  background-color: #2a3956;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
}

.btnLink.btnBlue > * {
  padding: 10px 15px;
  border-radius: 4px;  
  background-image: url(/share/imgs/location-content-bg-btn-blue.png);
  font-size: 0.95em;
}

.btnLink.btnBlue > *:hover,
.btnLink.btnBlue > *:focus {
  background-image: url(/share/imgs/location-content-bg-btn-blue-hover.png);
}

.btnLink.btnBlueBig {
  padding-top: 20px;
  text-align: center;
}

.btnLink.btnBlueBig > * {
  margin: 0 auto;
  padding: 17px 65px 23px;
  border-radius: 6px;
  border: none;
  background-image: url(/share/imgs/location-content-bg-btn-blue-big.png);
  font-size: 1.45em;
  letter-spacing: -0.5px;
}

.btnLink.btnBlueBig > *:hover,
.btnLink.btnBlueBig > *:focus {
  background-image: url(/share/imgs/location-content-bg-btn-blue-big-hover.png);
}

/* ボタン・ロケーションガイド */
.btnLink.btnBlue.btnLocation > * span {
  padding: 2px 0 2px 28px;
  background: url(/share/imgs/location-content-btn-location.png) no-repeat left center;
}

.btnLink.btnBlueBig.btnLocation > * span {
  padding: 2px 0 2px 42px;
  background: url(/share/imgs/location-content-btn-location-big.png) no-repeat left center;
}

/* ボタン・送信 */
.btnSubmit > * {
  margin: 0 auto;
  padding: 15px 75px;
  border-radius: 4px !important;
  font-size: 1.15em;
  line-height: 1em;
  letter-spacing: 0;
}

.btnBack > * {
  padding-right: 30px;
  padding-left: 30px;
}

.btnSend > * {
  padding: 13px 120px;
  border: 3px solid #223355;
}

.btnSubmit.btnWhite > * {
  text-shadow: 1px 1px 0 #fff;
}

.btnSubmit > * span {
  position: relative;
  padding-left: 13px;
}

.btnSubmit > * span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000;
  content: "";
}

.btnSubmit.btnBlue > * span::before,
.btnSubmit.btnBlueBig > * span::before {
  border-left-color: #fff;
}

.btnSubmit.btnWhite > *:hover,
.btnSubmit.btnWhite > *:focus {
  opacity: 1;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


/*  アコーディオン・メニュー
-------------------------- */

#container.gt740 .boxAcc .boxAccCont {
  display: block !important;
}


/*  パンくず
-------------------------- */

.boxBreadcrumb {
  margin-bottom: 20px;
  padding: 0 4px;
  font-size: 0.85em;
  letter-spacing: 0.5px;
}

/* リンク */
.boxBreadcrumb a {
  margin-right: 2px;
}

.boxBreadcrumb a:hover {
  text-decoration: none;
}

.boxBreadcrumb span {
  margin-right: 2px;
}


/*  タイトル
-------------------------- */

.ttlSection {
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.txtYu {
  font-family: "segoe UI", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.txtHelvetica {
  font-family: "Helvetica Neue","segoe UI", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}


/*  ページ詳細
-------------------------- */

.boxEntryBody {
  padding-bottom: 80px;
  line-height: 1.8em;
}

/* ---- H1タイトル ---- */

.boxEntryBody h1 {
  position: relative;
  z-index: 0;
  clear: both;
  margin-bottom: 30px;
  padding: 18px 20px;
  border-left: 7px solid #2a3d65;
  background: url(/share/imgs/location-content-bg-beige.png);
  font-size: 1.7em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}

/* ---- H2タイトル ---- */

.boxEntryBody h2 {
  clear: both;
  margin: 50px 0 25px;
  padding: 12px 15px;
  border-top: 4px solid #2a3c5d;
  border-bottom: 1px solid #ddd;
  background: #f2f3f6;
  font-size: 1.4em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}

.boxEntryBody .ttlDot {
  position: relative;
  padding: 15px 5px;
  border: none;
  background: url(/share/imgs/location-content-bg-line.png) repeat-x top,url(/share/imgs/location-content-bg-line.png) repeat-x bottom;
}

/* ---- H3タイトル ---- */

.boxEntryBody h3 {
  clear: both;
  margin: 30px 0 20px;
  padding: 8px 12px;
  background: #f2ece3;
  font-size: 1.15em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- H4タイトル ---- */

.boxEntryBody h4 {
  clear: both;
  margin: 30px 0;
  padding: 0 3px 6px;
  border-bottom: 2px solid #ddd;
  font-size: 1.1em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

/* ---- テキスト余白 ---- */

.boxEntryBody .boxEntryContent p {
  margin-bottom: 20px;
}

.boxEntryBody .boxEntryContent > *:first-child {
  margin-top: 0;
}

/* ---- Entry Meta ---- */

.boxEntryMeta {
  margin-top: -20px;
  margin-bottom: 20px;
}

.boxEntryMeta p {
  margin: 0;
}

.boxEntryMeta .boxEntryMetaLeft {
  float: left;
}

.boxEntryMeta .boxEntryMetaRight {
  text-align: right;
}

.boxEntryMeta .boxEntryMetaRight p {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  font-size: 0.9em;
}

/* -- 印刷するボタン -- */

.boxEntryMeta .btnPrint {
  margin-left: 5px;
}

.boxEntryMeta .btnPrint > * {
  position: relative;
  padding: 6px 15px 6px 32px;
  border-radius: 3px;
  color: #111;
  font-size: 0.95em;
  line-height: 1em;
}

.boxEntryMeta .btnPrint > *::before {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 26px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/share/imgs/location-content-bg-print.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  content: "";
}

/* -- SNS -- */

.boxEntryMeta .boxSNS {
  padding-top: 2px;
}

.boxEntryMeta .boxSNS li {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  margin-right: 2px;
}

/* ---- リスト ---- */

/* -- 箇条書きリスト -- */

.boxDotList {
  margin: 30px 0;
}

.boxDotList + .boxNumList {
  margin-top: -25px;
}

.boxDotList ul {
  padding-left: 30px;
}

.boxDotList ul li {
  list-style-type: disc;
}

.boxDotList li ul {
  padding-top: 2px;
}

/* -- 箇条書きリスト(詳細ページ) -- */

.boxEntryFreeform > ul + ol {
  margin-top: -25px;
}

.boxEntryFreeform > ul {
  margin: 30px 0;
}

.boxEntryFreeform ul {
  padding-left: 30px;
}

.boxEntryFreeform ul li {
  list-style-type: disc;
}

.boxEntryFreeform li ul {
  padding-top: 2px;
}

/* -- 順序付きリスト -- */

.boxNumList {
  margin: 30px 0;
}

.boxNumList + .boxDotList {
  margin-top: -25px;
}

.boxNumList ol {
  padding-left: 30px;
}

.boxNumList ol li {
  list-style-type: decimal;
}

.boxNumList li ol {
  padding-top: 2px;
}

/* -- 順序付きリスト(詳細ページ) -- */

.boxEntryFreeform > ol + ul {
  margin-top: -25px;
}

.boxEntryFreeform > ol {
  margin: 30px 0;
}

.boxEntryFreeform ol {
  padding-left: 30px;
}

.boxEntryFreeform ol li {
  list-style-type: decimal;
}

.boxEntryFreeform li ol {
  padding-top: 2px;
}

/* -- 矢印付きリスト -- */

.boxArwList {
  margin-bottom: 30px;
}

.boxArwList ul {
  padding-left: 15px;
}

.boxArwList li {
  margin-bottom: 5px;
}

.boxArwList.icnArw a::before {
  top: 6px;
  border-top-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 14px; 
}

/* ---- テーブル ---- */

.boxEntryBody table {
	width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
}

.boxEntryBody .boxEntryFreeform table {
	width: auto;
  margin-bottom: 50px;
}

.boxEntryBody table caption {
  padding: 0 3px 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.05em;
}

.boxEntryBody table tr {
  border-top: 1px solid #a18f85;
}

.boxEntryBody table th,
.boxEntryBody table td {
  padding: 10px;
  background: #fff;
}

.boxEntryBody table th {
  min-width: 140px;
  background: #f2f2f2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.boxEntryBody table td {
  min-width: 140px;
  vertical-align: middle;
}

.boxEntryBody table .boxDotList,
.boxEntryBody table .boxNumList {
  margin: 0;
}

/* ---- 画像レイアウト ---- */

.boxEntryBody .imgLeft {
  float: left;
  width: 38%;
  margin: 0 33px 25px 0;
}

.boxEntryBody .imgRight {
  float: right;
  width: 38%;
  margin: 0 0 25px 33px;
}

.boxEntryBody .imgLeft img,
.boxEntryBody .imgRight img,
.boxEntryBody .boxImgRow img {
  width: 100%;
}

.boxEntryBody .boxImgRow {
  margin-top: 40px;
  margin-bottom: 30px;
}

.boxEntryBody .boxImgRow ul {
  margin-left: -18px;
}

.boxEntryBody .boxImgRow li {
  display: inline-block;
  *display: inline;/* IE7用 */
  *zoom: 1;/* IE7用 */
  width: 226px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}

.boxEntryBody .boxImgRow li img {
  margin-bottom: 12px;
}

.boxEntryBody .boxImgRow a {
  color: #111;
}

.boxEntryBody .boxImgRow a:hover,
.boxEntryBody .boxImgRow a:focus {
  text-decoration: none;
}

/* 回り込み解除 */
.boxEntryBody .boxEntryContent p.clearfix {
  height: 0;
}

/* ---- ファイルダウンロード ---- */

.boxFileDowmload {
  margin-top: 30px;
  margin-bottom: 40px;
}

.boxFileDowmload li {
  margin-bottom: 15px;
}

.boxFileDowmload dd {
  padding-top: 5px;
  padding-left: 32px;
}

.txtPDF,
.txtWord,
.txtExcel {
  min-height: 24px;
  padding: 4px 0 4px 32px;
  background-repeat: no-repeat;
  background-position: left center;
}

.txtPDF {
  background-image: url(/share/imgs/location-content-bg-pdf.png);
}

.txtExcel {
  background-image: url(/share/imgs/location-content-bg-excel.png);
}

/* ---- マップ ---- */

.boxEntryBody .boxMap {
  margin-bottom: 50px;
}

.boxEntryBody .boxMap iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: none;
}


/*  ページ内リンク
-------------------------- */

.boxPageNav {
  margin: 25px 0 45px;
}

.boxPageNav ul {
  margin-left: -25px;
}

.boxPageNav li {
  float: left;
  width: 33.333%;
  padding-left: 25px;
}

.boxEntryBody .boxEntryContent .boxPageNav li p {
  margin: 0;
}

.boxPageNav li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 10px 15px;
  border-radius: 4px;
  font-size: 1.15em;
}

.boxPageNav li a::before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-top: 6px solid #283857;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
}


/*  インフォリスト
-------------------------- */

.boxInfoList {
}

.boxInfoList dt {
  display: block;
  padding: 8px 10px;
  background: #f2ece3;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.boxInfoList dd {
  padding: 12px 10px 25px;
}

.boxInfoList dd .boxDotList {
  margin: 0;
  padding-top: 5px;
}

.boxInfoList dd .boxDotList ul {
  padding-left: 5px;
}

.boxEntryFreeform dt {
  display: block;
  padding: 8px 10px;
  background: #f2ece3;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.boxEntryFreeform dd {
  padding: 12px 10px 25px;
}

.boxEntryFreeform dd ul {
  margin: 0;
  padding-top: 5px;
  padding-left: 5px;
}