@charset "UTF-8";
/* =========================================

nasluck top CSS

last modify : 2019/3/1 TCI後藤 商品ラインナップの帯修正、MV下スライダー修正

2018/12/04 319_shimizu 東建コーポレーションイメージソング追加
2018/09/12 319_shimizu ピカ写メバナーセット更新
2017/08/22 215_takagi キャンペーンバナー大を作成
2017/02/01 266_shintani キャンペーンバナーレイアウト修正
2016/05/30 247_morita 熊本震災ページリンク移動
2016/04/12 285_inose 熊本震災ページリンク追加
2016/04/12 285_inose 東建カップフォトコンテストバナー追加
2016/02/01 247_morita 時計追加
2016/01/19 266_shintani フッターバナー追加
2016/01/15 262_ichinose ナスラックグループサイトバナー追加

============================================ */

/** RESET AND LAYOUT
===================================*/
#slider{
  border-top: 2px solid #01458e;
  border-bottom: 2px solid #01458e;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+5,606060+50,fefefe+95&0+5,1+50,0+94 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 5%, rgba(96,96,96,1) 50%, rgba(250,250,250,0) 94%, rgba(254,254,254,0) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 5%,rgba(96,96,96,1) 50%,rgba(250,250,250,0) 94%,rgba(254,254,254,0) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 5%,rgba(96,96,96,1) 50%,rgba(250,250,250,0) 94%,rgba(254,254,254,0) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00fefefe',GradientType=1 ); /* IE6-9 */
}
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  display:block;
  
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/image_new/controls.png") no-repeat -3px -121px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("/image_new/controls.png") no-repeat -60px -121px;
}

.bx-wrapper .bx-prev:hover {
  background-position: -3px -3px;
}

.bx-wrapper .bx-next:hover {
  background-position: -60px -3px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  /*--margin-top: -16px;--*/
  outline: 0;
  width: 44px;
  height: 75px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/image_new/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background:url("/image_new/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/*■■■■■■■■■*/
/*■スライド ie用処理■*/
/*■■■■■■■■■*/
.bxslider li {
  overflow: hidden;
}

/*■■■■■■■■■*/
/*■スライド１枚目■*/
/*■■■■■■■■■*/
.bxslider li .move1{
  position: relative;
  width: 1040px;
  height: 320px;
}
.bxslider li .move1 .ms_txt {
  position: absolute;
  top: 0; left: 0;
  width: 1040px;
  height: 320px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0s linear 10s;
}
.bxslider li.active .move1 .ms_txt {
  opacity: 1;
  transition: opacity 2s linear 0.75s;
}
.bxslider li .move1 .ms_main {
  position: absolute;
  top: 0; left: 0;
/*  width: 1040px;*/
  height: 320px;
  z-index: 2;
}
.bxslider li .move1 .ms_left {
  position: absolute;
/*  width: 1140px;*/
  height: 320px;
  transition: transform 0s linear 10s;
}

.bxslider li.active .move1  .ms_left {
  transform: translate(-100px,0);
  transition: transform 6.5s ease 0.5s;
}

.bxslider li .move1 .ms_right {
  position: absolute;
  right: 0px;
/*  width: 1140px;*/
  height: 320px;
  transition: transform 0s linear 10s;
}

.bxslider li.active .move1  .ms_right {
  transform: translate(100px,0);
  transition: transform 6.5s ease 0.5s;
}
/*■■■■■■■■■*/
/*■スライド２枚目■*/
/*■■■■■■■■■*/
.bxslider li .move2{
  position: relative;
  width: 1040px;
  height: 320px;
}

.bxslider li .move2 .ms2_txt {
  position: absolute;
  top: 0; left: 0;
  z-index: 6;
}

.bxslider li .move2 .ms2_img1,
.bxslider li .move2 .ms2_img3 {
  top: 0; left: 0;
  position: absolute;
  transition: transform 0s linear 10s;
}

.bxslider li.active .move2 .ms2_img1,
.bxslider li.active .move2 .ms2_img3 {
  top: 0; left: 0;
  transform: translate(0,-100px);
  transition: transform 6.5s ease 0.5s;
}


.bxslider li .move2 .ms2_img2,
.bxslider li .move2 .ms2_img4 {
  bottom: 0; left: 0;
  position: absolute;
  transition: transform 0s linear 10s;
}

.bxslider li.active .move2 .ms2_img2,
.bxslider li.active .move2 .ms2_img4 {
  bottom: 0; left: 0;
  transform: translate(0,100px);
  transition: transform 6.5s ease 0.5s;
}
/*■■■■■■■■■*/
/*■スライド３枚目■*/
/*■■■■■■■■■*/
.bxslider li .move3{
  position: relative;
  width: 1040px;
  height: 320px;
}

.bxslider li .move3 .ms3_txt {
  position: absolute;
  bottom: 0; left: 0;
  z-index: 8;
}


.bxslider li .move3 .ms3_main{
  position: absolute;
  bottom: 0; left: 0;
  z-index: 7;
}


.bxslider li .move3 .ms3_right{
  position: absolute;
  bottom: 0; left: 0;
  transition: transform 0s linear 10s;
}

.bxslider li.active .move3 .ms3_right{
  transform: translate(0,100px);
  transition: transform 6.5s ease 0.5s;
}
/*■■■■■■■■■*/
/*■スライド４枚目■*/
/*■■■■■■■■■*/
.bxslider li .move4{
  position: relative;
  width: 1040px;
  height: 320px;
}

.bxslider li .move4 .ms4_txt {
  position: absolute;
  top: 0; left: 0;
  z-index: 9;
}


.bxslider li .move4 .ms4_main{
  position: absolute;
  top: 0; left: 0;
  transition: transform 0s linear 10s;
}

.bxslider li.active .move4 .ms4_main{
  transform: translate(0,-100px);
  transition: transform 6.5s ease 0.5s;
}

/*■■■■■■■■■*/



#movie {
  float: right;
  display: block;
  margin: 12px 0 0 0;
  padding-top:1px;
  background: url("/image_new/side_movie_back.png") no-repeat 0 0;
  background-size: 97%;
  width: 270px;
  height: 231px;
  
}
#movie a{
  display: block;
  margin:0;
  padding:0;
}
img.mv_img {
  display: block;
  clear:both;
  width: 242px;
  height: 141px;
  margin: 8px;
}
img.mv_btn {
  margin:4px 10px 0;
}

