@charset "utf-8";
/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}



/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/*モバイル用スライドメニュー*/
.slideMenu {
	margin: auto;
}
.slideBox {
	display: none;
}
.slideBox li {
	background: #F4F4F4;
  text-align: center;
  border-top: dotted 1px #CCC;
	padding: 10px;
}
.slideBox a { display:block; color: #000; }


/* 全体設定 */
#wrapper {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header {
  background: rgba(255,255,255,0.95);
  width: 100%;
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
#header-inner {
  width: 100%;
  padding: 10px;
  margin: auto;
}
#header-logo {
  width: 400px;
  float: left;
  line-height: 1;
}
#gnav-pc ul {
  width: 615px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gnav-pc ul li {
  font-size: 16px;
}
#gnav-pc ul li a {
  color: #000;
  display: block;
  padding: 6px 0;
}
#top-mainimg {
  background: #f4f4f4;
  text-align: center;
  padding: 60px 0 0 0;
}
#page-mainimg {
  padding: 60px 0 0 0;
}
#page-mainimg .wrap {
  background: url("../image/page-mainimg.jpg") center no-repeat;
  width: 100%;
  height: 250px;
  position: relative;
}
#page-mainimg .wrap h2 {
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
#top-news {
  background: url("../image/top-news-bg.jpg") repeat-y top center;
  height: 400px;
}
#top-news .left {
  box-sizing: border-box;
  width: 360px;
  float: left;
  font-size: 36px;
  text-align: center;
  padding-top: 150px;
}
#top-news .left span {
  font-size: 20px;
  font-weight: 400;
  display: block;  
}
#top-news .right {
  box-sizing: border-box;
  width: 740px;
  float: right;
  padding: 75px 50px;
}
#top-news .right ul {
  height: 250px;
  overflow: auto;
}
#top-news .right ul li .date {
  width: 80px;
  float: left;
}
#top-news .right ul li .txt {
  width: 520px;
  float: right;
}
#top-about {
  padding: 100px 0 0 0;
}
#top-about .block {
  margin-bottom: 80px;
}
#top-about .block .left {
  width: 525px;
  float: left;
  text-align: center;
}
#top-about .block .left .txt {
  font-size: 16px;
  margin-bottom: 30px;
}
#top-about .block .left .btn {
  background: #B5AE75;
  width: 300px;
  border-radius: 4px;
  margin: auto;
}
#top-about .block .left .btn a {
  font-weight: 600;
  display: block;
  color: #FFF;
  padding: 12px 0;
}
#top-about .block .right {
  width: 525px;
  float: right;
  text-align: center;
}
#top-about .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#bottom-link {
  padding: 100px 0;
}
#bottom-link .block1 {
  margin-bottom: 60px;
}
#bottom-link .block1 .left {
  width: 525px;
  float: left;
  text-align: center;
}
#bottom-link .block1 .right {
  width: 525px;
  float: right;
  text-align: center;
}
#bottom-link .block2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bottom-link .block2 .left {
  box-sizing: border-box;
  background: #B5AE75;
  width: 450px;
  float: left;
  color: #FFF;
  text-align: center;
  padding: 30px;
}
#bottom-link .block2 .left .ttl {
  font-size: 22px;
  font-weight: 600;  
  margin-bottom: 20px;
}
#bottom-link .block2 .left .txt {
  font-size: 14px;
  margin-bottom: 25px;
}
#bottom-link .block2 .left .btn {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}
#bottom-link .block2 .left .btn a {
  background: #F8F7F1;
  font-weight: 600;
  color: #B2AC72;
  display: block;
  padding: 12px 0;
}
#bottom-link .block2 .right {
  width: 650px;
  float: right;
}
#bottom-contact {
  box-sizing: border-box;
  background: url("../image/bottom-contact-bg.jpg") no-repeat top center;
  width: 100%;
  height: 550px;
  color: #FFF;
  text-align: center;
  padding: 100px 0;
}
#bottom-contact .inner {
  max-width: 420px;
}
#bottom-contact .ttl {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#bottom-contact .ttl span {
  font-size: 15px;
  display: block;
}
#bottom-contact .txt {
  margin-bottom: 20px;
}
#bottom-contact .btn a {
  background: #FFF;
  width: 300px;
  font-size: 18px;
  font-weight: 600;
  color: #5973B2;
  text-align: center;
  display: block;
  border-radius: 4px;
  padding: 10px 0;
  margin: 40px auto auto auto;
}
#footer {
  text-align: center;
  padding: 50px 0 0 0;
}
#footer .fnav {
  margin-bottom: 30px;
}
#footer .fnav ul li {
  display: inline-block;
  margin: auto 20px;
}
#footer .fnav ul li a {
  color: #000;
}
#footer .logo {
  margin-bottom: 30px;
}
#footer .txt {
  font-size: 13px;
  margin-bottom: 30px;
}
#footer #copyright {
  background: #5975B2;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
}


