@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
.touchSwUtil, .touchSw {
  display: block;
  position: fixed;
  top: 10px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-decoration: none !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 200;
}
.touchSwUtil span, .touchSw span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before, .touchSw span:before {
  color: #666;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i, .touchSw i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSw i:before, .touchSwUtil i:after, .touchSw i:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before, .touchSw i:before {
  top: -9px;
}
.touchSwUtil i:after, .touchSw i:after {
  bottom: -9px;
}
.touchSwUtil.active, .active.touchSw {
  color: #333;
}
.touchSwUtil.active i, .active.touchSw i {
  width: 0;
}
.touchSwUtil.active i:before, .active.touchSw i:before, .touchSwUtil.active i:after, .active.touchSw i:after {
  background: #333;
}
.touchSwUtil.active i:before, .active.touchSw i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after, .active.touchSw i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before, .active.touchSw span:before {
  content: "CLOSE";
}
.touchSwUtil:hover, .touchSw:hover {
  text-decoration: none !important;
}
.touchSwUtil:hover i, .touchSw:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSw:hover i:before, .touchSwUtil:hover i:after, .touchSw:hover i:after {
  background-color: #333;
}

.touchMenuUtil, .touchMenu {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 10px 10px;
  width: 100%;
  overflow-y: scroll;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.touchMenuUtil.active, .active.touchMenu {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

@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]
, .trans, nav.siteGnavi ul li a span {
  -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 !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.noTrans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.noTransition {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.noTransparent:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* = Footer吸着 START
===========================================*/
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.contentWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body {
  padding-top: 106px;
}

/* = Footer吸着 END
===========================================*/
.fontSanSerif, body, body *, body .alert, body .badge, body .breadcrumb, body .btn, body .form-control, body .input-gruop, body .label, body .lead, body .list-group, body .nav-pills, body .nav-tabs, body .navbar, body .no-thank-yu, body .pager, body .pagination, body .panel-heading, body .panel-title, body .popover, body .tooltip {
  font-family: "Noto Sans JP", "Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

.form-control:placeholder-shown {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control:-moz-placeholder {
  opacity: 1;
  color: #aaa;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}

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

ol, ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.list-disc, ul.list-disc, dl.list-disc {
  list-style-type: disc;
  margin-left: 1.5em;
  padding: 0;
}

#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;
}

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

/*==========================================
= header
===========================================*/
.modal-header {
  color: #fff;
  background-color: #a68000;
  -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;
}

.modal-body .result .confirm a {
  margin: 0;
  background: none;
}

.modal-footer .execute {
  margin: 0;
  width: 100% !important;
}

header.siteHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
header.siteHeader .upper .inner, header.siteHeader .bottom .inner {
  margin: 0 auto;
  width: auto;
  max-width: 1400px;
}
header.siteHeader .upper {
  position: relative;
  height: 46px;
  background-color: #99001f;
}
header.siteHeader .upper .right {
  float: right;
  height: 100%;
}
header.siteHeader .upper .social {
  float: left;
  margin: 0 10px;
}
header.siteHeader .upper .social ul {
  margin: 0;
}
header.siteHeader .upper .social ul li a {
  display: block;
  padding-top: 10px;
  height: 45px;
  width: 35px;
  text-align: center;
}
header.siteHeader .upper .social ul li img {
  height: 20px;
}
header.siteHeader .upper .search-form {
  float: left;
  position: relative;
  width: 250px;
  height: 100%;
  background-color: #f7f5df;
}
header.siteHeader .upper .search-form input[type=text] {
  padding: 3px 30px 3px 10px !important;
  width: 250px;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  background-color: transparent !important;
  background-position: 10px center !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none !important;
}
header.siteHeader .upper .search-form button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  width: 21px;
  height: 20px;
  background: transparent url(/images/common/icoSearch.svg) no-repeat;
  border: none;
}
header.siteHeader .bottom {
  height: 60px;
  background-color: #fff;
}
header.siteHeader .bottom .inner {
  position: relative;
  padding-left: 260px;
}
header.siteHeader .bottom .logo {
  position: absolute;
  top: 0;
  left: 0;
}
header.siteHeader .logo {
  margin: 0;
  padding: 0;
  width: 255px;
  height: 60px;
}
header.siteHeader .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/logo.svg) no-repeat center center;
}

.touchHeader {
  display: none;
}

.touchSw {
  display: none !important;
}

.touchMenu {
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

nav.siteGnavi .inn {
  position: relative;
  margin: 0 auto;
  padding-right: 185px;
  max-width: 1280px;
}
nav.siteGnavi .daen, nav.siteGnavi ul li a span, nav.siteGnavi .favorite {
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
nav.siteGnavi ul {
  margin: 0;
}
nav.siteGnavi ul li {
  float: left;
  width: 12.5%;
  height: 60px;
}
nav.siteGnavi ul li.feature {
  width: 10%;
}
nav.siteGnavi ul li.course {
  width: 16%;
}
nav.siteGnavi ul li.spot {
  width: 16%;
}
nav.siteGnavi ul li.gourmet {
  width: 10%;
}
nav.siteGnavi ul li.souvenir {
  width: 10%;
}
nav.siteGnavi ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
}
nav.siteGnavi ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
nav.siteGnavi ul li a:hover span {
  color: #fff;
  background-color: #99001f;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
nav.siteGnavi ul li.active a span {
  color: #fff;
  background-color: #99001f;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
nav.siteGnavi .favorite {
  position: absolute;
  top: 12px;
  right: 10px;
  padding-left: 45px;
  color: #fff;
  background: #a68000 url(/images/common/icoFavorite.svg) no-repeat 15px center;
}
nav.siteGnavi .favorite:hover {
  background-color: #735900;
}

@media screen and (max-width: 1150px) {
  nav.siteGnavi .inn {
    padding-right: 160px;
  }
  nav.siteGnavi ul li a span {
    padding: 0 10px;
    font-size: 12px;
  }
  nav.siteGnavi .favorite {
    padding-left: 35px;
    font-size: 12px;
    background-position: 15px center;
  }
}
body.fixed header.siteHeader .bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50px;
  border-bottom: 1px solid #c7c7c7;
}

/*==========================================
= footer
===========================================*/
footer.siteFooter {
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #99001f;
}
footer.siteFooter a {
  display: inline-block;
  color: inherit;
}
footer.siteFooter ul {
  display: inline-block;
  margin: 0 auto;
}
footer.siteFooter ul li {
  float: left;
}
footer.siteFooter .inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
footer.siteFooter .upper {
  padding: 40px 0;
}
footer.siteFooter .copyright {
  padding: 10px 0;
  text-align: center;
  background-color: #660014;
}
footer.siteFooter .banners ul li {
  width: 33.3333%;
  padding: 0 10px;
}
footer.siteFooter .links ul {
  padding: 35px 0;
}
footer.siteFooter .links ul li {
  padding: 0 10px;
  line-height: 1.0em;
  border: 0 solid #fff;
  border-right-width: 1px;
}
footer.siteFooter .links ul li:last-child {
  border-right-width: 0;
}
footer.siteFooter .languages ul {
  display: block;
  max-width: 900px;
}
footer.siteFooter .languages ul li {
  width: 25%;
}
footer.siteFooter .languages ul li a {
  display: block;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-right-width: 0;
  text-decoration: none !important;
}
footer.siteFooter .languages ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer.siteFooter .languages ul li:nth-child(4) a {
  border-right-width: 1px;
}

/*==========================================
= フロントエンド コンテンツ共通
===========================================*/
.nav-tabs.tabs {
  margin: 20px 0 0;
  border-bottom: #a68000 2px solid;
  text-align: center;
}
.nav-tabs.tabs .white, .nav-tabs.tabs > li > a {
  color: #fff;
}
.nav-tabs.tabs .colored, .nav-tabs.tabs > li > a:hover, .nav-tabs.tabs > li > a.active, .bgTriangleWhite .nav-tabs.tabs > li > a:hover, .bgTriangleWhite .nav-tabs.tabs > li > a.active {
  color: #a68000;
  background-color: #fff;
}
.nav-tabs.tabs > li {
  float: none;
  display: inline-block;
  margin: 0 0 -2px;
  padding: 0 2px;
  width: 33.3333333333%;
  text-align: center;
}
.nav-tabs.tabs > li > a {
  margin: 0;
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #a68000;
  border: 2px solid #a68000;
  border-bottom: none !important;
}
.nav-tabs.tabs > li > a:hover, .nav-tabs.tabs > li > a.active {
  opacity: 1;
}
.nav-tabs.tabs > li > a br {
  display: none;
}
.nav-tabs.tabs > li.active > a,
.nav-tabs.tabs > li.active > a:hover,
.nav-tabs.tabs > li.active > a:focus {
  color: #a68000;
  background-color: #fff;
}

.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: "";
}

.bgTriangleRed {
  background: url(/images/common/bgSectionRed.jpg);
}

.bgTriangleWhite {
  background: url(/images/common/bgSectionWhite.jpg);
}
.bgTriangleWhite .nav-tabs.tabs {
  border-bottom-color: #99001f;
}
.bgTriangleWhite .nav-tabs.tabs .colored, .bgTriangleWhite .nav-tabs.tabs > li > a:hover, .bgTriangleWhite .nav-tabs.tabs > li > a.active {
  color: #99001f;
  background-color: #fff;
}
.bgTriangleWhite .nav-tabs.tabs > li > a {
  color: #fff;
  background-color: #99001f;
  border: 2px solid #99001f;
}
.bgTriangleWhite .nav-tabs.tabs > li.active > a,
.bgTriangleWhite .nav-tabs.tabs > li.active > a:hover,
.bgTriangleWhite .nav-tabs.tabs > li.active > a:focus {
  color: #99001f;
  background-color: #fff;
}
.bgTriangleWhite .tab-content.tabs .inner {
  background-color: #fff;
}

.lb-title, .commonContentBox > .content h2.mainTitle {
  position: relative;
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.lb-title:before, .commonContentBox > .content h2.mainTitle:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background-color: #99001f;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  content: " ";
}

.commonContentBox {
  margin: 0;
  padding: 0;
  min-height: 300px;
}
.commonContentBox .page-header-wrapper {
  padding: 0;
  text-align: center;
}
.commonContentBox .page-header {
  margin: 0 auto;
  padding: 55px 10px;
  width: 100%;
  max-width: 1260px;
  background: transparent;
  border: 0;
}
.commonContentBox .page-header .inn {
  padding: 0 10px;
  background: url(/images/common/dummmmmmmmmyyyyyyyyyy.png) no-repeat left center;
}
.commonContentBox .page-header .inn .title {
  display: inline-block;
  line-height: 1em;
}
.commonContentBox .page-header .inn small {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
}
.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 .bgTriangleRed .page-header .inn {
  color: #fff;
}
.commonContentBox .bgTriangleWhite .page-header .inn {
  color: #fff;
}
.commonContentBox .commonContentStyle, .commonContentBox > .content,
.commonContentBox > article > .content,
.commonContentBox > section > .content {
  margin: 0 auto;
  padding: 0 10px 40px;
  width: 100%;
  max-width: 1260px;
}
.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 #1F5E93;
  color: #333333;
  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 {
  line-height: 36px;
  font-weight: 500;
}
.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 a {
  text-decoration: underline;
}
.commonContentBox > .content.footerContent section.inn a:hover {
  text-decoration: none;
}
.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: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #c7c7c7;
}
.breadlist .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.breadlist ul li {
  font-size: 12px;
}
.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:hover .flex-prev, .flexslider:hover .flex-next {
  opacity: 1;
}
.flexslider .flex-viewport ul li {
  position: relative;
}
.flexslider .flex-direction-nav a {
  top: 50%;
  margin-top: -46px;
  opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  width: 52px;
  height: 92px;
}
.flexslider .flex-direction-nav a:before {
  content: "";
}
.flexslider .flex-direction-nav a:hover {
  opacity: 0.7 !important;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background: url(/images/common/prev.svg) no-repeat center center;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
  background: url(/images/common/next.svg) no-repeat center center;
}
.flexslider .flex-direction-nav .flex-disabled:hover {
  opacity: 0 !important;
}
.flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 3;
}
.flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: #ccc;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a:hover {
  background-color: #99001f;
}
.flexslider .flex-control-thumbs img {
  border: 3px solid transparent;
}
.flexslider .flex-control-thumbs .flex-active {
  border-color: #99001f;
}

