@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  background-color: #C6C6C6;
  -webkit-text-size-adjust: 100%; }

.allWrp {
  width: 100%;
  min-height: 100%;
  position: relative; }

.fullScr {
  width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  box-sizing: border-box; }

.bg {
  width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center top; }

.red {
  color: #D6171A !important; }

#toppage .bg.current {
  background-image: url(../images/slideshow/bgimg1.jpg); }

#guidepage .bg.current {
  background-image: url(../images/slideshow/bgimg2.jpg); }

#pricepage .bg.current {
  background-image: url(../images/slideshow/bgimg3.jpg); }

#contactpage .bg.current {
  background-image: url(../images/slideshow/bgimg4.jpg); }

#thankspage .bg.current {
  background-image: url(../images/slideshow/bgimg5.jpg); }

/*fit images*/
.fullScr h1 img,
#gmLinks li a img,
#scrollBtn a img,
#btt a img,
#ftrLogo a img,
#conceptWrp figure img,
#buildingWrp figure img,
.galleries a > img,
#gmLinks li#logo_menuBar img {
  width: 100%;
  height: auto; }

.sp {
  display: none; }

.fullScr h1 {
  font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5.2rem;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin: 0px auto;
  position: relative; }

.fullScr h1 img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0px auto; }

.pageHdr {
  position: relative;
  width: 100%; }

.grandMenu {
  width: 100%;
  z-index: 1;
  position: relative; }

#gmLinks {
  text-align: right;
  padding-right: 20px; }

#gmLinks li {
  display: inline-block; }

#gmLinks li a {
  display: block;
  height: 60px;
  padding: 0px 20px;
  font-family: MavenBld, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #fff; }

#gmLinks li.snsMenu a {
  width: 20px; }

#gmLinks li a img {
  position: relative;
  top: -2px; }

#scrollBtn {
  width: 100%;
  position: absolute;
  z-index: 1; }

#scrollBtn a {
  display: block;
  width: 60px;
  margin: 0px auto; }

#pageFtr {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #fff; }

#btt {
  width: 100%;
  margin-bottom: 60px; }

#btt a {
  display: block;
  width: 72px;
  margin: 0px auto; }

#ftrLogo {
  box-sizing: border-box;
  width: 100%;
  background: url(../images/base/bg_footer.jpg) repeat center top;
  height: 200px;
  padding-top: 45px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

#ftrLogo a {
  display: block;
  width: 27%;
  max-width: 150px;
  margin: 0px auto; }

#copyright {
  background-color: #3a4400;
  color: #9c988c;
  font-size: 1.1rem;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em; }

/*コンテンツ*/
.anchor {
  position: relative;
  top: -120px; }

#contWrp {
  position: relative; }

.contBlk {
  background-color: #fff;
  width: 100%;
  margin: 0px auto 200px;
  box-sizing: border-box;
  padding: 100px 0px;
  z-index: 1;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2); }

.contBlk.pageBtmBlk {
  margin-bottom: 0px; }

.contBlk .inWrp {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  position: relative; }

.blkHdr h2 {
  font-size: 5rem;
  margin-bottom: 0.4em;
  font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em; }

.blkHdr h2 span {
  font-size: 1.5rem;
  color: #9C9C9C;
  display: inline-block;
  letter-spacing: normal; }

.blkHdr.center h2 {
  text-align: center; }

.blkHdr.center h2 span {
  display: block;
  padding-top: 1.2em; }

.blkHdr.left span {
  margin-left: 1em; }

.accordionList {
  width: 94%;
  max-width: 900px;
  margin: 0px auto;
  position: relative;
  clear: both; }

.accordionList li {
  margin-bottom: 1px;
  clear: both; }

.newsTtlBlk {
  position: relative; }

.newsDate,
.newsTtlBlk h3,
.ocBtn {
  height: 60px;
  box-sizing: border-box; }

.newsDate {
  font-family: MavenBld, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 60px;
  color: #4d4a4a;
  background-color: #e7e6e1;
  float: left;
  width: 18%;
  text-align: center; }
  #businessList .newsDate {
    width: auto;
    float: none;
    text-align: left; }

.newsTtlBlk h3 {
  box-sizing: border-box;
  height: 60px;
  line-height: 1.4em;
  padding-top: 1em;
  font-weight: bold;
  color: #2f2b2b;
  padding: 1.5em 60px 0px 20px;
  margin-left: 18%;
  cursor: pointer; }

