@charset "UTF-8";
/* *************************************************************************************
/*+  common  +**************************************************************************
/************************************************************************************* */
/* *****************************************
/*+  all  +*********************************
/***************************************** */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.5;
  color: #000; }

/* *****************************************
/*+  initialize  +**************************
/***************************************** */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 1em; }

dl, dt, dd, p {
  margin: 0;
  padding: 0; }

ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul li, ol li {
  margin-bottom: .5em;
  /*line-height: 1.2;*/ }

ol {
  margin-left: 0;
  padding-left: 24px; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom; }

a img {
  text-decoration: none; }

form {
  margin: 0; }

hr {
  display: none; }

/* *****************************************
/*+  link  +********************************
/***************************************** */
a {
  color: #630;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

/* *****************************************
/*+  simply-scroll  +***********************
/***************************************** */
.simply-scroll {
  width: 100%;
  margin-bottom: 0; }
  .simply-scroll .simply-scroll-clip {
    width: 100%; }

/* *****************************************
/*+  elements  +****************************
/***************************************** */
/*+ block + ------------------------------ */
.section {
  background: #fbf8ec; }

.tl .text,
.tr .image {
  float: left; }

.tl .image,
.tr .text {
  float: right; }

/*+ heading + ---------------------------- */
h1 {
  margin-bottom: 0; }

/*+ paragraph + -------------------------- */
/*+ font + ------------------------------- */
.orange {
  color: #ed6d00; }

/*+ sup + -------------------------------- */
sup {
  line-height: 1; }

/*+ notes + ------------------------------ */
.notes {
  font-size: .875em; }
  .notes ul {
    line-height: 1.4; }
  .notes li {
    margin-left: 1em;
    text-indent: -1em; }

/*+ copy + ------------------------------- */
/* *****************************************
/*+  header  +******************************
/***************************************** */
/*+ header + ----------------------------- */
#header {
  width: 100%;
  line-height: 0;
  background: #fff;
  position: fixed;
  z-index: 100; }
  #header .inner {
    position: relative; }
  #header p,
  #header ul,
  #header li {
    margin: 0; }
  #header a {
    display: block; }

/*+ logo + ------------------------------- */
#logo {
  position: absolute; }

/* *****************************************
/*+  main-visual  +*************************
/***************************************** */
/*+ common + ----------------------------- */
#main-visual {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  /*+ simplyscroll + ----------------------- */ }
  #main-visual .simplyscroll {
    background-color: #fff;
    overflow: hidden; }
    #main-visual .simplyscroll li {
      float: left; }

/* *****************************************
/*+  exhibition  +**************************
/***************************************** */
/*+ block + ------------------------------ */
#exhibition {
  background: url(../images/exhibition-bg.png) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #exhibition .box {
    background: #fff; }
  #exhibition .blockSet {
    position: relative; }
    #exhibition .blockSet dl {
      position: relative; }
    #exhibition .blockSet dt {
      vertical-align: middle;
      white-space: nowrap;
      color: #000; }
    #exhibition .blockSet dd {
      vertical-align: top;
      text-align: left; }
  #exhibition .setTitle1 {
    background: url(../images/icon-pin01.png) center left no-repeat; }
  #exhibition .setTitle2 {
    background: url(../images/icon-pin02.png) center left no-repeat; }
  #exhibition .setTitle3 {
    background: url(../images/icon-pin03.png) center left no-repeat; }
  #exhibition .setTitle4 {
    background: url(../images/icon-pin04.png) center left no-repeat; }
  #exhibition .setTitle5 {
    background: url(../images/icon-pin05.png) center left no-repeat; }
  #exhibition .setTitle6 {
    background: url(../images/icon-pin06.png) center left no-repeat; }
  #exhibition .setTitle7 {
    background: url(../images/icon-pin07.png) center left no-repeat; }
  #exhibition .setBody {
    position: relative;
    border-collapse: collapse; }
    #exhibition .setBody ul {
      position: relative;
      border-collapse: collapse; }
    #exhibition .setBody li {
      border-collapse: collapse;
      vertical-align: middle; }
      #exhibition .setBody li.linkNon {
        color: #999; }
        #exhibition .setBody li.linkNon:hover {
          background: none; }
      #exhibition .setBody li a {
        vertical-align: middle;
        color: #4474be;
        text-decoration: none; }
      #exhibition .setBody li:hover {
        background: #4474be; }
        #exhibition .setBody li:hover a {
          color: #fff; }