.banner .bannerContent {
  position: relative;
}
.banner .bannerContent .flex-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 5px 0;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: url(/images/common/imgCaptionBg.png) repeat-x bottom center;
  background-size: auto 70px;
}

.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: 40px;
  height: 40px;
  background-color: #FFF;
  border: #AAAAAA 1px solid;
  color: #333333;
  font-size: 15px;
  text-decoration: none;
  line-height: 39px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagenate ul li a label {
  cursor: pointer;
}
.pagenate ul li a img {
  margin-bottom: 4px;
}
.pagenate ul li a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  opacity: 1;
}
.pagenate ul li.prev a, .pagenate ul li.next a {
  width: auto;
  border: none;
  background: none;
}
.pagenate ul li.prev a label, .pagenate ul li.next a label {
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
}
.pagenate ul li.prev a:hover, .pagenate ul li.next a:hover {
  color: #AAAAAA;
  opacity: .7;
  cursor: pointer;
}
.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: #333;
  border-color: #333;
  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: 20px 30px;
  font-weight: normal;
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
  font-size: 14px;
}
table.base1 tr th a, table.base1 tr td a {
  color: #99001f;
  margin-right: 40px;
}
table.base1 tr th {
  width: 20%;
  color: #99001f;
  font-weight: bold;
  text-align: left;
  background: #fff;
}
table.base1 tr td {
  background: #fff;
  border-left: 1px solid #c7c7c7;
}
table.base1 tr:last-child th, table.base1 tr:last-child td {
  border-bottom: 0;
}

