@charset "UTF-8";
/* CSS Document */
/* 各要素リセット */
html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #494949;
}
h1, h2, h3, h4, h5, h6, p, em, strong, address {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold !important;
}
dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form, fieldset, legend {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
  height: 100%;
}
img {
  border: 0;
  vertical-align: bottom;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* reset html5要素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*全体*/
html {
  font-size: 62.5%;
}
body {
  /* iPhoneバンドル */
  -webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.vsp {
  display: none
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
  .nsp {
    display: none;
  }
  .vsp {
    display: inline;
  }
}
/* リンク */
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: #7d7d67;
}
.fade img {
  transition: all .3s;
}
.fade:hover img, input.fade:hover {
  opacity: 0.7;
}
/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*フロート・クリアーボックス*/
.clear {
  clear: both;
}
/* 汎用設定 */
/* テキスト揃え */
.lefttxt {
  text-align: left !important;
}
.righttxt {
  text-align: right !important;
}
.centertxt {
  text-align: center !important;
}
/* フロート */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.fl_n {
  float: none !important;
}
/* 画像のみのブロック */
.imgbar {
  font-size: 0;
  line-height: 0;
}
/* マージン */
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr10 {
  margin-right: 10px !important;
}
/* パディング */
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pds10 {
  padding: 0 10px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
/* 各ページ共通 */
.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container h3 {
  color: #103159;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
}
.block {
  margin-bottom: 60px;
  overflow: hidden;
}
.rtimg {
  float: right;
  margin: 0 0 15px 15px;
}
.lfimg {
  float: left;
  margin: 0 15px 15px 0;
}
.block p {
  margin-bottom: 10px;
}
.red {
  color: #cf0000;
}
.emph {
  font-weight: bold;
}
.txt_l {
  font-size: 120%;
}
.txt_s {
  font-size: 90%;
}
br.spbr {
  display: none;
}
.crumblist {
  background: #e1eae6;
}
.crumblist ul {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1;
  overflow: hidden;
  padding: 10px 0;
}
.crumblist ul li {
  float: left;
  font-size: 1.1rem;
  margin-right: 10px;
}
.crumblist ul li a {
  color: #000;
}
.crumblist ul li a:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
.pgttl {
  padding: 20px 0;
  margin-bottom: 30px;
  box-shadow: 0px 3px 5px -4px #999999;
  -moz-box-shadow: 0px 3px 5px -4px #999999;
  -webkit-box-shadow: 0px 3px 5px -4px #999999;
}
.pgttl h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 3.0rem;
  text-align: left;
  font-weight: normal;
  color: #716b58;
}
a.pdfdl {
  background: url(.../../common/img/ic_pdf.png) left center no-repeat;
  display: inline-block;
  line-height: 32px;
  padding-left: 40px;
}
/* 各ページ共通 SP */
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
  .container h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .block {
    margin-bottom: 30px;
  }
  .rtimg {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  .lfimg {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  .sppb10 {
    padding: 0 10px;
  }
  br.spbr {
    display: inline-block;
  }
  .pgtop {
    display: none;
  }
  .crumblist {
    padding: 0 10px;
  }
  .crumblist ul li {
    font-size: 1.0rem;
  }
  .pgttl {
    /* padding: 10px; */
    margin-bottom: 15px;
  }
  .pgttl h2 {
    font-size: 2.0rem;
    text-align: center;
  }
}
body {
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: 50% top;
  min-width: 1250px;
}
/*ヘッダー*/
header {
  min-width: 1220px;
  position: relative;
  z-index: 5;
}
header .container {
  max-width: 1200px;
}
h1 {
  position: absolute;
  padding-top: 5px;
}
h1 p {
  font-size: 1.1rem;
}
h1 a {}
h1 a img {
  margin: -5px 0;
}
@media screen and (max-width: 767px) {
  h1 a img {
    margin: -18px 0;
  }
}
.drawer-menu .step {
  font-size: 1.3rem;
  color: #000;
  width: 335px;
  float: right;
  line-height: 1.2;
  position: relative;
  padding-top: 35px;
}
.drawer-menu .step span {
  font-size: 1.5rem;
  font-weight: bold;
}
.drawer-menu .headtel {
  position: absolute;
  left: -256px;
}
.drawer-menu .headtel p {
  background-image: url(../img/head_phone.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 2px 0 3px 25px;
}
.drawer-menu .step1 {
  float: left;
  padding-right: 10px;
}
.drawer-menu .step2 {
  float: left;
}
.drawer-menu .step a {
  display: block;
  width: 162px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background-color: #000;
}
.drawer-menu .step a:hover {
  background-color: #103159;
}
.drawermenu {
  float: right;
  padding-top: 30px;
  letter-spacing: -.5em;
  clear: right;
}
.drawermenu li {
  display: inline-block;
  border-left: 1px solid #c0c0c0;
  letter-spacing: normal;
}
.drawermenu li:first-child {
  border-left: none;
}
.drawermenu li a {
  padding: 0 16px;
  color: #000;
}
.drawermenu li:last-child a {
  padding: 0 0 0 16px;
}
.roommenu {
  margin-top: 35px;
  background-color: rgba(16, 49, 89, 0.85);
  padding: 15px 0 10px 0;
}
.roommenu ul {
  text-align: right;
}
.roommenu li {
  display: inline-block;
  color: #fff;
  padding: 10px 0 0 15px;
}
.roommenu li.title {
  float: left;
  font-size: 1.4rem;
  padding: 0;
  font-weight: bold;
}
.roommenu li.title span {
  font-size: 2rem;
}
.roommenu a {
  color: #fff;
}
.inner {
  cursor: pointer;
}
.caption {
  position: absolute;
  left: -830px;
  top: 44px;
  color: #fff;
  display: none;
  width: 1200px;
  z-index: 99999;
  padding: 15px 0;
  text-align: center;
  letter-spacing: -.5em;
  background-color: rgba(50, 50, 50, 1);
}
.drawermenu .content li {
  display: inline-block;
  width: 25%;
  letter-spacing: normal;
}
.drawermenu .content li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.roommenu .caption li {
  display: block;
  text-align: left;
  padding: 5px 15px;
  letter-spacing: normal;
}
.roommenu .caption {
  position: absolute;
  left: -12px;
  top: 33px;
  color: #fff;
  display: none;
  width: 150px;
  z-index: 99999;
  padding: 15px 0;
  text-align: center;
  letter-spacing: -.5em;
  background-color: rgba(50, 50, 50, 1);
}
.roommenu .con_faq .caption {
  width: 320px;
  left: -110px;
}
.roommenu .content {
  position: relative;
}
header .step .content {
  position: relative;
}
.conbtn, .conbtn2 {
  cursor: pointer;
}
.content .caption1 {
  background-color: #103159;
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  width: 162px;
  margin: 0;
  z-index: 100;
}
.content .caption2 {
  background-color: #e16900;
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  width: 100%;
  margin: 0;
  z-index: 100;
}
.content p a {
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  color: #fff;
}
.content p a:hover {
  background-color: #103159;
}
.content .caption2 p a:hover {
  background-color: #ff8a00;
}
.content p {
  border-bottom: 1px dotted #fff;
}
.content p.l_bottom {
  border-bottom: 0;
}
#pankuzu {
  background-color: rgba(155, 155, 155, 0.8);
  color: #fff;
  padding: 5px 0;
  font-size: 1.3rem;
  min-width: 1220px;
}
#pankuzu a {
  color: #fff;
}
#pankuzu a:hover {
  text-decoration: underline;
}
#pankuzu .container {
  max-width: 1200px;
  text-align: right;
}
.topfloormap {
  margin-bottom: 50px;
}
.main_img {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  h1 {
    position: relative;
    float: left;
    padding-top: 0;
    padding-bottom: 5px;
  }
  h1 a {
    background-size: auto 100%;
    width: 100px;
    height: 50px;
  }
  h1 img {
    width: 100px;
  }
  h1 p {
    font-size: 0.9rem;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 5px;
  }
  header, header .container {
    max-width: 100%;
    min-width: 100%;
    padding: 5px 10px;
  }
  .drawer-menu .step {
    width: 100%;
    float: none;
    padding-left: 15px;
    display: none;
  }
  .drawer-menu .headtel {
    position: relative;
    left: 0;
    padding: 20px 0 0 0;
    font-size: 1rem;
  }
  .drawer-menu .headtel p {
    font-size: 2rem;
  }
  .drawer-menu .headtel a {
    display: inherit;
    width: auto;
    color: #333;
    text-align: left;
    padding: 0;
    background-color: #fff;
  }
  .drawer-menu .step1 {
    float: none;
    padding: 10px 0 10px 0;
  }
  .drawer-menu .step2 {
    float: none;
  }
  .drawer-menu .step a {
    display: block;
  }
  .drawer-menu {
    padding: 0 0 50px 0;
  }
  .drawermenu {
    float: none;
  }
  .drawermenu li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #c0c0c0;
  }
  .drawer-menu li a, .drawer-menu li:last-child a {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .roommenu {
    margin-top: 0;
    padding: 0;
  }
  .roommenu ul {
    text-align: left;
  }
  .roommenu li {
    display: block;
    padding: 0;
  }
  .roommenu li.title {
    float: none;
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .roommenu li.title span {
    font-size: 1.7rem;
  }
  .roommenu a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px dotted #efefef;
  }
  .caption {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: auto;
    padding: 0;
    background-color: #efefef;
  }
  .drawermenu .content li {
    display: inline-block;
    width: 49.5%;
    letter-spacing: normal;
  }
  .drawermenu .content li a {
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    color: #000;
    font-weight: normal;
  }
  .drawermenu .content li:last-child a {
    padding: 10px;
  }
  .roommenu .caption li {
    display: block;
    padding: 0;
    text-align: left;
    text-indent: 2em;
  }
  .roommenu .caption {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: auto;
    padding: 0;
    text-align: center;
  }
  .roommenu .con_faq .caption {
    width: 100%;
    left: auto;
  }
}
@media screen and (min-width: 767px) {
  /* Shutter Out Horizontal */
  .drawermenu li {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    z-index: 5;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .drawermenu li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 204, 102, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .drawermenu li:hover {
    color: white;
  }
  .drawermenu li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* Underline From Center */
  .roommenu a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    z-index: 3;
  }
  .roommenu a:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #103159;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .roommenu a:hover:before {
    left: 0;
    right: 0;
  }
}
footer {
  padding-top: 100px;
}
footer ul {
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: -.4em;
}
footer li {
  display: inline-block;
  border-left: 1px solid #c0c0c0;
  letter-spacing: normal;
}
footer li:first-child {
  border-left: none;
}
footer li a {
  padding: 0 20px;
  font-size: 1.2rem;
}
#copyright {
  color: #fff;
  background-color: #323232;
  padding: 18px 0 13px 0;
  font-size: 1.2rem;
  min-width: 1220px;
}
.pgtop {
  float: right;
  font-size: 1.3rem;
}
.pgtop i {
  color: #103159;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #copyright {
    padding: 10px;
    min-width: 100%;
    line-height: 1.2;
  }
  footer {
    padding-top: 60px;
  }
  footer li:first-child, footer li:nth-child(2) {
    border-left: none;
  }
  footer li a {
    padding: 0 10px;
    font-size: 1.1rem;
  }
}
/*TOP*/
.infiniteslide {
  width: 1400px;
  margin: 35px auto;
  color: #333;
  background-color: #fff;
  box-shadow: 7px 5px 6px -1px #646464;
  -moz-box-shadow: 7px 5px 6px -1px #646464;
  -webkit-box-shadow: 7px 5px 6px -1px #646464;
}
.infiniteslide li a {
  display: block;
}
.infiniteslide .left {
  padding: 80px 20px 0 80px;
  float: left;
  text-align: justify;
  width: 520px;
}
.infiniteslide .right {
  float: right;
}
.infiniteslide .title0 {
  font-size: 3.6rem;
  padding-bottom: 15px;
  font-weight: bold;
}
.infiniteslide .title1 {
  font-weight: bold;
  font-size: 1.8rem;
}
.infiniteslide .title1 span {
  font-size: 2.8rem;
}
.infiniteslide .title2 {
  padding-top: 40px;
}
.slick-track {
  padding-bottom: 0;
}
.slide1esaka {
  background-image: url(../../esaka/images/slide_1back.gif);
}
.slide1esaka a {
  color: #fff;
}
.container.ind .maincont {
  float: left;
  width: 75%;
}
.container.ind .sidecont {
  float: right;
  width: 22%;
}
.container.room_low .maincont {
  float: right;
  width: 70%;
}
.container.room_low .sidecont {
  float: left;
  width: 25%;
}
.container.ind .sidecont .banner, .container.room_low .sidecont .banner {
  text-align: center;
}
.container.ind .sidecont .banner a, .container.room_low .sidecont .banner a {
  display: block;
  margin-bottom: 10px;
  transition: all .3s;
}
.container.ind .sidecont .banner a:hover, .container.room_low .sidecont .banner a:hover {
  opacity: 0.7;
}
.container.ind .lineup .box {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container.ind .lineup .box .ph {
  text-align: center;
}
.container.ind .lineup .box .ph img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.container.ind .lineup .box h4 {
  color: #103159;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}
#infobox h3 {
  background: #103159;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 0;
}
#infobox ul li {
  background: #f2f2ee;
  margin-top: 1px;
  padding: 15px 20px;
}
#infobox ul li div:nth-child(2n+1) span {
  display: inline-block;
  background: #fff;
  border: 1px solid #adcabd;
  color: #103159;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
  min-width: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.infobox_btn {
  text-align: right;
  text-decoration: underline;
  margin-top: 10px;
}
/* TOP SP */
@media screen and (max-width: 767px) {
  .infiniteslide {
    width: 320px;
    margin: 15px auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    clear: both;
  }
  .infiniteslide li {
    width: 320px;
  }
  .infiniteslide .left {
    padding: 10px;
    float: none;
    text-align: justify;
    width: 100%;
  }
  .infiniteslide .right {
    float: none;
  }
  .infiniteslide .right img {
    width: 100%;
  }
  .infiniteslide .title0 {
    font-size: 2.2rem;
    padding-bottom: 5px;
  }
  .infiniteslide .title1 {
    font-size: 1.5rem;
  }
  .infiniteslide .title1 span {
    font-size: 1.8rem;
  }
  .infiniteslide .title2 {
    padding-top: 10px;
  }
  .container.ind .maincont, .container.room_low .maincont, .container.ind .new_contents, #infobox {
    float: none;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .container.ind .sidecont, .container.room_low .sidecont {
    float: none;
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
    background: #f4f4f4;
  }
  .container.ind .lineup .box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .container.ind .lineup .box h4 {
    font-size: 1.4rem;
  }
  .container.ind .lineup .box:last-child {
    margin-bottom: 0;
  }
  .container.ind #infobox h3 {
    font-size: 1.4rem;
    padding: 10px;
  }
  .container.ind #infobox ul li {
    padding: 10px;
  }
  .container.ind #infobox ul li .date {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .container.ind .sidecont .fbfeed {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .container.ind .sidecont .twfeed {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
