@charset "UTF-8";
/* -------------------------------------------------------------------------

		reset.sass

		要素のデフォルトスタイル、フォントサイズのリセット

------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------

		style reset

------------------------------------------------------------------------- */
.footer-banner-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  max-width: 600px;
  margin: 20px auto 0px;
}

.footer-banner-flex li {
  list-style: none;
  width: 100%;
}

.footer-banner-flex img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:640px) {
  .footer-banner-flex {
    width: 100%;
    margin: auto;
  }

  .footer-banner-flex li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-banner-flex img {
    width: 80%;
  }

}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

small {
  font-size: smaller;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

.icon_train {
  vertical-align: top;
  display: inline-block;
  margin-top: 6px;
}

.train_info {
display: inline-block;
}


/* -------------------------------------------------------------------------

		360

------------------------------------------------------------------------- */
.panorama .title{
  text-align: center;
}

.panorama .local_nav ul {
  margin: 0 auto 70px auto;
  width: 189px;
}

body.panorama .local_nav ul li {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.panorama_img {
  text-align: center;
  position: relative;
  width: 600px;
  padding: 240px 0 0 0;
  margin: auto;
}

.panorama_img + p {
  margin-bottom: 40px;
  text-align: center;
}

.panorama_img iframe {
  position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}

.Btypebanner {
  display: block;
  text-align: center;
  max-width: 600px;
  margin: auto;
}

.plan360banner {
  position: absolute;
    z-index: 999;
    top: 128px;
    left: 0;
    right: 0;
    margin: auto;
}

.Btypebanner img {
  width: 100%;
}

.security_text {
  width: 100%;
  max-width: 256px;
  text-align: left;
}
.fl_li {
  margin-top: 30px;
}
.fl {
  float: left;
  margin-right: 20px;
}

body.equipment article ul p.li_title {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}

.fl_text {
  margin-top: 30px;
  text-align: left;
}

.roomplanMenu li.panorama {
    margin-bottom: 40px;
    padding: 0;
    width: 360px;
    height: auto;
    position: relative;
    overflow: hidden;
	float: left;
}

/**body.roomplan article ul li {
    float: left;
    line-height: 0;
}**/

.panorama_text {
    font-size: 18px;
    color: #436092;
    margin-bottom: 5px;
}


@media screen and (max-width: 640px) {

  #equipmentList .equipmentPhoto li.img_max {
    width: 100%;
  }

  .security_text {
    max-width: 100%;
  }
  .plan360banner {
    position: absolute;
      z-index: 999;
      width: 50%;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      margin-top: 22%;
  }

  .plan360banner img {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .panorama_img {
  width: 100%;
  padding: 56.25% 0 0 0;
}
  #id_location .imgCopy img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #id_taxi .content {
    margin-bottom: 20px;
  }
}


/* -------------------------------------------------------------------------

		font styles

------------------------------------------------------------------------- */
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none;
}

/* -------------------------------------------------------------------------

		vars.sass

		scssファイル内で使う変数を定義

------------------------------------------------------------------------- */
/* font size
------------------------------------------------- */
/* width
------------------------------------------------- */
/* color
------------------------------------------------- */
/* text color
------------------------------------------------- */
/* -------------------------------------------------------------------------

		util.sass

		案件に依存せず汎用的に使うClassを定義

------------------------------------------------------------------------- */
/* float clear
------------------------------------------------- */
/*for modern browser*/
.clear_fix:after, .grid_system_12:after, .grid_system_2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/*for IE 5.5-7*/
.clear_fix, .grid_system_12, .grid_system_2 {
  zoom: 1;
}

.clear_both {
  clear: both;
  height: 1px;
  font-size: 1px;
  text-align: center;
  line-height: 0;
}

.clear {
  clear: both;
}

/* float
------------------------------------------------- */
.float_r {
  float: right;
  display: inline;
}

.float_l {
  float: left;
  display: inline;
}