/*--#lineup--*/
#lineup{
  clear:both;
  margin-top: 10px;
  overflow:hidden;
  position:relative;
}
.lineup_item{
  clear:both;
  overflow:hidden;
  width:100%;
  padding: 25px 0;
  background:#e3f0f4;
}
.lineup_item h2{
  background: url("/image_new/bg-ttl-lineup.png") no-repeat;
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 49px;
  margin: 0 auto;
  padding: 1px 5px 3px 5px;
  text-align: center;
  width: 904px;
}
.lineup_item ul {
  display: block;
  margin: 25px auto 0;
  width: 895px;
}
.lineup_item li {
  float: left;
  height: 220px;
  width: 285px;
}
.lineup_item li:nth-of-type(n+2) {
  margin-left: 20px;
}
.lineup_item li:nth-of-type(3n+1) {
  margin-left: 0;
}
.lineup_item li:nth-of-type(n+4) {
  margin-top: 20px;
}
.lineup01{
  background:url("/image_new/img_line01_ov.jpg") no-repeat 0 0;
}
.lineup02{
  background:url("/image_new/img_line02_ov.jpg") no-repeat 0 0;
}
.lineup03_1{
  float:left;
  background:url("/image_new/img_line03_1_ov.jpg") no-repeat 0 0;
}
.lineup03_2{
  position:relative;
  right:0px;
  float:left;
  background:url("/image_new/img_line03_2_ov.jpg") no-repeat 0 0;
}
.lineup04{
  background:url("/image_new/img_line04_ov.jpg") no-repeat 0 0;
}
.lineup05{
  background:url("/image_new/img_line05_ov.jpg") no-repeat 0 0;
}
.lineup06{
  background:url("/image_new/img_line06_ov.jpg") no-repeat 0 0;
}
.lineup_item a:hover{
  opacity:0;
}


/*--＃nas_contents--*/
#nas_contents{
  position:relative;
  clear:both;
  overflow:hidden;
}
.contents01{
  clear:both;
  overflow:hidden;
  width:880px;
  margin: 30px auto 10px;
}
.contents01 figure {
  margin: 35px auto 0;
  width: 700px;
}
.contents01 figure:first-child {
  margin-top: 5px;
}
.contents01 figure.bnr_w795 {
  width: 795px;
}

.contents01 figure.bnr_w700 {
  width: 700px;
}
.contents01 figure figcaption {
  margin: 0 32px;
}
.contents01 figure.column2_image {
  float: left;
  margin: 30px 10px 0;
  width: 420px;
}
.contents01 figure.column2_image img {
  width: 100%;
  height: auto;
}
.contents01 figure.column2_image  figcaption {
  margin: 0;
}
.contents01 img:hover{
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sec_line{
  width:1000px;
  margin:40px auto 0 auto;
  border:1px solid #e6e6e6;
}
.shop {
  clear:both;
  overflow:hidden;
  width: 900px;
  margin:35px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.shop + .shop {
  margin: 20px auto 80px;
}
.shop dl{
  overflow:hidden;
  height:304px;
  letter-spacing:-1px;
}
.shop dt{
  height:43px;
  background:url("/image_new/ttl_bk_shop.png") repeat-x 0 0;
}
.showroom{
  padding:1px;
  float:left;
  width: 588px;
  border:2px solid #e4e4e4;
  position: relative;
}
.showroom dt img{
  margin-top:3px;

}
.hanbai{
  padding:1px;
  float:left;
  width: 282px;
  border:2px solid #e4e4e4;
  position: relative;
}
.hanbai dt img{
  margin-top:1px;
}
.shop_img01{
  float:left;
  margin-right:10px;
}
.shop_txt01{
  margin:10px;
  letter-spacing: 0;
}
.shop_txt02{
  margin:3px 10px 0 10px;
}
.shop_all{
  position: absolute;
  bottom: 10px;
  clear:both;
  overflow:hidden;
  width: 100%;
  height: 41px;
  text-align: center;
}

/* ショールーム ご来場特典・お見積り特典のご案内 */
.showroom_gift {
  background: url(../image_new/bg-showroom-gift.png) no-repeat 0 0 / auto 100%;
  border-radius: 10px;
  width: 482px;
  height: 211px;
  overflow: hidden;
}

.showroom_gift .inner {
  float: right;
  padding: 10px;
  overflow: hidden;
  width: 277px;
}

.showroom_gift .inner .txt {
  position: relative;
  top: 0;
  float: right;
  height: 77px;
  width: 238px;
  margin: -6px 0 -3px;
  line-height: 1.25;
  font-size: 15px;
}

.showroom_gift .inner .txt span {
  display: block;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: justify;
  text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
  width: 154px;
}

.showroom_gift .inner .btn {
  margin-left: 30px
}

/*　カタログ請求　*/
.log{
  padding:15px 10px 0 10px;
  width: 378px;
  height:195px;
  background:url("/image_new/bk_catalog_form.jpg") no-repeat 0 0 / auto 100%;
}
.shop_txt03{
  margin:5px 0 20px 5px;
  width:150px;
}

.job{
  width:620px;
  margin:20px auto 13px;
}
.job img:hover{
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  
}

.job p{
  width: 600px;
  margin: auto;
}


/* 施工事例写真集 */
.con_construction_ex {
  margin: 25px auto;
  overflow: hidden;
  width: 950px;
}

.con_construction_ex h2 {
  background: url("../image_new/bg-ttl-construction-ex.png") no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 30px;
  padding-top: 1.8em;
  text-align: center;
}

.con_construction_ex .inner {
  border: 1px solid #4BC1CF;
  border-top: none;
  box-sizing: border-box;
  padding: 2em 0;
}

.con_construction_ex .box_construction_ex {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 905px;
}

.con_construction_ex .box_construction_ex div {
  width: 360px;
}

.con_construction_ex .box_construction_ex div .btn {
  margin: 2em auto 0;
  width: 270px;
}

.con_construction_ex div .btn a {
  border: 2px solid #F2768C;
  background: rgb(253,200,209); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(253,200,209,1) 0%, rgba(253,200,209,1) 3%, rgba(250,152,170,1) 5%, rgba(241,106,130,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(253,200,209,1) 0%,rgba(253,200,209,1) 3%,rgba(250,152,170,1) 5%,rgba(241,106,130,1) 100%); /* Chrome10-25,Safari5.1-6 */
  display: block;
  border-radius: 2em;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-align: center;
  padding: 0.3em 1em 0.3em 0;
}

.con_construction_ex div .btn a:after {
  content: "";
  display: inline-block;
  right: 1em;
  box-sizing: border-box;
  width: 0.35em;
  height: 0.35em;
  border: 0.35em solid transparent;
  border-left: 0.35em solid #fff;
  top: 50%;
  margin-top: -0.35em;
  position: absolute;
}

.con_construction_ex div .btn a:hover {
  opacity: .8;
  transition: .5s all;
  text-decoration: none;
}

.con_construction_ex .box_gallery {
  margin: 2em auto 0;
  width: 905px;
}

.con_construction_ex .box_gallery p {
  margin-top: 0.5em;
  text-align: center;
}

.con_construction_ex .box_gallery ul {
  display: flex;
  justify-content: space-between;
  margin: 1.5em auto 0;
  width: 890px;
}

.con_construction_ex .box_gallery ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 435px;
}

.con_construction_ex .box_gallery ul li img {
  display: block;
}

.con_construction_ex .box_gallery ul li div {
  position: relative;
  width: 240px;
}

.con_construction_ex .box_gallery ul li div h4 {
  color: #26348D;
  font-size: 23px;
  line-height: 1.3em;
}

.con_construction_ex .box_gallery ul li div h4 span {
  font-size: 16px;
  line-height: 1em;
  display: block;
}

.con_construction_ex .box_gallery ul li div p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-top: 0.7em;
  text-align: left;
}

