@charset "UTF-8";
/* base colors *******************************************/
/* block,bg color,line color */
/* font color */
/* font size *******************************************/
/* line height *******************************************/
/* page width *******************************************/
/* mixin *******************************************/
*,
* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p,
* address,
* ul,
* ol,
* li,
* form,
* dl,
* dt,
* dd,
* div,
* table,
* tr,
* th,
* td {
  margin: 0;
  line-height: 1; }

* img,
* figure,
* iframe,
* object {
  border: none;
  vertical-align: top;
  margin: 0; }

* a {
  display: inline-block; }

/* font */
html, body {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: YuMincho, '游明朝', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", sans-serif;
  color: #303234;
  -webkit-text-size-adjust: 100%; }

div.wrap {
  width: 100%;
  height: 100%; }

* {
  outline: none;
  word-break: break-all; }

/* Paragraph *****************************************/
p {
  line-height: 1.5; }

p.txt {
  line-height: 1.8;
  margin-bottom: 0.7em; }

p.chain {
  margin-top: 0.3em; }

@media (min-width: 751px) {
  p.txt {
    font-size: 15px; }

  span.pc_line {
    display: block;
    line-height: 2.2; } }
@media (max-width: 750px) {
  span.spline {
    display: block; } }
/* List *****************************************/
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* Table ****************************************/
.tbl_wrap dl {
  display: table;
  width: 100%; }
  .tbl_wrap dl dt, .tbl_wrap dl dd {
    display: table-cell; }

/* original */
.tbl_wrap h3 {
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 20px; }
.tbl_wrap dl dt, .tbl_wrap dl dd {
  line-height: 1.8; }
.tbl_wrap dl dt {
  width: 4.5em;
  padding: 6px 10px 6px 30px; }
.tbl_wrap dl dd {
  padding: 6px 0px; }

@media (max-width: 750px) {
  .tbl_wrap h3 {
    font-size: 18px;
    margin-bottom: 15px; } }
table {
  width: 100%;
  border-collapse: collapse; }
  table tr th, table tr td {
    text-align: left;
    vertical-align: middle; }
  table tr th {
    font-weight: normal; }
  table tr.highlight th, table tr.highlight td {
    background-color: #dff2fc; }

/* Inline Element ******************************************/
em,
strong {
  font-weight: bold; }

/* link */
a {
  color: #303234; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

/* color */
.tc_orange {
  color: #ff5400; }

/* basic style */
.left {
  float: left; }

.right {
  float: right; }

.aLeft {
  text-align: left; }

.aRight {
  text-align: right; }

.aCenter {
  text-align: center; }

div.in {
  _height: 1px;
  _overflow: visible;
  zoom: 1; }
  div.in:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0; }

.cl {
  clear: both;
  _height: 1px;
  _overflow: visible;
  zoom: 1; }
  .cl:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0; }

/* Parts 	*******************************************/
/* Frame 	*******************************************/
/* footer */
a.pagetop {
  display: block;
  width: 100%;
  padding: 20px 0 13px;
  text-align: center;
  font-size: 9px;
  background: url(../img/ico_totop.png) no-repeat center top;
  background-size: 23px auto; }
  @media (min-width: 751px) {
    a.pagetop img {
      width: 36px;
      height: auto; } }

header {
  text-align: center; }

footer {
  padding: 7px 0 10px;
  border-top: 1px solid #f2f2f2;
  text-align: center; }
  footer .copy {
    font-size: 10px; }

/* PC STYLE *******************************************/
/* [ loader ]
---------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 69px;
  width: 126px;
  background: #fff;
  overflow: hidden; }
  .pace.pace-inactive {
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  .pace:after {
    width: 132px;
    height: 75px;
    display: block;
    background: url("../img/loader_cover.png") no-repeat center top;
    background-size: contain;
    content: "";
    position: relative;
    top: -3px;
    left: -5px;
    z-index: 10000; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 210px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #000; }

/* [ common style ]
---------------------------------------*/
#document {
  position: relative;
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0;
  overflow-x: hidden; }

section.block {
  padding: 0 15px;
  _height: 1px;
  _overflow: visible;
  zoom: 1; }
  section.block:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0; }
  section.block h2 {
    float: left;
    width: 75px; }
  section.block section.box {
    float: right;
    width: calc(100% - 75px); }

section.res_block h2 {
  float: right; }
section.res_block section.box {
  float: left; }

@media (min-width: 751px) {
  #document {
    min-width: 1080px; } }
@media (max-width: 750px) {
  #document {
    min-width: 290px;
    margin-left: auto;
    margin-right: auto; } }