#businessList .newsTtlBlk h3 {
  margin-left: 0;
  padding: 0px 20px 0px 20px;
  font-size: 1.8rem;
  line-height: 60px; }

.newsTtlBlk h3:hover {
  opacity: 0.7; }

.ocBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  background-color: #f6f5f1;
  cursor: pointer;
  padding: 20px 0px 0px 20px; }

.ocBtn:hover {
  opacity: 0.7; }

.ocBtn img {
  width: 20px;
  height: auto; }

.ocBtn img.iconMinus {
  display: none; }

.ocBtn.open img.iconMinus {
  display: inline; }

.ocBtn img.iconPlus {
  display: inline; }

.ocBtn.open img.iconPlus {
  display: none; }

.newsBody {
  padding: 20px;
  color: #484545;
  margin-left: 18%;
  display: none; }

.newsBody.open {
  display: block; }

.newsBody p {
  margin-bottom: 1em; }

/*コンテンツ共通クラス*/
.txt_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2f2b2b;
  margin-bottom: 1em; }

.txt_body p {
  color: #484444;
  margin-bottom: 1em; }

.baseBlk {
  margin-bottom: 3rem; }

/*コンセプト*/
#conceptWrp figure {
  display: block;
  width: 100%;
  max-width: 450px;
  float: left;
  margin-right: 50px; }

#conceptWrp .txtBlk {
  width: 96%;
  max-width: 450px;
  float: left;
  margin: 0px auto; }

/*アクセス*/
#accessWrp .inWrp {
  max-width: none; }

#map {
  width: 100%;
  height: 500px;
  margin: 0px auto 50px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box; }

#accessWrp .inBlk {
  max-width: 900px;
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

#address {
  margin-bottom: 50px; }

#address dl dt,
#priceWrp dl dt {
  float: left;
  width: 12%;
  clear: both;
  font-size: 1.4rem;
  margin-bottom: 1em; }

#address dl dd,
#priceWrp dl dd {
  float: left;
  width: 88%;
  margin-bottom: 1em; }

/*ガイドページ*/
#buildingWrp .contents {
                        /*
	min-height: 650px;*/
  position: relative; }

#buildingWrp .contents figure {
                               /*
	position: absolute;
	right: 0;
	top: 0;*/
  max-width: 700px;
  width: 96%;
  margin: 0px auto; }

#buildingWrp .contents .txt_body {
  width: 350px;
  margin-left: 50px; }

#buildingWrp .blkHdr,
#interior .blkHdr,
#furniture .blkHdr,
#guideline .inWrp {
  width: 96%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.galleries a {
  display: block;
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-right: 1px;
  padding-bottom: 1px;
  position: relative;
  cursor: pointer; }

.galleries a:hover {
  opacity: 0.8; }

.galleries a:hover::after {
  content: url(../images/unders/icon_loupe.svg);
  position: absolute;
  width: 20px;
  height: auto;
  left: 45%;
  top: 45%; }

#interior {
  margin-bottom: 70px; }

.list_topLV li,
.list_secondLV li {
  position: relative;
  padding-left: 1.5em; }

.list_secondLV li {
  margin-left: 1em; }

.list_topLV li::before,
.list_secondLV li::before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 1px; }

.list_topLV li::before {
  content: url(../images/unders/icon_listTPLV.svg); }

.list_secondLV li::before {
  content: url(../images/unders/icon_listSCLV.svg); }

/*プライス*/
#priceWrp .inWrp,
#notice .inWrp,
#cancel .inWrp,
#formWrp .inWrp,
#aboutreservationWrp .inWrp,
#availavilityWrp .inWrp .blkHdr,
#availavilityWrp .inWrp .contents p {
  width: 96%;
  max-width: 900px;
  margin: 0px auto; }

#priceWrp dl {
  margin-bottom: 10px; }

.priceTbl {
  width: 100%; }

.priceTbl,
.priceTbl th,
.priceTbl td {
  border-collapse: collapse;
  border: 1px solid #fff;
  box-sizing: border-box; }

.priceTbl th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #4d4a4a;
  background-color: #e7e6e1;
  padding: 18px 0px 17px;
  width: 30%; }

.priceTbl td {
  font-size: 1.6rem;
  color: #484444;
  background-color: #f6f5f1;
  padding: 13px 20px 13px; }

.priceTbl tr.caution td {
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem; }