/**************************************************
	業務案内
**************************************************/
#service-sec01,
#service-sec02,
#service-sec03 {
  padding-top: 100px;
}
#service-sec01 .cnt,
#service-sec02 .cnt,
#service-sec03 .cnt {
  width: 525px;
  font-size: 16px;
}
#service-sec01 .photo,
#service-sec02 .photo,
#service-sec03 .photo {
  width: 525px;
  text-align: center;
}
#service-sec01 .left,
#service-sec02 .left,
#service-sec03 .left {
  float: left;
}
#service-sec01 .right,
#service-sec02 .right,
#service-sec03 .right {
  float: right;
}
#service-sec03 .btn {
  margin-top: 30px;
}
#service-sec03 .btn a {
  background: #B5AE75;
  width: 270px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  margin: auto;  
}
#service-sec03 .secom {
  text-align: center;
  margin: 60px auto auto auto
}


/**************************************************
	施工例
**************************************************/
.works-ttl {
  font-size: 24px;
  font-weight: 600;
  color: #5972B2;
  border-bottom: solid 1px #5972B2;
  padding: 0 2px 5px;
  margin-bottom: 20px;
}
.works-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#works-sec01 {
  padding: 100px 0 0 0;
}
#works-sec01 .block1 {
  margin-bottom: 60px;
}
#works-sec01 .block1 .left {
  width: 525px;
  float: left;
  font-size: 16px;
}
#works-sec01 .block1 .right {
  width: 525px;
  float: right;
  text-align: center;
}
#works-sec02 {
  padding: 100px 0 0 0;
}
#works-sec02 .block1 {
  margin-bottom: 60px;
}
#works-sec02 .block1 .left {
  width: 525px;
  float: left;
  font-size: 16px;
}
#works-sec02 .block1 .right {
  width: 525px;
  float: right;
  text-align: center;
}
#works-sec03 {
  padding: 100px 0 0 0;
}
#works-sec03 .block1 {
  margin-bottom: 60px;
}
#works-sec03 .block1 .left {
  width: 525px;
  float: left;
  font-size: 16px;
}
#works-sec03 .block1 .right {
  width: 525px;
  float: right;
  text-align: center;
}
#works-sec03 .block2 {
  text-align: center;
}
#works-sec03 .block2 .ttl {
  font-size: 16px;
  font-weight: 600;
  color: #5975B2;
  border-bottom: solid 2px #5975B2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#works-sec03 .block2 .before {
  width: 525px;
  float: left;
}
#works-sec03 .block2 .after {
  width: 525px;
  float: right;
}
#works-sec03 .block2 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#works-sec03 .block2 .flex .item {
  width: 250px;
  margin-bottom: 10px;
}


/**************************************************
	家具・インテリアオーダー品
**************************************************/
#order-summary {
  font-size: 18px;
  text-align: center;
  padding: 100px 0 0 0;
}
#order-wrap {
  padding: 100px 0;
}
#order-wrap .box {
  margin-bottom: 100px;
}
#order-wrap .box:last-of-type {
  margin-bottom: auto;
}
#order-wrap .box .cnt {
  width: 525px;
  float: left;
  font-size: 16px;
}
#order-wrap .box .photo {
  width: 525px;
  float: right;
  text-align: center;
}
#order-wrap .box .ttl001 {
  font-size: 24px;
  font-weight: 600;
  color: #5972B2;
  border-bottom: solid 1px #5972B2;
  margin-bottom: 20px;
}
#order-wrap .box .ttl002 {
  font-size: 16px;
  margin-bottom: 5px;
}
#order-wrap .box .price {
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  margin-top: 30px;
}


