@charset "utf-8";
/****ブレイクポイントは880pxにする****/

.top{
  height:400px;
  margin: auto;
  padding-top: 150px;
  margin-bottom:  30px;
  background-image: url(../img/index/index-top.jpg);
  background-size: cover;
}

.top-text{
  color: #fff;
  padding-bottom: 90px;
  margin-right: 8%;
  margin-left: 50%;
}

/********************************
導入=introduction
*********************************/



.introduction {
  width: 65%;
  margin: 60px auto;
}



.introduction-text p{
  width:65%;
  font-size:1.3vw;
  margin: auto;
}

.form{
  font-weight: bold;
  text-decoration: underline;
}


.container1,
.container2 {
  display: inline-flex;
  text-align: left;
}

.menu{
  width:100%;
}

.menu-img{
  width:50%;
}

.menu-img img{
  width:100%;
  margin: 100px 0px;
  border-radius: 10px;
}

.menu-text{
width: 50%;
margin: 15% 10%;
font-size: 15px;
line-height: 1.7;
}

.container1{
  display: flex;
  line-height: 3.0;
}

.container2{
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}

.gear h2{
  width: 40%;
  margin-top: 100px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  border-bottom: solid 1px #222;
  line-height: 1.8;
}

.gear-list h2{
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
}

.gear-list table{
  width:70%;
  margin: auto;
  padding: 20px;

}

.gear-list td{
  padding:5px;

}

.gear-title{
  font-weight: bold;
  text-align: left;
  line-height: 2.0;
}

.gear-item{
  border-bottom: solid 0.5px #ccc;

}

.gear-item td{
  font-size: 1.5vw;
  padding-left: 20px;
  text-align: left;
  line-height: 1.8
}

.br-sp{
  display:none;
}

/*********************************************
PC用CSSここまで、以下はスマホ用CSS
*********************************************/

/*スマホ・タブレット用*/
@media screen and (max-width: 880px) {
  /* 880px以下に適用されるCSS（スマホ用）*/

  /***************************
スマホ用トップ画=top
***************************/

.br_pc{
  display:none;
}

.br-sp{
  display: block;
}

.br_sp{
  display: block;
}

.top{
  height: 250px;
}

.top-text{
  display:none;
}

  /************************************
スマホメニュー紹介導入=introduction
*************************************/

.introduction-text p{
  font-size: 3.5vw;  
}
  /***************************
スマホ用メニュー=menu
***************************/

.menu h2 {
  width: 50%;
  font-size: 5vw;
}


.container1,
.container2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.menu-img {
  width: 60%;
  margin: auto;
}

.menu-img img {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}

.menu-text {
  width: 100%;
  font-size: 13px;
  display: inline;
  text-align: center;
}

.menu-text h2{
  font-size: 18px;
  font-weight: bold;
  margin: auto;
}

.menu-text p{
  font-size:15px;
  width: 60%;
margin: auto;}

.gear-list h2{
  font-size: 4vw;
}

.gear-title td{
  text-align: center;
}

.gear-item td{
  font-size: 3.5vw;
  text-align: center;
}

.small{
  display: inline-block;
  font-size: xx-small;
  vertical-align:top;
}

.small2{
  line-height: 2.7;
}


}/*スマホ用CSS*/