@charset "utf-8";

/* 共通のスタイル */

body {
  background-color: #151515;
  background: url(../images/backimg_b.jpg);
  background-size: 50%;
  background-repeat: repeat;
  background-position: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  color: #fff;
}

body.under {
  background-color: #F8F8F8;
  background: url(../images/backimg.png);
  background-size: 50%;
  background-repeat: repeat;
  background-position: center;
  color: #000;
}

/* リンクの設定 */
a {
  color: #000;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #7C1720;
  text-decoration: underline;
}

*:focus {
  outline: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  width: 100%;
  height: 100%;
}

/*レスポンシブ*/
@media (max-width:768px) {
  body {
    font-size: 16px;
  }
}

/*----------------------------------------
ヘッダー
----------------------------------------*/
header {
  position: relative;
}

.h1_title_box {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

header p {
  padding-bottom: 80px;
  font-size: 29px;
  text-shadow: 0px 0px 10px #FF2281;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 160%;
  font-weight: 500;
}

header p:nth-of-type(1) {
  padding-bottom: 40px;
}

header p:nth-of-type(2) {
  padding-bottom: 80px;
}


h1 {
  text-shadow: 0 0 10px #fff, 0 0 20px #FF2281, 0 0 30px #FF2281, 0 0 50px #FF2281, 0 0 80px #FF2281;
  -webkit-text-stroke: 1px #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 100px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.slick-slider {
  line-height: 0;
}

.slick01 li {}

.slick01 li img {
  margin: 0 auto;
  text-align: center;
  max-width: 1366px;
}


/*フェイスブック
----------------------------------------*/
.face_box {
  position: fixed;
  top: 25px;
  right: 3%;
  z-index: 101;
}

.face_box img {
  width: 36px;
  height: auto;
}



/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1365px) {
  .h1_title_box {
    top: 60px;
  }

  header p:nth-of-type(1) {
    padding-bottom: 40px;
  }

  header p:nth-of-type(2) {
    padding-bottom: 80px;
  }
}

@media (max-width: 1000px) {
  .h1_title_box {
    top: 50px;
  }

  header p {
    font-size: 20px;
    padding-bottom: 30px;
    line-height: 160%;
    font-weight: 500;
  }

  header p:nth-of-type(2) {
    padding-bottom: 30px;
  }

  h1 {
    font-size: 80px;
    text-align: center;
    line-height: 120%;
  }

  .inner {
    padding: 45px 10px;
  }
}


@media (max-width:768px) {
  header p {
    /*    font-size: 18px;*/
  }

  header p:nth-of-type(1) {
    padding: 20px 0 40px;
  }

  header p:nth-of-type(2) {
    padding-bottom: 50px;
  }

  .slick01 li {
    position: relative;
    max-height: 550px;
    height: 70vh;
  }

  .slick01 li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}


@media (max-width:540px) {
  h1 {
    font-size: 50px;
  }

  header p {
    font-size: 16px;
  }

  header p:nth-of-type(1) {
    padding-bottom: 20px;
  }

  header p:nth-of-type(2) {
    padding-bottom: 40px;
  }
}


/*----------------------------------------
メイン
----------------------------------------*/

main {}

.inner {
  max-width: 980px;
  width: 94%;
  padding: 45px 0;
  margin: 0 auto;
  text-align: center;
}


/*----------------------------------------
タイトル
----------------------------------------*/
/*h2タイトル　共通*/
.h2_title {
  margin-bottom: 30px;
}

.h2_title h2 {
  text-shadow: 0px 0px 20px #E4E41E;
  -webkit-text-stroke: 0px #E4E41E;
  color: rgba(255, 255, 255, 0.9);
  font-size: 42px;
  font-weight: bold;
  line-height: 100%;
}

.h2_title p {
  margin: 8px 0 4px;
  font-size: 16px;
  color: #AD9670;
  text-align: center;
}

.h2_title img {
  width: 250px;
  height: auto;
}

/*h3*/
h3 {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
}

h3.sns_title {
  font-size: 20px;
  color: #7C1720;
  font-weight: 300;
}


/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {
  .h2_title h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 100%;
  }

  .h2_title img {
    width: 170px;
    height: auto;
  }

  /*h3*/
  h3 {
    text-align: center;
  }
}



/*----------------------------------------
特別な空間を演出するお手伝い
----------------------------------------*/
.intro_wrap {
  background-color: #7C1720;
}

