@charset "UTF-8";
/*===== BASE =====*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.4;
  color: #3E3A39;
  background: #ffffff;
}

.ft-serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

.ft-ops {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #3E3A39;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
}

.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.26s ease-in-out 0s;
  -khtml-transition: all 0.26s ease-in-out 0s;
  -moz-transition: all 0.26s ease-in-out 0s;
  -ms-transition: all 0.26s ease-in-out 0s;
  -o-transition: all 0.26s ease-in-out 0s;
  transition: all 0.26s ease-in-out 0s;
}

.trans:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.sm {
  display: none !important;
}

.wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  min-width: 1000px;
}

.banner-laquas {
    display: block;
    width: 100%;
    text-align: center;
}
.banner-laquas img {
    display: inline-block;
}

@media (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 635px) {
  html {
    font-size: 99.21875px;
  }
}
@media (max-width: 630px) {
  html {
    font-size: 98.4375px;
  }
}
@media (max-width: 625px) {
  html {
    font-size: 97.65625px;
  }
}
@media (max-width: 620px) {
  html {
    font-size: 96.875px;
  }
}
@media (max-width: 615px) {
  html {
    font-size: 96.09375px;
  }
}
@media (max-width: 610px) {
  html {
    font-size: 95.3125px;
  }
}
@media (max-width: 605px) {
  html {
    font-size: 94.53125px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 93.75px;
  }
}
@media (max-width: 595px) {
  html {
    font-size: 92.96875px;
  }
}
@media (max-width: 590px) {
  html {
    font-size: 92.1875px;
  }
}
@media (max-width: 585px) {
  html {
    font-size: 91.40625px;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 90.625px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 89.84375px;
  }
}
@media (max-width: 570px) {
  html {
    font-size: 89.0625px;
  }
}
@media (max-width: 565px) {
  html {
    font-size: 88.28125px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 87.5px;
  }
}
@media (max-width: 555px) {
  html {
    font-size: 86.71875px;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 85.9375px;
  }
}
@media (max-width: 545px) {
  html {
    font-size: 85.15625px;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media (max-width: 535px) {
  html {
    font-size: 83.59375px;
  }
}
@media (max-width: 530px) {
  html {
    font-size: 82.8125px;
  }
}
@media (max-width: 525px) {
  html {
    font-size: 82.03125px;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 81.25px;
  }
}
@media (max-width: 515px) {
  html {
    font-size: 80.46875px;
  }
}
@media (max-width: 510px) {
  html {
    font-size: 79.6875px;
  }
}
@media (max-width: 505px) {
  html {
    font-size: 78.90625px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 78.125px;
  }
}
@media (max-width: 495px) {
  html {
    font-size: 77.34375px;
  }
}
@media (max-width: 490px) {
  html {
    font-size: 76.5625px;
  }
}
@media (max-width: 485px) {
  html {
    font-size: 75.78125px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 475px) {
  html {
    font-size: 74.21875px;
  }
}
@media (max-width: 470px) {
  html {
    font-size: 73.4375px;
  }
}
@media (max-width: 465px) {
  html {
    font-size: 72.65625px;
  }
}
@media (max-width: 460px) {
  html {
    font-size: 71.875px;
  }
}
@media (max-width: 455px) {
  html {
    font-size: 71.09375px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 70.3125px;
  }
}
@media (max-width: 445px) {
  html {
    font-size: 69.53125px;
  }
}
@media (max-width: 440px) {
  html {
    font-size: 68.75px;
  }
}
@media (max-width: 435px) {
  html {
    font-size: 67.96875px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 67.1875px;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 66.40625px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 65.625px;
  }
}
@media (max-width: 415px) {
  html {
    font-size: 64.84375px;
  }
}
@media (max-width: 410px) {
  html {
    font-size: 64.0625px;
  }
}
@media (max-width: 405px) {
  html {
    font-size: 63.28125px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media (max-width: 395px) {
  html {
    font-size: 61.71875px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 60.9375px;
  }
}
@media (max-width: 385px) {
  html {
    font-size: 60.15625px;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 59.375px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 58.59375px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 57.8125px;
  }
}
@media (max-width: 365px) {
  html {
    font-size: 57.03125px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media (max-width: 355px) {
  html {
    font-size: 55.46875px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 54.6875px;
  }
}
@media (max-width: 345px) {
  html {
    font-size: 53.90625px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 53.125px;
  }
}
@media (max-width: 335px) {
  html {
    font-size: 52.34375px;
  }
}
@media (max-width: 330px) {
  html {
    font-size: 51.5625px;
  }
}
@media (max-width: 325px) {
  html {
    font-size: 50.78125px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
.sm {
  display: none;
}

@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }

  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
  }

  img.inline {
    display: inline;
    width: auto;
  }

  .trans {
    opacity: 1;
  }

  .trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
/*===== COMMON PARTS =====*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.26s ease-in-out 0s;
  -khtml-transition: all 0.26s ease-in-out 0s;
  -moz-transition: all 0.26s ease-in-out 0s;
  -ms-transition: all 0.26s ease-in-out 0s;
  -o-transition: all 0.26s ease-in-out 0s;
  transition: all 0.26s ease-in-out 0s;
}
header.active {
  padding-top: 10px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
header.active nav {
  margin-top: 10px;
}
header .logo {
  padding-top: 23px;
}
header nav {
  margin-top: 22px;
  text-align: center;
}
header nav ul {
  display: block;
  padding-left: 8.368%;
}
header nav ul li {
  float: left;
  width: 271px;
  text-align: center;
  position: relative;
  line-height: 29px;
}
header nav ul li:first-child a {
  border-left: 1px solid #d0d0d0;
}
header nav ul li a {
  font-size: 13px;
  /*color: #01255c;*/
  color: #000000;
  letter-spacing: 0.1em;
  /*font-family: 'Axis';*/
  display: block;
  height: 29px;
  border-right: 1px solid #d0d0d0;
  font-weight: bold;
}
header nav ul li a span {
  font-size: 18px;
}
header nav ul li a img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: baseline;
  margin-left: 10px;
}
header nav ul li a .has-bg {
  display: inline-block;
  background: url(../img/icon06.png) no-repeat right center;
  font-size: 13px;
  padding-right: 22px;
}
header nav ul li ul {
  position: absolute;
  width: 272px;
  padding-left: 0;
  top: 100%;
  left: 0;
  left: -1px;
  border-top: 1px solid #d0d0d0;
  display: none;
  z-index: 500;
  background: #fff;
}
header nav ul li ul.col01 {
  left: 0;
  width: 271px;
}
header nav ul li ul.col01 li a {
  padding-left: 22px;
}
header nav ul li ul.col02 {
  left: -1px;
  right: -2px;
}
header nav ul li ul.col02 li a {
  padding-left: 71px;
}
header nav ul li ul.col03 li a {
  padding-left: 41px;
  letter-spacing: -0.001em;
}
header nav ul li ul li {
  width: 100%;
}
header nav ul li ul li a {
  text-align: left;
  border: 1px solid #d0d0d0;
  border-top: 0;
}
header nav ul li ul li a span {
  background-image: url(../img/icon08.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #727171;
  font-size: 12.5px;
  padding-left: 13px;
}

@media (min-width: 641px) {
  header nav {
    -webkit-transition: all 0.26s ease-in-out 0s;
    -khtml-transition: all 0.26s ease-in-out 0s;
    -moz-transition: all 0.26s ease-in-out 0s;
    -ms-transition: all 0.26s ease-in-out 0s;
    -o-transition: all 0.26s ease-in-out 0s;
    transition: all 0.26s ease-in-out 0s;
  }
  header nav ul li:hover ul {
    display: block;
  }
  header nav ul li a:hover {
    /*background: #01255c;*/
    background: #00A4EA;
    color: #fff;
  }
  header nav ul li a:hover .has-bg {
    background: url(../img/icon09.png) no-repeat right center;
  }
  header nav ul li ul li a:hover {
    color: #fff;
    background-color: #7387a5;
  }
  header nav ul li ul li a:hover span {
    color: #fff;
    background-image: url(../img/icon07.png);
  }
}
@media (max-width: 640px) {
  header {
    padding-bottom: 0.2rem;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  }
  header .logo {
    float: left;
    width: 3rem;
  }
  header .btn-menu {
    float: right;
    width: 0.59rem;
    margin-top: 0.2rem;
  }
  header .logo {
    padding-top: 0.2rem;
  }
  header nav {
    margin-top: 0.1rem;
    border-top: 1px solid #dcdcdc;
    display: none;
  }
  header nav ul {
    display: block;
    padding-left: 0;
  }
  header nav ul li {
    width: 100%;
    text-align: left;
    line-height: 0.3rem;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  header nav ul li:first-child a {
    border: 0;
  }
  header nav ul li a {
    display: block;
    border: 0;
    font-size: 0.22rem;
    height: auto;
    padding: 0.1rem;
  }
  header nav ul li a span {
    font-size: 150%;
  }
  header nav ul li a .has-bg {
    font-size: 0.2rem;
    background-size: 0.2rem auto;
    padding-right: 0.3rem;
  }
  header nav ul li ul {
    padding-left: 0 !important;
    position: relative;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  header nav ul li ul li {
    border: 0;
    border-top: 1px solid #dcdcdc;
    width: 100%;
  }
  header nav ul li ul li:first-child {
    border-top: 0;
  }
  header nav ul li ul li a {
    border: 0;
    padding: 0.05rem 0 0.05rem 0.25rem !important;
  }
  header nav ul li ul li a span {
    font-size: 0.2rem;
    background-size: 0.1rem;
    padding-left: 0.15rem;
  }
}
footer {
  background: #01255C;
  text-align: center;
  color: #fff;
  padding: 27px 0 53px;
}
footer .top {
  font-size: 16px;
  margin-bottom: 19px;
  letter-spacing: 0.1em;
}
footer .coppyright {
  font-size: 11px;
  letter-spacing: 0.14em;
}

.btn-go-top {
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 160px;
  cursor: pointer;
}

@media (max-width: 640px) {
  footer {
    padding: 0.2rem 0 0.2rem;
  }
  footer .top {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  footer .coppyright {
    font-size: 0.2rem;
  }

  .btn-go-top {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.ie .font-ryum {
  font-family: inherit;
}

.ie .font-Axis {
  font-family: inherit;
}

.ie .box-news03 .top .infor .cover .left-news03 {
  font-family: inherit;
}

.ie .box-news03 .bottom .note,
.ie .banner-cmn .ttl-banner {
  font-family: inherit !important;
}

/*===== COMMON PAGES =====*/
.slider {
  position: relative;
}
.slider .bxslider li {
  height: 530px;
}
.slider .bxslider .bg01 {
  background: url(../img/bg01.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bxslider .bg02 {
  background: url(../img/slider03.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bxslider .bg03 {
  background: url(../img/slider02.jpg) no-repeat center center;
  background-size: cover;
}
.slider .custom-control {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  top: 213px;
  z-index: 100;
}
.slider .custom-control div {
  display: block;
  width: 26px;
  height: 50px;
  z-index: 100;
}
.slider .custom-control div.prev {
  background: url(../img/icon10.png) no-repeat center center;
  float: left;
  margin-left: -41px;
}
.slider .custom-control div.next {
  background: url(../img/icon11.png) no-repeat center center;
  float: right;
  margin-right: -41px;
}
.slider .custom-control div a {
  display: block;
  width: 26px;
  height: 50px;
}
.slider .bx-pager {
  text-align: center;
  position: absolute;
  bottom: 27px;
  width: 100%;
  left: 0;
  z-index: 190;
}
.slider .bx-pager div {
  display: inline-block;
  margin: 0 11px;
}
.slider .bx-pager div a {
  overflow: hidden;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #8C8D8D;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-indent: -999px;
}
.slider .bx-pager div a.active {
  background: #8C8D8D;
}
.slider .col-nav {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  top: 0;
  z-index: 100;
}
.slider .col-nav .n-image {
  margin-top: 53px;
  margin-left: 43px;
}
.slider .col-nav ul {
  float: right;
  width: 97px;
  margin-top: 16px;
}
.slider .col-nav ul li {
  float: left;
  width: 97px;
  margin-bottom: 4px;
}
.slider .col-nav ul li a {
  display: block;
  position: relative;
}
.slider .col-nav ul li a.trans:hover {
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 10px #b2b2b2;
    -moz-box-shadow: 0px 0px 10px #b2b2b2;
    -ms-box-shadow: 0px 0px 10px #b2b2b2;
    -o-box-shadow: 0px 0px 10px #b2b2b2;
    box-shadow: 0px 0px 10px #b2b2b2;
}
.slider .col-nav ul li a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #01255C;
  /*font-family: 'Axis';*/
  font-weight: bold;
}

.block-text-home {
  background: #DBDCDC;
  padding: 71px 0 87px;
}
.block-text-home img {
  display: block;
  margin: 0 auto;
}

.block-act {
  padding-top: 55px;
}
.block-act .ttl-act {
  color: #01255C;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 53px;
}
.block-act .block-inner-act {
  background: #f7f0e5;
  display: table;
  width: 100%;
}
.block-act .block-inner-act .left {
  display: table-cell;
  width: 47.55%;
  background-image: url(../img/act01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 372px;
}
.block-act .block-inner-act .right {
  display: table-cell;
}
.block-act .cover-act {
  position: relative;
}
.block-act .cover-act.stl2 .block-inner-act {
  background: #f0e9f0;
}
.block-act .cover-act.stl2 .block-inner-act .left {
  background-image: url(../img/act02.jpg);
}
.block-act .cover-act.stl2 .content .wrapper .btn-link {
  background: #986a91;
}
.block-act .cover-act.stl2 .content .wrapper .ttl-act {
  border-color: #976A91;
}
.block-act .cover-act.stl3 .block-inner-act {
  background: #e6edf3;
}
.block-act .cover-act.stl3 .block-inner-act .left {
  background-image: url(../img/act03.jpg);
}
.block-act .cover-act.stl3 .content .wrapper .btn-link {
  background: #5485a5;
}
.block-act .cover-act.stl3 .content .wrapper .ttl-act {
  border-color: #5585A5;
}
.block-act .cover-act .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-act .cover-act .content .wrapper .text-right {
  float: right;
  padding-top: 68px;
}
.block-act .cover-act .content .wrapper .text-left {
  float: left;
  padding-top: 68px;
}
.block-act .cover-act .content .wrapper .ttl-act {
  margin-bottom: 12px;
  border-bottom: 1px solid #C89E50;
}
.block-act .cover-act .content .wrapper p {
  font-size: 16px;
  line-height: 25px;
  color: #3E3A39;
  letter-spacing: 0.025em;
  line-height: 29px;
  text-align: left;
  margin-bottom: 14px;
}
.block-act .cover-act .content .wrapper .btn-link {
  display: block;
  text-align: center;
  background: #C89E50;
  padding: 10px 0;
}
.block-act .cover-act .content .wrapper .btn-link span {
  padding-left: 20px;
  font-size: 15.75px;
  letter-spacing: 0.35em;
  background: url(../img/icon12.png) no-repeat left center;
  font-family: 'Ryum';
  color: #fff;
}

.story {
  padding: 60px 0;
}
.story .content {
  padding: 17px 0;
  background: #ecf0f3;
}
.story .content .image {
  float: left;
  width: 404px;
}
.story .content .image img {
  width: 100%;
}
.story .content .text {
  float: right;
  width: 475px;
  margin-right: 50px;
  padding-top: 44px;
}
.story .content .text .ttl-story {
  font-weight: bold;
  color: #01255C;
  font-size: 27px;
  letter-spacing: 0.35em;
  font-family: 'Axis';
  margin-bottom: 26px;
}
.story .content .text .desc {
  /*font-family: 'Ryum';*/
  color: #01255C;
  font-size: 20px;
  letter-spacing: 0.35em;
  margin-bottom: 10px;
  font-weight: bold;
}
.story .content .text p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.story .content .text .text-right {
  text-align: right;
}
.story .content .text span {
  display: inline-block;
  color: #fff;
  background: #01255C url(../img/icon12.png) no-repeat 20px center;
  font-size: 15.75px;
  letter-spacing: 0.35em;
  width: 182px;
  font-family: 'Ryum';
  text-align: center;
  padding: 10px 0 10px 20px;
}

.gellary {
  background: #dcdcdc;
  padding-top: 43px;
  padding-bottom: 78px;
}
.gellary .ttl-gelarry {
  text-align: center;
  font-size: 30px;
  color: #01255C;
  margin-bottom: 39px;
}
.gellary .content a {
  float: left;
  position: relative;
  width: 224px;
  margin-right: 28px;
  margin-bottom: 34px;
  overflow: hidden;
}
.gellary .content a:hover .hover {
  bottom: 0;
}
.gellary .content a:nth-child(4n) {
  margin-right: 0;
}
.gellary .content a .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  bottom: -100%;
}

@media (max-width: 1080px) {
  .slider .custom-control div {
    display: none;
  }
}
@media (max-width: 640px) {
  .story {
    padding: 0.2rem 0;
  }
  .story .wrapper {
    padding: 0;
  }
  .story .content {
    padding: 0;
  }
  .story .content .image {
    width: 100%;
  }
  .story .content .text {
    margin-right: 0;
    width: 100%;
    padding: 0.2rem;
  }
  .story .content .text .ttl-story {
    font-size: 0.35rem;
    margin-bottom: 0.15rem;
  }
  .story .content .text .desc {
    font-size: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .story .content .text p {
    font-size: 0.2rem;
    line-height: 0.35rem;
    margin-bottom: 0.1rem;
  }
  .story .content .text span {
    display: block;
    width: 100%;
    background: #01255C url(../img/icon12.png) no-repeat 1.5rem center;
    padding: 0.1rem 0;
  }

  .block-text-home {
    padding: 1.5rem 0 0.3rem;
  }

  .slider {
    margin-top: 0px;
  }
  .slider .bx-pager {
    bottom: 0.1rem;
  }
  .slider .bx-pager div {
    margin: 0 0.1rem;
  }
  .slider .bx-pager div a {
    width: 0.15rem;
    height: 0.15rem;
  }
  .slider .bxslider li {
    height: 5rem;
  }
  .slider .bxslider .bg01 {
    background-size: auto 100%;
  }
  .slider .col-nav {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 100;
  }
  .slider .col-nav .n-image {
    width: 4.25rem;
    margin-top: 0.5rem;
    margin-left: 0.3rem;
  }
  .slider .col-nav ul {
    float: right;
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 100%;
    left: 0;
  }
  .slider .col-nav ul li {
    float: left;
    width: 20%;
    margin-bottom: 4px;
  }
  .slider .col-nav ul li a {
    display: block;
    position: relative;
  }
  .slider .col-nav ul li a span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #01255C;
    font-family: 'Axis';
  }

  .block-act {
    padding-top: 0.4rem;
  }
  .block-act .ttl-act {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .block-act .block-inner-act .right {
    display: none;
  }
  .block-act .block-inner-act .left {
    background: none;
    height: auto;
  }
  .block-act .cover-act {
    background: #f7f0e5;
  }
  .block-act .cover-act .content {
    position: relative;
    padding-bottom: 0.3rem;
  }
  .block-act .cover-act .content .wrapper .text-right, .block-act .cover-act .content .wrapper .text-left {
    width: 100%;
    padding-top: 0.3rem;
  }
  .block-act .cover-act .content .wrapper .text-right .ttl-act, .block-act .cover-act .content .wrapper .text-left .ttl-act {
    margin-bottom: 0.2rem;
  }
  .block-act .cover-act .content .wrapper .text-right .ttl-act img, .block-act .cover-act .content .wrapper .text-left .ttl-act img {
    width: 4rem;
  }
  .block-act .cover-act .content .wrapper .text-right p, .block-act .cover-act .content .wrapper .text-left p {
    font-size: 0.22rem;
    line-height: 0.35rem;
    margin-bottom: 0.15rem;
  }
  .block-act .cover-act .content .wrapper .text-right .btn-link, .block-act .cover-act .content .wrapper .text-left .btn-link {
    font-size: 0.25rem;
    padding: 0.05rem;
  }
  .block-act .cover-act .content .wrapper .text-right .btn-link span, .block-act .cover-act .content .wrapper .text-left .btn-link span {
    font-size: 0.22rem;
    padding-left: 0.2rem;
    background-size: 0.1rem auto;
  }

  .gellary {
    padding: 0.4rem 0 0.4rem;
  }
  .gellary .wrapper {
    padding: 0;
  }
  .gellary .ttl-gelarry {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .gellary .content a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .gellary .content a .hover {
    bottom: 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .gellary .content a:nth-child(4n) {
    margin-right: 0;
  }
  .gellary .content a:nth-child(2n) {
    margin-right: 0;
  }
}
.makingstory01 {
  background: url(../img/image02.jpg) no-repeat center center;
  background-size: cover;
  height: 454px;
}
.makingstory01 .wrapper .bage {
  width: 410px;
}
.makingstory01 .wrapper .ttl-making01 {
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 0.2em;
  color: #01255C;
  font-family: 'Ryum';
  font-weight: bold;
  margin-top: 38px;
  margin-left: 30px;
}

.block-desc-making {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #01255C;
  line-height: 40px;
  letter-spacing: 0.1em;
  padding: 46px 0 51px;
}

.making01 {
  text-align: center;
}
.making01 .top img {
  width: 100%;
}
.making01 .text {
  padding: 63px 0 70px;
}
.making01 .ttl-making01 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #01255C;
  margin-bottom: 21px;
}
.making01 p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.13em;
}

.laquas {
  background: #DBDCDC;
  padding: 56px 0 81px;
}
.laquas .desc {
  text-align: center;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0.3em;
  margin-bottom: 25px;
}
.laquas .icon {
  display: block;
  margin: 0 auto 68px;
}
.laquas a.light-box {
  float: left;
  width: 224px;
  margin-right: 28px;
  margin-bottom: 34px;
}
.laquas a.light-box:nth-child(4n) {
  margin-right: 0;
}
.laquas .content {
  margin-bottom: 40px;
}
.laquas .text-center {
  text-align: center;
}
.laquas .banner {
  display: inline-block;
}

.hidden {
  display: none;
}

.inner-popup {
  background: #fff;
  width: 900px;
  padding: 20px;
}
.inner-popup .heading {
  background: #C89E50;
  color: #fff;
  font-size: 30px;
  padding: 0 16px;
  margin-bottom: 13px;
}
.inner-popup .heading span {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 30px;
  border-left: 1px solid #fff;
  position: relative;
  top: -5px;
  padding-left: 15px;
  margin-left: 10px;
}
.inner-popup .content {
  padding: 0 16px 30px;
}
.inner-popup .content p {
  font-size: 17px;
  line-height: 27px;
  color: #3E3A39;
  margin-bottom: 40px;
}
.inner-popup .content img {
  display: block;
  margin: 0 auto;
}
.inner-popup .content .left {
  float: left;
}
.inner-popup .content .right {
  float: left;
  margin-left: 38px;
}
.inner-popup .content .right.second {
  margin-left: 35px;
  padding-top: 100px;
}
.inner-popup .content .right .inner.first {
  margin-bottom: 25px;
}
.inner-popup .content .right .inner img {
  margin-bottom: 5px;
}
.inner-popup .content .right .inner span {
  display: block;
  font-size: 12.22px;
  letter-spacing: 0.025em;
  color: #3E3A39;
}

.news-style .fancybox-prev {
  width: 26px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: -30px;
  background: url(../img/icon15.png) no-repeat center center;
}
.news-style .fancybox-prev span {
  width: 100%;
  height: 100%;
  background: none;
}
.news-style .fancybox-next {
  width: 26px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  right: -30px;
  background: url(../img/icon16.png) no-repeat center center;
}
.news-style .fancybox-next span {
  width: 100%;
  height: 100%;
  background: none;
}
.news-style .fancybox-close {
  width: 22px;
  height: 22px;
  right: 0;
  top: -32px;
  background: url(../img/icon17.png) no-repeat center center;
}

@media (max-width: 640px) {
  .makingstory01 {
    height: 4rem;
    background-size: auto 100%;
  }
  .makingstory01 .wrapper {
    padding: 0;
  }
  .makingstory01 .wrapper .bage {
    width: 3rem;
  }
  .makingstory01 .wrapper .ttl-making01 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 0;
  }

  .block-desc-making {
    padding: 0.3rem 0;
    font-size: 0.20rem;
    line-height: 0.35rem;
  }

  .making01 .text {
    padding: 0.3rem 0;
  }
  .making01 .ttl-making01 {
    font-size: 0.23rem;
    line-height: 0.35rem;
  }
  .making01 p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }

  .laquas {
    padding: 0.3rem 0 0.4rem;
  }
  .laquas .content {
    margin-bottom: 0.3rem;
  }
  .laquas .desc {
    font-size: 0.19rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .laquas .icon {
    width: 2.5rem;
    margin-bottom: 0.3rem;
  }
  .laquas a.light-box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .laquas a.light-box:nth-child(4n) {
    margin-right: 0;
  }
  .laquas a.light-box:nth-child(2n) {
    margin-right: 0;
  }

  .inner-popup {
    width: 5rem;
    padding: 0.1rem;
  }
  .inner-popup .heading {
    background: #C89E50;
    color: #fff;
    font-size: 0.3rem;
    padding: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .inner-popup .heading span {
    font-size: 0.2rem;
    display: block;
    letter-spacing: 0.05em;
    line-height: 0.3rem;
    border-left: 0;
    position: relative;
    top: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .inner-popup .content {
    padding: 0 0.15rem 0.3rem;
  }
  .inner-popup .content p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #3E3A39;
    margin-bottom: 0.4rem;
  }
  .inner-popup .content img {
    display: block;
    margin: 0 auto;
  }
  .inner-popup .content .left {
    width: 100%;
  }
  .inner-popup .content .right {
    width: 100%;
    margin-left: 0;
  }
  .inner-popup .content .right.second {
    margin-left: 0;
    padding-top: 1rem;
  }
  .inner-popup .content .right .inner.first {
    margin-bottom: 0.2rem;
  }
  .inner-popup .content .right .inner img {
    margin-bottom: 0.05rem;
  }
  .inner-popup .content .right .inner span {
    font-size: 0.16rem;
    letter-spacing: 0.025em;
  }

  .news-style .fancybox-prev {
    width: 0.25rem;
    height: 0.5rem;
    top: 50%;
    margin-top: -0.25rem;
    left: -0.3rem;
    background-size: 100% 100%;
  }
  .news-style .fancybox-next {
    width: 0.25rem;
    height: 0.5rem;
    top: 50%;
    margin-top: -0.25rem;
    right: -0.3rem;
    background-size: 100% 100%;
  }
  .news-style .fancybox-close {
    width: 0.22rem;
    height: 0.22rem;
    right: 0;
    top: -0.32rem;
    background-size: 100% 100%;
  }
}
.page-quarity .head-accor .icon {
  background-color: #d79f4a;
}
.page-quarity .head-accor .arrow {
  background-color: #e5bc84;
}
.page-quarity .body-accor .ttl-accor .icon {
  background-color: #d79f4a;
}

.banner-cmn {
  border-top: 45px solid #d4a151;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner-cmn ul li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 409px;
}
.banner-cmn ul li.bg21 {
  background-image: url(../img/image01.jpg);
}
.banner-cmn ul li.bg22 {
  background-image: url(../img/image01.jpg);
}
.banner-cmn ul li.bg23 {
  background-image: url(../img/image01.jpg);
}
.banner-cmn ul li.bg31 {
  background-image: url(../img/image24.jpg);
}
.banner-cmn ul li.bg32 {
  background-image: url(../img/image24.jpg);
}
.banner-cmn ul li.bg33 {
  background-image: url(../img/image24.jpg);
}
.banner-cmn ul li.bg41 {
  background-image: url(../img/image33.jpg);
}
.banner-cmn ul li.bg42 {
  background-image: url(../img/image33.jpg);
}
.banner-cmn ul li.bg43 {
  background-image: url(../img/image33.jpg);
}
.banner-cmn .wrapper {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  top: 0;
  z-index: 100;
}
.banner-cmn .ttl-banner {
  font-family: 'Ryum';
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px black;
  float: right;
  margin-right: 22px;
  margin-top: 26px;
}

.steps {
  background-color: #D1D2D3;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.steps ul li {
  float: left;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
}
.steps ul li.step2 {
  margin-left: -27px;
}
.steps ul li.step3 {
  margin-left: -28px;
}
.steps ul li.active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: relative;
  z-index: 100;
}

.accordion {
  padding-top: 45px;
}

.head-accor {
  display: table;
  width: 100%;
  margin-bottom: 71px;
  cursor: pointer;
}
.head-accor .icon {
  display: table-cell;
  width: 88px;
  vertical-align: middle;
}
.head-accor.active .arrow {
  background-image: url(../img/icon20.png);
}
.head-accor.active .arrow div.open {
  display: none;
}
.head-accor.active .arrow div.close {
  display: block;
}
.head-accor .arrow {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
  background-image: url(../img/icon21.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  text-align: center;
}
.head-accor .arrow div {
  padding-bottom: 26px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.head-accor .arrow div.close {
  display: none;
}
.head-accor .arrow div span {
  font-size: 155%;
}
.head-accor .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 19px;
  color: #595757;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #e0e0e0;
  padding: 0 22px;
}
.head-accor .text.bg01 {
  background-image: url(../img/image06.jpg);
}
.head-accor .text.bg02 {
  background-image: url(../img/image07.jpg);
}
.head-accor .text.bg03 {
  background-image: url(../img/image08.jpg);
}

.body-accor {
  padding-bottom: 80px;
  display: none;
}
.body-accor .content {
  padding: 0 40px;
}
.body-accor .ttl-accor03 {
  border-bottom: 1px solid #C89E50;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.025em;
  color: #231815;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 49px;
}
.body-accor .ttl-box-step03 {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #fff;
  background: #818181;
  padding: 7px;
  margin-bottom: 16px;
}
.body-accor .desc2 {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #3E3A39;
  margin-bottom: 23px;
}
.body-accor .ttl-accor {
  display: table;
  width: 100%;
}
.body-accor .ttl-accor .icon {
  display: table-cell;
  width: 173px;
}
.body-accor .ttl-accor .text {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  background-color: #e0e0e0;
  font-size: 19px;
  color: #595757;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.025em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-color: #e0e0e0;
  padding: 0 22px;
}
.body-accor .ttl-accor .text span {
  display: block;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.025em;
  line-height: 10px;
  padding-left: 40px;
  margin-top: 6px;
}
.body-accor .desc {
  text-align: center;
  color: #213480;
  font-size: 19px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.12em;
  padding: 52px 0 41px;
}
.body-accor .block-laquas01 {
  display: table;
  margin-bottom: 63px;
}
.body-accor .block-laquas01.second {
  margin-top: 46px;
  margin-bottom: 38px;
}
.body-accor .block-laquas01 .image {
  display: table-cell;
  width: 435px;
}
.body-accor .block-laquas01 .right {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.025em;
  padding-left: 30px;
}
.body-accor .block-laquas01 .right .ttl-laqua01 {
  border-bottom: 1px solid #C89E50;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.025em;
  color: #231815;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.body-accor .banner-laquas {
    margin-bottom: 50px;
}

.flow-laquas .ttl-flow {
  font-size: 18px;
  font-weight: bold;
  color: #231815;
  border-bottom: 1px solid #C89E50;
  letter-spacing: 0.16em;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.flow-laquas .top {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #3E3A39;
  margin-bottom: 19px;
}
.flow-laquas .box-flow {
  float: left;
  width: 272px;
  margin-right: 42px;
  position: relative;
}
.flow-laquas .box-flow.has-arrow:after {
  position: absolute;
  width: 14px;
  height: 25px;
  content: "";
  top: 77px;
  right: -29px;
  background: url(../img/icon23.png) no-repeat top center;
}
.flow-laquas .box-flow:nth-child(3n) {
  margin-right: 0;
}
.flow-laquas .box-flow img {
  display: block;
}
.flow-laquas .box-flow .caption {
  text-align: center;
  padding: 2px 0 5px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  background: #C89E50;
  margin-bottom: 7px;
}
.flow-laquas .box-flow p {
  font-size: 12px;
  line-height: 19px;
  text-align: justify;
  letter-spacing: 0.025em;
}

.attribute {
  float: left;
  width: 272px;
  margin-right: 42px;
}
.attribute:nth-child(3n) {
  margin-right: 0;
}
.attribute .ttl-attribute {
  color: #961F4A;
  font-size: 33px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 4px;
}
.attribute .top {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.025em;
  margin-bottom: 17px;
}
.attribute img {
  display: block;
  margin-bottom: 6px;
}
.attribute p {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.075em;
}

.block-step2 {
  margin-top: 29px;
  margin-bottom: 111px;
}
.block-step2 .ttl-step2 {
  color: #961F4A;
  font-size: 23px;
  letter-spacing: -0.08em;
  margin-bottom: 11px;
}
.block-step2 li {
  float: left;
  position: relative;
}
.block-step2 li .ctn-ab {
  position: absolute;
  width: 100%;
  top: 69px;
  left: 0;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: -0.075em;
}
.block-step2 li.in-step01 .ctn-ab {
  padding-right: 10px;
}
.block-step2 li.in-step02 {
  margin-left: -25px;
}
.block-step2 li.in-step02 .ctn-ab {
  padding-left: 38px;
  top: 55px;
}
.block-step2 li.in-step02 .ctn-ab ul li {
  border-left: 1px solid #221816;
  padding: 14px 0 0 3px;
  letter-spacing: 0;
/*  height: 62px;*/
  height: 78px;
}
.block-step2 li.in-step02 .ctn-ab ul li:nth-child(1) {
  width: 113px;
}
.block-step2 li.in-step02 .ctn-ab ul li:nth-child(2) {
  width: 116px;
}
.block-step2 li.in-step02 .ctn-ab ul li:nth-child(3) {
  width: 116px;
}
.block-step2 li.in-step02 .ctn-ab ul li:nth-child(4) {
  width: 103px;
}
.block-step2 li.in-step03 {
  margin-left: -27px;
}
.block-step2 li.in-step03 .ctn-ab {
  padding-left: 49px;
}
.block-step2 li.in-step04 {
  margin-left: 5px;
}
.block-step2 li.in-step04 .ctn-ab {
  padding-left: 8px;
}

.box-award {
  background: #fbf6f0;
  padding: 32px 34px 13px 28px;
}
.box-award .list-award ul {
  text-align: center;
}
.box-award .list-award ul li {
  display: inline-block;
  vertical-align: top;
}
.box-award .list-award ul li:nth-child(2n) {
  margin: 0 62px;
}
.box-award .left {
  float: left;
  width: 480px;
}
.box-award .left .logo-award {
  margin-bottom: 21px;
}
.box-award .left .cover {
  margin-bottom: 29px;
}
.box-award .left .cover .top {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #674B13;
  margin-bottom: 3px;
}
.box-award .left .cover .ttl-award {
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.17em;
  font-weight: bold;
  color: #674B13;
  margin-bottom: 6px;
}
.box-award .left .cover p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.13em;
  color: #3E3A39;
  margin-bottom: 6px;
}
.box-award .right {
  float: right;
  width: 320px;
}
.box-award .right .inner {
  margin-bottom: 34px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
.box-award .right .inner img {
  margin-bottom: 9px;
}
.box-award .right .inner span {
  float: right;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.025em;
}

.box-step03 {
  overflow: hidden;
  margin-bottom: 60px;
}
.box-step03 .cover-box-step03 .n-inner {
  float: left;
  padding-right: 10px;
  position: relative;
}
.box-step03 .cover-box-step03 .n-inner:after {
  position: absolute;
  content: "";
  width: 150px;
  left: 10px;
  top: 89px;
  height: 8px;
  background: #284480;
  z-index: -1;
}
.box-step03 .cover-box-step03 .n-inner.n-step01 {
  width: 135px;
}
.box-step03 .cover-box-step03 .n-inner.n-step02 {
  width: 131px;
}
.box-step03 .cover-box-step03 .n-inner.n-step03 {
  width: 125px;
}
.box-step03 .cover-box-step03 .n-inner.n-step04 {
  width: 225px;
}
.box-step03 .cover-box-step03 .n-inner.n-step04:before {
  position: absolute;
  content: "";
  width: 13px;
  right: 55px;
  top: 73px;
  height: 42px;
  background: url(../img/icon34.png) no-repeat;
  z-index: 1;
}
.box-step03 .cover-box-step03 .n-inner.n-step04 .box-inner {
  margin-bottom: 9px;
}
.box-step03 .cover-box-step03 .n-inner.n-step05 {
  width: 134px;
  margin-left: 22px;
}
.box-step03 .cover-box-step03 .n-inner.n-step05:before {
  position: absolute;
  content: "";
  width: 150px;
  right: 90%;
  top: 89px;
  height: 8px;
  background: #284480;
  z-index: -1;
}
.box-step03 .cover-box-step03 .n-inner.n-step05 .box-inner img {
  width: 167px;
  max-width: inherit;
  margin-bottom: 0;
  margin-top: 20px;
}
.box-step03 .cover-box-step03 .n-inner.n-step05 .box-inner .note {
  font-size: 10px;
}
.box-step03 .cover-box-step03 .n-inner.n-step05 p {
  margin-right: -10px;
}
.box-step03 .cover-box-step03 .n-inner.n-step06 {
  width: 127px;
}
.box-step03 .cover-box-step03 .n-inner.n-step06 .box-inner {
  margin-bottom: 9px;
  padding-right: 0;
  padding-left: 10px;
}
.box-step03 .cover-box-step03 .n-inner img {
  width: 93px;
  margin-bottom: 10px;
}
.box-step03 .cover-box-step03 .n-inner .box-inner .ttl {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #284480;
  margin-bottom: 2px;
}
.box-step03 .cover-box-step03 .n-inner .box-inner p {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.025em;
}

.box-news03 {
  background: #eeede8;
}
.box-news03 .top {
  background: url(../img/image21.jpg) no-repeat right center;
  background-size: auto 100%;
  padding: 21px 32px 20px;
  border-bottom: 2px solid #fff;
}
.box-news03 .top .ttl-news03 {
  font-weight: bold;
  font-size: 26.32px;
  line-height: 42.78px;
  letter-spacing: 0.05em;
  color: #284480;
  margin-bottom: 11px;
}
.box-news03 .top .infor {
  margin-bottom: 20px;
}
.box-news03 .top .infor .cover {
  float: right;
  margin-right: 255px;
}
.box-news03 .top .infor .cover .left-news03 {
  float: left;
  font-size: 12.67px;
  color: #284480;
  font-family: 'Axis';
  padding-top: 7px;
  line-height: 20px;
  letter-spacing: 0.14em;
  margin-right: 14px;
}
.box-news03 .top .infor .cover .right-news03 {
  float: right;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #284480;
  font-family: 'Ryum';
}
.box-news03 .top p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.07em;
}
.box-news03 .bottom {
  padding: 18px 28px 27px;
}
.box-news03 .bottom p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #3E3A39;
  margin-bottom: 9px;
}
.box-news03 .bottom .ttl-sub03 {
  font-weight: bold;
  color: #284480;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
.box-news03 .bottom .note {
  font-size: 11px;
  font-family: 'Axis';
  margin-top: 6px;
}
.box-news03 .bottom .left {
  float: left;
  width: 407px;
}
.box-news03 .bottom .right {
  float: right;
  width: 407px;
}

@media (max-width: 640px) {
  .banner-cmn {
    border-width: 0.2rem;
  }
  .banner-cmn .ttl-banner {
    font-size: 0.3rem;
    line-height: 0.45rem;
    margin-right: auto;
    margin-top: 0.2rem;
    margin-left: 0;
    float: left;
  }
  .banner-cmn ul li {
    background-size: auto 100%;
    height: 3.8rem;
  }
  .banner-cmn .wrapper {
    margin-left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .steps {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .steps .wrapper {
    padding: 0;
  }
  .steps ul {
    position: relative;
    padding-left: 0.1rem;
  }
  .steps ul li {
    float: left;
    width: 33.333333%;
  }
  .steps ul li.step1 {
    margin-left: 0.12rem;
  }
  .steps ul li.step2 {
    margin-left: -2.5%;
  }
  .steps ul li.step3 {
    margin-left: -2.5%;
  }
  .steps ul li.active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .accordion {
    padding-top: 0.25rem;
  }

  .head-accor {
    margin-bottom: 0.4rem;
  }
  .head-accor.active {
    background-image: url(../img/icon20.png);
  }
  .head-accor .icon {
    width: 0.6rem;
  }
  .head-accor .arrow {
    width: 0.9rem;
  }
  .head-accor .arrow div {
    padding-bottom: 0.4rem;
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
  .head-accor .arrow div.close {
    display: none;
  }
  .head-accor .arrow div span {
    font-size: 155%;
  }
  .head-accor .text {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0 0.2rem;
  }
    .head-accor .text.bg01, 
    .head-accor .text.bg02, 
    .head-accor .text.bg03, 
    .head-accor .text.bg04, 
    .head-accor .text.bg05, 
    .head-accor .text.bg06, 
    .head-accor .text.bg07, 
    .head-accor .text.bg08 { 
        background: #e0e0e0;
    }

  .body-accor {
    padding-bottom: 0;
  }
  .body-accor .ttl-accor .icon {
    width: 1.2rem;
    vertical-align: middle;
  }
  .body-accor .ttl-accor .text {
    font-size: 0.2rem;
    line-height: 0.25rem;
    padding: 0.2rem 0.1rem;
  }
  .body-accor .ttl-accor .text span {
    font-size: 50%;
    line-height: 10px;
    padding-left: 0.4rem;
    margin-top: 0;
  }
  .body-accor .ttl-accor03 {
    font-size: 0.28rem;
    line-height: 0.35rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    padding-bottom: 0.08rem;
  }
  .body-accor .desc2 {
    font-size: 0.2rem;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .body-accor .ttl-box-step03 {
    font-size: 0.2rem;
    line-height: 0.25rem;
    padding: 0.05rem;
    margin-bottom: 0.3rem;
  }
  .body-accor .content {
    padding: 0 0.1rem;
  }
  .body-accor .desc {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0.3rem 0 0.2rem;
  }
  .body-accor .block-laquas01 {
    margin-bottom: 0.5rem;
  }
  .body-accor .block-laquas01.second {
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .body-accor .block-laquas01 .image {
    width: 100%;
    margin-bottom: 0.2rem;
    float: left;
  }
  .body-accor .block-laquas01 .right {
    font-size: 0.2rem;
    padding-left: 0;
    line-height: 0.32rem;
    float: left;
    width: 100%;
  }
  .body-accor .block-laquas01 .right .ttl-laqua01 {
    font-size: 0.24rem;
    line-height: 0.35rem;
    padding-bottom: 0.05rem;
    margin-bottom: 0.1rem;
  }

  .flow-laquas .ttl-flow {
    font-size: 0.28rem;
    padding-bottom: 0.03rem;
    margin-bottom: 0.05rem;
  }
  .flow-laquas .top {
    font-size: 0.2rem;
    line-height: 0.35rem;
    margin-bottom: 0.3rem;
  }
  .flow-laquas .box-flow {
    width: 100%;
    padding: 0 0.3rem;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .flow-laquas .box-flow.has-arrow:after {
    width: 0.5rem;
    height: 0.28rem;
    top: 103%;
    right: 50%;
    margin-right: -0.25rem;
    background: url(../img/icon36.png) no-repeat top center;
    background-size: 100% auto;
  }
  .flow-laquas .box-flow:nth-child(3n) {
    margin-right: 0;
  }
  .flow-laquas .box-flow img {
    display: block;
  }
  .flow-laquas .box-flow .caption {
    padding: 0.03rem 0;
    font-size: 0.24rem;
    margin-bottom: 0.07rem;
  }
  .flow-laquas .box-flow p {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .attribute {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .attribute .ttl-attribute {
    font-size: 0.36rem;
    margin-bottom: 0.04rem;
  }
  .attribute .top {
    font-size: 0.22rem;
    line-height: 0.28rem;
    margin-bottom: 0.17rem;
  }
  .attribute img {
    margin-bottom: 0.1rem;
  }
  .attribute p {
    font-size: 0.2rem;
    line-height: 0.25rem;
  }

  .block-step2 {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .block-step2 .ttl-step2 {
    font-size: 0.22rem;
    margin-bottom: 0.13rem;
  }
  .block-step2 li {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0.03rem;
  }
  .block-step2 li.in-step02 .ctn-ab ul li {
    float: left;
    width: 100% !important;
    height: 0.77rem;
    border: 0;
  }
  .block-step2 li.in-step02 .ctn-ab ul li:last-child {
    margin-bottom: 0;
  }
  .block-step2 li .ctn-ab {
    position: relative;
    padding-right: 0 !important;
    padding-left: 0.1rem !important;
    float: left;
    top: 0 !important;
    width: 65%;
    font-size: 0.2rem;
    line-height: 0.25rem;
  }
  .block-step2 li img {
    width: 35%;
    float: left;
  }

  .box-award {
    background: #fbf6f0;
    padding: 0.3rem 0.2rem 0.1rem;
    margin-bottom: 0.5rem;
  }
  .box-award .left .logo-award {
    margin-bottom: 0.2rem;
    width: 4rem;
  }
  .box-award .left .cover {
    margin-bottom: 0.3rem;
  }
  .box-award .left .cover .top {
    font-size: 0.17rem;
    line-height: 0.3rem;
    margin-bottom: 0.03rem;
  }
  .box-award .left .cover .ttl-award {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-bottom: 0.06rem;
  }
  .box-award .left .cover p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.05rem;
  }
  .box-award .right {
    width: 100%;
  }
  .box-award .right .inner {
    float: left;
    width: 49%;
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
    line-height: 0.3rem;
  }
  .box-award .right .inner span {
    width: 100%;
    font-size: 0.16rem;
    margin-top: 0;
  }
  .box-award .right .inner:last-child {
    float: right;
  }
  .box-award .right .inner img {
    margin-bottom: 0.05rem;
    width: 100%;
    height: 1.68rem;
  }
  .box-award .list-award {
    padding-top: 0.3rem;
  }
  .box-award .list-award ul li {
    width: 38%;
    margin: 0 5% 5% !important;
  }

  .box-news03 .top {
    padding: 0.2rem;
  }
  .box-news03 .top .ttl-news03 {
    font-size: 0.25rem;
    line-height: 0.35rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.01em;
  }
  .box-news03 .top .infor .cover {
    width: 100%;
    margin-right: 0;
  }
  .box-news03 .top .infor .cover .left-news03 {
    font-size: 0.17rem;
    padding-top: 0.07rem;
    line-height: 0.2rem;
    margin-right: 0;
  }
  .box-news03 .top .infor .cover .right-news03 {
    font-size: 0.35rem;
    margin-right: 1.2rem;
  }
  .box-news03 .top p {
    font-size: 0.2rem;
    line-height: 0.25rem;
    padding-right: 1rem;
  }
  .box-news03 .bottom {
    padding: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .box-news03 .bottom .ttl-sub03 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .box-news03 .bottom .note {
    font-size: 0.16rem;
    margin-top: 0.06rem;
  }
  .box-news03 .bottom p {
    font-size: 0.2rem;
    line-height: 0.27rem;
    margin-bottom: 0.1rem;
  }
  .box-news03 .bottom .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .box-news03 .bottom .right {
    width: 100%;
  }

  .box-step03 {
    margin-bottom: 0.3rem;
  }
  .box-step03 .cover-box-step03 .n-inner {
    float: left;
    width: 50% !important;
    padding: 0 0.1rem;
    text-align: center;
    margin-left: 0 !important;
    margin-bottom: 0.1rem;
  }
  .box-step03 .cover-box-step03 .n-inner.n-step05 .box-inner img {
    width: 2rem;
    margin-top: 0.2rem;
  }
  .box-step03 .cover-box-step03 .n-inner.n-step05 .box-inner .note {
    font-size: 0.16rem;
  }
  .box-step03 .cover-box-step03 .n-inner .box-inner .ttl {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.05rem;
  }
  .box-step03 .cover-box-step03 .n-inner .box-inner p {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
  .box-step03 .cover-box-step03 .n-inner img {
    display: block;
    margin: 0 auto 0.1rem;
    width: 1.2rem;
  }
  .box-step03 .cover-box-step03 .n-inner:after {
    display: none;
  }
  .box-step03 .cover-box-step03 .n-inner:before {
    display: none;
  }

  .box-award .left, .box-news03 .bottom .left {
    width: 100%;
  }
}
.page-reality .banner-cmn {
  border-color: #976A91;
}
.page-reality .banner-cmn .ttl-banner {
  margin-right: 61px;
  margin-top: 191px;
}
.page-reality .head-accor .icon {
  background-color: #a66a94;
}
.page-reality .head-accor .arrow {
  background-color: #c298b4;
}
.page-reality .body-accor .ttl-accor .icon {
  background-color: #a66a94;
}

.head-accor .text.bg04 {
  background-image: url(../img/image26.jpg);
}
.head-accor .text.bg05 {
  background-image: url(../img/image25.jpg);
}

.block-laquas01.third {
  margin-top: 50px;
  margin-bottom: 45px;
}
.block-laquas01.third .image {
  width: 557px;
}
.block-laquas01.third .right {
  padding-left: 40px;
}
.block-laquas01.third .right .ttl-laqua01 {
  border-color: #976A91;
}
.block-laquas01.four {
  margin-top: 50px;
  margin-bottom: 55px;
}
.block-laquas01.four .image {
  width: 557px;
}
.block-laquas01.four .right {
  padding-left: 40px;
}
.block-laquas01.four .right .ttl-laqua01 {
  border-color: #976A91;
}
.block-laquas01.four .right img {
  margin-top: 10px;
}

.list-step04 {
  margin-bottom: 14px;
}
.list-step04 ul li {
  float: left;
  width: 270px;
  position: relative;
  margin-right: 45px;
}
.list-step04 ul li:nth-child(3n) {
  margin-right: 0;
}
.list-step04 ul li.has-arrow:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 24px;
  background: url(../img/icon44.png) no-repeat center center;
  background-size: 100% 100%;
  right: -32px;
  top: 101px;
}
.list-step04 ul li img {
  display: block;
  margin: 0 auto 14px;
}
.list-step04 ul li .ttl-step04 {
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #976A91;
  margin-bottom: 2px;
}
.list-step04 ul li .ttl-step04 img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.list-step04 ul li p {
  font-size: 12px;
  line-height: 19px;
  color: #3E3A39;
  text-align: justify;
}

.table {
  margin-top: 22px;
}
.table .ttl-tbl {
  font-weight: bold;
  color: #976A91;
  font-size: 18px;
  letter-spacing: 0.125em;
  padding-left: 6px;
}
.table .ttl-tbl .icon {
  position: relative;
  top: -10px;
  margin-right: 10px;
}
.table table {
  border-top: 1px solid #a66a94;
  border-bottom: 1px solid #a66a94;
  margin-bottom: 13px;
}
.table table tr:nth-child(2n + 1) td {
  background: #f6eff6;
}
.table table tr td {
  width: 50%;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.025em;
  color: #3E3A39;
  vertical-align: middle;
  height: 53px;
  padding: 0 20px;
}
.table table tr td:first-child {
  border-right: 1px solid #d4b6ca;
}
.table .note04 {
  text-align: right;
}
.table .note04 p {
  font-size: 10px;
  line-height: 18px;
  color: #251E1C;
}

.example {
  margin-bottom: 41px;
}
.example .ttl-example {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #976A91;
  letter-spacing: 0.025em;
  border-top: 1px solid #976A91;
  border-bottom: 1px solid #976A91;
  padding: 13px 0;
  margin-bottom: 14px;
}
.example ul {
  margin-bottom: 8px;
}
.example ul li {
  float: left;
  width: 272px;
  margin-right: 42px;
}
.example ul li .time {
  font-size: 31.46px;
  color: #976A91;
}
.example ul li .name {
  color: #976A91;
  font-size: 17px;
  letter-spacing: 0.12em;
  padding-left: 42px;
  margin-bottom: 14px;
}
.example ul li > img {
  display: block;
  margin: 0 auto 19px;
}
.example ul li p {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 19px;
}
.example ul li.has-arrow {
  position: relative;
}
.example ul li.has-arrow:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 24px;
  background: url(../img/icon44.png) no-repeat center center;
  background-size: 100% 100%;
  right: -28px;
  top: 182px;
}
.example ul li:nth-child(3n) {
  margin-right: 0;
}
.example .note {
  font-size: 10px;
  text-align: right;
}

.museum {
  margin-bottom: 27px;
}
.museum .ttl-museum {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #976A91;
  letter-spacing: 0.025em;
  border-top: 1px solid #976A91;
  border-bottom: 1px solid #976A91;
  padding: 13px 0;
  margin-bottom: 14px;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.museum ul li {
  float: left;
  width: 210px;
  margin-right: 20px;
}
.museum ul li:nth-child(4n) {
  margin-right: 0;
}
.museum ul li img {
  margin-bottom: 7px;
}
.museum ul li p {
  font-size: 11px;
}
.museum ul li p span {
  float: right;
}

.banner-accor05 {
  display: table;
  width: 110%;
  margin-bottom: 30px;
}
.banner-accor05 .left {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 39px;
  letter-spacing: 0.13em;
  color: #976A91;
  width: 430px;
  font-weight: bold;
}
.banner-accor05 .right {
  display: table-cell;
}

.note-accor05 {
  text-align: right;
  font-size: 10px;
  color: #251E1C;
}

@media (max-width: 640px) {
  .page-reality .banner-cmn .ttl-banner {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }

  .block-laquas01.third {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .block-laquas01.third .image {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .block-laquas01.third .right {
    padding-left: 0;
  }
  .block-laquas01.third .right .ttl-laqua01 {
    border-color: #976A91;
  }
  .block-laquas01.four {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .block-laquas01.four .image {
    width: 100%;
  }
  .block-laquas01.four .right {
    padding-left: 0;
  }
  .block-laquas01.four .right img {
    margin-top: 0.4rem;
    width: 4rem;
  }

  .list-step04 {
    margin-bottom: 0.1rem;
    padding: 0 0.5rem;
  }
  .list-step04 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.9rem;
  }
  .list-step04 ul li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .list-step04 ul li.has-arrow:after {
    width: 0.48rem;
    height: 0.27rem;
    background: url(../img/icon45.png) no-repeat center center;
    background-size: 100% 100%;
    right: 50%;
    margin-right: -0.24rem;
    top: 103%;
  }
  .list-step04 ul li img {
    margin: 0 auto 0.2rem;
  }
  .list-step04 ul li .ttl-step04 {
    font-size: 0.25rem;
    margin-bottom: 0;
  }
  .list-step04 ul li .ttl-step04 img {
    height: 0.5rem;
    margin-right: 0.1rem;
    top: 0.03rem;
  }
  .list-step04 ul li p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }

  .table {
    margin: 0.2rem 0 0.5rem;
  }
  .table .ttl-tbl {
    font-size: 0.25rem;
    margin-bottom: 0;
  }
  .table .ttl-tbl .icon {
    width: 0.3rem;
    display: inline-block;
    margin-right: 0;
    top: -0.08rem;
  }
  .table table {
    margin-bottom: 0.15rem;
  }
  .table table tr td {
    width: 50%;
    font-size: 0.18rem;
    line-height: 0.35rem;
    height: 0.5rem;
    padding: 0 0.1rem;
  }
  .table .note04 p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .example {
    margin-bottom: 0.4rem;
  }
  .example .ttl-example {
    font-size: 0.24rem;
    padding: 0.13rem 0;
    margin-bottom: 0.3rem;
  }
  .example ul {
    margin-bottom: 0.1rem;
    padding: 0 0.5rem;
  }
  .example ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.9rem;
  }
  .example ul li .time {
    font-size: 0.5rem;
    line-height: 0.3rem;
  }
  .example ul li .time img {
    width: 0.37rem;
    display: inline-block;
  }
  .example ul li .name {
    font-size: 0.22rem;
    padding-left: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .example ul li > img {
    display: block;
    margin: 0 auto 0.2rem;
  }
  .example ul li p {
    font-size: 0.2rem;
    letter-spacing: 0.025em;
    line-height: 0.3rem;
  }
  .example ul li.has-arrow:after {
    width: 0.48rem;
    height: 0.27rem;
    background: url(../img/icon45.png) no-repeat center center;
    background-size: 100% 100%;
    right: 50%;
    margin-right: -0.24rem;
    top: 103%;
  }
  .example ul li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .example .note {
    font-size: 0.16rem;
  }

  .museum {
    margin-bottom: 0.25rem;
  }
  .museum .ttl-museum {
    font-size: 0.24rem;
    padding: 0.13rem 0;
    margin-bottom: 0.3rem;
  }
  .museum ul {
    padding: 0 0.5rem;
  }
  .museum ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .museum ul li:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .museum ul li img {
    margin-bottom: 0.1rem;
  }
  .museum ul li p {
    font-size: 0.2rem;
  }
  .museum ul li p span {
    float: right;
  }

  .banner-accor05 {
    display: table;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .banner-accor05 .left {
    font-size: 0.25rem;
    line-height: 0.4rem;
    letter-spacing: 0.13em;
    color: #976A91;
    width: 100%;
    float: left;
  }
  .banner-accor05 .right {
    width: 100%;
    float: left;
  }

  .note-accor05 {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
  }
}
.page-days .banner-cmn {
  border-color: #5585A5;
}
.page-days .banner-cmn .ttl-banner {
  margin-right: 115px;
  margin-top: 221px;
}
.page-days .head-accor .icon {
  background-color: #5585A5;
}
.page-days .head-accor .arrow {
  background-color: #78acc2;
}
.page-days .body-accor .ttl-accor .icon {
  background-color: #5585A5;
}

.head-accor .text.bg06 {
  background-image: url(../img/accor18.jpg);
}
.head-accor .text.bg07 {
  background-image: url(../img/accor19.jpg);
}
.head-accor .text.bg08 {
  background-image: url(../img/accor20.jpg);
}

.ttl-delivery {
  font-weight: bold;
  font-size: 19px;
  color: #231815;
  letter-spacing: 0.125em;
  margin-top: 35px;
  margin-bottom: 25px;
}

.n-service {
  margin-top: 23px;
  margin-bottom: 50px;
}
.n-service .left {
  float: left;
  width: 585px;
  padding-top: 7px;
}
.n-service .left .cover-service {
  margin-bottom: 32px;
}
.n-service .left .cover-service .ttl-service {
  font-size: 18px;
  font-weight: bold;
  color: #2D4F98;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.n-service .left .cover-service .ttl-service img {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  margin-right: 15px;
}
.n-service .left .cover-service .ttl-service.stl02 {
  color: #83B33E;
}
.n-service .left .cover-service .ttl-service.stl03 {
  color: #61A5A2;
}
.n-service .left .cover-service p {
  font-size: 13px;
  color: #3E3A39;
  line-height: 23px;
  letter-spacing: 0.025em;
}
.n-service .right {
  float: right;
  width: 272px;
}
.n-service .right img {
  display: block;
  margin: 0 auto 12px;
}
.n-service .right img.last {
  margin-bottom: 0;
}
.n-service .right p {
  font-size: 12px;
  line-height: 19px;
  margin-top: 5px;
}
.n-service .note-accor04 {
  text-align: right;
  font-size: 10px;
  line-height: 18px;
  margin-top: 26px;
}

.facilities .ttl-facilities {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 32px;
  margin-bottom: 21px;
}
.facilities .box-fac {
  float: left;
  width: 272px;
  margin-right: 42px;
}
.facilities .box-fac .top {
  background: #3086a9;
  padding: 11px 0px 8px;
}
.facilities .box-fac .top span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.025em;
  color: #fff;
  margin-bottom: 6px;
}
.facilities .box-fac .top .ttl-box-fac {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
}
.facilities .box-fac:nth-child(3) {
  margin-right: 0;
}
.facilities .box-fac p {
  font-size: 13px;
  line-height: 23px;
  color: #3E3A39;
  margin-top: 11px;
}
.facilities .note06 {
  text-align: right;
  font-size: 10px;
  margin-top: 23px;
}

.desc07 {
  margin-top: 45px;
  margin-bottom: 38px;
}

.urban {
  margin-bottom: 30px;
}
.urban .ttl-urban {
  border-bottom: 1px solid #5585A5;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-bottom: 7px;
  margin-bottom: 9px;
  color: #231815;
}
.urban .ttl-urban .small {
    font-size: 12px;
}
.urban .dis-tb {
  display: table;
  width: 100%;
}
.urban .dis-tb .left {
  display: table-cell;
  width: 435px;
}
.urban .dis-tb .left p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #3E3A39;
  margin-bottom: 9px;
}
.urban .dis-tb .left .note {
  font-size: 10px;
  line-height: 18px;
  color: #251E1C;
}
.urban .dis-tb .right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.equipment {
  margin-bottom: 51px;
}
.equipment .ttl-equipment {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.125em;
  color: #231815;
  margin-bottom: 12px;
}
.equipment .box-equipment {
  float: left;
  width: 272px;
  margin-right: 42px;
  position: relative;
}
.equipment .box-equipment span {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100%;
  font-size: 11px;
  color: #251E1C;
  text-align: right;
}
.equipment .box-equipment img {
  margin-bottom: 8px;
}
.equipment .box-equipment:nth-child(3) {
  margin-right: 0;
}
.equipment .box-equipment p {
  text-align: right;
  font-size: 11px;
  color: #3E3A39;
}

.n-block07 {
  margin-bottom: 16px;
}
.n-block07 .left {
  float: left;
  width: 505px;
}
.n-block07 .left .ttl-n-block07 {
  font-weight: bold;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #231815;
  margin-bottom: 5px;
}
.n-block07 .left p {
  font-size: 15px;
  color: #3E3A39;
  line-height: 27px;
  letter-spacing: 0.025em;
}
.n-block07 .right {
  float: left;
  width: 293px;
}
.n-block07 .right table {
  width: 100%;
  margin-bottom: 8px;
}
.n-block07 .right table tr td {
  border-collapse: collapse;
  border: 1px solid #929393;
  font-size: 12.53px;
  letter-spacing: 0.1em;
  color: #251E1C;
  padding: 5px 0;
  text-align: center;
}
.n-block07 .right table tr td.col {
  font-size: 13.31px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  background: #cedfe8;
  width: 77px;
}
.n-block07 .right .note07 {
  font-size: 10px;
  line-height: 14px;
  color: #251E1C;
}

.n-block08 {
  margin-bottom: 71px;
}
.n-block08 .ttl-n-block08 {
  border-bottom: 1px solid #5585A5;
  color: #231815;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-bottom: 7px;
  margin-bottom: 14px;
}
.n-block08 img {
  float: left;
  width: 72px;
  margin-right: 6px;
}
.n-block08 p {
  font-size: 12.91px;
  margin-bottom: 4px;
  padding-left: 4px;
  text-indent: 5px;
}
.n-block08 ul li {
  font-size: 11px;
  line-height: 16.6px;
  white-space: nowrap;
}
.n-block08 .inner08 {
  float: left;
  width: 229px;
}
.n-block08 .inner08.second {
  width: 220px;
}
.n-block08 .inner08.third {
  width: 190px;
}
.n-block08 .inner08.four {
  width: 260px;
}
.n-block08 .inner08.four img {
  width: 154px;
}
.n-block08 .inner09 {
  float: left;
  width: 225px;
}
.n-block08 .inner09 img {
  width: 154px;
}

.box-bor {
  padding: 13px 20px 17px 29px;
  border: 1px solid #6684A2;
  text-align: center;
}
.box-bor .ttl-box-bor {
  font-weight: bold;
  font-size: 18px;
  color: #5585A5;
  letter-spacing: 0.11em;
  text-align: center;
  margin-bottom: 15px;
}
.box-bor .inner {
  float: left;
  width: 201px;
}
.box-bor .inner.long {
  width: 240px;
}
.box-bor .inner img {
  width: auto;
  height: 79px;
  display: block;
}

.note09 {
  font-size: 10px;
  text-align: right;
  letter-spacing: 0.075em;
  margin-top: 21px;
  margin-bottom: 4px;
}

.even {
  margin-top: 53px;
  margin-bottom: 19px;
}
.even .ttl-even {
  border-bottom: 1px solid #5585A5;
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.even .desc10 {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.025em;
  color: #3E3A39;
  margin-bottom: 19px;
}
.even .list-image {
  margin-bottom: 14px;
}
.even .list-image div {
  float: left;
  width: 33.33333333%;
}
.even .note10 {
  text-align: right;
  font-size: 10px;
}

.participants {
  margin-bottom: 38px;
}
.participants .ttl-participants {
  font-weight: bold;
  font-size: 18px;
  color: #5585A5;
  letter-spacing: 0.125em;
  padding-left: 4px;
}
.participants .ttl-participants img {
  position: relative;
  top: -8px;
}
.participants table {
  width: 100%;
  border-top: 1px solid #5585A5;
  border-bottom: 1px solid #5585A5;
}
.participants table tr:nth-child(2n+1) td {
  background: #eef3f7;
}
.participants table tr td {
  width: 50%;
  font-size: 13px;
  line-height: 22.7px;
  letter-spacing: 0.025em;
  color: #3E3A39;
  height: 53px;
  vertical-align: middle;
  padding: 0 20px;
}
.participants table tr td:first-child {
  border-right: 1px solid #d1e3e7;
}

.chart {
  padding: 0 10px 0 21px;
}
.chart .chart01, .chart .chart02, .chart .chart03 {
  float: left;
}
.chart .chart01 img, .chart .chart02 img, .chart .chart03 img {
  height: 122px;
}
.chart .chart01 {
  margin-right: 37px;
}
.chart .chart02 {
  margin-right: 36px;
}

.note11 {
  text-align: right;
  font-size: 10px;
  margin-top: 19px;
  margin-bottom: 41px;
}

@media (max-width: 640px) {
  .page-days .banner-cmn .ttl-banner {
    margin-top: 0.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .ttl-delivery {
    font-size: 0.24rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }

  .n-service {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .n-service .left {
    width: 100%;
    padding-top: 0;
  }
  .n-service .left .cover-service {
    margin-bottom: 0.3rem;
  }
  .n-service .left .cover-service .ttl-service {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .n-service .left .cover-service .ttl-service img {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    margin-right: 0.15rem;
  }
  .n-service .left .cover-service p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .n-service .right {
    float: right;
    width: 100%;
    padding: 0 0.4rem;
  }
  .n-service .right img {
    display: block;
    margin: 0 auto 0.3rem;
  }
  .n-service .right img.first {
    width: 50%;
  }
  .n-service .right img.last {
    margin-bottom: 0;
  }
  .n-service .right p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.08rem;
  }
  .n-service .note-accor04 {
    font-size: 0.14rem;
    margin-top: 0.3rem;
    line-height: 0.25rem;
  }

  .facilities .ttl-facilities {
    font-size: 0.26rem;
    line-height: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .facilities .clearfix {
    padding: 0 0.5rem;
  }
  .facilities .box-fac {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .facilities .box-fac .top {
    background: #5585A5;
    padding: 0.1rem 0;
  }
  .facilities .box-fac .top span {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.03rem;
  }
  .facilities .box-fac .top .ttl-box-fac {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .facilities .box-fac:nth-child(3) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .facilities .box-fac p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
  .facilities .note06 {
    text-align: right;
    font-size: 0.14rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .desc07 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .urban {
    margin-bottom: 0.3rem;
  }
  .urban .ttl-urban {
    font-size: 0.25rem;
    padding-bottom: 0.04rem;
    margin-bottom: 0.07rem;
  }
  .urban .dis-tb {
    display: table;
    width: 100%;
  }
  .urban .dis-tb .left {
    display: table-cell;
    width: 100%;
    float: left;
  }
  .urban .dis-tb .left p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .urban .dis-tb .left .note {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
  .urban .dis-tb .right {
    float: left;
    width: 100%;
    padding-top: 0.2rem;
  }
  .urban .dis-tb .right img {
    width: 60%;
    margin: 0 auto;
  }

  .equipment {
    margin-bottom: 0.5rem;
  }
  .equipment .ttl-equipment {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  .equipment .clearfix {
    padding: 0 0.5rem;
  }
  .equipment .box-equipment {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .equipment .box-equipment span {
    font-size: 0.12rem;
  }
  .equipment .box-equipment img {
    margin-bottom: 0.1rem;
  }
  .equipment .box-equipment:nth-child(3) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .equipment .box-equipment p {
    font-size: 0.18rem;
  }

  .n-block07 {
    margin-bottom: 0.2rem;
  }
  .n-block07 .left {
    float: left;
    width: 100%;
  }
  .n-block07 .left .ttl-n-block07 {
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
  }
  .n-block07 .left p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .n-block07 .right {
    width: 100%;
    padding-top: 0.2rem;
  }
  .n-block07 .right table {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .n-block07 .right table tr td {
    font-size: 0.16rem;
    padding: 0.05rem 0;
  }
  .n-block07 .right table tr td.col {
    font-size: 0.18rem;
    line-height: 0.22rem;
    width: 1rem;
  }
  .n-block07 .right .note07 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }

  .n-block08 {
    margin-bottom: 0.5rem;
  }
  .n-block08 .ttl-n-block08 {
    font-size: 0.24rem;
    padding-bottom: 0.05rem;
    margin-bottom: 0.15rem;
  }
  .n-block08 img {
    width: auto !important;
    height: 0.8rem;
    margin-right: 6px;
  }
  .n-block08 p {
    font-size: 0.2rem;
    margin-bottom: 0;
    padding-left: 0.05rem;
    text-indent: 0.05rem;
  }
  .n-block08 ul li {
    font-size: 0.2rem;
    line-height: 0.25rem;
  }
  .n-block08 .inner08 {
    float: left;
    width: 100% !important;
    margin-bottom: 0.1rem;
  }
  .n-block08 .inner08.second {
    width: 220px;
  }
  .n-block08 .inner08.third {
    width: 190px;
  }
  .n-block08 .inner08.four {
    width: 260px;
  }
  .n-block08 .inner08.four img {
    width: 154px;
  }
  .n-block08 .inner09 {
    float: left;
    width: 225px;
  }
  .n-block08 .inner09 img {
    width: 154px;
  }

  .box-bor {
    padding: 0.1rem 0.2rem 0.2rem;
  }
  .box-bor .ttl-box-bor {
    font-size: 0.22rem;
    margin-bottom: 0.15rem;
  }
  .box-bor .inner {
    width: 50%;
  }
  .box-bor .inner.long {
    width: 50%;
  }
  .box-bor .inner img {
    width: auto;
    height: 0.8rem;
    display: block;
  }

  .note09 {
    font-size: 0.16rem;
    margin-top: 0.2rem;
    margin-bottom: 0.04rem;
    margin-bottom: 0.4rem;
  }

  .even {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .even .ttl-even {
    font-size: 0.24rem;
    padding-bottom: 0.05rem;
    margin-bottom: 0.05rem;
  }
  .even .desc10 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .even .list-image {
    margin-bottom: 0.15rem;
  }
  .even .list-image div {
    float: left;
  }
  .even .note10 {
    text-align: right;
    font-size: 0.16rem;
  }

  .participants {
    margin-bottom: 0.4rem;
  }
  .participants .ttl-participants {
    font-size: 0.24rem;
    padding-left: 0.04rem;
  }
  .participants .ttl-participants img {
    top: -0.04rem;
    width: 0.4rem;
    display: inline-block;
  }
  .participants table tr td {
    width: 50%;
    font-size: 0.18rem;
    line-height: 0.35rem;
    height: 0.5rem;
    padding: 0 0.1rem;
  }

  .chart {
    padding: 0;
  }
  .chart .chart01, .chart .chart02, .chart .chart03 {
    float: left;
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
  }
  .chart .chart01 img, .chart .chart02 img, .chart .chart03 img {
    height: auto;
    width: 4rem;
    display: block;
    margin: 0 auto;
  }
  .chart .chart01 {
    margin-right: 0;
  }
  .chart .chart02 {
    margin-right: 0;
  }

  .note11 {
    text-align: right;
    font-size: 0.16rem;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
}
.laquas-banner {
  background-image: url(../img/laquas/banner.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 404px;
  padding-top: 52px;
}
.laquas-banner .laquas-content {
  width: 640px;
  font-size: 26px;
  line-height: 45px;
}
.laquas-banner .laquas-content .thumb {
  margin-top: 22px;
}

.menu-page {
  background-color: #E0E0D5;
}
.menu-page ul {
  margin-left: -4px;
}
.menu-page ul li {
  float: left;
  margin-left: 4px;
}
.menu-page ul li a {
  background-color: #C89E50;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.26s ease-in-out 0s;
  -khtml-transition: all 0.26s ease-in-out 0s;
  -moz-transition: all 0.26s ease-in-out 0s;
  -ms-transition: all 0.26s ease-in-out 0s;
  -o-transition: all 0.26s ease-in-out 0s;
  transition: all 0.26s ease-in-out 0s;
}
.menu-page ul li a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

.laquas-lead-txt {
  padding-top: 52px;
  margin-bottom: -25px;
}
.laquas-lead-txt .desc {
  font-size: 25px;
  line-height: 42px;
  margin-top: 11px;
}
.laquas-lead-txt .and {
  font-size: 34px;
  line-height: 60px;
  color: #9FA0A0;
  margin: 5px 0 23px;
}
.laquas-lead-txt .desc-small {
  font-size: 17px;
  line-height: 40px;
  margin-top: 25px;
}

.room-information {
  margin-top: 102px;
}
.room-information .title-room {
  text-align: center;
  margin-top: -1px;
}
.room-information .title {
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  background-color: #d9bb85;
}
.room-information .room-description {
  height: 233px;
  border-top: 5px solid #c89e50;
  border-bottom: 5px solid #c89e50;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
  font-weight: bold;
  color: #595757;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.room-information .room-description.kitchen-room {
  background-image: url(../img/laquas/bg01.jpg);
}
.room-information .room-description.powder-room {
  background-image: url(../img/laquas/bg02.jpg);
}
.room-information .room-description.bathroom {
  background-image: url(../img/laquas/bg03.jpg);
}
.room-information .room-description.other-space {
  background-image: url(../img/laquas/bg04.jpg);
  height: 173px;
}
.room-information .room-description .desc {
  margin-top: 30px;
}
.room-information > .content {
  position: relative;
  background-image: url(../img/laquas/bg_arrow.png);
  -webkit-background-size: auto 100%;
  background-size: 47% 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.room-information .top-status {
  padding: 12px 0;
  background-color: rgba(233, 233, 226, 0.6);
}
.room-information .top-status .wrapper {
  position: relative;
  left: 10px;
}
.room-information .top-status .left {
  display: inline-block;
  width: 400px;
  /*padding-left: 10px;*/
}
.room-information .top-status .right {
  display: inline-block;
}
.room-information .top-status .icon {
  float: left;
}
.room-information .top-status .txt {
  padding-left: 65px;
  font-size: 17px;
  line-height: 27px;
  max-width: 528px;
}
.room-information .content-room {
  border-bottom: 1px solid #eee2ca;
  min-height: 468px;
  position: relative;
  z-index: 99;
}
.room-information .content-room .left {
  float: left;
  width: 364px;
  padding-left: 40px;
}
.room-information .content-room .left .desc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 26px;
}
.room-information .content-room .left .has-dot {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Axis';
  margin-top: 21px;
  font-weight: bold;
}
.room-information .content-room .left .has-dot p {
  position: relative;
  padding-left: 4px;
  margin-top: 6px;
}
.room-information .content-room .left .has-dot p:first-child {
  margin-top: 0;
}
.room-information .content-room .left .has-dot p .dot {
  position: absolute;
  left: -8px;
  top: 0;
}
.room-information .content-room .left .txt-right {
  text-align: right;
  font-size: 11px;
  line-height: 16px;
  margin-top: 18px;
}
.room-information .content-room .right {
  float: right;
  width: 540px;
  margin-top: 20px;
}
.room-information .list-utilities {
  width: 910px;
  margin: 53px auto 0;
}
.room-information .list-utilities li {
  border: 1px solid #b2b2b2;
  float: left;
  width: 50%;
  margin: -1px -1px 0 0;
}
.room-information .list-utilities li.full-width {
  width: 100%;
}
.room-information .list-utilities li.full-width .right {
  width: 300px;
  float: left;
  padding-left: 0;
  width: 560px;
  text-align: center;
}
.room-information .list-utilities li.full-width .item {
  display: inline-block;
  text-align: left;
}
.room-information .list-utilities li.full-width .item.item-full {
  text-align: left;
  display: inline-block;
}
.room-information .list-utilities li .tit {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 39px;
  background-color: #d3b173;
}
.room-information .list-utilities li .tit.thin-bg {
  background-color: #dec596;
}
.room-information .list-utilities li .thumb {
  float: left;
  width: 172px;
}
.room-information .list-utilities li .thumb.thumb-right {
  float: right;
}
.room-information .list-utilities li .right {
  padding-left: 170px;
  padding-top: 15px;
}
.room-information .list-utilities li .right .icon-arrow {
  padding: 13px 0;
}
.room-information .list-utilities li .right .icon {
  float: left;
}
.room-information .list-utilities li .right .txt {
  padding-left: 56px;
  font-size: 13px;
  line-height: 22px;
  padding-right: 5px;
}
.room-information .list-utilities li .right .txt.light {
  color: #808080;
}

.laquas-more-info {
  margin-bottom: 123px;
}
.laquas-more-info .last-text {
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  margin-right: -20px;
  margin-top: 52px;
}
.laquas-more-info .banner-link {
  display: block;
  width: 800px;
  margin: 69px auto 0;
}

@media (max-width: 640px) {
  .laquas-banner {
    height: 3.5rem;
    padding-top: 0.52rem;
  }
  .laquas-banner .laquas-content {
    width: auto;
    font-size: 0.26rem;
    line-height: 0.45rem;
  }
  .laquas-banner .laquas-content .thumb {
    margin: 0.2rem auto;
    width: 1.7rem;
  }

  .menu-page {
    background-color: #E0E0D5;
  }
  .menu-page .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-page ul {
    margin-left: 0;
  }
  .menu-page ul li {
    float: left;
    margin-left: 0;
    width: 50%;
  }
  .menu-page ul li a {
    opacity: 1;
  }
  .menu-page ul li .a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .laquas-lead-txt {
    padding-top: 0.52rem;
    margin-bottom: -25px;
  }
  .laquas-lead-txt .desc {
    font-size: 0.25rem;
    line-height: 0.42rem;
    margin-top: 0.1rem;
  }
  .laquas-lead-txt .and {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin: 0.05rem 0 0.23rem;
  }
  .laquas-lead-txt .desc-small {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin-top: 0.25rem;
  }

  .room-information {
    margin-top: 1rem;
  }
  .room-information .title {
    font-size: 0.24rem;
    line-height: 0.52rem;
  }
  .room-information .content {
    background-image: none;
  }
  .room-information .room-description {
    height: 2.8rem;
    border-top: 0.05rem solid #c89e50;
    border-bottom: 0.05rem solid #c89e50;
    font-size: 0.2rem;
    line-height: 0.37rem;
    background-position: left top;
  }
  .room-information .room-description.kitchen-room {
    background-image: url(../img/laquas/bg01.jpg);
  }
  .room-information .room-description.powder-room {
    background-image: url(../img/laquas/bg02.jpg);
  }
  .room-information .room-description.bathroom {
    background-image: url(../img/laquas/bg03.jpg);
  }
  .room-information .room-description.other-space {
    background-image: url(../img/laquas/bg04.jpg);
    height: 2.5rem;
  }
  .room-information .room-description .title-room {
    width: 4.24rem;
    margin: -0.04rem auto 0;
  }
  .room-information .room-description .desc {
    margin-top: 0.3rem;
  }
  .room-information .top-status {
    padding: 0.12rem 0;
  }
  .room-information .top-status .wrapper {
    position: relative;
    left: 0;
  }
  .room-information .top-status .left {
    display: block;
    margin-right: 0;
	width: 100%;
    padding: 0.05rem 0;
  }
  .room-information .top-status .right {
    padding: 0.05rem 0;
	width: 100%;
  }
  .room-information .top-status .icon {
    float: left;
    width: 0.52rem;
  }
  .room-information .top-status .txt {
    padding-left: 0.65rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-width: 100%;
  }
  .room-information .content-room {
    min-height: 0;
  }
  .room-information .content-room .left {
    float: none;
    width: 80%;
    padding-left: 0;
  }
  .room-information .content-room .left .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.32rem;
    margin-bottom: 0.1rem;
    min-height: 0;
  }
  .room-information .content-room .left .has-dot {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }
  .room-information .content-room .left .has-dot p {
    position: relative;
    padding-left: 0.04rem;
    margin-top: 0.06rem;
  }
  .room-information .content-room .left .has-dot p:first-child {
    margin-top: 0;
  }
  .room-information .content-room .left .has-dot p .dot {
    left: -0.08rem;
  }
  .room-information .content-room .left .txt-right {
    text-align: right;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.18rem;
  }
  .room-information .content-room .right {
    float: none;
    width: 80%;
    margin: 0.2rem auto 0.3rem;
  }
  .room-information .list-utilities {
    width: auto;
    margin: 0.52rem auto 0;
  }
  .room-information .list-utilities li {
    float: none;
    width: auto;
    margin: 0 0;
  }
  .room-information .list-utilities li.full-width {
    width: 100%;
  }
  .room-information .list-utilities li.full-width .thumb.thumb-left {
    float: none;
    width: 1.72rem;
    display: block;
  }
  .room-information .list-utilities li.full-width .right {
    width: auto;
    float: none;
    padding-left: 0;
    width: auto;
  }
  .room-information .list-utilities li.full-width .right .icon-arrow {
    padding: 0.13rem 0;
  }
  .room-information .list-utilities li.full-width .right .icon-arrow img {
    width: 60%;
  }
  .room-information .list-utilities li.full-width .item {
    display: block;
    text-align: left;
    margin-left: 0.1rem;
  }
  .room-information .list-utilities li.full-width .item.item-full {
    text-align: left;
    display: inline-block;
  }
  .room-information .list-utilities li .tit {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.42rem;
  }
  .room-information .list-utilities li .thumb {
    float: left;
    width: 1.72rem;
  }
  .room-information .list-utilities li .thumb.thumb-right {
    float: none;
    width: 1.72rem;
    display: block;
    margin-top: 0.2rem;
  }
  .room-information .list-utilities li .right {
    padding-left: 1.9rem;
    padding-top: 0.15rem;
  }
  .room-information .list-utilities li .right .icon-arrow {
    padding: 0 0;
  }
  .room-information .list-utilities li .right .icon-arrow img {
    width: 0.33rem;
    display: inline-block;
  }
  .room-information .list-utilities li .right .icon {
    float: left;
    width: 0.44rem;
    margin-top: 0.06rem;
  }
  .room-information .list-utilities li .right .txt {
    padding-left: 0.56rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-right: 0.05rem;
    position: relative;
  }

  .laquas-more-info {
    margin-bottom: 1rem;
  }
  .laquas-more-info .last-text {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .laquas-more-info .banner-link {
    display: block;
    width: auto;
    margin: 0.5rem auto 0;
  }
}

/*# sourceMappingURL=style.css.map */


/*=====================
2018年3月改修
=====================*/

/*quarity
===============*/
.box-award p.subtxt {
  text-align:right;
  font-size:85%;
  margin-top:10px;
}
@media (max-width: 640px) {
	.box-award p.subtxt {
	  text-align:left;
	  font-size:75%;
	}
}

/*laquas
===============*/
.left.content-room_2018_lleftarea01  {
  vertical-align:top;
}
.left.content-room_2018_lleftarea02 {
  padding-top:30px;
}
@media (max-width: 640px) {
	.left.content-room_2018_lleftarea02 {
	  padding-top:15px;
	}
}
/*footer
===============*/
footer {
  background:#00A4EA;
}

/*=====================
2018年4月改修
=====================*/
.tac {text-align:center;}
.mb10 {margin-bottom:10px;}
.mb28 {margin-bottom:28px;}
/*quarity
===============*/
.box-award.quarity2018 {
  padding:24px 36px 39px 23px;
  background:#F9F7EE;
}
.box-award.quarity2018 .left {
  width:371px;
}
.box-award.quarity2018 .right {
  width:430px;
}
.box-award.quarity2018 .right .quarity2018_txt {
  margin-top:10px;
  font-size:115%;
  line-height:1.8;
}
@media (max-width: 640px) {
	.box-award.quarity2018 {
	  padding:0.3rem 0.3rem 0.4rem;	
	}
	.box-award.quarity2018 .left {
		width:100%;
	}
	.box-award.quarity2018 .right {
		width:100%;
	}
}


/*=====================
2018年11月改修
=====================*/
.mb5 {margin-bottom:5px;}
.block-laquas01.second .image.cap {
  font-size:13px;
}
.block-laquas01.second .image.cap img,
.block-laquas01.second .image.cap span {
  display:block;
}
.block-laquas01.second .image.cap span {
  padding-top:10px;
}