/* [ kv ]
---------------------------------------*/
#kv_wrap {
  margin: 0 auto;
  position: relative; }
  #kv_wrap #kv_inner {
    width: 100%;
    height: 100%;
    position: relative;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1); }
  #kv_wrap #site_logo {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    overflow: hidden;
    text-indent: -9999px;
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #kv_wrap #site_logo.show {
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 1;
      transition-delay: 1.7s;
      -moz-transition-delay: 1.7s;
      -webkit-transition-delay: 1.7s;
      -o-transition-delay: 1.7s;
      -ms-transition-delay: 1.7s; }
    #kv_wrap #site_logo .black, #kv_wrap #site_logo .white {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-size: contain !important;
      transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
      -moz-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
      -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
      -ms-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #kv_wrap #site_logo .black {
      background: url("../img/site_logo_black.svg") no-repeat center top; }
    #kv_wrap #site_logo .white {
      background: url("../img/site_logo_white.svg") no-repeat center top;
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 0; }
    #kv_wrap #site_logo.change .black {
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 0; }
    #kv_wrap #site_logo.change .white {
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 1;
      transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s; }
  #kv_wrap .first_copy {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #kv_wrap .first_copy .copy01, #kv_wrap .first_copy .copy02 {
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 0;
      transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
      -moz-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
      -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
      -ms-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #kv_wrap .first_copy .copy01.show, #kv_wrap .first_copy .copy02.show {
        -ms-filter: "alpha(opacity=$num)";
        /* IE8 */
        opacity: 1; }
    #kv_wrap .first_copy .copy01 {
      float: right; }
      #kv_wrap .first_copy .copy01.show {
        transition-delay: 3s;
        -moz-transition-delay: 3s;
        -webkit-transition-delay: 3s;
        -o-transition-delay: 3s;
        -ms-transition-delay: 3s; }
    #kv_wrap .first_copy .copy02 {
      float: left; }
      #kv_wrap .first_copy .copy02.show {
        transition-delay: 4.2s;
        -moz-transition-delay: 4.2s;
        -webkit-transition-delay: 4.2s;
        -o-transition-delay: 4.2s;
        -ms-transition-delay: 4.2s; }
  #kv_wrap #kv_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #kv_wrap #kv_bg .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #kv_wrap #kv_bg .bg.shadow {
        background: url("../img/main_shadow.png") no-repeat center center;
        transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
        #kv_wrap #kv_bg .bg.shadow.hide {
          transition-delay: 0.2s;
          -moz-transition-delay: 0.2s;
          -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          -ms-transition-delay: 0.2s;
          transform: scale(0.8);
          -moz-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8); }
      #kv_wrap #kv_bg .bg.photo {
        background: url("../img/main2.png") no-repeat center center;
        transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #kv_wrap #kv_bg .bg.illust {
        background: url("../img/main1.png") no-repeat center center;
        z-index: 1;
        transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #kv_wrap #kv_bg .bg.show {
        top: 0;
        -ms-filter: "alpha(opacity=$num)";
        /* IE8 */
        opacity: 1; }
      #kv_wrap #kv_bg .bg.hide {
        top: 0;
        -ms-filter: "alpha(opacity=$num)";
        /* IE8 */
        opacity: 0; }
  #kv_wrap.show #kv_inner {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  #kv_wrap.show .first_copy.hide {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0; }

@media (min-width: 751px) {
  #kv_wrap {
    max-width: 1542px;
    height: 793px;
    min-width: 1080px; }
    #kv_wrap #site_logo {
      width: 154px;
      height: 108px;
      top: 45px; }
    #kv_wrap .first_copy {
      width: 64px;
      top: 205px;
      left: -191px; }
    #kv_wrap #kv_bg .bg.shadow {
      background: url("../img/main_shadow.png") no-repeat center center; }
    #kv_wrap #kv_bg .bg.photo {
      background: url("../img/main2.png") no-repeat center center; }
    #kv_wrap #kv_bg .bg.illust {
      background: url("../img/main1.png") no-repeat center center; } }
@media (max-width: 750px) {
  #kv_wrap {
    width: 100%;
    height: 345px;
    min-width: 290px; }
    #kv_wrap #site_logo {
      width: 72px;
      height: 58px;
      top: 23px; }
    #kv_wrap .first_copy {
      width: 38px;
      top: 60px;
      left: -79px; }
      #kv_wrap .first_copy > span img {
        width: 10px;
        display: block; }
    #kv_wrap #kv_bg .bg {
      background-size: cover !important; }
      #kv_wrap #kv_bg .bg.shadow {
        display: none; } }
/* [ body ]
---------------------------------------*/
/* section common style */
.section_bg {
  position: absolute;
  z-index: 0 !important; }