/* margin + padding （0から5刻みでクラスを定義 ex: mb0, mb5, mb10...）
------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 480px) {
  .mb0 {
    margin-bottom: 0% !important;
  }

  .mt0 {
    margin-top: 0% !important;
  }

  .mr0 {
    margin-right: 0% !important;
  }

  .ml0 {
    margin-left: 0% !important;
  }
}
.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

@media screen and (max-width: 480px) {
  .mb5 {
    margin-bottom: 0.05% !important;
  }

  .mt5 {
    margin-top: 0.05% !important;
  }

  .mr5 {
    margin-right: 0.05% !important;
  }

  .ml5 {
    margin-left: 0.05% !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 480px) {
  .mb10 {
    margin-bottom: 0.2% !important;
  }

  .mt10 {
    margin-top: 0.2% !important;
  }

  .mr10 {
    margin-right: 0.2% !important;
  }

  .ml10 {
    margin-left: 0.2% !important;
  }
}
.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

@media screen and (max-width: 480px) {
  .mb15 {
    margin-bottom: 0.45% !important;
  }

  .mt15 {
    margin-top: 0.45% !important;
  }

  .mr15 {
    margin-right: 0.45% !important;
  }

  .ml15 {
    margin-left: 0.45% !important;
  }
}
.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 480px) {
  .mb20 {
    margin-bottom: 0.8% !important;
  }

  .mt20 {
    margin-top: 0.8% !important;
  }

  .mr20 {
    margin-right: 0.8% !important;
  }

  .ml20 {
    margin-left: 0.8% !important;
  }
}
.mb25 {
  margin-bottom: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

@media screen and (max-width: 480px) {
  .mb25 {
    margin-bottom: 1.25% !important;
  }

  .mt25 {
    margin-top: 1.25% !important;
  }

  .mr25 {
    margin-right: 1.25% !important;
  }

  .ml25 {
    margin-left: 1.25% !important;
  }
}
.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 480px) {
  .mb30 {
    margin-bottom: 1.8% !important;
  }

  .mt30 {
    margin-top: 1.8% !important;
  }

  .mr30 {
    margin-right: 1.8% !important;
  }

  .ml30 {
    margin-left: 1.8% !important;
  }
}
.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

@media screen and (max-width: 480px) {
  .mb35 {
    margin-bottom: 2.45% !important;
  }

  .mt35 {
    margin-top: 2.45% !important;
  }

  .mr35 {
    margin-right: 2.45% !important;
  }

  .ml35 {
    margin-left: 2.45% !important;
  }
}
.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 480px) {
  .mb40 {
    margin-bottom: 3.2% !important;
  }

  .mt40 {
    margin-top: 3.2% !important;
  }

  .mr40 {
    margin-right: 3.2% !important;
  }

  .ml40 {
    margin-left: 3.2% !important;
  }
}
.mb45 {
  margin-bottom: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

@media screen and (max-width: 480px) {
  .mb45 {
    margin-bottom: 4.05% !important;
  }

  .mt45 {
    margin-top: 4.05% !important;
  }

  .mr45 {
    margin-right: 4.05% !important;
  }

  .ml45 {
    margin-left: 4.05% !important;
  }
}
.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}
.mr48{
  margin-right: 48px !important;
}
.ml50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 480px) {
  .mb50 {
    margin-bottom: 5% !important;
  }

  .mt50 {
    margin-top: 5% !important;
  }

  .mr50 {
    margin-right: 5% !important;
  }

  .ml50 {
    margin-left: 5% !important;
  }
}
.mb55 {
  margin-bottom: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

@media screen and (max-width: 480px) {
  .mb55 {
    margin-bottom: 6.05% !important;
  }

  .mt55 {
    margin-top: 6.05% !important;
  }

  .mr55 {
    margin-right: 6.05% !important;
  }

  .ml55 {
    margin-left: 6.05% !important;
  }
}
.mb60 {
  margin-bottom: 380px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 480px) {
  .mb60 {
    margin-bottom: 7.2% !important;
  }

  .mt60 {
    margin-top: 7.2% !important;
  }

  .mr60 {
    margin-right: 7.2% !important;
  }

  .ml60 {
    margin-left: 7.2% !important;
  }
}
.mb65 {
  margin-bottom: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

@media screen and (max-width: 480px) {
  .mb65 {
    margin-bottom: 8.45% !important;
  }

  .mt65 {
    margin-top: 8.45% !important;
  }

  .mr65 {
    margin-right: 8.45% !important;
  }

  .ml65 {
    margin-left: 8.45% !important;
  }
}
.mb70 {
  margin-bottom: 70px !important;
}

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

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 480px) {
  .mb70 {
    margin-bottom: 9.8% !important;
  }

  .mt70 {
    margin-top: 9.8% !important;
  }

  .mr70 {
    margin-right: 9.8% !important;
  }

  .ml70 {
    margin-left: 9.8% !important;
  }
}
.mb75 {
  margin-bottom: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

@media screen and (max-width: 480px) {
  .mb75 {
    margin-bottom: 11.25% !important;
  }

  .mt75 {
    margin-top: 11.25% !important;
  }

  .mr75 {
    margin-right: 11.25% !important;
  }

  .ml75 {
    margin-left: 11.25% !important;
  }
}
.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 480px) {
  .mb80 {
    margin-bottom: 12.8% !important;
  }

  .mt80 {
    margin-top: 12.8% !important;
  }

  .mr80 {
    margin-right: 12.8% !important;
  }

  .ml80 {
    margin-left: 12.8% !important;
  }
}
.mb85 {
  margin-bottom: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

@media screen and (max-width: 480px) {
  .mb85 {
    margin-bottom: 14.45% !important;
  }

  .mt85 {
    margin-top: 14.45% !important;
  }

  .mr85 {
    margin-right: 14.45% !important;
  }

  .ml85 {
    margin-left: 14.45% !important;
  }
}
.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 480px) {
  .mb90 {
    margin-bottom: 16.2% !important;
  }

  .mt90 {
    margin-top: 16.2% !important;
  }

  .mr90 {
    margin-right: 16.2% !important;
  }

  .ml90 {
    margin-left: 16.2% !important;
  }
}
.mb95 {
  margin-bottom: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

@media screen and (max-width: 480px) {
  .mb95 {
    margin-bottom: 18.05% !important;
  }

  .mt95 {
    margin-top: 18.05% !important;
  }

  .mr95 {
    margin-right: 18.05% !important;
  }

  .ml95 {
    margin-left: 18.05% !important;
  }
}
.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 480px) {
  .mb100 {
    margin-bottom: 20% !important;
  }

  .mt100 {
    margin-top: 20% !important;
  }

  .mr100 {
    margin-right: 20% !important;
  }

  .ml100 {
    margin-left: 20% !important;
  }
}
.mb105 {
  margin-bottom: 105px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

@media screen and (max-width: 480px) {
  .mb105 {
    margin-bottom: 22.05% !important;
  }

  .mt105 {
    margin-top: 22.05% !important;
  }

  .mr105 {
    margin-right: 22.05% !important;
  }

  .ml105 {
    margin-left: 22.05% !important;
  }
}
.mb110 {
  margin-bottom: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

@media screen and (max-width: 480px) {
  .mb110 {
    margin-bottom: 24.2% !important;
  }

  .mt110 {
    margin-top: 24.2% !important;
  }

  .mr110 {
    margin-right: 24.2% !important;
  }

  .ml110 {
    margin-left: 24.2% !important;
  }
}
.mb115 {
  margin-bottom: 115px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

@media screen and (max-width: 480px) {
  .mb115 {
    margin-bottom: 26.45% !important;
  }

  .mt115 {
    margin-top: 26.45% !important;
  }

  .mr115 {
    margin-right: 26.45% !important;
  }

  .ml115 {
    margin-left: 26.45% !important;
  }
}
.mb120 {
  margin-bottom: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

@media screen and (max-width: 480px) {
  .mb120 {
    margin-bottom: 28.8% !important;
  }

  .mt120 {
    margin-top: 28.8% !important;
  }

  .mr120 {
    margin-right: 28.8% !important;
  }

  .ml120 {
    margin-left: 28.8% !important;
  }
}
.mb125 {
  margin-bottom: 125px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

@media screen and (max-width: 480px) {
  .mb125 {
    margin-bottom: 31.25% !important;
  }

  .mt125 {
    margin-top: 31.25% !important;
  }

  .mr125 {
    margin-right: 31.25% !important;
  }

  .ml125 {
    margin-left: 31.25% !important;
  }
}
.mb130 {
  margin-bottom: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

@media screen and (max-width: 480px) {
  .mb130 {
    margin-bottom: 33.8% !important;
  }

  .mt130 {
    margin-top: 33.8% !important;
  }

  .mr130 {
    margin-right: 33.8% !important;
  }

  .ml130 {
    margin-left: 33.8% !important;
  }
}
.mb135 {
  margin-bottom: 135px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

@media screen and (max-width: 480px) {
  .mb135 {
    margin-bottom: 36.45% !important;
  }

  .mt135 {
    margin-top: 36.45% !important;
  }

  .mr135 {
    margin-right: 36.45% !important;
  }

  .ml135 {
    margin-left: 36.45% !important;
  }
}
.mb140 {
  margin-bottom: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

@media screen and (max-width: 480px) {
  .mb140 {
    margin-bottom: 39.2% !important;
  }

  .mt140 {
    margin-top: 39.2% !important;
  }

  .mr140 {
    margin-right: 39.2% !important;
  }

  .ml140 {
    margin-left: 39.2% !important;
  }
}
.mb145 {
  margin-bottom: 145px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

@media screen and (max-width: 480px) {
  .mb145 {
    margin-bottom: 42.05% !important;
  }

  .mt145 {
    margin-top: 42.05% !important;
  }

  .mr145 {
    margin-right: 42.05% !important;
  }

  .ml145 {
    margin-left: 42.05% !important;
  }
}
.mb150 {
  margin-bottom: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

@media screen and (max-width: 480px) {
  .mb150 {
    margin-bottom: 45% !important;
  }

  .mt150 {
    margin-top: 45% !important;
  }

  .mr150 {
    margin-right: 45% !important;
  }

  .ml150 {
    margin-left: 45% !important;
  }
}
.mb155 {
  margin-bottom: 155px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

@media screen and (max-width: 480px) {
  .mb155 {
    margin-bottom: 48.05% !important;
  }

  .mt155 {
    margin-top: 48.05% !important;
  }

  .mr155 {
    margin-right: 48.05% !important;
  }

  .ml155 {
    margin-left: 48.05% !important;
  }
}
.mb160 {
  margin-bottom: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

@media screen and (max-width: 480px) {
  .mb160 {
    margin-bottom: 51.2% !important;
  }

  .mt160 {
    margin-top: 51.2% !important;
  }

  .mr160 {
    margin-right: 51.2% !important;
  }

  .ml160 {
    margin-left: 51.2% !important;
  }
}
.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 480px) {
  .pb0 {
    padding-bottom: 0% !important;
  }

  .pt0 {
    padding-top: 0% !important;
  }

  .pr0 {
    padding-right: 0% !important;
  }

  .pl0 {
    padding-left: 0% !important;
  }
}
.pb5 {
  padding-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

@media screen and (max-width: 480px) {
  .pb5 {
    padding-bottom: 0.05% !important;
  }

  .pt5 {
    padding-top: 0.05% !important;
  }

  .pr5 {
    padding-right: 0.05% !important;
  }

  .pl5 {
    padding-left: 0.05% !important;
  }
}
.pb10 {
  padding-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

@media screen and (max-width: 480px) {
  .pb10 {
    padding-bottom: 0.1% !important;
  }

  .pt10 {
    padding-top: 0.1% !important;
  }

  .pr10 {
    padding-right: 0.1% !important;
  }

  .pl10 {
    padding-left: 0.1% !important;
  }
}
.pb15 {
  padding-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

@media screen and (max-width: 480px) {
  .pb15 {
    padding-bottom: 0.15% !important;
  }

  .pt15 {
    padding-top: 0.15% !important;
  }

  .pr15 {
    padding-right: 0.15% !important;
  }

  .pl15 {
    padding-left: 0.15% !important;
  }
}
.pb20 {
  padding-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 480px) {
  .pb20 {
    padding-bottom: 0.2% !important;
  }

  .pt20 {
    padding-top: 0.2% !important;
  }

  .pr20 {
    padding-right: 0.2% !important;
  }

  .pl20 {
    padding-left: 0.2% !important;
  }
}
.pb25 {
  padding-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

@media screen and (max-width: 480px) {
  .pb25 {
    padding-bottom: 0.25% !important;
  }

  .pt25 {
    padding-top: 0.25% !important;
  }

  .pr25 {
    padding-right: 0.25% !important;
  }

  .pl25 {
    padding-left: 0.25% !important;
  }
}
.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 480px) {
  .pb30 {
    padding-bottom: 0.3% !important;
  }

  .pt30 {
    padding-top: 0.3% !important;
  }

  .pr30 {
    padding-right: 0.3% !important;
  }

  .pl30 {
    padding-left: 0.3% !important;
  }
}
.pb35 {
  padding-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

@media screen and (max-width: 480px) {
  .pb35 {
    padding-bottom: 0.35% !important;
  }

  .pt35 {
    padding-top: 0.35% !important;
  }

  .pr35 {
    padding-right: 0.35% !important;
  }

  .pl35 {
    padding-left: 0.35% !important;
  }
}
.pb40 {
  padding-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 480px) {
  .pb40 {
    padding-bottom: 0.4% !important;
  }

  .pt40 {
    padding-top: 0.4% !important;
  }

  .pr40 {
    padding-right: 0.4% !important;
  }

  .pl40 {
    padding-left: 0.4% !important;
  }
}
.pb45 {
  padding-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

@media screen and (max-width: 480px) {
  .pb45 {
    padding-bottom: 0.45% !important;
  }

  .pt45 {
    padding-top: 0.45% !important;
  }

  .pr45 {
    padding-right: 0.45% !important;
  }

  .pl45 {
    padding-left: 0.45% !important;
  }
}
.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 480px) {
  .pb50 {
    padding-bottom: 0.5% !important;
  }

  .pt50 {
    padding-top: 0.5% !important;
  }

  .pr50 {
    padding-right: 0.5% !important;
  }

  .pl50 {
    padding-left: 0.5% !important;
  }
}
.pb55 {
  padding-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

@media screen and (max-width: 480px) {
  .pb55 {
    padding-bottom: 0.55% !important;
  }

  .pt55 {
    padding-top: 0.55% !important;
  }

  .pr55 {
    padding-right: 0.55% !important;
  }

  .pl55 {
    padding-left: 0.55% !important;
  }
}
.pb60 {
  padding-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

@media screen and (max-width: 480px) {
  .pb60 {
    padding-bottom: 0.6% !important;
  }

  .pt60 {
    padding-top: 0.6% !important;
  }

  .pr60 {
    padding-right: 0.6% !important;
  }

  .pl60 {
    padding-left: 0.6% !important;
  }
}
.pb65 {
  padding-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

@media screen and (max-width: 480px) {
  .pb65 {
    padding-bottom: 0.65% !important;
  }

  .pt65 {
    padding-top: 0.65% !important;
  }

  .pr65 {
    padding-right: 0.65% !important;
  }

  .pl65 {
    padding-left: 0.65% !important;
  }
}
.pb70 {
  padding-bottom: 70px !important;
}

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

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 0.7% !important;
  }

  .pt70 {
    padding-top: 0.7% !important;
  }

  .pr70 {
    padding-right: 0.7% !important;
  }

  .pl70 {
    padding-left: 0.7% !important;
  }
}
.pb75 {
  padding-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

@media screen and (max-width: 480px) {
  .pb75 {
    padding-bottom: 0.75% !important;
  }

  .pt75 {
    padding-top: 0.75% !important;
  }

  .pr75 {
    padding-right: 0.75% !important;
  }

  .pl75 {
    padding-left: 0.75% !important;
  }
}
.pb80 {
  padding-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 480px) {
  .pb80 {
    padding-bottom: 0.8% !important;
  }

  .pt80 {
    padding-top: 0.8% !important;
  }

  .pr80 {
    padding-right: 0.8% !important;
  }

  .pl80 {
    padding-left: 0.8% !important;
  }
}
.pb85 {
  padding-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

@media screen and (max-width: 480px) {
  .pb85 {
    padding-bottom: 0.85% !important;
  }

  .pt85 {
    padding-top: 0.85% !important;
  }

  .pr85 {
    padding-right: 0.85% !important;
  }

  .pl85 {
    padding-left: 0.85% !important;
  }
}
.pb90 {
  padding-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

@media screen and (max-width: 480px) {
  .pb90 {
    padding-bottom: 0.9% !important;
  }

  .pt90 {
    padding-top: 0.9% !important;
  }

  .pr90 {
    padding-right: 0.9% !important;
  }

  .pl90 {
    padding-left: 0.9% !important;
  }
}
.pb95 {
  padding-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

@media screen and (max-width: 480px) {
  .pb95 {
    padding-bottom: 0.95% !important;
  }

  .pt95 {
    padding-top: 0.95% !important;
  }

  .pr95 {
    padding-right: 0.95% !important;
  }

  .pl95 {
    padding-left: 0.95% !important;
  }
}
.pb100 {
  padding-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 480px) {
  .pb100 {
    padding-bottom: 1% !important;
  }

  .pt100 {
    padding-top: 1% !important;
  }

  .pr100 {
    padding-right: 1% !important;
  }

  .pl100 {
    padding-left: 1% !important;
  }
}
.pb105 {
  padding-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

@media screen and (max-width: 480px) {
  .pb105 {
    padding-bottom: 1.05% !important;
  }

  .pt105 {
    padding-top: 1.05% !important;
  }

  .pr105 {
    padding-right: 1.05% !important;
  }

  .pl105 {
    padding-left: 1.05% !important;
  }
}
.pb110 {
  padding-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

@media screen and (max-width: 480px) {
  .pb110 {
    padding-bottom: 1.1% !important;
  }

  .pt110 {
    padding-top: 1.1% !important;
  }

  .pr110 {
    padding-right: 1.1% !important;
  }

  .pl110 {
    padding-left: 1.1% !important;
  }
}
.pb115 {
  padding-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

@media screen and (max-width: 480px) {
  .pb115 {
    padding-bottom: 1.15% !important;
  }

  .pt115 {
    padding-top: 1.15% !important;
  }

  .pr115 {
    padding-right: 1.15% !important;
  }

  .pl115 {
    padding-left: 1.15% !important;
  }
}
.pb120 {
  padding-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

@media screen and (max-width: 480px) {
  .pb120 {
    padding-bottom: 1.2% !important;
  }

  .pt120 {
    padding-top: 1.2% !important;
  }

  .pr120 {
    padding-right: 1.2% !important;
  }

  .pl120 {
    padding-left: 1.2% !important;
  }
}
.pb125 {
  padding-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

@media screen and (max-width: 480px) {
  .pb125 {
    padding-bottom: 1.25% !important;
  }

  .pt125 {
    padding-top: 1.25% !important;
  }

  .pr125 {
    padding-right: 1.25% !important;
  }

  .pl125 {
    padding-left: 1.25% !important;
  }
}
.pb130 {
  padding-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

@media screen and (max-width: 480px) {
  .pb130 {
    padding-bottom: 1.3% !important;
  }

  .pt130 {
    padding-top: 1.3% !important;
  }

  .pr130 {
    padding-right: 1.3% !important;
  }

  .pl130 {
    padding-left: 1.3% !important;
  }
}
.pb135 {
  padding-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

@media screen and (max-width: 480px) {
  .pb135 {
    padding-bottom: 1.35% !important;
  }

  .pt135 {
    padding-top: 1.35% !important;
  }

  .pr135 {
    padding-right: 1.35% !important;
  }

  .pl135 {
    padding-left: 1.35% !important;
  }
}
.pb140 {
  padding-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

@media screen and (max-width: 480px) {
  .pb140 {
    padding-bottom: 1.4% !important;
  }

  .pt140 {
    padding-top: 1.4% !important;
  }

  .pr140 {
    padding-right: 1.4% !important;
  }

  .pl140 {
    padding-left: 1.4% !important;
  }
}
.pb145 {
  padding-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

@media screen and (max-width: 480px) {
  .pb145 {
    padding-bottom: 1.45% !important;
  }

  .pt145 {
    padding-top: 1.45% !important;
  }

  .pr145 {
    padding-right: 1.45% !important;
  }

  .pl145 {
    padding-left: 1.45% !important;
  }
}
.pb150 {
  padding-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

@media screen and (max-width: 480px) {
  .pb150 {
    padding-bottom: 1.5% !important;
  }

  .pt150 {
    padding-top: 1.5% !important;
  }

  .pr150 {
    padding-right: 1.5% !important;
  }

  .pl150 {
    padding-left: 1.5% !important;
  }
}
.pb155 {
  padding-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

@media screen and (max-width: 480px) {
  .pb155 {
    padding-bottom: 1.55% !important;
  }

  .pt155 {
    padding-top: 1.55% !important;
  }

  .pr155 {
    padding-right: 1.55% !important;
  }

  .pl155 {
    padding-left: 1.55% !important;
  }
}
.pb160 {
  padding-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

@media screen and (max-width: 480px) {
  .pb160 {
    padding-bottom: 1.6% !important;
  }

  .pt160 {
    padding-top: 1.6% !important;
  }

  .pr160 {
    padding-right: 1.6% !important;
  }

  .pl160 {
    padding-left: 1.6% !important;
  }
}
/* align
------------------------------------------------- */
.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