.con_construction_ex .box_gallery ul li div .btn {
  margin: 0.5em auto 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1em;
  width: 195px;
}

.con_construction_ex .box_gallery ul li div .btn a {
  font-size: 16px;
  font-weight: normal;
  padding: 0.4em 0;
}




/*--#yakudachi--*/
#yakudachi{
  position:relative;
  margin:10px auto;
  width:1000px;
}
#yakudachi h2{
  padding:0 20px;
}
.yaku_txt{
  margin:10px 0 0 50px;
}
.bnr_yaku{
  margin:30px auto 0;
  width:795px;
}
.yaku_txt01{
  margin:10px;
}
.bnr_stainless{
  width: 795px;
  margin: 30px auto 0 auto; 
}
.bnr_stainless figcaption{
  margin: 0px 32px 0 32px;
}
.bnr_stainless img:hover{
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.kitchin{
  position:relative;
  float:left;
  z-index:1000;
  margin:80px 0 0 15px;
  padding:5px;
  width:466px;
  font-size: 15px;
  border-left:2px solid #e39307;
  border-right:2px solid #e39307;
  border-bottom:2px solid #e39307;
}

.kitchin li{
  border-top:1px dotted #e39307;
  margin:0 2px;
  padding:10px 0px 10px 10px;
}
.kitchin li p{
  padding-left:17px;
  font-size:95%;
}

.kitchin h3{
  position: absolute;
  left: -2px;
  top: -50px;

}

.bath{
  position:relative;
  float:left;
  z-index:1000;
  margin:60px 0 0 15px;
  padding:5px;
  width:466px;
  font-size: 15px;
  border-left:2px solid #05a8ec;
  border-right:2px solid #05a8ec;
  border-bottom:2px solid #05a8ec;
}

.bath li{
  border-top:1px dotted #05a8ec;
  margin:0 2px;
  padding:10px 0px 10px 10px;
}


.bath li p{
  padding-left:20px;
  font-size:95%;
}
.bath h3{
  position: absolute;
  left: -2px;
  top: -50px;
}

.reform{
  position:relative;
  float:left;
  z-index:1000;
  margin:60px 0 0 15px;
  padding:5px;
  width:466px;
  font-size: 15px;
/*  min-height: 570px;*/
  border-left:2px solid #7f02d2;
  border-right:2px solid #7f02d2;
  border-bottom:2px solid #7f02d2;
}

.reform li{
  border-top:1px dotted #7f02d2;
  margin:0 2px;
  padding:10px 0px 10px 10px;
}


.reform li p{
  padding-left:20px;
  font-size:95%;
}
.reform h3{
  position: absolute;
  left: -2px;
  top: -50px;
}

.oth{
  position:relative;
  float:left;
  z-index:1000;
  margin:80px 0 0 15px;
  padding:5px;
  width:466px;
  font-size: 15px;
  border-left:2px solid #37a911;
  border-right:2px solid #37a911;
  border-bottom:2px solid #37a911;
}

.oth li{
  border-top:1px dotted #37a911;
  margin:0 2px;
  padding:10px 0px 10px 10px;
}
.oth li p{
  padding-left:20px;
  font-size:95%;
}
.oth h3{
  position: absolute;
  left: -2px;
  top: -50px;
}
.yougo {
  position:relative;
  float:left;
  z-index:1000;
  margin:60px 0 0 15px;
  padding:5px;
  width:466px;
  font-size: 15px;
  border-left:2px solid #9d0d55;
  border-right:2px solid #9d0d55;
  border-bottom:2px solid #9d0d55;
}

.yougo li {
  border-top:1px dotted #9d0d55;
  margin:0 2px;
  padding:10px 0px 10px 10px;
}
.yougo li p {
  padding-left:20px;
  font-size:95%;
}
.yougo h3 {
  position: absolute;
  left: -2px;
  top: -50px;
}
.faq {
  margin: -145px 0 85px 15px;
  width: 480px;
  text-align: center;
}
.faq img:hover{
  opacity:0.75;
}

/*--#company--*/
#company{
  position:relative;
  clear:both;
  overflow:hidden;
  margin:20px auto 10px;
  width:1000px;
}
.company_list{
  clear:both;
  overflow:hidden;
  width:1000px;
  padding-bottom: 30px;
  background:#e8f2fb;
}
.com_txt{
    margin: 5px auto 30px;
    width: 660px;
}
.company_list h2{
  margin:10px 20px;
}
.company_list .panel_box{
  display:block;
  margin: 0 auto;
  width: 934px;
  height: 340px;
}
.company_list p.comp01{
  float:left;
  width:220px;
  background:url("/image_new/img_comp01_ov.jpg") no-repeat 0 0;
}

.company_list p.comp01 span{
  display: block;
  text-align: center;
  margin-top: -5px;
  color: black;
}

