@charset "UTF-8";
/*1ページにつき、id(#)は一回まで、class(.)は何回でも使える*/
/*bodyのフォントは仮、あとで部分ごとに設定する*/
html {
  font-size: 81.25%;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.center-soroe {
  text-align: center;
}
h2 {
  font-size: 1.5em;
}
h3{
	margin-top: 30px;
}
img.main-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*ヘッダー*/
.l-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}
.l-header__inner {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.l-header__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.my-instagram {
  color: #00acee;
}
/*POINT,SPECの文字*/
h1 {
  margin: 30px auto 20px 10px;
  position: relative;
  display: inline-block;
  padding: 0 90px;
  text-align: center;
  color: #fc8204;
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #fc8204;
}
h1:before {
  left: 0;
}
h1:after {
  right: 0;
}
/*POINT,SPEC共通*/
div.honbun {
  margin: 0 auto;
  max-width: 1000px;
}
/*POINT内*/
.point {
  position: relative;
  padding: 0 0 0 100px;
}
.one {
  margin: 40px 0 50px 0;
}
.one:before {
  position: absolute;
  top: -25px;
  left: 5px;
  content: url("images/point1.png");
}
.two {
  margin: 60px 0 50px 0;
}
.two:before {
  position: absolute;
  top: -25px;
  left: 5px;
  content: url("images/point2.png");
}
.three {
  margin: 60px 0 50px 0;
}
.three:before {
  position: absolute;
  top: -25px;
  left: 5px;
  content: url("images/point3.png");
}
h3:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, #fc8204, #fff);
  background: linear-gradient(to right, #fc8204, #fff);
}
.text {
  max-width: 500px;
}
.text-yoko {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.text-yoko_text {}
.text-yoko_image {
  margin-top: 15px;
  margin-left: 15px;
}
/*SPEC内*/
.komidashi:before {
  content: '';
  border-right: medium solid #fc8204;
  margin-right: 10px;
}
table {
  border-collapse: collapse;
  max-width: 100%;
}
th, td {
  border: solid 1px #444444;
  padding: 2px 30px 2px 6px;
}
.spec {
  background-color: #FFE0C1;
}
/*フッター*/
.l-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  margin: 10px 0 0 0;
}
.l-footer__inner {
  padding: 15px 0 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.l-footer__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}