/**************************************************
	会社案内
**************************************************/
#company-message {
  padding: 100px 0;
}
#company-message .cnt {
  width: 525px;
  float: left;
  font-size: 16px;
}
#company-message .cnt .name {
  font-size: 18px;
  text-align: right;
  margin-top: 15px;
}
#company-message .photo {
  width: 525px;
  float: right;
  text-align: center;
}
#company-info {
  background: #E1DFC8;
  padding: 100px 0;
}
#company-info table {
  width: 100%;
}
#company-info table tr:nth-of-type(odd) {
  background: #CFCEB8;
}
#company-info table tr:nth-of-type(even) {
  background: #F2EEE6;
}
#company-info table th,
#company-info table td {
  padding: 15px;
}
#company-access {
  text-align: center;
  padding: 100px 0 0 0;
}
#company-access .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#company-access .address {
  font-size: 16px;
  margin-bottom: 10px;
}
#company-access .photo {
  margin-bottom: 30px;
}
#company-access .map {
  border: solid 1px #CCC;
  padding: 2px;
}
#company-access .left {
  width: 525px;
  float: left;
}
#company-access .right {
  width: 525px;
  float: right;
}


/**************************************************
	お問い合わせ
**************************************************/
#contact-tel {
  text-align: center;
  padding: 100px 0 0 0;
}
#contact-tel .summary {
  font-size: 18px;
  margin-bottom: 60px;
}
#contact-mail {
  max-width: 800px;
  padding: 100px 0;
}
#contact-mail table {
  width: 100%;
  margin-bottom: 40px;
}
#contact-mail table th,
#contact-mail table td {
  padding: 15px;
}
#contact-mail table th {
  background: #F8F9FC;
  width: 30%;
  font-weight: 400;
  border-top: solid 1px #5975B2;
  border-bottom: solid 1px #5975B2;
}
#contact-mail table td {
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}
#contact-mail .size-l {
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 4px;
  padding: 8px;
}
#contact-mail .need {
  background: #5975B2;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 10px;
}
#contact-mail .btn {
  text-align: center;
}
#contact-mail .btn input {
  background: linear-gradient(#FFF 0%, #EEE 100%);
  border: solid 1px #CCC;
  border-radius: 4px;
  cursor: pointer;
  padding: 15px 80px;
}


/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.sec-ttl001::after {
  content: "";
  display: block;
  background: #5975B2;
  width: 50px;
  height: 4px;
  margin: auto;
}


/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media only screen and (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }





}

