@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+
+
+　全ページ共通要素
+
+
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 初期設定
--------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
h1,h2,h3,h4,h5,h6,p {
    font-size:100%;
    font-weight:normal;
}
img {
  border-style:none;
  height: auto;
  -ms-interpolation-mode: bicubic;  /*IE7以下画像縮小きれい対応*/
}
ul,ol {
  list-style: none;
  list-style-image: none;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  line-height: 1.5;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.m_clear {
  clear:both;
  margin:0px;
  padding:0px;
  line-height:0px;
  font-size:0px;
  height:0px;
}

/* ボタンのカーソル設定 */
input[type="button"], input[type="submit"] {
  cursor: pointer;
}

/* --------------------------------------------------------------------------------------
 リンク
--------------------------------------------------------------------------------------- */
a {
  text-decoration: underline;
}
a:link {
  color: #21528B;
}
a:visited {
  color: #800080;
}
a:hover {
  color: #21528B;
  text-decoration: none;
}
a:active {
  color: #21528B;
}

/* --------------------------------------------------------------------------------------
 フォーム
--------------------------------------------------------------------------------------- */
/* フォーム */
input, button, textarea {
  border: 1px solid #999;
  margin: 2px;
  padding: 4px;
}

.input_require {
  color: red;
}

/* --------------------------------------------------------------------------------------
 ボタン
--------------------------------------------------------------------------------------- */
a.link_default {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #ddd;
  padding: 4px;
  margin: 2px;
}

/* --------------------------------------------------------------------------------------
 本文へスキップ
--------------------------------------------------------------------------------------- */
.skip {
  width: 1px;
  color: #000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFF;
  position: absolute;
  left: -3000px;
  z-index: 999999;
}
a.skip {
  background-color: #FFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}
a.skip:focus {
  width: 99.99%;
  display: block;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

/* --------------------------------------------------------------------------------------
 背景
--------------------------------------------------------------------------------------- */
#wrapper {
  background: url(../img/back_base.jpg) repeat;
}
@media print, screen and (min-width: 768px) {
  #wrapper.format_top {
    /*background: url(../img/back_fuji2.jpg) no-repeat center top, url(../img/back_base.jpg) repeat;*/
    background: url(../img/back_fujishort.jpg) no-repeat center top, url(../img/back_base.jpg) repeat;
  }
}


noscript {
  text-align:center;
  padding:5px 0;
  display:block;
  z-index: 9999;
}


/* --------------------------------------------------------------------------------------
 ヘッダー＆グローバルメニュー
--------------------------------------------------------------------------------------- */
#headWrap {
  width: 100%;
  height: 70px;
  margin-bottom: 15px;
}
#headWrap header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;     /*これが無いと開閉ボタンが出た時、下のテキストや画像が重なってしまう*/
}

/*ロゴ*/
#headWrap header h1#logo a img ,
#headWrap header p#logo a img {
  width: 144px;
  height: auto;
  display: block;
  padding: 12px 0 0 5px;
  background-color: transparent;
}

/*開閉ボタン*/
header #navControl {
  position: absolute;
  top: 10px;
  right: 10px;
}
header #navControl a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: bottom;
  width: 60px;
  height: 60px;
  background: url(../img/menu_open.png) center center no-repeat;
  background-size: cover;
}
header #navControl a.active {
  background: url(../img/menu_close.png) center center no-repeat;
  background-size: cover;
}


/*グローバルメニュー*****************************************************************/
nav {
  margin-bottom: 0;
  font-size: 18px;
  position: relative;   /*z-indexを有効にする為に必要*/
  z-index: 99999;
}
nav .menuArea {
  margin: 13px 0 0 0;   /*スマホ用メニュー出現位置*/
  padding: 0;
}
nav .menuArea ul li {
  border-bottom: 1px solid #FFF;
}
nav .menuArea ul li a {
  display: block;
  padding: 10px;
  background: #02419B;
  color: #fff;
  text-decoration: none;
}
nav > .menuArea > ul > li.menu-child > .subBalloon {    /*子メニューを非表示*/
  display: none !important;
}