ul.circle li, ul.circle2 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, ul.circle2 li span {
  display: inline-block;
  margin-right: 5px;
}
ul.circle li span:before, ul.circle2 li span:before {
  font-family: "FontAwesome";
  margin-right: 8px;
  content: "";
}
ul.circle li span:first-child:before, ul.circle2 li span:first-child:before {
  content: "";
  margin: 0;
}
ul.circle li a, ul.circle2 li a {
  text-decoration: underline;
}
ul.circle li a:hover, ul.circle2 li a:hover {
  text-decoration: none;
}
ul.circle.list-inline, ul.circle2.list-inline {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.circle.list-inline li, ul.circle2.list-inline li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 25px;
}

ul.circle2 li {
  background: none;
  margin: 0 0 10px;
  padding: 0;
}
ul.circle2 li:before {
  content: "●";
  font-size: 16px;
  padding-right: 0.25em;
}

.google-marker-dialog {
  width: 270px;
}
.google-marker-dialog .dialog-title {
  margin: 10px 0;
  color: #99001f;
  font-size: 16px;
  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: #99001f;
  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%;
}
.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;
  padding-right: 5px;
  width: 50%;
}
.google-marker-dialog .dialog-buttons .dialog-button a {
  margin: 0;
  padding: 0;
  line-height: 37px;
  font-size: 14px;
}
.google-marker-dialog .dialog-buttons .dialog-button.detail {
  padding-right: 0;
}
.google-marker-dialog .dialog-buttons .dialog-button.single {
  float: none;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.mainVisualWrap {
  position: relative;
}
.mainVisualWrap ul.direction-nav,
.mainVisualWrap ul.control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainVisualWrap ul.direction-nav > li,
.mainVisualWrap ul.control-nav > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainVisualWrap ul.direction-nav > li > a,
.mainVisualWrap ul.control-nav > li > a {
  z-index: 100;
}
.mainVisualWrap 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);
}
.mainVisualWrap ul.direction-nav li a:hover {
  background-color: black;
}
.mainVisualWrap 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;
}
.mainVisualWrap 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;
}
.mainVisualWrap ul.control-nav {
  position: absolute;
  bottom: 0;
  padding: 5px 0 0;
  width: 100%;
  text-align: center;
  background: transparent;
}
.mainVisualWrap ul.control-nav li {
  display: inline-block;
  margin: 0 5px;
}
.mainVisualWrap 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;
}
.mainVisualWrap ul.control-nav li a.active, .mainVisualWrap ul.control-nav li a:hover {
  background-image: url("/images/common/point_active.png");
  background-color: #fff;
  background-size: 18px auto;
}