/* font
------------------------------------------------- */
.smaller {
  font-size: smaller !important;
}

.larger {
  font-size: larger !important;
}

.bold {
  font-weight: bold !important;
}

/* fluid image
------------------------------------------------- */
.fluid_img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* IE8 */
}

/* display
------------------------------------------------- */
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

/* justify layout
Usage:
<ul class="just_layout">
	<li class="just_item"></li>
</ul>
------------------------------------------------- */
.just_layout {
  text-align: justify;
  text-justify: distribute-all-lines;
  zoom: 1;
  display: block;
  line-height: 0;
}

.just_layout:after {
  line-height: 0;
  visibility: hidden;
  content: "";
  display: inline-block;
  width: 100%;
}

.just_layout .just_item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}

* html .just_layout .just_item {
  display: inline;
  zoom: 1;
}

*:first-child + html .just_layout .just_item {
  display: inline;
  zoom: 1;
}

/* list
------------------------------------------------- */
.list_disc {
  margin-left: 1.2em;
  list-style: disc;
}

.list_square {
  margin-left: 1.2em;
  list-style: square;
}

.list_decimal {
  margin-left: 1.7em;
  list-style: decimal;
}

.list_decimal_zero {
  margin-left: 2.3em;
  list-style: decimal-leading-zero;
}