/*音声で読み上げる、文字サイズ、色合い*/
p.btnYomiage ,
#textSize,
#pageShade {
  display: none;
}

/*ヘッダー右下メニュー*/
.navUnder {
  padding: 40px 0 80px 0;
  background-color: #FFF;
  border-bottom: solid 4px #02419B;
}

/*Foreign Languagesボタン*/
p.btnForeign a {
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
  border: solid 1px #CCCCCC;
  border-radius: 4px;

  background-color: #ffffff;
  color: #423a38;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;

  padding-left: 15px;
  background-image: url("../img/ar_arrowGray.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 5px 9px;

  margin: 10px 0 0 10px;
}

/*Google翻訳*/
#google_translate_element {
  margin: 10px 0 0 10px;
}

/*Google検索*/
#boxGserch {
  margin: 10px 0 0 10px;
}
#boxGserch form input.txaria {
  width: 80%;
  height: 22px;
  border: solid 1px #0095BF;
}
#boxGserch form .kensaku {
  vertical-align: top;
  margin-left: 3px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


@media print, screen and (min-width: 768px) {     /*768px以上********************************************************/
#headWrap {
  height: 170px;
  background: url(../img/headback.png) left top repeat-x;
}

/*ロゴ*/
#headWrap header h1#logo a img ,
#headWrap header p#logo a img {
  width: 186px;
  height: auto;
  padding: 20px 0 0 5px;
}

/*開閉ボタン*/
header #navControl {
  display: none;
  margin-top: 0;
}