.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-big {
  padding: 10px 41px;
  font-size: 16px;
}

.btn-extra-large {
  min-width: 410px;
  padding: 24px 41px;
  font-size: 20px;
}

*[class*="btn-bg-"] {
  color: #fff;
  background-color: #99001f;
  border: 2px solid #99001f;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
*[class*="btn-bg-"]:hover, *[class*="btn-bg-"]:focus, *[class*="btn-bg-"].focus, *[class*="btn-bg-"]:active, *[class*="btn-bg-"].active {
  color: #fff;
}
*[class*="btn-bg-"].after, *[class*="btn-bg-"].before {
  position: relative;
}
*[class*="btn-bg-"].after:after, *[class*="btn-bg-"].after:before, *[class*="btn-bg-"].before:after, *[class*="btn-bg-"].before:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  line-height: 18px;
}
*[class*="btn-bg-"].after:after {
  right: 20px;
  content: url(/images/common/ico-arrow-right-white.png);
}
*[class*="btn-bg-"].before:before {
  left: 20px;
  content: url(/images/common/ico-arrow-left-white.png);
}

.btn-white {
  position: relative;
  padding: 16px 20px;
  color: #333;
  border: 2px solid #333;
  background-color: #fff;
}
.btn-white.btn-mini {
  padding: 5px 20px;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
  color: #fff;
  border-color: #a68000;
  background-color: #a68000;
}
.btn-white.after {
  padding-right: 40px;
  background: #fff url(/images/common/arrow-right-black.svg) no-repeat right 15px center;
  background-size: 10px auto;
}
.btn-white.after:hover, .btn-white.after:focus, .btn-white.after.focus, .btn-white.after:active, .btn-white.after.active {
  background-color: #a68000;
  background-image: url(/images/common/arrow-right-white.svg);
}

