a {color: inherit;}
body {font-family: 'Noto Serif JP','Crimson Text',serif;
margin: 0; background-color: #000;
}
body a{text-decoration: none;}
body a:hover{opacity: 0.8; }

.ALL {
  width: 100%;
  position: relative;
}
/* サイドバー */
#menubtn {
  display: none;
}
.side_bar{
  position: fixed; top:0; left:0;
  width: 16vw;
  height: 100%;
  background-color: #333333;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 200;
}
.logo img{width: 15vw; margin-top: 1vh;}
.NAV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 0 10px 0;
  border-bottom: solid 2px #aaa;
  width: 13vw;
  margin: 0 auto;
}
.n_box {
  margin: 20px;
  font-family: 'copperplate', serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.4vw;
  color: #fff;
}
.address{
}
.bar_name{font-size: 1vw;}
.bar_tel{font-size: 1.9vw;}
.bar_ad{font-size: 13px;padding: 22px;}
/* メインコンテンツ */
.main_content{
  margin-left: 15vw;
  color: white;
}

/* トップ */
#top{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#top img{
  height: 100%;
}
.top_cop{
  position: absolute;top: 37vh; left: 5vw;
}
.copy1{
  color: white;
  font-size: 3vw;
  font-family:
}
.copy2{
  color: white;
  font-size: 1.5vw;
  font-family:;
  letter-spacing: 0.1em;
}
/* 理念 */
#philocophy {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#philocophy img{
  height: 100vh;
}
.p_cop {
  position: absolute;top: -25vh;right: 0; bottom: 0;left: 0;
  margin: auto;
  width: 550px;
  height: 300px;
  text-align: center;
  color: white;
}
.title{
  width: 500px;
  font-size: 32px;
  border-bottom: solid 4px #C59B6D;
  line-height: 0.6em;
  text-align: center;
  padding-top: 90px; margin-bottom: 20px;
  margin-left: auto; margin-right: auto;
  font-family: 'copperplate', serif;
  font-weight: 700;
}

/* ビジネス */
#business{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  height: 1450px;
  margin: auto;
  position: relative;
  text-align: center;
}

.b_box1 img{position: absolute;top: 170px; right: 5vw;}
.b_text1{
  position: absolute;top: 250px; left:5vw;
  background-color: rgba(255,255,255,0.5);
  width: 400px;
  height: 350px;
  padding: 30px;
}
.b_text1 strong{color: #754620;}
.b_text1 p{text-align: justify;}

.b_box2 img{position: absolute;top: 840px; left: 5vw;}
.b_text2{
  position: absolute;top: 920px; right: 5vw;
  background-color: rgba(255,255,255,0.5);
  width: 400px;
  height: 350px;
  padding: 30px;
}
.b_text2 strong{color: #754620;}
.b_text2 p{text-align: justify;}
/* 会社概要 */
.table{
  margin: auto;
}
.table tr,td{
  border-bottom: solid 1px #fff;
}
.table th,td{
  padding: 20px;
  border-bottom: solid 1px #fff;
}
/* マップ */
#access{
}
.map {
  width: 700px;
  margin: auto;
  margin-bottom: 130px;
  overflow: hidden;
}
.map img{
  width: 660px;
  margin: 20px;
}
.google_btn{
  color: white;
  padding: 18px;
  border: solid 1px #fff;
  width: 158px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  float: right;
}

/* 問い合わせ */
#contact{
  background-color: #aaa;
  text-align: center;
  height: autoz;
  padding-bottom: 50px;
}
.tel {
  font-weight: 700;
  font-family: 'copperplate', serif;
  margin-top: 10px;
}
form{
  font-family: 'copperplate', serif;
  font-weight: 700;
  width: 550px;
  margin: 0 auto;
  margin-top: 20px;
}
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
dt,dd {
  margin-bottom: 10px;
}
input {
  width: 400px;
}
textarea {
  width: 400px;
  height: 200px;
}
.entry__privacy {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 512px;
  font-size: 12px;
  height: 60px;
  padding: 15px;
  margin-top: 80px;
  background-color: rgba(255,255,255,0.8);
  text-align: justify;
  margin: 0 auto;
  color: #000;
  font-family: initial;
  font-weight: normal;
}
.entry__check{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  margin: 0;
  padding: 10px;
}
.entry__label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 10px 0;
  margin: auto;
}
.entry__hissu{
  margin: 0 5px;
  padding: 2px 5px;
  font-size: 14px;
  background-color: #4d4d4d;
}