.note {
  text-align: right;
  font-size: 1.2rem;
  padding: 10px 0px 0px; }

/*予約・問い合わせ*/
#google_calendar {
  padding-top: 30px; }

#toFormLinks {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0px auto; }

#toFormLinks li {
  float: left;
  box-sizing: border-box;
  width: 32%;
           /*
width: 47.5%;*/
  background-color: #fff;
  padding-right: 10%;
  height: 60px;
  position: relative;
  margin-right: 2%; }

#toFormLinks li:last-child {
  margin-right: 0; }

/*
#toFormLinks li:first-child {
	margin-right: 5%;
}

#toFormLinks li#checkReserve {
	float: none;
	margin: 0px auto;
	clear: both;
}*/
#toFormLinks li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #2f2b2b;
  font-size: 2.1rem;
  font-weight: bold; }

#toFormLinks li a span {
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2f2b2b; }

#toFormLinks li a span img {
  width: 40%; }

#formChanger {
  margin-bottom: 30px; }

#formChanger li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 1px;
  cursor: pointer; }

#formChanger li:hover {
  opacity: 0.7; }

#formChanger li p {
  background-color: #f6f5f1;
  color: #4d4a4a;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem; }

#formChanger li.current p {
  background-color: #e7e6e1; }

.formBox h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4d4a4a;
  margin-bottom: 1em; }

.formBox p.txt_body {
  font-size: 1.2rem; }

.indis {
  color: #DA3818;
  font-size: 1.2rem; }

.forms {
  padding: 30px 0px; }

.formDL {
  margin-bottom: 50px; }

.formDL dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #4d4a4a; }

.formDL dd {
  font-size: 1.4rem;
  margin-bottom: 1.5em; }

.formDL dt span.note {
  font-size: 1.2rem;
  font-weight: normal;
  color: #959595; }

input[type="text"],
textarea,
input[type="date"] {
  background-color: #f8f8f8;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  padding: 10px 3px;
  font-size: 1.6rem;
  border-radius: 2px; }

.wide_w,
textarea {
  width: 100%; }

.wide_m {
  width: 50%; }

.wide_n {
  width: 25%; }

.wide_t {
  width: 12.5%; }

textarea {
  height: 120px; }

select {
  margin-right: 20px; }

.formBtn {
  box-sizing: border-box;
  background-color: #4d4a4a;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  cursor: pointer; }

.formBtn:hover {
  opacity: 0.7; }

.formBtn.single {
  display: block;
  margin: 0px auto;
  width: 80%; }

.btnWrp {
  width: 80%;
  margin: 0px auto;
  text-align: center; }

.formBtn.double {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 20px; }

.formBtn.double:last-child {
  margin-right: 0; }

.ppWrp {
  width: 100%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  padding: 20px 20px;
  font-size: 1.4rem;
  border-radius: 2px;
  height: 270px;
  overflow: auto;
  margin: 0px auto 30px; }

.ppWrp h4 {
  font-size: 1.6rem;
  text-align: center; }

.ppWrp ol > li {
  list-style: outside decimal;
  margin-left: 20px;
  margin-bottom: 1.2em; }

.ppWrp ul li {
  list-style: outside disc;
  margin-left: 2em; }

.pp_agree {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px; }

.formBox {
  display: none; }

.formBox.current {
  display: block; }

#confirmWrp .inWrp {
  width: 96%;
  max-width: 900px;
  margin: 0px auto; }

#confirmWrp table {
  margin-bottom: 50px; }

#thanksWrp .contents {
  min-height: 200px;
  text-align: center; }

#thanksWrp .contents h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 30px; }

#thanksWrp .contents p {
  margin-bottom: 1.5em; }

.messageDisplay {
  padding-top: 50px; }

.messageDisplay .txt_title {
  text-align: center;
  margin-bottom: 2em; }

.messages {
  margin-bottom: 50px;
  text-align: center; }

.messages p.error_messe {
  color: #D91B1E;
  line-height: 2em; }

/*関連リンクバナー*/
#links .linkBnrs {
  padding-left: 0.5%; }
  #links .linkBnrs li {
    width: 32.6%;
    max-width: 300px;
    float: left;
    margin: 0px 0.5% 10px 0px; }
    #links .linkBnrs li img {
      width: 100%;
      height: auto; }

/*メニューバー固定*/
#gmLinks {
  width: 100%;
  height: 60px;
  position: relative;
  padding-right: 2.2%;
  box-sizing: border-box; }