.btn-bg-white {
  color: #444;
  background-color: #fff;
  border: 2px solid #444;
}
.btn-bg-white:hover, .btn-bg-white:focus, .btn-bg-white.focus, .btn-bg-white:active, .btn-bg-white.active {
  color: #99001f;
}
.btn-bg-white.after:after {
  content: url(/images/common/btn-bg-white.png);
}

*[class*="btn-dot-"] {
  margin: 10px;
  color: #fff;
  background-color: #fff !important;
  border: 2px solid #1F5E92;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(/images/common/ico-arrow-right-white.png) no-repeat center right 20px;
}
*[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;
  background: url(/images/common/ico-arrow-right-white.png) no-repeat center right 20px;
}
*[class*="btn-dot-"] .icon {
  display: inline-block;
  background: url(/images/common/ico-dummy.png) no-repeat center right;
}

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

.btn-dot-black {
  background-color: #1A1A1A !important;
  border: 2px solid #1A1A1A;
}

.btn-dot-blue {
  background-color: #1F5E92 !important;
  border: 2px solid #1F5E92;
}
.btn-dot-blue.arrow {
  position: relative;
}
.btn-dot-blue.arrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  line-height: 18px;
  content: url(/images/common/ico-arrow-right-white.png);
}

.btn-dot-yellow {
  background-color: #a68000 !important;
  border: 2px solid #a68000;
}
.btn-dot-yellow.arrow {
  position: relative;
}
.btn-dot-yellow.arrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  line-height: 18px;
  content: url(/images/common/ico-arrow-right-white.png);
}

