@charset "UTF-8";
@media print {
  .noPrint {
    display: none;
  }

  .printPagebreak {
    page-break-after: always;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}
* {
  outline: 0;
}

a
, button
, input[type=submit]
, input[type=button]
, input[type=cancel] {
  -moz-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}

.noTrans {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* = Footer吸着 START
===========================================*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
}

body {
  margin-bottom: 210px;
  background-color: #fff;
}

body > .container {
  padding: 10px 15px;
}

footer.commonFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 210px;
  z-index: 30;
}
footer.commonFooter > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.siteWrapper > .wrap {
  padding: 0 0 50px;
  min-height: 300px;
}

/* = Footer吸着 END
===========================================*/
body {
  background: #fff url(/images/common/dot_white.png);
}

.fontSanSerif, body, body * {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.fontSerif, .fontTheme01, .fontTheme01 * {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

i.fa {
  font-family: 'FontAwesome' !important;
}

.wideContainer {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footerGotoTop {
  right: 10px;
}

.txt-centered,
.text-centered {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.blockLink {
  display: block;
  text-decoration: none;
  background: url(/images/common/dummy.png) no-repeat;
}
.blockLink span {
  display: block;
  visibility: hidden;
  height: 0;
  text-indent: -9999em;
  text-decoration: none;
}

.error-message {
  padding-top: 5px;
  color: #f33;
}
.error-message:before {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "";
}

.pageContainer > .container {
  padding: 0 !important;
  width: 100% !important;
}

.contentWrapper {
  padding-top: 60px;
}

.aPoint {
  margin-top: -70px !important;
  padding-top: 70px !important;
}

/*==========================================
= header
===========================================*/
.modal-header {
  color: #fff;
  background-color: #5cad33;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.modal-header .close {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal-header .close:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
}

/*==========================================
= header
===========================================*/
header.commonHeader {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
header.commonHeader .header-baloon {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
header.commonHeader .header-baloon .baloonInn {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
header.commonHeader .gNavi {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
header.commonHeader .gNavi * {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
header.commonHeader .gNavi .gNaviInn {
  position: relative;
}
header.commonHeader .gNavi .gNaviInn .gInn {
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  width: 100%;
  vertical-align: middle;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(/images/common/mainNaviLine.gif) no-repeat right center;
  background-color: #fff;
}
header.commonHeader .gNavi .gNaviInn .gInn span {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
header.commonHeader .gNavi .gNaviInn .gInn:hover {
  background-color: transparent;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul {
  display: table;
  width: 100%;
  height: 60px;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li {
  display: table-cell;
  background: url(/images/common/dot_orange.png);
  vertical-align: middle;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li.over > a, header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li.active > a {
  background-color: transparent;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi {
  position: relative;
  -moz-transition: ease-in-out 0.15s;
  -o-transition: ease-in-out 0.15s;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.access > .gInn {
  background-image: none;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.favorite {
  display: none;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.favorite .gInn {
  padding-left: 20px;
  padding-right: 20px;
  background-image: none;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.favorite .gInn span {
  display: inline-block;
  padding: 0 32px 0 0;
  height: 30px;
  line-height: 30px;
  background: url(/images/common/ico_mypage.png) no-repeat right center;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li > .gInn {
  background-image: none;
  border: 0 solid #ddd;
  border-right-width: 1px;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li > .gInn span {
  padding-left: 60px;
  background: url(/images/common/imgNav2_feature_list.png) no-repeat left center;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.feature .gInn {
  border-left-width: 1px;
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.feature .gInn span {
  background-image: url(/images/common/imgNav2_feature_list.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.feature .gInn:hover span {
  background-image: url(/images/common/imgNav2_feature_list_active.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.mikan a span {
  background-image: url(/images/common/imgNav2_feature_mikan.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.dogo a span {
  background-image: url(/images/common/imgNav2_feature_dogo.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.shimanami a span {
  background-image: url(/images/common/imgNav2_feature_shimanami.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.castle a span {
  background-image: url(/images/common/imgNav2_feature_castle.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.nanyo a span {
  background-image: url(/images/common/imgNav2_feature_iyashi.png);
}
header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.henro a span {
  background-image: url(/images/common/imgNav2_feature_henro.png);
}
header.commonHeader .gNavi .fixedLogo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
header.commonHeader .gNavi .fixedLogo a {
  display: block;
  width: 195px;
  height: 60px;
  background: url("/images/common/fixed/logo.png") no-repeat center center;
  background-size: 195px auto;
}
header.commonHeader .gNavi .fixedLogo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
header.commonHeader .gNavi .headTools {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
  width: 300px;
}
header.commonHeader .gNavi .headTools > ul {
  width: 100%;
}
header.commonHeader .gNavi .headTools > ul > li {
  float: left;
  width: 50%;
}
header.commonHeader .gNavi .headTools > ul > li .gInn {
  background-image: none;
}
header.commonHeader .gNavi .headTools > ul > li.language {
  position: relative;
  width: 100%;
}
header.commonHeader .gNavi .headTools > ul > li.language .gInn span label {
  display: inline-block;
  padding: 5px 15px;
  color: #333;
  cursor: pointer;
  border: 2px solid #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
header.commonHeader .gNavi .headTools > ul > li.language .gInn span label:after {
  font-size: 15px;
  font-family: "FontAwesome";
  margin-left: 10px;
  content: "";
}
header.commonHeader .gNavi .headTools > ul > li.language > ul {
  margin-top: -10px;
}
header.commonHeader .gNavi .headTools > ul > li.search .gInn {
  position: relative;
  padding-top: 11px;
}
header.commonHeader .gNavi .headTools > ul > li.search .gInn .form-control.keyword {
  padding-right: 30px;
  padding-left: 5px;
}
header.commonHeader .gNavi .headTools > ul > li.search .gInn button {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent url(/images/common/ico_search.png) no-repeat center center;
}
header.commonHeader .gNavi .headTools > ul > li.favorite .gInn {
  height: 60px;
  background-image: none;
}
header.commonHeader .gNavi .headTools > ul > li.favorite .gInn span {
  display: table-cell;
  padding: 0 32px 0 0;
  height: 30px;
  line-height: 30px;
  background: url(/images/common/ico_mypage.png) no-repeat right center;
}
header.commonHeader .gNavi .headTools > ul > li.favorite .gInn:hover {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
header.commonHeader .gNavi .searchBox {
  display: none;
  position: absolute;
  top: 0;
  right: 100px;
  width: 160px;
}
header.commonHeader .gNavi .searchBox .inn {
  position: relative;
  padding: 0 10px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  background-color: #fff;
}
header.commonHeader .gNavi .searchBox .inn .form-control {
  padding-right: 30px;
}
header.commonHeader .gNavi .searchBox .inn button {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 20px;
  right: 16px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent url(/images/common/ico_search.png) no-repeat center center;
}
header.commonHeader .gNavi .gNaviMenuSw {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
header.commonHeader .gNavi .gNaviMenu {
  background-color: #fff;
  padding-left: 195px;
  padding-right: 300px;
}

@media screen and (max-width: 1200px) {
  header.commonHeader .gNavi .gNaviInn .gInn {
    font-size: 13px;
  }
  header.commonHeader .gNavi .gNaviMenu {
    padding-left: 150px;
    padding-right: 250px;
  }
  header.commonHeader .gNavi .gNaviMenu .menuList.subNavi > ul > li > .gInn span {
    background-size: 30px auto !important;
    padding-left: 40px !important;
  }
  header.commonHeader .gNavi .headTools {
    width: 250px;
  }
  header.commonHeader .gNavi .headTools > ul > li.search {
    width: 55%;
  }
  header.commonHeader .gNavi .headTools > ul > li.search .form-control {
    font-size: 13px;
  }
  header.commonHeader .gNavi .headTools > ul > li.favorite {
    width: 45%;
  }
  header.commonHeader .gNavi .headTools > ul > li.favorite .gInn span {
    padding-right: 25px;
    background-size: 20px auto;
  }
  header.commonHeader .gNavi .fixedLogo a {
    width: 150px;
    background-size: 150px auto;
  }
}
/*==========================================
= footer
===========================================*/
footer.commonFooter {
  text-align: center;
  color: #4d3400;
  font-size: 15px;
  background: url(/images/common/dot_black.png);
}
footer.commonFooter a {
  color: inherit;
}
footer.commonFooter .upperContent {
  padding: 30px 0;
  background: url(/images/common/dot_orange.png);
}
footer.commonFooter .fNavi {
  padding: 0 0 20px;
}
footer.commonFooter .fNavi ul li {
  display: inline-block;
}
footer.commonFooter .fNavi ul li a {
  padding: 0 10px;
  border-right: #4d3400 1px solid;
}
footer.commonFooter .fNavi ul li:last-child a {
  border-right: none;
}
footer.commonFooter .languages {
  color: #4d3400;
  text-align: center;
}
footer.commonFooter .languages .inner {
  display: inline-block;
}
footer.commonFooter .languages table tr td {
  border: #4d3400 1px solid;
}
footer.commonFooter .languages ul {
  display: inline-block;
}
footer.commonFooter .languages ul li {
  float: left;
}
footer.commonFooter .languages ul li a {
  display: block;
  padding: 8px 25px;
  min-width: 140px;
  color: inherit;
  text-decoration: none !important;
  border: #4d3400 1px solid;
  border-right-width: 0;
}
footer.commonFooter .languages ul li a:hover, footer.commonFooter .languages ul li a.active {
  background-color: #ffe399;
}
footer.commonFooter .languages ul li:last-child {
  display: none;
}
footer.commonFooter .languages ul li:last-child a {
  border-right-width: 1px;
}
footer.commonFooter .languages ul li:nth-child(5) a {
  border-right-width: 1px;
}
footer.commonFooter .copyright {
  padding: 20px 0;
  color: #fff;
}

/*==========================================
= フロントエンド コンテンツ共通
===========================================*/
.nav-tabs.tabs {
  padding-left: 20px;
  border-bottom: #FFBA00 2px solid;
}
.nav-tabs.tabs .white, .nav-tabs.tabs > li > a:hover, .nav-tabs.tabs > li.active > a,
.nav-tabs.tabs > li.active > a:hover,
.nav-tabs.tabs > li.active > a:focus {
  color: #fff;
  background-color: #FFBA00;
}
.nav-tabs.tabs .colored, .nav-tabs.tabs > li > a {
  color: #FFBA00;
  background-color: #fff;
}
.nav-tabs.tabs > li {
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 2px;
}
.nav-tabs.tabs > li > a {
  margin-top: 0;
  margin-right: 10px;
  padding: 5px 15px 4px;
  text-align: center;
  border: 1px solid #FFBA00;
  border-bottom: none !important;
}
.nav-tabs.tabs > li > a .fa {
  float: left;
  margin-top: 1px;
}
.nav-tabs.tabs > li > a .fa:before {
  content: "\f138";
}
.nav-tabs.tabs > li > a:hover .fa:before {
  content: "\f13a";
}
.nav-tabs.tabs > li.active > a .fa:before,
.nav-tabs.tabs > li.active > a:hover .fa:before,
.nav-tabs.tabs > li.active > a:focus .fa:before {
  content: "\f13a";
}

.tab-content.tabs .inner {
  padding: 20px 15px 15px;
  background-color: #FFF;
  line-height: 20px;
}

.form-group .input-data {
  padding-top: 7px;
}
.form-group .error-message {
  font-weight: normal;
  font-size: 100%;
}

table.areaSearch {
  width: 984px;
  margin-bottom: 20px;
}
table.areaSearch th, table.areaSearch td {
  border: #BFD1D5 1px solid;
}
table.areaSearch th {
  height: 40px;
  text-align: center;
}
table.areaSearch th.col1 {
  background-color: #FFD1AF;
}
table.areaSearch th.col2 {
  background-color: #E1C8B0;
}
table.areaSearch th.col3 {
  background-color: #F2BBC1;
}
table.areaSearch th.col4 {
  background-color: #FFE3AA;
}
table.areaSearch td {
  padding: 10px;
  vertical-align: top;
}
table.areaSearch td.map {
  width: 299px;
  padding: 0;
  vertical-align: middle;
  background-color: #F0F4FB;
}
table.areaSearch td label {
  display: block;
  font-weight: normal;
}
table.areaSearch td .btn-web4 {
  margin-top: 10px;
  padding: 0 10px;
  background-color: #547D9E;
}
table.areaSearch td .btn-web4:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "";
}

.commonContentBox {
  margin: 0;
  padding: 0;
  min-height: 300px;
}
.commonContentBox .page-header-wrapper {
  padding: 0;
  background-color: #FFF;
}
.commonContentBox .page-header {
  margin: 0 auto;
  padding: 50px 10px 30px;
  width: 100%;
  max-width: 1200px;
  letter-spacing: 2px;
  color: #333;
  background: transparent;
  border: 0;
}
.commonContentBox .page-header .inn {
  padding: 0 10px;
  height: 35px;
  background: url(/images/common/dummmmmmmmmyyyyyyyyyy.png) no-repeat left center;
}
.commonContentBox .page-header .inn .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
.commonContentBox .page-header h1, .commonContentBox .page-header h2, .commonContentBox .page-header h3, .commonContentBox .page-header h4, .commonContentBox .page-header h5, .commonContentBox .page-header h6, .commonContentBox .page-header .title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
}
.commonContentBox .page-header h1 small, .commonContentBox .page-header h2 small, .commonContentBox .page-header h3 small, .commonContentBox .page-header h4 small, .commonContentBox .page-header h5 small, .commonContentBox .page-header h6 small, .commonContentBox .page-header .title small {
  color: #333;
  font-size: 16px;
  line-height: inherit;
}
.commonContentBox .page-header.beta {
  display: table;
  color: #fff;
  border: 0;
  background: #c9461e;
}
.commonContentBox .page-header.beta small {
  color: inherit;
}
.commonContentBox .page-header.beta .titIcon, .commonContentBox .page-header.beta .inn {
  display: table-cell;
}
.commonContentBox .page-header.beta .titIcon {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.commonContentBox .page-header.beta .inn {
  padding: 30px 30px 25px;
  background: transparent;
}
.commonContentBox .commonContentStyle, .commonContentBox > .content,
.commonContentBox > article > .content,
.commonContentBox > section > .content {
  margin: 0 auto;
  padding: 0 10px 40px;
  width: 100%;
  max-width: 1160px;
}
.commonContentBox .commonContentStyle .inn, .commonContentBox > .content .inn {
  margin: 0 0 2em;
}
.commonContentBox > .content,
.commonContentBox > article > .content,
.commonContentBox > section > .content {
  padding-top: 35px;
  /* = グリッド
  ===========================================*/
}
.commonContentBox > .content > .main,
.commonContentBox > article > .content > .main,
.commonContentBox > section > .content > .main {
  float: left;
  margin: 0;
  width: 785px;
}
.commonContentBox > .content > .side,
.commonContentBox > article > .content > .side,
.commonContentBox > section > .content > .side {
  float: left;
  margin: 0 20px 0 0;
  width: 195px;
}
.commonContentBox > .content > .side .menuBox,
.commonContentBox > article > .content > .side .menuBox,
.commonContentBox > section > .content > .side .menuBox {
  padding: 3px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.commonContentBox > .content > .side .menuBox ul,
.commonContentBox > article > .content > .side .menuBox ul,
.commonContentBox > section > .content > .side .menuBox ul {
  margin: 0;
  padding: 0;
}
.commonContentBox > .content > .side .menuBox ul li,
.commonContentBox > article > .content > .side .menuBox ul li,
.commonContentBox > section > .content > .side .menuBox ul li {
  list-style: none;
  border-bottom: #FFF 1px solid;
}
.commonContentBox > .content > .side .menuBox ul li a,
.commonContentBox > article > .content > .side .menuBox ul li a,
.commonContentBox > section > .content > .side .menuBox ul li a {
  display: block;
  line-height: 35px;
  padding: 0 10px;
  background-color: #f8f8f8;
  color: #333;
  font-size: 12px;
}
.commonContentBox > .content > .side .menuBox ul li a:before,
.commonContentBox > article > .content > .side .menuBox ul li a:before,
.commonContentBox > section > .content > .side .menuBox ul li a:before {
  display: inline-block;
  padding-right: 5px;
  width: 20px;
  color: #222;
  text-align: center;
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.commonContentBox > .content > .side .menuBox ul li a:hover, .commonContentBox > .content > .side .menuBox ul li a.active,
.commonContentBox > article > .content > .side .menuBox ul li a:hover,
.commonContentBox > article > .content > .side .menuBox ul li a.active,
.commonContentBox > section > .content > .side .menuBox ul li a:hover,
.commonContentBox > section > .content > .side .menuBox ul li a.active {
  background-color: #ddd;
  text-decoration: none;
}
.commonContentBox > .content > .side .menuBox ul li a.main,
.commonContentBox > article > .content > .side .menuBox ul li a.main,
.commonContentBox > section > .content > .side .menuBox ul li a.main {
  padding: 0 0 0 10px;
  line-height: 50px;
  font-size: 14px;
}
.commonContentBox > .content > .side .menuBox ul li a.main:before,
.commonContentBox > article > .content > .side .menuBox ul li a.main:before,
.commonContentBox > section > .content > .side .menuBox ul li a.main:before {
  font-family: "FontAwesome";
  margin-right: 0;
  content: "";
}
.commonContentBox > .content > .side .menuBox ul li a.main:hover, .commonContentBox > .content > .side .menuBox ul li a.main.active,
.commonContentBox > article > .content > .side .menuBox ul li a.main:hover,
.commonContentBox > article > .content > .side .menuBox ul li a.main.active,
.commonContentBox > section > .content > .side .menuBox ul li a.main:hover,
.commonContentBox > section > .content > .side .menuBox ul li a.main.active {
  background-color: #999;
  color: #FFF;
}
.commonContentBox > .content > .side .menuBox ul li.two-rows a,
.commonContentBox > article > .content > .side .menuBox ul li.two-rows a,
.commonContentBox > section > .content > .side .menuBox ul li.two-rows a {
  line-height: 1.4;
  padding: 15px 0 15px 10px;
}
.commonContentBox > .content > .side .menuBox ul li.two-rows a.main:before,
.commonContentBox > article > .content > .side .menuBox ul li.two-rows a.main:before,
.commonContentBox > section > .content > .side .menuBox ul li.two-rows a.main:before {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.commonContentBox > .content h1.subTitle, .commonContentBox > .content h2.subTitle, .commonContentBox > .content h3.subTitle, .commonContentBox > .content h4.subTitle, .commonContentBox > .content h5.subTitle, .commonContentBox > .content h6.subTitle {
  margin: 30px 0 20px 10px;
  padding: 0;
  padding-left: .3em;
  border-left: 0.3em solid #FFBA00;
  color: #1A1A1A;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
.commonContentBox > .content h1.subTitle a, .commonContentBox > .content h2.subTitle a, .commonContentBox > .content h3.subTitle a, .commonContentBox > .content h4.subTitle a, .commonContentBox > .content h5.subTitle a, .commonContentBox > .content h6.subTitle a {
  color: inherit;
  text-decoration: underline;
}
.commonContentBox > .content h1.subTitle a:hover, .commonContentBox > .content h2.subTitle a:hover, .commonContentBox > .content h3.subTitle a:hover, .commonContentBox > .content h4.subTitle a:hover, .commonContentBox > .content h5.subTitle a:hover, .commonContentBox > .content h6.subTitle a:hover {
  text-decoration: none;
}
.commonContentBox > .content h2.mainTitle {
  padding-left: 50px;
  background: url(/images/common/subTitle.png) no-repeat left center;
  line-height: 36px;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
.commonContentBox > .content h2.subTitle {
  font-size: 28px;
}
.commonContentBox > .content h3.subTitle {
  font-size: 24px;
}
.commonContentBox > .content h4.subTitle {
  font-size: 20px;
}
.commonContentBox > .content h5.subTitle {
  font-size: 18px;
}
.commonContentBox > .content h6.subTitle {
  font-size: 16px;
}
.commonContentBox > .content.footerContent {
  font-size: 15px;
}
.commonContentBox > .content.footerContent h2 {
  font-size: 28px;
}
.commonContentBox > .content.footerContent h3 {
  font-size: 24px;
}
.commonContentBox > .content.footerContent h4 {
  font-size: 20px;
}
.commonContentBox > .content.footerContent h5 {
  font-size: 18px;
}
.commonContentBox > .content.footerContent h6 {
  font-size: 16px;
}
.commonContentBox > .content.footerContent section.inn > p,
.commonContentBox > .content.footerContent section.inn > .innerContent {
  margin-left: 1em;
}
.commonContentBox > .content.footerContent section.inn ol.list-parentheses {
  margin: 0;
}
.commonContentBox > .content.footerContent section.inn ol.list-parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
.commonContentBox > .content.footerContent section.inn ol.list-parentheses li:before {
  content: "(" counter(cnt) ") ";
}
.commonContentBox > .content.footerContent section.inn ul.list-inline li {
  width: 32%;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.commonContentBox > .content.footerContent section.inn ul.list-inline li:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "";
}
.commonContentBox > .content.footerContent section.inn ul li, .commonContentBox > .content.footerContent section.inn ol li {
  margin: 0 0 10px;
}
.commonContentBox > .content.footerContent section.inn ul li > strong, .commonContentBox > .content.footerContent section.inn ol li > strong {
  display: block;
}
.commonContentBox > .content.footerContent section.inn ul li > p, .commonContentBox > .content.footerContent section.inn ol li > p {
  margin: 5px 0 0;
}
.commonContentBox > .content.footerContent section.inn .sub-contents {
  margin-left: 10px !important;
}
.commonContentBox > .content.footerContent > section.inn section.inn {
  margin-left: 1em;
}

.alert > p {
  display: inline-block;
}

/* = バナー
===========================================*/
.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner ul li {
  margin: 0;
  padding: 0;
}

/* = パンくず
===========================================*/
.breadlist {
  margin: 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #ffba00;
  background: url(/images/common/dot_orange.png);
}
.breadlist .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.breadlist ul li {
  color: #4d3400;
  font-size: 14px;
  font-weight: bold;
}
.breadlist ul li a {
  color: inherit;
  text-decoration: underline;
}
.breadlist ul li a:hover {
  text-decoration: none;
}
.breadlist ul li:last-child a {
  text-decoration: none;
  cursor: default;
}
.breadlist .titleSpot {
  float: right;
}

/* = ページング
===========================================*/
.paging {
  margin: 0 0 10px;
}
.paging .count {
  margin: 8px 10px 0 0;
}
.paging .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

/* = カルーセル
===========================================*/
.flexslider {
  background-color: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-viewport ul li {
  position: relative;
}
.flexslider .flex-direction-nav a {
  top: 50%;
  margin-top: -60px;
  opacity: .7;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 120px;
}
.flexslider .flex-direction-nav a:before {
  content: "";
}
.flexslider .flex-direction-nav a:hover {
  opacity: 1;
}
.flexslider .flex-direction-nav .flex-prev {
  left: -25px;
  background: url(/images/common/prev.png) no-repeat center center;
}
.flexslider .flex-direction-nav .flex-next {
  right: -25px;
  background: url(/images/common/next.png) no-repeat center center;
}
.flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 3;
}
.flexslider .flex-control-paging li a {
  background-color: #ccc;
}
.flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a:hover {
  background-color: #004ea2;
}
.flexslider .flex-control-thumbs img {
  border: 3px solid transparent;
}
.flexslider .flex-control-thumbs .flex-active {
  border-color: #339900;
  border-color: rgba(51, 153, 0, 0.7);
}

.banner .bannerContent {
  position: relative;
}
.banner .bannerContent .flex-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 5px 5px;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  background-size: auto 20%;
  background-position: bottom center;
  background-repeat: repeat-x;
}

.pagination > li > a,
.pagination > li > span {
  padding: 3px 8px;
  color: #fff;
  margin-right: 7px;
  background-color: #547d9e;
  border-color: #547d9e !important;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #547d9e;
  background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: 0;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #547d9e;
  background-color: #fff;
}
.pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #547d9e;
  background-color: #fff;
}
.pagination > .disabled > a,
.pagination > .disabled > span {
  color: #547d9e;
  background-color: #fff;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
  cursor: default;
  color: #547d9e;
  background-color: #fff;
}

.flow {
  margin: 0 auto 20px;
  width: 700px;
}
.flow ul li {
  margin-right: 22px;
  width: 150px;
  color: #555;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.flow ul li span {
  display: block;
  position: relative;
  padding: 10px 0;
}
.flow ul li span:after {
  position: absolute;
  display: block;
  top: 10px;
  right: -25px;
  width: 0;
  content: "";
  border: 10px solid transparent;
  border-left-color: #ddd;
  border-right-width: 0;
}
.flow ul li.active {
  color: #fff;
  background-color: #d5e9ff;
  background-color: #004ea2;
}
.flow ul li:last-child span:after {
  border: none;
}

.buttonArea {
  margin: 30px auto;
}

.txtRequired {
  color: #f33;
}

.requiredField > label:before {
  content: "* ";
  color: #f33;
}

.pagenate {
  padding-bottom: 30px;
  text-align: center;
}
.pagenate .pagenateInner {
  display: inline-block;
}
.pagenate .pagenate-active, .pagenate ul li a:hover, .pagenate ul li.active a {
  border-color: #ccc;
  background-color: #FFF;
  color: #999;
}
.pagenate .pagenate-disabled, .pagenate ul li.disabled a {
  border-color: #ccc;
  background-color: #f8f8f8;
  color: #ccc;
}
.pagenate ul {
  margin: 0 auto;
  padding: 0;
}
.pagenate ul li {
  float: left;
  margin: 0 5px 5px 5px;
  list-style: none;
  line-height: 38px;
  text-align: center;
}
.pagenate ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border: #BEBEBE 1px solid;
  color: #666;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 49px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagenate ul li a:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #FFF;
}
.pagenate ul li.prev a, .pagenate ul li.next a {
  border: none;
  background: none;
}
.pagenate ul li.prev a:hover, .pagenate ul li.next a:hover {
  border: none;
  opacity: .5;
}
.pagenate ul li.disabled {
  display: none;
}
.pagenate ul li.disabled a {
  cursor: default;
  background-color: #FFF;
}
.pagenate ul li.active a {
  cursor: default;
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #FFF;
}

.figure {
  position: relative;
  z-index: 1;
  display: table;
}
.figure img {
  width: auto;
  max-width: 100%;
}
.figure .figcaption, .figure .figCaption {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
}
.figure .figcaption .ellipsis, .figure .figCaption .ellipsis {
  margin: 5px;
}

.sideAffix {
  position: relative;
}
.sideAffix .inner {
  position: absolute;
  width: 240px;
}
.sideAffix .inner.fixed {
  position: fixed;
}

.commonMainBox {
  float: right;
  width: 660px;
}

.snsShareBox {
  clear: both;
  height: 30px;
}
.snsShareBox.vertical {
  height: 70px;
}
.snsShareBox ul li {
  float: left;
  margin-right: 10px;
}
.snsShareBox ul li:last-child {
  margin-right: 0;
}
.snsShareBox ul li.facebook {
  margin-top: -2px;
}

table.base1 {
  width: 100%;
}
table.base1 tr th, table.base1 tr td {
  padding: 15px 10px;
  font-weight: normal;
  border: 1px solid #ccc4c1;
}
table.base1 tr th {
  width: 15%;
  color: #00ad90;
  text-align: center;
  background: #fff;
}
table.base1 tr td {
  background: #fff;
}

ul.circle li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 15px;
  background: url(/images/common/icoUListRight.png) no-repeat;
}
ul.circle li span {
  display: inline-block;
  margin-right: 5px;
}
ul.circle li span:before {
  font-family: "FontAwesome";
  margin-right: 8px;
  content: "";
}
ul.circle li span:first-child:before {
  content: "";
  margin: 0;
}
ul.circle li a {
  text-decoration: underline;
}
ul.circle li a:hover {
  text-decoration: none;
}
ul.circle.list-inline {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.circle.list-inline li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 25px;
}

.google-marker-dialog {
  width: 270px;
}
.google-marker-dialog .dialog-title {
  margin: 0 0 5px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.google-marker-dialog .dialog-photo {
  margin: 5px 0 0;
  position: relative;
}
.google-marker-dialog .dialog-photo .ico {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  color: #fff;
  opacity: .8;
  background-color: #FFBA00;
  text-align: center;
  line-height: 2.4;
}
.google-marker-dialog .dialog-photo .ico img {
  /*border-radius: inherit;*/
}
.google-marker-dialog .dialog-photo img {
  width: auto;
  max-width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.google-marker-dialog .dialog-copy {
  margin: 0 0 5px;
  width: 270px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.google-marker-dialog .dialog-buttons {
  margin: 10px auto 0;
}
.google-marker-dialog .dialog-buttons .dialog-button {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.google-marker-dialog .dialog-buttons .dialog-button a {
  padding: 0;
  background-color: #1A1A1A;
  line-height: 37px;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.google-marker-dialog .dialog-buttons .dialog-button.detail {
  margin-right: 0;
}
.google-marker-dialog .dialog-buttons .dialog-button.detail a {
  background-color: #FFBA00;
}

.vegasVisualWrap {
  position: relative;
}
.vegasVisualWrap ul.direction-nav,
.vegasVisualWrap ul.control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vegasVisualWrap ul.direction-nav > li,
.vegasVisualWrap ul.control-nav > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vegasVisualWrap ul.direction-nav > li > a,
.vegasVisualWrap ul.control-nav > li > a {
  z-index: 100;
}
.vegasVisualWrap ul.direction-nav li a {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  text-indent: -9999em;
  background: url(/images/common/control_nav_prev.png) no-repeat center center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}
.vegasVisualWrap ul.direction-nav li a:hover {
  background-color: black;
}
.vegasVisualWrap ul.direction-nav li a.previous {
  left: 0;
  background-image: url(/images/common/control_nav_prev.png);
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
.vegasVisualWrap ul.direction-nav li a.next {
  right: 0;
  background-image: url(/images/common/control_nav_next.png);
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
.vegasVisualWrap ul.control-nav {
  position: absolute;
  bottom: 0;
  padding: 5px 0 0;
  width: 100%;
  text-align: center;
  background: transparent;
}
.vegasVisualWrap ul.control-nav li {
  display: inline-block;
  margin: 0 5px;
}
.vegasVisualWrap ul.control-nav li a {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999em;
  border-radius: 50%;
  background: transparent url("/images/common/point2.png") no-repeat center center;
  background-size: 18px auto;
}
.vegasVisualWrap ul.control-nav li a.active, .vegasVisualWrap ul.control-nav li a:hover {
  background-image: url("/images/common/point_active.png");
  background-color: #fff;
  background-size: 18px auto;
}

.vegasVisual {
  margin: 0 auto;
  max-width: 1400px;
  min-height: 600px !important;
}

*[class*="text-dot-"] {
  background: -webkit-linear-gradient(#cff, #39f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-dot-black {
  background-image: url(/images/common/dot_black.png);
}

.text-dot-blue {
  background-image: url(/images/common/dot_blue.png);
}

.text-dot-cyan {
  background-image: url(/images/common/dot_cyan.png);
}

.text-dot-green {
  background-image: url(/images/common/dot_green.png);
}

.text-dot-pink {
  background-image: url(/images/common/dot_pink.png);
}

.text-dot-skyblue {
  background-image: url(/images/common/dot_skyblue.png);
}

.text-dot-orange {
  background-image: url(/images/common/dot_orange.png);
}

.text-dot-white {
  background-image: url(/images/common/dot_white.png);
}

*[class*="bg-dot-"] {
  color: #fff;
  background: url(/images/common/dot_black.png);
  background-color: #fff !important;
}

.bg-dot-theme-white {
  color: #333;
}

.bg-dot-black {
  background-image: url(/images/common/dot_black.png);
}

.bg-dot-blue {
  background-image: url(/images/common/dot_blue.png);
}

.bg-dot-cyan {
  background-image: url(/images/common/dot_cyan.png);
}

.bg-dot-green {
  background-image: url(/images/common/dot_green.png);
}

.bg-dot-pink {
  background-image: url(/images/common/dot_pink.png);
}

.bg-dot-skyblue {
  background-image: url(/images/common/dot_skyblue.png);
}

.bg-dot-orange {
  background-image: url(/images/common/dot_orange.png);
}

.bg-dot-white {
  background-image: url(/images/common/dot_white.png);
}

.btn-big {
  padding: 15px;
  padding-left: 60px;
  padding-right: 50px;
  font-size: 16px;
}

*[class*="btn-dot-"] {
  color: #fff;
  background: url(/images/common/dot_black.png);
  background-color: #fff !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
*[class*="btn-dot-"].btn-lg {
  font-size: 16px;
}
*[class*="btn-dot-"]:hover, *[class*="btn-dot-"]:focus, *[class*="btn-dot-"].focus, *[class*="btn-dot-"]:active, *[class*="btn-dot-"].active {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  background-image: url(/images/common/dot_orange.png) !important;
}
*[class*="btn-dot-"] .icon {
  display: inline-block;
  background: url(/images/common/ico-dummy.png) no-repeat center right;
}
*[class*="btn-dot-"] .icon.arrow-left {
  padding-left: 35px;
  background-image: url(/images/common/ico-arrow-left-white.png);
  background-position: center left;
}
*[class*="btn-dot-"] .icon.arrow-right {
  padding-right: 35px;
  background-image: url(/images/common/ico-arrow-right-white.png);
}

.btn-dot-theme-white, .bg-dot-white, .btn-dot-white {
  color: #333;
}
.btn-dot-theme-white:hover, .bg-dot-white:hover, .btn-dot-white:hover, .btn-dot-theme-white:focus, .bg-dot-white:focus, .btn-dot-white:focus, .btn-dot-theme-white.active, .active.bg-dot-white, .active.btn-dot-white {
  color: #333;
}

.btn-dot-black {
  background: url(/images/common/dot_black.png) !important;
}

.btn-dot-blue {
  background: url(/images/common/dot_blue.png) !important;
}

.btn-dot-cyan {
  background: url(/images/common/dot_cyan.png) !important;
}

.btn-dot-green {
  background: url(/images/common/dot_green.png) !important;
}

.btn-dot-pink {
  background: url(/images/common/dot_pink.png) !important;
}

.btn-dot-skyblue {
  background: url(/images/common/dot_skyblue.png) !important;
}

.btn-dot-orange {
  background: url(/images/common/dot_orange.png) !important;
}

.btn-dot-white {
  background: url(/images/common/dot_white.png) !important;
}

.fbContent {
  display: none;
}
.fbContent .content {
  display: block;
  max-width: 1000px;
  background-color: #fff;
}
.fbContent .content .fbImage, .fbContent .content .fbText {
  float: left;
}
.fbContent .content .fbImage {
  width: 70%;
}
.fbContent .content .fbText {
  padding: 25px;
  width: 30%;
}
.fbContent .content .fbText .fbTitle {
  margin: 0 0 20px;
  color: #333;
  font-weight: bold;
}
.fbContent .content .fbText p {
  margin: 0 0 20px;
  color: #555;
  line-height: 1.7;
}
.fbContent .content .fbText .fbButtons {
  margin: 0 0 10px;
  text-align: center;
}
.fbContent .content .fbText .fbButtons .btn {
  padding: 10px 20px;
}

.bnrContent {
  padding: 80px 0;
}
.bnrContent .pr-title {
  margin: 0 auto 30px;
  font-size: 22px;
  font-weight: bold;
}
.bnrContent .inner {
  padding: 0 10px;
}
.bnrContent .banner.portal-pr1
, .bnrContent .banner.portal-pr2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.bnrContent .banner.portal-pr1
ul, .bnrContent .banner.portal-pr2 ul {
  margin: 0 -10px;
}
.bnrContent .banner.portal-pr1
ul li, .bnrContent .banner.portal-pr2 ul li {
  float: left;
  width: 33.333333333333333333333333%;
  margin: 0;
  padding: 0 10px 20px;
  text-align: center;
}

.img-responsive {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  /* = Footer吸着 START
  ===========================================*/
  body {
    margin-bottom: 0 !important;
  }

  footer.commonFooter {
    position: static;
    bottom: auto;
    height: auto !important;
  }

  /* = Footer吸着 END
  ===========================================*/
  /*==========================================
  = header
  ===========================================*/
  header.commonHeader {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
  header.commonHeader .header-baloon {
    display: block !important;
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: none;
    border-bottom: none;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul {
    display: block;
    height: auto;
    border-bottom: 1px solid #f5db96;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li {
    display: block;
    float: left;
    width: 50%;
    background: url(/images/common/dot_orange.png);
    border-top: 1px solid #f5db96;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li.odd {
    border-right: 1px solid #f5db96;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li .gInn {
    padding: 0;
    height: auto;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li .gInn span {
    height: 50px;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList > ul > li .gInn:hover {
    color: #4d3400;
    background-color: transparent;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li > .gInn {
    background-image: none;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li > .gInn:hover {
    background-color: transparent;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li > .gInn span {
    line-height: 1.5 !important;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.search {
    display: none;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.favorite {
    display: block;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.mainNavi > ul > li.favorite .gInn span {
    display: table-cell;
    height: 50px;
    padding: 0;
    background-image: none;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li > .gInn span {
    background-size: 40px auto;
    background-position: 10px center;
    padding-left: 50px;
    padding-right: 10px;
  }
  header.commonHeader .gNavi .gNaviInn .gNaviMenu .menuList.subNavi > ul > li.feature {
    display: none;
  }
  header.commonHeader .gNavi {
    border-bottom: 1px solid #ccc;
  }
  header.commonHeader .gNavi .gNaviInn {
    position: relative;
    width: 100%;
    height: 60px;
  }
  header.commonHeader .gNavi .gNaviInn .gInn {
    background-image: none;
  }
  header.commonHeader .gNavi .gNaviMenu {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0 !important;
    width: 100%;
  }
  header.commonHeader .gNavi .headTools {
    display: none;
  }
  header.commonHeader .gNavi .fixedLogo {
    padding-top: 10px;
  }
  header.commonHeader .gNavi .fixedLogo a {
    width: 120px;
    height: 40px;
    background-size: 130px auto;
  }
  header.commonHeader .gNavi .searchBox {
    display: block;
    right: 45px;
    width: 150px;
  }
  header.commonHeader .gNavi .searchBox .inn {
    height: 60px;
    font-weight: bold;
  }
  header.commonHeader .gNavi .gNaviMenuSw {
    display: block;
    right: 0;
    padding: 10px 10px 0 0;
  }
  header.commonHeader .gNavi .gNaviMenuSw a {
    display: block;
    color: #666;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
  }
  header.commonHeader .gNavi .gNaviMenuSw a i.fa {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  /*==========================================
  = パンくず
  ===========================================*/
  .breadlist {
    display: none;
  }

  .commonContentBox .page-header-wrapper .page-header {
    width: 100%;
    padding: 20px 0;
  }
  .commonContentBox .page-header-wrapper .page-header .inn .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .commonContentBox .commonContentStyle, .commonContentBox > .content,
  .commonContentBox > article > .content,
  .commonContentBox > section > .content {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*==========================================
  = footer
  ===========================================*/
  footer.commonFooter .fNavi ul li a {
    border: none;
    text-decoration: underline;
  }
  footer.commonFooter .fNavi ul li a:hover {
    text-decoration: none;
  }
  footer.commonFooter .languages {
    padding: 0 10px 20px;
  }
  footer.commonFooter .languages table tr td {
    border: #4d3400 1px solid;
  }
  footer.commonFooter .languages ul {
    display: inline-block;
    border: none;
    border-right: #4d3400 1px solid;
    border-bottom: #4d3400 1px solid;
  }
  footer.commonFooter .languages ul li {
    float: left;
    width: 33.33333%;
    border: none;
    border-top: #4d3400 1px solid;
    border-left: #4d3400 1px solid;
  }
  footer.commonFooter .languages ul li a {
    display: block;
    padding: 5px 10px;
    min-width: auto;
    color: inherit;
    text-decoration: none !important;
    border: none;
  }
  footer.commonFooter .languages ul li:last-child {
    display: block;
  }
  footer.commonFooter .copyright {
    padding: 20px 0;
    color: #fff;
    background: url(/images/common/dot_black.png);
  }

  .google-marker-dialog {
    width: 100%;
    max-width: 270px;
  }
  .google-marker-dialog .dialog-photo .ico {
    height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    line-height: 2.3 !important;
  }
  .google-marker-dialog .dialog-title {
    margin: 5px 0;
    font-size: 16px;
  }
  .google-marker-dialog .dialog-copy {
    margin: 0 0 5px;
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .google-marker-dialog .dialog-buttons .dialog-button {
    margin-right: 5px;
    width: 48%;
  }
  .google-marker-dialog .dialog-buttons .dialog-button a {
    font-size: 13px;
  }

  .pagenate {
    padding-bottom: 15px;
  }
  .pagenate ul li {
    margin: 3px;
    margin-top: 0;
  }
  .pagenate ul li a {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0 !important;
  }
  .pagenate ul li a i.fa {
    margin: 0 !important;
  }
  .pagenate ul li a label {
    display: none;
  }
  .pagenate ul li a img {
    width: 50%;
  }

  *[class*="btn-dot-"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
  }
  *[class*="btn-dot-"].btn-big {
    padding: 10px 20px;
  }
  *[class*="btn-dot-"] .icon {
    padding: 0 !important;
    background-image: none !important;
  }

  .fbContent .content {
    display: block;
    max-width: 100%;
  }
  .fbContent .content .fbImage, .fbContent .content .fbText {
    display: block;
  }
  .fbContent .content .fbImage {
    width: 100%;
  }
  .fbContent .content .fbText {
    padding: 10px;
    width: 100%;
  }
  .fbContent .content .fbText .fbTitle {
    margin: 0 0 10px;
  }
  .fbContent .content .fbText p {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .bnrContent .banner.portal-pr1
  ul li, .bnrContent .banner.portal-pr2 ul li {
    width: 50%;
  }
  .bnrContent .banner.portal-pr1
  ul li.spNon, .bnrContent .banner.portal-pr2 ul li.spNon {
    display: none;
  }

  .bnrContent {
    padding: 30px 0;
  }

  /* = カルーセル
  ===========================================*/
  .flexslider .flex-direction-nav a {
    margin-top: -30px;
    width: 25px;
    height: 60px;
  }
  .flexslider .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flexslider .flex-direction-nav .flex-next {
    right: 10px;
  }
}
@media (max-width: 400px) {
  .vegasVisualWrap ul.direction-nav {
    display: none;
  }
  .vegasVisualWrap ul.direction-nav li a {
    margin-top: -26px;
    width: 26px;
    height: 53px;
    background-size: 8px 15px;
  }
}
@media (max-width: 320px) {
  .vegasVisual {
    min-height: 320px !important;
  }
}
@media (max-width: 375px) {
  .vegasVisual {
    min-height: 375px !important;
  }
}
@media (max-width: 414px) {
  .vegasVisual {
    min-height: 414px !important;
  }
}

/*# sourceMappingURL=common.css.map */