/* list style (IE8以上)
------------------------------------------------- */
/* ---- ※ ---- */
.list_asterisk li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.list_asterisk li:before {
  content: "※ ";
}

/* ---- ・ ---- */
.list_dot li {
  text-indent: -1em;
  margin-left: 1em;
}

.list_dot li:before {
  content: "・";
}

/* ---- 1. ---- */
.list_decimal_01 li {
  counter-increment: decimal_01;
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.list_decimal_01 li:before {
  content: counter(decimal_01) ". ";
}

/* ---- (1) ---- */
.list_decimal_02 li {
  counter-increment: decimal_02;
  margin-left: 1.9em;
  text-indent: -1.9em;
}

.list_decimal_02 li:before {
  content: "(" counter(decimal_02) ") ";
}

/* ---- [1] ---- */
.list_decimal_03 li {
  counter-increment: decimal_03;
  margin-left: 1.9em;
  text-indent: -1.9em;
}

.list_decimal_03 li:before {
  content: "[" counter(decimal_03) "] ";
}

/* ---- 丸数字 ---- */
.list_decimal_04 li {
  counter-increment: decimal_04;
  margin-left: 1.7em;
  text-indent: -1.7em;
}

.list_decimal_04 li:before {
  content: counter(decimal_04);
  border: 1px solid #000;
  padding: 0 3px;
  font-size: 10px;
  margin-right: 5px;
  text-align: center;
  line-height: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* ---- upper alpha ---- */
.list_upper_alpha_01 li {
  counter-increment: upper_alpha_01;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.list_upper_alpha_01 li:before {
  content: counter(upper_alpha_01,upper-alpha) ") ";
}

/* 注釈 (IE8以上)
------------------------------------------------- */
/* ---- ※（注釈） ---- */
.notes {
  margin-left: 1.3em;
  text-indent: -1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.notes:before {
  content: "※ ";
}

/* ---- ※n （番号付き注釈）---- */
.notes_num {
  counter-increment: decimal_notes;
  margin-left: 2em;
  text-indent: -2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.notes_num:before {
  content: "※" counter(decimal_notes) " ";
}

/* 章番号用mixin (IE8以上)
usage:
■キャプションに章番号をつける場合
$counterName: oreoreCounter;
.parent-section {
	@include resetCounter($counterName);
	h2 {
		@include addCounter($counterName, '第', '章');
	}
}
■入れ子になってるリストに通し番号(1-1-1など）を付ける場合
$counterName: listCounter;
ol {
	@include resetCounter($counterName);
	li {
		@include addCounters($counterName, '-');
	}
}
------------------------------------------------- */
/* グリッドレイアウト用mixin (IE8以上)
usage:
■12分割で間隔が20pxのグリッドのクラスを作る場合
・SASS
@include grid_system(12, 20px);
・HTML
<div class="grid_system_12">  ← このdivへの幅指定はNG
	<div class="grid_6"></div> ┐
	<div class="grid_3"></div> ├ 子要素は合計が12になるようにクラス名を付ける
	<div class="grid_3"></div> ┘
</div>
------------------------------------------------- */
/* -------------------------------------------------------------------------

		module.sass

		見出し、ボタン、表など繰り返し使うパーツ（モジュール）のスタイルを定義

------------------------------------------------------------------------- */
.grid_system_12 {
  margin-left: -3%;
  width: auto !important;
}

.grid_system_12 > .grid_1, .grid_system_12 > .grid_2, .grid_system_12 > .grid_3, .grid_system_12 > .grid_4, .grid_system_12 > .grid_5, .grid_system_12 > .grid_6, .grid_system_12 > .grid_7, .grid_system_12 > .grid_8, .grid_system_12 > .grid_9, .grid_system_12 > .grid_10, .grid_system_12 > .grid_11, .grid_system_12 > .grid_12, .grid_system_12 .grid_system_2 > .grid_1, .grid_system_12 .grid_system_2 > .grid_2 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
}

.grid_system_12 > .grid_1 {
  width: 8.33333%;
}

.grid_system_12 > .grid_2 {
  width: 16.66667%;
}

.grid_system_12 > .grid_3 {
  width: 25%;
}

.grid_system_12 > .grid_4 {
  width: 33.33333%;
}

.grid_system_12 > .grid_5 {
  width: 41.66667%;
}

.grid_system_12 > .grid_6 {
  width: 50%;
}

.grid_system_12 > .grid_7 {
  width: 58.33333%;
}

.grid_system_12 > .grid_8 {
  width: 66.66667%;
}

.grid_system_12 > .grid_9 {
  width: 75%;
}

.grid_system_12 > .grid_10 {
  width: 83.33333%;
}

.grid_system_12 > .grid_11 {
  width: 91.66667%;
}

.grid_system_12 > .grid_12 {
  width: 100%;
}

.grid_system_2 {
  margin-left: -3%;
  width: auto !important;
}

.grid_system_2 .grid_system_12 > .grid_1, .grid_system_2 .grid_system_12 > .grid_2, .grid_system_2 .grid_system_12 > .grid_3, .grid_system_2 .grid_system_12 > .grid_4, .grid_system_2 .grid_system_12 > .grid_5, .grid_system_2 .grid_system_12 > .grid_6, .grid_system_2 .grid_system_12 > .grid_7, .grid_system_2 .grid_system_12 > .grid_8, .grid_system_2 .grid_system_12 > .grid_9, .grid_system_2 .grid_system_12 > .grid_10, .grid_system_2 .grid_system_12 > .grid_11, .grid_system_2 .grid_system_12 > .grid_12, .grid_system_2 > .grid_1, .grid_system_2 > .grid_2 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
}

.grid_system_2 > .grid_1 {
  width: 50%;
}

.grid_system_2 > .grid_2 {
  width: 100%;
}

/**
 * web font
 */
@font-face {
  font-family: 'svg';
  src: url("fonts/svg.eot?594fi");
  src: url("fonts/svg.eot?#iefix594fi") format("embedded-opentype"), url("fonts/svg.woff?594fi") format("woff"), url("fonts/svg.ttf?594fi") format("truetype"), url("fonts/svg.svg?594fi#svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="svg-"]:before, [class*=" svg-"]:before, .svg, .page_top a:before {
  font-family: 'svg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering=========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svg-text20:before {
  content: "\e601";
}

.svg-arrow_double_upper:before, .page_top a:before {
  content: "\e600";
}

.page_content h1 {
  margin-bottom: 20px;
  font-size: 197%;
}

.page_content h2 {
  margin-bottom: 20px;
  font-size: 138.5%;
  border-left: 3px solid #0295e2;
  padding-left: 10px;
}

.page_content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0295e2;
}

.page_content p, .page_content li, .page_content dt, .page_content dd {
  line-height: 1.7;
}

.page_content ul, .page_content ol {
  margin-bottom: 20px;
}

.page_content hr {
  margin-bottom: 30px;
  border-color: #e5e5e5;
}

.page_content * + hr {
  margin-top: 30px;
}

.page_content .panels .panel_item {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.page_content .panels + .panels {
  margin-top: 20px;
}

/* text link
------------------------------------------------- */
a {
  color: #35c1fe;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* SECTIONING
------------------------------------------------- */
.contents_article {
  margin-top: 50px;
}

.contents_article:first-child {
  margin-top: 0;
}

.contents_article .hx {
  line-height: 1;
}

.contents_article .hx:after {
  display: block;
  content: "";
  height: 1px;
  background: #a9aaaa;
  margin: -.6em 0 0 0;
}

.contents_article .hx .base {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #fff;
  padding: 0 20px 0 10px;
}

.contents_article .hx i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}

.contents_article .hx i:before, .contents_article .hx i:after {
  display: block;
  content: "";
  width: 3px;
  height: 7px;
}

.contents_article .hx i:before {
  background: #1b1c80;
}

.contents_article .hx i:after {
  background: #8e8e8f;
}

/* MIXIN
------------------------------------------------- */
@-moz-keyframes concept_link {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 4px;
  }
}
@-webkit-keyframes concept_link {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 4px;
  }
}
@keyframes concept_link {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 4px;
  }
}
/* -------------------------------------------------------------------------

		layout.sass

		ヘッダー、フッター、サイドバー等のサイトの構造に関わるスタイルを定義

------------------------------------------------------------------------- */
/* body
------------------------------------------------- */
@media screen and (min-width: 641px) {
  body {
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #555;
  }

  .site_header .inner, .site_footer .inner {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
  }

  .site_header .inner:before, .site_footer .inner:before, .site_header .inner:after, .site_footer .inner:after {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: "";
    height: 5px;
    width: 50%;
    position: absolute;
    top: -5px;
  }

  .site_header .inner:before, .site_footer .inner:before {
    left: 0;
    background: #1b1c80;
  }

  .site_header .inner:after, .site_footer .inner:after {
    background: #8e8e8f;
    right: 0;
  }

  /* noscript
  ------------------------------------------------- */
  .noscript {
    background-color: #fff9d7;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
  }

  /* header
  ------------------------------------------------- */
  .site_header .inner {
    background: url(../img/common/pattern_slant_lgray.gif);
    border-top: 5px solid #1b1c80;
    margin: 0 auto;
    padding: 24px 0 20px;
    position: relative;
    width: 960px;
  }

  .site_header .inner .site_id {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 0 0 30px;
    width: auto;
  }

  .site_header .inner p {
    bottom: 21px;
    position: absolute;
    right: 21px;
  }

  /* gloal navi
  ------------------------------------------------- */
  .global_nav {
    height: 72px;
    position: relative;
    z-index: 1000;
    text-align: center;
  }

  .global_nav ul {
    margin: 0 auto;
    /*width: 684px;*/
    /*width: 831px;*/
    width: 960px;
	 /* width: 805px;*/
  }

  .global_nav ul li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-top: 23px;
  }

  .global_nav ul .last {
    margin: 0;
  }

  /* container
  ------------------------------------------------- */
  .column_container .inner {
    width: 960px;
    margin: 0 auto;
  }

  /* breadcrumbs
  ------------------------------------------------- */
  .breadcrumbs {
    padding: 5px 0;
  }

  .breadcrumbs li {
    font-size: 85%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .breadcrumbs li:before {
    content: ">";
    padding-right: 5px;
  }

  .breadcrumbs li:first-child:before {
    content: "";
    padding-right: 0;
  }

  /* main column
  ------------------------------------------------- */
  .page_content {
    width: 960px;
    margin: 60px auto 50px;
  }

  /* footer
  ------------------------------------------------- */
  .site_footer .fnav li a {
    color: #555555;
    padding: 0 10px 0 5px;
    border-right: 1px solid #555555;
    font-size: 85%;
    line-height: 1;
  }

  .site_footer .fnav li:last-child a {
    border-right: none;
  }

  .site_footer .fnav {
    background: url(../img/common/pattern_slant_lgray.gif) repeat left top;
    text-align: center;
  }

  .site_footer .fnav li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 30px;
  }

  .site_footer .inner {
    width: 960px;
    margin: 0 auto;
    padding: 25px 0 20px;
    border-bottom: 5px solid #1b1c80;
  }

  .site_footer .inner:before, .site_footer .inner:after {
    top: auto;
    bottom: -5px;
  }

  .site_footer .inner .footer_contact {
    float: left;
    display: inline-block;
  }

  .site_footer .inner ul.link {
    float: right;
  }

  .site_footer .inner ul.link li {
    float: left;
    margin: 0 20px 0 0;
  }

  .site_footer .inner ul.link .last {
    margin: 0;
  }

  .site_footer .inner .copyright {
    clear: both;
    color: #777;
    font-family: Arial, sans-serif;
    font-size: 93%;
    padding-top: 35px;
    text-align: center;
  }

  .page_top {
    width: 960px;
    margin: 0 auto -30px;
    text-align: right;
  }

  .page_top a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #1b1c80;
    font-size: 77%;
  }

  .page_top a:before {
    font-size: 123.1%;
    vertical-align: middle;
    margin: 0 3px 0 -3px;
  }

  .page_top a:hover {
    background-color: #666666;
    text-decoration: none;
  }


  .titleCopy {
    font-size: 24px;
    color: #1B1C80;
    margin-bottom: 2px;
  }
  .descCopy {
    text-align: center;
    margin-bottom: 40px;
  }
  .equipment .titleCopy {
    text-align: center;
  }
  /* -------------------------------------------------------------------------

  		contents.sass

  		各ページ固有のスタイルを定義

  ------------------------------------------------------------------------- */
  /* top page
  ------------------------------------------------- */
  body.top #page {
    overflow: hidden;
    background-color: #ffffff;
  }

  body.top .top_content {
    margin-bottom: 45px;
  }

  body.top .top_content .top_main_image .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 50%;
    margin: 0 0 0 -600px;
    position: relative;
    width: 1200px !important;
  }

  body.top .top_content .top_main_image .bx-wrapper .bx-controls {
    left: 50%;
    margin: 0 0 0 -600px;
    position: relative;
    width: 1200px !important;
  }

  body.top .top_content .top_main_image .bx-wrapper .bx-controls .bx-pager-item {
    margin: 0 3px 0 4px;
    width: 14px;
  }

  body.top .top_content .top_main_image .bx-wrapper .bx-controls .bx-pager-item .bx-pager-link {
    background: none repeat scroll 0 0 #8e8e8f;
    border-radius: 100px;
    box-shadow: none;
    height: 14px;
    width: 14px;
  }

  body.top .top_content .top_main_image .bx-wrapper .bx-controls .bx-pager-item .active {
    background: none repeat scroll 0 0 #1b1c80;
  }

  body.top .top_content .inner {
    width: 960px;
    margin: 80px auto 0;
  }

  body.top .top_content .inner .contact {
    background: url(../img/common/pattern_slant_lgray.gif);
    margin: 0 0 50px 0;
    padding: 25px 40px 25px;
  }

  body.top .top_content .inner .contact div {
    float: left;
  }

  body.top .top_content .inner .contact .btn_vacancy {
    float: right;
  }

  body.top .top_content .inner .contact .btn_vacancy a {
    background-color: #1B1C80;
    display: block;
    padding: 10px 15px 10px;
  }

  body.top .top_content .inner .contact .btn_vacancy a:hover {
    background-color: #666666;
  }

  body.top .top_content .information .hx {
    line-height: 0;
    margin: 0 0 14px 0;
  }

  body.top .top_content .information article {
    font-size: 93%;
    padding: 18px 20px 20px;
    background: url(../img/common/pattern_dot_gray.gif) repeat-x bottom left;
  }

  body.top .top_content .information article i {
    padding: 0 19px 0 0;
    text-align: center;
  }

  body.top .top_content .information article i img {
    border: 1px solid #a9aaaa;
  }

  body.top .top_content .information article .time {
    padding: 0 27px 0 0;
    float: left;
  }

  body.top .top_content .information article .content {
    float: left;
  }

  body.top .top_content .information article .content p {
    color: #555555;
  }

  body.map .global_nav {
    border-bottom: 1px solid #eeeeee;
  }

  body.map .title {
    line-height: 0;
    margin: 0 0 60px 0;
    text-align: center;
  }

  body.map .gmap {
    margin: 0 0 32px 0;
  }

  body.map .gmap .map_inner #map {
    border: 4px solid #eeeeee;
    height: 500px;
  }

  body.map .gmap .map_inner #map .gm-style-iw h4 {
    padding: 7px 0 0 0;
  }

  body.map aside .adress {
    float: left;
    font-size: 123.1%;
    padding: 8px 0 0 0;
  }

  body.map aside .map_link {
    float: right;
  }

  body.map aside .map_link a {
    display: block;
    color: #ffffff;
    padding: 12px 20px;
    background-color: #1b1c80;
  }

  body.map aside .map_link a:hover {
    background-color: #666666;
    text-decoration: none;
  }

  body.access .global_nav {
    border-bottom: 1px solid #eeeeee;
  }

  body.access .title {
    line-height: 0;
    margin: 0 0 50px 0;
    text-align: center;
  }

  body.access .local_nav {
    position: relative;
  }

  body.access .local_nav ul {
    margin: 0 auto 70px auto;
    width: 210px;
  }

  body.access .local_nav ul li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  body.access .local_nav ul .last {
    margin: 0;
  }

  body.access article .hx {
    line-height: 0;
    margin: 0 0 30px 0;
  }

  body.access article .content {
    margin: 0 0 30px 0;
  }

  body.access article .content .img_copy {
    margin: 0 0 15px 0;
  }

  body.access article .content p {
    font-size: 93%;
    line-height: 1.6;
  }

  body.access article .content img {
    line-height: 0;
  }

  body.access article .image img {
    float: left;
  }

  body.access .location .image {
    text-align: center;
  }

  body.access .location .image img {
    float: none;
  }

  .access #id_train .content {
    width: 960px;
    height: 470px;
    background: url("../img/access/img_01.jpg") 455px top no-repeat;
	background-size: contain;
  }
  .access .bigText {
    font-size: 24px !important;
  }

  .access .bigTaxiText {
    font-size: 28px !important;
  }
  .access .bigText .decimal {
    color: #063995;
  }
  .access .imgCopy {
    margin-bottom: 30px;
  }
  .access .accessAbout{
    margin-top: 200px;
  }
  .access .accessAbout strong{
    display:block;
    margin-bottom: 5px;
  }

  body.equipment .global_nav {
    border-bottom: 1px solid #eeeeee;
  }

  body.equipment .page_content {
    width: 870px;
  }

  body.equipment .page_content ul {
    margin: auto;
    width: 870px;
    text-align: center;
  }

  body.equipment .title {
    line-height: 0;
    margin: 0 0 45px 0;
    text-align: center;
  }

  body.equipment .lead {
    font-size: 93%;
    text-align: center;
  }

  body.equipment .local_nav {
    position: relative;
    z-index: 1000;
  }

  body.equipment .local_nav ul {
    margin: 0 auto 70px auto;
    width: 630px;
  }

  body.equipment .local_nav ul li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  body.equipment .local_nav ul .last {
    margin: 0;
  }

  body.equipment article .hx {
    line-height: 0;
    margin: 0 0 30px 0;
  }

  body.equipment article ul {
    margin: 0;
  }

  body.equipment article ul li {
    float: left;
    line-height: 0;
  }

  body.equipment article ul p {
    font-size: 93%;
    line-height: 1.4;
    margin: 8px 0 0 0;
  }

  body.equipment article ul.rows_list li {
    float: none;
  }

  body.equipment article dl {
    border-left: 4px solid #eeeeee;
    border-right: 4px solid #eeeeee;
    border-top: 4px solid #eeeeee;
  }

  body.equipment article dl dd {
    border-bottom: 4px solid #eeeeee;
    font-size: 93%;
    line-height: 1.4;
    padding: 12px 0 12px 15px;
  }

  body.equipment .entrance {
    float: left;
    width: 180px;
  }

  body.equipment .indoor {
    float: left;
    width: 870px;
  }

  body.equipment .kitchen {
    clear: both;
  }

  body.equipment .internet {
    float: left;
    width: 410px;
  }

  body.equipment .common {
    float: left;
    width: 410px;
  }

  body.equipment .security ul {
    float: left;
  }

  body.equipment .security ul .last {
    margin: 0;
  }

  body.equipment .security dl {
    float: left;
    width: 309px;
  }

  body.outline .global_nav {
    border-bottom: 1px solid #eeeeee;
  }

  body.outline .page_content {
    width: 870px;
  }

  body.outline .page_content .title {
    line-height: 0;
    margin: 0 0 45px 0;
    text-align: center;
  }

  body.outline .page_content table {
    background: url(../img/common/pattern_dot_gray.gif) repeat-x top left;
    margin: 30px 0 15px;
    width: 100%;
  }

  body.outline .page_content table tr th, body.outline .page_content table tr td {
    padding: 15px 0;
  }

  body.outline .page_content table tr th {
    text-align: center;
    vertical-align: middle;
    width: 20%;
  }

  body.outline .page_content table tr td {
    line-height: 2;
  }

  body.outline .page_content table .line td {
    background: url(../img/common/pattern_dot_gray.gif) repeat-x bottom left;
    font-size: 0;
    height: 1px;
    line-height: 0;
    padding: 0;
    width: 100%;
  }

  #global_nav_sp {
    display: none;
  }

  #btnTrigger {
    display: none;
  }

  .local_nav_sp {
    display: none;
  }

  .spVisible {
    display: none;
  }

  .pcVisible {
    display: block;
  }

  .subTtl {
    font-size: 20px !important;
    font-family: "Asap", sans-serif;
    font-weight: normal;
    line-height: 1;
    background: url("../img/common/hd_bg.png") 0 50% no-repeat !important;
    color: #666;
  }
  .subTtl span {
    background-color: #fff;
    margin-left: 12px;
    padding: 0 20px 0 0;
  }

  .equipment .subTtl {
    margin-bottom: 30px;
  }

  body.roomplan .global_nav {
    border-bottom: 1px solid #eeeeee;
  }

  .roomplan .title{
    text-align: center;
    margin-bottom: 40px;
  }
  .roomplan .title img{
    display: inline-block;
  }


  .clearfix:after{
  　content: "";
  　clear: both;
  　display: block;
  }
  .roomplanWrap{}
  .roomplanRight{
    float: right;
    width: 405px;
    padding-top: 25px;
  }
  .roomplanMenu{
    width: 858px;
    margin:0 auto 120px;
  }
  .roomplanMenu li{
    margin-bottom:40px;
    padding:0;
    width: 404px;
    height: 100px;
    position: relative;
    overflow:hidden;
  }
  /* .roomplanMenu li img{
    vertical-align: bottom;
    position: absolute;
    top:0;
    left:0;
  } */



  #R .roomplanMenu li img:hover{
    vertical-align: bottom;
    position: absolute;
    top:-100px;
    left:0;
  }

  #panoramaw .roomplanMenu li img:hover{
    /* vertical-align: bottom;
    position: absolute; */
  }

  .roomplan #page{
    position: relative;
  }
  .roomplan .roomplanImg{
  }
  .roomplan #btnClose{
    width: 81px;
    height: 30px;
    position: absolute;
    top:774px;
    left:280px;
    z-index:999;
  }

  .plan #page{
    position: relative;
    text-align: center;
  }
  .plan .roomplanImg{
  }
  .plan #btnClose{
    width: 81px;
    height: 30px;
    position: absolute;
    top:774px;
    left:0;
    right: 0;
    margin: auto;
    z-index:999;
  }