@media (min-width: 751px) {
  .motion_h, .motion_l {
    position: relative;
    z-index: 1;
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .show_motion {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .show_motion.active {
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 1; }

  /* section common style ==== END */
  #main {
    -ms-filter: "alpha(opacity=$num)";
    /* IE8 */
    opacity: 0;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1); }
    #main.show {
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 1; } }
#about .block {
  margin: 30px 0 35px;
  background-size: 375px auto;
  position: relative; }
  #about .block h2 {
    background: url(../img/sp/tit_about_bg.png) no-repeat left top;
    background-size: 75px auto; }
  #about .block .box {
    position: relative;
    z-index: 1; }
    #about .block .box h3 {
      position: relative;
      display: block;
      width: 235px;
      height: 53px; }
      #about .block .box h3 span {
        position: absolute;
        display: block;
        width: 16px;
        height: 16px; }
        #about .block .box h3 span.ctxt01 {
          left: 0px;
          top: 0px; }
        #about .block .box h3 span.ctxt02 {
          left: 18px;
          top: 3px; }
        #about .block .box h3 span.ctxt03 {
          left: 35px;
          top: 2px; }
        #about .block .box h3 span.ctxt04 {
          left: 51px;
          top: 4px; }
        #about .block .box h3 span.ctxt05 {
          left: 70px;
          top: 5px; }
        #about .block .box h3 span.ctxt06 {
          left: 90px;
          top: 3px; }
        #about .block .box h3 span.ctxt07 {
          left: 109px;
          top: 2px; }
        #about .block .box h3 span.ctxt08 {
          left: 130px;
          top: 3px; }
        #about .block .box h3 span.ctxt09 {
          left: 150px;
          top: 5px; }
        #about .block .box h3 span.ctxt10 {
          left: 170px;
          top: 3px; }
        #about .block .box h3 span.ctxt11 {
          left: 191px;
          top: 5px; }
        #about .block .box h3 span.ctxt12 {
          left: 210px;
          top: 2px; }
        #about .block .box h3 span.ctxt13 {
          left: 231px;
          top: 14px; }
        #about .block .box h3 span.ctxt14 {
          left: 34px;
          top: 32px; }
        #about .block .box h3 span.ctxt15 {
          left: 50px;
          top: 35px; }
        #about .block .box h3 span.ctxt16 {
          left: 66px;
          top: 33px; }
        #about .block .box h3 span.ctxt17 {
          left: 85px;
          top: 35px; }
        #about .block .box h3 span.ctxt18 {
          left: 105px;
          top: 34px; }
        #about .block .box h3 span.ctxt19 {
          left: 121px;
          top: 35px; }
        #about .block .box h3 span.ctxt20 {
          left: 140px;
          top: 33px; }
        #about .block .box h3 span.ctxt21 {
          left: 160px;
          top: 36px; }
        #about .block .box h3 span.ctxt22 {
          left: 180px;
          top: 35px; }
        #about .block .box h3 span.ctxt23 {
          left: 200px;
          top: 37px; }
        #about .block .box h3 span.ctxt24 {
          left: 220px;
          top: 36px; }

#item {
  position: relative;
  padding: 8px 0 17px; }
  #item h2 {
    position: absolute;
    right: 15px;
    top: 0;
    background: url(../img/sp/tit_item_bg.png) no-repeat center top;
    background-size: 75px auto; }
  #item section.box {
    float: none;
    width: 100%; }
  #item .item_box {
    margin-bottom: 45px;
    text-align: center; }
    #item .item_box figure {
      margin-bottom: 18px; }
    #item .item_box p.name {
      margin-bottom: 14px;
      font-size: 1.3em;
      font-weight: 600; }
      #item .item_box p.name span.line {
        display: block; }
      #item .item_box p.name span.sub {
        margin-left: 0.7em;
        font-size: 0.7em; }
    #item .item_box p.txt {
      padding: 0 40px;
      text-align: left; }
    #item .item_box.item3 {
      margin-bottom: 35px; }

#news {
  margin-bottom: 61px;
  position: relative; }
  #news h2 {
    background: url(../img/sp/tit_news_bg.png) no-repeat center top;
    background-size: 75px auto;
    position: absolute;
    top: 0;
    left: 0; }
  #news .box {
    padding-top: 35px; }
    #news .box ul.list {
      margin-right: 25px;
      padding: 0;
      border-top: 1px solid #F6F1F1; }
      #news .box ul.list li a {
        display: block;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #F6F1F1;
        background: url(../img/sp/arr_news.png) no-repeat right 10px center;
        background-size: 5px auto; }
        #news .box ul.list li a span.date {
          margin-bottom: 8px;
          display: block; }
    #news .box p.link {
      padding-right: 25px; }
      #news .box p.link a.tolist {
        margin: 25px 30px 0 0;
        display: inline-block;
        padding: 13px 0;
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        border: 1px solid #7c7c7d;
        text-align: center; }

