/*
 * Main Style
 */

/*--------------------------------------
 Base
--------------------------------------*/

html {
  color: #2C1FD0;
  font-size: 62.5%;
}
body {
  background: #fff;
  font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 128px 0 0;
}
.global-header, .global-content, .global-footer {
  width: 100%;
  min-width: 980px;
}
.container, .container-fluid {
  padding: 0;
  position: relative;
}
.container {
  width: 980px;
  max-width: none !important;
}
.container-fluid {
  width: 100%;
}

@media print {
a[href]:after {
  content: '';
}
abbr[title]:after {
  content: '';
}
}
/* Button
--------------------------------------*/

.btn {
  border-color: transparent;
  border-radius: 0;
}
/* Icon
--------------------------------------*/

.icon {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}
.icon:before {
  background: no-repeat 0 0;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
/* Building
------------------*/

.icon_building:before {
  background-image: url(../img/icon_building.png);
  height: 16px;
  vertical-align: baseline;
  width: 18px;
}
/* Bullhorn
------------------*/

.icon-bullhorn:before {
  background-image: url(../img/icon_bullhorn.png);
  height: 16px;
  vertical-align: baseline;
  width: 16px;
}
/* Circle
------------------*/

.icon-circle-o:before {
  border: 5px solid #de1223;
  border-radius: 50%;
  height: 17px;
  margin: 0 5px 0 0;
  vertical-align: text-top;
  width: 17px;
}
/* External link
------------------*/

.icon-external-link:before {
  background-image: url(../img/icon_external-link.png);
  height: 13px;
  vertical-align: baseline;
  width: 15px;
}
/* Link vertical
------------------*/

.icon-line-vertical:before {
  background-color: #de1223;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: baseline;
  width: 2px;
}
/* Television
------------------*/

.icon-television:before {
  background-image: url(../img/icon_television.png);
  height: 16px;
  vertical-align: baseline;
  width: 16px;
}
/* Heading icon
------------------*/

.icon-heading:before {
  margin-right: 10px;
}
.icon-heading.icon-circle-o:before {
  border-width: 6px;
  height: 20px;
  width: 20px;
}
.icon-heading.icon-line-vertical:before {
  height: 23px;
  width: 5px;
}
/* Label
--------------------------------------*/

/* List
--------------------------------------*/

/* Definition
------------------*/

.dl-horizontal.list-unstyled dt {
  font-weight: normal;
  margin-right: 1em;
  text-align: left;
  text-overflow: inherit;
  white-space: normal;
  width: auto;
}
.dl-horizontal.list-unstyled dd {
  margin-left: 0;
  overflow: hidden;
}
/* Inline
------------------*/

.list-inline.no-gutter {
  margin-left: 0;
  overflow: hidden;
}
.list-inline.no-gutter > li {
  float: left;
  padding: 0;
}
/* List cell */

.list-inline.list-cell.no-gutter {
  display: table;
  width: auto;
  max-width: 100%;
}
.list-inline.list-cell.no-gutter > li {
  border: 1px solid #323232;
  border-left: none;
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 159px;
}
.list-inline.list-cell.no-gutter > li:first-child {
  border-left: 1px solid #323232;
}
.list-inline.list-cell.no-gutter > li > a {
  display: block;
  font-weight: bold;
  padding: 15px;
  position: relative;
}
.list-inline.list-cell.no-gutter > li .fa {
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.list-inline.list-cell.no-gutter > li:hover, .list-inline.list-cell.no-gutter > li:focus, .list-inline.list-cell.no-gutter > li > a:hover, .list-inline.list-cell.no-gutter > li > a:focus {
  background-color: #323232;
  color: #fff;
  text-decoration: none;
}
.list-inline.list-cell.no-gutter > li:hover .fa, .list-inline.list-cell.no-gutter > li:focus .fa, .list-inline.list-cell.no-gutter > li > a:hover .fa, .list-inline.list-cell.no-gutter > li > a:focus .fa {
  color: #cb2322;
}
/* Table
--------------------------------------*/

/* Caption
------------------*/

.table > caption {
  color: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 0;
}
.table > caption > .icon {
  vertical-align: top;
}
/* Inverse */

.table > .caption-inverse {
  background-color: #000;
  color: #fff;
  padding: 5px;
}
/* Unstyled */

.table > .caption-unstyled {
  font-weight: normal;
}
/* Table bordered
------------------*/

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #fff;
}
/* Table striped
------------------*/

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-child(even) {
  background-color: #ededed;
}
.table-striped > tbody > tr > th {
  font-weight: normal;
}
/* Table inverse
------------------*/

.table > .thead-inverse th {
  background-color: #3b3b3b;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: normal;
}
/* Thumbnail
--------------------------------------*/

.thumbnail-noborderd {
  border: none;
  border-radius: 0;
}
/* Typography
--------------------------------------*/

audio, canvas, img, svg, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* Heading
------------------*/

h2, .h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
h3, .h3 {
  font-size: 20px;
  font-size: 2.0rem;
}
/* Link
------------------*/

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}
/* Block */

.block {
  display: block;
}
/* Rollover */

.rollover {
  display: inline-block;
}
.rollover:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.lt-ie9 .rollover {
  display: inline;
}
/* Pseudo */

.link-pseudo {
  cursor: pointer;
  text-decoration: none;
}
.link-pseudo:hover, .link-pseudo:focus {
  text-decoration: underline;
}
/* Text
------------------*/

