/* ======================================================================
    共通
==========================================================================*/  
.biz-udpmincho-regular {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .biz-udpmincho-bold {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 700;
    font-style: normal;
  }
*{
    font-family:"BIZ UDPMincho", serif;
    color: #3b3b3b;
}

img {
	width: 100%;        		/* max-widht: 100%は避ける(レンダリングでチラつく) */
	height: auto;
}
body{
    margin: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

.title{
    border-left: solid 5px #3b3b3b;
    background-color: #efefef;
    padding: 20px;
    margin:  80px 30px 80px 30px;
    color: #3b3b3b;
}
.yohaku{
  width: 100%;
  height: 100px;
}

@media screen and (max-width : 767px){
    .title{
        margin:  80px 10px 30px 10px;
    }
}

/* ======================================================================
    ヘッダー
==========================================================================*/  
header{
    background-color: #565656;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo{
    display: flex;
    justify-content: left;
    padding: 20px;
}
.header_logo{
    width: 80px;
    height: 80px;
}
.logo_sub{
    font-size: 18px;
    margin: 10px;
    color: #fcfcfc;
}
.logo_name{
    font-size: 30px;
    margin: 10px;
    color: #fcfcfc;
}

@media screen and (max-width : 767px){
    .header_logo{
        width: 60px;
        height: 60px;
    }
    .logo_sub{
        font-size: 15px;
    }
    .logo_name{
        font-size: 25px;
    }
}


/* ======================================================================
    メニュー
==========================================================================*/  

.box{
    margin: 60px auto 0;
    background-size: 100% auto;
  }
  .banner{
    width: 100%;
    height:60px;
    position: fixed;
    left:0;
    top:110px;
    transition: 1s;
  }
  
  .banner.hide {
    transform:translateY(-170px);
  }
  
  .banner .cont{
    color:#3b3b3b;
    text-align:center;
    line-height:30px;
    background-color:#e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
.content{
    margin: 20px 30px 20px 30px;
    transition: all .3s ease 0s;
}
.content:hover {
	cursor: pointer;
	transform: scale(1.2);
}
.logo_2{
    display: flex;
}

@media screen and (max-width : 767px){
    .banner .cont{
        margin-top: 0;
    }
    .content{
        margin: 10px;
    }
}



/* ======================================================================
    ヒーロー
==========================================================================*/  
.hero{
    width: 100%;
    position: relative;
    z-index: -2;
}
.concept_box{
    padding: 10px;
    width: 180px;
    height: 180px;
    background-color: rgb(209, 209, 209,0.3);
    display: grid;
    align-content: center;
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: -1;
}

.concept{
    font-size: 20px;
    margin: 10px;
}
.hitokoto{
    margin: 10px;
    line-height: 30px;
}

@media screen and (max-width : 767px){
    .concept_box{
        padding: 10px;
        width: 150px;
        height: 150px;
        top: 40%;
        left: 10%;
    }
    .concept{
        font-size: 17px;
    }
    .hitokoto{
        font-size: 13px;
    }
}

@media screen and (max-width : 600px){
    .concept_box{
        top: 30%;
        left: 5%;
    }

}



@media screen and (max-width : 470px){
    .concept_box{
        padding: 10px;
        width: 95%;
        height: 50px;
        top: 40%;
        left: 0%;
    }
    
    .concept{
        font-size: 20px;

    }
    .hitokoto{
        line-height: 5px;
    }
    .concept_kaigyo{
        display: none;
    }

}
@media screen and (max-width : 430px){
    .concept_box{
        top: 30%;
        left: 0%;
    }
}

@media screen and (max-width : 390px){
  .hero{
    margin-top: 100px;
  }
  .concept_box{
      top: 47%;
      left: 0%;
  }
}


/* ======================================================================
    About
==========================================================================*/  
.About_all{
    display: grid;
    justify-content: center;
    justify-items: center;
}
.about_logo{
    width: 60px;
    height: 60px;
}
.about_sub{
    color: #3b3b3b;
    font-size: 15px;
}
.about_name{
    color: #3b3b3b;
    font-size: 20px;
}
.About_c{
    font-size: 20px;
    margin: 10px;
}
.About_s{
    line-height: 25px;
    font-size: 13px;
    margin: 15px;
}
.About_kaigyo{
    display: none;
}
.About_logo_all{
    margin-top: 45px;
}


@media screen and (max-width : 470px){
    .About_kaigyo{
        display: grid;
    }

}

/* ======================================================================
    info
==========================================================================*/
.info_zentai{
    margin: 100px 30px 0px 30px;
    color: #3B3B3B;
    width: 90%;
    display: flex;
    justify-content: center;
  }
.info_zentai ul li{
    display: flex;
    padding:20px;
    border-bottom: 0.5px solid #c5c5c5;
    color: #3B3B3B;
}
  .date{
    margin-right:20px;
  }

  @media screen and (max-width : 767px){
    .info_zentai ul li{
        display: grid;
    }

    .news{
        margin: 10px 0;
    }
    .info_zentai{
        margin: 100px 15px;
      }

}

/* ======================================================================
    Lineup
==========================================================================*/
.subtitle{
    display: flex;
    justify-content: center;
}
.subtitle_name{
    border-bottom: solid 0.5px#dbdbdb;
    padding: 20px;
    margin: 30px;
    width: 90%;
    display: flex;
}

.Lineup_all{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Lineup{
    display: grid;
    align-content: center;
    justify-items: center;
    margin: 30px 0;
}
.lank{
    width: 70px;
    margin: 10px;
}
.Lineup_img{
    width: 280px;
    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
    position: sticky;
    z-index: -1;
}

.Lineup_name{
    margin: 10px;
}
.Lineup_yen{
    font-size: 15px;
}
.Lineup_syokai{
    display: grid;
    align-content: center;
    margin: 20px;
}
.kono{
    font-size: 13px;
    margin-bottom: 5px;
    width: 280px;
}

/* ======================================================================
    About
==========================================================================*/  
#access{
    margin: 100px;
    color: #3B3B3B;
  }
  
  .access{
    display: grid;
    justify-content: center;
  }
  .map{
    margin: 50px;
    width:450px;
  }
  
  .map iframe{
    height: 450px;
  }
  
  .itikankei{
    display: grid;
    place-items: center; 
    line-height: 30px;
    font-size: 15px;
  }
  
  @media (max-width: 1070px) {
    .access{
      display: grid;
    }
    .map{
      margin: 30px auto;
    }
  }

  
  @media (max-width: 675px) {
    #access{
      margin: 60px 30px;
    }
  }

  @media (max-width: 500px) {
    .map{
      margin: 30px auto;
      width:310px;
    }
    .map iframe{
      height: 310px;
    }
  }

  /* ======================================================================
    Contact
==========================================================================*/  
.Form_all{
    margin: 100px;
    color: #3B3B3B;
  }

  /* フォーム */
  .Form {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  .Form-Item {
    border-bottom: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: grid;
    align-items: center;
  }
  .Form-Item_last{
    border-bottom: none;
  }
  
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    padding: 20px;
    border-left: solid 3px #3b3b3b ;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  
  
  .Form-Item-Input {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    height: 48px;
    flex: 1;
    width: 93%;
    background: #fcfcfc;
    font-size: 18px;
    margin: 20px;
  }
  
  .Form-Item-Textarea {
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    height: 216px;
    width: 93%;
    margin: 20px;
    background: #fcfcfc;
    font-size: 18px;
  }
  
  .Form-Btn {
    border-radius: 6px;
    border: 0.25px solid #3b3b3b;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #3b3b3b;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px
  }
  
  @media screen and (max-width : 767px){
    .Form_all {
      margin: 100px 30px;
  }
  }
  
  @media (max-width: 800px) {
    .Form-Item {
      display: grid;
    }
    .Form-Item-Textarea{
      margin:10px;
      width: 90%;
    }
    .Form-Item-Input{
      margin:10px;
      width: 90%;
    }
    .Form-Item-Label-Required {
      margin: 10px;
    }
    .Form-Btn {
      width: 180px;
    }
  }
  
  @media (max-width: 675px) {
    #contact{
      margin: 60px 30px;
    }
    .Form {
      margin-top: 30px;
    }
    .Form-Btn {
      margin-top: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 150px;
      font-size: 15px;
    }
    }
    @media screen and (max-width : 430px){
      .Form_all {
        margin: 100px 20px;
    }
    }
  
  /* ======================================================================
     フッター
  ==========================================================================*/
  
  
  footer{
    background-color: #565656;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #fcfcfc;
  }