/*グローバルナビ********************************************/
nav {
  font-size: 15px;
  width: 100%;
  height: 70px;
  background-color: #02419B;
  position: absolute;
  top: 100px;
}
nav > .menuArea {
  display: block !important;
  /*width: 960px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* 親メニュー */
nav .menuArea ul li {
  border: none;
}
nav > .menuArea > ul > li.menu-child {
  float: left;
  width: 16.666%;
}
nav > .menuArea > ul > li.menu-child > a {
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
  height: 70px;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 26px 0 0 0;
  border-left: solid 1px #81A0CD;
  box-sizing: border-box;
  background-color: #02419B;
}

nav > .menuArea > ul > li.menu-child:last-child > a {
  border-right: solid 1px #81A0CD;
}

nav > .menuArea > ul > li.menu-child:hover > a ,      /*末端aにhoverさせると子メニューに移動した時にhoverで無くなるので注意*/
nav > .menuArea > ul > li.menu-child:focus > a {
  background-color: #3567AF;
}


/* 子メニュー  */
nav > .menuArea > ul > li.menu-child > .subBalloon {    /*子メニューを一度表示してフェード処理するためvisibility:hiddenにする*/
  display: block !important;
  visibility: hidden;
}
nav > .menuArea > ul > li.menu-child > .subBalloon {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 10px;

  /*フェード処理*/
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  transition-delay: 0.4s;         /*表示を遅らせたい時に使用する*/
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu {
  background-color: #FDFBE8;
  border: 2px solid #02419B;
  border-radius: 5px;
  position: relative;
  width: 100%;
  padding: 20px 2% 5px 2%;
  margin: 0 auto;
  box-sizing: border-box;
}

nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu.kurashi {    /*子メニューバルーンの高さ*/
  height: 172px;
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu.business {   /*子メニューバルーンの高さ*/
  height: 129px;
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu.shisei {   /*子メニューバルーンの高さ*/
  height: 129px;
}

/* ホバー＆フォーカスで子メニュー表示 */
nav > .menuArea > ul > li.menu-child:hover > .subBalloon ,
nav > .menuArea > ul > li.menu-child > .subBalloon.focused {
  visibility: visible;
  opacity: 1;
}


/*三角追加*/
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu:before {
  border:10px solid transparent;
  border-bottom-color:#FDFBE8;
  border-top-width:0;
  top:-8px;
  content:"";
  display:block;
  position:absolute;
  width:0;
  z-index:1;
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu:after {
  border:10px solid transparent;
  border-bottom-color:#02419B;
  border-top-width:0;
  top:-10px;
  content:"";
  display:block;
  position:absolute;
  width:0;
}
nav > .menuArea > ul > li.menu-child > .subBalloon.sb01 > ul.sub-menu:before ,    /*第１ボタン三角の位置*/
nav > .menuArea > ul > li.menu-child > .subBalloon.sb01 > ul.sub-menu:after {
  left: 7.08%;
}
nav > .menuArea > ul > li.menu-child > .subBalloon.sb02 > ul.sub-menu:before ,    /*第２ボタン三角の位置*/
nav > .menuArea > ul > li.menu-child > .subBalloon.sb02 > ul.sub-menu:after {
  left: 23.75%;
}
nav > .menuArea > ul > li.menu-child > .subBalloon.sb03 > ul.sub-menu:before ,    /*第３ボタン三角の位置*/
nav > .menuArea > ul > li.menu-child > .subBalloon.sb03 > ul.sub-menu:after {
  left: 40.42%;
}
nav > .menuArea > ul > li.menu-child > .subBalloon.sb04 > ul.sub-menu:before ,    /*第４ボタン三角の位置*/
nav > .menuArea > ul > li.menu-child > .subBalloon.sb04 > ul.sub-menu:after {
  left: 57.4%;
}
nav > .menuArea > ul > li.menu-child > .subBalloon.sb05 > ul.sub-menu:before ,    /*第５ボタン三角の位置*/
nav > .menuArea > ul > li.menu-child > .subBalloon.sb05 > ul.sub-menu:after {
  left: 73.75%;
}
nav > .menuArea > ul > li.menu-child > .subBalloon.sb06 > ul.sub-menu:before ,    /*第６ボタン三角の位置*/
nav > .menuArea > ul > li.menu-child > .subBalloon.sb06 > ul.sub-menu:after {
  left: 90.42%;
}

/*子メニューボタンのレイアウト*/
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu > li {
    float: left;
  /*width: 210px;*/
  width: 23.5%;
  box-sizing: border-box;
  font-size: 12px;
  /*margin-right: 24px;*/
  margin-right: 2%;
  margin-bottom: 5px;
  text-align: center;
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu > li:nth-child(4n) {
  margin-right: 0px;
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu > li > a {
  background-color: #FFF;
  border: solid 1px #CCC;
  color: #333;
}
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu > li > a:hover ,
nav > .menuArea > ul > li.menu-child > .subBalloon > ul.sub-menu > li > a:focus {
  background-color: #E6EEFB;
}


/*ヘッダー右上メニュー**************************************************************************/
.navTop {
  /*width: 600px;*/
  /*width: 574px;*/
  width: 565px;
  height: 47px;
  position: absolute;
  top: -100px;
  right: 0px;
  background-color: #EFEFEF;
}
/*音声で読み上げるボタン*/
p.btnYomiage {
  display: block;
}
p.btnYomiage a {
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
  border: solid 1px #CCCCCC;
  border-radius: 4px;

  background-color: #ffffff;
  color: #423a38;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;

  padding-left: 30px;
  background-image: url("../img/ar_speaker.png");
  background-repeat: no-repeat;
  background-position: 7px 3px;
  background-size: 17px 16px;

  position: absolute;
  top: 12px;
  left: 13px;
}


/*文字サイズ*/
#textSize {
  display: block;
  position: absolute;
  top: 10px;
  left: 170px;
}
#textSize p#mojisize {
  float: left;
  font-size: 12px;
  margin: 6px 5px 0px 0px;
  color: #000;
}
#textSize ul#font_size {
  float: left;
  margin-top: 0px;
}
#textSize ul#font_size li {
  padding: 0 0 0 3px;
  float: left;
}
#textSize ul#font_size li a {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #333;
  background: #FFF;
  border: solid 1px #CCC;
  padding: 0;
}
#textSize ul#font_size li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #333;
  border: solid 1px #333;
}
#textSize ul#font_size li a.textresizer-active {
  text-decoration: none;
  color: #FFF;
  background: #333;
  border: solid 1px #333;
}