/* *****************************************
/*+  swap-image  +**************************
/***************************************** */
/*+ common + ----------------------------- */
.swap-image li {
  display: none; }
  .swap-image li:first-of-type {
    display: block; }

/* *****************************************
/*+  banner  +******************************
/***************************************** */
/*+ common + ----------------------------- */
/* *****************************************
/*+  footer  +******************************
/***************************************** */
/*+ block + ------------------------------ */
#footer {
  background: #4e3803;
  clear: both; }
  #footer .inner {
    position: relative; }
  #footer p {
    margin: 0; }

/* *****************************************
/*+  pagetop  +*****************************
/***************************************** */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px; }

/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
#container:after,
#contents:after,
.section:after,
.clearfix:after {
  /* for New Browser */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#container,
#contents,
.section,
.clearfix {
  display: inline-block;
  /* for IE */ }

/* Hides from IE-mac \*/
* html #container,
* html #contents,
* html .section,
* html .clearfix {
  height: 1%; }

#container,
#contents,
.section,
.clearfix {
  display: block; }

/* End hide from IE-mac */
/* *************************************************************************************
/*+  PC  +******************************************************************************
/************************************************************************************* */
@media print, screen and (min-width: 768px) {
  /* *****************************************
  /*+  simply-scroll  +***********************
  /***************************************** */
  .simply-scroll,
  .simply-scroll .simply-scroll-clip,
  .simply-scroll .simply-scroll-list li {
    height: 400px; }

  .simply-scroll .simply-scroll-list li.l {
    width: 900px; }
  .simply-scroll .simply-scroll-list li.m {
    width: 700px; }
  .simply-scroll .simply-scroll-list li.s {
    width: 400px; }

  /* *****************************************
  /*+  elements  +****************************
  /***************************************** */
  .sp {
    display: none !important; }

  /*+ heading + ---------------------------- */
  h2 {
    margin-bottom: 30px; }

  /*+ copy + ------------------------------- */
  .copy {
    margin-bottom: 50px;
    padding-top: 40px;
    text-align: center; }
    .copy p {
      font-size: 1.125em;
      line-height: 2; }

  /*+ zoom + ------------------------------- */
  .zoom a {
    overflow: hidden; }
    .zoom a img {
      transform: scale(1);
      transition: all 0.28s ease-in-out; }
    .zoom a:hover {
      text-decoration: none;
      opacity: 1; }
      .zoom a:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); }
  .zoom .cut-image {
    position: relative;
    overflow: hidden; }

  /* *****************************************
  /*+  layout  +******************************
  /***************************************** */
  /*+ common + ----------------------------- */
  html, body {
    min-width: 1280px; }

  body {
    text-align: center; }

  .inner {
    margin: 0 auto;
    width: 1200px;
    text-align: left; }

  /*+ anchor + ----------------------------- */
  .anchor {
    margin-top: -100px;
    padding-top: 100px; }

  /*+ container + -------------------------- */
  #container {
    padding-top: 100px; }

  /* *****************************************
  /*+  header  +******************************
  /***************************************** */
  /*+ header + ----------------------------- */
  #header {
    height: 100px;
    /*+ global + ----------------------------- */
    /*+ conversion + ------------------------- */ }
    #header .global {
      position: absolute;
      top: 36px;
      left: 380px; }
      #header .global li {
        padding-right: 20px;
        background: url(../images/gnav-divider.png) no-repeat right top;
        float: left; }
        #header .global li:last-of-type {
          padding-right: 0;
          background: none; }
        #header .global li.index a {
          background: url(../images/gnav-index-on.png) no-repeat; }
        #header .global li.structure a {
          background: url(../images/gnav-structure-on.png) no-repeat; }
        #header .global li.voice a {
          background: url(../images/gnav-voice-on.png) no-repeat; }
        #header .global li.movie a {
          background: url(../images/gnav-movie-on.png) no-repeat; }
        #header .global li.samui-ie a {
          background: url(../images/gnav-samui-ie-on.png) no-repeat; }
        #header .global li.on img {
          border-bottom: #ed6d00 2px solid; }
    #header .conversion {
      position: absolute;
      top: 25px;
      right: 0; }
      #header .conversion li {
        margin-right: 10px;
        float: left; }
        #header .conversion li:last-of-type {
          margin-right: 0; }

  /*+ logo + ------------------------------- */
  #logo {
    width: 284px;
    top: 0;
    left: 0; }

  /* *****************************************
  /*+  main-visual  +*************************
  /***************************************** */
  /*+ simplyscroll + ----------------------- */
  #main-visual .simplyscroll {
    height: 400px; }
    #main-visual .simplyscroll li {
      margin-right: 1px; }

  /* *****************************************
  /*+  exhibition  +**************************
  /***************************************** */
  /*+ block + ------------------------------ */
  #exhibition {
    padding: 50px 0; }
    #exhibition .box {
      padding: 40px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      zoom: 1;
      overflow: hidden; }
      #exhibition .box .lSet {
        width: 520px;
        float: left; }
      #exhibition .box .rSet {
        padding-top: 55px;
        width: 520px;
        float: right; }
    #exhibition .blockSet {
      padding-top: 15px; }
      #exhibition .blockSet dl {
        display: table; }
      #exhibition .blockSet dt {
        width: 85px;
        display: table-cell;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 15px; }
      #exhibition .blockSet dd {
        display: table-cell; }
    #exhibition .setTitle1 {
      background-size: 20px auto; }
    #exhibition .setTitle2 {
      background-size: 20px auto; }
    #exhibition .setTitle3 {
      background-size: 20px auto; }
    #exhibition .setTitle4 {
      background-size: 20px auto; }
    #exhibition .setTitle5 {
      background-size: 20px auto; }
    #exhibition .setTitle6 {
      background-size: 20px auto; }
    #exhibition .setTitle7 {
      background-size: 20px auto; }
    #exhibition .setBody {
      display: table; }
      #exhibition .setBody ul {
        display: table-row; }
      #exhibition .setBody li {
        display: table-cell;
        width: 80px;
        height: 40px;
        border: 1px solid #4474be;
        text-align: center; }
        #exhibition .setBody li.linkNon {
          font-size: 13px;
          line-height: 13px; }
        #exhibition .setBody li a {
          display: table-cell;
          width: 80px;
          height: 40px;
          font-size: 13px;
          line-height: 13px; }
    #exhibition .note {
      display: block;
      font-size: 8px;
      line-height: 13px; }
    #exhibition .btn_li_icon,
    #exhibition .btn_dt_icon {
      display: none; }

  /* *****************************************
  /*+  swap-image  +**************************
  /***************************************** */
  /*+ common + ----------------------------- */
  .swap-image li img {
    opacity: 1;
    transition: all 0.28s ease-in-out; }
  .swap-image li:hover {
    cursor: pointer; }
    .swap-image li:hover img {
      opacity: 0.8; }

  /* *****************************************
  /*+  banner  +******************************
  /***************************************** */
  /*+ common + ----------------------------- */
  #banner {
    padding: 50px 0; }

  /* *****************************************
  /*+  footer  +******************************
  /***************************************** */
  /*+ block + ------------------------------ */
  #footer {
    margin: 10px 0 -30px;
    min-height: 100px;
    /*+ sekisuiheim + ------------------------ */
    /*+ copyright + -------------------------- */
    /*+ utility + ---------------------------- */ }
    #footer .sekisuiheim {
      position: absolute;
      top: 40px;
      left: 0; }
      #footer .sekisuiheim img {
        width: 146px;
        height: auto; }
    #footer .copyright {
      position: absolute;
      top: 40px;
      left: 165px; }
      #footer .copyright img {
        width: 212px;
        height: auto; }
    #footer .utility {
      font-size: .875em;
      position: absolute;
      top: 42px;
      right: 0; }
      #footer .utility li {
        margin-right: 20px;
        padding-right: 18px;
        background: url(../images/icon-blank.png) no-repeat right 50%;
        float: left; }
        #footer .utility li:last-of-type {
          margin-right: 0; }
        #footer .utility li a {
          color: #fff;
          text-decoration: none; }
          #footer .utility li a:hover {
            text-decoration: underline; }

  /* *****************************************
  /*+  pagetop  +*****************************
  /***************************************** */
  #pagetop {
    width: 49px;
    height: 49px; } }
