@charset "utf-8";

/*6末の公開予定分*/

.sectionListBox,/*区画リスト表示エリア*/
.youtubeBox,/*youtube表示エリア*/
.centerMapBox,/*センター内地図表示エリア*/
.calendarBox/*カレンダー表示エリア*/ {
  display: block !important;
}


/*===========================================
Event開催切替スタイル
===========================================*/

.eventLink {
  display: block !important;
}

.eventNoLink {
  display: none !important;
}


/*===========================================
body
===========================================*/

body, body.home {
  color: #333333;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  padding: 0 0 0 0;
}

.codepc {
  display: inline;
}

.codesp {
  display: none;
}

.btotop {
  float: left;
  display: inline;
  margin: 20px 0 20px 0;
  padding: 0 0 0 0;
  width: 100%;
  text-align: right;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  body, body.home {
    color: #333333;
    background-color: #ffffff;
    font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: 0em;
    /* padding: 15% 0 0 0; */
    padding-top: 60px;
  }
  
  .codepc {
    display: none;
  }
  
  .codesp {
    display: inline;
  }
  
  .btotop {
    float: left;
    display: inline;
    margin: 1.5em 0 1.5em 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: right;
  }
  
}


/*===========================================
メイン部分
===========================================*/

#container {
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

#content,
.in-box {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 980px;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

.contents_home {
  float: left;
  display: inline;
  margin: -120px 0 0 0;
  padding: 0 0 0 0;
  width: 980px;
  text-align: left;
}

.contents {
  float: left;
  display: inline;
  margin: 20px 0 30px 0;
  padding: 0 0 0 0;
  width: 980px;
  text-align: left;
}

/*Smp CSS*/
@media screen and (max-width:778px) {

  #container {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }
  
  #content {
    clear: both;
    display: block;
    margin: 0px auto;
    padding: 0 0 0 0;
    width: 100%;
  }
  
  .in-box {
    clear: both;
    display: block;
    margin: 0px auto;
    padding: 0 0 0 0;
    width: 95%;
  }  
  
  #content:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .contents_home {
    float: left;
    display: inline;
    margin: 1em 3% 0 3%;
    padding: 0 0 0 0;
    width: 94%;
    text-align: left;
  }
  
  .contents {
    float: left;
    display: inline;
    margin: 0 3% 0 3%;
    padding: 0 0 0 0;
    width: 94%;
    text-align: left;
  }
  
  .contents p {
    float: left;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
  }
  
}


/*===========================================
ヘッダー　スマホとＰＣの表示切り分け
===========================================*/

#menu-wrap_pc {
  display: inline;
}

#menu-wrap_sp {
  display: none;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  #menu-wrap_pc {
    display: none;
  }
  #menu-wrap_sp {
    display: inline;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
  }
  
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/

header {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
  background: #ffffff;
}

header .head {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 16px 0 15px 0;
  width: 980px;
  height: 69px;
  text-align: left;
  background: #ffffff;
}

header .head .left {
  float: left;
  display: inline;
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 400px;
  text-align: left;
}

header .head .right {
  float: left;
  display: inline;
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 580px;
  text-align: right;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  header {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  
  header .head {
    clear: both;
    display: block;
    margin: 0px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
    background: #ffffff;
  }
  
  header .head .left {
    /* float: left; */
    display: inline;
    margin: 0px auto;
    /* padding: 1.5% 22% 1.5% 3.5%; */
    width: calc(100% - 60px);
    height: 60px;
    text-align: left;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border-right: 1px solid #fff;
  }

  header .head .left img {
    width: auto;
    height: 60px;
  }
  
  header .head .right {
    float: left;
    display: inline;
    margin: 0px auto;
    padding: 1.5% 1% 1.5% 1.5%;
    width: 13%;
    text-align: left;
  }
  
  header nav {
    display: none;
  }
  
  .modal-content ul.h-box {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-bottom: 1px solid #666666;
    padding-bottom: 15px;
    padding-top: 55px;
  }
  
  .modal-content ul.h-box li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .modal-content ul.h-box li:last-child {
    margin-bottom: 0;
  }
  
  .modal-content ul.h-box li:nth-child(1),
  .modal-content ul.h-box li:nth-child(2),
  .modal-content ul.h-box li:nth-child(3) {
    width: 32%
  }
  
  .modal-content ul.h-box li:nth-child(1),
  .modal-content ul.h-box li:nth-child(2) {
    margin-right: 2%;
  }
  
  .modal-content ul.h-box li:nth-child(3) {
    margin-right: 0;
  }
  
  span.tl01,
  span.tl02 {
    width: 100% !important;
    color: #ffffff !important;
    display: block !important;
    text-align: left;
  }
  
  span.tl01 {
    /* padding-bottom: 10px; */
    /* line-height: 40px; */
    border-bottom: 1px dotted #666666;
  }
  
  span.tl02 {
    /* padding-top: 10px; */
    /* line-height: 40px; */
  }
  
  span.tl01 a,
  span.tl02 a {
    display: block;
    padding-left: 2%;
  }
  
  ul.h-sns-box {
    display: block;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  
  ul.h-sns-box li {
    display: inline-block;
    width: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .showroom-icon {
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
  }
  
}


/*-------------------------------------------
ナビゲーション
-------------------------------------------*/

nav {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 100%;
  height: 50px;
  background: #0a75d8;
  text-align: center
}

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 980px;
  margin: 0px auto;
  padding: 0 0 0 0;
  font-family: 'Noto Sans Japanese', 'Meiryo', Arial, sans-serif;
  font-weight: 400;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  height: 50px;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 0 0 0 0;
}

.dropmenu li a:hover img {
  opacity: 1;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=1)";
  background-color: rgba(10, 86, 154, 1);
}

nav .dropmenu li span {
  display: none;
}

/*-------------------------------------------
メガメニュー
-------------------------------------------*/

#hover-click-nav01 .menubg {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  left: 0;
  margin: 0 -500%;
  padding: 0 500%;
}