/*色合い*/
#pageShade {
  display: block;
  position: absolute;
  top: 10px;
  left: 365px;
}
#pageShade p#iroai {
  float: left;
  font-size: 12px;
  margin: 6px 5px 0px 0px;
  color: #000;
}
#pageShade ul {
  float: left;
}
#pageShade ul li {
  padding: 0 0 0 2px;
  float: left;
}
#pageShade ul li a {
  width: 34px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  display: block;
  text-decoration: none;
  border: solid 1px #CCC;
  padding: 0;
}
#pageShade ul li.iro_norm a {
  color: #000;
  background: #FFF;
}
#pageShade ul li.iro_blue a {
  color: #FFFF00;
  background: #0000D9;
}
#pageShade ul li.iro_yellow a {
  color: #000;
  background: #FFFF00;
}
#pageShade ul li.iro_black a {
  color: #FFFF00;
  background: #000;
}


/*ヘッダー右下メニュー********************************************/
.navUnder {
  /*width: 600px;*/
  width: 574px;
  height: 47px;
  position: absolute;
  top: -53px;
  right: 0px;
  background-color: transparent;
  padding: 0px;
  border: none;
}

/*Foreign Languagesボタン*/
p.btnForeign a {
  margin: 0;
  position: absolute;
  top: 12px;
  left: 15px;
}
p.btnForeign.top_btnForeign a { /*TOPのみ*/
  left: 294px;
}

/*Google翻訳*/
#google_translate_element {
  margin: 0;
  position: absolute;
  top: 12px;
  left: 172px;
}
#google_translate_element.top_gte {   /*TOPのみ*/
  left: 450px;
}

/*Google検索*/
#boxGserch {
  margin: 0;
  position: absolute;
  top: 12px;
  left: 318px;
}
#boxGserch form input.txaria {
  width: 200px;
}


}
/*End @media*/

/* --------------------------------------------------------------------------------------
 リードスピーカー
--------------------------------------------------------------------------------------- */
#btn_rsArea {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
#xp1 .rsbtn_toolpanel {
  z-index: 1;
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */
#footWrap {
  width: 100%;
  background: url(../img/back_wave.png) repeat-x;
}
#footWrap footer {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px 30px 20px;
}
#footWrap footer #footLeft {
}
#footWrap footer #footRight {
  text-align: center;
}

/*ロゴ、住所*/
#footWrap footer #footLeft p.logo_foot {
}
#footWrap footer #footLeft p.logo_foot img {
  width: 165px;
  height: auto;
  background-color: transparent;
}
#footWrap footer #footLeft address {
  font-style: normal;
  font-size: 0.9em;
  margin-bottom: 10px;
}

/*サイトマップ等のリンクボタン*/
#footWrap footer #footLeft ul li {
  display: inline-block;
  font-size: 0.9em;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border-right: solid 1px #333;
}
#footWrap footer #footLeft ul li:last-child {
  border: none;
}

/*地図・交通アクセス等のボタン*/
#footWrap footer #footRight ul {
  margin-top: 30px;
}
#footWrap footer #footRight ul li a {
  display: block;
  font-size: 0.9em;
  width: 72%;
  text-align: center;
  background-color: #FFF;
  box-sizing: border-box;
  border: solid 1px #666;
  margin: 0 auto 10px auto;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
}
#footWrap footer #footRight ul li a:hover {
  background-color: #EEE;
}

/*copyright*/
#footWrap #copyr {
  background-color: #02419B;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  padding: 8px 0;
}



@media print, screen and (min-width: 768px) {     /*768px以上********************************************************/
  #footWrap footer #footLeft {
    width: 70%;
    float: left;
  }
  #footWrap footer #footRight {
    width: 30%;
    float: right;
  }
}
/*End @media*/


/* --------------------------------------------------------------------------------------
 トップへ戻るボタン
--------------------------------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
  z-index: 99999;
}
#page-top a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 64px;
  height: 64px;
  background: url(../img/totop.png) center center no-repeat;
  background-size: cover;
  /* opacity: 0.8; */
}
#page-top a:hover {
  opacity: 0.6;
}