/* *************************************************************************************
/*+  SP  +******************************************************************************
/************************************************************************************* */
@media print, screen and (max-width: 767px) {
  /* *****************************************
  /*+  all  +*********************************
  /***************************************** */
  body {
    font-size: 12px;
    line-height: 1.5; }

  /*html.fixed,
  html.fixed body {
  	height: 100%;
  	overflow: hidden;
  	}*/
  html.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1; }

  /* *****************************************
  /*+  simply-scroll  +***********************
  /***************************************** */
  .simply-scroll,
  .simply-scroll .simply-scroll-clip,
  .simply-scroll .simply-scroll-list li {
    height: 200px; }

  .simply-scroll .simply-scroll-list li.l {
    width: 450px; }
  .simply-scroll .simply-scroll-list li.m {
    width: 350px; }
  .simply-scroll .simply-scroll-list li.s {
    width: 200px; }

  /* *****************************************
  /*+  elements  +****************************
  /***************************************** */
  body.ios {
    -webkit-text-size-adjust: 100%; }

  .pc {
    display: none !important; }

  /*+ copy + ------------------------------- */
  .copy {
    margin-bottom: 6%;
    padding-top: 4%; }
    .copy h2 {
      margin-bottom: 4%; }
    .copy p {
      font-size: 1.09em; }

  /* *****************************************
  /*+  layout  +******************************
  /***************************************** */
  /*+ common + ----------------------------- */
  .inner {
    margin: 0 2.66666%;
    text-align: left; }

  /*+ anchor + ----------------------------- */
  .anchor {
    margin-top: -50px;
    padding-top: 50px; }

  /*+ container + -------------------------- */
  #container {
    padding-top: 50px; }

  /* *****************************************
  /*+  header  +******************************
  /***************************************** */
  /*+ header + ----------------------------- */
  #header {
    height: 50px;
    /*+ hamburger + -------------------------- */
    /*+ global + ----------------------------- */
    /*+ conversion + ------------------------- */
    /*+ utility + ---------------------------- */ }
    #header .inner {
      margin: 0; }
    #header .hamburger {
      width: 100%;
      height: 100%;
      background: #fff;
      position: fixed;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      display: none; }
    #header .hamburger-open {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 0; }
    #header .hamburger-close {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 5px;
      right: 5px; }
    #header .global {
      margin: 15px auto 0;
      width: 270px; }
      #header .global li {
        margin-bottom: 5px; }
        #header .global li:last-of-type {
          margin-bottom: 0; }
    #header .conversion {
      margin: 26px auto 0;
      width: 240px; }
      #header .conversion li {
        margin-bottom: 20px; }
        #header .conversion li:last-of-type {
          margin-bottom: 0; }
    #header .utility {
      margin: 26px auto 0;
      width: 270px; }

  /*+ logo + ------------------------------- */
  #logo {
    width: 145px;
    height: 50px;
    top: 0;
    left: 2.66666%; }

  /* *****************************************
  /*+  exhibition  +**************************
  /***************************************** */
  /*+ block + ------------------------------ */
  #exhibition {
    padding: 0; }
    #exhibition .inner {
      margin: 0; }
    #exhibition h2 {
      margin: 0; }
    #exhibition .box {
      padding: 0;
      border-top: #7ebadf 1px solid; }
    #exhibition .blockSet dt {
      text-align: left;
      font-size: 20px;
      line-height: 22px;
      font-weight: 600;
      padding: 10px 0 10px 40px;
      border-bottom: #7ebadf 1px solid; }
      #exhibition .blockSet dt span {
        display: inline-block !important; }
    #exhibition .blockSet dd {
      display: none;
      border-bottom: #7ebadf 1px solid; }
    #exhibition .setTitle1 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setTitle2 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setTitle3 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setTitle4 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setTitle5 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setTitle6 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setTitle7 {
      background-position: 10px 8px;
      background-size: 18px auto; }
    #exhibition .setBody ul:last-child {
      border-top: #7ebadf 1px solid; }
    #exhibition .setBody ul.bnon {
      border-top: none; }
    #exhibition .setBody li {
      margin-bottom: 0;
      position: relative;
      border-bottom: #7ebadf 1px solid;
      background: #fbfbdc;
      font-size: 20px;
      line-height: 22px; }
      #exhibition .setBody li:last-child {
        border-bottom: none; }
      #exhibition .setBody li.linkNon:hover {
        background: #fbfbdc; }
      #exhibition .setBody li.linkNon span {
        padding: 10px 0 10px 40px;
        display: block; }
      #exhibition .setBody li a {
        padding: 10px 0 10px 40px;
        display: block;
        font-size: 20px;
        line-height: 22px; }
    #exhibition .note {
      display: inline-block;
      font-size: 14px;
      line-height: 22px; }
    #exhibition .btn_dt_icon {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 2px;
      margin: -1px 0 0 0;
      background: #0073c4;
      transition: .2s; }
      #exhibition .btn_dt_icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 2px;
        background: #0073c4;
        transition: .2s;
        transform: rotate(-90deg); }
    #exhibition .open {
      color: #fff !important;
      background-color: #4474be; }
      #exhibition .open .btn_dt_icon {
        background: #fff; }
      #exhibition .open .btn_dt_icon:after {
        background: #fff;
        transform: rotate(0deg); }
    #exhibition .btn_li_icon {
      display: block;
      position: absolute;
      top: 20px;
      right: 24px;
      width: 10px;
      height: 2px;
      margin: -3px 0 0 0;
      background: #0073c4;
      transition: .2s;
      transform: rotate(45deg); }
    #exhibition .btn_li2_icon {
      display: block;
      position: absolute;
      top: 20px;
      right: 24px;
      width: 10px;
      height: 2px;
      margin: 3px 0 0 0;
      background: #0073c4;
      transition: .2s;
      transform: rotate(-45deg); }

  /* *****************************************
  /*+  banner  +******************************
  /***************************************** */
  /*+ common + ----------------------------- */
  #banner {
    padding: 4% 0 0; }

  /* *****************************************
  /*+  footer  +******************************
  /***************************************** */
  /*+ block + ------------------------------ */
  #footer {
    margin: 0 0 -4%;
    padding: 4% 0;
    /*+ sekisuiheim + ------------------------ */
    /*+ copyright + -------------------------- */ }
    #footer .inner {
      text-align: center; }
    #footer .sekisuiheim {
      width: 22.66666vw;
      height: auto;
      display: inline-block; }
    #footer .copyright {
      width: 32.8vw;
      height: auto;
      display: inline-block; }

  /* *****************************************
  /*+  pagetop  +*****************************
  /***************************************** */
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 60px; }

  /* *****************************************
  /*+  tracking  +****************************
  /***************************************** */
  /*+ block + ------------------------------ */
  .tracking {
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden; }
    .tracking img {
      width: 1px;
      height: 1px; } }
@media print, screen and (max-width: 480px) {
  /* *****************************************
  /*+  pagetop  +*****************************
  /***************************************** */
  #pagetop {
    bottom: 10px; } }

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