#hover-click-nav01 .menubg .menucontMenu {
  float: left;
  display: inline;
  width: 980px;
  margin: 0 0 0 -196px;
  padding: 30px 0 30px 0;
  text-align: left;
  /*吹き出し▲のための記述*/
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
}

#hover-click-nav01 .menubg .menucontMenu:after {
  float: left;
  display: inline;
  width: 980px;
  margin: 0 0 0 -196px;
  padding: 30px 0 30px 0;
  text-align: left;
  /*吹き出し▲のための記述*/
  bottom: 100%;
  left: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-width: 10px;
  margin-left: -10px;
}

#hover-click-nav02 .menubg {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100% !important;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  left: 0;
}

#hover-click-nav02 .menubg .menucontMenu {
  width: 980px;
  text-align: left;
  /*吹き出し▲のための記述*/
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
}

#hover-click-nav02 .menubg .menucontMenu:after {
  left: 132px;
  bottom: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-width: 10px;
}

#hover-click-nav03 .menubg {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100% !important;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  left: 0;
}

#hover-click-nav03 .menubg .menucontMenu .menucontMenubox {
  width: 100% !important;
  margin-right: auto;
  margin-right: auto;
}

#hover-click-nav03 .menubg .menucontMenu .menucontMenubox img {
  width: 100% !important;
}

#hover-click-nav03 .menubg .menucontMenu {
  width: 980px;
  text-align: left;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
}

#hover-click-nav03 .menubg .menucontMenu .menucontMenubox {
  position: relative;
  overflow: hidden;
}

#hover-click-nav03 .menubg .menucontMenu .menucontMenubox div {
  float: left;
  width: 480px !important;
  display: block !important;
  height: 70px !important;
}

#hover-click-nav03 .menubg .menucontMenu .menucontMenubox div:last-child {
  float: right;
}

#hover-click-nav03 .menubg .menucontMenu .menucontMenubox div a:hover {
  opacity: 0.8;
}

#hover-click-nav05 .menubg {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100% !important;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  left: 0;
}

#hover-click-nav05 .menubg .menucontMenu {
  width: 980px;
  text-align: left;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
}

#hover-click-nav05 .menubg .menucontMenu:after {
  left: 517px;
  bottom: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-width: 10px;
}

#hover-click-nav05 .menubg .menucontMenu .menucontMenubox .submenucont {
  width: 50%;
  display: block !important;
}

.menubg .menucontMenu .menucontMenubox {
  float: left;
  display: inline-block;
  width: 480px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
}

.menubg .menucontMenu .menucontMenubox img {
  width: 130px;
}

.menubg .menucontMenu .menucontMenubox .submenucont {
  float: left;
  display: inline;
  text-align: left;
  padding: 0 0 0 1em;
  color: #ffffff;
  background-image: url("./img/sub_icon01.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  font-size: 13px;
}

.menubg .menucontMenu .menucontMenubox .submenucont a:link {
  color: #ffffff;
  text-decoration: none;
}

.menubg .menucontMenu .menucontMenubox .submenucont a:visited {
  color: #ffffff;
  text-decoration: none;
}

.menubg .menucontMenu .menucontMenubox .submenucont a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  #hover-click a {
    display: none;
  }
  #hover-click .menubg {
    display: none;
  }
  #hover-click .menubg .menucont {
    display: none;
  }
  
}


/*===========================================
サイドボタン
===========================================*/

#side_btn {
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 9999;
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 1;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  #side_btn {
    display: none;
  }
  #page-top {
    display: none;
  }
  
}