.galbtn ul{
	text-align: center;
}
.galbtn ul li{
	/*float:left;*/
	margin-right:1px;
	display: inline;
}

ul.gbtn {
	text-align: center;
}


.eyecatch {
  margin-bottom: 40px;
}

.private-text li{
  float: left;
  width: 47%;
  text-align: left;
  margin-left: 3%;
}

.kyoyo{
	list-style: none;
    padding-left: 0;
    margin: auto;
    overflow: hidden;
}

	.kyoyo li{
		width: 400px;
		margin: 20px 17px;
	}
	
	.ktitle{
		    background: red;
    width: 400px;
    height: 30px;
    padding: 0px;
    margin: 20px;
    color: white;
    display: table-cell;
    vertical-align: middle;
	}
		.saigai{
		text-align: center;
    font-size: 24px;
	}


        .he-flex {
        display: flex;
        }

    .he-flexcontent{
        flex-basis: 30%;
        flex-grow: 1;
        text-align: center;
        
    }
    
    .he-flexcontent p{
        width: 80%;
        margin: 0 auto;
        text-align: left;
        font-size:0.9rem;
        line-height: 160%;
            
    }
    
    .figure img{
        width: 300px;
    }

} /* PC用記述終わり */


/* -------------------------------------------------------------------------

		print.sass

		印刷用のスタイルを定義

------------------------------------------------------------------------- */
@media print {
  /* IE zoom
  ------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7;
  }

  /* for IE7 */
  * + html body {
    zoom: 1;
  }
}

