@charset "utf-8";

/* main_head
---------------------------- */
.main_head .title span {
	font-size: 2rem;
	display: inline-block;
	position: relative;
}
.main_head .title span::before,
.main_head .title span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 55px;
  height: 1px;
  background-color: #333;
}
.main_head .title span::before {
  left: -70px;
}
.main_head .title span::after {
  right: -70px;
}
@media screen and (max-width:767px) {
	.main_head .title {
	  padding: 5% 0 0;
	}
	.main_head .title span {
		font-size: 1.6rem;
	}
	.main_head .title span::before,
	.main_head .title span::after {
	  width: 40px;
	}
	.main_head .title span::before {
	  left: -50px;
	}
	.main_head .title span::after {
	  right: -50px;
	}
}

/* section_main
---------------------------- */
.section .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.section .item_img li {
	width: 49%;
	margin-right: 2%;
}
.section .item_img li:last-child {
	margin-right: 0;
}
.section .item_img li img {
	border: 1px solid #eaeaea;
}
.section .item_lead {
	padding-top: 60px;
}
.section .item_lead p {
	font-size: 1.6rem;
}
.section .item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.section .item_icon {
	padding-top: 60px;
}
.section .item_icon li {
	width: 11%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.section .item_allergy {
	padding-top: 60px;
}
.section .item_allergy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 15px;
}
.section .item_allergy ul li {
	width: 13.4285%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: #e7e7e7;
	color: #9c9c9c;
	border-radius: 5px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.4rem;
	padding: 0.8em 0;
	letter-spacing: -0.08em;
}
.section .item_allergy ul li:nth-of-type(7n) {
	margin-right: 0;
}
.section .item_allergy ul li.choice {
	background-color: #ffeb7f;
	color: #705f01;
}
.section .item_allergy p {
	font-size: 1.4rem;
	line-height: 1.4;
}
.section .item_allergy p.note {
	font-size: 1.2rem;
  margin-top: 10px;
}
.section .item_allergy p span {
	background-color: #ffeb7f;
	display: inline-block;
	width: 4em;
	margin: 0 0.3em;
}
.section .article {
  margin-top: 60px;
}
.section .article h2 {
	font-size: 1.8rem;
	font-weight: bold;
	border-left: 5px solid #fc7215;
	padding-left: 15px;
	margin-bottom: 10px;
}
.section .article .article_content {
	border-top: 1px solid #afafaf;
	padding-top: 30px;
}
.section .article .article_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.section .article .article_content dl dt {
  padding: 1rem;
  width: 25%;
  background-color: #ededed;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.section .article .article_content dl dd {
  border-bottom: 1px solid #fff;
  padding: 1rem 0 1rem 1.5rem;
  width: 75%;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.section .article .text{
	font-size: 1.6rem;
}
.section .series {
  margin-top: 100px;
}
.section .series h3 {
  font-size: 1.8rem;
  color: #fff;
  background-color: #fc7215;
  padding: 0.2em 0 0.2em 1em;
}
.section .series ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.section .series ul li {
	width: 18.8%;
	margin: 30px 1.5% 0 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section .series ul li:nth-of-type(5n) {
	margin: 30px 0 0 0;
}
.section .series ul li:hover {
  opacity: .5
}
.section .series ul li span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.section .btn_box {
  margin-top: 60px;
}
.section .btn_box a {
  width: 18em;
  margin: 0 auto;
  display: block;
  line-height: 50px;
	background: rgb(252,114,21);
	background: -moz-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
	background: linear-gradient(90deg, rgba(252,114,21,1) 0%, rgba(252,162,21,1) 100%);
	color: #fff;
	text-align: center;
  border-radius: 25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.section .btn_box a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
.section {
    padding: 5% 0 0;
}
	.section .item_img li {
		width: 100%;
		margin-right: 0;
		margin-top: 4%;
	}
	.section .item_lead {
		padding-top: 10%;
	}
	.section .item_lead p {
		font-size: 1.4rem;
	}
	.section .item_icon {
		padding-top: 10%;
	}
	.section .item_icon li {
		width: 18.4%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.section .item_icon li:nth-of-type(5n) {
		margin-right: 0;
	}
	.section .item_allergy {
		padding-top: 10%;
	}
	.section .item_allergy ul {
	  margin-top: 3%;
	}
	.section .item_allergy ul li {
		width: 24.25%;
		font-size: 1.2rem;
		padding: 0.6em 0;
	}
	.section .item_allergy ul li:nth-of-type(7n) {
		margin-right: 1%;
	}
	.section .item_allergy ul li:nth-of-type(4n) {
		margin-right: 0;
	}
	.section .article {
		margin-top: 15%;
	}
	.section .article h2 {
		font-size: 1.6rem;
		padding-left: 10px;
	}
	.section .article .article_content {
		padding-top: 5%;
	}
	.section .article .article_content dl dt {
	  padding: 0.5rem 1rem;
	  width: 35%;
	  font-size: 1.3rem;
	}
	.section .article .article_content dl dd {
	  padding: 0.5rem 1rem;
	  width: 65%;
	  font-size: 1.4rem;
	}
	.section .article .text{
		font-size: 1.4rem;
	}
	.section .series {
	  margin-top: 15%;
	}
	.section .series h3 {
	  font-size: 1.6rem;
	  padding: 0.2em 0 0.2em 1em;
	}
	.section .series ul li {
		width: 48%;
		margin: 4% 4% 0 0;
	}
	.section .series ul li:nth-of-type(5n) {
		margin: 4% 4% 0 0;
	}
	.section .series ul li:nth-of-type(2n) {
		margin: 4% 0 0 0;
	}
	.section .series ul li span {
	  font-size: 1.2rem;
	}
	.section .btn_box {
	  margin-top: 10%;
	}
	.section .btn_box a {
	  width: 18em;
	  line-height: 50px;
	  border-radius: 25px;
	  font-size: 1.4rem;
	}
	.section .btn_box a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 7%;
	  margin: auto;
	  content: "";
	  width: 9px;
	  height: 9px;
	  border-top: 1px solid #fff;
	  border-right: 1px solid #fff;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

}