#info {
  margin-bottom: 80px; }
  #info h2 {
    background: url(../img/sp/tit_info_bg.png) no-repeat center top;
    background-size: 75px auto; }
  #info .box {
    padding-top: 15px;
    position: relative;
    overflow: visible; }
    #info .box#honten {
      margin-bottom: 50px; }
      #info .box#honten figure.fig1 {
        width: 173px;
        height: 173px;
        margin-left: 9px;
        background: url(../img/sp/img_map2_bg.png) no-repeat center top;
        background-size: 173px auto; }
        #info .box#honten figure.fig1 img {
          width: 100%;
          height: auto; }
        #info .box#honten figure.fig1.on {
          text-indent: -9999em; }
      #info .box#honten figure.fig2 {
        width: 95px;
        height: 95px;
        margin: -32px 0 20px 160px;
        background: url(../img/sp/img_map3_bg.png) no-repeat center top;
        background-size: 95px auto; }
        #info .box#honten figure.fig2 img {
          width: 100%;
          height: auto; }
        #info .box#honten figure.fig2.on {
          text-indent: -9999em; }
      #info .box#honten .illust span {
        transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #info .box#honten .illust.hide span {
        transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -ms-filter: "alpha(opacity=$num)";
        /* IE8 */
        opacity: 0; }
      #info .box#honten .map {
        position: relative;
        width: 290px;
        left: 3%;
        padding: 230px 0 0;
        background: url(../img/sp/img_map.png) no-repeat center center;
        background-size: 290px auto;
        text-align: right; }
    #info .box#nagoyaten figure.fig1 {
      width: 173px;
      height: 173px;
      margin-left: 9px;
      background: url(../img/sp/img_map2_bg_nagoya.png) no-repeat center top;
      background-size: 173px auto; }
      #info .box#nagoyaten figure.fig1 img {
        width: 100%;
        height: auto; }
      #info .box#nagoyaten figure.fig1.on {
        text-indent: -9999em; }
    #info .box#nagoyaten figure.fig2 {
      width: 95px;
      height: 95px;
      margin: -32px 0 20px 160px;
      background: url(../img/sp/img_map3_bg_nagoya.png) no-repeat center top;
      background-size: 95px auto; }
      #info .box#nagoyaten figure.fig2 img {
        width: 100%;
        height: auto; }
      #info .box#nagoyaten figure.fig2.on {
        text-indent: -9999em; }
    #info .box#nagoyaten .illust span {
      transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      -moz-transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      -webkit-transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1);
      -ms-transition: all 2.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #info .box#nagoyaten .illust.hide span {
      transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
      -ms-filter: "alpha(opacity=$num)";
      /* IE8 */
      opacity: 0; }
    #info .box#nagoyaten .map {
      position: relative;
      width: 290px;
      left: 3%;
      margin-top: 15px;
      padding: 290px 0 0;
      background: url(../img/sp/img_map_nagoya.png) no-repeat center center;
      background-size: 290px auto;
      text-align: right; }
    #info .box a.gmap {
      text-decoration: underline; }
      #info .box a.gmap:hover {
        text-decoration: none; }
  #info .tbl_wrap dd {
    position: relative;
    top: -1px; }

#company {
  margin-bottom: 60px; }
  #company h2 {
    background: url(../img/sp/tit_company_bg.png) no-repeat center top;
    background-size: 75px auto; }
  #company .box {
    padding: 20px 0 265px;
    background-size: 248px auto; }
    #company .box div.tbl_wrap {
      margin-bottom: 20px; }
      #company .box div.tbl_wrap dt {
        padding-left: 0;
        padding-right: 20px;
        width: 2.5em; }

/* news page *******************************************/
#page_news #news {
  padding-top: 0; }
#page_news #news .box {
  padding-top: 0;
  top: 0; }
#page_news #news {
  /* detail page */ }
  #page_news #news article div.head {
    padding: 22px 0 19px;
    border-top: 1px solid #f6f1f1;
    border-bottom: 1px solid #f6f1f1;
    background: none;
    _height: 1px;
    _overflow: visible;
    zoom: 1; }
    #page_news #news article div.head:after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
    #page_news #news article div.head span.date {
      margin-bottom: 12px;
      display: block;
      line-height: 1; }
    #page_news #news article div.head .subject {
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: normal; }
    #page_news #news article div.head .sns ul {
      margin: -3px 0 0; }
      #page_news #news article div.head .sns ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
  #page_news #news article .contents {
    padding: 24px 0 26px;
    border-bottom: 1px solid #e1e3e6; }
    #page_news #news article .contents p {
      margin-bottom: 0.5em;
      line-height: 1.8; }
    #page_news #news article .contents a {
      text-decoration: underline; }
      #page_news #news article .contents a:hover {
        text-decoration: none; }
    #page_news #news article .contents strong {
      font-weight: bold; }
    #page_news #news article .contents blockquote {
      padding: 30px 20px;
      display: block; }
  #page_news #news ul.article_nav {
    text-align: right;
    padding: 15px 0 0;
    position: relative; }
    #page_news #news ul.article_nav li {
      display: inline-block;
      margin: 0 5px; }
      #page_news #news ul.article_nav li a {
        padding: 10px; }
      #page_news #news ul.article_nav li.top {
        position: absolute;
        margin: 0;
        left: 0; }
      #page_news #news ul.article_nav li.back {
        margin-right: 5px; }
      #page_news #news ul.article_nav li.next {
        margin-left: 5px; }
        #page_news #news ul.article_nav li.next a {
          padding-right: 0; }