.lead {
  font-size: 20px;
  font-size: 2.0rem;
}
.text-attention {
  color: #de1223;
}
a:hover .text-attention, a:focus .text-attention {
  text-decoration: inherit;
  -moz-text-decoration-color: initial;
}
.block-attention {
  font-size: 18px;
  font-size: 1.8rem;
}
.block-attention > .text-attention {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
/* Helper
--------------------------------------*/

.division-block {
  display: block;
  margin: 15px auto;
}
/*--------------------------------------
 Navigation
--------------------------------------*/

/* Global Navigation
--------------------------------------*/

.nav-global {
  float: right;
}
.nav-global > .nav {
  display: table;
}
.nav-global > .nav > li {
  background-color: #fff;
  border-right: 1px solid #ccc;
  height: 93px;
  margin-left: 0;
  vertical-align: bottom;
}
.nav-global > .nav > li:first-child {
  border-left: 1px solid #ccc;
}
.nav-global > .nav > li:nth-child(4), .nav-global > .nav > li:nth-child(5) {
  height: 32px;
  margin-top: 61px;
}
.nav-global > .nav > li:nth-child(5) {
  border-right: none;
}
.nav-global > .nav > li:nth-child(6) {
  border: 1px solid #000;
  height: 31px;
  margin-top: 61px;
}
.nav-global > .nav > li > a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url(../img/nav_global.png) no-repeat 0 0;
  border-radius: 0;
  display: block;
  height: auto;
  padding: 0;
  width: auto;
}
.nav-global > .nav > li > a:hover, .nav-global > .nav > li > a:focus, .nav-global > .nav > li.active > a {
  background-position: 0 -32px;
}
.nav-global > .nav > li:nth-child(1) > a {
  background-position: 0 0;
  /*background-position: -118px 0;*/
  height: 93px;
  width: 116px;
}
.nav-global > .nav > li:nth-child(1) > a:hover, .nav-global > .nav > li:nth-child(1) > a:focus, .nav-global > .nav > li:nth-child(1).active > a {
  background-position: 0 -95px;/*background-position: -118px -95px;*/
}
.nav-global > .nav > li:nth-child(2) > a {
  background-position: -118px 0;
  /*background-position: -236px 0;*/
  height: 93px;
  width: 116px;
}
.nav-global > .nav > li:nth-child(2) > a:hover, .nav-global > .nav > li:nth-child(2) > a:focus, .nav-global > .nav > li:nth-child(2).active > a {
  background-position: -118px -95px;/*background-position: -236px -95px;*/
}
.nav-global > .nav > li:nth-child(3) > a {
  background-position: -236px 0;
  /*background-position: -353px 0;*/
  height: 93px;
  width: 115px;
}
.nav-global > .nav > li:nth-child(3) > a:hover, .nav-global > .nav > li:nth-child(3) > a:focus, .nav-global > .nav > li:nth-child(3).active > a {
  background-position: -236px -95px;/*background-position: -353px -95px;*/
}
.nav-global > .nav > li:nth-child(4) > a {
  background-position: -353px 0;
  /*background-position: -742px 0;*/
  height: 32px;
  width: 127px;
}
.nav-global > .nav > li:nth-child(4) > a:hover, .nav-global > .nav > li:nth-child(4) > a:focus, .nav-global > .nav > li:nth-child(4).active > a {
  background-position: -353px -95px;/*background-position: -742px -95px;*/
}
.nav-global > .nav > li:nth-child(5) > a {
  background-position: -482px 0;
  height: 32px;
  width: 111px;
}
.nav-global > .nav > li:nth-child(5) > a:hover, .nav-global > .nav > li:nth-child(5) > a:focus, .nav-global > .nav > li:nth-child(5).active > a {
  background-position: -482px -95px;
}
.nav-global > .nav > li:nth-child(6) > a {
  background-position: -595px 0;
  height: 29px;
  width: 145px;
}
.nav-global > .nav > li:nth-child(6) > a:hover, .nav-global > .nav > li:nth-child(6) > a:focus, .nav-global > .nav > li:nth-child(6).active > a {
  background-position: -595px -95px;
}
/* Shrink navigation
------------------*/

.header-shrink .nav-global {
  float: none;
  padding-top: 15px;
}
.header-shrink .nav-global > .nav > li {
  margin-top: 0;
}
.header-shrink .nav-global > .nav > li:first-child {
  border-left: none;
}
.header-shrink .nav-global > .nav > li:nth-child(6) {
  border: none;
  border-left: 1px solid #ccc;
}
.header-shrink .nav-global > .nav > li > a {
  height: 16px;
}
.header-shrink .nav-global > .nav > li:nth-child(1) > a {
  background-position: 0 -190px;
  width: 69px;/* background-position: -71px -190px;
 width: 89px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(1) > a:hover, .header-shrink .nav-global > .nav > li:nth-child(1) > a:focus, .header-shrink .nav-global > .nav > li:nth-child(1).active > a {
  background-position: 0 -208px;/*background-position: -71px -208px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(2) > a {
  background-position: -71px -190px;
  width: 89px;/* background-position: -162px -190px;
 width: 75px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(2) > a:hover, .header-shrink .nav-global > .nav > li:nth-child(2) > a:focus, .header-shrink .nav-global > .nav > li:nth-child(2).active > a {
  background-position: -71px -208px;/*background-position: -162px -208px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(3) > a {
  background-position: -162px -190px;
  width: 75px;/* background-position: -239px -190px;
 width: 109px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(3) > a:hover, .header-shrink .nav-global > .nav > li:nth-child(3) > a:focus, .header-shrink .nav-global > .nav > li:nth-child(3).active > a {
  background-position: -162px -208px;/*background-position: -239px -208px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(4) > a {
  background-position: -239px -190px;
  width: 109px;/* background-position: -548px -190px;
 width: 88px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(4) > a:hover, .header-shrink .nav-global > .nav > li:nth-child(4) > a:focus, .header-shrink .nav-global > .nav > li:nth-child(4).active > a {
  background-position: -239px -208px;/*background-position: -548px -208px;*/
}
.header-shrink .nav-global > .nav > li:nth-child(5) > a {
  background-position: -350px -190px;
  width: 98px;
}
.header-shrink .nav-global > .nav > li:nth-child(5) > a:hover, .header-shrink .nav-global > .nav > li:nth-child(5) > a:focus, .header-shrink .nav-global > .nav > li:nth-child(5).active > a {
  background-position: -350px -208px;
}
.header-shrink .nav-global > .nav > li:nth-child(6) > a {
  background-position: -448px -190px;
  width: 96px;
}
.header-shrink .nav-global > .nav > li:nth-child(6) > a:hover, .header-shrink .nav-global > .nav > li:nth-child(6) > a:focus, .header-shrink .nav-global > .nav > li:nth-child(6).active > a {
  background-position: -448px -208px;
}
/* Site navigation
--------------------------------------*/