.company_list dl{
  float:right;
  width:704px;
}
.company_list dl dt{
  width:704px;
  height:81px;
  margin-bottom:0;
  background:url("/image_new/ttl_comp_ov.jpg") no-repeat 0 0;
}
.company_list dl dd ul.plant_ph{
  display:block;
  margin: 0 auto;
  width: 704px;
  height: 420px;
}
.company_list dl dd ul.plant_ph li{
  display:block;
  width:220px;
  height:186px;
  float: left;
  margin: 10px 14px 0 4px;

}

.company_list dl dd ul.plant_ph li span{
  display: block;
  text-align: center;
  margin-top: -5px;
  color: black;
}

.company_list dl dd ul.plant_ph li:nth-of-type(1) {
  margin: 10px 18px 0 114px;
}

.company_list dl dd ul.plant_ph li:nth-last-of-type(1) {
  margin: 10px 0 0 4px;
}

.company_list a{
    display: block;
}

.company_list .panel_box a:hover {
        opacity: 0.6;
}





/*--#news_box--*/
#news_box{
  position:relative;
  clear:both;
  overflow:hidden;
  margin:0 auto 10px;
  padding:0 20px;
  width:1000px;
}

.news{
  clear:both;
  overflow:hidden;
  margin-bottom:20px;
  border:1px solid #ccc;
}
.news h2{
  padding:14px 8px 4px 8px;
  margin-bottom:10px;
  border-bottom:2px solid #ea4b8a;
}
.news_dl{
  clear:both;
  overflow:hidden;
  margin:0 10px;
  border-bottom:1px dotted #999;
}
.news_dl_l{
  clear:both;
  overflow:hidden;
  margin:0 10px;
}
.news dt{
  float:left;
  padding:10px 0 0 20px;
  background:url("/image_new/img_news.png") no-repeat 0 15px;
  width:140px;
}
.news dd{
  padding:10px 0;
  float:left;
  line-height:25px;
}


/*--saigai--*/
#saigai_box{
  position:relative;
  clear:both;
  overflow:hidden;
  margin:20px auto 0;
  padding:0 20px;
  width:1000px;
}
.saigai{
  clear:both;
  overflow:hidden;
  margin-bottom:20px;
  border:1px solid #ccc;
}

.saigai h2{
  padding:14px 8px 4px 8px;
  margin-bottom:10px;
  border-bottom:2px solid #6dcd3d;
}

.saigai_li{
  margin:0 10px;
  padding: 5px 20px 5px 24px;
  background:url("/image_new/img_saigai.png") no-repeat 0 8px;
  /*border-bottom: 1px solid #cccccc;*/
  line-height:25px;
}
.saigai_li_l{
  margin:0 10px;
  padding:5px 20px 10px 24px;
  background:url("/image_new/img_saigai.png") no-repeat 0 8px;
  line-height:25px;
}

/* ================================================================
  新型コロナウイルス感染症予防対策について
  -----------------------------------------------------------------
  #box_corona
================================================================ */
#box_corona {
  border: 2px solid #213782;
  border-top: none;
  box-sizing: border-box;
  margin: 2em auto 0;
  width: 810px;
}

#box_corona h2 {
  background: #213782;
  color: #fff;
  font-size: 130%;
  font-weight: normal;
  padding: 0.5em 0;
  text-align: center;
}

#box_corona .inner {
  box-sizing: border-box;
  padding: 1em 2em;
}

#box_corona .inner .btn {
  margin: 0.5em auto 0;
  width: 220px;
}

#box_corona .inner .btn a {
  background: rgb(244,106,161); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(244,106,161,1) 0%, rgba(237,44,107,1) 96%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(244,106,161,1) 0%,rgba(237,44,107,1) 96%); /* Chrome10-25,Safari5.1-6 */
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 110%;
  text-align: center;
  padding: 0.4em 0.5em 0.4em 0;
  position: relative;
}

#box_corona .inner .btn a:hover {
  text-decoration: none;
  opacity: .8;
  transition: .5s all;
}

#box_corona .inner .btn a:after {
  content: "";
  display: inline-block;
  right: 2em;
  box-sizing: border-box;
  width: 0.3em;
  height: 0.3em;
  border: 0.3em solid transparent;
  border-left: 0.3em solid #fff;
  top: 50%;
  margin-top: -0.2em;
  position: absolute;
}




/* --------------------------------------------------------------------------------------
  長期休暇時のお知らせ 
  ========================================================================================
  .holiday_info　// クラス名を「.gw_info」から変更
-------------------------------------------------------------------------------------- */


.holiday_info{
  position: relative;
  border: 2px solid #44bfe7;
  width: 800px;
  margin: 40px auto 30px;
  padding: 15px 20px 20px;
  letter-spacing: 0.02em;
  background:/*url("/image_new/bg_shop.png") no-repeat right 0 */#e1f5fb;
  box-sizing: border-box;
}
.ttl_gw{
  position: absolute;
  top: -20px;
}
.ttl_gw2{
  color: green;
    font-size: 22px !important;
    text-align: center;
    border-bottom: 2px solid;
    margin-bottom: 10px;
    margin: 3px 18px 11px;
}

.holiday_info .date{
  font-size: 1.2rem !important;
    text-align: center;
  color: red;
}


.holiday_info .subject{
  font-size: 1.05rem !important;
    text-align: center;
}


.holiday_info > .last_p {
  line-height: 1.5em !important;
}
.holiday_info > .last_p > span{
  font-weight: bold;
}

.showroom_info{
  width: 179px;
  margin: -30px 0 0 370px;
  overflow: hidden;
}

.day{
font-feature-settings: normal;
  font-weight: normal;
}

.showroom_info img{
  width: 100%;
}

.showroom_info img{
  position: relative;
  top: 0px;
}

.showroom_info a{
  display: block;
  line-height: 1;
  font-size: 0;
}

.showroom_info a:hover{
  display: block;
  background: #fff;
  border-radius: 2px;
  line-height: 1;
  font-size: 0;
}

.showroom_info a img:hover{
  opacity: 0.7;
}


.blue{
  color:#039;
}


.shisetsu_sample{
  margin: 25px auto 20px;
}

.last_p {
  margin: 10px 0 0 0;
}


/*-- 東建カップバナー --*/

.topbanr_cup{
  text-align:center;
  margin:18px auto 0;
}

.topbanr_cup:hover{
  opacity:0.7;
}