.intro_wrap_inner {}

.intro_box {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #AA9675;
}

.intro_box_inner {
  box-sizing: border-box;
  border: 1px solid #AA9675;
  margin: 5px;
  padding: 35px 14px;
}

.intro_box_inner p {
  text-align: center;
}


/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {
  .intro_box_inner {
    text-align: left;
  }

  .intro_box_inner p {
    text-align: left;
  }
}


/*----------------------------------------
工場直販
----------------------------------------*/
.factory_wrap {}

.factory_wrap_inner {}

.factory_box {}

.factory_box_inner {}

.factory_box_inner p {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.factory_img_box {
  margin: 0 auto;
  text-align: center;
  max-width: 1366px;
  width: 100%;
}

.factory_img_box img {}


/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {}

@media (max-width:501px) {
  .factory_box_inner p {
    text-align: left;
  }
}


/*----------------------------------------
オーダーメイド対応
----------------------------------------*/
.order_wrap {}

.order_wrap_inner {}

.order_box {}

.order_box_inner {}

.order_box_left {}

.order_box_right {
  text-align: right;
}

/*----------------------------------------
家具
----------------------------------------*/
.furniture_wrap {}

.furniture_wrap_inner {}

.furniture_box {}

.furniture_box_inner {}

.furniture_box_right {}

.furniture_box_left {
  text-align: left;
}

/*----------------------------------------
オーダーメイド対応と家具　共通
----------------------------------------*/
.order_box_left,
.furniture_box_right {
  display: inline-block;
  max-width: 480px;
  width: 59%;
  margin: 0 auto;
  vertical-align: middle;
}

.order_box_left p,
.furniture_box_right p {
  text-align: left;
}

.order_box_right,
.furniture_box_left {
  display: inline-block;
  vertical-align: middle;
  width: 39%;
}

.order_box_right img,
.furniture_box_left img {
  max-width: 325px;
  width: 100%;
  height: auto;
}

/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {

  .order_box_left,
  .furniture_box_right {
    display: inline-block;
    width: 100%;
  }

  .order_box_left p,
  .furniture_box_right p {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }


  .order_box_right,
  .furniture_box_left {
    width: 100%;
    text-align: center;
  }

  .order_box_right img {
    margin: 30px auto;
  }

  .furniture_box_left img {
    margin: 0 auto 30px;
  }
}

@media (max-width:501px) {

  .order_box_left p,
  .furniture_box_right p {
    text-align: left;
  }
}





/*----------------------------------------
ショールーム
----------------------------------------*/
.showroom_wrap {
  background-color: #7C1720;
}

.showroom_wrap_inner {}

.showroom_box {
  text-align: left;
}

.showroom_box_inner {}

.showroom_box_inner .left {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.showroom_box_inner .left .inner {
  padding: 0;
  max-width: 465px;
  width: 100%;
  height: auto;
}

.showroom_box_inner .left .inner img {
  width: 100%;
}

.showroom_box_inner .left .inner p {
  text-align: left;
  font-size: 16px;
}

.showroom_box_inner .left .inner p:nth-of-type(1) {
  margin-top: 10px;
}

.showroom_box_inner .left .inner p:nth-of-type(3) {
  line-height: 150%;
}

span.time {
  display: inline-block;
  width: 88px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #BFA984;
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
}

.showroom_box_inner .right {
  display: inline-block;
  width: 47%;
  margin: 0 0 0 auto;
  padding-left: 20px;
}

.showroom_box_inner .right iframe {
  max-width: 450px;
  width: 100%;
  height: 313px;
}

/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {

  .showroom_box_inner .left {
    width: 100%;
  }

  .showroom_box_inner .right {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .showroom_box_inner .right iframe {
    max-width: 100%;
    height: 50vh;
  }
}


/*----------------------------------------
友澤木工について
----------------------------------------*/
.company_wrap {}

.company_wrap_inner {}

.company_wrap_inner a:hover {
  transition: all .5s ease-out;
}

.company_wrap_inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.company_img_box {}

.company_img_box_inner {}

.company_img_box_inner a {}

.company_img_box_inner a img {
  transition: all .5s ease-out;
}


/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {}

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

.contact_box {}

.contact_box_inner {
  margin-bottom: 50px;
  padding: 40px 80px;
  background-color: #EBE7D6;
  color: #000;
}

.contact_sbox {
  margin: 10px auto 18px;
}

.contact_sbox_title {
  display: inline-block;
  width: 25%;
  text-align: left;
  vertical-align: top;
}

.contact_sbox_input {
  display: inline-block;
  width: 73%;
  text-align: left;
}

.contact_sbox_input input,
.contact_sbox_input textarea,
.contact_sbox_input select {
  width: 90%;
  height: 30px;
}

.contact_sbox_input textarea {
  height: 150px;
}

.contact_sbox_input .harf {
  display: inline-block;
  width: 40%;
}

span.must {
  margin-left: 15px;
  padding: 3px 8px;
  background-color: #BFA984;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
}

.contact_tel_box {
  position: relative;
}

.contact_tel_box_inner {
  width: 100%;
}

.contact_tel_box_inner img {}

.contact_tel_box_inner div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.contact_tel_box_inner div p {
  color: #000;
  text-align: center;
}

.contact_tel_box_inner div p:nth-of-type(1) {
  font-size: 22px;
  font-weight: bold;
}

.contact_tel_box_inner div p:nth-of-type(2) {
  font-size: 33px;
  color: #7C1720;
  font-weight: bold;
  padding: 12px 0 8px;
}

.contact_tel_box_inner div p:nth-of-type(3) {
  font-size: 15px;
  font-weight: 400;
}

.mfp_buttons {}

.mfp_buttons input {
  appearance: none;
  border: 0;
  background: #7C1720;
  color: #fff;
  padding: 8px 25px;
}

.mfp_buttons input:hover {
  opacity: 0.8;
}

table#mfp_confirm_table {
  color: #000;
}


/*.mfp_buttons {}

.mfp_buttons button {
  appearance: none;
  border: 0;
  background: #7C1720;
  color: #fff;
  padding: 8px 25px;
}

.mfp_buttons button:hover {
  opacity: 0.8;
}
*/


/*thanksページ
-----------------------------------------*/

.contact_wrap {}

.contact_inner {}

.contact_wrap_text {}

.contact_box {}

.contact_box p {}

/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {
  .contact_box_inner {
    padding: 40px 16px;
  }
}

@media (max-width:768px) {
  .contact_box_inner {
    padding: 40px 16px;
  }

  .contact_sbox {
    margin: 0 auto 18px;
  }

  .contact_sbox_title {
    width: 100%;
    margin: 10px auto 5px;
  }

  .contact_sbox_input {
    width: 100%;
  }

  .contact_sbox_input input,
  .contact_sbox_input textarea,
  .contact_sbox_input select {
    width: 96%;
  }


  .contact_tel_box {}

  .contact_tel_box_inner {}

  .contact_tel_box_inner img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .contact_tel_box_inner div {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0) translateX(0);
    -webkit- transform: translateY(0) translateX(0);

  }
}

/*----------------------------------------
SNS
----------------------------------------*/

.sns_wrap {
  margin: 0 auto;
  text-align: center;
}

.sns_wrap_inner {
  margin: 10px auto 40px;
}

.sns_box {}

.sns_box_inner {}

.sns_box_inner .left,
.sns_box_inner .right {
  padding: 40px 0 30px;
  max-width: 480px;
  width: 49%;
  height: 600px;

  display: inline-block;
  background-color: #fff;
  vertical-align: top;
}

.sns_box_inner .left {}

.sns_box_inner .right {}



/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {

  .sns_box_inner .left,
  .sns_box_inner .right {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width:768px) {
  .sns_wrap_inner {
    margin: 0 auto 10px;
  }

  .sns_box_inner .left,
  .sns_box_inner .right {
    padding: 40px 0 30px;
    max-width: 100%;
    height: auto;
    background-color: #7C1720;
    opacity: 1;
  }

  .sns_box_inner a img {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: auto;
  }
}


/*お問い合わせ固定バナー*/
.footer_contact {
  position: fixed;
  bottom: 20px;
  right: 0;
  background: transparent linear-gradient(180deg, var(--unnamed-color-bfa984) 0%, #69532E 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #BFA984 0%, #69532E 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px 30px;
  text-align: center;
  animation-name: kf-cover-slide-right;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
  color: #000;
}

.footer_contact .text {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 120%;
  text-align: center;
}

.footer_contact .telno {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: -0.1em;
  font-weight: 500;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer_contact .mailformlink {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #7C1720;
}

.footer_contact a {
  color: #000;
}



/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1000px) {}

@media (max-width:768px) {
  .footer_contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 8px 0;
  }

  .footer_contact .text {
    font-size: 13px;
  }

  .footer_contact .telno {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
  }

  .footer_contact .mailformlink {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    padding: 3px 20px;
  }

}



/*----------------------------------------
フッター
----------------------------------------*/
footer {
  background-color: #7C1720;
}

.link_wrap {
  padding: 45px 0 5px;
}

dl.footer_link {
  text-align: left;
  line-height: 120%;
}

dl.footer_link dd {
  display: inline-block;
  width: 46.5%;
  margin: 0 30px 5px 0;
  border-bottom: none;
  font-size: 14px;
  vertical-align: top;
}

dl.footer_link dd a {
  color: #fff;
}

dl.footer_link dd p {
  font-size: 10px;
  color: #AD9670;
}

.footer_inner {
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
}


/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1050px) {}

@media (max-width:784px) {

  dl.footer_link dd {
    width: 100%;
    margin: 0 0 5px 0;
  }


  .footer_inner {
    padding: 10px 0 70px;
    font-size: 10px;
  }
}




/*================================================*/
/* 会社案内ページ */
/*================================================*/
/*ヘッダー*/
header.u_wrap {
  width: 100%;
  padding: 5px 0 13px;
  background-color: #7C1720;
}

header.u_wrap a {}

div.u_h1_title_box:hover {
  opacity: 0.7;
}

.u_h1_title_box {
  padding: 0 0 0 50px;
}

.u_h1_title_box p {
  font-size: 14px;
  text-shadow: none;
  text-align: left;
}

.u_h1_title_box p:nth-of-type(1) {
  padding: 10px 0 5px;
}

.u_h1_title_box h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
  line-height: 100%;
}