/* [ sns ]
---------------------------------------*/
.sns {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sns_title {
  display: flex;
  align-items: center; }
  .sns_title::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #000; }

.sns_list {
  display: flex;
  align-items: center; }
  .sns_list li {
    display: flex;
    align-items: center; }
    .sns_list li a {
      display: block; }
      .sns_list li a:hover {
        opacity: 0.7; }

/* PC STYLE *******************************************/
@media (min-width: 751px) {
  section.block {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    padding: 0;
    _height: 1px;
    _overflow: visible;
    zoom: 1; }
    section.block:after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden;
      font-size: 0;
      line-height: 0; }
    section.block h2 {
      float: left;
      width: 248px;
      text-indent: -9999em; }
      section.block h2 span {
        display: block; }
    section.block section.box {
      float: right;
      width: 832px; }

  section.res_block h2 {
    float: right; }
  section.res_block section.box {
    float: left; }

  header {
    width: 100%;
    height: 100%;
    background-size: cover; }
    header div.in {
      position: relative;
      width: 100%;
      height: 100%;
      background: url("../img/bg_header.png") no-repeat center top;
      background-size: cover; }
      header div.in h1 {
        padding-top: 0;
        position: absolute;
        left: 50%;
        top: 45px;
        margin-left: -77px;
        width: 154px;
        height: 108px;
        overflow: hidden;
        text-indent: -9999em;
        background: url(../img/logo2.png) no-repeat center top; }
        header div.in h1 span {
          width: 154px;
          height: 108px;
          display: block;
          background: url(../img/logo1.png) no-repeat center top; }

  /* on */
  header.on div.in {
    background: none; }
    header.on div.in h1 span {
      background: none; }

  #about {
    margin: 34px 0 8px; }
    #about .block {
      margin: 0 auto;
      background: none;
      padding-bottom: 252px; }
      #about .block h2 {
        padding: 73px 0 0;
        height: 430px;
        background: url(../img/tit_about_bg.png) no-repeat center 70px; }
        #about .block h2 span {
          height: 430px;
          background: url(../img/tit_about.png) no-repeat center top; }
      #about .block .box h3 {
        padding: 0;
        width: 470px;
        height: 103px;
        float: right;
        margin: 24px 0 88px; }
        #about .block .box h3 span {
          position: absolute;
          width: 32px;
          height: 32px;
          text-indent: -9999em; }
          #about .block .box h3 span.ctxt01 {
            background: url(../img/catch/txt_c01.png) no-repeat left top;
            left: 0px;
            top: 0px; }
          #about .block .box h3 span.ctxt02 {
            background: url(../img/catch/txt_c02.png) no-repeat left top;
            left: 37px;
            top: 7px; }
          #about .block .box h3 span.ctxt03 {
            background: url(../img/catch/txt_c03.png) no-repeat left top;
            left: 69px;
            top: 4px; }
          #about .block .box h3 span.ctxt04 {
            background: url(../img/catch/txt_c04.png) no-repeat left top;
            left: 101px;
            top: 9px; }
          #about .block .box h3 span.ctxt05 {
            background: url(../img/catch/txt_c05.png) no-repeat left top;
            left: 141px;
            top: 11px; }
          #about .block .box h3 span.ctxt06 {
            background: url(../img/catch/txt_c06.png) no-repeat left top;
            left: 181px;
            top: 7px; }
          #about .block .box h3 span.ctxt07 {
            background: url(../img/catch/txt_c07.png) no-repeat left top;
            left: 217px;
            top: 4px; }
          #about .block .box h3 span.ctxt08 {
            background: url(../img/catch/txt_c08.png) no-repeat left top;
            left: 259px;
            top: 7px; }
          #about .block .box h3 span.ctxt09 {
            background: url(../img/catch/txt_c09.png) no-repeat left top;
            left: 300px;
            top: 11px; }
          #about .block .box h3 span.ctxt10 {
            background: url(../img/catch/txt_c10.png) no-repeat left top;
            left: 340px;
            top: 6px; }
          #about .block .box h3 span.ctxt11 {
            background: url(../img/catch/txt_c11.png) no-repeat left top;
            left: 382px;
            top: 11px; }
          #about .block .box h3 span.ctxt12 {
            background: url(../img/catch/txt_c12.png) no-repeat left top;
            left: 420px;
            top: 4px; }
          #about .block .box h3 span.ctxt13 {
            background: url(../img/catch/txt_c13.png) no-repeat left top;
            left: 463px;
            top: 28px; }
          #about .block .box h3 span.ctxt14 {
            background: url(../img/catch/txt_c14.png) no-repeat left top;
            left: 68px;
            top: 65px; }
          #about .block .box h3 span.ctxt15 {
            background: url(../img/catch/txt_c15.png) no-repeat left top;
            left: 100px;
            top: 70px; }
          #about .block .box h3 span.ctxt16 {
            background: url(../img/catch/txt_c16.png) no-repeat left top;
            left: 132px;
            top: 67px; }
          #about .block .box h3 span.ctxt17 {
            background: url(../img/catch/txt_c17.png) no-repeat left top;
            left: 170px;
            top: 71px; }
          #about .block .box h3 span.ctxt18 {
            background: url(../img/catch/txt_c18.png) no-repeat left top;
            left: 210px;
            top: 68px; }
          #about .block .box h3 span.ctxt19 {
            background: url(../img/catch/txt_c19.png) no-repeat left top;
            left: 243px;
            top: 71px; }
          #about .block .box h3 span.ctxt20 {
            background: url(../img/catch/txt_c20.png) no-repeat left top;
            left: 279px;
            top: 67px; }
          #about .block .box h3 span.ctxt21 {
            background: url(../img/catch/txt_c21.png) no-repeat left top;
            left: 320px;
            top: 73px; }
          #about .block .box h3 span.ctxt22 {
            background: url(../img/catch/txt_c22.png) no-repeat left top;
            left: 361px;
            top: 70px; }
          #about .block .box h3 span.ctxt23 {
            background: url(../img/catch/txt_c23.png) no-repeat left top;
            left: 400px;
            top: 74px; }
          #about .block .box h3 span.ctxt24 {
            background: url(../img/catch/txt_c24.png) no-repeat left top;
            left: 440px;
            top: 73px; }
      #about .block .box p.txt {
        margin-bottom: 1.5em; }
        #about .block .box p.txt span.pc_line {
          line-height: 2.8; }
    #about .section_bg {
      width: 927px;
      top: 184px;
      right: -303px; }
      #about .section_bg > * {
        height: 656px;
        background: url("../img/bg_about.png") no-repeat top right; }

  #item {
    margin-bottom: -24px; }
    #item h2 {
      right: 0;
      height: 414px;
      background: url(../img/tit_item_bg.png) no-repeat center top; }
      #item h2 span {
        height: 414px;
        background: url(../img/tit_item.png) no-repeat center top; }
    #item section.box {
      padding: 88px 0 0;
      width: 1020px; }
      #item section.box .item_box {
        width: 905px;
        position: relative; }
        #item section.box .item_box figure {
          position: absolute; }
          #item section.box .item_box figure img {
            width: 100%;
            height: auto; }
        #item section.box .item_box .txtarea {
          width: 530px;
          text-align: left; }
          #item section.box .item_box .txtarea .name {
            margin-bottom: 8px;
            font-size: 20px;
            font-style: normal; }
            #item section.box .item_box .txtarea .name .line {
              display: inline-block; }
            #item section.box .item_box .txtarea .name .sub {
              font-size: 14px;
              font-style: normal;
              display: inline-block; }
          #item section.box .item_box .txtarea .txt {
            font-size: 14px;
            line-height: 2;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0; }
        #item section.box .item_box.item1 {
          height: 200px; }
          #item section.box .item_box.item1 figure {
            width: 273px;
            height: 273px;
            top: 0;
            left: 0; }
          #item section.box .item_box.item1 .txtarea {
            padding-top: 75px;
            padding-left: 300px; }
        #item section.box .item_box.item2 {
          height: 211px; }
          #item section.box .item_box.item2 figure {
            width: 273px;
            height: 273px;
            top: 0;
            right: 0; }
          #item section.box .item_box.item2 .txtarea {
            padding-top: 100px;
            padding-left: 188px; }
        #item section.box .item_box.item3 {
          height: 310px; }
          #item section.box .item_box.item3 figure {
            width: 374px;
            height: 372px;
            top: 0;
            left: 22px; }
          #item section.box .item_box.item3 .txtarea {
            padding-top: 138px;
            padding-left: 435px; }
        #item section.box .item_box.item5 {
          height: 207px; }
          #item section.box .item_box.item5 figure {
            width: 273px;
            height: 273px;
            top: 0;
            right: 0; }
          #item section.box .item_box.item5 .txtarea {
            padding-top: 105px;
            padding-left: 245px; }
        #item section.box .item_box.item6 {
          height: 178px; }
          #item section.box .item_box.item6 figure {
            width: 273px;
            height: 273px;
            top: 0;
            left: 0; }
          #item section.box .item_box.item6 .txtarea {
            padding-top: 75px;
            padding-left: 300px; }
        #item section.box .item_box.item4 {
          height: 330px; }
          #item section.box .item_box.item4 figure {
            width: 601px;
            height: 333px;
            top: 0;
            right: -155px; }
          #item section.box .item_box.item4 .txtarea {
            padding-top: 180px;
            padding-left: 60px; }

  #news {
    padding-top: 200px;
    margin-bottom: 100px; }
    #news h2 {
      height: 604px;
      background: url(../img/tit_news_bg.png) no-repeat center top;
      float: none; }
      #news h2 span {
        height: 322px;
        background: url(../img/tit_news.png) no-repeat center top; }
    #news .box {
      padding: 0 0 0;
      font-size: 14px; }
      #news .box ul.list {
        margin-right: 60px; }
        #news .box ul.list li a {
          padding: 22px 0 16px;
          display: block; }
          #news .box ul.list li a:hover span {
            text-decoration: underline; }
          #news .box ul.list li a span {
            display: inline-block;
            margin-bottom: 3px; }
            #news .box ul.list li a span.date {
              margin-bottom: 3px;
              display: inline-block;
              width: 100px; }
      #news .box p.link {
        padding-right: 60px;
        text-align: right; }
        #news .box p.link a.tolist {
          margin: 0;
          display: inline-block;
          width: auto;
          padding: 14px 4px;
          border: none; }

  #page_news #news {
    /* detail page */ }
    #page_news #news article {
      margin-right: 60px;
      padding-bottom: 80px; }
      #page_news #news article div.head h1 {
        margin-bottom: 0; }
      #page_news #news article div.head .subject {
        float: left; }
      #page_news #news article div.head .sns {
        float: right; }
      #page_news #news article ul.article_nav {
        text-align: center; }
        #page_news #news article ul.article_nav li {
          display: inline-block;
          margin: 0 20px; }
      #page_news #news article .contents {
        padding-bottom: 70px; }

  #info {
    margin-bottom: 133px; }
    #info h2 {
      background: url(../img/tit_info_bg.png) no-repeat center top; }
      #info h2 span {
        height: 322px;
        background: url(../img/tit_info.png) no-repeat center top; }
    #info .box {
      position: relative;
      padding: 105px 0 0; }
      #info .box#honten {
        padding-bottom: 120px; }
        #info .box#honten figure {
          position: absolute; }
          #info .box#honten figure.fig1 {
            margin: 0;
            top: 124px;
            left: 460px;
            width: 360px;
            height: 360px;
            background: url(../img/img_map2_bg.png) no-repeat center top;
            background-size: 360px auto; }
            #info .box#honten figure.fig1 span {
              display: block;
              width: 360px;
              height: 360px;
              text-indent: -9999em;
              background: url(../img/img_map2.png) no-repeat center top; }
            #info .box#honten figure.fig1.on span {
              background: none; }
          #info .box#honten figure.fig2 {
            margin: 0;
            top: 480px;
            left: 710px;
            width: 227px;
            height: 226px;
            background: url(../img/img_map3_bg.png) no-repeat center top;
            background-size: 227px auto; }
            #info .box#honten figure.fig2 span {
              display: block;
              width: 227px;
              height: 226px;
              text-indent: -9999em;
              background: url(../img/img_map3.png) no-repeat center top; }
            #info .box#honten figure.fig2.on span {
              background: none; }
        #info .box#honten p.map {
          position: relative;
          margin: 0 0 0 116px;
          padding: 0;
          width: 500px;
          height: 500px;
          background: url(../img/img_map1.png) no-repeat left top;
          overflow: visible; }
          #info .box#honten p.map a {
            position: absolute;
            width: 152px;
            height: 152px;
            display: block;
            right: -76px;
            bottom: 15px;
            text-indent: -9999em;
            background: url(../img/btn_map.png) no-repeat left top;
            text-align: left; }
      #info .box#nagoyaten {
        padding-top: 75px;
        padding-bottom: 450px; }
        #info .box#nagoyaten figure {
          position: absolute; }
          #info .box#nagoyaten figure.fig1 {
            margin: 0;
            top: 375px;
            left: 260px;
            width: 325px;
            height: 325px;
            background: url(../img/img_map2_bg_nagoya.png) no-repeat center top;
            background-size: 325px auto; }
            #info .box#nagoyaten figure.fig1 span {
              display: block;
              width: 325px;
              height: 325px;
              text-indent: -9999em;
              background: url(../img/img_map2_nagoya.png) no-repeat center top; }
            #info .box#nagoyaten figure.fig1.on span {
              background: none; }
          #info .box#nagoyaten figure.fig2 {
            margin: 0;
            top: 395px;
            left: 818px;
            width: 195px;
            height: 195px;
            background: url(../img/img_map3_bg_nagoya.png) no-repeat center top;
            background-size: 196px auto; }
            #info .box#nagoyaten figure.fig2 span {
              display: block;
              width: 195px;
              height: 195px;
              text-indent: -9999em;
              background: url(../img/img_map3_nagoya.png) no-repeat center top; }
            #info .box#nagoyaten figure.fig2.on span {
              background: none; }
        #info .box#nagoyaten p.map {
          top: 0;
          position: absolute;
          margin: 0 0 0 475px;
          padding: 0;
          width: 428px;
          height: 428px;
          background: url(../img/img_map1_nagoya.png) no-repeat left top;
          overflow: visible; }
      #info .box a.mail {
        text-decoration: underline; }
        #info .box a.mail:hover {
          text-decoration: none; }
      #info .box .tbl_wrap {
        padding: 5px 0 16px 30px;
        font-size: 14px; }
        #info .box .tbl_wrap dl dt {
          padding-right: 16px; }
        #info .box .tbl_wrap dl dt, #info .box .tbl_wrap dl dd {
          padding-bottom: 10px !important; }

  #company {
    margin-bottom: 130px;
    position: relative; }
    #company h2 {
      height: 302px;
      background: url(../img/tit_company_bg.png) no-repeat center top; }
      #company h2 span {
        height: 302px;
        background: url(../img/tit_company.png) no-repeat center top; }
    #company .box {
      font-size: 14px;
      padding-bottom: 0;
      padding-top: 0; }
      #company .box .text_wrap {
        width: 430px;
        float: left;
        padding: 86px 0 0 0; }
      #company .box .photo {
        width: 335px;
        height: 327px;
        float: right;
        margin-top: 27px;
        padding-right: 60px; }
      #company .box span.pc_line {
        line-height: 2; }
      #company .box .tbl_wrap dl dt {
        padding-right: 15px; }
      #company .box .txt .tsume {
        position: relative;
        left: -5px; }

  #fb_block {
    display: block;
    padding: 146px 0 143px;
    margin-bottom: 55px;
    background: url(../img/bg_insta2.png) repeat-x center center;
    background-size: cover; }
    #fb_block div.sns {
      margin: 0 auto;
      width: 960px; }
    #fb_block .sns_title {
      padding-left: 90px;
      font-size: 16px; }
      #fb_block .sns_title::after {
        width: 178px;
        margin-left: 35px; }
    #fb_block .sns_list {
      display: flex;
      align-items: center;
      padding-right: 80px; }
      #fb_block .sns_list li a {
        display: flex;
        align-items: center; }
      #fb_block .sns_list li .icon {
        margin-right: 8px; }
      #fb_block .sns_list li .text {
        font-size: 16px; }
      #fb_block .sns_list li:first-child .icon {
        width: 17px;
        height: 17px; }
      #fb_block .sns_list li:nth-child(2) {
        margin-left: 83px; }
        #fb_block .sns_list li:nth-child(2) .icon {
          width: 21px;
          height: 17px; }
      #fb_block .sns_list li:last-child {
        margin-left: 77px; }
        #fb_block .sns_list li:last-child .icon {
          width: 17px;
          height: 17px; }

  /* news page *******************************************/
  #page_news > header {
    padding-top: 40px;
    padding-bottom: 120px; }
    #page_news > header h1 {
      width: 158px;
      margin: 0 auto; }
      #page_news > header h1 img {
        width: 100%;
        height: auto; }
  #page_news #news h2 {
    height: 350px;
    background: url("../img/news/tit_news.png") no-repeat center top;
    background-size: contain;
    text-align: center; }
  #page_news #news ul.list {
    margin-right: 60px; } }