/*-- .top_bnr --*/
.top_bnr {
  margin: 1em auto;
  text-align: center;
  padding: 14px 0 15px 0;
}
.top_bnr + .top_bnr {
  padding-top: 6px;
}
.top_bnr figcaption {
  margin: 0 auto;
  padding: 0 15px 0;
  text-align: center;
}

.top_bnr a:hover img,
.campaign_bnr_list a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.top_bnr .top_bnr_txt {
  text-align: left;
  width: 670px;
}

/* ================================================================
  キャンペーン情報
  -----------------------------------------------------------------
  #campaign_area
================================================================ */
#campaign_area {
  width: 840px;
  margin: 3em auto 0 auto;
  /*margin: 0 auto;*/
  /*padding: 26px 0 26px 0;*/
  padding: 0 0 26px 0;
  overflow: visible;
}

#campaign_area h2 {
  width: 444px;
  margin: -23px auto 0 auto;
  line-height: 1;
  font-size: 0;
}

.campaign_bnr_list {
  width: 772px;
  margin: 0 auto 0 auto;
}

.campaign_bnr_list li a {
  display: block;
  margin: 0 25px;
}

.campaign_bnr_list li span {
  display: block;
  font-feature-settings: "palt";
  font-size: 16px;
  margin: 5px 20px 0 20px;
}

.campaign_bnr_list a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* スライダー矢印の一 */
#campaign_area .slick-prev {
  top: 20%;
  left: -3%;
  width: 20px;
  height: 48px;
  background: url(../image_cmn_new/camp_controls.png) 0 0 no-repeat;
  transform: rotate( -180deg );
}

#campaign_area .slick-next {
  top: 30%;
  right: -3%;
  width: 20px;
  height: 48px;
  background: url(../image_cmn_new/camp_controls.png) 0 0 no-repeat;
}

/* fontの矢印非表示 */
#campaign_area .slick-prev:hover, #campaign_area .slick-next:hover {
        opacity: 0.7;;
}

/* fontの矢印非表示 */
#campaign_area .slick-prev:before, #campaign_area .slick-next:before {
        content: '';
}



@media screen and (max-device-width: 1024px) {
  .top_bnr a:hover img {
    opacity: 1!important;
  }
}

.campaign_bnr_list .long_bnr{
  width:850px;
}


/* ================================================================
  ナスラックグループの関連サイト情報
  -----------------------------------------------------------------
  #groupsite
================================================================ */
#groupsite {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  position: relative;
  background: url("../image_new/bg-groupsite.png?250321") no-repeat;
  background-position: left 0;
  background-size: 790px;
  margin: 0 auto 80px;
  max-width: 900px;
  width:900px;
  height: 463px;
  /* border-radius: 10px; */
  /* box-shadow: 0 2px 3px rgb(0 0 0 / 25%); */
}
#groupsite div.flex {
  display: flex;
}
#groupsite div.box {
  position: absolute;
  right: 0;
}

#groupsite h2 {
  left: 7.5%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 4.5%;
  color: #fff;
  width: fit-content;
}
#groupsite * {
  box-sizing: border-box;
}

/* .box_nasluck */
#groupsite .box_nasluck {
  position: relative;
  width: 222px;
}

#groupsite .box_nasluck h3 {
  background: #3160ad;
  color: #fff;
  font-size: 18.5px;
  line-height: 1em;
  padding: 0.5em ;
  text-align: center;
}

/* #groupsite .box_nasluck h3:before {
  height: 0;
  display: none;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 13px #92C2F5;
  border-left: solid 13px transparent;
  top: 0;
}
#groupsite .box_nasluck h3:after {
  height: 0;
  display: none;
  position: absolute;
  left: 0;
  content: "";
  border-top: solid 13px #FFFBF7;
  border-right: solid 13px transparent;
  top: 0;
} */

#groupsite .box_nasluck h3 span {
  display: block;
  font-size: 70%;
  font-weight: normal;
}

#groupsite .box_nasluck p {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.3em;
  text-align: justify;
  padding: 0.5em 0em;
}

#groupsite .box_nasluck figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 5.7%;
}

/* .box_heartmark */
#groupsite .box_heartmark {
  position: absolute;
  top: 38%;
  width: 222px;
  box-sizing: border-box;
}

#groupsite .box_heartmark h3 {
  /* border-bottom: 3px solid #FFCED6; */
  background: #EB5B71;
  color: #fff;
  font-size: 18.5px;
  line-height: 1em;
  padding: 0.5em ;
  text-align: center;
}

#groupsite .box_heartmark h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#groupsite .box_heartmark p {
  /* background: #ffedf1; */
  font-size: 15px;
  line-height: 1.17;
  text-align: justify;
  padding: 0.3em 0;
}

#groupsite .box_heartmark figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 5.7%;
}
#groupsite .link_heartmark {
  position: absolute;
  top: 34%;
  left: 30%;
  display: block;
  border-radius: 50%;
  width: 170px;
  /* background-color: #fff; */
}
#groupsite .link_heartmark img {
  width: 100%;
}
#groupsite .link_nasluck {
  position: absolute;
  top: 0%;
  left: 41%;
  display: block;
  border-radius: 50%;
  width: 170px;
  /* background-color: #fff; */
}
#groupsite .link_nasluck img {
  width: 100%;
}
#groupsite .link_nasluckkitchen {
  position: absolute;
  top: 34%;
  left: 52%;
  display: block;
  border-radius: 50%;
  width: 170px;
  /* background-color: #fff; */
}
#groupsite .link_nasluckkitchen img {
  width: 100%;
}


/* .box_nasluckkitchen */
#groupsite .box_nasluckkitchen {
  margin-top: 33px;
  width: 222px;
  box-sizing: border-box;
}

#groupsite .box_nasluckkitchen h3 {
  background: #EC823C;
  color: #fff;
  font-size: 18.5px;
  line-height: 1em;
  padding: 0.5em ;
  text-align: center;
}

/* #groupsite .box_nasluckkitchen h3:before {
  height: 0;
  display: none;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 13px #fffacc;
  border-left: solid 13px transparent;
  top: 0;
}
#groupsite .box_nasluckkitchen h3:after {
  height: 0;
  display: none;
  position: absolute;
  left: 0;
  content: "";
  border-top: solid 13px #FFFBF7;
  border-right: solid 13px transparent;
  top: 0;
} */

#groupsite .box_nasluckkitchen h3 span {
  display: block;
  font-size: 70%;
  font-weight: normal;
}

#groupsite .box_nasluckkitchen p {
  font-size: 15px;
  line-height: 1.3em;
  text-align: justify;
  padding: 0.5em 0;
}