.nav-site {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}
.nav-site > .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  float: right;
  font-size: 10px;
  font-size: 1.0rem;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.nav-site > .breadcrumb .breadcrumb_top span {
  padding: 1px 0 0px 29px;
  background-image: url(../img/icon_logo_s.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.nav-site > .breadcrumb > li {
  display: inline;
}
.nav-site > .breadcrumb > li + li:before {
  color: inherit;
  content: '>';
}
.lt-ie9 .nav-site > .breadcrumb > li {
  display: inline;
}
/*--------------------------------------
 Header Area
--------------------------------------*/

.global-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  height: 128px;
}
.global-header > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* Header logo
--------------------------------------*/

.header-logo {
  float: left;
  font-size: 100%;
  margin: 0;
  padding: 10px 0 0;
  vertical-align: top;
}
/* Header tagline
--------------------------------------*/

.header-tagline {
  background-color: #000;
  color: #fff;
  padding: 3px 0;
  width: 100%;
}
.header-tagline b {
  font-weight: normal;
}
.header-tagline .list-inline {
  margin-bottom: 0;
}
.header-tagline .list-inline b {
  color: #dcd09e;
  font-weight: bold;
}
/* Header utility
--------------------------------------*/

.header-utility {
  position: absolute;
  top: 3px;
  right: 0;
  width: 370px;
}
.header-utility > .utility-text {
  padding: 0px 2px;
  border: 1px solid #333;
  font-size: 10px;
}
.header-utility > .utility-call {
  font-size: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.0em;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: middle;
  opacity: 0.3;
  line-height: 0.5;
}
.header-utility > .utility-call:before {
  background: url(../img/icon_header-utility_02.png) no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  width: 17px;
}
.header-utility > .utility-time {
  vertical-align: middle;
}
.header-utility > .utility-link {
  display: block;
  background: #000 url(../img/icon_header-arrow.png) no-repeat center right;
  border: 1px solid #FFF;
}
.header-utility > .utility-link > a {
  display: block;
  padding: 8px 2px 7px 2px;
  line-height: 0.5;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
}
.header-utility > .utility-link > a img {
  padding-right: 2px;
}
.header-utility > .utility-link .icon {
  margin-right: 5px;
}
.header-utility > .utility-link .icon:before {
  background: url(../img/icon_header-utility_03.png) no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 12px;
  vertical-align: baseline;
  width: 17px;
}
.header-utility > .utility-link:hover, .header-utility > .utility-link:focus {
  background-color: #555;
}
.header-utility > .utility-link > a:hover, .header-utility > .utility-link > a:focus, .header-utility > .utility-link > a:hover > .icon:before, .header-utility > .utility-link > a:focus > .icon:before {
  color: #CCC;
}
/* Shrink header
--------------------------------------*/

.global-header {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-shrink {
  -webkit-animation-name: headerShrink;
  animation-name: headerShrink;
  height: 47px;
  position: fixed;
}
.header-shrink .header-tagline, .header-shrink .header-utility > * {
  display: none;
}
.header-shrink .header-utility {
  position: absolute;
  top: 6px;
  text-align: right;
  width: 250px;
}
.header-shrink .header-utility > .utility-text {
  display: inline;
}
.header-shrink .header-utility > .utility-link {
  display: block;
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 370px;
}
.header-shrink .header-utility > .utility-call {
  display: inline;
}
.header-shrink .header-utility > .utility-call:before {
  background: url(../img/icon_header-utility_02_s2.png) no-repeat;
  height: 19px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.header-shrink .header-utility > .utility-call:after {
  display: none;
}
.header-shrink .header-logo {
  margin-right: 10px;
  padding-top: 15px;
}
.header-shrink .header-logo img {
  height: 22px;
  width: 180px;
}
.header-shrink .nav-global > .nav > li {
  height: auto;
}
 @-webkit-keyframes headerShrink {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes headerShrink {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 -ms-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}
/*--------------------------------------
 Content Area
--------------------------------------*/

.global-content {
  padding-bottom: 30px;
}
.global-content > .container {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Content lead
--------------------------------------*/

/* Content title
--------------------------------------*/

/* Global main
--------------------------------------*/

.global-main {
  float: left;
  width: 654px;
}
.global-main .row {
  margin-right: -10px;
  margin-left: -10px;
}
.global-main .row > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
.global-main .section {
  margin-bottom: 20px;
}
/* Global aside
--------------------------------------*/

.global-aside {
  float: right;
  width: 290px;
}
/* Article
--------------------------------------*/

.article {
  margin: 0 0 20px;
  word-break: break-all;
  word-wrap: break-word;
}
/* Article heading
------------------*/

.article-header {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  display: table;
  margin: 0 0 15px;
  width: 100%;
}
.article-header > [class*='article-'] {
  display: table-cell;
  vertical-align: middle;
}
.article-heading {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  padding: 20px 0;
}
.article-heading > small {
  color: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}
/* Section
--------------------------------------*/

.section {
  border-top: 1px solid #000;
  margin: 0 0 40px;
  padding: 15px 0 0;
}
/* Gutter
------------------*/

.section-gutter {
  padding-left: 30px;
  clear: both;
}
.section-gutter > .section-header {
  margin-left: -30px;
}
/* Nest
------------------*/

.section-nest {
  border-top: 1px solid #b1b1b1;
}
.section-nest > .section-header {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 15px;
}
.section-nest .section-heading {
  letter-spacing: 0;
}
.section-nest .heading-center {
  margin-bottom: 0;
}
/* Unstyled
------------------*/

.section-unstyled {
  border-top: none;
  margin-top: 15px;
  padding-top: 0;
}
/* Section header
------------------*/

.section-header {
  margin: 0 0 15px;
}
/* Divide */

.section-header.header-divide {
  border-bottom: 1px solid #000;
}
.section-header.header-divide > .section-heading {
  margin-bottom: 10px;
}
/* Inverse */

.section-header.header-inverse {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
}
.section-header.header-inverse > .section-heading {
  margin-bottom: 0;
}
/* Unstyled */

.section-header.header-unstyled {
  border-top: none;
  padding-top: 0;
}
/* Heading
------------------*/

.section-header > [class*='section-'] {
  display: table-cell;
  vertical-align: middle;
}
.section-heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  padding: 0 20px 0 0;
  vertical-align: top;
}
.section-heading + .section-label {
  border: 1px solid;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 10px 0;
  position: relative;
  top: -1px;
}
.section-heading + .section-label.label-attention {
  border-color: #de1223;
  color: #de1223;
}
/* Position */

.section-heading.heading-center {
  display: block;
  padding: 0;
  text-align: center;
}
/* Unstyled */

.section-heading.heading-unstyled {
  font-weight: normal;
}
/* Aside
--------------------------------------*/

/* Aside banner
------------------*/

.aside-banner {
  margin: 0 0 10px;
  text-align: center;
}
.aside-information + .aside-banner {
  margin-top: 20px;
}
/* Aside information
------------------*/

.aside-information {
  margin: 0 0 10px;
}
.aside-information a {
  color: #d20000;
}
.aside-information > .information-title {
  background-color: #2c2c2c;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  padding: 5px 10px;
}
.aside-information > ul {
  padding-left: 20px;
}
.aside-information > .list-unstyled {
  padding-left: 0;
}
.aside-information > .list-divide {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
/*--------------------------------------
 Footer Area
--------------------------------------*/

.global-footer {
  background-color: #393939;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.global-footer > .container {
  padding-top: 30px;
  padding-bottom: 25px;
}
.global-footer li > a {
  color: #ccc;
}
/* Footer scroll
--------------------------------------*/

.footer-scroll {
  background-color: #393939;
  display: inline-block;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  position: absolute;
  top: -34px;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 156px;
}
.footer-scroll > a {
  display: block;
}
.footer-scroll > a:focus {
  text-decoration: none;
}
/* Footer utility
--------------------------------------*/

.footer-utility {
  float: left;
}
/* Utility column
------------------*/

.footer-utility > .utility-column {
  float: left;
  margin-right: 30px;
  width: 190px;
}
.footer-utility > .utility-column > h3 {
  border-bottom: 1px solid #505050;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/* Utility block
------------------*/

.footer-utility .utility-block {
  border-top: 1px solid #505050;
  padding-top: 15px;
}
.footer-utility .column-title + .utility-block, .footer-utility .column-group > .utility-block:first-child {
  border-top: none;
  padding-top: 0;
}
.footer-utility .utility-block > .block-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-utility .utility-block + .column-title {
  margin-top: 20px;
}
.footer-utility .utility-block li {
  margin-bottom: 5px;
}
.footer-utility .list-separate > li {
  display: inline;
}
.footer-utility .list-separate > li:before {
  color: #ccc;
  content: '|';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.footer-utility .list-separate > li:nth-child(5), .footer-utility .list-separate > li:nth-child(9), .footer-utility .list-separate > li:nth-child(13) {
  padding-left: 0;
}
.footer-utility .list-separate > li:nth-child(1):before, .footer-utility .list-separate > li:nth-child(5):before, .footer-utility .list-separate > li:nth-child(9):before, .footer-utility .list-separate > li:nth-child(13):before {
  display: none;
}
.footer-utility .list-separate > li:nth-child(4):after, .footer-utility .list-separate > li:nth-child(8):after, .footer-utility .list-separate > li:nth-child(12):after {
  content: '';
  display: block;
}
/* Column group
------------------*/

.footer-utility > .utility-column > .column-group {
  float: left;
  width: 170px;
}
.footer-utility > .utility-column > .column-group:last-child {
  margin-left: 20px;
}
/* Footer information
--------------------------------------*/

.footer-information {
  background-color: #fff;
  color: #000;
  float: right;
  padding: 20px;
  text-align: center;
  width: 310px;
}
.footer-information > .information-lead {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  margin: -20px -20px 10px;
  padding: 6px 0;
}
.footer-information > .information-title {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto 10px;
  position: relative;
}
.footer-information > h4.information-title:before {
  border-top: 1px solid #ccc;
  content: '';
  display: block;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.footer-information > h4.information-title > span {
  background-color: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 10;
}
.footer-information p {
  margin-bottom: 15px;
}
.footer-information .information-call {
  color: #d20000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.footer-information .information-call:before {
  background: url(../img/icon_footer-information_01.png) no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
.footer-information .label-time {
  border: 1px solid #0B0306;
  color: inherit;
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  padding: 0 10px;
  width: 90px;
}
.footer-information .btn {
  background-color: #505050;
  border: none;
  border-radius: 0;
  color: #fff;
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px;
  width: 270px;
}
.footer-information .btn:hover, .footer-information .btn:focus {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* Footer copyright
--------------------------------------*/

.footer-copyright {
  background-color: #1f1f1f;
}
.footer-copyright > .container * {
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
}
.footer-copyright .copyright-title {
  margin-right: 10px;
}
.footer-copyright .list-inline {
  margin-bottom: 0;
}
.footer-copyright .list-inline > li:after {
  color: #ccc;
  content: '|';
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  vertical-align: top;
}
.footer-copyright .list-inline > li:first-child:before {
  color: #ccc;
  content: '|';
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: top;
}
.footer-copyright .copyright {
  float: right;
  margin: 8px 0 0;
}
/*--------------------------------------
 Module
--------------------------------------*/

.module-heading {
  font-weight: bold;
  margin-top: 0;
}
/* Headline
--------------------------------------*/

.module.headline li {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.module.headline li > .headline-time, .module.headline li > .headline-title {
  display: table-cell;
  vertical-align: top;
}
.module.headline li > .headline-time {
  padding-right: 25px;
  white-space: nowrap;
}
/* Vertical
------------------*/

.module.headline-vertical li > .headline-time {
  display: block;
}
/* Media
--------------------------------------*/

.module.media, .module.media > .media-body, .module.media > .block > .media-body {
  overflow: hidden;
}
.module.media > .media-left, .module.media > .block > .media-left {
  padding-right: 40px;
}
.module.media > .pull-right, .module.media > .block > .pull-right {
  padding-left: 10px;
}
.module.media .media-left + .media-body {
  width: 100%;
}
.module.media .media-heading {
  font-size: 28px;
  font-size: 2.8rem;
}
.module.media .media-heading + .lead {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 20px 0 5px;
}
.media-body.vertical-center {
  vertical-align: middle;
}
/* Campaign
------------------*/

.module.media-campaign {
  margin-bottom: 30px;
}
.module.media-campaign > .media-left {
  padding-right: 20px;
}
.module.media-campaign .media-heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* Divide
------------------*/

.module.media-divide {
  border-top: 1px solid #c6c6c6;
  margin-bottom: 40px;
  padding-top: 40px;
}
/* Inverse
------------------*/

.module.media-inverse {
  background-color: #2c2c2c;
  color: #fff;
}
/* Lead
------------------*/

.module.media-lead {
  margin-top: 25px;
  margin-bottom: 40px;
}
.module.media-lead > .pull-right {
  padding-left: 15px;
}
.module.media-lead > .media-body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding-top: 20px;
}
/* Review
------------------*/

.module.media-review {
  margin: 30px auto;
}
.module.media-review > .pull-left {
  padding-right: 30px;
  float: left;
}
.module.media-review > .media-body {
  background-color: #efefef;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: visible;
  padding: 30px 30px 20px 40px;
  position: relative;
}
.module.media-review > .media-body:before {
  border: 14px solid transparent;
  border-right-color: #efefef;
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  top: 32px;
  left: -28px;
  width: 0;
}
.module.media-review .media-heading {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
/* Modal
--------------------------------------*/

.module.modal .modal-header, .module.modal .modal-body {
  border: none;
  height: auto;
  min-height: inherit;
  padding: 0;
  position: relative;
}
.module.modal .modal-title {
  display: none;
}
.module.modal .modal-header > .close {
  height: 55px;
  opacity: 1;
  position: absolute;
  width: 55px;
  top: -20px;
  right: -20px;
  z-index: 10;
}
.module.modal .modal-header > .close:after {
  background: url(../img/module/icon_modal-close.png) no-repeat 0 0;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  z-index: 10;
}
/* Gallery
------------------*/

.ekko-lightbox .modal-header, .ekko-lightbox .modal-body {
  border: none;
  height: auto;
  min-height: inherit;
  padding: 0;
  position: relative;
}
.ekko-lightbox .modal-title {
  display: none;
}
.ekko-lightbox .modal-header > .close {
  height: 55px;
  opacity: 1;
  position: absolute;
  width: 55px;
  top: -20px;
  right: -20px;
  z-index: 10;
}
.ekko-lightbox .modal-header > .close:after {
  background: url(../img/module/icon_modal-close.png) no-repeat 0 0;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  z-index: 10;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
/* Paging
--------------------------------------*/

.module.paging {
  margin: 10px auto;
  overflow: hidden;
}
.module.paging > .paging-text {
  display: inline-block;
  padding-top: 5px;
}
.module.paging > .paging-text > b {
  color: #de1223;
  font-weight: normal;
}
.module.paging > .pagination {
  border-radius: 0;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.module.paging > .pagination > li > a {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #000;
  margin: 0 5px;
  padding: 3px 8px;
}
.module.paging > .pagination > li > a > .fa {
  font-weight: bold;
}
.module.paging > .pagination > .active > a {
  background-color: #f4f4f4;
  font-weight: bold;
}
/* Panel
--------------------------------------*/

.module.panel {
  border-color: #000;
  border-radius: 0;
  box-shadow: none;
}
.module.panel > .panel-heading {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 15px;
}
.module.panel > .panel-body {
  padding: 20px 25px;
}
/* Inverse
------------------*/

.module.panel {
  border-color: #000;
  border-radius: 0;
  box-shadow: none;
}
.module.panel > .heading-inverse {
  background-color: #000;
  color: #fff;
}
/* Thumbnail
--------------------------------------*/

.module.thumbnail {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.module.thumbnail > img, .module.thumbnail > a > img {
  display: inline;
}
.module.thumbnail .caption {
  color: inherit;
  padding: 10px 0 0;
}
.module.thumbnail .thumbnail-title {
  margin-top: 0;
}
/* Inverse
------------------*/

.module.thumbnail .caption-inverse {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #fff;
}
/* Well
--------------------------------------*/

.module.well {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.module.well-md {
  padding: 12px;
}
/* Contact
------------------*/

.well-contact {
  background-color: #fff;
  border-color: #0c0407;
  position: relative;
}
.well-contact > .contact-lead, .well-contact > .contact-information {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  vertical-align: middle;
}
.well-contact > .contact-lead {
  background-color: #333;
  color: #fff;
  height: 96px;
  line-height: 1.4;
  padding: 0 0 0 55px;
  position: relative;
  width: 330px;
}
.well-contact > .contact-lead:after {
  border: 48px solid transparent;
  border-left: 28px solid #333;
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  top: 0;
  left: 330px;
  width: 0;
}
.well-contact > .contact-information {
  padding-left: 50px;
}
.well-contact > .contact-information * {
  vertical-align: middle;
}
.well-contact > .contact-information .icon {
  margin-right: 5px;
}
.well-contact > .contact-information .icon:before {
  background: url(../img/module/icon_well-contact_01.png) no-repeat 0 0;
  content: '';
  display: inline-block;
}
.well-contact > .contact-information > b {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 0 20px 0 0;
}
.well-contact > .contact-information > b > .icon {
  vertical-align: top;
}
.well-contact > .contact-information > b:after {
  background: #ccc;
  content: '';
  display: inline-block;
  height: 30px;
  margin-left: 30px;
  position: relative;
  top: 2px;
  width: 1px;
}
.well-contact > .contact-information > b > .icon:before {
  height: 27px;
  width: 28px;
}
.well-contact > .contact-information > a {
  vertical-align: text-top;
}
.well-contact > .contact-information > a > .icon:before {
  background-position: -30px 0;
  height: 18px;
  width: 28px;
}
.well-contact > .contact-information > a:hover, .well-contact > .contact-information > a:focus, .well-contact > .contact-information > a:hover > .icon:before, .well-contact > .contact-information > a:focus > .icon:before {
  background-position: -30px -20px;
  color: #d20000;
}
.well-contact > .contact-information > a:hover, .well-contact > .contact-information > a:focus {
  color: #d20000;
}
/* Inverse
------------------*/

.well-inverse {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
/*--------------------------------------
 Component
--------------------------------------*/

.component {
  margin: 0 0 30px;
}
/*.component:before,
.component:after {
 content: '';
 display: table;
}

.component:after {
 clear: both;
}*/

.component-heading {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
/* Gutter
------------------*/

.component.gutter {
  padding-left: 30px;
}
.component.gutter > .component-heading {
  margin-left: -30px;
}
/* Thin */

.component.gutter-thin {
  padding-left: 15px;
}
.component.gutter-thin > .component-heading {
  margin-left: -15px;
}
/* Carousel
--------------------------------------*/

.component.carousel {
  margin: 0 0 40px;
}
.component.carousel .carousel-indicators > li {
  background-color: #fff;
}
.component.carousel .carousel-indicators > li > a:hover > img, .component.carousel .carousel-indicators > li > a:focus > img, .component.carousel .carousel-indicators > li > .active > img {
  opacity: 0.8;
}
.component.carousel .carousel-control {
  background: none;
}
/* Favorite
--------------------------------------*/

/* History
------------------*/

.component.favorite-history .checkbox > li {
  margin-right: 15px;
  margin-bottom: 5px;
}
.component.favorite-history .checkbox > li .icon-checked:before {
  background-image: url(../img/component/icon_recommend-favorite-checked.png);
  height: 13px;
  margin-right: 5px;
  vertical-align: baseline;
  width: 12px;
}
.lt-ie9 .component.favorite-history .checkbox > li > label {
  display: inline;
}
/*--------------------------------------
 Temporary style
--------------------------------------*/

.nav-global {
/*margin-right: 128px;*/
}
.nav-global > .nav > li:nth-child(4) {
/*display: none;*/
}
.header-shrink .header-logo {
/*margin-right: 18px;*/
}
/*--------------------------------------
 新フッター　追加
--------------------------------------*/

.global-footer-other_bg {
  background-color: #4A4848;
}
.footer-utility > .utility-column_2 {
  float: left;
  margin-right: 20px;
  width: 180px;
}
.footer-utility > .utility-column_3 {
  float: right;
  width: 180px;
}
.footer-utility > .utility-column_2 > h3 {
  border-bottom: 1px solid #505050;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
  padding-bottom: 10px;
}
.footer-utility > .utility-column_3 > h3 {
  border-bottom: 1px solid #505050;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
  padding-bottom: 10px;
}
/**/
.footer-utility > .utility-column_4 > h3 {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0;
  padding-bottom: 10px;
  width: 150px;
  float: left;
}
.footer-utility > .utility-column_4 {
  width: 980px;
}
.footer-utility .utility-block4 ul {
  float: left;
}
.footer-utility .utility-block4 li {
  float: left;
  margin-bottom: 5px;
  margin-right: 19px;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.w_150 {
  width: 150px;
}
.w_170 {
  width: 170px;
}
.w_200 {
  width: 200px;
}
.w_230 {
  width: 230px;
}
.w_600 {
  width: 600px;
}
.w_300 {
  width: 300px;
}
.w_350 {
  width: 350px;
}
.w_360 {
  width: 360px;
}
.w_400 {
  width: 400px;
}
.w_570 {
  width: 570px;
}
.f_site_contents {
  height: 80px;
}
.b_moji {
  font-weight: bold;
  color: #ffffff;
}
.column-title_4 {
  margin: 0!important;
}
.line_h_1 {
  line-height: 1;
}
.pa_container {
  padding-bottom: 5px!important;
  padding-top: 15px!important;
}
/*--------------------------------------
 お食事ページ　リンク
--------------------------------------*/

.text-attention a {
  background-color: #d20000;
  color: #ffffff;
  padding: 6px;
  font-size: 16px;
}
.text-attention a:hover {
  text-decoration: none;
  background-color: #e90404;
}
/*--------------------------------------
 オフィスページ　追加
--------------------------------------*/


.row .thumbnail_2::before {
  background: rgba(0, 0, 0, 0) url("http://tkpotemachi.net/common/css/www/新拠点サイトtkpftp02/cases/office/img/icon_access-root_01.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 31px;
  left: -10px;
  position: absolute;
  top: 130px;
  width: 18px;
}
.office_text {
  width: 305px;
  height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.office_text_center {
  width: 305px;
  height: 20px;
  margin-bottom: 5px;
  text-align: center;
}
/*--------------------------------------
 ヘッダー固定
--------------------------------------*/


.header-shrink_2 {
  z-index: 200;
  position: fixed;
  height: 47px;
  animation-name: headerShrink;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.header-shrink_2 .nav-site {
  display: none!important;
}
.header-shrink_2 .header-icon {
  display: none!important;
}
.header-shrink_2 .carousel-header {
  display: none!important;
}
.header-shrink_2 .header-title {
  font-size: 17px!important;
  top: 0px;
  left: 0;
  position: absolute;
}
.header-shrink_2 .header-title small {
  display: none!important;
}
.header-shrink_2 .content-header {
  height: 55px;
}
.contact-text_phone_contents {
  float: right;
  text-align: right;
  overflow: hidden;
  line-height: 0.9;
  margin-top: 9px!important;
 margin-right5px;
}
.contact-text_phone_btn_contents_1 {
  text-align: right;
  float: right;
  overflow: hidden;
  margin-top: 5px;
}
.contact-text_phone_btn_contents_2 {
  text-align: right;
  float: right;
  overflow: hidden;
  margin-top: 5px;
}
.content-header.class-S .header-contact .contact-text_phone_btn_contents_1 > .btn-contact {
  background-color: #e2d0a0;
  color: #53441c;
  margin-top: 5px;
}
.content-header.class-S .header-contact .contact-text_phone_btn_contents_1 > .btn-contact:hover, .content-header.class-S .header-contact .contact-text_phone_btn_contents_1 > .btn-contact:focus {
  background-color: #f6e4b2;
}
.content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search {
  background-color: #db2828;
  color: #fff;
  margin-left: 8px;
  width: 140px;
  margin-top: 5px;
}
.content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search:hover, .content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search:focus {
  background-color: #f6e4b2;
  color: #000;
}
.header-title {
  margin-bottom: 0px!important;
}
.content-header .header-contact {
  margin-top: 3px!important;
  height: 50px;
}
.content-header > .container {
  padding: 20px 0 5px 5px!important;
}
.contact-phone {
  font-size: 17px;
  font-weight: bold;
}
.header-shrink_2 .header-contact {
  z-index: 201;
  top: 9px;
  right: 0;
  position: absolute;
}
.header-shrink_2 .contact-text_phone_contents {
  font-size: 10px;
  margin-top: 12px!important;
}
.header-shrink_2 .contact-phone {
  font-size: 16px;
  font-weight: bold;
}
.header-shrink_2 .contact-phone {
  font-size: 16px;
}
.header-shrink_2 .content-header.class-S .header-contact .contact-text_phone_btn_contents > .btn-contact {
  background-color: #e2d0a0;
  color: #53441c;
  height: 25px;
}
.header-shrink_2 .content-header.class-S .header-contact .contact-text_phone_btn_contents > .btn-contact:hover, .header-shrink_2 .content-header.class-S .header-contact .contact-text_phone_btn_contents > .btn-contact:focus {
  background-color: #f6e4b2;
}
.header-shrink_2 .content-header .header-contact .contact-text_phone_btn_contents > .btn-search {
  background-color: #db2828;
  color: #fff;
  margin-left: 8px;
  width: 140px;
  height: 25px;
}
 .header-shrink_2 .content-header .header-contact .contact-text_phone_btn_contents > .btn-search:hover, .header-shrink_2. content-header .header-contact .contact-text_phone_btn_contents > .btn-search:focus {
background-color: #f6e4b2;
color:#000;
}
.header-shrink_2 .container {
  position: relative;
}
.header-shrink_2 .contact-text_phone_contents {
  float: left;
  text-align: right;
}
.header-shrink_2 .btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.22857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/*よくある質問・初めての方へのリンクを
追加したことでの修正*/

/*
.contact-text_phone_contents p {
  margin-top:15px;
	margin-bottom:0px!important;
  margin-right:10px;
  float:left;
}

.header-shrink_2 .contact-text_phone_contents p {
	float:left;
	margin-top:10px;
	margin-right:10px;

}
*/

.header-shrink .header-utility > .utility-link {
  bottom: -30px!important;
}
.header-shrink .header-utility > .utility-link > a {
  padding: 6px 2px 5px!important;
}
.header-shrink_2 .header-contact .contact-phone {
  font-size: 17px;
}
.header-shrink_2 .content-header .header-contact {
  margin-top: 4px !important;
}
.content-header .header-contact .contact-text_phone_btn_contents_1 > .btn {
  background-color: #d2dceb;
  border-radius: 0;
  color: #000;
  margin-top: 5px;
}
.content-header .header-contact > .btn:hover, .content-header .header-contact .contact-text_phone_btn_contents_1 > .btn:hover, .content-header .header-contact > .btn:hover, .content-header .header-contact .contact-text_phone_btn_contents_1 > .btn:focus {
  background-color: #dee9fa;
}
.content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search {
  background-color: #db2828;
  color: #fff;
  margin-left: 8px;
  width: 140px;
}
.content-header .header-contact > .btn-search:hover, .content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search:hover, .content-header .header-contact > .btn-search:hover, .content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search:focus {
  background-color: #dee9fa;
  color: #000;
}
.content-header .header-contact > .btn-search:hover, .content-header.class-S .header-contact .contact-text_phone_btn_contents_2 > .btn-search:hover, .content-header .header-contact > .btn-search:hover, .content-header.class-S .header-contact .contact-text_phone_btn_contents_2 > .btn-search:focus {
  background-color: #f6e4b2;
  color: #000;
}
/*サーバメンテナンス時*/

.maintenance {
  width: 980px;
  border: #ce0000 5px solid;
  margin: 10px auto;
}
.maintenance p {
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0!important;
}
.maintenance_result {
  color: #ce0000;
  font-weight: bold;
}
/*--------------------------------------
 フロア図　改修
--------------------------------------*/

#btn li {
  margin: 0.8em 0 0;
  padding: 0.4em 0.7em;
  border: 1px solid #CCC;
  display: inline-block;
  background-color: #949494;
  cursor: pointer;
}
.room_F {
  margin-bottom: 0!important;
  margin-top: 15px!important;
}
/*--------------------------------------
 施設大改修
--------------------------------------*/

.main_TOP {
  padding: 0 0 0!important;
}
.Fee_ma_b_40 {
  margin-bottom: 40px !important;
}
/*--------------------------------------
 フロア図改修 表示させるDIV要素の体裁
--------------------------------------*/

#small_img li {
  width: 300px;
  height: 240px;
}
#small_img.component.tablist > .nav-tabs > li {
  float: left!important;
  margin-right: 23px;
  text-align: center!important;
}
#small_img.component.tablist > .nav-tabs > li:nth-child(3n) {
  margin: 0!important;
}
#big_img {
  -moz-border-radius: 6px;
  background: #3B3B3B;
  -webkit-border-radius: 6px;
  border: 1px solid #536376;
  -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
  -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
  padding: 14px 22px;
  position: fixed;
  top: 50px;
  left: 50%;
  display: none;
  z-index: 300;
  border: 2px solid #3B3B3B;
  padding: 10px 15px 10px 15px;
  margin-left: -370px;
}
#big_img p {
  color: #ffffff;
}
/* 表示時に背景を黒に */
#BlackBackground {
  display: none;
  background: #000000;
  opacity: 0.5;/*黒地の背景の調整はこの数値で調整*/
  filter: alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 250;
}
.Floor_close {
  background: rgba(0, 0, 0, 0) url("../img/module/icon_modal-close.png") no-repeat scroll 0 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  display: inline-block;
  z-index: 301;
  position: absolute;
  top: -20px;
  right: -20px;
}
.component.tablist > .nav-tabs > li a:link {
  cursor: pointer;
}
.component.tablist > .nav-tabs > li a:visited {
  cursor: pointer;
}
.component.tablist > .nav-tabs > li a:hover {
  cursor: pointer;
}
.component.tablist > .nav-tabs > li a:active {
  cursor: pointer;
}
/*--------------------------------------
サービスメニュー
--------------------------------------*/
.service_menu {
  background-image: url("../facilitys/img/service/nav_01.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  list-style: outside none none !important;
  padding: 5px 0px 5px 20px;
  font-size: 14px;
  color: #d20000;
}
.article-nav li a:hover {
  color: #d20000;
}
/*--------------------------------------
 ヘッダ　よくある質問・初めての方へ
--------------------------------------*/


.nav-site > .breadcrumb_right {
  background-color: transparent;
  border-radius: 0;
  float: right;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  padding: 8px 0px 8px 15px;
}
.nav-site > .breadcrumb_right {
  list-style: none;
}
.breadcrumb_right_question {
  background-repeat: no-repeat;
  padding: 0 0 0 16px;
  float: right;
  margin-right: 10px;
}
.breadcrumb_right_beginner {
  background-repeat: no-repeat;
  padding: 0 0 0 11px;
  float: right;
}
.contact-phone-facilitys {
  font-size: 20px;
  font-weight: bold;
}
.size-contact-phone-beginner {
  float: left;
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 19px;
}
.size-contact-phone-facilitys {
  float: left;
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 15px;
}
.header-shrink_2 .size-contact-phone-beginner {
  float: left;
  margin-right: 10px;
  margin-top: 13px;
}
.header-shrink_2 .size-contact-phone-facilitys {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.breadcrumb_right_beginner_title {
  padding: 2px 0 0px 17px;
  background-image: url("../img/W_beginner.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.breadcrumb_right_question_title {
  padding: 2px 0 0px 17px;
  background-image: url("../img/W_hatena.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.google-maps {
  text-align:center;
}

#pcsp_switch_wrapper{
    display: none; /*非表示*/
}

@media only screen and (min-width:769px) {
.Pc_None {
  display: none!important;
}
}

/*===============================================
 画面横幅768以下
===============================================*/

@media only screen and (max-width:768px) {
/*GC赤体裁*******************************************/


.header-shrink_2 .content-header {
  height:auto!important;
  /*min-height:125px!important;*/  
}

.header-shrink_2 .header-contact {
  z-index: 201;
  top: 9px;
  right: 0;
  position: static;
}

.Sp_None {
  display: none!important;
}
img {
  max-width: 100%!important;
  height: auto!important;
}
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.row {
  margin-left: 0px!important;
  margin-right: -15px;
}
/*#small_img.component.tablist > .nav-tabs > li {
      float:none!important;
    }*/
  
.content-header .header-title {
  color: #fff!important;
}
.section-heading {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  padding: 0 0 0 0;
  vertical-align: top;
}
.body_class_GC .GC-h2-none {
  padding: 2%;
}
article p {
  padding: 2%;
}
.text-attention {
  padding: 2%;
}
/*.component.tablelist > .table {
    border-color: #fff;
    font-size: 2.5rem;
}






.content-header .header-title {
    font-size: 4rem;
 }
 
 
 */
.content-header .header-title small {
  font-size: 80%!important;
}

.content-header .header-contact {
    height: auto!important;
    max-height:135px!important;
}
/*
.nav-site > .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    float: left;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}*/


.nav-local > .nav > li {
  font-size: 1.2rem!important;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.content-header .header-title small {
  margin: 20px 0 5px;
}
.nav-site > .breadcrumb_right {
  font-size: 1.6rem;
}
body {
  font-size: 130%;
}
.component.recommend-service > [class*="col-xs-"] {
  font-size: 1.8rem;
}
.component.recommend-neighborhood .item .label-thumbnail {
  font-size: 1.6rem;
}
.component.recommend-neighborhood .item .thumbnail-title {
  font-size: 1.6rem;
}



/*.header-shrink_2 .header-title {
    font-size: 40px !important;

}



.header-shrink_2 .contact-text_phone_contents {
    font-size: 15px;
}
*/
.content-header .header-contact {
  font-size: 1.8rem;
}
.content-header .header-contact .btn {
  padding: 18px 9px;
}
.contact-text_phone_contents {
  text-align: right;
  margin-top: 5px!important;
  float:right;
}
.header-shrink_2 .contact-text_phone_contents {
  margin-top: -5px !important;
}
.header-shrink_2 .contact-text_phone_contents {
  float: right;
  text-align: right;
}

.global-footer {
  font-size: 1.4rem!important;
}
.footer-utility > .utility-column_4 > h3 {
  font-size: 1.8rem!important;
}
.footer-copyright > .container * {
  font-size: 1.3rem!important;
}
.footer-copyright {
  text-align: center;
}
.article {
  width: 100%!important;
}
.nav-site {
  margin: 0 auto;
  overflow: hidden;
  width: 100%!important;
}
.global-header, .global-content, .global-footer {
  width: 100%!important;
  min-width:100%!important;
  overflow: hidden;
}
.container {
  width: 100%;
  padding:2% 2%!important;
}
.component.recommend-neighborhood > .container {
  width: 100%!important;
}
.footer-utility > .utility-column_4 {
  width: 100%!important;
}
.component.carousel-header > .bx-wrapper .bx-pager, .component.carousel-header > .bx-wrapper .bx-controls-auto {
  bottom: 0px!important;
  width: 100%!important;
}
.component.carousel-header #js-carousel-header, .component.carousel-header > .bx-wrapper {
  height: auto!important;
  margin: 0 auto;
  position: relative;
  width: 100%!important;
}
.component.carousel-header {
  background-color: #ededed;
  height: auto!important;
  margin-bottom: 0;
  overflow: hidden;
}
.content-header .header-title {
  font-size: 120%!important;
  margin: 10px 0 15px;
}
.content-header > .container {
  padding: 5px 0 5px 5px!important;
}

/*.well-contact > .contact-lead {
  display:none;

}*/

.well-contact > .contact-lead, .well-contact > .contact-information {
  display: block;
  font-size: 1.8rem;
  margin: 0;
  vertical-align: middle;
}
.well-contact > .contact-lead::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #333;
  border-image: none;
  border-style: solid;
  border-width: 0;
  content: no-close-quote;
  display: inline-block;
  height: 0;
  left: 330px;
  position: absolute;
  top: 0;
  width: 0;
}
.well-contact > .contact-lead {
  background-color: #333;
  color: #fff;
  height: auto;
  line-height: 1.4;
  padding: 10px!important;
  position: relative;
  width: 100%;
  text-align: center;
}
.well-contact > .contact-information > b::after {
  content: none;
}
.well-contact > .contact-information > b {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-align: center;
}
.well-contact > .contact-information {
  padding: 20px;
}
.well-contact > .contact-information > a {
  vertical-align: text-top;
  display: block;
  text-align: center;
}
.nav-pills {
  width: 100%;
}
.nav-pills > li {
  float: left;
  width: 50%;
}
.body_class_GC .nav-local.class-S {
  background-image: none!important;
}
.body_class_GC .nav-local > .nav > li > a:hover, .body_class_GC .nav-local > .nav > li > a:focus, .body_class_GC .nav-local > .nav > li.active > a {
  background-image: none!important;
  background-color: #827474;
  border-bottom: 1px solid #424030;
}
.body_class_GC .nav-local > .nav > li:first-child > a {
  border-bottom: 1px solid #424030!important;
}
.body_class_GC .nav-local > .nav > li > a {
  border-bottom: 1px solid #424030;
  padding: 15px 0px!important;
}
.body_class_GC .nav-local > .nav > li:nth-child(odd) > a {
  border-left: 1px solid #424030!important;
}
.footer-information {
  width: 100%;
}
.footer-utility > .utility-column {
  float: left;
  margin-right: 30px;
  width: 100%;
}
.footer-utility > .utility-column a {
  display: block;
}
.footer-copyright .copyright {
  float: none!important;
}
.footer-utility .utility-block li {
  background: rgba(0, 0, 0, 0) url("../img/icon_arrow_footer.gif") no-repeat scroll left 2px!important;
  border: medium none;
  color: #efefef;
  line-height: 110%;
  padding: 0 20px 0 18px;
}
.header-shrink_2 .header-contact {
  top: 15px;
}
.header-shrink_2 .size-contact-phone-beginner {
  float: right;
  margin-right: 10px;
  margin-top: 13px!important;
}
.header-shrink_2 .size-contact-phone-facilitys {
  float: right;
}
.body_class_GC .header-title a {
  background-image: none!important;
  background-position: left 50%;
  background-repeat: no-repeat;
  padding-left: 0px!important;
}
.size-contact-phone-beginner {
  float: right;
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 10px!important;
}
.size-contact-phone-facilitys {
  float: right;
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 10px;
}
.content-header > .container {
  height: auto!important;
  min-height: auto!important;
}
.section-gutter > .section-header {
  margin-left: 0;
}
.section-gutter {
  clear: both;
  padding-left: 0px;
}
/*info*/


.global-content > .container > .js-adjust-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%!important;
}
.global-main {
  float: left;
  width: 100%!important;
}

.global-aside {
    float: left;
    width: 290px;
}
/*設備*/

.global-content > .container > .article, .global-content > .container > .js-adjust-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%!important;
}
.section.unique-equipment > .section-header {
  float: none!important;
  padding-top: 15px;
  width: auto;
}
.media-left, .media-right, .media-body {
  display: inline-table;
  vertical-align: top;
}
.article-lead {
  width: 100%!important;
}
.pull-left {
  float: none !important;
}
.media-left, .media > .pull-left {
  padding-right: 0px;
  text-align: center;
}
/*会場・料金*/

.component.carousel-hall .carousel-indicators {
  width: 100%!important;
}
.component.carousel .carousel-indicators > li {
  height: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
  max-width: 100%!important;
}
.component.carousel-hall .carousel-title {
  font-size: 180%!important;
}
.component.carousel-hall .carousel-information {
  width: 100%!important;
}
.component.carousel-hall .carousel-information dd {
  font-size: 130%!important;
  padding: 0px!important;
}
.component.carousel-hall .carousel-information dd b {
  font-size: 80%!important;
}
.component.carousel-hall .carousel-information dt {
  border: 1px solid #2e2e2e;
  background-color:#2e2e2e;
  color:#fff;
  font-weight: normal;
  height: 30%!important;
  max-width: 50%!important;
  text-align: center;
  vertical-align: middle;
  width: auto;
  line-height:200%;
}

.carousel-information br {
  display:none!important;
}

.component.carousel-hall .carousel-information dt, .component.carousel-hall .carousel-information dd {
    display:inherit!important;
}
/*サービス*/

.module.media .media-heading {
  font-size: 120%;
}
.module.media .media-heading + .lead {
  font-size: 100%;
}
.article {
  word-break: normal!important;
}

.text-attention a {
    font-size: 90%;

}
/*ご利用事例*/

.col-xs-6 {
  width: 100%!important;
  float: none!important;
}
.article.unique-cases-detail .section-header > .section-heading {
  font-size: 110%!important;
}
.article.unique-cases-detail .article-lead > h2 {
  font-size: 120%!important;
}
.article.unique-cases-detail .article-lead > .lead {
  font-size: 130%!important;
}

.article.unique-cases .thumbnail .caption {
     width: 40%!important;
     height:50%!important;
     padding: 10px 0 0 10px!important;
}

.article.unique-cases .thumbnail .thumbnail-title {
    font-size: 120%!important;
}

.article.unique-cases .row {
    margin-top: 0!important;
    margin-bottom:0!important;
}

.article.unique-cases a {
  width:100%;
}

.article.unique-cases-detail .section-header {
    border-bottom: none!important;
}

/*食事*/

.section-heading {
    font-size: 130%!important;

}

.section.unique-food-plan > .media .media-heading {
    font-size: 120%!important;
 }

/*アクセス*/
.row {
  width: 100%!important;
}
.section.unique-access-root .thumbnail {
  float: left;
  margin-bottom: 0;
  margin-left: 17px;
  padding: 0 15px;
  position: relative;
  width: 30%!important;
}
.component.tablist-map > .nav-tabs > li {
  width: 40%!important;
}
.component.tablist-map > .nav-tabs {
  font-size: 110%!important;
}
.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.googlemap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component.tablist-map > .tab-content {
  height: auto!important;
}

.component.tablist-map .map-information dt {
    height: auto!important;
    line-height:200%!important;
    min-width: 50%!important;
    vertical-align: middle;
    width: auto!important;
    background-color:#2e2e2e;
    color:#fff!important;
}

/*GC品川*/

#facilitys_contents_left {
  max-width: 100%!important;
  height: auto!important;
}
#contents {
  max-width: 100%!important;
  height: auto!important;
  width: 100%;
}
.footer-information .tel-link {
  color: #d20000;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  vertical-align: middle;
}


.footer-information > .information-lead {
  font-size:90%!important;
}

    .google-maps {
    position: relative;
    padding-bottom: 75%; // これが縦横比
    height: 0;
    overflow: hidden;
    }
    .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
    
    .nav-tabs {
       font-size: 80%;
    }
    
    .nav > li > a {

    padding: 15px 0 15px 0;

}

.component.carousel-hall .carousel-indicators img{
  
      height: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
  max-width: 100%!important;
}

.component.carousel-hall .carousel-indicators li {
      height: auto!important;
  margin-left: auto!important;
  margin-right: auto!important;
  max-width: 30%!important;
}


.component.carousel-hall .carousel-indicators {

    width: 100%!important;
}


/*GC黒体裁*******************************************/


.fa-chevron-right::before {
  content: ""!important;
}
.nav-local > .nav > li > a {
  border-bottom: 1px solid #ffffff;
  padding: 15px 0!important;
}
.nav-local > .nav > li > a:hover, .nav-local > .nav > li > a:focus, .nav-local > .nav > li.active > a {
  border-bottom: 1px solid #ffffff;
}
.nav-local > .nav > li:first-child > a {
  border-bottom: 1px solid #ffffff;
}
.nav-local > .nav > li:last-child > a {
  border-right: 1px solid #ffffff;
}
.nav-local > .nav > li:nth-child(odd) > a {
  border-left: 1px solid #ffffff;
}
.article-heading {
  font-size: 150%!important;
}
/*food テスト*/
.section.unique-food-drink > .food-drink > .thumbnail {
  width: 40%!important;
}
.section.unique-food-staff > .food-staff .thumbnail {
  width: 40%!important;
}
.food-staff {
  width: 100%!important;
}
.section.unique-food-staff > .media .media-right > img {
  margin-top: 0!important;
  position: inherit!important;
  right: 0!important;
  width: 100%!important;
}
.food-drink {
  text-align: center;
}
.section.unique-food-drink > .food-drink > .thumbnail {
  margin: 0 8px 5px!important;
}
.contact-lead br {
  display: none;
}
.contact-lead {
  font-size: 90%!important;
}
/*.well-contact > .contact-information .icon::before {
    display: block!important;
}
*/

.section.unique-access-root .thumbnail {
    margin-left: 0!important;
    padding: 0 15px;
}

.section.unique-access-root .thumbnail::before {
    background: none!important;

}

.module.media-lead > .media-body {
  font-size:90%!important;
}

.article.unique-cases-detail .article-lead li > b {
    font-size: 90%!important;
}

.component.tablist-map .map-information dd {
     width: 100%!important;
}

.content-header .header-contact {
  font-size:85%!important;
}

.section-gutter table {
  width:100%!important;
}

.well-contact > .contact-information > b {
  font-size:150%!important;
}


/*header_facility ボタン体裁*/

.content-header .header-contact .btn {
    padding: 5px!important;
}

.content-header .header-contact .contact-text_phone_btn_contents_2 > .btn-search {
    width: auto!important;
    margin-right: 10px;
    margin-left:0!important;
}

.header-shrink_2 .content-header .header-contact {
   margin-top: 12px !important;
}

.contact-text_phone_btn_contents_1 {
  margin-right:10px;
}


.header-shrink_2 .contact-text_phone_btn_contents_1 {
  margin-top:10px!important;
}

.header-shrink_2 .contact-text_phone_btn_contents_2 {
  margin-top:10px!important;
}

.plan_SP_table {

    overflow-x: auto !important;
    width: 100% !important;
}

}