.btn-dot-white {
  background: url(/images/common/ico-arrow-right-blue.png) no-repeat center right 20px;
  color: #1F5E92;
}
.btn-dot-white:hover, .btn-dot-white:focus, .btn-dot-white.active {
  color: #1F5E92;
}

.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;
}

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

.news-items {
  display: inline-block;
  vertical-align: middle;
}
.news-items span {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.news-items span.information {
  background-color: #a68000;
}
.news-items span.event {
  background-color: #5f8c17;
}
.news-items span.season {
  background-color: #d65b8e;
}
.news-items span.notice {
  background-color: #207a8a;
}
.news-items span.access {
  background-color: #312a63;
}
.news-items span.entry {
  background-color: #7a2c38;
}
.news-items span.priority {
  background-color: #b52743;
}
.news-items span.new {
  padding-left: 0;
  color: #b52743;
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
}

.touchSwUtil, .touchSw {
  display: block;
  position: fixed;
  top: 10px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-decoration: none !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 200;
}
.touchSwUtil span, .touchSw span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before, .touchSw span:before {
  color: #666;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i, .touchSw i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 30px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSw i:before, .touchSwUtil i:after, .touchSw i:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before, .touchSw i:before {
  top: -9px;
}
.touchSwUtil i:after, .touchSw i:after {
  bottom: -9px;
}
.touchSwUtil.active, .active.touchSw {
  color: #333;
}
.touchSwUtil.active i, .active.touchSw i {
  width: 0;
}
.touchSwUtil.active i:before, .active.touchSw i:before, .touchSwUtil.active i:after, .active.touchSw i:after {
  background: #333;
}
.touchSwUtil.active i:before, .active.touchSw i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after, .active.touchSw i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before, .active.touchSw span:before {
  content: "CLOSE";
}
.touchSwUtil:hover, .touchSw:hover {
  text-decoration: none !important;
}
.touchSwUtil:hover i, .touchSw:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSw:hover i:before, .touchSwUtil:hover i:after, .touchSw:hover i:after {
  background-color: #333;
}

.touchMenuUtil, .touchMenu {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 10px 10px;
  width: 100%;
  overflow-y: scroll;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.touchMenuUtil.active, .active.touchMenu {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

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

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

  /* = Footer吸着 END
  ===========================================*/
  body {
    padding-top: 70px;
  }

  header.siteHeader {
    display: none;
  }

  nav.siteGnavi {
    display: none;
  }

  .touchHeader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 50;
    -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;
  }
  .touchHeader .inn {
    position: relative;
    padding-right: 50px;
  }
  .touchHeader .logo {
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 0 0;
    width: 255px;
    height: 36px;
  }
  .touchHeader .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/common/logo.svg) no-repeat center center;
    background-size: 255px auto;
  }

  .touchSw {
    display: block !important;
    position: fixed;
    top: 10px;
  }

  .touchMenu {
    bottom: auto;
    padding: 70px 0 0 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 40;
    overflow-y: scroll;
  }
  .touchMenu .menu li {
    border: 0 solid #c7c7c7;
    border-bottom-width: 1px;
    font-size: 16px;
    background: url(/images/common/ico-arrow-right-white.png) no-repeat center right 20px;
  }
  .touchMenu .menu li:first-child {
    border-top-width: 1px;
  }
  .touchMenu .menu li a {
    display: block;
    padding: 15px;
    color: #666;
  }
  .touchMenu .menu li a:hover {
    text-decoration: none;
  }
  .touchMenu .favorite {
    padding: 20px 10px;
    text-align: center;
  }
  .touchMenu .favorite a {
    display: block;
    margin: 0 auto;
    padding: 0 15px 0 45px;
    max-width: 400px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #a68000 url(/images/common/icoFavorite.svg) no-repeat 20px center;
    background-size: 18px auto;
  }
  .touchMenu .favorite a:hover {
    background-color: #735900;
  }
  .touchMenu .bottom {
    margin: 0 auto;
    padding: 25px 10px;
    background-color: #99001f;
    text-align: center;
  }
  .touchMenu .bottom .languageNavi {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .touchMenu .bottom .languageNavi p {
    display: inline-block;
    width: 280px;
    border: 1px solid #AAAAAA;
    padding: 12px 35px;
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    background: #FFF;
    cursor: pointer;
  }
  .touchMenu .bottom .languageNavi p:after {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
  }
  .touchMenu .bottom .languageNavi p.active:after {
    content: '\f106';
  }
  .touchMenu .bottom .languageNavi ul {
    position: absolute;
    z-index: 21;
    top: 41px;
    left: 0;
    display: none;
    border: 1px solid #AAAAAA;
    border-top: 0;
    background: #FFF;
    margin: 0 0 50px;
    padding: 0 5px;
  }
  .touchMenu .bottom .languageNavi ul li {
    list-style: none;
    padding: 0;
    border-top: 1px dotted #AAAAAA;
  }
  .touchMenu .bottom .languageNavi ul li:last-child {
    border-bottom: none;
  }
  .touchMenu .bottom .languageNavi ul li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.2em;
    color: #333333;
    width: 268px;
  }
  .touchMenu .bottom .social {
    margin: 30px 0;
  }
  .touchMenu .bottom .social ul {
    margin: 0;
  }
  .touchMenu .bottom .social ul li {
    display: inline-block;
    width: 50px;
    margin: 0 10px;
  }
  .touchMenu .bottom .social ul li a img {
    height: 26px;
  }
  .touchMenu .bottom .search-form {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .touchMenu .bottom .search-form input[type=text] {
    padding: 3px 30px 3px 10px !important;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    background-color: #fff !important;
    background-position: 10px center !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
  }
  .touchMenu .bottom .search-form button {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 21px;
    height: 20px;
    background: transparent url(/images/common/icoSearch.svg) no-repeat;
    border: none;
  }
}
@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 .page-header-wrapper .page-header .inn .title img {
    max-height: 25px;
  }
  .commonContentBox .commonContentStyle, .commonContentBox > .content,
  .commonContentBox > article > .content,
  .commonContentBox > section > .content {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*==========================================
  = footer
  ===========================================*/
  footer.siteFooter .banners ul li {
    margin: 0 0 10px;
    width: 100%;
  }
  footer.siteFooter .banners ul li:last-child {
    margin-bottom: 0;
  }
  footer.siteFooter .links ul {
    width: 100%;
    padding: 35px 0;
  }
  footer.siteFooter .links ul li {
    float: none;
    padding: 0;
    line-height: 1.7em;
    border: none;
    text-align: left;
  }
  footer.siteFooter .links ul li:before {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    background: url(/images/common/icoCircleYellow.svg) no-repeat;
    background-size: 12px auto;
    content: " ";
  }
  footer.siteFooter .languages ul {
    border: 0 solid #fff;
    border-top-width: 1px;
    border-left-width: 1px;
  }
  footer.siteFooter .languages ul li {
    width: 50%;
  }
  footer.siteFooter .languages ul li a {
    border: 0 solid #fff;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .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: 30px;
    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: 7px;
    margin-bottom: 0;
  }

  .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;
  }

  /*==========================================
  = フロントエンド コンテンツ共通
  ===========================================*/
  .nav-tabs.tabs > li {
    width: 45%;
  }
  .nav-tabs.tabs > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-tabs.tabs > li > a br {
    display: initial;
  }

  table.base1 thead, table.base1 tbody, table.base1 tr, table.base1 th, table.base1 td {
    display: block;
    width: 100% !important;
    border: none;
  }
  table.base1 tr th, table.base1 tr td {
    padding: 10px;
    border: none;
  }

  /* = カルーセル
  ===========================================*/
  .flexslider .flex-direction-nav a {
    margin-top: -23px;
    width: 26px;
    height: 46px;
  }
  .flexslider .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-next {
    background-size: 100%;
  }
}
@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;
  }
}

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