@charset "utf-8";
html {
  font-size: 15px;
  letter-spacing: normal;
  font-family: 'Lato', 'Noto Sans Japanese';
}


nav.box {
  height: 50px;
  z-index: 9999;
  display: flex;
  /* フレキシブルボックスにする */
  justify-content: space-around;
  /* 子要素の並び方を指定する */
  align-items: center;
  list-style: none;
  /* デフォルトのスタイルを消す */
  padding: 25px;
  /* 余白指定 */
  background-color: #fff;
  width: 100%;
  opacity: 0.95;
  position: fixed;
  top: 0px;
  padding-left: 150px;
  padding-right: 150px;
}

nav.box li a {
  display: block;
  /* ブロック要素にする */
  text-decoration: none;
  /* デフォルトのスタイルを消す */
  color: #333;
  /* 文字色指定 */
}

nav li {
  text-align: center;
  padding-top: 5px;
  /* 余白指定 */
  font-size: 14px;
  letter-spacing: 0.15em;
}

.lijapan {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 2px;
  /* border-bottom: solid 1px;       下線指定 */
}

nav a:hover {
  opacity: 0.5;
}

nav li:hover {
  opacity: 0.5;
}

/*ハンガーメニューの背景カラー透過*/

.drawer-nav {
  background-color: rgba(255, 255, 255, 0.90);
  text-align: center;
}

.item{margin-left: 18%;
  margin-right: 18%;}

.box1 {
    margin-left: 10px;
    margin-right: 10px;     
}

.photo {
  box-sizing: border-box;
  position: relative;
  height: 350px;
  background-image: url("../img/repairwithpink.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
}


/*section部分*/
section {
  text-align: center;  
    margin-top: 50px;
  margin-bottom: 40px;
    font-size: 13px;
    letter-spacing: 0.5em;
    color: #333;}

.Levelcenter {
  letter-spacing: .1em;
  line-height: 18px;
  text-align: center;
}


.message {
    font-family: "";
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2em;
}

/*タイトル部分*/

.title-eng {
  font-family: 'Patrick Hand', cursive;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.1em;
  color: #555
}

.title-jpn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.3em;
  color: #555
}



.maintext {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: .08em;
}


.item img {
  max-width: 700px;
  width: 100%;
}

/*h2*/

h2 {
  margin-bottom: 30px;
}



/*ボタン加工*/

.btn {
  border: 0ch;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: .1em;
  display: inline-block;
  width: 300px;
  background-color: #ffc3c3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1.0;
  color: #555;
  background-color: #E8E8E8;
}

/*フッター部分*/

footer {
  margin-top: 50px;
  box-sizing: border-box;
  position: relative;
  height: 100px;
  background-position: center;
  background-size: cover;
  background: #313131;
  text-align: center;
}

.FC {
  padding-top: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
  text-decoration: none;
}

.FTlink {
  color: #f8b9c8;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  opacity: 0.9;
}

.FTlink:hover {
  opacity: 1.0;
  color: #666;
  text-decoration: none;
}

/*レスポンシブルmedium  */

@media only screen and (max-width: 500px) {
  .box {
    display: none;
  }
  .message br {
    display: none;
  }
}


@media only screen and (max-width: 991px) and (min-width: 700px) {
  .message {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .message {
    text-align: center;
  }
}

/*メニューバーの設定*/

@media only screen and (max-width: 700px) {
  nav.box {
    display: none;
  }

}



@media only screen and (max-width: 375px) {
.btn {
  width: 90%;
  font-size: 15px;
    }}