/* 各会議室 TOP */
.sp_title {
  display: none;
}
#wideslide {
  margin-top: 1px;
  margin-bottom: 70px;
}
#wideslide .slick-slide img {
  width: 100%;
}
#wideslide .slider .inbox {
  position: relative;
}
#wideslide .slider .inbox a.appbtn {
  position: absolute;
  left: 7%;
  bottom: 7%;
  font-size: 1.8rem;
  padding: 15px 10px;
}
.topfacility {
  margin-bottom: 40px;
}
.topfacility .ttl {
  background: url(../../common/img/bg_topmap.png);
}
.topfacility .ttl h2 {
  max-width: 1000px;
  margin: 0 auto;
  height: 86px;
  overflow: hidden;
  text-align: left;
  line-height: 86px;
  color: #103159;
  font-size: 2.0em;
  font-weight: bold;
}
.topfacility .ttl h2 span.ic {
  display: inline-block;
  margin-right: 15px;
}
.topfacility .facilineup {
  overflow: hidden;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 50px;
  height: auto;
}
.topfacility .facilineup .box {
  float: left;
  width: 33%;
  padding: 0 5px;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.topfacility .facilineup .box .inner > a {
  display: block;
  transition: all .3s;
}
.topfacility .facilineup .box .inner > a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.topfacility .facilineup .box .name {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px;
}
.topfacility .facilineup .box .name span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
}
.topfacility .facilineup .box .capa, .topfacility .facilineup .box .fee {
  background: #fff;
  text-align: center;
}
.topfacility .facilineup .box .capa {
  /*height: 54px;*/
  padding: 7px 0;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.topfacility .facilineup .box .fee {
  padding: 5px 0;
}
.topfacility .facilineup .box .capa span {
  font-size: 1.2em;
}
.topfacility .facilineup .box .fee span {
  font-size: 1.2em;
  font-weight: bold;
}
.topfacility .facilineup .box .exp {
  color: #fff;
  padding: 10px;
  font-size: 0.9em;
}
.topfacility .facilineup .box.type01 .inner {
  border: 1px solid #0c55b9;
  background: #0c55b9;
  color: #0c55b9;
}
.topfacility .facilineup .box.type01 .capa, .topfacility .facilineup .box.type01 .fee {
  color: #0c55b9;
}
.topfacility .facilineup .box.type01 .capa {
  border-bottom: 1px dotted #0c55b9;
}
.topfacility .facilineup .box.type02 .inner {
  border: 1px solid #42ac25;
  background: #42ac25;
  color: #42ac25;
}
.topfacility .facilineup .box.type02 .capa, .topfacility .facilineup .box.type02 .fee {
  color: #42ac25;
}
.topfacility .facilineup .box.type02 .capa {
  border-bottom: 1px dotted #42ac25;
}
.topfacility .facilineup .box.type03 .inner {
  border: 1px solid #e86187;
  background: #e86187;
  color: #e86187;
}
.topfacility .facilineup .box.type03 .capa, .topfacility .facilineup .box.type03 .fee {
  color: #e86187;
}
.topfacility .facilineup .box.type03 .capa {
  border-bottom: 1px dotted #e86187;
}
.topfacility .facilineup .box.type04 .inner {
  border: 1px solid #927a48;
  background: #927a48;
  color: #927a48;
}
.topfacility .facilineup .box.type04 .capa, .topfacility .facilineup .box.type04 .fee {
  color: #927a48;
}
.topfacility .facilineup .box.type04 .capa {
  border-bottom: 1px dotted #927a48;
}
.facilineup.wide {
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.facilineup.wide .box {
  width: 50%;
  position: relative;
}
.facilineup.wide .box span.ic {
  position: absolute;
  top: -30px;
  left: -20px;
}
.facilineup.wide .box.type05 .inner {
  background: #573d91;
  border: 1px solid #573d91;
}
.facilineup.wide .box.type06 .inner {
  background: #e66f00;
  border: 1px solid #e66f00;
}
.facilineup.wide .box.type05 .capa, .facilineup.wide .box.type05 .fee {
  color: #573d91;
  border-bottom: 1px dotted #573d91;
}
.facilineup.wide .box.type06 .capa, .facilineup.wide .box.type06 .fee {
  color: #e66f00;
}
#lowbgwrap {
  background: url(../../common/img/conferenceroom/bg_lowgrad.png) left top repeat-x;
  padding-top: 30px;
}
.top_lead p {
  font-size: 18px;
}
.top_lead p span {
  background: linear-gradient(transparent 40%, #ffff66 40%);
  font-weight: bold;
}
.ftopaccess {
  border: 1px solid #103159;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #fff;
  position: relative;
}
.ftopaccess a.appbtn {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 30%;
  text-align: center;
  font-size: 1.8rem;
}
.ftopaccess a.appbtn2 {
  position: absolute;
  left: 20px;
  top: 18px;
  right: auto;
  bottom: auto;
  width: 30%;
  text-align: center;
  font-size: 1.8rem;
}
a.appbtn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.appbtn {
  display: inline-block;
  border: 1px solid #103159;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  transition: all .3s;
  background: #103159;
  background: -webkit-linear-gradient(top, #114d95 0%, #103159 100%);
  background: linear-gradient(to bottom, #114d95 0%, #103159 100%);
}
/* 各会議室 TOP SP */
@media screen and (max-width: 767px) {
  .sp_title {
    display: inherit;
    font-size: 1.2rem;
    padding: 15px 0 0 0;
    text-align: left;
  }
  #wideslide {
    margin-bottom: 30px;
  }
  #wideslide .slider .inbox a.appbtn {
    left: auto;
    bottom: 7%;
    right: 10px;
    font-size: 1.2rem;
    padding: 5px;
  }
  #wideslide .slider .inbox a.appbtn:hover {
    opacity: 1;
  }
  .top_lead p {
    font-size: 14px;
    padding: 5px 10px;
  }
  .topfacility {
    margin-bottom: 30px;
    background-color: #fff;
  }
  .topfacility .ttl {
    padding: 15px;
    margin-bottom: 10px;
  }
  .topfacility .ttl h2 {
    height: auto;
    line-height: 1.3;
    font-size: 1.2em;
  }
  .topfacility .ttl h2 span {
    display: block;
  }
  .topfacility .ttl h2 span.ic {
    width: 30px;
    height: 30px;
    float: left;
  }
  .topfacility .facilineup .box {
    width: 50%;
    margin-bottom: 10px;
  }
  .topfacility .facilineup .box .ph img {
    width: 100%;
    height: auto;
  }
  .topfacility .facilineup .box .exp {
    padding: 5px;
  }
  #lowbgwrap {
    padding-top: 20px;
  }
  .ftopaccess a.appbtn, .ftopaccess a.appbtn2 {
    position: static;
    display: block;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    width: 80%;
    font-size: 1.4rem;
    margin: 0 auto 10px auto;
  }
  .facilineup.wide {
    margin: 0 auto 0 auto;
    padding: 0 5px;
  }
  .facilineup.wide .box {
    padding: 0 5px;
  }
  .facilineup.wide .box span.ic {
    top: 40px;
    left: 10px;
    width: 60px;
  }
  .floormap ul.guide li.wd {
    width: 100%;
  }
  .container.room_low .sidecont ul.facinav li.tp_ex a p.name span, .container.room_low .sidecont ul.facinav li.tp_tm a p.name span {
    display: inline;
  }
  .container.room_low .sidecont ul.facinav li.tp_ex span.ic, .container.room_low .sidecont ul.facinav li.tp_tm span.ic {
    position: absolute;
    right: 25px;
    top: 5px;
  }
}
.container.room_low {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 10px 0 0;
}
.container.room_low .sidecont ul.facinav {
  border: 1px solid #dadada;
  background: #fff;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.container.room_low .sidecont ul.facinav li {
  border-top: 1px solid #dadada;
}
.container.room_low .sidecont ul.facinav li:first-child {
  border-top: none;
}
.container.room_low .sidecont ul.facinav li a {
  display: block;
  padding: 15px;
  color: #222;
}
.container.room_low .sidecont ul.facinav li a:hover {
  text-decoration: none;
}
.container.room_low .sidecont ul.facinav li a div {
  padding-left: 10px;
  line-height: 1.3;
}
.container.room_low .sidecont ul.facinav li a p.name {
  font-size: 2.1rem;
}
.container.room_low .sidecont ul.facinav li a p.name span {
  font-size: 1.4rem;
}
.container.room_low .sidecont ul.facinav li a p.capa span {
  font-size: 1.8rem;
}
.container.room_low .sidecont ul.facinav li a p.att {
  font-size: 1.2rem;
  text-align: right;
  padding-right: 10px;
}
.container.room_low .sidecont ul.facinav li.tp01:hover, .container.room_low .sidecont ul.facinav li.tp01 a.current {
  background: #cadeff; /* Old browsers */
  background: -webkit-linear-gradient(top, #cadeff 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cadeff 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont ul.facinav li.tp01 a div {
  background: url(../../common/img/conferenceroom/arw_tp01.png) right center no-repeat;
  border-left: 6px solid #0c55b9;
}
.container.room_low .sidecont ul.facinav li.tp01 a p.name {
  color: #0c55b9;
}
.container.room_low .sidecont ul.facinav li.tp02:hover, .container.room_low .sidecont ul.facinav li.tp02 a.current {
  background: #d0ecc8; /* Old browsers */
  background: -webkit-linear-gradient(top, #d0ecc8 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0ecc8 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont ul.facinav li.tp02 a div {
  background: url(../../common/img/conferenceroom/arw_tp02.png) right center no-repeat;
  border-left: 6px solid #42ac25;
}
.container.room_low .sidecont ul.facinav li.tp02 a p.name {
  color: #42ac25;
}
.container.room_low .sidecont ul.facinav li.tp03:hover, .container.room_low .sidecont ul.facinav li.tp03 a.current {
  background: #fcdee7; /* Old browsers */
  background: -webkit-linear-gradient(top, #fcdee7 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcdee7 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont ul.facinav li.tp03 a div {
  background: url(../../common/img/conferenceroom/arw_tp03.png) right center no-repeat;
  border-left: 6px solid #e86187;
}
.container.room_low .sidecont ul.facinav li.tp03 a p.name {
  color: #e86187;
}
.container.room_low .sidecont ul.facinav li.tp04:hover, .container.room_low .sidecont ul.facinav li.tp04 a.current {
  background: #f1e4c9; /* Old browsers */
  background: -webkit-linear-gradient(top, #f1e4c9 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1e4c9 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont ul.facinav li.tp04 a div {
  background: url(../../common/img/conferenceroom/arw_tp04.png) right center no-repeat;
  border-left: 6px solid #927a48;
}
.container.room_low .sidecont ul.facinav li.tp04 a p.name {
  color: #927a48;
}
.container.room_low .sidecont ul.facinav li.tp05:hover, .container.room_low .sidecont ul.facinav li.tp05 a.current {
  background: #caf1e0; /* Old browsers */
  background: -webkit-linear-gradient(top, #caf1e0 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #caf1e0 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont ul.facinav li.tp05 a div {
  background: url(../../common/img/conferenceroom/arw_tp05.png) right center no-repeat;
  border-left: 6px solid #103159;
}
.container.room_low .sidecont ul.facinav li.tp05 a p.name {
  color: #103159;
}
.container.room_low .sidecont ul.facinav li.tp_ex a div {
  background: url("../../common/img/conferenceroom/arw_tpex.png") right center no-repeat;
  border-left: 6px solid #563C90;
}
.container.room_low .sidecont ul.facinav li.tp_ex a p.name {
  color: #563C90;
  font-size: 1.8rem;
}
.container.room_low .sidecont ul.facinav li.tp_ex a p.name span {
  display: block;
}
.container.room_low .sidecont ul.facinav li.tp_ex:hover, .container.room_low .sidecont ul.facinav li.tp_ex a.current {
  background: #e6d4fe; /* Old browsers */
  background: -webkit-linear-gradient(top, #e6d4fe 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6d4fe 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont ul.facinav li.tp_tm a div {
  background: url("../../common/img/conferenceroom/arw_tptm.png") right center no-repeat;
  border-left: 6px solid #E56E00;
}
.container.room_low .sidecont ul.facinav li.tp_tm a p.name {
  color: #E56E00;
  font-size: 1.8rem;
}
.container.room_low .sidecont ul.facinav li.tp_tm a p.name span {
  display: block;
}
.container.room_low .sidecont ul.facinav li.tp_tm:hover, .container.room_low .sidecont ul.facinav li.tp_tm.current, .container.room_low .sidecont ul.facinav li.tp_tm a.current {
  background: #ffd7ba; /* Old browsers */
  background: -webkit-linear-gradient(top, #ffd7ba 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd7ba 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container.room_low .sidecont .askbox {
  margin-bottom: 20px;
  text-align: center;
}
.container.room_low .sidecont .askbox .ttl {
  border: 1px solid #103159;
  background: #fff;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  color: #103159;
  margin-bottom: 5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.container.room_low .sidecont .askbox .tel {
  background: url(../../flow/images/ic_phone.png) left top no-repeat;
  background-size: 40px;
  -webkit-background-size: 40px;
  padding-left: 50px;
  text-align: left;
}
.container.room_low .sidecont .askbox .tel h4 {
  font-weight: bold;
  font-size: 13px;
}
.container.room_low .sidecont .askbox .tel .num {
  font-weight: bold;
  font-size: 2.5rem;
  font-family: Helvetica, sans-serif;
}
.container.room_low .sidecont .askbox .tel .num span {
  font-size: 1.3rem;
}
.container.room_low .sidecont .askbox .hour {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.container.room_low .sidecont .askbox a {
  width: 90%;
  text-align: center;
  font-size: 1.8rem;
}
.container.room_low .maincont .visttl {
  margin-bottom: 50px;
}
.container.room_low .maincont .visttl h2 {
  font-size: 3.6rem;
  padding: 60px 0 10px 0;
  font-weight: bold;
  color: #000;
}
.container.room_low .maincont .visttl h2 span {
  font-size: 3.0rem;
}
.container.room_low .maincont .visttl .data {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
}
.container.room_low .maincont .visttl .data span {
  font-size: 1.4em;
}
.container.room_low .maincont .visttl .lead {
  font-size: 1.5rem;
}
.container.room_low .maincont .visttl .att {
  font-size: 0.9em;
}
.container.room_low .maincont .roomphoto {
  padding-top: 30px;
}
.container.room_low .maincont .roomphoto img {
  width: 100%;
}
.container.room_low .maincont .roomphoto iframe {
  width: 100%;
  height: 400px;
}
.container.room_low .maincont h3 {
  font-size: 1.4em;
  padding: 10px;
}
.container.room_low .maincont h3 span {
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 10px;
}
.container02 ul.lst3col, .container.room_low .maincont ul.lst3col, .container.room_low .maincont ul.lst4col {
  overflow: hidden;
}
.container02 ul.lst3col li, .container.room_low .maincont ul.lst3col li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container02 ul.lst4col li, .container.room_low .maincont ul.lst4col li {
  float: left;
  width: 33%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}
.container02 ul.lst3col li p, .container.room_low .maincont ul.lst3col li p, .container.room_low .maincont ul.lst4col li p {
  font-size: 0.9em;
}
.container.room_low .maincont ul.lst4col li p:first-of-type {
  margin: 10px 0 0px;
  font-weight: bold;
  font-size: 14px;
}
.container.room_low .maincont a.nmbtn {
  display: inline-block;
  line-height: 1;
  min-width: 200px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
.container.room_low .maincont a.nmbtn:hover {
  text-decoration: none;
  opacity: 0.7;
}
table.nmtbl {
  width: 100%;
}
table.nmtbl th, table.nmtbl td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  /*word-break: break-all;*/
}
table.nmtbl.fxs th, table.nmtbl.fxs td {
  font-size: 70%;
}
table.nmtbl th {
  background: #f3f3f3;
}
table.nmtbl td.sub {
  background: #f9f9f9;
}
table.nmtbl th.dk {
  background: #e9e9e9;
}
table.nmtbl th.c01 {
  background: #E9F2FF;
}
table.nmtbl th.c02 {
  background: #ECF7E8;
}
table.nmtbl th.c03 {
  background: #FBECF0;
}
table.nmtbl th.c04 {
  background: #F6F0E5;
}
.roomwrap.type01 .maincont h3 {
  color: #0c55b9;
}
.roomwrap.type01 .maincont h3 {
  border-bottom: 1px solid #bbc8da;
}
.roomwrap.type01 .maincont h3 span {
  color: #7b9bc7;
}
.roomwrap.type01 .maincont a.nmbtn {
  background: #0c55b9;
}
.roomwrap.type02 .maincont h3 {
  color: #42ac25;
}
.roomwrap.type02 .maincont h3 {
  border-bottom: 1px solid #94c77b;
}
.roomwrap.type02 .maincont h3 span {
  color: #94c77b;
}
.roomwrap.type02 .maincont a.nmbtn {
  background: #42ac25;
}
.roomwrap.type03 .maincont h3 {
  color: #e86187;
}
.roomwrap.type03 .maincont h3 {
  border-bottom: 1px solid #f2bbca;
}
.roomwrap.type03 .maincont h3 span {
  color: #f19bb3;
}
.roomwrap.type03 .maincont a.nmbtn {
  background: #e86187;
}
.roomwrap.type04 .maincont h3 {
  color: #927a48;
}
.roomwrap.type04 .maincont h3 {
  border-bottom: 1px solid #b7a681;
}
.roomwrap.type04 .maincont h3 span {
  color: #b7a681;
}
.roomwrap.type04 .maincont a.nmbtn {
  background: #927a48;
}
.roomwrap.type05 .maincont h3 {
  color: #103159;
}
.roomwrap.type05 .maincont h3 {
  border-bottom: 1px solid #5ba987;
}
.roomwrap.type05 .maincont h3 span {
  color: #5ba987;
}
.roomwrap.type05 .maincont a.nmbtn {
  background: #103159;
}
.roomwrap.type_ex .maincont h3 {
  color: #563C90;
}
.roomwrap.type_ex .maincont h3 {
  border-bottom: 1px solid #563C90;
}
.roomwrap.type_ex .maincont h3 span {
  color: #563C90;
}
.roomwrap.type_ex .maincont a.nmbtn {
  background: #563C90;
}
.roomwrap.type_tm .maincont h3 {
  color: #E56E00;
}
.roomwrap.type_tm .maincont h3 {
  border-bottom: 1px solid #E56E00;
}
.roomwrap.type_tm .maincont h3 span {
  color: #E56E00;
}
.roomwrap.type_tm .maincont a.nmbtn {
  background: #E56E00;
}
.roomwrap.type_n .maincont a.nmbtn {
  background: #103159;
}
/* 施設紹介 フロアマップ */
.floormap {
  margin-bottom: 50px;
}
.floormap ul.guide {
  overflow: hidden;
  margin-bottom: 10px;
}
.floormap ul.guide li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
}
.nagahoribashi .floormap ul.guide li {
  width: 33%;
}
.floormap ul.guide li span {
  display: inline-block;
  width: 50px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.floormap ul.guide li.t01 {
  color: #0C55B9;
}
.floormap ul.guide li.t01 span {
  background: #D8E7EE;
}
.floormap ul.guide li.t02 {
  color: #42AC25;
}
.floormap ul.guide li.t02 span {
  background: #B2DDC8;
}
.floormap ul.guide li.t03 {
  color: #E86187;
}
.floormap ul.guide li.t03 span {
  background: #EAD3E2;
}
.floormap ul.guide li.t04 {
  color: #927A48;
}
.floormap ul.guide li.t04 span {
  background: #F6EDE1;
}
.floormap ul.guide li.t05 {
  color: #7C2DAA;
}
.floormap ul.guide li.t05 span {
  background: #DDDDED;
}
.floormap ul.guide li.t06 {
  color: #E42F4E;
}
.floormap ul.guide li.t06 span {
  background: #FFB2BE;
}
.floormap ul.guide li.t07 {
  color: #573d91;
}
.floormap ul.guide li.t07 span {
  background: #C6ADD4;
}
.floormap ul.guide li.t08 span {
  background: #F7D4B2;
}
.floormap .flt {
  margin-top: 40px;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.floormap .flt span.num {
  font-size: 1.2em;
}
.floormap .flt span.sub {
  font-size: 0.6em;
}
/* フロアポップアップ */
.flpopup {
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
.flpopup h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.flpopup .mainph {
  margin-bottom: 10px;
  padding: 0 5px;
}
.flpopup ul.subph {
  overflow: hidden;
  margin-bottom: 20px;
}
.flpopup ul.subph li {
  float: left;
  width: 33.33%;
  padding: 0 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flpopup a.btn {
  display: inline-block;
  line-height: 1;
  min-width: 200px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
.flpopup a.btn.bl {
  background: #0C55B9 !important;
}
.flpopup a.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
#room01.flpopup h4 {
  color: #0C55B9;
}
#room01.flpopup a.btn {
  background: #0C55B9;
}
#room02.flpopup h4 {
  color: #42AC25;
}
#room02.flpopup a.btn {
  background: #42AC25;
}
#room03.flpopup h4 {
  color: #E86187;
}
#room03.flpopup a.btn {
  background: #E86187;
}
#room04.flpopup h4 {
  color: #927A48;
}
#room04.flpopup a.btn {
  background: #927A48;
}
#room05.flpopup h4 {
  color: #7C2DAA;
}
#room05.flpopup a.btn {
  background: #7C2DAA;
}
#room06.flpopup h4 {
  color: #E42F4E;
}
#room06.flpopup a.btn {
  background: #E42F4E;
}
#room07.flpopup h4 {
  color: #563C90;
}
#room07.flpopup a.btn {
  background: #563C90;
  padding: 0 15px;
}
#room08.flpopup h4 {
  color: #E56E00;
}
#room08.flpopup a.btn {
  background: #E56E00;
  padding: 0 15px;
}
/* 施設紹介 SP */
@media screen and (max-width: 767px) {
  .container.room_low {
    padding: 10px 0 0 0;
  }
  .container.room_low .sidecont ul.facinav {
    font-size: 1.2rem;
  }
  .container.room_low .sidecont ul.facinav li a {
    padding: 10px;
  }
  .container.room_low .sidecont ul.facinav li a:hover {
    text-decoration: none;
  }
  .container.room_low .sidecont ul.facinav li a div {
    padding-left: 10px;
  }
  .container.room_low .sidecont ul.facinav li a p.name {
    font-size: 1.8rem;
  }
  .container.room_low .sidecont ul.facinav li a p.name span {
    font-size: 1.3rem;
  }
  .container.room_low .sidecont ul.facinav li a p.capa span {
    font-size: 1.3rem;
  }
  .container.room_low .sidecont ul.facinav li a p.capa {
    display: inline-block;
  }
  .container.room_low .sidecont ul.facinav li a p.att {
    font-size: 1.1rem;
    text-align: left;
    padding-right: 0;
    display: inline-block;
  }
  .container.room_low .sidecont .askbox {
    padding: 0 10px;
  }
  .container.room_low .sidecont .askbox a {
    font-size: 1.6rem;
  }
  .container.room_low .maincont .visttl {
    margin-bottom: 20px;
  }
  .container.room_low .maincont .visttl h2 {
    font-size: 2.0em;
    padding: 5px 0;
  }
  .container.room_low .maincont .visttl h2 span {
    font-size: 1.6rem;
  }
  .container.room_low .maincont .visttl .data {
    font-size: 1.0em;
    margin-bottom: 10px;
  }
  .container.room_low .maincont .visttl .lead {
    font-size: 1.0em;
  }
  .container.room_low .maincont .roomphoto {
    width: 100%;
    padding-top: 20px;
  }
  .container.room_low .maincont .roomphoto iframe {
    height: 200px;
  }
  .container.room_low .maincont h3 {
    font-size: 1.2em;
    padding: 5px;
  }
  .container.room_low .maincont h3 span {
    margin-left: 0;
    display: block;
  }
  .container.room_low .maincont ul.lst3col li, .container.room_low .maincont ul.lst4col li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .container.room_low .maincont a.nmbtn {
    min-width: 0;
    padding: 0 15px;
    font-size: 1.2rem;
  }
  table.nmtbl {
    width: 100%;
  }
  table.nmtbl th, table.nmtbl td {
    font-size: 0.9em;
  }
  /*tableをスクロールさせる*/
  /*tableのセル内にある文字の折り返しを禁止*/
  table.nmtbl {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
  }
  table.nmtbl tbody {
    width: 100%;
    display: table;
  }
  /*tableにスクロールバーを追加*/
  table.nmtbl::-webkit-scrollbar {
    height: 5px;
  }
  /*tableにスクロールバーを追加*/
  table.nmtbl::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  /*tableにスクロールバーを追加*/
  table.nmtbl::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  /* 施設紹介 フロアマップ SP */
  .floormap {
    margin-bottom: 30px;
  }
  .floormap ul.guide li {
    width: 33.33%;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .nagahoribashi .floormap ul.guide li {
    width: 50%;
  }
  .floormap ul.guide li span {
    width: 15px;
    margin-right: 5px;
  }
  .floormap .flt {
    margin-top: 20px;
    font-size: 1.2em;
  }
  .flpopup a.btn {
    display: block;
    max-width: 300px;
    margin: 0 auto 5px auto;
  }
}
/* 利用料金一覧 */
.roomwrap.type_n .maincont h2 {
  font-size: 2.2em;
  padding: 60px 0 20px 0;
  color: #000;
  margin-bottom: 10px;
}
.disnon {
  display: none;
}
ul.pricetab {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #103159;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
ul.pricetab li {
  float: left;
  width: 20%;
  text-align: center;
  border-left: 1px solid #103159;
  line-height: 1.2;
  color: #103159;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .3s;
}
ul.pricetab li:first-child {
  border-left: none;
}
ul.pricetab li span {
  display: table-cell;
  width: inherit;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
}
ul.pricetab li:hover {
  background: #c8efde;
}
ul.pricetab li.selected {
  background: #103159;
  color: #fff;
}
.featherlight {
  padding: 30px 0;
}
.ptprice_l {
  float: left;
  width: 48%;
}
.ptprice_r {
  float: right;
  width: 48%;
}
.ptprice_l h4 {
  color: #7d7d67;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.ptprice_l h4 span {
  font-size: 0.8em;
}
.ptprice_l .ph {
  margin-bottom: 10px;
}
.ptprice_l .att {
  font-size: 0.8em;
}
.ptprice_r .subt {
  color: #7d7d67;
}
.ptprice_r .subt span {
  font-size: 0.9em;
}
/* 追記 160827 */
.ctplan {
  background: #efecdf;
  padding: 15px;
}
.ctplan h4 {
  text-align: center;
  color: #7d7d67;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.ctplan .inner {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  color: #7d7d67;
}
.ctplan .inner ul {
  border-top: 1px dotted #7d7d67;
  margin-bottom: 15px;
}
.ctplan .inner ul li {
  font-size: 1.1em;
  border-bottom: 1px dotted #7d7d67;
  padding: 7px;
}
.ctplan .att {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 0;
}
.ctplan .inner h5 {
  font-size: 1.0em;
  margin-bottom: 10px;
}
li span.bent {
  color: #FF0000;
}
h5.bentoo {
  font-size: 1.2em;
  margin-bottom: 10px;
}
h5.bentoo:before {
  content: "●";
  color: #103159;
}
li.newben {
  position: relative;
}
li.newben:before {
  position: absolute;
  content: "NEW";
  display: block;
  color: #fff;
  background-color: #FF9900;
  font-size: 10px;
  padding: 0 5px;
  line-height: 15px;
}
/* 利用料金一覧 SP */
@media screen and (max-width: 767px) {
  .roomwrap.type_n .maincont h2 {
    font-size: 1.6em;
    padding: 10px 0;
  }
  ul.pricetab {
    margin-bottom: 15px;
  }
  ul.pricetab li {
    float: left;
    width: 50%;
    font-size: 11px;
    border-bottom: 1px solid #103159;
    border-left: none;
  }
  ul.pricetab li:last-child {
    border-bottom: none;
  }
  ul.pricetab li:nth-child(odd) {
    border-right: 1px solid #103159;
  }
  ul.pricetab li span {
    height: 35px;
    width: 400px;
  }
}
/* アクセスマップ */
.mapbox {
  margin-bottom: 20px;
}
.mapbox .mapimg {
  text-align: center;
}
.mapbox .mapimg img {
  height: auto;
}
.mapbox .left {
  float: left;
}
.mapbox .left a {
  display: block;
  width: 250px;
  border: 1px solid #abaaaa;
  background-color: #fff;
  color: #2978b5;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  background-image: url(../img/googleicon.gif);
  background-repeat: no-repeat;
  background-position: 13px 50%;
  padding-left: 65px;
}
.mapbox .right {
  float: right;
}
.mapbox .right dt {
  float: left;
}
.mapbox .right dd {
  padding-left: 80px;
}
.mapbox .right .title {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 13px 0;
}
.mapbox .right .indent {
  text-indent: -1em;
  padding-left: 1.5em;
}
.mapbox .right a {
  display: block;
  width: 220px;
  border: 1px solid #abaaaa;
  background-color: #fff;
  color: #494949;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  background-image: url(../img/youtube.gif);
  background-repeat: no-repeat;
  background-position: 13px 50%;
  padding-left: 65px;
  margin-top: 15px;
}
.mapbox .mapkink {
  padding-bottom: 30px;
}
.mapbox .mapkink a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #abaaaa;
  padding: 10px 25px;
  margin-bottom: 10px;
}
.mapbox .mapkink .fa-file-pdf-o {
  font-size: 20px;
  color: #CC0000;
}
.mapbox .left a:hover, .mapbox .right a:hover {
  border: 1px solid #000;
  color: #000;
}
.mapbox iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.add_form {
  display: none;
}
/* アクセスマップ SP */
@media screen and (max-width: 767px) {
  .mapbox iframe {
    height: 300px;
  }
  .mapbox .mapimg img {
    max-width: 100%;
    height: auto;
  }
  .mapbox .left {
    float: none;
    padding-bottom: 20px;
  }
  .mapbox .left a {
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 60px;
    background-position: 13px 50%;
    padding-left: 60px;
  }
  .mapbox .right {
    float: none;
  }
  .mapbox .right dt {
    width: 60px;
  }
  .mapbox .right dd {
    padding-left: 70px;
  }
  .mapbox .right .title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 13px 0;
  }
  .mapbox .right .indent {
    text-indent: -1em;
    padding-left: 1.5em;
  }
  .mapbox .right a {
    display: block;
    width: 200px;
    border: 1px solid #abaaaa;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    background-position: 13px 50%;
    padding-left: 65px;
    margin-top: 15px;
  }
  .mapbox .mapkink {
    padding-top: 30px;
  }
  .mapbox .mapkink a {
    padding: 15px 10px;
  }
  .add_form {
    display: block;
  }
  .add_form p {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    padding-top: 5px;
  }
  .add_form form {
    padding-top: 10px;
  }
}
.news_date {
  font-size: 12px;
  color: #555555;
  margin-bottom: -10px;
}
/* 利用規約 */
h4.norm {
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #103159;
  padding: 10px 0;
  border-bottom: 2px solid #103159;
}
h4.norm span {
  font-size: 80%;
}
ul.bl li {
  list-style-type: disc;
  margin-left: 20px;
}
/* 利用規約 SP */
@media screen and (max-width: 767px) {
  h4.norm {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 5px 0;
  }
}
/*FAQ*/
.faq dl {
  padding-bottom: 20px;
}
.faq dt {
  padding: 0 0 5px 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
}
.faq dd {
  padding: 0 0 5px 1.5em;
  text-indent: -1.5em;
}
/* 伊丹 */
.opcamp {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 60px auto;
}
.opcamp .box {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*インドアビュー*/
#indoorview.nsp {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 55
}
#indoorview a {
  display: block;
  width: 292px;
  height: 135px;
  background-color: #fff;
  background-image: url(../img/indor_back.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-left: 30px;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
}
#indoorview p {
  text-align: left;
}
#indoorview .intitle {
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}
#indoorview .intxt {
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 10px;
}
#indoorview .inlogo {
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}
#indoorview .inlogo img {
  margin-bottom: -7px;
}
#indoorview .close {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 4;
}
#indoorview .open {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #indoorview.vsp {
    display: block;
    margin-bottom: 15px;
  }
  #indoorview a {
    width: 100%;
    height: auto;
    background-position: 120% top;
    padding-left: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #indoorview .intitle {
    font-size: 16px;
  }
  #indoorview .intxt {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  #indoorview .inlogo img {
    width: 80px;
    margin-bottom: -3px;
  }
  #indoorview .inlogo {
    padding-bottom: 15px;
  }
  #indoorview .close, #indoorview .open {
    display: none;
  }
}
/*
190619追加
*/
.bgw {
  background-color: rgba(255, 255, 255, .9);
}
.p10 {
  padding: 10px;
}
.topimg {
  font-size: 0;
  text-align: center !important;
  margin-bottom: 30px !important;
}
.topimg img {
  width: 50%;
  display: inline-block;
}
.topimg h2 {
  font-size: 21px;
  background-color: #000;
  color: #fff;
  padding: 10px;
}
.bandttl {
  color: #353535;
  text-align: left;
  padding: 5px 10px;
  background-color: #ededed;
  font-size: 23px;
  border-left: 4px solid #103159;
  margin-bottom: 30px;
}
.topfloormap section {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 10px;
}
.topfloormap section > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  position: relative;
  padding-top: 30px;
  width: 50%;
}
.topfloormap section > div:before {
  content: '';
  display: block;
  width: 98%;
  height: 98%;
  border: 3px solid #f1f0ed;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.topfloormap section > div.none {
  opacity: 0;
}
.topfloormap section > div div {
  padding-top: 40px;
}
.topfloormap section > div p {
  font-size: 1.6em;
  vertical-align: top;
  position: absolute;
  top: 20px;
  left: 20px;
}
.topfloormap section > div p b {
  font-size: 1.2em;
  margin-left: 10px;
  font-weight: normal;
}
.topfloormap section > div a {
  position: absolute;
  right: 1.8%;
  bottom: 1.8%;
}
.topindoorview {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 1000px;
  margin: 30px auto 100px;
}
.topindoorview iframe, .topindoorview object, .topindoorview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topiconlist div h3 {
  color: #353535;
  font-size: 23px;
  font-weight: normal;
}
.topiconlist div ul {
  margin-bottom: 30px;
  font-size: 0;
}
.topiconlist div ul:after {
  content: '';
  clear: both;
  display: block;
}
.topiconlist div ul li {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  text-align: center;
  margin: 0 11px 11px 0;
}
.topiconlist div ul li:nth-of-type(10n) {
  margin: 0 0 11px 0;
}
.topiconlist div ul li img {
  margin-bottom: 5px;
}
.topiconlist div ul li p {
  font-size: 10px;
}
footer {
  background-color: #f4f4f4;
  padding-top: 50px;
  margin-top: 50px;
}
footer section {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding: 0 0 50px;
}
footer section:after {
  content: '';
  clear: both;
  display: block;
}
footer section nav {
  display: inline-block;
}
footer section nav dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  line-height: 1.8;
}
footer section nav dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
footer section nav dl dd + dt {
  margin-top: 10px;
}
footer section div {
  float: right;
  width: 280px;
}
footer section div > a {
  display: block;
  margin-bottom: 10px;
}
footer section div p {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
footer section div p a img {
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
footer section div p a:last-of-type img {
  height: 50px;
}
.maincont-renewal img {
  max-width: none;
  width: 100%;
}
.container.ind .maincont-renewal .lineup .box .ph img {
  max-width: 70%;
  margin-bottom: 10px;
}
.nopc {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .topimg {
    margin-bottom: 3% !important;
  }
  .topimg h2 {
    font-size: 1.6rem;
  }
  .bandttl {
    font-size: 1.6rem;
    margin: 0 5px 3%;
  }
  .topfloormap {
    margin-bottom: 50px;
  }
  .topfloormap section {
    display: block;
    margin-bottom: 3%;
  }
  .topfloormap section > div {
    display: block;
    width: 100%;
    padding: 5%;
    padding-top: 30px;
  }
  .topfloormap section > div.none {
    display: none;
  }
  .topfloormap section > div div {
    padding-top: 20px;
  }
  .topfloormap section > div p {
    font-size: 1.6rem;
  }
  .topfloormap section > div p b {
    font-size: 1.6rem;
    margin-left: 10px;
    font-weight: normal;
  }
  .topindoorview {
    margin: 3% auto 10%;
  }
  .topiconlist div h3 {
    font-size: 1.6rem;
  }
  .topiconlist div ul {
    margin-bottom: 5%;
  }
  .topiconlist div ul li {
    float: left;
    width: 32.5%;
    text-align: center;
    margin: 0 1% 5% 0;
  }
  .topiconlist div ul li:nth-of-type(10n) {
    margin: 0 1% 5% 0;
  }
  .topiconlist div ul li:nth-of-type(3n) {
    margin: 0 0 5% 0;
  }
  .topiconlist div ul li img {
    margin-bottom: 5px;
  }
  .topiconlist div ul li p {
    font-size: 10px;
  }
  footer {
    padding-top: 0;
  }
  footer section {
    padding: 0 3% 5%;
  }
  footer section nav {
    display: block;
  }
  footer section nav dl {
    display: block;
    margin-right: 0;
    margin-bottom: 3%;
  }
  footer section nav dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: #c6c6c6;
    position: relative;
    padding: 5px 10px;
  }
  footer section nav dl dt:after {
    content: '';
    width: 12%;
    height: 100%;
    background-color: #999;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer section nav dl dt:before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    z-index: 2;
  }
  footer section nav dl dt.active:before {
    transform: rotate(-135deg);
  }
  footer section nav dl dt a {
    display: block;
  }
  footer section nav dl dd {
    display: none;
  }
  footer section nav dl dd a {
    display: block;
    padding: 5px 10px;
  }
  footer section div {
    float: none;
    width: 100%;
  }
  footer section div > a {
    margin-bottom: 3%;
  }
  footer section div p {
    background-color: #fff;
    padding: 3%;
    text-align: center;
  }
  footer section div p a img {
    width: auto;
    height: 10vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
  }
  footer section div p a:last-of-type img {
    height: 15vw;
  }
  .maincont-renewal {
    padding: 0 5px;
  }
  .nopc {
    display: inline-block !important;
  }
  .nosp {
    display: none !important;
  }
}
/* 200303弁当単独ページ */
#bento img {
  border: 1px solid #e8e6e9;
}
.ba_shinwagroup img {
  float: right;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .ba_shinwagroup img {
    float: none;
    width: 100%;
  }
}
/* 200402心斎橋プランページ */
.s_plan {
  font-size: 2.2em;
  padding: 60px 0 20px 0;
  color: #000;
  margin-bottom: 10px;
}
.container02.room_low {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 5% 0;
}
.container02 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container02 h4 {
  color: #103159;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 18px;
}
.plan_point {
  font-weight: normal;
  color: #000 !important;
}
.plan_mail {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ba_shinwagroup img {
    float: none;
    width: 100%;
  }
  .plan_point {
    font-size: 0.8em;
    font-weight: bolder;
  }
}
.cr_newsbox_s {
  max-width: 100%;
  margin: 15px auto !important;
  padding: 20px !important;
  border: 1px solid #333 !important;
  text-align: left;
}
.cr_newsbox_s > span {
  color: red;
}
/* =============================
200427_TOPnewコンテンツ
============================= */
.new_contents h3 {
  background: #103159;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 0;
}
.new_contents .sub_txt {
  margin: 25px auto 40px;
}
.new_contents {
  margin: 0 auto 60px;
}
.tokucyou {
  max-width: 980px;
  margin: auto;
  letter-spacing: -.5em;
  margin-bottom: 60px;
}
.tokucyou li {
  display: inline-block;
  vertical-align: top;
  width: 245px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
.tokucyou li h4 {
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px; /*線の上下位置*/
  display: inline-block;
  width: 58px; /*線の長さ*/
  height: 1.5px; /*線の太さ*/
  transform: translateX(-50%); /*位置調整*/
  background-color: #fff; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
.ex_back01 {
  background-image: url(/images/ex_back01.png);
  background-size: cover;
  background-position: center;
  height: 245px;
  padding: 3%;
}
.ex_back02 {
  background-image: url(/images/ex_back02.png);
  background-size: cover;
  background-position: center;
  height: 245px;
  padding: 4% 2%;
}
.ex_back03 {
  background-image: url(/images/ex_back03.png);
  background-size: cover;
  background-position: center;
  height: 245px;
  padding: 3%;
}
.ex_back04 {
  background-image: url(/images/ex_back04.png);
  background-size: cover;
  background-position: center;
  height: 245px;
  padding: 3%;
}
.katsuyou {
  letter-spacing: -.5em;
}
.katsuyou li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-right: 16px;
  margin-bottom: 20px;
}
.katsuyou li:nth-of-type(3n) {
  margin-right: 0;
}
.katsuyou li .j_box {
  width: 316px;
  height: 320px;
  position: relative;
  border: 2px solid #103159;
  padding: 4%;
}
.j_box:before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
  top: -3px;
  z-index: 2;
}
.j_box:after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-top: solid 50px #103159;
  border-left: solid 50px transparent;
  top: -2px;
}
.j_box h4 {
  color: #103159;
  font-size: 17px;
  font-weight: bold;
}
.j_box p {
  margin-top: 15px;
}
.new_contents .sub_title {
  font-size: 18px;
  font-weight: bold;
  margin: 60px auto;
  text-align: center;
  color: #103159;
}
.new_contents .sub_title p {
  color: #FF0000;
  font-size: 25px;
  font-weight: bold;
  margin: 5px auto 15px;
}
.support {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  justify-content: space-between;
}
.support li {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #998675;
  font-size: 18px;
}
.support li span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 230px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
.total_support {
  letter-spacing: -.5em;
}
.total_support li {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  letter-spacing: 0;
}
.total_support li:nth-of-type(4) {
  margin-right: 0;
}
.total_support li h5 {
  color: #103159;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}
.total_support li h5 span {
  display: block;
  position: absolute;
  width: 40px;
  left: 0;
  bottom: 0;
}
.total_support li h5 span:nth-of-type(4) {
  display: block;
  position: absolute;
  width: 50px;
}
.total_support div {
  border: 1px solid;
  padding: 30px 0px 30px 41px;
}
.total_support div p {
  font-size: 15px;
}
.total_support .min_txt {
  margin-top: 20px;
  font-size: 15px;
}
/* =============================
200730_コロナ
============================= */
.txt_r {
  text-align: right;
}
.news_200610 {
  margin: 20px 0;
}
.news_200610 > li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.t_txt {
  padding: 2%;
  line-height: 1.8;
}
h4.step02 {
  background: #F7F7F2;
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #103159;
  padding: 10px 20px;
  border-bottom: 2px solid #103159;
  font-weight: bold;
}
.ba_hov a:hover {
  opacity: 0.7;
}
.ba_hov {
  width: 760px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .news_200610 > li {
    width: 100%;
    margin-bottom: 2%;
  }
  .ba_hov {
    width: 96%;
    margin: 0 auto 3%;
  }
  .sp_bm30 {
    margin-bottom: 30px;
  }
}
/* 200928_サーモグラフィページ */
.thermo_img {
  max-width: 980px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.thermo_img li {
  width: 485px;
}
.thermo_check {
  margin: auto;
  max-width: 490px;
  padding-top: 30px;
}
.thermo_check img {
  width: 20px;
  margin-right: 10px;
}
.thermo_check li {
  font-weight: bold;
}
.thermo {
  margin: 50px auto 0px;
}
.thermo li .j_box {
  height: 335px;
}
.clearfix .logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .thermo_img {
    width: 100%;
    display: contents;
    margin-bottom: 20px;
  }
  .thermo_img li {
    width: 95%;
    margin: auto;
    margin-bottom: 2%;
  }
  .thermo_check li {
    font-weight: bold;
    padding-left: 1.7em;
    text-indent: -1.5em;
    display: block;
    font-size: 15px;
    line-height: 1.8;
  }
  .thermo_check img {
    margin-right: 0;
  }
  .thermo_check {
    width: 95%;
  }
}
/* 201002コロナ注釈 */
.covid19 {
  margin: 0 auto 20px;
}
.covid19 p {
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 16px;
}
.top_ba_area {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .covid19 {
    margin: auto;
    width: 95%;
  }
  .covid19 p {
    text-align: left;
    font-weight: bold;
    color: red;
    font-size: 15px;
  }
  .top_ba_area {
    margin: 10% auto 0;
  }
}
/* 20101023追加 */
.fax_pdf span:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/images/icon_pdf.png) no-repeat;
  position: relative;
  left: 5px;
}
footer a {
  text-decoration: underline;
}
/* 20101023アクセス追加 */
.ftopaccess a.appbtn02 {
  position: absolute;
  right: 637px;
  bottom: 10px;
  width: 35%;
  text-align: center;
  font-size: 1.5rem;
}
a.appbtn02 {
  display: inline-block;
  border: 1px solid #F44336;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  transition: all .3s;
  /* background: #e16900; */
  /* background: -webkit-linear-gradient(top, #e16900 0%,#ff8a00 100%); */
  background: linear-gradient(to bottom, #F44336 0%, #F44336 100%);
}
@media screen and (max-width: 767px) {
  .ftopaccess a.appbtn02 {
    position: static;
    display: block;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    width: 80%;
    font-size: 1.2rem;
    margin: 0 auto 10px auto;
  }
  .ftopaccess a.appbtn02 {
    width: 80%;
    text-align: center;
    font-size: 1.3rem;
  }
  a.appbtn02 {
    display: inline-block;
    border: 1px solid #F44336;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    transition: all .3s;
    background: #e16900;
    background: -webkit-linear-gradient(top, #e16900 0%, #ff8a00 100%);
    background: linear-gradient(to bottom, #F44336 0%, #F44336 100%);
  }
}
.ftopaccess a.appbtn03 {
  position: absolute;
  left: 20px;
  top: 416px;
  right: auto;
  bottom: auto;
  width: 35%;
  text-align: center;
  font-size: 1.5rem;
}
a.appbtn03 {
  display: inline-block;
  border: 1px solid #F44336;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  transition: all .3s;
  background: #e16900;
  background: -webkit-linear-gradient(top, #e16900 0%, #ff8a00 100%);
  background: linear-gradient(to bottom, #F44336 0%, #F44336 100%);
}
@media screen and (max-width: 767px) {
  .ftopaccess a.appbtn03 {
    position: static;
    display: block;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    width: 80%;
    font-size: 1.4rem;
    margin: 0 auto 10px auto;
  }
  a.appbtn03 {
    display: inline-block;
    border: 1px solid #F44336;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    transition: all .3s;
    background: #e16900;
    background: -webkit-linear-gradient(top, #e16900 0%, #ff8a00 100%);
    background: linear-gradient(to bottom, #F44336 0%, #F44336 100%);
  }
}
/* 201027 add */
.campaign_box {
  background-color: red;
  color: #fff;
  padding: 10px 19px;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 1.6rem;
}
.campaign_box.link {
  padding: 0;
  background-color: inherit;
}
.campaign_box .big_font {
  font-size: 1.3em;
  margin-left: 10px;
}
.campaign_box a {
  display: block;
  color: #fff;
  padding: 10px 19px;
  transition: 0.3s;
  background-color: red;
  border-radius: 4px;
}
.campaign_box a:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.otoku_topic {
  color: #fff;
  background-color: red;
  padding: 10px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
}
.otoku_topic::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-60%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: red transparent transparent transparent;
}
@media screen and (max-width: 450px) {
  .campaign_box {
    font-size: 1.4rem;
  }
  .campaign_box .big_font {
    font-size: 1.2em;
  }
  .otoku_topic {
    padding: 7px;
    font-size: 0.9em;
  }
}
/* 201102ソーシャルディスタンス追加 */
.social_distance {
  justify-content: space-evenly;
  display: flex;
  margin: 50px auto;
}
.social_distance p {
  text-align: right;
  margin: 10px 0;
}
.social_distance div {
  display: inline-block;
  position: relative;
  width: 40%;
}
.social_distance div img {
  width: 100%;
  position: relative;
}
.social_distance div:first-child::before {
  content: "通常";
  position: absolute;
  top: -15px;
  left: -20px;
  background-color: #f4ad5c;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  box-sizing: border-box;
  font-size: 15px;
}
.social_distance div:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 30px;
  border-color: transparent transparent transparent #f4ad5c;
  position: absolute;
  bottom: 43%;
  right: -13%;
}
.social_distance div:nth-of-type(2)::before {
  content: "対策仕様";
  position: absolute;
  top: -15px;
  left: -20px;
  background-color: #f4ad5c;
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 18px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .social_distance {
    justify-content: space-evenly;
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
  .social_distance div {
    margin-bottom: 40px;
    width: 100%;
  }
  .social_distance div:first-child::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #f4ad5c transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    right: 45%;
  }
}
/* 20201113_試験会場ページ */
.topics_list {
  padding: 10px;
}
.topics_list span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.topics_list a {
  display: block;
  text-align: center;
  width: 78%;
  margin: 8px auto 10px;
  font-size: 16px;
  text-decoration: underline;
}
.topics_list a span i {
  margin-right: 5px;
}
.kaijou {
  margin-bottom: 0;
}
/* 201118追加 */
#roombtn section .ba_list {
  width: 1015px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  justify-content: space-between;
}
#roombtn section .ba_list li {
  padding: 0;
  border: none;
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #roombtn section .ba_list {
    width: 100%;
    display: revert;
  }
  #roombtn section .ba_list li {
    padding: 0;
    border: none;
    width: 90%;
    margin-bottom: 15px;
  }
}
#changeArea section .ba_list {
  width: 1015px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  justify-content: space-between;
}
#changeArea section .ba_list li {
  padding: 0;
  border: none;
  /* margin: 0 auto 15px; */
}
@media screen and (max-width: 767px) {
  #changeArea section .ba_list {
    width: 100%;
    display: revert;
  }
  #changeArea section .ba_list li {
    padding: 0;
    border: none;
    width: 90%;
    /* margin: 0 auto 15px; */
  }
}
/* 201126追加 */
.theater {
  position: relative;
}
.theater span {
  position: absolute;
  color: red;
  top: 35%;
  left: 28%;
  width: 45%;
  font-weight: bold;
  border: 1px solid;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .theater {
    position: relative;
  }
  .theater span {
    position: absolute;
    color: red;
    top: 28%;
    left: 25%;
    width: 52%;
    font-weight: bold;
    border: 1px solid;
    padding: 3px;
  }
}
/* 210108 add */
div.MV_new {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}
div.MV_new img {
  width: 100% !important;
}
.add_210108 {
  width: 100% !important;
}
div.MV_new.shinsaibashi {
  margin: 35px auto;
}
@media screen and (max-width: 767px) {
  div.MV_new.shinsaibashi {
    width: 90%;
  }
}
/*210118 bento*/
.bento_detail {
  text-align: left;
  margin-top: 8px;
}
.bento_head {
  display: flex;
  padding: 20px;
}
.bento_head .logo {
  margin: 0 30px 0 10px;
}
.bento_head .logo img {
  border: none !important;
  width: 120px !important;
}
.bento_head .text .text_top {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
.attention {
  margin: 30px 0;
  padding: 15px;
  text-align: left;
  color: #103159;
  border: solid 1px #103159;
  border-radius: 10px;
}
.top_caution {
  width: 100%;
  border: 2px solid #103159;
  margin: 25px auto;
  font-size: 14px;
  line-height: 1.7;
}
.tc-le {
  color: #FFFFFF;
  width: 140px;
  background-color: #103159;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  vertical-align: middle;
  background-image: url(../img/caution.png);
  font-weight: normal;
  text-align: center;
}
.top_caution tr p {
  text-align: left !important;
  padding: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .tc-le {
    padding: 30px;
  }
}
/* 210126 */
.lfimg_210126 {
  float: left;
  margin: 0 -218px 15px 0;
}
@media screen and (max-width: 767px) {
  .lfimg_210126 {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
}
.news_210126 {
  margin: 20px 0;
}
.news_210126 > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .news_210126 > li {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .tc-le {
    color: #FFFFFF;
    background-color: #103159;
    font-size: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0;
    vertical-align: middle;
  }
  .top_caution th {
    float: left;
    width: 100%;
    background-size: 35px;
  }
}
/* footer バナーエリア　*/
@media screen and (min-width: 768px) {
  .wrapbase {
    margin: 0 auto 50px;
    max-width: 1200px;
    position: relative;
    width: 94%;
  }
  .footer__lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .footer__lists__li {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapbase {
    margin: 0 auto 10px;
    position: relative;
  }
  .footer__lists {}
  .footer__lists__li {
    border-left: none;
    padding: 20px 0 0;
  }
}

/* お知らせページ */
#news_box li {
  margin: 40px 0 20px;
}
#news_box li div p:first-child  {
  font-size: 12px;
  line-height: 1;
}
#news_box li div p:first-child span {
  display: inline-block;
  background: #fff;
  border: 1px solid #adcabd;
  color: #103159;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
  min-width: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#news_box li div p:nth-child(2) {
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #103159;
  padding: 10px 0;
  border-bottom: 2px solid #103159;
}
#news_box li div p:nth-child(3n)  {
  margin-bottom: 30px;
}