button{
  width: 150px;
  height: 50px;
  background-color: #4d4d4d;
  color: white;
  font-family: 'copperplate', serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.form { width: 960px; margin: 0 auto;margin-top: 50px}

/* 確認画面 */
.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  margin: 50px 0 50px 0;
  color: #000;
}
.confirm dt {
  width: 150px;
}
.confirm dd{
  width: 300px;
  font-family: serif;
}

/* フッター */
footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  height: 80px;
  font-size: 14px;
}
footer span{
  font-size: 22px;
  font-weight: 700;
  font-family: 'copperplate', serif;
}

.br-pc {display: block;}
.br-sp {display: none;}



/*********** スマホ用幅　-640px ***********/
@media screen and (max-width:768px) {

  .br-pc {display: none;}
  .br-sp {display: block;}
  /*ナビゲーション縦並び*/
  .logo{
    text-align: left;
  }
  .logo img{
    height: auto;
    width: 50vw;
    margin: 0;
  }
  .side_bar{
    position: fixed;right: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
  }
  #menubtn {
    display: block;
    background-color: rgba(0,0,0,0);
    border-style: none;
    position: absolute; top: 12px; right: 0px;
    cursor: pointer;
    width: 90px;
  }
  #menubtn i{
    color: white;
    font-size: 24px;
  }

  #menubtn span{
    display: inline-block; text-indent: -9999px;
  }

  #menu {
    display: none;
  }
  .NAV {
    position: absolute; top: 0; right: 0;
    margin-top: 70px;
    padding: 0;
    width: auto;
  }
  .n_box {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: end;
  }
  .n_box a {
    display: block;
    color: #eee;
    background-color: #bbb;
    font-size: 15px;
    padding: 15px 20px 15px 50px;
    border-bottom: solid 1px;
  }
  .n_box a:hover {
    background-color: #808080;
    color: #333;
    opacity: 0.9;
  }
  .address{
    display: none;
  }
  /* トップ */
  .main_content{
    margin: 0;
  }
  #top {
    height: 100vh;
  }
  #top img{
    width: auto;
    height: 100%;
    position: absolute;right: -135vw;
  }
  .copy1{
    font-size: 8.5vw;
  }
  .copy2{
    font-size: 4.5vw;
  }
  /* 心理 */
  #philocophy img{
    position: absolute;left: -190vw;
  }
  .p_cop{
    width: 320px;
    text-align: justify;
  }
  .title{
    width: 80vw;
  }
  /* ビジネス */
  #business{
    display: block;
    width: auto;
    height: 1440px;
    position: relative;
    overflow: hidden;
  }
  .b_box1 img{
    position: absolute;right: -45vw;top: 160px;
  }
  .b_text1 {
    position: absolute;right: 0; left: 0; top:240px;
    width: 350px;
    height: 450px;
    background-color: rgba(50,50,50,0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    text-align: justify;
    margin: auto;
  }
  .b_text1 h3{font-size: 30px; text-align: center;}
  .b_text1 strong{color: #c59b6d}

  .b_box2 img{
    position: absolute;left: -55vw; top:800px;
  }
  .b_text2 {
    position: absolute;right: 0; left: 0; top:900px;
    width: 350px;
    height: 400px;
    background-color: rgba(50,50,50,0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    text-align:justify;
    margin: auto;
  }
  .b_text2 h3{font-size: 30px; text-align: center;}
  .b_text2 strong{color: #c59b6d}

  #profile
  .table{font-size: 14px;}
  #access{width: auto; height: 100vh;}
  .map {width: auto;margin: auto;}
  .map img{width: 110vw;margin: 0;}
  .google_btn{float: none; margin: auto;}
  .a_text{margin: auto; text-align: center;}

  #contact{height: auto;}
  .c_text{width: 80vw; margin: auto;}
  form{width: auto;}
  .entry{width: 100%; }
  .entry p{text-align: justify;margin: 30px; font-size: 15px;}
  dl {display: block;}
  dd{margin-left: 0;}
  input {width: 80vw;height: 2.8vh;font-size: 16px;}
  textarea {width: 80vw;font-size: 16px;}
  .entry__privacy{width: 80vw; -webkit-box-sizing: border-box; box-sizing: border-box;height: 110px;}
  .entry__label{display: block;}
  .entry__label input{-webkit-transform: scale(2.3);transform: scale(2.3); margin-top: 10px;}
  .entry__hissu{width: 30px; margin: 20px auto 10px auto;}
}