#groupsite .box_nasluckkitchen figure {
  margin: 0;
  position: absolute;
  top: 0;
  right: 5.7%;
}

/* .box_cookdoor */
#groupsite .box_cookdoor {
  margin:0 auto 0;
  width: 516px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: #FEE2E0;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 22%;
}

#groupsite .box_cookdoor div {
  width: 391px;
  margin: 0;
}
#groupsite .box_cookdoor h3 {
  background: #B52D2D;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  padding: 1%;
  text-align: center;
}

/* #groupsite .box_cookdoor h3:before {
  height: 0;
  display: none;
  position: absolute;
  right: 0;
  content: "";
  border-top: solid 13px #FFFBF7;
  border-left: solid 13px transparent;
  top: 0;
}
#groupsite .box_cookdoor h3:after {
  height: 0;
  display: none;
  position: absolute;
  right: 0;
  content: "";
  border-bottom: solid 13px #EA8B8B;
  border-right: solid 13px transparent;
  top: 0;
} */

#groupsite .box_cookdoor h3 span {
  font-size: 13px;
  font-weight: normal;
  margin-right: 0.5em;
}

#groupsite .box_cookdoor p {
  font-size: 14px;
  line-height: 1.17;
  padding: 0.7em 0 0;
}
#groupsite .box_cookdoor a {
  display: block;
  width: 101px;
  margin-bottom: 0;
  background-color: #fff;
}
#groupsite .box_cookdoor img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

#groupsite .box_cookdoora:hover img {
    opacity: 0.8;
    transition: .5s all;
}
#groupsite a:hover {
    opacity: 1;
    filter: brightness(108%);
    transition: .5s all;
}

#groupsite figure a img:hover {
  opacity: 1!important;
}

/* ---------------------------------------
   写真／動画コンテストバナー
---------------------------------------- */

.bnr_photo_con {
  clear: both;
    overflow: hidden;
    width: 660px;
  margin: 40px 0 18px;;
}
.bnr_photo_con li {
  display:inline-block
}
.bnr_photo_con li:first-child {
  /*バナーが3枚になったとき解放*/
  /*width:660px;
  margin-bottom:10px;
  text-align:center;*/
}
.bnr_photo_con a{
  padding: 0 12px 0;
}

.bnr_photo_con img:hover {
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.bnr_photo_con a.long_bnr{
  padding: 10px 12px 0;
  width: 463px;
  margin: 0 auto;
  display: block;
}

/* ---------------------------------------
   top_contents
---------------------------------------- */
.top_contents {
  width: 986px;
  margin: 0 auto;
  padding: 12px 0 0;
  overflow: hidden;
}

.top_contents .main_area {
  width: 665px;
  float: left;
  margin: 0 0 0 1px;
}

.top_contents .side_area {
  width: 300px;
  float: right;
}


/* ---------------------------------------
   .top_contents .movie_area
---------------------------------------- */
.top_contents .movie_area {
  width: 661px;
  height: 278px;
  background: url(/image_new/bg_mv_box.jpg) no-repeat 0 0;
  border: 2px solid #004894;
  position: relative;
  font-size: 17px;
}

.top_contents .movie_area .mv_lead {
  margin: 92px 0 0 12px;
  padding: 0 0 0 34px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: url(/image_new/ico_mv_lead.png) no-repeat 0 center;
}

.top_contents .movie_area .mv_stage {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 300px;
  height: 250px;
  padding: 10px 0 0 0;
  background: url(/image_new/bg_mv_stage.png) no-repeat 0 0;
}

.top_contents .movie_area .mv_stage .thumb {
  width: 280px;
  height: 157px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.top_contents .movie_area .mv_stage .thumb a {
  display: block;
  position: relative;
}

.top_contents .movie_area .mv_stage .thumb a:nth-of-type(1):after {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    margin: -32px -32px 0 0;
    background: url(/image_cmn_new/ico_play.png) no-repeat 0 0;
    z-index: 5;
}

.top_contents .movie_area .mv_stage .thumb a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media screen and (max-device-width: 1024px) {
  #groupsite a:hover {
   filter: none;
}
  .top_contents .movie_area .mv_stage .thumb a:hover img {
    opacity: 1 !important;
  }
}

.top_contents .movie_area .mv_stage .btn_list {
  width: 270px;
  margin: 16px auto 0;
}


/* ---------------------------------------
   .top_contents .topic
---------------------------------------- */
.top_contents #topics{
  width: 665px;
  position: relative;
  padding: 30px 0 0 0;
}

.top_contents #topics h2{
  position: absolute;
  background: #fcf0e3;
  width: 661px;
  margin: 2px 0 20px 2px;
  padding: 4px 0;
  font-size: 17px;
  text-align: center;
  clear: #ee7a51;
  height: 23px;
  color: #ee7a51;
}

.top_contents #topics a:link,
.top_contents #topics a:visited
{
  color:#004896;
}
.top_contents #topics a:hover{
  color:#f60;
}

.top_contents .topic_news{
  float:left;
  width: 661px;
  border:2px solid #ee7a51;
  padding: 37px 0 4px 0;
  font-size: 14px;
}

.top_contents .topic_news dt{
  float:left;
  width:115px;
  padding: 3px 0px 0 30px;
  background: url("/image_new/img_li_topics.png") no-repeat 12px center;
}
@media screen and (max-device-width: 1024px) {
  .topic_news dt {
    padding: 3px 0px 1px 30px;
  }
}

.top_contents .topic_news dd.icon{
  width: 68px;
  margin: 5px 20px 0 0;
  float:left;
}

.top_contents .topic_news dd{
  float:left;
  width:405px;
  margin: 3px 0 0 0;
}

.topic_news dl{
  clear:both;
  overflow:hidden;
  margin:0 10px 0px;
  padding: 1px 0px 3px;
}

@media screen and (max-device-width: 1024px) {
  .topic_news dl {
    padding: 1px 0px 5px;
  }
}

.topic_news02{
  float:left;
  width:690px;
  border:2px solid #ee7a51;
  padding: 27px 0 0 0;
}

.topic_news02 dt{
  float:left;
  width:147px;
}
.topic_news02 dd{
  float:left;
  width:493px;
}

.topic_news02 dl{
    clear:both;
    overflow:hidden;
    margin:0 10px 0px;
    padding:5px 0px 13px 30px;
     background: url("/image_new/img_li_topics.png") no-repeat 12px 7px;

}

