@charset "UTF-8";

.introarea-catchcopy {
	margin-bottom: 60px;
}

.introarea-catchcopy:before {
	background-color: #8DC21F;
}

.menuintro {
	text-align: center;
}

.menuintro .sectionvisual {
	background-repeat: no-repeat;
	background-position: center center;
}

.menuintro-title {
	line-height: 1.6;
}

.menuintro-text {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
}

.menusection-toptitle {
	color: #8DC21F;
	text-align: center;
	margin-bottom: 20px;
}

.menusection-title {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #8DC21F;
}

.menusection-title .title {
	position: relative;
}

.menusection-title .title:before {
	content: "";
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.menusection-title dt {
	margin-bottom: 5px;
}

.menusection-catchcopy {
	text-align: center;
	line-height: 1.6;
}

.menusection-description {
	line-height: 1.8;
}

.menusectiongallery {
	margin-left: auto;
	margin-right: auto;
}

.menusectiongallery .figure {
	text-align: center;
}

.menusectiongallery-list {
	margin-bottom: 30px;
}

.menusectiongallery-list:after {
	content: "";
	display: table;
	clear: both;
}

.menusectiontable-title {
	color: #8DC21F;
	text-align: center;
}

.menusection-btn { /* clear-btn */
	border: 2px solid #009D9E;
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px; /* ここまで */
	background-color: #8DC21F;
	border-color: #8DC21F;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.menusection-btn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menusection-btn a {
	color: #fff;
}

.menusection.section-02 {
	border-color: #0DAC67;
}

.menusection.section-02 .menusection-title {
	background: #0DAC67;
}

.menusection.section-03 {
	border-color: #009D9E;
}

.menusection.section-03 .menusection-title {
	background-color: #009D9E;
}

.menusection.section-03 .menusectiongallery {
	margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {

.l-contents {
	padding-bottom: 160px;
}

.mainvisual {
	background-image: url("../img/product/menu/mainvisual_menu_pc.png");
}

.menuintro {
	margin-bottom: 100px;
}

.menuintro .sectionvisual {
	background-size: contain;
	height: 347px;
	margin-bottom: 30px;
	background-image: url("../img/product/menu/photo_menu_01.png");
}

.menuintro-title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}

.menuintro-text {
	font-size: 18px;
	text-align: center;
}

.l-menusection .inner {
	width: 980px;
}

.menusection {
	border-top: 3px solid #8DC21F;
}

.menusection-toptitle {
	font-size: 40px;
}

.menusection-title {
	width: 333px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.menusection-title .title {
	font-size: 33px;
	padding-bottom: 30px;
}

.menusection-title dt {
	font-size: 14px;
}

.menusection-title dd {
	font-size: 22px;
}

.menusection-catchcopy {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.menusection-description {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

.menusectiongallery {
	width: 860px;
}

.menusectiongallery .figure {
	width: 260px;
	float: left;
}

.menusectiongallery .figure img {
	margin-bottom: 10px;
}

.menusectiongallery .figure:not(:first-child) {
	margin-left: 40px;
}

.menusectiongallery .comment {
	font-size: 14px;
}

.menusectiontable-title {
	font-size: 30px;
	margin-bottom: 30px;
}

.menusectiontable table {
	width: 100%;
	font-size: 18px;
}

.menusectiontable th,
.menusectiontable td {
	padding: 15px;
	border: 1px solid #8DC21F;
}

.menusectiontable thead {
	color: #fff;
}

.menusectiontable thead th {
	text-align: center;
	border-top: 0;
}

.menusectiontable thead th:first-child {
	border-left: 0;
}

.menusectiontable thead .natural-title {
	background-color: #8DC21F;
}

.menusectiontable thead .fit-title {
	background-color: #0DAC67;
}

.menusectiontable thead .prime-title {
	background-color: #009D9E;
}

.menusectiontable tbody th {
	background-color: #969696;
	color: #fff;
	text-align: center;
	width: 110px;
	border-left: 0;
	border-bottom: 1px solid #ccc;
}

.menusectiontable tbody td {
	width: 175px;
}

.menusection-btn {
	width: 330px;
	font-size: 22px;
}

.menusection-btn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor.svg") right 20px center no-repeat;
	background-size: 30px 10px;
}

.menusection-btn a:hover {
	background-position: right 10px center;
}

.menusection-btn {
	width: 630px;
	font-size: 30px;
}

.menusection-btn a {
	padding: 45px 0;
	background-image: url("../img/common/ico_cursor_04.svg");
}

.menusection-btn:hover a {
	background-color: #fff;
	color: #8DC21F;
	opacity: 1;
	background-image: url("../img/common/ico_cursor_03.svg");
}

.menusection.section-01 {
	padding: 0 0 100px 0;
}

.menusection.section-02 {
	padding: 0 0 100px 0;
}

.menusection.section-03 {
	padding: 0 0 100px 0;
}

}

@media screen and (max-width: 768px) {

.l-contents {
	padding-top: 0;
	padding-bottom: 70px;
}

.mainvisual {
	background-image: url("../img/product/menu/mainvisual_menu_sp.png");
}

.menuintro {
	margin-bottom: 50px;
}

.menuintro .sectionvisual {
	background-size: cover;
	height: 0;
	width: 118%;
	margin-left: -9%;
	padding-bottom: 70%;
	margin-bottom: 20px;
	background-image: url("../img/product/menu/photo_menu_01_sp.png");
}

.menuintro-title {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: left;
}

.menuintro-text {
	font-size: 13px;
}

.menuintro .inner {
	padding: 0;
}

.l-menusection .inner {
	padding: 0;
	width: 100%;
}

.menusection:before {
	content: "";
	display: block;
	width: 118%;
	margin-left: -9%;
	height: 3px;
	background-color: #8DC21F;
}

.menusection-toptitle {
	font-size: 16px;
}

.menusection-toptitle .inner {
	padding: 0;
}

.menusection-title {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.menusection-title .title {
	font-size: 20px;
	margin-bottom: 25px;
}

.menusection-title .title:before {
	bottom: -5px;
}

.menusection-title dt {
	font-size: 12px;
}

.menusection-title dd {
	font-size: 16px;
}

.menusection-catchcopy {
	font-size: 16px;
	margin-bottom: 20px;
}

.menusection-description {
	font-size: 13px;
	margin-bottom: 30px;
	text-align: left;
}

.menusectiongallery {
	width: 80%;
}

.menusectiongallery .figure {
	width: 100%;
	font-size: 12px;
}

.menusectiongallery .figure img {
	margin-bottom: 5px;
}

.menusectiongallery .figure:not(:first-child) {
	margin-top: 30px;
}

.menusectiongallery .comment {
	font-size: 11px;
}

.menusectiontable-title {
	width: 118%;
	margin-left: -9%;
	font-size: 16px;
	margin-bottom: 20px;
}

.menusectiontable .togglebtn {
	width: 118%;
	margin-left: -9%;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	background-color: #969696;
	position: relative;
}

.menusectiontable .togglebtn:before {
	content: "▼";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
}

.menusectiontable .togglebtn .open:before {
	content: "▲";
}

.menusectiontable .togglebtn:not(:first-child) {
	margin-top: 10px;
}

.menusectiontable .togglebox {
	display: none;
	width: 118%;
	margin-left: -9%;
}

.menusectiontable table {
	width: 100%;
	border-bottom: 1px solid #8DC21F;
}

.menusectiontable table th {
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	padding: 20px 10px;
	width: 10px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

.menusectiontable table .natural-title {
	background-color: #8DC21F;
}

.menusectiontable table .fit-title {
	background-color: #0DAC67;
}

.menusectiontable table .prime-title {
	background-color: #009D9E;
}

.menusectiontable table td {
	font-size: 12px;
	padding: 20px 10px;
	border-bottom: 1px solid #8DC21F;
}

.menusectiontable table tr:last-child th,
.menusectiontable table tr:last-child td {
	border-bottom: 0;
}

.menusection-btn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.menusection-btn a {
	padding: 5px 10px 5px 10px;
	background: url("../img/common/ico_cursor.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

.menusection-btn {
	width: 100%;
	font-size: 13px;
}

.menusection-btn a {
	background-image: url("../img/common/ico_cursor_04.svg");
}

.menusection.section-01 {
	padding: 0 0 50px 0;
}

.menusection.section-02 {
	padding: 0 0 50px 0;
}

.menusection.section-02:before {
	background-color: #0DAC67;
}

.menusection.section-03 {
	padding: 0 0 50px 0;
}

.menusection.section-03:before {
	background-color: #009D9E;
}

}