/*===========================================
SNS
===========================================*/

#sns-box {
}

#sns-box ul {
  text-align: right;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}

#sns-box ul li {
  display: inline-block;
  width: 40px;
  margin-left: 30px;
}

#sns-box ul li img {
  width: 100%;
}

/*body idに#from-footerが含まれる場合*/
body#from-footer #sns-box {
  display: none !important;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  #sns-box ul {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  #sns-box ul li {
    margin-left: 10px;
    padding-right: 10px;
  }
  
}

/*===========================================
お問い合わせ
===========================================*/

#contact-us-box {
  background-color: #f5f5f5;
  padding-bottom: 60px;
  padding-top: 60px;
}

#contact-us-box .in-box {
  position: relative;
  overflow: hidden;
}

#contact-us-box .mail-box {
  float: left;
  display: inline;
  padding: 0 0 0 0;
  width: 480px;
  text-align: left;
}

#contact-us-box .access-map-box {
  float: right;
  display: inline;
  padding: 0 0 0 0;
  width: 480px;
  text-align: left;
}

#contact-us-box .denwade {
  float: left;
  display: inline;
  margin-top: 30px;
  padding: 0 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
}

#contact-us-box .denwade img {
  margin: 0 0 20px 0;
}

#contact-us-box  p.footer-txt-box {
  display: none;
}

/*body idに#from-footerが含まれる場合*/
body#from-footer #contact-us-box {
  background-color: #fff;
  padding-top: 0 !important;
}

body#from-footer p.footer-txt-box {
  text-align: left;
  display: block;
  padding-top: 80px;
  padding-bottom: 0;
}

body#from-footer #contact-us-box .mail-box,
body#from-footer #contact-us-box .access-map-box,
body#from-footer #contact-us-box .add-box {
  display: none !important;
}

body#from-footer #contact-us-box .denwade {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  width : calc(100% - 2px);
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  #contact-us-box {
    padding-bottom: 0;
    padding-top: 0;
  }
  
  #contact-us-box .in-box {
    width: 100%;
  }
  
  #contact-us-box .mail-box,
  #contact-us-box .access-map-box,
  #contact-us-box .tel-box {
    display: block;
    width: 100%;
    float: none !important;
    margin-bottom: 2px;
  }
  
  #contact-us-box img {
    width: 100%;
  }
  
  #contact-us-box .denwade {
    display: none;
  }
  
  body#from-footer #contact-us-box p.footer-txt-box {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    font-size: 14px;
  }  
  
}


/*===========================================
フッター
===========================================*/

footer {
  clear: both;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: 358px;
  text-align: center;
  background-color: #000000;
  font-size: 11px;
  color: #ffffff;
  margin: 0 0 0 0;
}

footer:after {
  content: "";
  display: block;
  clear: both;
}

footer .copy {
  margin: 4px 0 0 0;
}

footer .foot {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 100%;
  background-color: #333333;
  font-size: 11px;
  line-height: 150%;
}

footer .foot .cont {
  clear: both;
  display: block;
  margin: 0px auto;
  padding: 30px 0 0 0;
  width: 830px;
  height: 300px;
  font-size: 11px;
  line-height: 150%;
  text-align: left;
}

footer .foot .cont .box {
  float: left;
  display: inline;
  margin: 0 0 0 0;
  padding: 30px 110px 0 0;
  /* min-width: 228px; */
  font-size: 12px;
  line-height: 260%;
  text-align: left;
}

footer .foot .cont .box:last-child {
  padding-right: 0;
}

footer .foot .cont .box a:link {
  color: #ffffff;
  text-decoration: none;
}

footer .foot .cont .box a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer .foot .cont .box a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*Smp CSS*/
@media screen and (max-width:778px) {
  
  footer {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #000000;
    font-size: 0.8em;
    color: #ffffff;
    margin: 0 0 0 0;
  }
  
  footer:after {
    content: "";
    display: block;
    clear: both;
  }
  
  footer .copy {
    margin: 4px 0 0 0;
  }
  
  footer .foot {
    clear: both;
    display: block;
    margin: 0 0 0 0;
    padding: 0 5% 0 5%;
    width: 90%;
    background-color: #333333;
    font-size: 11px;
    line-height: 150%;
  }
  
  footer .foot .cont {
    clear: both;
    display: block;
    margin: 0px auto;
    padding: 30px 0 0 0;
    width: 100%;
    height: auto;
    font-size: 11px;
    line-height: 150%;
    text-align: center;
  }
  
  footer .foot .cont .box {
    display: none;
  }
  
  footer .foot .cont a:link {
    color: #ffffff;
    text-decoration: none;
  }
  
  footer .foot .cont a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  
  footer .foot .cont a:hover {
    color: #ffffff;
    text-decoration : none;
  }
  
}