div.topic_news > dl:first-child {
  border-top: none;
}


/* ---------------------------------------
   .top_contents .top_con_bnr
---------------------------------------- */
.top_contents .top_con_bnr {
  margin: 19px 0 0 0;
  overflow: hidden;
}

.top_contents .top_con_bnr figure {
  width: 325px;
  font-size: 15px;
}

.top_contents .top_con_bnr figure figcaption {
  margin: 2px 17px 0;
  letter-spacing: 0.05em;
}

.top_contents .top_con_bnr .bnr_virtualshop {
  float: left;
}

.top_contents .top_con_bnr .bnr_reform {
  float: right;
}

.top_contents .top_con_bnr a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media screen and (max-device-width: 1024px) {
  .top_contents .top_con_bnr a:hover img {
    opacity: 1 !important;
  }
}


/* ---------------------------------------
   .bnr_residence_l700
---------------------------------------- */
.bnr_residence_l700 {
  text-align: center;
  margin: 30px 0 34px;
}

.bnr_residence_l700 a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media screen and (max-device-width: 1024px) {
  .bnr_residence_l700 a:hover img {
    opacity: 1 !important;
  }
}

/* ---------------------------------------
   レジデンス、多度温泉バナー
---------------------------------------- */

.bnr_tado {
  margin:20px 0;
    display: block;
    width: 951px;
    margin: 30px auto;
    overflow: hidden;

}
.bnr_tado .bnrbox:first-child {
  float:left;
}
.bnr_tado .bnrbox {
  float:right;
  width:460px;
}
.bnr_tado .bnrbox:first-child figure {
  text-align: left;
}
.bnr_tado .bnrbox figure{
  text-align: right;
}
.bnr_tado .bnrbox figure figcaption {
  padding: 0 5px;
  text-align:left;
  font-size:13px;
  letter-spacing: 0.12em;
}


.bnr_tado .bnrbox a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media screen and (max-device-width: 1024px) {
  .bnr_tado .bnrbox a:hover img {
    opacity: 1 !important;
  }
}


/* ---------------------------------------
   relation_box
---------------------------------------- */
#relation_box {
  width: 1000px;
  margin: 26px auto 0;
  overflow: hidden;
}

#relation_box .main_area {
  width: 660px;
  float: left;
}

#relation_box .side_area {
  width: 300px;
  float: right;
}

.box_pika {
  height: 860px!important;
}


#relation_box .main_area figure.bnr_w596 {
    width: 596px;
    margin: 0 auto;
}

#relation_box .main_area figure.bnr_w596 figcaption 
{
    margin: 0 10px;
}

#relation_box .main_area figure a:hover {
  opacity: .8;
  transition: .5s all;
  text-decoration: none;
}

/* ---------------------------------------
   other_site_wrap
---------------------------------------- */
.other_site_wrap {
  width: 660px;
  overflow: hidden;
}

.other_site {
  float: left;
  width: 317px;
  margin: 16px 0 20px 10px;
}

.other_site dt {
  padding: 0 0 8px 0;
}

.other_site .ttl_hms{
  background:url("/image_new/bk_hms.png") repeat-x bottom;
}
.other_site .ttl_nusm{
  background:url("/image_new/bk_nusm.png") repeat-x bottom;
}
.other_site .ttl_nusm img{
  padding-left:5px;
}
.other_site .ttl_nusk{
  background:url("/image_new/bk_nusk.png") repeat-x bottom;
}
.other_site .ttl_nusk img{
  padding-left:5px;
}

.other_site .ttl_cook_door{
  background:url("/image_new/bk_cook_door.png") repeat-x bottom;
}
.other_site .ttl_cook_door img{
  padding-left:5px;
}

.other_site dd {
  margin: 11px 0 0 0;
}

.other_site dd p {
  margin: 0 14px;
}

/* ナスピィ背景画像　奇数時に活性
.other_site_wrap.blank_img {
  background: url(/image_new/chalacter.png) no-repeat right bottom;
}
*/
.other_site dd img:hover {
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ---------------------------------------
   side_banner
---------------------------------------- */
.side_banner figure{
  margin: 1em 0 0 0;
  font-size:13px;
}

.side_banner figure.margin0 {
  margin-top: 0;
}


.side_banner p,
.side_banner figcaption {
  margin: 0 0 15px;
  font-size:13px;
}

.side_banner a:hover img {
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.side_banner li p{
  margin: 0;
  text-align: center;
}


/*---------------------------------------
  ナスラックグループサイトバナー
---------------------------------------*/
.nas_group_area {
  margin: 0 0 15px 0;
  background: url(/image_new/nasgroup_bg_line.png) 0 0 repeat-y;
  -moz-background-size:100% auto;
  background-size:100% auto; 
}

.nas_group_area ul {
  padding: 18px 20px 20px 20px;
  background: url(/image_new/nasgroup_bg_bottom.png) left bottom no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto; 
}

.nas_group_area li {
  width: auto;
  margin: 0;
  padding: 0 0 13px 0;
}


.nas_group_area a {
  text-indent: 0;
  width: auto;
  margin-bottom: 10px;
}


.nas_group_area a:hover {
  opacity:0.7;
} 

.nas_group_area p {
  font-size:13px;
  line-height:1.3;
}

/*---------------------------------------
  ナスラックグループサイトバナー
---------------------------------------*/
.decome_area {
  width: 1000px;
  margin: 0 auto;
}

/*---------------------------------------
  .r_box
---------------------------------------*/
#animation {
  margin: 10px 0 0 45px;
}

.r_box {
  height: auto;
  top: 0;
  overflow: hidden;
  width: 245px;
  margin: 3px 0 0;
}

/*-- 時計 --*/
.head_box #clockarea {
  margin: 0 auto;
  background: #fcf2f5;
  border: 3px solid #e95e93;
  border-radius: 4px;
  text-align:left;
  overflow: hidden;
  padding:6px;
}  
  
.head_box #clockarea a img {
  float:right;
  margin:5px 0;
  vertical-align:top;
}

.head_box #clockarea a img:hover{
  opacity:0.7;
  filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
  
.head_box #clockarea #calendar {
  float:left;
  background: url(/image_cmn_new/calendar_pic.png) 0 3px no-repeat;
  height:20px;
  margin:0;
  padding:0 0 0 20px;
  font-size:12px !important;
  line-height:20px;
  width: 127px;
}
  