#gmLinks.scr {
  position: relative;
  background-color: transparent; }

#gmLinks.fix {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); }

#gmLinks.fix li a {
  color: #4d4a4a; }

#gmLinks li#logo_menuBar {
  width: 20%;
  max-width: 250px;
  position: absolute;
  left: 20px;
  top: 0px; }

#gmLinks li a img.fix {
  display: none; }

#gmLinks.scr li a img.fix {
  display: none; }

#gmLinks.fix li a img.scr {
  display: none; }

#gmLinks.fix li a img.fix {
  display: inline; }

/*SP対応*/
@media screen and (min-width: 0px) and (max-width: 450px) {
  .fullScr h1 {
    letter-spacing: 0;
    font-size: 4rem;
    line-height: 1em; }

  /*コンテンツ*/
  .anchor {
    top: -80px; }

  .contBlk {
    margin: 0px auto 30%;
    padding-top: 30%; }

  .blkHdr h2 {
    font-size: 3.5rem;
    line-height: 1.1em;
    letter-spacing: normal;
    text-align: center; }

  .blkHdr h2 span {
    display: block; }

  .blkHdr.center h2 span,
  .blkHdr.left h2 span {
    display: block;
    margin-left: 0px;
    padding-top: 0em; }

  /*コンセプト*/
  #conceptWrp figure {
    max-width: none;
    float: none;
    margin-bottom: 1em;
    margin-right: 0; }

  #conceptWrp .txtBlk {
    padding-left: 0;
    float: none; }

  /*アクセス*/
  #map {
    height: 300px;
    margin: 0px auto 6%; }

  #address {
    margin-bottom: 6%; }

  #address dl dt,
  #priceWrp dl dt {
    min-width: 25%; }

  #address dl dd,
  #priceWrp dl dd {
    width: 75%; }

  /*フッター*/
  #pageFtr {
    padding-top: 0%; }

  #btt {
    margin-bottom: 10%; }

  #btt a {
    display: block;
    width: 72px;
    margin: 0px auto; }

  #ftrLogo {
    background-size: 320px 98px;
    height: 100px;
    padding-top: 2%; }

  #ftrLogo a {
    max-width: none; }

  #copyright {
    font-size: 1rem;
    line-height: 45px;
    height: 45px; }

  /*ガイドページ*/
  .galleries a {
    width: 33.3%; }

  #interior {
    margin-bottom: 35px; }

  .list_secondLV li {
    margin-left: 0em; }

  /*プライス*/
  .priceTbl th {
    padding: 10px 0px 9px;
    width: 35%; }

  .priceTbl td {
    padding: 10px 2% 9px; }

  .priceTbl tr.caution td {
    font-size: 1.2rem; }

  .note {
    padding: 0px 0px 20px; }

  /*予約・問い合わせ*/
  #google_calendar {
    padding-top: 30px; }

  #google_calendar iframe {
    width: 100% !important;
    height: 350px !important; }

  #toFormLinks li {
    float: none;
    width: 100%;
    margin: 0px auto 10px;
    padding-right: 45px;
    height: 45px; }

  #toFormLinks li:first-child {
    margin-right: auto; }

  #toFormLinks li a {
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem; }

  #toFormLinks li a span {
    width: 45px; }

  #toFormLinks li a span img {
    width: 40%; }

  #formChanger {
    margin-bottom: 30px; }

  #formChanger li {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px; }

  #formChanger li p {
    height: 45px;
    line-height: 45px; }

  .wide_m {
    width: 75%; }

  .wide_n {
    width: 60%; }

  .wide_t {
    width: 35%; }

  .formBtn {
    height: 45px;
    line-height: 45px; }

  .formBtn.single {
    width: 100%; }

  .btnWrp {
    width: 100%; }

  .formBtn.double {
    width: 45%;
    margin-right: 5%; }

  .ppWrp {
    height: 120px; }

  .ppWrp ol > li {
    margin-left: 2%;
    margin-bottom: 1em; }

  .ppWrp ul li {
    margin-left: 2%; }

  /*関連リンクバナー*/
  #links .linkBnrs {
    padding-left: 0.5%; }
    #links .linkBnrs li {
      width: 100%;
      float: none;
      margin: 0px auto 10px; } }