/* sp */
@media only screen and (max-width:1099px) {
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
    border-bottom: dotted 1px #ccc;
  }
  #header-sp .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  }
  #header-sp .logo {
    width: 100%;
    max-width: 250px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
	#top-mainimg {
		padding-top: 45px;
	}
  #page-mainimg {
    padding: 45px 0 0 0;
  }
  #page-mainimg .wrap h2 {
    width: 90%;
    font-size: 24px;
    text-align: center;
  }
  #top-news {
    background: none #E1DFC8;
    height: auto;
    padding: 60px 0;
  }
  #top-news h2 {
    margin-bottom: 20px;
  }
  #top-news .left {
    width: 100%;
    float: none;
    font-size: 24px;
    padding-top: 0;
  }
  #top-news .left span {
    font-size: 15px;
  }
  #top-news .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  #top-news .right ul li {
    border-bottom: dotted 1px #999;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #top-news .right ul li .date {
    width: 80px;
    float: none;
    font-weight: 600;
  }
  #top-news .right ul li .txt {
    width: 100%;
    float: none;
  }
  #top-about {
    padding: 60px 0 0 0;
  }
  #top-about .block {
    margin-bottom: 60px;
  }
  #top-about .block .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #top-about .block .left .txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #top-about .block .left .btn {
    width: 100%;
  }
  #top-about .block .left .btn a {
    padding: 10px 0;
  }
  #top-about .block .right {
    width: 100%;
    float: none;
  }
  #top-about .flex {
    flex-wrap: wrap;
  }
  #top-about .flex .item {
    width: 33.33%;
  }
  #bottom-link {
    padding: 60px 0;
  }
  #bottom-link .block1 {
    margin-bottom: 30px;
  }
  #bottom-link .block1 .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #bottom-link .block1 .right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #bottom-link .block2 .left {
    width: 100%;
    float: none;
    padding: 30px 15px;
  }
  #bottom-link .block2 .left .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #bottom-link .block2 .left .txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #bottom-link .block2 .left .btn a {
    padding: 10px 0;
  }
  #bottom-link .block2 .right {
    width: 100%;
    float: none;
  }
  #bottom-contact {
    height: auto;
    padding: 60px 0;
  }
  #bottom-contact .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #bottom-contact .txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #bottom-contact .btn a {
    width: 100%;
    font-size: 16px;
  }
  #footer {
    padding: 30px 0 0 0;
  }
  #footer .fnav {
    margin-bottom: 20px;
  }
  #footer .fnav ul li {
    box-sizing: border-box;
    background: #eee;
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 15px;
    margin: auto 2px 5px;
  }
  #footer .logo {
    max-width: 200px;
    margin: auto auto 30px auto;
  }
  #footer .txt {
    font-size: 12px;
  }
  #footer #copyright {
    font-size: 11px;
  }
  
  
  /**************************************************
    業務案内
  **************************************************/
  #service-sec01,
  #service-sec02,
  #service-sec03 {
    padding-top: 60px;
  }
  #service-sec01 .cnt,
  #service-sec02 .cnt,
  #service-sec03 .cnt {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #service-sec01 .photo,
  #service-sec02 .photo,
  #service-sec03 .photo {
    width: 100%;
  }
  #service-sec01 .left,
  #service-sec02 .left,
  #service-sec03 .left {
    float: none;
  }
  #service-sec01 .right,
  #service-sec02 .right,
  #service-sec03 .right {
    float: none;
  }
  #service-sec03 .btn {
    margin-top: 20px;
  }
  #service-sec03 .btn a {
    width: 100%;
  }
  #service-sec03 .secom {
    margin: 30px auto auto auto
  }
  
  
  /**************************************************
    施工例
  **************************************************/
  .works-ttl {
    font-size: 20px;
  }
  .works-gallery .item {
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
  }
  #works-sec01 {
    padding: 60px 0 0 0;
  }
  #works-sec01 .block1 {
    margin-bottom: 10px;
  }
  #works-sec01 .block1 .left {
    width: 100%;
    float: none;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #works-sec01 .block1 .right {
    width: 100%;
    float: none;
  }
  #works-sec02 {
    padding: 60px 0 0 0;
  }
  #works-sec02 .block1 {
    margin-bottom: 10px;
  }
  #works-sec02 .block1 .left {
    width: 100%;
    float: none;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #works-sec02 .block1 .right {
    width: 100%;
    float: none;
  }
  #works-sec03 {
    padding: 60px 0 0 0;
  }
  #works-sec03 .block1 {
    margin-bottom: 20px;
  }
  #works-sec03 .block1 .left {
    width: 100%;
    float: none;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #works-sec03 .block1 .right {
    width: 100%;
    float: none;
  }
  #works-sec03 .block2 .before {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #works-sec03 .block2 .after {
    width: 100%;
    float: none;
  }
  #works-sec03 .block2 .flex .item {
    width: 49%;
    margin-bottom: 5px;
  }
  
  
  /**************************************************
    家具・インテリアオーダー品
  **************************************************/
  #order-summary {
    font-size: 16px;
    padding: 60px 0 0 0;
  }
  #order-wrap {
    padding: 60px 0;
  }
  #order-wrap .box {
    margin-bottom: 60px;
  }
  #order-wrap .box .cnt {
    width: 100%;
    float: none;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #order-wrap .box .photo {
    width: 100%;
    float: none;
  }
  #order-wrap .box .ttl001 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #order-wrap .box .ttl002 {
    font-size: 15px;
  }
  #order-wrap .box .price {
    font-size: 18px;
    margin-top: 15px;
  }
  
  
  /**************************************************
    会社案内
  **************************************************/
  #company-message {
    padding: 60px 0;
  }
  #company-message .cnt {
    width: 100%;
    float: none;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #company-message .cnt .name {
    font-size: 16px;
  }
  #company-message .photo {
    width: 100%;
    float: none;
  }
  #company-info {
    padding: 60px 0;
  }
  #company-info table th,
  #company-info table td {
    font-size: 13px;
    padding: 15px 8px;
  }
  #company-access {
    padding: 60px 0 0 0;
  }
  #company-access .name {
    font-size: 16px;
  }
  #company-access .address {
    font-size: 14px;
  }
  #company-access .photo {
    margin-bottom: 10px;
  }
  #company-access .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  #company-access .right {
    width: 100%;
    float: none;
  }
  
  
  /**************************************************
    お問い合わせ
  **************************************************/
  #contact-tel {
    padding: 60px 0 0 0;
  }
  #contact-tel .summary {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #contact-mail {
    padding: 60px 0;
  }
  #contact-mail table th,
  #contact-mail table td {
    font-size: 13px;
    padding: 15px 10px;
  }
  #contact-mail .need {
    display: block;
    padding: 0;
    margin-left: auto;
  }
  #contact-mail .btn input {
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: auto;
  }




  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

/* スマートフォン 横 */
@media only screen and (max-width:640px){

}

/* スマートフォン 縦 */
@media only screen and (max-width:480px){

}