/* SMART PHONE STYLE *******************************************/
@media (max-width: 750px) {
  #about .block {
    margin-bottom: 0;
    padding-bottom: 295px; }
    #about .block h2 {
      overflow: hidden;
      width: 55px !important; }
    #about .block .box {
      width: calc(100% - 60px); }
      #about .block .box h3 {
        float: right;
        margin-top: 19px;
        margin-bottom: 30px; }
  #about .section_bg {
    width: 100%;
    bottom: 0;
    right: 0; }
    #about .section_bg > * {
      height: 270px;
      background: url("../img/sp/bg_about.png") no-repeat center right;
      background-size: contain; }

  #news {
    height: auto; }

  #item .box {
    padding-top: 100px; }
    #item .box .item_box .txt {
      text-align: justify; }

  #company .box {
    padding-bottom: 0; }
    #company .box .text_wrap .txt {
      margin-bottom: 25px; }
    #company .box .photo img {
      width: 100%;
      height: auto; }

  /* news page *******************************************/
  #page_news > header {
    padding-top: 20px;
    margin-bottom: 60px; }
  #page_news .contents img {
    width: 100%;
    height: auto; }
  #page_news #news ul.list {
    margin-right: 15px; }

  #fb_block {
    display: block;
    padding: 80px 0 80px;
    margin-bottom: 27.5px;
    background: url(../img/bg_insta2.png) repeat-x center center;
    background-size: cover; }
    #fb_block div.sns {
      margin: 0 40px;
      justify-content: center; }
    #fb_block .sns_title {
      font-size: 12px;
      white-space: nowrap; }
      #fb_block .sns_title::after {
        width: 64px;
        margin-left: 30px; }
    #fb_block .sns_list {
      display: flex;
      align-items: center; }
      #fb_block .sns_list li a {
        display: flex;
        align-items: center; }
      #fb_block .sns_list li .text {
        display: none; }
      #fb_block .sns_list li:first-child {
        margin-left: 45px; }
        #fb_block .sns_list li:first-child .icon {
          width: 24.5px;
          height: 24.5px; }
      #fb_block .sns_list li:nth-child(2) {
        margin-left: 37px; }
        #fb_block .sns_list li:nth-child(2) .icon {
          width: 27px;
          height: 22px; }
      #fb_block .sns_list li:last-child {
        margin-left: 35px; }
        #fb_block .sns_list li:last-child .icon {
          width: 23px;
          height: 23px; } }
/* [ colorbox ]
==================================*/
#cboxOverlay {
  background-color: #e7ecef !important; }

#cboxClose {
  background: url("../img/btn_close.png") no-repeat center center !important; }

@media (min-width: 751px) {
  #cboxContent {
    border: 20px solid #fff; }

  #cboxClose {
    width: 43px !important;
    height: 43px !important;
    top: -76px !important;
    right: -76px !important; } }
@media (max-width: 750px) {
  #cboxWrapper, #colorbox {
    width: 100% !important; }

  #cboxContent {
    float: none !important;
    border: 10px solid #fff;
    margin-right: auto;
    margin-left: auto; }

  #cboxContent,
  #cboxLoadedContent,
  .cboxPhoto {
    width: 280px !important;
    height: auto !important; }

  #cboxClose {
    width: 23px !important;
    height: 23px !important;
    top: -43px !important;
    right: -43px !important;
    background-size: contain !important; } }