/*タブレットサイズ*/
@media screen and (min-width: 451px) and (max-width: 999px) {
  .blkHdr h2 {
    line-height: 1em; }

  /*コンセプト*/
  #conceptWrp figure {
    display: block;
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 20px; }

  #conceptWrp .txtBlk {
    width: auto;
    float: none;
    max-width: none; }

  /*ガイドページ*/
  .galleries a {
    width: 25%; }

  /*予約・問い合わせ*/
  #google_calendar {
    padding-top: 30px; }

  #google_calendar iframe {
    width: 100% !important;
    height: 450px !important; }

  #toFormLinks {
    width: 80%; }

  #toFormLinks li {
    float: none;
    width: 100%;
    margin: 0px auto 10px; }

  #toFormLinks li:first-child {
    margin-right: auto; }

  #toFormLinks li a {
    font-size: 1.8rem; }

  #toFormLinks li a span {
    width: 70px; }

  #toFormLinks li a span img {
    width: 40%; }

 /*

#formChanger {
	margin-bottom: 30px;
}

#formChanger li {
	float: none;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
}
	
#formChanger li p {
	height: 45px;
	line-height: 45px;
}*/
  .wide_m {
    width: 75%; }

  .wide_n {
    width: 60%; }

  .wide_t {
    width: 35%; }

  .formBtn {
    height: 45px;
    line-height: 45px; }

  .formBtn.single {
    width: 100%; }

  .btnWrp {
    width: 100%; }

  .formBtn.double {
    width: 45%;
    margin-right: 5%; }

  .ppWrp {
    height: 120px; }

  .ppWrp ol > li {
    margin-left: 2%;
    margin-bottom: 1em; }

  .ppWrp ul li {
    margin-left: 2%; } }
/*メニュー*/
@media screen and (min-width: 0px) and (max-width: 999px) {
  #menuOpener.sp {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 15;
    cursor: pointer; }

  #menuOpener img {
    display: none;
    width: 100%;
    height: auto; }

  #menuOpener img#menu_op,
  #menuOpener.fix img#menu_op2,
  #menuOpener.open img#menu_cl {
    display: block; }

  #menuOpener.fix img#menu_op,
  #menuOpener.open img#menu_op,
  #menuOpener.open img#menu_op2 {
    display: none; }

  #gmLinks {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 10% 0px;
    z-index: 1; }

  #gmLinks.open {
    background-color: rgba(255, 255, 255, 0.8) !important;
    height: 100% !important;
    position: fixed !important;
    top: 0;
    left: 0; }

  #gmLinks li {
    display: none;
    width: 100%;
    height: 45px;
    margin-bottom: 1px; }

  #gmLinks.open li {
    display: list-item; }

  #gmLinks li a {
    display: block;
    height: 45px;
    padding: 0px;
    font-size: 1.8rem;
    line-height: 45px;
    text-align: left;
    color: #4d4a4a; }

  #gmLinks li.snsMenu a {
                       /*
	width: 20px;*/ }

  #gmLinks li a img {
                   /*
	position: relative;
	top: -2px;*/ }

  /*メニューバー固定*/
  #gmLinks.scr {
    position: relative;
    background-color: transparent; }

  #gmLinks.fix {
    height: 45px; }

  #gmLinks li#logo_menuBar {
    display: inline;
    width: 45%;
    top: 5px; }

  #gmLinks.open li#logo_menuBar a img.fix {
    display: inline !important; }

  #gmLinks.open li#logo_menuBar a img.scr {
    display: none !important; }

  .snsMenu a img.scr {
    display: none !important; }

  .snsMenu a img.fix {
    display: inline !important; }

  /*ニュース*/
  .newsDate,
  .newsTtlBlk h3,
  .ocBtn {
    height: 45px; }

  .newsDate {
    line-height: 45px;
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 2%; }

  .newsTtlBlk h3 {
    height: 45px;
    line-height: 1.4em;
    padding: 0.8em 2% 0px;
    margin-left: 0; }

  .ocBtn {
    width: 45px;
    padding: 10px 0px 0px 15px; }

  .ocBtn img {
    width: 15px; }

  .newsBody {
    padding: 2%;
    margin-left: 0; }

  /*ガイドページ*/
  #buildingWrp .contents {
    min-height: inherit; }

  #buildingWrp .contents figure {
    position: relative;
    right: inherit;
    top: inherit; }

  #buildingWrp .contents .txt_body {
    width: 96%;
    margin: 0px auto 6%; } }
