@charset "utf-8";

h3 {
  position: relative;
  padding-left: 10px;
  margin-left: 15px;
}

h3:after {
  content: "";
  width:100%;
  height:4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #7a8fcc, rgba(255,255,255,0) 100%);
}

.font {
  font-size: 15px;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  line-height: 100%;
  color: #ff0044;
}

#menu {
  width: 980px;
  height: 1300px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 40px;
  border: 1px solid #cccccc;
  float: left;
}

.menu_info {
  width: 520px;
  height: 45px;
  display: block;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

#menu_section1 {
  width: 560px;
  height: 180px;
  display: block;
  position: relative;
  margin: 10px auto;
  border: 2px solid #cccccc;
  border-radius: 10px;
}

#menu_section1_info {
  width: 350px;
  height: 160px;
  position: relative;
  margin: 10px;
  float: left;
}

#menu_section1_image {
  width: 180px;
  height: 120px;
  margin-top: 45px;
  float: left;
}

#plus {
  display: block;
  position: relative;
  margin: 20px auto;
}

#menu_section3 {
  display: block;
  position: relative;
  width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.menu_section2 {
  width: 210px;
  height: 265px;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 2px solid #cccccc;
  border-radius: 10px;
  float: left;
}

.menu_section2_title {
  text-align: center;
}

.menu_section2_title p {
  font-size: 15px;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS PMincho", serif;
  line-height: 100%;
  letter-spacing: normal;
  color: #ff0044;
}

.menu_section2_image {
  width: 180px;
  height: 120px;
  display: block;
  position: relative;
  margin: 0px auto;
}

.menu_section2_info {
  width: 185px;
  height: 80px;
  display: block;
  position: relative;
  margin: 0px auto;
}

.menu_section2_info p {
  line-height: 140%;
}