.flex_test-box {
    display: flex;
	justify-content:space-between;
	flex-basis:100px/* フレックスボックスにする */
}

/*# sourceMappingURL=style.css.map */
 /* スマートフォン */
@media screen and (max-width: 640px) {
  #id_indoor {
    letter-spacing: -2.5px;
  }

	.fl {
		clear: both;
		  margin:20px auto;
}
  .access .taxi_text {
    margin-top: 2px;
    letter-spacing: -1px;
  }
  .titleCopy {
    font-size: 15px;
    color: #1B1C80;
    margin-bottom: 2px;
  }
  body.equipment .eyecatch img {
    width: 100%;
    height: auto;
}
  .spVisible {
    display: block;
  }

  .pcVisible {
    display: none;
  }

  .global_nav {
    display: none;
  }

  .local_nav {
    display: none;
  }

  .innerSp {
    margin: 0 10px;
  }

  .subTtl {
    font-size: 20px !important;
    font-family: "Asap", sans-serif;
    font-weight: normal;
    line-height: 1;
    background: url("../img/common/hd_bg.png") 0 50% no-repeat !important;
    color: #666;
  }
  .subTtl span {
    background-color: #fff;
    margin-left: 12px;
    padding: 0 20px 0 0;
  }

  .equipment .subTtl {
    margin-bottom: 30px;
  }

  body {
    background-image: url(../img/common/line01.gif), url(../img/common/line01.gif);
    background-position: top center,bottom center;
    background-size: 100% 4px , 100% 4px;
    background-repeat: no-repeat,no-repeat;
    padding: 4px 0;
  }

  body.plan {
    background-image: none;
    padding: 0;
  }

  .site_header {
    background: url(../img/common/pattern_slant_lgray.gif);
    height: 60px;
  }
  .site_header .inner {
    margin: 0 10px;
    position: relative;
    height: 60px;
  }
  .site_header .inner .site_id {
    width: 120px;
    height: 26px;
    position: absolute;
    top: 17px;
    left: 0;
  }
  .site_header .inner .site_id img {
    width: 120px;
    height: 26px;
  }
  .site_header .inner #triggerBtn {
    width: 40px;
    height: 40px;
    background-image: url("../img/common/btn_nav.gif");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
  }
  .site_header .inner .visible {
    background-image: url("../img/common/btn_nav_close.gif") !important;
  }
  .site_header .inner #txtHeadCopy {
    display: none;
  }

  #global_nav_sp {
    margin: 0 10px;
    background-color: #121b81;
    color: #fff;
    display: none;
    padding: 10px;
  }
  #global_nav_sp a {
    color: #fff;
    font-size: 16px;
    font-family: "Asap", sans-serif;
    padding: 10px 0;
    display: block;
  }
  #global_nav_sp ul {
    margin-bottom: 20px;
  }
  #global_nav_sp .contact p {
    color: #333;
    margin-bottom: 0 !important;
  }

  .top_main_image {
    width: 100%;
    height: auto;
  }
  .top_main_image img {
    width: 100%;
    height: auto;
  }

  main {
    padding-bottom: 30px;
  }

  .contact {
    background: url(../img/common/pattern_slant_lgray.gif);
    padding: 10px 0;
  }
  .contact .spVisible {
    margin: 0 10px;
    text-align: center;
  }
  .contact .spVisible p {
    margin-bottom: 10px;
  }
  .contact .spVisible img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .contact .btn_vacancy {
    margin: 0 10px;
    text-align: center;
    line-height: 1;
  }
  .contact .btn_vacancy a {
    background-color: #1B1C80;
    display: block;
    padding: 10px 0;
  }
  .contact .btn_vacancy a:hover {
    background-color: #666666;
  }

  .page_top {
    display: block;
    width: 100px;
    margin: 40px auto 30px;
    text-align: right;
  }
  .page_top a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #1b1c80;
    font-size: 77%;
  }
  .page_top a:before {
    font-size: 123.1%;
    vertical-align: middle;
    margin: 0 3px 0 -3px;
  }
  .page_top a:hover {
    background-color: #666666;
    text-decoration: none;
  }

  .site_footer {
    padding-bottom: 20px;
  }
  .site_footer .fnav {
    background: url(../img/common/pattern_slant_lgray.gif) repeat left top;
    text-align: center;
    zoom: 1;
    margin-bottom: 20px;
  }
  .site_footer .fnav:before, .site_footer .fnav:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .site_footer .fnav:after {
    clear: both;
  }
  .site_footer .fnav a {
    color: #333;
  }
  .site_footer .fnav li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    line-height: 1;
    padding: 10px 0;
  }
  .site_footer .fnav li a {
    display: block;
  }
  .site_footer .fnav li:nth-child(odd) {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .site_footer .fnav li:nth-child(even) {
    border-bottom: solid 1px #ccc;
  }
  .site_footer .fnav li:nth-child(7) {
    border-bottom: none;
  }
  .site_footer .fnav li:last-child {
    border-bottom: none;
  }
  .site_footer .ftContact {
    text-align: center;
    margin: 0 10px 20px;
  }
  .site_footer .ftContact img {
    width: 100%;
    height: auto;
  }
  .site_footer .link {
    width: 320px;
    margin: 0 auto 20px;
  }
  /* .site_footer .link li {
    float: left;
  } */
  .site_footer .link li img {
    width: 100%;
    height: auto;
  }
  .site_footer .link li {
    width: 100px;
    margin-right: 8px;
  }
  .site_footer .link li:last-child {
    width: 120px;
  }
  /* .site_footer .link li:last-child {
    width: 91px;
  } */

  .site_footer ul {
    display: flex;
    justify-content: space-between;
  }
  .site_footer .copyright {
    margin: 0 10px;
  }

  .page_content {
    padding-top: 30px;
  }
  .page_content h1.title {
    text-align: center;
    margin-bottom: 26px;
  }
  .page_content h1.title img {
    display: inline-block;
  }
  .page_content .lead {
    margin: 0 10px;
  }

  .local_nav_sp {
    display: block;
    margin: 0 10px 30px;
  }
  .local_nav_sp ul {
    background: url(../img/common/pattern_slant_lgray.gif) repeat left top;
    text-align: center;
    zoom: 1;
    margin-bottom: 20px;
  }
  .local_nav_sp ul:before, .local_nav_sp ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  .local_nav_sp ul:after {
    clear: both;
  }
  .local_nav_sp ul a {
    color: #333;
  }
  .local_nav_sp ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    line-height: 1;
    padding: 10px 0;
    font-family: "Asap", sans-serif;
  }
  .local_nav_sp ul li a {
    display: block;
  }
  .local_nav_sp ul li a:before {
    margin-right: 10px;
    display: inline-block;
    content: "\00ab";
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .local_nav_sp ul li:nth-child(odd) {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .local_nav_sp ul li:nth-child(even) {
    border-bottom: solid 1px #ccc;
  }
  .local_nav_sp ul li:last-child {
    border-bottom: none;
  }

  .map_inner {
    margin: 0 10px;
  }
  .map_inner img{
    width: 100%;
    height: auto;
  }
  .map_inner #map {
    border: 4px solid #eeeeee;
    height: 250px;
  }
  .map_inner #map .gm-style-iw h4 {
    padding: 7px 0 0 0;
  }

  .map_link {
    float: right;
    margin-top: 10px;
  }
  .map_link a {
    display: block;
    color: #ffffff;
    padding: 12px 20px;
    background-color: #1b1c80;
  }
  .map_link a:hover {
    background-color: #666666;
    text-decoration: none;
  }

  .map .gmap {
    margin: 0 0 32px 0;
  }

  #outlineTbl {
    width: 100%;
  }
  #outlineTbl tr {
    border-bottom: dotted 1px #ccc;
  }
  #outlineTbl th {
    width: 30%;
    padding: 5px 0;
  }
  #outlineTbl td {
    width: 69px;
    padding: 7px 0;
  }
  #outlineTbl .line {
    display: none;
  }

  .access .title {
    margin: 0 10px;
  }
  .access .title img {
    width: 100%;
    height: auto;
  }

  #id_train .content {
    margin-bottom: 20px;
  }
  #id_train .imgCopy {
    margin-bottom: 20px;
  }
  #id_train .imgCopy img {
    width: 100%;
    height: auto;
  }
  #id_train .image img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #id_train .decimal {
    color: #5887d7;
  }
  #id_train .mr30 {
    margin-right: 0 !important;
  }

  #id_taxi img {

    height: auto;
    margin-bottom: 10px;
  }
  #id_taxi .mr30 {
    margin-right: 0 !important;
  }

  #id_location .img_copy {
    margin-bottom: 20px;
  }
  #id_location .img_copy img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #id_location .image {
    margin-top: 20px;
  }
  #id_location .image img {
    width: 100%;
    height: auto;
  }
  .equipment .copy img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #equipmentList .equipmentPhoto .mr50, #equipmentList .equipmentPhoto .mb30 ,#equipmentList .equipmentPhoto .mr48,#equipmentList .equipmentPhoto .mr20 {
    margin: 0 !important;
  }
  #equipmentList .equipmentPhoto .clear_fix {
    zoom: 1;
  }
  #equipmentList .equipmentPhoto .clear_fix:before, #equipmentList .equipmentPhoto .clear_fix:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #equipmentList .equipmentPhoto .clear_fix:after {
    clear: both;
  }
  #equipmentList .equipmentPhoto li {
    float: left;
    width: 49%;
    padding-right: 1%;
    padding-bottom: 20px;
  }
  #equipmentList .equipmentPhoto li img {
    width: 100%;
    height: auto;
  }
  #equipmentList .equipmentPhoto li:nth-child(even) {
    margin-right: 0 !important;
  }
  #equipmentList #id_entrance {
    margin-right: 0 !important;
  }

  #id_internet {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  #id_internet dl dd {
    border: solid 4px #eeeeee;
    box-sizing: border-box;
    padding: 10px;
  }
  #id_internet dl dd:last-child {
    border-top: none;
  }

  #id_common {
    margin-bottom: 20px !important;
  }
  #id_common dl dd {
    border: solid 4px #eeeeee;
    box-sizing: border-box;
    padding: 10px;
  }
  #id_common dl dd:last-child {
    border-top: none;
  }

	#id_security　.kyoyo{
	list-style: none;
    padding-left: 0;
    margin: auto;
    overflow: hidden;
}

	#id_security .kyoyo li{
		width: 100%;
		margin: 20px 0;
		min-height: 70px;

	}
	
	#id_security .ktitle{
		    background: red;
    width: 400px;
    height: 30px;
    padding: 0px;
    margin: 20px;
    color: white;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	}
	
	#id_security .saigai{
		text-align: center;
    font-size: 16px;
		margin-bottom: 5px;
		padding-bottom: 20px;
	}	
	
	
	
  #id_security .mb30 {
    margin-bottom: 0 !important;
  }
  #id_security .mr30 {
    margin-right: 0 !important;
  }
  #id_security li {
    float: left;
    width: 49%;
    min-height: 150px;
    margin-right: 1%;
    padding-bottom: 20px;
  }
  #id_security li:nth-child(even) {
    margin-right: 0;
  }
  #id_security dl {
    border: solid 4px #eeeeee;
    box-sizing: border-box;
    padding: 10px;
  }
  #id_security .securityImgWrap img{
    width: 100%;
    height: auto;
  }

  .roomplan .title {
    margin: 0 auto;
    text-align: center;
  }
  .roomplan .title img{
    display:inline-block;
  }
  .roomplan #page{
    /*text-align: center;*/
  }
  .roomplanMenu{
    margin:0 10px;
    text-align: center;
  }
  .roomplanMenu ul{
    display:inline-block;
  }
  .roomplanMenu li{
    margin: 0 auto 20px;
    padding:0;
    width: 300px;
    height: 74px;
    position: relative;
    overflow:hidden;
  }
  .roomplanMenu li img{
    width: 300px;
    vertical-align: bottom;
    position: absolute;
    top:0;
    left:0;
  }
  .roomplanMenu li img:hover{
    vertical-align: bottom;
    position: absolute;
    top:-74px;
    left:0;
  }
  .roomplan #page{
    position: relative;
  }
  .roomplan .roomplanImg{
    position: absolute;
    top:0;
    left:0;
  }
  .roomplan #btnClose{
    width: 81px;
    height: 30px;
    position: absolute;
    top:774px;
    left:280px;
    z-index:999;
  }

  .plan #page{
    position: relative;
  }
  .plan .roomplanImg{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
  }
  .plan #btnClose{
    width: 81px;
    height: 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    left:0;
    right: 0;
    margin: auto;
    margin-top: 120%;
    z-index:999;
  }
  .roomplanRight{
    margin:0 10px;
  }
  .roomplanRight img{
    width: 100%;
    height: auto;
  }
.flex_test-box {
    display: flex;
	justify-content:space-between;
	flex-basis:100px/* フレックスボックスにする */
}
	
.he-flexcontent img{
	display: none;
	}
}