/* --------------------------------------------------------------------------------------
 iframe ふるさと納税
--------------------------------------------------------------------------------------- */
.frame_wrap {
  width:100%;
  height:500px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  border: solid 2px #ccc;
  padding: 5px;
  box-sizing: border-box;
}
.frame-line {
  width:100%;
  height:100%;
  border:none;
  display:block;
}

/* --------------------------------------------------------------------------------------
 広告
--------------------------------------------------------------------------------------- */
p#koukoku_lt {
  padding: 0 0 8px 1em;
  border-bottom: solid 5px #CCC;
  margin-bottom: 10px;
}
p#koukoku_lt span {
  margin-left: 30px;
  font-size: 0.857em;
}
ul.koukoku {
  margin-bottom: 30px;
}
ul.koukoku li {
  float: left;
  width: 150px;
  height: 60px;
  font-size: 0;
  margin: 0 0 8px 8px;
}

/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */
.fs_20px { font-size: 1.428em; }
.fs_18px { font-size: 1.285em; }
.fs_17px { font-size: 1.214em; }
.fs_16px { font-size: 1.142em; }
.fs_15px { font-size: 1.071em; }
.fs_13px { font-size: 0.928em; }
.fs_12px { font-size: 0.857em; }
.fs_11px { font-size: 0.785em; }
.fs_10px { font-size: 0.714em; }

.font_black   { color: #000000; }
.font_red     { color: #FF0000; }
.font_green   { color: #009966; }
.font_blue    { color: #0000FF; }
.font_yellow  { color: #FFFF00; }
.font_magenta { color: #FF00FF; }
.font_orange  { color: #FF6600; }

.font_bold { font-weight: bold; }

/* --------------------------------------------------------------------------------------
 レイアウト汎用
--------------------------------------------------------------------------------------- */
.margin_bottom0  { margin-bottom: 0px !important; }
.margin_bottom5  { margin-bottom: 5px !important; }
.margin_bottom10 { margin-bottom: 10px !important; }
.margin_bottom15 { margin-bottom: 15px !important; }
.margin_bottom20 { margin-bottom: 20px !important; }
.margin_bottom25 { margin-bottom: 25px !important; }
.margin_bottom30 { margin-bottom: 30px !important; }
.margin_bottom35 { margin-bottom: 35px !important; }
.margin_bottom40 { margin-bottom: 40px !important; }
.margin_bottom45 { margin-bottom: 45px !important; }
.margin_bottom50 { margin-bottom: 50px !important; }
.margin_bottom55 { margin-bottom: 55px !important; }
.margin_bottom60 { margin-bottom: 60px !important; }
.margin_bottom65 { margin-bottom: 65px !important; }
.margin_bottom70 { margin-bottom: 70px !important; }
.margin_bottom75 { margin-bottom: 75px !important; }
.margin_bottom80 { margin-bottom: 80px !important; }
.margin_bottom85 { margin-bottom: 85px !important; }
.margin_bottom90 { margin-bottom: 90px !important; }
.margin_bottom95 { margin-bottom: 95px !important; }
.margin_bottom100 { margin-bottom: 100px !important; }

.margin_top0  { margin-top: 0px !important; }
.margin_top5  { margin-top: 5px !important; }
.margin_top10 { margin-top: 10px !important; }
.margin_top15 { margin-top: 15px !important; }
.margin_top20 { margin-top: 20px !important; }
.margin_top25 { margin-top: 25px !important; }
.margin_top30 { margin-top: 30px !important; }
.margin_top40 { margin-top: 40px !important; }
.margin_top50 { margin-top: 50px !important; }

.margin_left0  { margin-left: 0px !important; }
.margin_left5  { margin-left: 5px !important; }
.margin_left10 { margin-left: 10px !important; }
.margin_left15 { margin-left: 15px !important; }
.margin_left20 { margin-left: 20px !important; }
.margin_left25 { margin-left: 25px !important; }
.margin_left30 { margin-left: 30px !important; }
.margin_left40 { margin-left: 40px !important; }