.head_box #clockarea #clock {
  float:left;
  background: url(/image_cmn_new/clock_pic.png) 35px 0px no-repeat;
  height:19px;
  margin:5px 0px 0px 0px;
  padding-left:59px;
  font-size:18px;
  line-height:19px;
  font-size:18px !important;
  width: 52px;
}

/*-- 文字サイズ --*/
.head_box #control-wrap {
  margin: 3px 7px 0px;
}

/* 東建カップフォトコンテストバナー追加 */

.bncp_20160413 {
  width:700px;
  margin:14px auto 8px;
}

.bncp_20160413 a:hover{
  opacity:0.8;
}

.bncp_20160413 p{
  width:700px;
  margin:0 auto 10px auto;
  text-align:center;

}

/*-- 20160415　熊本震災 入り口 --*/

.kumamoto{
  width:550px;
  margin:25px auto;
  padding:15px 0;
  border:1px solid #fda0ce;
  background:#fef6fa;
  font-size:18px;
  text-align:center;
  line-height: 1.5;
}

.bnr_area {
  margin: 140px 0 0;
}

.bnr_area .bnr {
    width: 930px;
    margin: 0 auto;
  overflow:hidden;
}


.bnr_area .bnr li{
  width: 300px;
}

.bnr_area .bnr li:nth-child(1),
.bnr_area .bnr li:nth-child(2){
  float:left;
    margin-right: 15px;
}

.bnr_area .bnr li:last-child{
  float:right;
}

.bnr_area .bnr li:nth-child(1) figcaption,
.bnr_area .bnr li:nth-child(2) figcaption{
  letter-spacing: -0.05em;
}

.bnr_area .bnr li img:hover {
  opacity:0.75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/*SNSシェア*/
.sns_share{
	border: 1px solid #e49da5;
	background: #FDF2F3;
}
.sns_share dt{
    background: #EB7986;
    padding: 7px 5px 4px;
    text-align: center;
}
.sns_share dd{
    padding: 10px 45px;
}
.sns_share ul{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.sns_share ul li{
	margin-bottom: 8px;
}
.sns_share ul li:last-of-type{
	margin: 0;
}

.sns_share a:hover{
  opacity:0.7;
}

/*東建グループSNS*/
.tokengroup_sns {
	border: 1px solid #d1c4ae;
	    background: #F3EADA;
	margin-bottom:20px;
}
.tokengroup_sns dt{
	background: #0485A1;
	padding: 5px 2px 0px;
	text-align: center;
}
.tokengroup_sns .icon{
	padding: 10px 39px 7px;
}
.tokengroup_sns .icon ul{
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.tokengroup_sns .links{
	background: #fff;
    border-radius: 4px;
    margin: 0 30px 10px;
    padding: 5px 5px 2px;
}
.tokengroup_sns .links a{
	font-size: 14px;
    text-align: left;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-left: 22px;
	line-height: 1.3em;
}

.tokengroup_sns a:hover{
  opacity:0.7;
}

.tokengroup_sns .links a::after{
    position: absolute;
    content: "";
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 7px solid #cf3a3b;
    display: inline-block;
    margin: 0 0 3px 8px;
    vertical-align: middle;
    bottom: 1px;
    right: -23px;
}



/* 東建ホームメイトカップバナー追加 */
.cup_bnr {
  width: 560px;
  margin: 35px auto 10px;
  text-align: center;
}

.cup_bnr figcaption {
  /*margin: 2px 10px 0;*/
  font-size: 15px;
}

.cup_bnr a:hover img {
  opacity:0.8;
}


/* 東建ホームメイトカップバナー追加 */
/*.top_bnr {
  width: 810px;
  margin: 35px auto 10px;
}

.top_bnr figcaption {
  margin: 2px 10px 0;
  font-size: 15px;
}

.top_bnr a:hover img {
  opacity:0.8;
}*/

.bar {
  width: 600px;
  margin: 40px auto 0;
}

.bar img:hover {
  opacity: 0.7;
}

.bar figcaption {
  text-align: center;
}

/* ピカシ写メ写真／動画コンテストバナー */
.pika_bnr {
  width:  600px;
  margin:  40px auto 0;
}

.pika_bnr figcaption {
  text-align: left;
}

/* プレゼントキャンペーン */
.present_bnr {
  width: 700px;
  margin: 20px auto 0;
  text-align: center;
  float: none;
}

.present_bnr figure {
  float: none;
  width: auto;
}

.present_bnr figcaption {
  margin: 20px 10px 0;
  font-size: 16px;
  line-height: 140%;
}

.present_bnr a:hover img {
  opacity:0.8;
}

.pagetop {
    width: 1000px;
    margin: 40px auto 0;
}

/* 刀剣×ホテル多度温泉「歴史にふれる2日間の旅」 */
.flag700 {
  width: 700px;
  margin: 30px auto;
}

.flag700 figcaption {
  text-align: center;
}

.flag700 img:hover {
  opacity: 0.7;
}

/* 東建コーポレーションイメージソング追加 */
.imgchara_box{
  width: 630px;
  margin: 0 auto;
}
.imgchara_box .mod_movie02 {
  position: relative;
  margin: 30px auto 0;
  padding: 16px 12px 12px;
  background: url(https://www.token.co.jp/image/bg_imgsong.png) repeat-x;
  width: 564px;
  height: 306px;
}

.imgchara_box .mod_movie02 p.ttl {
  text-align: center;
  margin-bottom: 4px;
}

.imgchara_box .mod_movie02 .song_movie {
  float: left;
  width: 276px;
  margin-bottom: 2px;
}

.imgchara_box .mod_movie02 .song_movie:first-of-type {
  margin-right: 12px;
}

.imgchara_box .mod_movie02 .song_movie dt {
  margin-bottom: 5px;
  text-align: center;
}
.moremovie {
  clear: both;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: right;
}

@media screen and (max-device-width: 1024px) {
  .moremovie {
    font-weight: bold;
  }
}

.moremovie:before {
  content: "";
  background: url(https://www.token.co.jp/image/icon_youtube.png) no-repeat left;
  padding-right: 10px;
  display:inline-block;
  width: 24px;
  height: 17px;
  vertical-align: top;
}

.moremovie a:link,
.moremovie a:visited,
.moremovie a:active {
  color: #fff;
}

.moremovie a:hover {
  color: #fb9a9b;
}