.u_h2_title_box {
  margin: 50px auto 20px;
  text-align: center;
}

.u_h2_title_box h2 {
  text-align: center;
  color: #7C1720;
  font-size: 42px;
  text-shadow: none;
}

.u_h2_title_box p {
  text-align: center;
}


.company_title_box {
  width: 100%;
}

.company_title_box img {}


/*フェイスブック*/
.under .face_box {
  position: absolute;
  top: 24px;
  right: 3%;
}


/*企業理念*/
.rinen {}

.rinen_inner {
  padding: 0 0 45px;
  text-align: left;
}

.u_h3_title {
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #7C1720;
  text-align: left;
}


.u_h3_title h3 {
  padding: 0 0 0 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

/*企業概要*/
dl {}

dt {
  color: #96743B;
  padding-top: 10px;
  width: 100%;
}

dd {
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}


.access {}

.access_inner {}

.access_box {}

.access_box_inner {}

.access_box_inner .left,
.access_box_inner .right {
  display: inline-block;
  max-width: 48%;
}

.access_box_inner .left {
  padding: 0;
  margin: 0 16px 0 0;
}

.access_box_inner .right {
  padding: 0;
  margin: 0 0 0 16px;
}

.access_box_inner .left .left_inner {
  padding: 0;
}

.access_box_inner .left .left_inner h3,
.access_box_inner .right .right_inner h3 {
  text-align: left;
}

.access_box_inner .left .left_inner iframe,
.access_box_inner .right .right_inner iframe {
  margin-top: 30px;
  width: 100%;
  height: 180px;
}




/*レスポンシブ
-----------------------------------------*/
@media (max-width: 1365px) {
  header.u_wrap p:nth-of-type(1) {
    padding: 10px 0 5px;
  }
}

@media (max-width: 1000px) {

  .access_box_inner .right {
    padding: 0;
    margin: 0;
  }

}

@media (max-width:768px) {

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

  .u_h1_title_box p {
    font-size: 12px;
  }

  .u_h2_title_box h2 {
    font-size: 28px;
  }

  .access_box_inner .left .left_inner h3 {
    text-align: left;
  }

  .access_box_inner .left,
  .access_box_inner .right {
    display: inline-block;
    max-width: 100%;
  }

  .access_box_inner .right {
    margin-top: 30px;
  }
}


/*================================================*/
/* レスポンシブ 表示非表示 */
/*================================================*/
#hide-pc {
  display: inline-block;
}

#hide-sp {
  display: none;
}

/*スマホのとき*/
@media screen and (max-width: 767px) {
  #hide-pc {
    display: none;
  }

  #hide-sp {
    display: block;
  }
}