@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #373228;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
}

a:link {
	border: none;
	color: #373228;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:visited {
	border: none;
	color: #373228;
	text-decoration: none;
}

a:active {
	border: none;
	color: #373228;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #373228;
	text-decoration: none;
	transition: all 0.2s ease;
}

@media screen and (min-width: 600px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

img.fit {
	width: 100%;
	height: auto;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
	font-family: "游明朝", YuMincho, 'Noto Serif JP', serif;
}

br.tb {
	display: none;
}

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

	.wrapper {
		overflow: hidden;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

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

	br.tb {
		display: block;
	}

}

a.no_link {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 600px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

.main {
	margin: 0 0 0;
	position: relative;
	z-index: 1;
/*	border-top: 1px solid #9b9893;*/
}

.center {
	text-align: center;
}

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

	.main {
		margin: 60px 0 0;
	}

	.menu_open {
		height: 100%;
		overflow: hidden;
	}

}

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

	.main {
		margin: 60px 0 0;
	}

}

/* -----------------
	header
----------------- */

.header {
	left: 0;
	top: 0;
	background: #fff;
	z-index: 20;
	width: 100%;
	padding: 10px 20px 15px;
	height: 100px;
	position: relative;
}

.open .header {
	position: absolute;
}

.header_top {
	margin: 0 0 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.header_top .logo {
	width: 187px;
}

.header_fixed .logo {
	position: fixed;
	z-index: 11;
	width: 26px;
	overflow: hidden;
	top: 7px;
}

.header_fixed .logo img {
	width: 187px;
}

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

	.header {
		padding: 0 0 0 15px;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
	}

	.open .header {
		position: absolute;
	}

	.header_top {
		margin: 0;
		display: block;
		width: auto;
	}

	.header_top .logo {
		width: 162px;
	}

}

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

	.header {
		padding: 15px 15px 0 10px;
		height: 90px;
	}

	.header_top {
		margin: 0 0 12px;
	}

}

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

	.header {
		padding: 0 0 0 15px;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
	}

	.open .header {
		position: absolute;
	}

	.header_top {
		margin: 0;
		display: block;
		width: auto;
	}

	.header_top .logo {
		width: 162px;
	}

}

.header_parts {
	display: flex;
}

.header_parts li {
	margin: 0 0 0 25px;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
}

.header_parts li.icon_global {
	padding-left: 24px;
	background: url(../images/svg/global_brown.svg) no-repeat 0 center;
	background-size: 18px 18px;
}

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

	.header_parts {
		display: none;
	}

}

.header_bottom {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_fixed .header_bottom {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
}

.gnavi {
	background: #fff;
	height: 40px;
}

.lg_1 .header_fixed .gnavi {
	top: 85px;
}

.gnavi_main {
	margin: 0 15px 0 0;
	display: flex;
	align-content: center;
	height: 43px;
}

.gnavi_main > li {
	padding: 10px 18px;
	font-size: 1.4rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.gnavi_main > .gnavi_main_btn_sp {
	display: none;
}

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

	.gnavi {
	    position: absolute;
	    top: 60px;
	    left: 0;
	    width: 100%;
	    background: #f6efdc;
	    z-index: 20;
	    transform: translateX(100%);
	    transition: transform 300ms ease;
		height: auto;
	}

	.open .gnavi {
	    transform: none;
	    transition: transform 300ms ease;
	}

	.header_fixed .gnavi {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
	}

	.gnavi_main {
		margin: 0;
		display: block;
		height: auto;
	}

	.gnavi_main > li {
		padding: 18px 18px;
		font-size: 1.8rem;
		display: block;
		text-align: left;
		border-bottom: 1px solid #969082;
		background: url(../images/common/btn_down.png) no-repeat right 18px top 18px;
		background-size: 20px auto;
	}

	.gnavi_main > li.open {
		background: url(../images/common/btn_up.png) no-repeat right 18px top 18px;
		background-size: 20px auto;
	}

	.gnavi_main > .gnavi_main_btn_sp {
		display: block;
		background: none;
	}

	.gnavi_main > .gnavi_main_btn_sp a {
		display: block;
	}

}

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

	.gnavi_main > li {
		padding: 10px 14px;
	}

}

@media screen and (min-width: 600px) and (max-width: 729px) {

	.gnavi_main > li {
		padding: 10px 8px;
	}

}

.gnavi_btn {
	display: flex;
}

.gnavi_btn li {
	margin: 0 0 0 10px;
}

.gnavi_btn li a {
	padding: 7px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.1;
	width: 150px;
	height: 100%;
}

.gnavi_btn .btn_recipe a {
	background: #c99e03;
}

.gnavi_btn .btn_recipe a span {
	line-height: 1.6;
	padding-left: 30px;
	background: url(../images/svg/icon_recipe.svg) no-repeat 0 center;
	background-size: 24px 16.7px;
}

.gnavi_btn .btn_shop a {
	background: #373228;
}

.gnavi_btn .btn_shop a span {
	padding-left: 25px;
	background: url(../images/svg/icon_cart.svg) no-repeat 0 center;
	background-size: 20px 20px;
}

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

	.gnavi_btn li {
		margin: 0 0 0 5px;
	}

	.gnavi_btn li a {
		width: 65px;
		height: 40px;
	}

	.gnavi_btn li a span {
		display: none;
	}

	.gnavi_btn .btn_recipe a {
		padding-left: 0;
		background: #c99e03 url(../images/svg/icon_recipe.svg) no-repeat center center;
		background-size: 24px auto;
	}

	.gnavi_btn .btn_shop a {
		padding-left: 0;
		background: #373228 url(../images/svg/icon_cart.svg) no-repeat center center;
		background-size: 18px auto;
	}

}

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

	.gnavi_btn li {
		margin: 0;
	}

	.gnavi_btn li a {
		padding: 0;
		width: 60px;
		height: 60px;
	}

	.gnavi_btn li a span {
		display: none;
	}

	.gnavi_btn .btn_recipe a {
		padding-left: 0;
		height: 60px;
		width: 60px;
		background: #c99e03 url(../images/svg/icon_recipe.svg) no-repeat center center;
		background-size: 32px auto;
	}

	.gnavi_btn .btn_shop a {
		padding-left: 0;
		height: 60px;
		width: 60px;
		background: #373228 url(../images/svg/icon_cart.svg) no-repeat center center;
		background-size: 26px auto;
	}

}

.gnavi_main_btn:hover {
	background-color: #f9f4e7;
	cursor: pointer;
}

.gnavi_sub {
	position: absolute;
	left: 0;
	top: 84px;
	width: 100%;
	background: #f9f4e7;
	display: none;
}

.header_fixed .gnavi_sub {
	top: 40px;
}

.gnavi_sub ul {
	margin: 0 auto;
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gnavi_sub li {
	font-size: 1.4rem;
	letter-spacing: 0;
}

.gnavi_sub li a {
	width: 186px;
	height: 50px;
	display: flex;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	text-align: center;
}

.gnavi_sub li a::before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 28px;
	background: #373228;
	margin: auto;
}

.gnavi_sub li:last-child a::before,
.gnavi_csr .gnavi_sub ul li:nth-child(5) a::before {
	display: none;
}

.gnavi_products_prouse .gnavi_sub ul,
.gnavi_learn-enjoy .gnavi_sub ul,
.gnavi_csr .gnavi_sub ul {
	justify-content: flex-start;
}

.gnavi_csr .gnavi_sub ul li a {
	width: 220px;
}

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

	.gnavi_main_btn:hover {
		background-color: inherit;
	}

	.gnavi_sub {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		background: inherit;
	}

	.gnavi_sub ul {
		margin: 18px 0 0;
		width: auto;
		display: block;
	}

	.gnavi_sub li {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}

	.gnavi_sub li:last-child {
		margin-bottom: 5px;
	}

	.gnavi_sub li a {
		padding: 13px 15px;
		width: auto;
		height: auto;
		display: block;
		text-align: left;
		background: #fff url(../images/common/arrow_right.png) no-repeat right 10px center;
		background-size: 6px auto;
	}

	.gnavi_sub li a::before {
		display: none;
	}

	.gnavi_learn-enjoy .gnavi_sub ul li a,
	.gnavi_csr .gnavi_sub ul li a {
		padding: 13px 15px;
		width: auto;
	}

}

@media screen and (min-width: 680px) {

	.gnavi_sub li {
		font-size: 1.3rem;
	}

	.gnavi_sub {
		top: 84px;
	}

}

@media screen and (min-width: 680px) and (max-width: 1190px) {

	.gnavi_sub ul {
		width: auto;
		justify-content: flex-start;
	}

	.gnavi_sub li {
		font-size: 1.3rem;
	}

	.gnavi_sub li a {
		width: 186px;
		height: 50px;
		display: flex;
		line-height: 1.2;
		justify-content: center;
		align-items: center;
		position: relative;
		white-space: nowrap;
		text-align: center;
	}

	.gnavi_sub li a::before {
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		height: 28px;
		background: #373228;
		margin: auto;
	}

	.gnavi_learn-enjoy .gnavi_sub ul li:nth-child(5) a::before,
	.gnavi_csr .gnavi_sub ul li:nth-child(5) a::before {
		display: block;
	}

	.gnavi_sub li:last-child a::before {
		display: none;
	}

	.gnavi_products_prouse .gnavi_sub ul,
	.gnavi_learn-enjoy .gnavi_sub ul,
	.gnavi_csr .gnavi_sub ul {
		justify-content: flex-start;
	}

}

#menu_btn {
	display: none;
}

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

	#menu_btn {
		width: 60px;
		height: 60px;
		display: block;
		background: url(../images/svg/btn_menu.svg) no-repeat center center;
		background-size: 60px auto;
	}

	.open #menu_btn {
		background: url(../images/svg/btn_menu_close.svg) no-repeat center center;
	}

	#sp_menu_back {
		position: absolute;
	    width: 100%;
	    top: 60px;
	    left: 0;
	    transition: all 0.5s ease;
	    opacity: 0;
	    z-index: -1;
	    background-color: rgba(0,0,0,0.7);
	}

	.open #sp_menu_back {
	    opacity: 1;
	    z-index: 10;
	}

}

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

	.header_top .logo {
	    width: 150px;
	}

	.gnavi_btn li a {
	    width: 45px;
	}

	.gnavi_btn .btn_recipe a {
		background-size: 28px auto;
	}

	.gnavi_btn .btn_shop a {
		background-size: 22px auto;
	}

	#menu_btn {
		width: 45px;
		background-size: 45px auto;
	}

}

.gnavi_link_sp {
	display: none;
}

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

	.gnavi_link_sp {
		display: block;
	}

	.gnavi_other_link {
		margin: 20px 18px;
	}

	.gnavi_other_link li {
		margin: 0 0 8px;
		padding-left: 10px;
		font-size: 1.4rem;
		position: relative;
	}

	.gnavi_other_link li::before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 3px;
		height: 1px;
		background: #373228;
	}

	.gnavi_icon_link {
		margin: 15px 18px 25px;
	}

	.gnavi_icon_link li {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}

	.gnavi_icon_link .icon_global {
		padding: 5px 0 5px 35px;
		background: url(../images/svg/global_brown.svg) no-repeat 0 center;
		background-size: 24px auto;
	}

	.gnavi_icon_link .icon_insta {
		padding: 5px 0 5px 38px;
		background: url(../images/svg/instagram.svg) no-repeat 0 center;
		background-size: 27px auto;
	}

	.gnavi_icon_link .icon_fb {
		padding: 5px 0 5px 38px;
		background: url(../images/svg/facebook.svg) no-repeat 0 center;
		background-size: 27px auto;
	}

}

/* -----------------
	footer
----------------- */

.footer_top {
	margin: 0 auto;
	padding: 30px 0;
}

.footer_logo a {
	margin: 0 auto;
	width: 164px;
	display: block;
}

.footer_logo p {
	margin: 20px 0 0;
	font-size: 1.2rem;
	text-align: center;
}

.footer_logo p span {
	padding: 0 0 0 5px;
}

.footer_navi {
	display: none;
}

.footer_bottom {
	padding: 10px 0;
	background: #c99e03;
	text-align: center;
}

.footer_bottom p {
	color: #fff;
	font-size: 0.8rem;
	font-family: sans-serif;
}

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

	.footer_logo p {
		margin: 15px 0 0;
		font-size: 1.3rem;
	}

	.footer_navi {
		margin: 45px 0 30px;
		display: flex;
		justify-content: center;
	}

	.footer_navi .footer_column {
		width: 180px;
	}

	.footer_column h3 {
		margin: 0 0 25px;
		font-size: 1.4rem;
	}

	.footer_column ul {
		margin: -12px 0 25px;
	}

	.footer_column li {
		margin: 0 0 5px;
		font-size: 1.1rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 150px;
	}

}

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

	.footer_top {
		padding: 45px 0 60px;
		display: flex;
		justify-content: center;
		max-width: 1075px;
	}

	.footer_logo p {
		margin: 15px 0 0;
		font-size: 1.4rem;
		text-align: left;
	}

	.footer_logo p span {
		padding: 0;
		display: block;
	}

	.footer_navi {
		margin: 0 0 0 90px;
		display: flex;
		justify-content: center;
	}

	.footer_navi .footer_column {
		width: 265px;
	}

	.footer_column h3 {
		margin: 0 0 30px;
		font-size: 1.4rem;
	}

	.footer_column ul {
		margin: -12px 0 35px;
	}

	.footer_column li {
		margin: 0 0 8px;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 210px;
	}

	.footer_bottom {
		padding: 18px 0;
	}

	.footer_bottom p {
		font-size: 1.1rem;
	}

}

/* -----------------
	TOP
----------------- */

#video {
	display: none;
}

.top .main {
	border: none;
}

.top_banner_slide {
	margin: 35px 20px 50px;
	padding: 0 40px;
	position: relative;
}

.top_banner_slide > div {
	margin: 0;
}

.top_banner_slide .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 26px;
}

.top_banner_slide .slide_prev {
	left: 0;
	background: url(../images/common/slide_left.png) no-repeat center center;
	background-size: 12px auto;
}

.top_banner_slide .slide_next {
	right: 0;
	background: url(../images/common/slide_right.png) no-repeat center center;
	background-size: 12px auto;
}

@media screen and (min-width: 600px) {

	.top_movie {
		width: 100%;
		height: 800px;
		background: #000;
		position: relative;
		overflow: hidden;
	}
	
	#video {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: auto;
		height: 100%;
	}

	.top_movie img {
		display: none;
	}

	.top_banner_slide {
		margin: 55px auto;
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
/*		max-width: 1076px;*/
		max-width: 1092px;
	}

	.top_banner_slide > div {
		margin: 0 15px 15px 0;
		width: 348px;
	}

	.top_banner_slide > div:nth-child(3n) {
		margin-right: 0;
	}

	.top_banner_slide .slick-list {
		margin: 0;
		width: auto;
	}

	.top_banner_slide .slick-slide {
		margin: 0 8px;
		width: 348px;
	}

	.top_banner_slide .slick-arrow {
		cursor: pointer;
	}

	.top_banner_slide .slick-arrow {
		width: 20px;
		height: 40px;
	}

	.top_banner_slide .slide_prev {
		left: -40px;
		background: url(../images/common/slide_left.png) no-repeat center center;
		background-size: 20px auto;
	}
	
	.top_banner_slide .slide_next {
		right: -40px;
		background: url(../images/common/slide_right.png) no-repeat center center;
		background-size: 20px auto;
	}

}

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

	.top_movie {
		height: auto;
		background: #fff;
	}
	
	#video {
		display: none;
	}

	.top_movie img {
		display: block;
	}

	.top_banner_slide {
		margin: 30px auto 20px;
		max-width: 600px;
	}

	.top_banner_slide > div {
		margin: 0 5px 10px 0;
		width: calc(33.3333% - 4px);
	}

}

.top_regular {
	background: url(../images/common/back.png);
	background-size: 1280px auto;
	position: relative;
	background-attachment: fixed;
}

.top_regular .inner {
	padding: 50px 20px 40px;
}

.back_ptn_left {
	background: url(../images/common/back_ptn_left.png) no-repeat left 100px;
	background-size: 170px auto;
	background-attachment: fixed;
}

.top_title {
	margin: 0 auto 45px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	width: 225px;
}

.top_title span {
	margin-top: 10px;
	padding-top: 15px;
	display: block;
	font-size: 1.0rem;
	border-top: 1px solid #373228;
}

.top_regular li {
	margin: 0 0 20px;
}

.top_regular li a {
	display: block;
	position: relative;
}

.top_regular li a::after {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	right: 57px;
	bottom: 18px;
	background: url(../images/common/btn_link_white.png) no-repeat;
	background-size: 26px 26px;
}

@media screen and (min-width: 600px) {

	.top_regular {
		background: url(../images/common/back.png);
		background-size: 1280px auto;
		background-attachment: fixed;
	}

	.top_regular .inner {
		padding: 100px 0 85px;
	}

	.back_ptn_left {
		background: url(../images/common/back_ptn_left.png) no-repeat left 100px;
		background-size: 453px auto;
		background-attachment: fixed;
	}

	.top_title {
		margin: 0 auto 60px;
		font-size: 3.6rem;
		width: 450px;
	}

	.top_title span {
		margin-top: 15px;
		font-size: 1.4rem;
	}

	.top_regular ul {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1076px;
	}

	.top_regular li {
		margin: 0 15px 15px 0;
		width: 529px;
	}

	.top_regular li:nth-child(2n) {
		margin-right: 0;
	}

	.top_regular li a::after {
		width: 35px;
		height: 35px;
		right: 82px;
		bottom: 30px;
		background-size: 35px 35px;
	}

}

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

	.top_regular .inner {
		padding: 70px 0 50px;
	}

	.back_ptn_left {
		background: url(../images/common/back_ptn_left.png) no-repeat left 100px;
		background-size: 320px auto;
		background-attachment: fixed;
	}

	.top_title {
		margin: 0 auto 45px;
		font-size: 2.6rem;
		width: 225px;
	}

	.top_title span {
		margin-top: 10px;
		padding-top: 15px;
		font-size: 1.0rem;
	}

	.top_regular ul {
		justify-content: space-between;
		max-width: 600px;
	}

	.top_regular li {
		margin: 0 0 15px;
		width: calc(50% - 8px)
	}

	.top_regular li a::after {
		width: 20px;
		height: 20px;
		right: 6vw;
		bottom: 15px;
		background: url(../images/common/btn_link_white.png) no-repeat;
		background-size: 20px auto;
	}

}

.top_recommend {
	padding: 50px 0 60px;
	position: relative;
	z-index: 2;
	background: url(../images/common/back_pc.jpg) center center;
	background-size: cover;
}

.top_recommend ul {
	margin: 40px 20px 0;
}

.top_recommend li {
	margin: 0 0 50px;
}

.top_recommend li figure {
	margin: 0 0 20px;
	position: relative;
}

.top_recommend li figure .btn_bk {
	position: absolute;
	left: 0;
	right: 0;
	width: 26px;
	bottom: 20px;
	margin: auto;
}

.top_recommend li figure .btn_bk img {
	width: 20px;
}

.top_recommend li .title {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #9b9893;
	text-align: center;
}

.top_recommend li h3 {
	font-size: 2.0rem;
}

.top_recommend li h3 span {
	display: block;
	line-height: 1.4;
}

.top_recommend li p {
	margin: 0;
	text-align: left;
}

.top_recommend .btn_gold {
	margin: 0 10%;
}

.btn_gold {
	background: #c99e03;
}

.btn_gold a {
	padding: 19px 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	background: #c99e03 url(../images/common/arrow_white.png) no-repeat right 15px center;
	background-size: 6px auto;
}

@media screen and (min-width: 600px) {

	.top_recommend {
		padding: 100px 0 85px;
		position: relative;
		z-index: 2;
		background: url(../images/common/back_pc.jpg) center center;
		background-size: cover;
	}

	.top_recommend .inner {
		margin: 0 auto;
		width: 1076px;
	}

	.top_recommend ul {
		margin: 70px 0 50px;
		display: flex;
		justify-content: center;
	}

	.top_recommend li {
		margin: 0 0 40px 15px;
		width: calc(33.3333% - 10px);
	}

	.top_recommend li:first-child {
		margin: 0;
	}

	.top_recommend li figure {
		margin: 0 0 10px;
	}

	.top_recommend li figure .btn_bk img {
		width: 26px;
	}

	.top_recommend li .title {
		margin: 0 25px 15px;
		padding: 0;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.top_recommend li p {
		margin: 0 35px;
	}

	.top_recommend .btn_gold {
		margin: 0 auto;
		width: 530px;
	}

	.btn_gold,
	.btn_white {
		transition: all 0.2s ease;
	}

	.btn_gold a {
		padding: 28px;
		font-size: 2.3rem;
		background: #c99e03 url(../images/common/arrow_white.png) no-repeat right 25px center;
		background-size: 10px auto;
	}

	.btn_gold:hover,
	.btn_white:hover {
		opacity: 0.7;
		transition: all 0.2s ease;
	}

}

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

	.top_recommend {
		padding: 70px 0;
	}

	.top_recommend .inner {
		width: auto;
	}

	.top_recommend ul {
		margin: 40px auto 0;
		max-width: 600px;
	}

	.top_recommend li {
		margin: 0 0 40px 10px;
		width: calc(33.3333% - 7px);
	}

	.top_recommend li:first-child {
		margin: 0 0 40px;
	}

	.top_recommend li figure {
		margin: 0 0 20px;
	}

	.top_recommend li figure .btn_bk {
		position: absolute;
		left: 0;
		right: 0;
		width: 26px;
		bottom: 20px;
		margin: auto;
	}

	.top_recommend li figure .btn_bk img {
		width: 20px;
	}

	.top_recommend li .title {
		margin: 0 15px 15px;
		padding: 0 0 10px;
		border-bottom: 1px solid #9b9893;
		text-align: center;
	}

	.top_recommend li h3 {
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.top_recommend li h3 span {
		font-size: 1.4rem;
	}

	.top_recommend li p {
		margin: 0 15px;
		font-size: 1.4rem;
	}

	.top_recommend .btn_gold {
		margin: 0 auto;
		width: 290px;
	}

	.btn_gold a {
		padding: 18px 0;
		font-size: 1.6rem;
		background: #c99e03 url(../images/common/arrow_white.png) no-repeat right 10px center;
		background-size: 6px auto;
	}

}

.top_product {
	background: url(../images/common/back.png);
	background-size: 1280px auto;
	position: relative;
	background-attachment: fixed;
}

.top_product .inner {
	padding: 50px 20px 60px;
}

.back_ptn_right {
	background: url(../images/common/back_ptn_right.png) no-repeat right 100px;
	background-size: 170px auto;
	background-attachment: fixed;
}

.top_product ul {
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_product li {
	margin: 0 10px 40px 0;
	width: calc(50% - 5px);
}

.top_product li:nth-child(2n) {
	margin-right: 0;
}

.top_product li a {
	display: block;
}

.top_product li figure {
	margin: 0 0 15px;
	flex-shrink: 0;
}

.top_product li div {
	padding: 0;
}

.top_product li h3 {
	font-size: 1.6rem;
	 background: url(../images/common/arrow_right.png) no-repeat right 10px center;
	 background-size: 6px auto;
	 text-align: center;
}

.top_product .btn_2column {
	margin: 0 5%;
}

.top_product .btn_gold {
	margin: 0 0 15px;
	font-size: 1.8rem;
}

.top_product .btn_gold a {
	padding: 14px 0;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}

.btn_white a {
	padding: 14px 0;
	color: #c99e03;
	border: 1px solid #c99e03;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	display: block;
	text-align: center;
	background: #fff url(../images/common/arrow_gold.png) no-repeat right 15px center;
	background-size: 8px auto;
}

@media screen and (min-width: 600px) {

	.top_product .inner {
		padding: 100px 0 85px;
	}

	.back_ptn_right {
		background: url(../images/common/back_ptn_right.png) no-repeat right 100px;
		background-size: 438px auto;
		background-attachment: fixed;
	}

	.top_product ul {
		margin: 0 auto 70px;
		width: 1076px;
		justify-content: center;
	}

	.top_product li {
		margin: 0 20px 20px 0;
		width: 525px;
	}

	.top_product li a {
		display: flex;
		align-items: center;
	}

	.top_product li figure {
		margin: 0;
		width: 200px;
	}

	.top_product li div {
		padding: 0 80px 0 30px;
		width: 100%;
		height: 100%;
	}

	.top_product li h3 {
		font-size: 2.2rem;
		 background: url(../images/common/arrow_right.png) no-repeat right center;
		 background-size: 12px auto;
		 text-align: left;
	}

	.top_product .btn_2column {
		display: flex;
		justify-content: center;
	}

	.top_product .btn_gold {
		margin: 0 15px 0 0;
		width: 350px;
	}

	.top_product .btn_gold a {
		font-size: 2.3rem;
		letter-spacing: 0.15em;
		line-height: inherit;
	}

	.btn_white a {
		padding: 32px 0;
		font-size: 2.4rem;
		background: #fff url(../images/common/arrow_gold.png) no-repeat right 25px center;
		background-size: 10px auto;
	}

	.top_product .btn_white {
		width: 350px;
	}

	.top_product .btn_white a {
		letter-spacing: 0.15em;
	}

}

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

	.top_product .inner {
		padding: 70px 0;
	}

	.back_ptn_right {
		background: url(../images/common/back_ptn_right.png) no-repeat right 100px;
		background-size: 320px auto;
		background-attachment: fixed;
	}

	.top_product ul {
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 600px;
	}

	.top_product li {
		margin: 0 20px 15px 0;
		width: calc(50% - 20px);
	}

	.top_product li:nth-child(2n) {
		margin-right: 0;
	}

	.top_product li a {
		display: flex;
	}

	.top_product li figure {
		margin: 0 20px 0 0;
		flex-shrink: 0;
		width: calc(45% - 15px);
	}

	.top_product li div {
		padding: 0;
	}

	.top_product li h3 {
		font-size: 1.4rem;
		 background: url(../images/common/arrow_right.png) no-repeat right 10px center;
		 background-size: 6px auto;
		 text-align: left;
	}

	.top_product .btn_2column {
		margin: 0;
	}

	.top_product .btn_2column > div {
		margin: 0 10px;
		width: 200px;
	}

	.top_product .btn_gold {
		margin: 0 0 15px;
	}

	.top_product .btn_gold a {
		font-size: 1.6rem;
	}

	.btn_white a {
		padding: 15px 0;
		font-size: 1.6rem;
		background: #fff url(../images/common/arrow_gold.png) no-repeat right 10px center;
		background-size: 6px auto;
	}

}

.top_quality {
	height: 300px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.top_quality > div {
	position: relative;
	z-index: 2;
	width: 100%;
}

.top_quality::before,
.top_quality::after {
	position: absolute;
	content: '';
	width: 150px;
	height: 300px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.top_quality::before {
	left: 0;
	background: url(../images/top/quality_img_left_sp.jpg) no-repeat;
	background-size: 117px auto;
}

.top_quality::after {
	right: 0;
	background: url(../images/top/quality_img_right_sp.jpg) no-repeat;
	background-size: 155px auto;
}

.top_quality h2 {
	margin: 0 0 45px;
	font-size: 1.8rem;
}

.top_quality h2 span {
	font-size: 2.8rem;
	display: block;
	line-height: 2.0;
}

.top_quality .btn_gold {
	margin: 0 auto;
	width: 80%;
}

.top_quality .btn_gold a {
	padding: 15px 0;
}

@media screen and (min-width: 600px) {

	.top_quality {
		height: 600px;
	}

	.top_quality::before,
	.top_quality::after {
		width: 357px;
		height: 600px;
	}

	.top_quality::before {
		background: url(../images/top/quality_img_left_pc.jpg) no-repeat;
		background-size: 357px auto;
	}

	.top_quality::after {
		background: url(../images/top/quality_img_right_pc.jpg) no-repeat;
		background-size: 375px auto;
	}

	.top_quality h2 {
		margin: 0 0 60px;
		font-size: 2.8rem;
		letter-spacing: 0.25em;
	}

	.top_quality h2 span {
		font-size: 5.4rem;
	}

	.top_quality .btn_gold {
		width: 350px;
	}

	.top_quality .btn_gold a {
		line-height: inherit;
	}

}

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

	.top_quality {
		height: 400px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.top_quality > div {
		position: relative;
		z-index: 2;
		width: 100%;
	}

	.top_quality::before,
	.top_quality::after {
		position: absolute;
		content: '';
		width: 28vw;
		height: 400px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 1;
	}

	.top_quality::before {
		background: url(../images/top/quality_img_left_tb.jpg) no-repeat 0 center;
		background-size: 28vw auto;
	}

	.top_quality::after {
		background: url(../images/top/quality_img_right_tb.jpg) no-repeat 0 center;
		background-size: 28vw auto;
	}

	.top_quality h2 {
		margin: 0 0 50px;
		font-size: 1.8rem;
	}

	.top_quality h2 span {
		font-size: 3.4rem;
		line-height: 2.0;
	}

	.top_quality .btn_gold {
		margin: 0 auto;
		width: 300px;
	}

	.top_quality .btn_gold a {
		padding: 15px 0;
	}

}

.top_gomanokoto {
	padding: 50px 0 60px;
	background: url(../images/common/back.png);
	background-size: 1280px auto;
	background-attachment: fixed;
}

.top_honobono {
	padding: 50px 0 60px;
	background: url(../images/common/back_pc.jpg) center center;
	background-size: cover;
}

.top_blog .inner {
	margin: 0 auto;
}

.top_blog_list {
	margin: 0 20px 45px;
	padding: 0 40px
}

.top_blog_list > div {
	margin: 0;
}

.top_blog_list figure {
	margin: 0 0 25px;
}

.top_blog_list figure a {
	height: 100%;
}

.top_blog_list figure .noimage {
	background: #fff;
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_blog_list figure .noimage img {
	height: 80%;
	width: auto;
}

.top_blog_title {
	background: url(../images/common/arrow.png) no-repeat right 15px center;
	background-size: 6px;
}

.top_blog_list time {
	margin: 0 0 10px;
	display: block;
	font-size: 1.4rem;
}

.top_blog_list h3 {
	padding-right: 30px;
	line-height: 1.2;
}

.top_blog .link_page {
	text-align: center;
}

.top_blog_list .slick-arrow {
	position: absolute;
	top: 85px;
	width: 12px;
	height: 26px;
}

.top_blog_list .slide_prev {
	left: 0;
	background: url(../images/common/slide_left.png) no-repeat center center;
	background-size: 12px auto;
}

.top_blog_list .slide_next {
	right: 0;
	background: url(../images/common/slide_right.png) no-repeat center center;
	background-size: 12px auto;
}

@media screen and (min-width: 600px) {

	.top_gomanokoto {
		padding: 100px 0;
	}

	.top_honobono {
		padding: 100px 0;
	}

	.top_blog .inner {
		width: 1076px;
	}

	.top_blog_list {
		margin: 0 0 30px;
		display: flex;
		justify-content: center;
	}

	.top_blog_list > div {
		margin: 0 16px 0 0;
		width: 348px;
	}

	.top_blog_list > div:nth-child(3n) {
		margin-right: 0;
	}

	.top_blog_list figure {
		margin: 0 0 25px;
		height: 196px;
		overflow: hidden;
		position: relative;
	}

	.top_blog_list figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}

	.top_blog_title {
		background: url(../images/common/arrow.png) no-repeat right 15px center;
		background-size: 7px;
	}

	.top_blog_list figure .noimage {
		height: 100%;
	}

	.top_blog_list time {
		margin: 0 0 5px;
	}

	.top_blog_list h3 {
		padding-right: 30px;
	}

	.top_blog .link_page {
		float: right;
	}

}

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

	.top_gomanokoto,
	.top_honobono {
		padding: 70px 0 80px;
	}

	.top_blog .inner {
		width: 600px;
	}

	.top_blog_list {
		margin: 0 0 20px;
		padding: 0;
	}

	.top_blog_list > div {
		margin: 0 12px 0 0;
		width: calc(33.3333% - 8px);
	}

	.top_blog_list figure {
		margin: 0 0 10px;
		height: 130px;
	}

	.top_blog_title {
		background: url(../images/common/arrow.png) no-repeat right center;
		background-size: 6px;
	}

	.top_blog_list time {
		margin: 0 0 8px;
		font-size: 1.3rem;
	}

	.top_blog_list h3 {
		padding-right: 30px;
		font-size: 1.4rem;
	}

	.top_blog .link_page {
		float: right;
		font-size: 1.4rem;
	}

}

.top_news {
	padding: 50px 20px 60px;
	background: url(../images/common/back.png);
	background-size: 1280px auto;
	background-attachment: fixed;
}

.top_news ul {
	margin: 0 0 40px;
}
.top_news li {
	margin: 0 0 8px;
}
.top_news li a {
	display: flex;
}

.top_news li time {
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	white-space: nowrap;
}
.top_news li h3 {
	line-height: 1.4;
}

.top_news .link_page {
	text-align: center;
}

.link_page a {
	padding: 5px 30px 5px 0;
	background: url(../images/common/btn_link_bk.png) no-repeat right center;
	background-size: 20px auto;
}

@media screen and (min-width: 600px) {

	.top_news {
		padding: 100px 0;
	}

	.top_news .inner {
		margin: 0 auto;
		width: 680px;
	}

	.top_news ul {
		margin: 0 0 30px;
	}

	.top_news li time {
		margin: 0 30px 0 0;
	}

	.top_news .link_page {
		text-align: left;
	}

	.link_page a {
		transition: all 0.2s ease;
		background-size: 26px auto;
	}

	.link_page a:hover {
		color: #c99e03;
		background: url(../images/common/btn_link_gold.png) no-repeat right center;
		background-size: 26px auto;
	}

	.top_news li a:hover h3 {
		text-decoration: underline;
	}

}

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

	.top_news {
		padding: 70px 0;
	}

	.top_news .inner {
		margin: 0 auto;
		width: 600px;
	}

	.top_news ul {
		margin: 0 0 30px;
	}

	.top_news li {
		margin: 0 0 8px;
	}

	.top_news li time {
		margin: 0 20px 0 0;
	}
	.top_news li h3 {
		font-size: 1.4rem;
	}

	.top_news .link_page {
		text-align: left;
	}

	.link_page a {
		padding: 5px 20px 5px 0;
		background: url(../images/common/btn_link_bk.png) no-repeat right center;
		background-size: 18px auto;
	}

}

.top_link {
	padding: 50px 0 35px;
	position: relative;
	z-index: 2;
	background: url(../images/common/back_pc.jpg) center center;
	background-size: cover;
}

.top_link ul {
	margin: 0 auto;
	width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.top_link li {
	margin: 0 0 20px 20px;
}

.top_link li:first-child {
	margin-left: 0;
}

.bnr_foodaction {
	width: 70px;
}

.bnr_kenin {
	width: 165px;
}

.bnr_facebook {
	width: 25px;
}

.bnr_instagram {
	width: 25px;
}

@media screen and (min-width: 600px) {

	.top_link {
		padding: 100px 0 85px;
	}

	.top_link ul {
		width: auto;
	}

	.top_link li {
		margin: 0 25px;
	}

	.top_link li:first-child {
		margin-left: 25px;
	}

	.bnr_foodaction {
		width: 150px;
	}

	.bnr_kenin {
		width: 330px;
	}

	.bnr_facebook {
		width: 50px;
	}

	.bnr_instagram {
		width: 50px;
	}

}

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

	.top_link {
		padding: 70px 0;
	}

	.top_news .inner {
		margin: 0 auto;
		width: 600px;
	}

	.top_link ul {
		margin: 0 auto;
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.top_link li {
		margin: 0 0 20px 20px;
	}

	.top_link li:first-child {
		margin-left: 0;
	}

	.bnr_foodaction {
		width: 100px;
	}

	.bnr_kenin {
		width: 220px;
	}

	.bnr_facebook {
		width: 34px;
	}

	.bnr_instagram {
		width: 34px;
	}


}

/*--------------------
	タイトル画像 -title
--------------------*/

.products .product_index_header {
	background: url(../images/title/product_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil .product_index_header {
	background: url(../images/title/sesame_oil_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_l0 .product_index_header {
	background: url(../images/title/sesame_oil_l0_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_l1 .product_index_header {
	background: url(../images/title/sesame_oil_l1_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_l2 .product_index_header {
	background: url(../images/title/sesame_oil_l2_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_l3 .product_index_header {
	background: url(../images/title/sesame_oil_l3_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_l4 .product_index_header {
	background: url(../images/title/sesame_oil_l4_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_l5 .product_index_header {
	background: url(../images/title/sesame_oil_l5_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_roasted-ground .product_index_header {
	background: url(../images/title/sesame_roasted-ground_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_paste .product_index_header {
	background: url(../images/title/sesame_paste_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_other .product_index_header {
	background: url(../images/title/sesame_other_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_gift .product_index_header {
	background: url(../images/title/sesame_gift_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_prouse .product_index_header {
	background: url(../images/title/sesame_oil_prouse_sp.jpg) no-repeat center center;
	background-size: cover;
}

.rayu .product_index_header {
	background: url(../images/title/rayu_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_roasted-ground_prouse .product_index_header {
	background: url(../images/title/sesame_roasted-ground_prouse_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_paste_prouse .product_index_header {
	background: url(../images/title/sesame_paste_prouse_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_other_prouse .product_index_header {
	background: url(../images/title/sesame_other_prouse_sp.jpg) no-repeat center center;
	background-size: cover;
}
/*
.about .entry_header {
	background: url(../images/title/about_sp.jpg) no-repeat center center;
	background-size: cover;
}

.history .entry_header {
	background: url(../images/title/history_sp.png) no-repeat center center;
	background-size: cover;
}

.philosophy .entry_header {
	background: url(../images/title/philosophy_sp.png) no-repeat center center;
	background-size: cover;
}

.message .entry_header {
	background: url(../images/title/message_sp.jpg) no-repeat center center;
	background-size: cover;
}
*/
.csr .product_index_header {
	background: url(../images/title/csr_sp.jpg) no-repeat center center;
	background-size: cover;
}
/*
.environment .entry_header {
	background: url(../images/title/environment_sp.jpg) no-repeat center center;
	background-size: cover;
}

.saving .entry_header {
	background: url(../images/title/saving_sp.jpg) no-repeat center center;
	background-size: cover;
}

.approach .entry_header {
	background: url(../images/title/approach_sp.jpg) no-repeat center center;
	background-size: cover;
}

.fairtrade .entry_header {
	background: url(../images/title/fairtrade_sp.jpg) no-repeat center center;
	background-size: cover;
}

.safety .entry_header {
	background: url(../images/title/safety_sp.jpg) no-repeat center center;
	background-size: cover;
}

.medicine .entry_header {
	background: url(../images/title/medicine_sp.jpg) no-repeat center center;
	background-size: cover;
}
*/
.learn-enjoy .product_index_header {
	background: url(../images/title/learn-enjoy_sp.jpg) no-repeat center center;
	background-size: cover;
}
/*
.method .entry_header {
	background: url(../images/title/method_sp.jpg) no-repeat center center;
	background-size: cover;
}

.flavor .entry_header {
	background: url(../images/title/flavor_sp.jpg) no-repeat center center;
	background-size: cover;
}

.quality .entry_header {
	background: url(../images/title/quality_sp.jpg) no-repeat center center;
	background-size: cover;
}

.nutrition .entry_header {
	background: url(../images/title/nutrition_sp.jpg) no-repeat center center;
	background-size: cover;
}

.stories .entry_header {
	background: url(../images/title/stories_sp.jpg) no-repeat center center;
	background-size: cover;
}
*/
.factory .product_index_header {
	background: url(../images/title/factory_sp.jpg) no-repeat center center;
	background-size: cover;
}

.factory.sesame_oil .entry_header {
	background: url(../images/title/factory_sesame_oil_sp.jpg) no-repeat center center;
	background-size: cover;
}

.factory.sesame_paste .entry_header {
	background: url(../images/title/factory_sesame_paste_sp.jpg) no-repeat center center;
	background-size: cover;
}

.factory.sesame_roasted-ground .entry_header {
	background: url(../images/title/factory_sesame_roasted-ground_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sanchi .product_index_header {
	background: url(../images/title/sanchi_sp.jpg) no-repeat center center;
	background-size: cover;
}

.search .product_index_header {
	background: url(../images/title/search_pc.png) no-repeat center center;
	background-size: cover;
}

.recruit.recruit_message .entry_header {
	background: url(../images/title/recruit_message_sp.jpg) no-repeat center center;
	background-size: cover;
}

.recruit .entry_header {
	background: url(../images/title/recruit_sp.jpg) no-repeat center center;
	background-size: cover;
}

.works .product_index_header {
	background: url(../images/title/works_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku .product_index_header {
	background: url(../images/title/shizuku_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_1 .entry_header {
	background: url(../images/title/shizuku_1_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_2 .entry_header {
	background: url(../images/title/shizuku_2_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_3 .entry_header {
	background: url(../images/title/shizuku_3_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_4 .entry_header {
	background: url(../images/title/shizuku_4_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_5 .entry_header {
	background: url(../images/title/shizuku_5_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_6 .entry_header {
	background: url(../images/title/shizuku_6_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_7 .entry_header {
	background: url(../images/title/shizuku_7_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_8 .entry_header {
	background: url(../images/title/shizuku_8_sp.jpg) no-repeat center center;
	background-size: cover;
}

.shizuku_9 .entry_header {
	background: url(../images/title/shizuku_9_sp.jpg) no-repeat center center;
	background-size: cover;
}

.syouhinkaihatsu .entry_header {
	background: url(../images/title/syouhinkaihatsu_sp.jpg) no-repeat center center;
	background-size: cover;
}

.hanbaisokushin .entry_header {
	background: url(../images/title/hanbaisokushin_sp.jpg) no-repeat center center;
	background-size: cover;
}

.hinshitsuhosyou .entry_header {
	background: url(../images/title/hinshitsuhosyou_sp.jpg) no-repeat center center;
	background-size: cover;
}

.eigyo .entry_header {
	background: url(../images/title/eigyo_sp.jpg) no-repeat center center;
	background-size: cover;
}

.seisankanri .entry_header {
	background: url(../images/title/seisankanri_sp.jpg) no-repeat center center;
	background-size: cover;
}

.news .entry_header,
.blog .entry_header,
.gomanokoto .entry_header,
.sitemap .entry_header,
.social-media-guideline .entry_header,
.social-media-policy .entry_header,
.site-policy .entry_header,
.notation .entry_header,
.privacy .entry_header,
.contact .entry_header {
	background: url(../images/title/common_sp.png) no-repeat center center;
	background-size: cover;
}

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

	.ccd_company .entry_header,
	.ccd_learn-enjoy .entry_header,
	.ccd_csr .entry_header {
		background: none !important;
	}
	
	.ccd_company .entry_header .inner,
	.ccd_learn-enjoy .entry_header .inner,
	.ccd_csr .entry_header .inner {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

}

@media screen and (min-width: 600px) {

	.products .product_index_header {
		background: url(../images/title/product_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil .product_index_header {
		background: url(../images/title/sesame_oil_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_l0 .product_index_header {
		background: url(../images/title/sesame_oil_l0_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_l1 .product_index_header {
		background: url(../images/title/sesame_oil_l1_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_l2 .product_index_header {
		background: url(../images/title/sesame_oil_l2_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_l3 .product_index_header {
		background: url(../images/title/sesame_oil_l3_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_l4 .product_index_header {
		background: url(../images/title/sesame_oil_l4_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_l5 .product_index_header {
		background: url(../images/title/sesame_oil_l5_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_roasted-ground .product_index_header {
		background: url(../images/title/sesame_roasted-ground_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.sesame_paste .product_index_header {
		background: url(../images/title/sesame_paste_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.sesame_other .product_index_header {
		background: url(../images/title/sesame_other_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.sesame_gift .product_index_header {
		background: url(../images/title/sesame_gift_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_oil_prouse .product_index_header {
		background: url(../images/title/sesame_oil_prouse_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.rayu .product_index_header {
		background: url(../images/title/rayu_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_roasted-ground_prouse .product_index_header {
		background: url(../images/title/sesame_roasted-ground_prouse_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_paste_prouse .product_index_header {
		background: url(../images/title/sesame_paste_prouse_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sesame_other_prouse .product_index_header {
		background: url(../images/title/sesame_other_prouse_pc.jpg) no-repeat center center;
		background-size: cover;
	}
/*
	.about .entry_header {
		background: url(../images/title/about_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.history .entry_header {
		background: url(../images/title/history_pc.png) no-repeat center center;
		background-size: cover;
	}

	.philosophy .entry_header {
		background: url(../images/title/philosophy_pc.png) no-repeat center center;
		background-size: cover;
	}

	.message .entry_header {
		background: url(../images/title/message_pc.jpg) no-repeat center center;
		background-size: cover;
	}
*/
	.csr .product_index_header {
		background: url(../images/title/csr_pc.jpg) no-repeat center center;
		background-size: cover;
	}
/*
	.environment .entry_header {
		background: url(../images/title/environment_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.saving .entry_header {
		background: url(../images/title/saving_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.approach .entry_header {
		background: url(../images/title/approach_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.fairtrade .entry_header {
		background: url(../images/title/fairtrade_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.safety .entry_header {
		background: url(../images/title/safety_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.medicine .entry_header {
		background: url(../images/title/medicine_pc.jpg) no-repeat center center;
		background-size: cover;
	}
*/
	.learn-enjoy .product_index_header {
		background: url(../images/title/learn-enjoy_pc.jpg) no-repeat center center;
		background-size: cover;
	}
/*
	.method .entry_header {
		background: url(../images/title/method_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.flavor .entry_header {
		background: url(../images/title/flavor_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.quality .entry_header {
		background: url(../images/title/quality_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.nutrition .entry_header {
		background: url(../images/title/nutrition_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.stories .entry_header {
		background: url(../images/title/stories_pc.jpg) no-repeat center center;
		background-size: cover;
	}
*/
	.factory .product_index_header {
		background: url(../images/title/factory_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.factory.sesame_oil .entry_header {
		background: url(../images/title/factory_sesame_oil_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.factory.sesame_paste .entry_header {
		background: url(../images/title/factory_sesame_paste_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.factory.sesame_roasted-ground .entry_header {
		background: url(../images/title/factory_sesame_roasted-ground_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.sanchi .product_index_header {
		background: url(../images/title/sanchi_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.search .product_index_header {
		background: url(../images/title/search_pc.png) no-repeat center center;
		background-size: cover;
	}

	.recruit.recruit_message .entry_header {
		background: url(../images/title/recruit_message_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.recruit .entry_header {
		background: url(../images/title/recruit_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.works .product_index_header {
		background: url(../images/title/works_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.shizuku .product_index_header {
		background: url(../images/title/shizuku_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.shizuku_1 .entry_header {
		background: url(../images/title/shizuku_1_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_2 .entry_header {
		background: url(../images/title/shizuku_2_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_3 .entry_header {
		background: url(../images/title/shizuku_3_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_4 .entry_header {
		background: url(../images/title/shizuku_4_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_5 .entry_header {
		background: url(../images/title/shizuku_5_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_6 .entry_header {
		background: url(../images/title/shizuku_6_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_7 .entry_header {
		background: url(../images/title/shizuku_7_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_8 .entry_header {
		background: url(../images/title/shizuku_8_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.shizuku_9 .entry_header {
		background: url(../images/title/shizuku_9_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.syouhinkaihatsu .entry_header {
		background: url(../images/title/syouhinkaihatsu_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.hanbaisokushin .entry_header {
		background: url(../images/title/hanbaisokushin_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.hinshitsuhosyou .entry_header {
		background: url(../images/title/hinshitsuhosyou_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.eigyo .entry_header {
		background: url(../images/title/eigyo_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.seisankanri .entry_header {
		background: url(../images/title/seisankanri_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	.news .entry_header,
	.blog .entry_header,
	.gomanokoto .entry_header,
	.sitemap .entry_header,
	.social-media-guideline .entry_header,
	.social-media-policy .entry_header,
	.site-policy .entry_header,
	.notation .entry_header,
	.privacy .entry_header,
	.contact .entry_header {
		background: url(../images/title/common_pc.png) no-repeat center center;
		background-size: cover;
	}

	.ccd_company .entry_header,
	.ccd_learn-enjoy .entry_header,
	.ccd_csr .entry_header {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.ccd_company .entry_header .inner,
	.ccd_learn-enjoy .entry_header .inner,
	.ccd_csr .entry_header .inner {
		background: none !important;
	}

}

/*--------------------
	家庭用商品一覧
--------------------*/

.product_index_header {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.product_index_header h1 {
	font-size: 1.1rem;
	color: #fff;
	width: 250px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
}

.product_index_header h1 span {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
	font-size: 2.25rem;
}

@media screen and (min-width: 680px) {

	.product_index_header {
		height: 300px;
	}
	
	.product_index_header h1 {
		font-size: 1.6rem;
		width: 450px;
	}
	
	.product_index_header h1 span {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 3.6rem;
	}

}

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

	.product_index_header {
		height: 180px;
	}
	
	.product_index_header h1 {
		font-size: 1.2rem;
		width: 300px;
	}
	
	.product_index_header h1 span {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 2.8rem;
	}

}

.product_index_main {
	margin: 20px 20px 30px;
}

.product_index_desc {
	margin: 0 0 40px;
}

.product_index_desc p {
	font-size: 1.4rem;
	line-height: 1.6;
}

@media screen and (min-width: 600px) {

	.product_index_main {
		margin: 0 auto 40px;
		max-width: 1076px;
	}
	
	.product_index_desc {
		margin: 0 0 100px;
	}
	
	.product_index_desc p {
		font-size: 1.8rem;
	}
	
}

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

	.product_index_main {
		max-width: 600px;
	}
	
	.product_index_desc {
		margin: 0 0 50px;
	}
	
	.product_index_desc p {
		font-size: 1.3rem;
	}

}

.product_index_list h2 {
	margin: 0 auto 20px;
	font-size: 1.2rem;
	text-align: center;
	width: 90%;
	letter-spacing: 0.1em;
}

.product_index_list h2 span {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #373228;
	display: block;
	font-size: 2.25rem;
}

.product_index_list ul {
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.product_index_list li {
	margin: 0 10px 30px 0;
	width: calc(50% - 5px);
}

.product_index_list li:nth-child(2n) {
	margin-right: 0;
}

.product_index_list li h3 {
	margin: 5px 0 0;
	font-size: 1.2rem;
}

.product_index_list li a {
	display: block;
}

@media screen and (min-width: 600px) {

	.product_index_list h2 {
		margin: 0 auto 30px;
		font-size: 1.6rem;
		width: 450px;
	}
	
	.product_index_list h2 span {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 3.6rem;
	}
	
	.product_index_list ul {
		margin: 0 0 50px;
	}
	
	.product_index_list li {
		margin: 0 16px 50px 0;
		width: calc(33.3333% - 11px);
	}
	
	.product_index_list li:nth-child(2n) {
		margin-right: 16px;
	}
	
	.product_index_list li:nth-child(3n) {
		margin-right: 0;
	}

	.product_index_list li h3 {
		margin: 10px 0 0;
		font-size: 1.6rem;
	}
	
}

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

	.product_index_list h2 {
		margin: 0 auto 25px;
		font-size: 1.2rem;
		width: 300px;
	}
	
	.product_index_list h2 span {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 2.8rem;
	}

	.product_index_list ul {
		margin: 0 0 20px;
	}

	.product_index_list li {
		margin: 0 10px 30px 0;
		width: calc(33.3333% - 7px);
	}

	.product_index_list li:nth-child(2n) {
		margin-right: 10px;
	}

	.product_index_list li:nth-child(3n) {
		margin-right: 0;
	}

	.product_index_list li h3 {
		font-size: 1.2rem;
	}
	
}

.product_index .btn_column {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}

.product_index .btn_column .btn_gold {
	margin: 0 5px 20px;
	width: calc(50% - 10px);
}

.product_index .btn_column .btn_gold a {
	font-size: 1.4rem;
    letter-spacing: 0;
    background-position: right 10px center;
    background-size: 6px auto;
}

.product_index_2nd .btn_1column,
.product_prouse_index .btn_1column {
	margin: 10px auto 50px;
	width: 80%;
}

.page_entry .btn_1column {

}

@media screen and (min-width: 600px) {

	.product_index .btn_column {
		margin: 0 -8px;
		display: flex;
		flex-wrap: wrap;
	}

	.product_index .btn_column .btn_gold {
		margin: 0 8px 30px;
		width: calc(25% - 16px);
	}

	.product_index .btn_column .btn_gold:last-child {
		margin-right: 0;
	}

	.products.product_index .btn_column .btn_gold {
		margin: 0 8px 30px;
		width: calc(33.3333% - 16px);
	}

	.sesame_oil.product_index .btn_column .btn_gold {
		width: calc(25% - 16px);
	}

	.product_index .btn_column .btn_gold a {
		font-size: 2.1rem;
		letter-spacing: 0;
		background-position: right 20px center;
		background-size: 10px auto;
	}

	.product_index_2nd .btn_1column,
	.product_prouse_index .btn_1column {
		margin: 50px auto 55px;
		width: 530px;
	}

	.page_wrapper.page_entry .btn_1column {
		margin: 40px auto 0;
	}

}

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

	.product_index .btn_column .btn_gold {
		margin: 0 5px 30px;
		width: calc(25% - 10px);
	}

	.products.product_index .btn_column .btn_gold {
		margin: 0 5px 20px;
		width: calc(33.3333% - 10px);
	}

	.product_index .btn_column .btn_gold a {
		font-size: 1.8rem;
		letter-spacing: 0;
		background-position: right 10px center;
		background-size: 6px auto;
	}

	.sesame_oil.product_index .btn_column .btn_gold {
		width: calc(25% - 10px);
	}

	.product_index.product_index_2nd .btn_column .btn_gold a {
		font-size: 1.4rem;
		letter-spacing: 0;
		background-position: right 10px center;
		background-size: 6px auto;
	}

	.product_index_2nd .btn_1column,
	.product_prouse_index .btn_1column {
		margin: 10px auto 55px;
		width: 296px;
	}

}

/*-------------------------
	ごま油その他家庭用商品
-------------------------*/

.product_index_header_text {
	justify-content: flex-start;
}

.product_index_header_text h1 {
	margin: 0 0 0 20px;
	font-size: 2.25rem;
	text-align: left;
	color: #373228;
	width: auto;
}

.sesame_other .product_index_header_text h1,
.sesame_other .product_index_header_text p,
.sesame_gift .product_index_header_text h1,
.sesame_gift .product_index_header_text p {
	color: #fff;
}

.product_index_header_text p {
	display: none;
}

.product_index_header_text_sp {
	margin: 0 0 40px;
	font-size: 1.2rem;
	line-height: 1.7;
}

.product_index_header_text_sp br {
	display: none;
}

@media screen and (min-width: 600px) {

	.product_index_header_text .inner {
		margin: 0 auto;
		width: 1076px;
		display: flex;
		align-items: center;
	}
	
	.product_index_header_text div {
		width: 640px;
	}
	
	.product_index_header_text h1 {
		margin: 0 0 25px;
		padding: 0;
		border: none;
		font-size: 3.6rem;
	}
	
	.product_index_header_text p {
		line-height: 1.6;
		display: block;
	}

	.product_index_header_text_sp {
		display: none;
	}

}

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

	.product_index_header_text .inner {
		width: 600px;
	}
	
	.product_index_header_text div {
		width: 400px;
	}
	
	.product_index_header_text h1 {
		margin: 0 0 15px;
		font-size: 2.8rem;
	}
	
	.product_index_header_text p {
		font-size: 1.2rem;
		line-height: 1.7;
	}

	.product_index_header_text p br {
		display: none;
	}

}

.sesame_oil_taste {
	margin: 0 0 50px;
}

.taste_top {
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
}

.taste_top p {
	font-size: 1.5rem;
}

.taste_link a {
	padding: 2px 20px 2px 0;
	font-size: 1.5rem;
	background: url(../images/svg/btn_link.svg) no-repeat right center;
	background-size: 18px auto;
}

.taste_level_box ul {
	margin: 0 0 8px;
	display: flex;
	justify-content: space-between;
}

.taste_level_box li {
	margin: 0 20px 0 0;
	width: calc(17% - 20px);
}

.taste_level_box li:last-child {
	margin-right: 0;
}

.taste_level {
	margin: 0 0 0 14px;
	width: 65.5vw;
}

@media screen and (min-width: 600px) {

	.sesame_oil_taste {
		margin: 0 auto 60px;
		width: 530px;
	}
	
	.taste_top {
		margin: 0 0 20px;
	}
	
	.taste_top p {
		font-size: 2.4rem;
	}
	
	.taste_link a {
		padding: 8px 30px 8px 0;
		font-size: 1.8rem;
		background: url(../images/svg/btn_link.svg) no-repeat right center;
		background-size: 28px 28px;
	}
	
	.taste_level_box ul {
		margin: 0 0 12px;
	}
	
	.taste_level_box li {
		margin: 0 38px 0 0;
		width: 57px;
	}
	
	.taste_level {
		margin: 0 0 0 18px;
		width: 398px;
	}

}

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

	.sesame_oil_taste {
		margin: 0 auto 50px;
		width: 320px;
	}
	
	.taste_top p {
		font-size: 1.6rem;
	}
	
	.taste_link a {
		padding: 4px 22px 4px 0;
		font-size: 1.6rem;
		background: url(../images/svg/btn_link.svg) no-repeat right center;
		background-size: 20px auto;
	}
	
	.taste_level_box ul {
		margin: 0 0 10px;
	}
	
	.taste_level_box li {
		margin: 0 22px 0 0;
		width: 35px;
	}
	
	.taste_level {
		margin: 0 0 0 10px;
		width: 240px;
	}

}

/*--------------------
	家庭用商品詳細
--------------------*/

.page_wrapper {
	margin: 0 0 50px;
}

.path {
	display: none;
}

@media screen and (min-width: 600px) {

	.page_wrapper {
		margin: 0 auto 150px;
		max-width: 1076px;
	}

	.ccd_ .page_wrapper {
		max-width: 894px;
	}
	
	.path {
		margin: 0 auto;
		padding: 14px 0 10px;
		display: flex;
		align-items: center;
		list-style-type: none;
		max-width: 1076px;
	}

	.path li {
		margin: 0 0 5px 5px;
		padding: 0 0 0 20px;
		font-size: 1.4rem;
		background: url(../images/svg/path.svg) no-repeat 0 center;
		background-size: 15px 15px;
	}

	.path li:first-child {
		padding-left: 0;
		background: none;
	}
	
	.path li a {
		color: #373228;
		opacity: 0.5;
	}

}

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

	.page_wrapper {
		margin: 0 auto 100px;
		max-width: 600px;
	}

	.ccd_ .page_wrapper {
		max-width: 600px;
	}
	
	.path {
		max-width: 600px;
	}

	.path li {
		margin: 0 0 5px 2px;
		padding: 0 0 0 15px;
		font-size: 1.2rem;
	}

}

.product_entry_header {
	margin: 0 0 40px;
}

.product_entry_header_right {
	display: flex;
	flex-direction: column-reverse;
}

.product_entry_header .sub_img {
	margin: 8px 5px 20px;
	display: flex;
}

.product_entry_header .sub_img div {
	margin: 0 3px;
}

.product_entry_header .info h1 {
	margin: 0 0 10px;
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
}

.product_entry_header .info .title_sub {
	margin: 0 0 15px;
	font-size: 1.4rem;
	text-align: center;
}

.product_entry_header .info h4 {
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.4rem;
}

.product_entry_header .info .taste {
	margin: 0 auto;
	width: 100px;
}

.product_entry_header .info .taste.level5 {
	width: 15px;
}

.page_wrapper .btn_gold {
	margin: 0 auto 40px;
	width: 80%;
}

.page_wrapper .btn_gold a {
	font-size: 1.6rem;
}

@media screen and (min-width: 600px) {

	.product_entry_header {
		margin: 0 0 34px;
		position: relative;
		display: flex;
	}
	
	.product_entry_header .main_img {
		margin: 0 16px 16px 0;
		width: 621px;
		height: 621px;
		flex-shrink: 0;
		overflow: hidden;
		position: relative;
	}
	
	.product_entry_header .main_img figure img,
	.product_entry_header .sub_img div img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
	
	.product_entry_header_right {
		flex-direction: column;
		justify-content: space-between;
		width: 526px;
	}
	
	.product_entry_header .sub_img {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
	
	.product_entry_header .sub_img div {
		margin: 0 16px 16px 0;
		width: 182px;
		height: 137px;
		overflow: hidden;
		position: relative;
	}

	.product_entry_header .sub_img.img_2,
	.product_entry_header .sub_img.img_1 {
		display: block;
	}

	.product_entry_header .sub_img.img_2 div {
		width: 230px;
		height: 173px;
	}
	
	.product_entry_header .sub_img.img_1 div {
		width: 348px;
		height: 261px;
	}
	
	.product_entry_header .info h1 {
		margin: 0 0 15px;
		font-size: 3.6rem;
		text-align: left;
	}
	
	.product_entry_header .info .title_sub {
		margin: 0 0 25px;
		font-size: 1.8rem;
		text-align: left;
	}
	
	.product_entry_header .info h4 {
		margin: 0 0 20px;
		text-align: left;
		font-size: 1.6rem;
	}
	
	.product_entry_header .info .taste {
		margin: 0;
		width: 130px;
	}

	.product_entry_header .info .taste.level5 {
		width: 22px;
	}
	
	.page_wrapper .btn_gold {
		margin: 0 auto 80px;
		width: 530px;
	}

	.page_wrapper .btn_gold a {
		font-size: 2.3rem;
	}

}

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

	.product_entry_header {
		margin: 0 0 20px;
	}

	.product_entry_header .main_img {
		margin: 0 10px 10px 0;
		width: 347px;
		height: 347px;
	}

	.product_entry_header_right {
		width: 243px;
	}

	.product_entry_header .sub_img {
		max-width: 300px;
	}

	.product_entry_header .sub_img.img_1 {
		max-width: 360px;
	}

	.product_entry_header .sub_img div {
		margin: 0 10px 10px 0;
		width: 102px;
		height: 77px;
	}
	
	.product_entry_header .sub_img.img_2 div {
		width: 102px;
		height: 77px;
	}
	
	.product_entry_header .sub_img.img_1 div {
		width: 194px;
		height: 146px;
	}
	
	.product_entry_header .sub_img div:nth-child(2n) {
		margin-right: 0;
	}

	.product_entry_header .info h1 {
		margin-bottom: 5px;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	
	.product_entry_header .info .title_sub {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	
	.product_entry_header .info h4 {
		margin: 0 0 10px;
		font-size: 1.2rem;
	}
	
	.product_entry_header .info .taste {
		margin: 0;
	}
	
	.product_entry_header .info .taste img {
		height: 20px;
		width: auto;
	}

	.page_wrapper .btn_gold {
		margin: 0 auto 40px;
		width: 296px;
	}

	.page_wrapper .btn_gold a {
		font-size: 1.6rem;
	}

}

.product_entry_use {
	margin: 70px 0 0;
	text-align: center;
}

.product_entry_use h2 {
	margin: 0 0 30px;
	padding: 0 5px 7px;
	font-size: 2.0rem;
	display: inline-block;
	border-bottom: 1px solid #373228;
}

.product_entry_use ul {
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	width: 198px;
}

.product_entry_use li {
	margin: 0 2.5px 6px;
	width: 60px;
}

@media screen and (min-width: 600px) {

	.product_entry_use {
		margin: 0;
		text-align: left;
	}

	.product_entry_use h2 {
		margin: 0 0 30px;
		font-size: 3.0rem;
		padding: 0 15px 7px 0;
		border-bottom: 2px solid #373228;
	}
	
	.product_entry_use ul {
		margin: 0 0 25px;
		display: flex;
		width: auto;
	}
	
	.product_entry_use li {
		margin: 0 16px 0 0;
		width: 75px;
	}

}

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

	.product_entry_use h2 {
		margin: 0 0 20px;
		font-size: 2.6rem;
	}
	
	.product_entry_use ul {
		margin: 0 0 20px;
	}

	.product_entry_use li {
		margin: 0 10px 0 0;
		width: 50px;
	}

}

/*---------------------------
 	マークアップ　-entry
----------------------------*/

.product_entry_body {
	margin: 0 20px 50px;
	overflow: hidden;
}

.entry p {
	margin: 0 0 20px;
	line-height: 1.6;
	font-size: 1.4rem;
}

.entry h2 {
	margin: 0 auto 30px;
	padding: 0 5px 7px;
	font-size: 2.0rem;
	display: table;
	border-bottom: 1px solid #373228;
	text-align: center;
	clear: both;
}

.entry h2.center {
	margin: 80px 0 30px;
	font-size: 2.0rem;
	line-height: 1.4;
	padding: 0;
	display: block;
	border-bottom: none;
	text-align: center;
	clear: both;
}

.entry h2.center:first-child {
	margin-top: 30px;
}

.entry h3.bg_beige {
	margin: 0 0 20px;
	padding: 10px 0;
	text-align: center;
	background: #F4EBCC;
	font-size: 2.0rem;
}

.entry h3.left_line {
	margin: 30px 0 20px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 5px solid #c99e03;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.entry h4 {
	margin: 30px 0 20px;
	line-height: 1.2; 
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.entry h4.gold {
	margin-top: 20px;
	color: #C99E03;
}

.entry p.clear_l {
	padding: 25px 0;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
}

.entry p.clear_s {
	padding: 10px 0;
	overflow: hidden;
	text-indent: -9999px;
	height: 0;
}

.entry p.block {
	margin: 50px 0 80px;
	padding: 20px 10px;
	background: #F4EBCC;
	border-radius: 10px;
}

.entry p.a_center {
	text-align: center;
}

.entry p.a_right {
	text-align: right;
}

.entry p.min {
	margin: 0 0 10px;
	line-height: 1.4;
	font-size: 1.2rem;
}

.entry p.flow {
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	font-size: 1.8rem;
	line-height: 1.3;
	min-height: 80px;
	text-align: center;
	background: url(../images/common/flow.svg) no-repeat center center;
	background-size: 100% auto;
}

.entry p em {
	color: #FE0101;
}

.entry p strong {
	font-weight: bold;
}

.entry iframe {
	margin: 0 0 20px;
	max-width: 100%;
}

.entry ul {
	margin: 20px 0;
	padding-left: 20px;
	list-style-type: disc
}

.entry ul li {
	margin: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.4em;
}

.entry ol {
	margin: 20px 0;
	padding-left: 20px;
}

.entry ol li {
	margin: 0 0 15px;
	font-size: 1.4rem;
	line-height: 1.4em;
}

.product_entry_body [class*="column3_"] {
	margin: 0 0 50px;
}

[class*=column-eximage],
[class*=column-file],
[class*=column-image],
[class*=column-map],
[class*=column-media],
[class*=column-module],
[class*=column-quote],
[class*=column-street-view],
[class*=column-video],
[class*=column-yolp],
[class*=column-youtube] {
    margin-bottom: 10px;
}

[class*=column2_] p,
[class*=column3_] p,
[class*=column4_] p {
	margin: 0 0 20px;
}

.column_clear {
	overflow: hidden;
	clear: both !important;
}

.column_pc {
	display: none;
}

.column_sp {
	display: block;
}

.column_back_yelow {
	padding: 15px;
	background: #FAECA0;
	border-radius: 15px;
	overflow: hidden;
}

.entry .column2_flow_left {
	margin: 0 10px 0 0;
	float: left;
	width: calc(50% - 10px);
}

.entry .column2_flow_right {
	float: left;
	width: 50%;
}

.entry .column_yellow {
	margin: 30px 0;
	padding: 15px 20px;
	background: #FAECA0;
	border-radius: 10px;
	overflow: hidden;
}

.entry .column_yellow p.min {
	margin-bottom: 15px;
}

.entry .acms-cell-text-left {
	text-align: left !important;
}

.entry .acms-cell-text-center {
	text-align: center !important;
}

.entry .acms-cell-text-right {
	text-align: right !important;
}

.entry table td.bd_top {
	border-top: 1px solid #373228;;
}

.entry table td.bd_bottom {
	border-bottom: 1px solid #373228;;
}

.entry table td.bd_left {
	border-left: 1px solid #373228;;
}

.entry table td.bd_right {
	border-right: 1px solid #373228;;
}


@media screen and (min-width: 600px) {

	.product_entry_body {
		margin: 0 0 50px;
	}

	.entry p {
		margin: 0 0 30px;
		line-height: 1.8;
		font-size: 1.8rem;
	}
	
	.entry .column3_left {
		margin: 0 15px 0 0;
		float: left;
		width: calc(33.3333% - 10px);
	}
	
	.entry .column3_center {
		margin: 0 15px 0 0;
		float: left;
		width: calc(33.3333% - 10px);
	}
	
	.entry .column3_right {
		float: left;
		width: calc(33.3333% - 10px);
	}

	.entry .column4_left1 {
		margin: 0 16px 0 0;
		float: left;
		width: calc(25% - 12px);
	}

	.entry .column4_left2 {
		margin: 0 16px 0 0;
		float: left;
		width: calc(25% - 12px);
	}

	.entry .column4_right1 {
		margin: 0 16px 0 0;
		float: left;
		width: calc(25% - 12px);
	}

	.entry .column4_right2 {
		float: left;
		width: calc(25% - 12px);
	}

	.entry .column2_left440 {
		margin: 0 16px 0 0;
		float: left;
		width: 440px;
	}

	.entry .column2_right620 {
		float: left;
		width: 620px;
	}

	.entry .column2_left620 {
		margin: 0 16px 0 0;
		float: left;
		width: 620px;
	}

	.entry .column2_right440 {
		float: left;
		width: 440px;
	}

	.entry .column2_left710 {
		margin: 0 16px 0 0;
		float: left;
		width: 710px;
	}

	.entry .column2_right350 {
		float: left;
		width: 350px;
	}

	.entry .column2_left350 {
		margin: 0 16px 0 0;
		float: left;
		width: 350px;
	}

	.entry .column2_right710 {
		float: left;
		width: 710px;
	}

	.entry .column1_w894 {
		margin: 0 auto;
		max-width: 894px;
	}

	.entry .column2_flow_left {
		margin: 0 16px 0 0;
		float: left;
		width: 440px;
	}

	.entry .column2_flow_right {
		float: left;
		width: 620px;
	}

	.entry h2 {
		margin: 0 0 30px;
		font-size: 3.0rem;
		padding: 0 15px 7px 0;
		display: inline-block;
		border-bottom: 2px solid #373228;
	}

	.entry h2.center {
		margin: 80px 0 50px;
		font-size: 3.2rem;
	}

	.entry h2.center:first-child {
		margin-top: 40px;
	}

	.entry h3.bg_beige {
		margin: 0 0 50px;
		font-size: 2.8rem;
	}

	.entry h3.left_line {
		margin: 0 0 30px;
		padding: 0 0 0 15px;
		border-left: 5px solid #c99e03;
		font-size: 2.8rem;
	}
	
	.entry h4 {
		margin: 0 0 20px;
		font-size: 2.4rem;
	}

	.entry h4.gold {
		margin-top: 40px;
	}

	.entry p.clear_l {
		padding: 45px 0;
	}
	
	.entry p.clear_s {
		padding: 20px 0;
	}

	.entry p.block {
		margin: 80px 8% 100px;
		padding: 30px 16px;
	}

	.entry p.min {
		margin: 0 0 30px;
		line-height: 1.6;
		font-size: 1.6rem;
	}

	.entry p.flow {
		margin: 0 0 15px 0;
		padding: 30px 0 0 95px;
		font-size: 2.8rem;
		line-height: 1.4;
		min-height: 170px;
		background: url(../images/common/flow.svg) no-repeat right center;
		background-size: 348px auto;
	}

	.entry iframe {
		margin: 0 0 30px;
	}

	.entry ul {
		margin: 30px 0;
		padding-left: 20px;
		list-style-type: disc
	}
	
	.entry ul li {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	
	.entry ol {
		margin: 30px 0;
		padding-left: 20px;
	}
	
	.entry ol li {
		margin: 0 0 15px;
		font-size: 1.6rem;
	}

	.product_entry_body [class*="column3_"] {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	[class*=column-eximage],
	[class*=column-file],
	[class*=column-image],
	[class*=column-map],
	[class*=column-media],
	[class*=column-module],
	[class*=column-quote],
	[class*=column-street-view],
	[class*=column-video],
	[class*=column-yolp],
	[class*=column-youtube] {
	    margin-bottom: 20px;
	}

	.column-image-left,
	.column-media-left {
		margin-right: 16px;
	}
	
	.column-image-right,
	.column-media-right {
		margin-left: 16px;
	}

	.column_pc {
		display: block;
	}
	
	.column_sp {
		display: none;
	}

	.entry_img_l,
	.entry_media_l {
		width: 100%;
	}

	.entry_img_m,
	.entry_media_m {
		width: 530px;
	}

	.entry_img_s,
	.entry_media_s {
		width: 348px;
	}

	.column_back_yelow {
		padding: 20px 30px;
		border-radius: 20px;
	}

	.entry .column_yellow {
		margin: 50px 0;
		padding: 20px 30px;
		border-radius: 15px;
	}
	
	.entry .column_yellow p.min {
		margin-bottom: 15px;
	}

}

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

	.entry p {
		line-height: 1.6;
		font-size: 1.4rem;
	}
	
	.entry .column3_left {
		margin: 0 10px 0 0;
		float: left;
		width: calc(33.3333% - 7px);
	}
	
	.entry .column3_center {
		margin: 0 10px 0 0;
		float: left;
		width: calc(33.3333% - 7px);
	}
	
	.entry .column3_right {
		float: left;
		width: calc(33.3333% - 7px);
	}

	.entry .column1_w894 {
		max-width: inherit;
	}

	.entry h2 {
		margin: 0 0 20px;
		font-size: 2.5rem;
	}

	.entry h2.center {
		margin: 80px 0 30px;
		font-size: 2.5rem;
	}

	.entry h3.bg_beige {
		margin: 0 0 30px;
		padding: 10px 0;
		font-size: 2.0rem;
	}
	
	.entry h3.left_line {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 2.0rem;
	}
	
	.entry h4 {
		padding: 0 0 0 20px;
		font-size: 1.6rem;
	}

	.entry h4.gold {
		margin-top: 30px;
	}

	.entry p.clear_l {
		padding: 20px 0;
	}
	
	.entry p.clear_s {
		padding: 10px 0;
	}
	
	.entry p.block {
		margin: 50px 8% 80px;
		padding: 20px 10px;
	}

	.entry iframe {
		margin: 0 0 20px;
	}

	.product_entry_body [class*="column3_"] {
		margin-top: 15px;
		margin-bottom: 30px;
	}

}


.product_entry_spec {
	clear: both;
	margin: 0 0 50px;
}

.product_entry_spec ul {
	padding-left: 0;
	list-style-type: none;
}

.product_entry_spec h2 {
	margin: 40px 0 30px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 5px solid #c99e03;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}

.product_entry_spec li .spec_gram div {
	margin: 0 0 10px;
	padding: 3px 14px;
	color: #fff;
	font-size: 1.5rem;
	background: #c99e03;
	display: inline-block;
}

.product_entry_spec li figure {
	margin: 0 0 20px;
}

.product_entry_spec li .spec_detail {
	margin: 0 0 35px;
	font-size: 1.4rem;
}

.product_entry_spec li .spec_detail dl {
	margin: 0 0 20px;
}

.product_entry_spec li .spec_detail dd {
	margin: 0 0 0 10px;
}

.product_entry_spec li .btn_black {
	margin: 0 auto;
	width: 295px;
}

.product_entry_spec li .btn_black a {
	display: block;
	padding: 15px 10px 15px 45px;
	font-size: 1.4rem;
	color: #fff;
	background: #000 url(../images/svg/icon_cart.svg) no-repeat 10px center;
	background-size: 28px auto;
}

@media screen and (min-width: 600px) {

	.product_entry_spec {
		margin: 0 0 70px;
	}

	.product_entry_spec h2 {
		margin: 0 0 30px;
		padding: 0 0 0 15px;
		border-left: 5px solid #c99e03;
		font-size: 2.8rem;
	}
	
	.product_entry_spec li {
		margin: 0;
		padding-top: 10px;
		display: flex;
		align-items: flex-start;
	}
	
	.product_entry_spec li .spec_gram div {
		margin: 0 15px 0 0;
		padding: 2px 14px;
		font-size: 2.4rem;
	}
	
	.product_entry_spec li figure {
		margin: 0 15px 0 0;
		width: 257px;
	}
	
	.product_entry_spec li .spec_detail {
		margin: 0 20px 0 0;
		font-size: 1.8rem;
		width: calc(100% - 640px);
	}
	
	.product_entry_spec li .btn_black {
		margin-left: auto;
		width: 275px;
		flex-shrink: 0;
	}
	
	.product_entry_spec li .btn_black a {
		padding: 12px 5px 12px 65px;
		font-size: 1.5rem;
		background: #000 url(../images/svg/icon_cart.svg) no-repeat 25px center;
		background-size: 28px 28px;
	}

}

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

	.product_entry_spec {
		margin: 0 0 30px;
	}

	.product_entry_spec h2 {
		margin: 0 0 30px;
		padding: 0 0 0 10px;
		font-size: 2.0rem;
	}
	
	.product_entry_spec li {
		padding: 0;
		flex-wrap: wrap;
	}

	.product_entry_spec li .spec_gram {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.product_entry_spec li .spec_gram div {
		margin: 0 15px 0 0;
		padding: 2px 10px;
		font-size: 1.6rem;
	}
	
	.product_entry_spec li figure {
		margin: 0 10px 0 0;
		width: 194px;
	}
	
	.product_entry_spec li .spec_detail {
		margin: 0;
		font-size: 1.4rem;
		width: calc(100% - 390px);
	}
	
	.product_entry_spec li .btn_black {
		margin-left: auto;
		margin-right: 0;
		width: auto;
		text-align: left;
	}
	
	.product_entry_spec li .btn_black a {
		padding: 65px 15px 20px 15px;
		font-size: 1.4rem;
		background: #000 url(../images/svg/icon_cart.svg) no-repeat center 20px;
		background-size: 28px 28px;
	}

}

.page_wrapper .btn_column {
	margin: 0 15px 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_wrapper .btn_column > div {
	margin: 0 5px 20px;
	width: calc(50% - 10px);
}

.page_wrapper .btn_column a {
	font-size: 1.4rem;
	letter-spacing: 0;
	background-position: right 10px center;
	background-size: 6px auto;
}

.product_index .btn_column .selected,
.page_wrapper .btn_column .selected {
	display: none;
}

@media screen and (min-width: 600px) {

	.page_wrapper .btn_column {
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	
	.page_wrapper .btn_column > div {
		margin: 0 15px 30px 0;
		width: calc(25% - 10px);
	}
	
	.page_wrapper .btn_column a {
		font-size: 2.4rem;
		letter-spacing: 0;
		background-position: right 15px center;
		background-size: 10px auto;
	}
	
	.page_wrapper .btn_column > div:last-child {
		margin-right: 0;
	}
	
	.page_wrapper .btn_column .selected {
		display: none;
	}

}

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

	.page_wrapper .btn_column a {
		font-size: 1.6rem;
		background-position: right 10px center;
		background-size: 6px auto;
	}

}

.sesame_gift_set {
	margin: 0 0 50px;
	border: 1px solid #373228;
	width: 100%;
}

.sesame_gift_set th {
	padding: 3px 0;
	background: #F4EBCC;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
}

.sesame_gift_set th:first-child {
	width: 55%;
}

.sesame_gift_set th:last-child {
	width: 5%;
}

.sesame_gift_set .set_header {
	border-top: 1px solid #373228;
}

.sesame_gift_set .set_header td {
	padding: 10px 10px 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
}

.sesame_gift_set .set_header .table_btn span {
	position: relative;
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 auto;
}

.sesame_gift_set .set_header .table_btn span::before,
.sesame_gift_set .set_header .table_btn span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #373228;
	margin: auto;
}

.sesame_gift_set .set_header .table_btn span::before {
	height: 1px;
	width: 10px;
}

.sesame_gift_set .set_header .table_btn span::after {
	height: 10px;
	width: 1px;
	transform: rotate(0deg);
    transition: all 0.3s ease;
}

.sesame_gift_set .set_header.open .table_btn span::after {
	transform: rotate(90deg);
}

@media screen and (min-width: 600px) {

	.sesame_gift_set th {
		padding: 5px 10px;
		font-size: 1.8rem;
		width: 31.6%;
	}

	.sesame_gift_set th:first-child {
		width: 31.6%;
	}
	
	.sesame_gift_set th:last-child {
		width: 5%;
	}
	
	.sesame_gift_set .set_header {
		cursor: pointer;
	}
	
	.sesame_gift_set .set_header td {
		padding: 15px 10px;
		font-size: 1.8rem;
	}

	.sesame_gift_set .set_header td:first-child {
		white-space: nowrap;
	}
	
	.sesame_gift_set .set_header .table_btn span {
		width: 15px;
		height: 15px;
	}
	
	.sesame_gift_set .set_header .table_btn span::before {
		width: 15px;
	}
	
	.sesame_gift_set .set_header .table_btn span::after {
		height: 15px;
	}
	
}

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

	.sesame_gift_set th {
		font-size: 1.4rem;
	}

	.sesame_gift_set .set_header td {
		padding: 10px 10px;
		font-size: 1.4rem;
	}
	
	.sesame_gift_set .set_header .table_btn span {
		width: 12px;
		height: 12px;
	}
	
	.sesame_gift_set .set_header .table_btn span::before {
		width: 12px;
	}
	
	.sesame_gift_set .set_header .table_btn span::after {
		height: 12px;
	}

}

.sesame_gift_set .set_body {
	background: url(../images/common/line_dotted.png) repeat-x 0 top;
	background-size: auto 1px;
}

.sesame_gift_set .set_body td .inner {
	display: none;
}

.sesame_gift_set .set_body td .inner > div {
	padding: 12px 12px 0;
}

.sesame_gift_set .set_body .set_box {
	margin: 0 0 5px;
	display: flex;
}

.sesame_gift_set .set_body figure {
	margin: 0 10px 0 0;
	width: 133px;
	flex-shrink: 0;
}

.sesame_gift_set .set_body .set_body_center p {
	margin: 0 0 5px;
	font-size: 1.2rem;
}

.sesame_gift_set .set_body .set_body_center h4 {
	margin: 0 0 10px;
	padding: 1px 8px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	background: #373228;
	font-size: 0.9rem;
}

.sesame_gift_set .set_body .set_body_center p.taste {
	width: 80px;
}

.sesame_gift_set .set_body .set_body_right dl {
	margin: 0 0 15px;
	font-size: 1.2rem;
}

.sesame_gift_set .set_body .set_body_right dd {
	margin: 0 0 0 5px;
}

@media screen and (min-width: 600px) {

	.sesame_gift_set .set_body {
		background: url(../images/common/line_dotted.png) repeat-x 0 top;
		background-size: auto 1px;
	}
	
	.sesame_gift_set .set_body td .inner > div {
		padding: 25px 50px 5px;
		display: flex;
	}

	.sesame_gift_set .set_body .set_box {
		margin: 0;
	}
	
	.sesame_gift_set .set_body figure {
		margin: 0 30px 0 0;
		width: 182px;
	}
	
	.sesame_gift_set .set_body .set_body_center {
		width: 280px;
	}
	
	.sesame_gift_set .set_body .set_body_center p {
		margin: 0 0 25px;
		line-height: 1.5;
		font-size: 1.6rem;
	}
	
	.sesame_gift_set .set_body .set_body_center h4 {
		margin: 0 0 15px;
		padding: 2px 15px;
		font-size: 1.6rem;
	}
	
	.sesame_gift_set .set_body .set_body_center p.taste {
		margin: 0 0 0 10px;
		width: 120px;
	}
	
	.sesame_gift_set .set_body .set_body_right {
		margin: 0 0 0 60px;
	}
	
	.sesame_gift_set .set_body .set_body_right dl {
		margin: 0 0 25px;
		font-size: 1.6rem;
	}
	
	.sesame_gift_set .set_body .set_body_right dd {
		margin: 0 0 0 10px;
	}

}

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

	.sesame_gift_set .set_body td .inner > div {
		padding: 20px 33px 5px;
	}

	.sesame_gift_set .set_body figure {
		margin: 0 10px 0 0;
		width: 123px;
	}
	
	.sesame_gift_set .set_body .set_body_center {
		width: 200px;
	}
	
	.sesame_gift_set .set_body .set_body_center p {
		margin: 0 0 20px;
		font-size: 1.2rem;
	}
	
	.sesame_gift_set .set_body .set_body_center h4 {
		margin: 0 0 10px;
		padding: 2px 10px;
		font-size: 1.0rem;
	}
	
	.sesame_gift_set .set_body .set_body_center p.taste {
		margin: 0 0 0 5px;
		width: 80px;
	}
	
	.sesame_gift_set .set_body .set_body_right {
		margin: 0 0 0 20px;
	}
	
	.sesame_gift_set .set_body .set_body_right dl {
		margin: 0 0 20px;
		font-size: 1.2rem;
	}
	
	.sesame_gift_set .set_body .set_body_right dd {
		margin: 0 0 0 5px;
	}

}

.sesame_oil_special_header {
	height: 375px;
	display: flex;
	align-items: center;
}

.sesame_oil_special_header div {
	margin: 0 0 0 20px;
}

.sesame_oil_special_header h1 {
	margin: 0 0 20px;
	font-size: 2.25rem;
}

.sesame_oil_special_header p {
	margin: 0 110px 0 0;
	font-size: 2.0rem;
	line-height: 1.3;
}

.sesame_oil_special_header.kuki_taihaku_special {
	background: url(../images/title/kuki_taihaku_special_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_special_header.kuki_yamashichi_special h1,
.sesame_oil_special_header.kuki_yamashichi_special p {
	color: #fff;
}

.sesame_oil_special_header.kuki_yamashichi_special {
	background: url(../images/title/kuki_yamashichi_special_sp.jpg) no-repeat center center;
	background-size: cover;
}

.sesame_oil_special .page_wrapper {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {

	.sesame_oil_special .path {
		margin: 0 auto;
		max-width: 1076px;
	}
	
	.sesame_oil_special_header {
		height: 670px;
		display: block;
	}
	
	.sesame_oil_special_header div {
		margin: 0 auto;
		max-width: 1076px;
	}
	
	.sesame_oil_special_header h1 {
		margin: 0 0 25px;
		padding-top: 150px;
		font-size: 3.6rem;
	}
	
	.sesame_oil_special_header p {
		margin: 0;
		font-size: 2.8rem;
	}
	
	.sesame_oil_special_header.kuki_taihaku_special {
		background: url(../images/title/kuki_taihaku_special_pc.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.sesame_oil_special_header.kuki_yamashichi_special {
		background: url(../images/title/kuki_yamashichi_special_pc.jpg) no-repeat center center;
		background-size: cover;
	}

}

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

	.sesame_oil_special .path {
		display: none;
	}
	
	.sesame_oil_special_header {
		margin: 20px 0 0;
		height: 400px;
		display: block;
	}
	
	.sesame_oil_special_header div {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 640px;
	}
	
	.sesame_oil_special_header h1 {
		margin: 0 0 20px;
		padding-top: 100px;
		font-size: 2.8rem;
	}
	
	.sesame_oil_special_header p {
		font-size: 2.0rem;
	}

}

.page_navi {
	margin: 20px 0 40px;
	text-align: center;
}

.page_navi h2 {
	margin: 0 0 20px;
	padding: 0 0 3px;
	font-size: 1.5rem;
	border-bottom: 1px solid #373228;
	display: inline-block;
}

.page_navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_navi li {
	margin: 0 !important;
	border-bottom: 1px solid #373228;
	font-size: 1.5rem;
}

.page_navi li:nth-child(1) {
	border-top: 1px solid #373228;
}

.page_navi li a {
	display: flex;
	min-height: 60px;
	justify-content: center;
	align-items: center;
	background: url(../images/common/arrow_down.png) no-repeat right 15px center;
	background-size: 14px auto;
}

@media screen and (min-width: 600px) {

	.page_navi {
		margin: 50px auto 100px;
		max-width: 900px;
	}
	
	.page_navi h2 {
		margin: 0 0 40px;
		font-size: 2.4rem;
		border-bottom: 2px solid #373228;
	}
	
	.page_navi ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	
	.page_navi li {
		margin: 0 15px 0 0 !important;
		width: calc(50% - 8px);
		border-bottom: 1px solid #373228;
		font-size: 2.0rem;
	}
	
	.page_navi li:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.page_navi li:nth-child(1),
	.page_navi li:nth-child(2) {
		border-top: 1px solid #373228;
	}
	
	.page_navi li a {
		min-height: 80px;
		background: url(../images/common/arrow_down.png) no-repeat right 20px center;
		background-size: 18px auto;
	}

}

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

	.page_navi {
		margin: 30px auto 80px;
		max-width: 550px;
	}
	
	.page_navi h2 {
		margin: 0 0 40px;
		font-size: 1.6rem;
	}
	
	.page_navi li {
		margin: 0 10px 0 0;
		width: calc(50% - 8px);
		font-size: 1.4rem;
	}
	
	.page_navi li a {
		min-height: 60px;
		background: url(../images/common/arrow_down.png) no-repeat right 10px center;
		background-size: 12px auto;
	}

}


/*--------------------
	業務用商品一覧
--------------------*/

.prouse_header {
	padding: 20px 10px;
	background: url(../images/common/back_sp.jpg) center center;
	background-size: cover;
}

.prouse_header > div {
	padding: 25px 10px;
	background: #fff;
}

.prouse_header h2 {
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.5rem;
	position: relative;
	display: flex;
	align-items: center;
}

.prouse_header h2::before,
.prouse_header h2::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #373228;
	display: block;
}

.prouse_header h2::before {
	margin-right: 2em;
}

.prouse_header h2::after {
	margin-left: 2em;
}

.prouse_catalog > div {
	display: flex;
}

.prouse_catalog {
	margin: 0 0 20px;
}

.prouse_catalog figure {
	margin-right: 22px;
	max-width: 140px;
}

.prouse_catalog > div > div {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.prouse_header p {
	font-size: 1.2rem;
}

.prouse_catalog .btn_gold a {
	padding: 15px 0;
	font-size: 1.0rem;
	background-position: right 10px center;
	background-size: 7px;
}

@media screen and (min-width: 600px) {

	.prouse_header {
		padding: 35px 0;
		display: flex;
		justify-content: center;
		background: url(../images/common/back_pc.jpg) center center;
		background-size: cover;
	}
	
	.prouse_header > div {
		padding: 35px 40px;
		max-width: 530px;
	}
	
	.prouse_catalog {
		margin: 0 15px 0 0;
	}
	
	.prouse_header h2 {
		margin: 0 0 25px;
		font-size: 2.0rem;
	}
	
	.prouse_header h2::before {
		margin-right: 1em;
	}
	
	.prouse_header h2::after {
		margin-left: 1em;
	}
	
	.prouse_catalog figure {
		margin-right: 20px;
		max-width: 210px;
	}
	
	.prouse_header p {
		font-size: 1.6rem;
	}
	
	.prouse_catalog .btn_gold a {
		padding: 13px 0;
		font-size: 1.4rem;
		background-position: right 10px center;
		background-size: 7px;
	}
	
	.prouse_catalog .btn_gold a:hover {
		opacity: 0.7;
	}

}

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

	.prouse_header {
		padding: 30px 0;
		display: block;
		background: url(../images/common/back_pc.jpg) center center;
		background-size: cover;
	}

	.prouse_header > div {
		margin: 0 auto;
		padding: 20px 50px 30px;
		max-width: 600px;
	}
	
	.prouse_header .prouse_catalog {
		margin-bottom: 30px;
	}
	
	.prouse_header h2 {
		margin: 0 0 25px;
		font-size: 1.4rem;
	}
	
	.prouse_header h2::before {
		margin-right: 3em;
	}
	
	.prouse_header h2::after {
		margin-left: 3em;
	}
	
	.prouse_catalog figure {
		margin: 0 auto;
		max-width: 154px;
	}
	
	.prouse_header p {
		font-size: 1.2rem;
	}
	
	.prouse_catalog .btn_gold a {
		padding: 15px 0;
		font-size: 1.2rem;
		background-position: right 10px center;
		background-size: 7px;
	}
	

}

.prouse_recommend li {
	margin: 0 0 20px;
}

.prouse_recommend li:last-child {
	margin: 0;
}

.prouse_recommend li a {
	display: flex;
}

.prouse_recommend li figure {
	margin: 0 20px 0 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	flex-shrink: 0;
}

.prouse_recommend li h3 {
	margin: 0 0 5px;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}

.prouse_recommend li h3 span {
	margin: 0 10px 0 0;
	color: #fff;
	background: #C99E03;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 1.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

@media screen and (min-width: 600px) {

	.prouse_header .prouse_recommend {
		padding-bottom: 15px;
	}
	
	.prouse_recommend li figure {
		width: 140px;
		height: 140px;
	}
	
	.prouse_recommend li h3 {
		margin: 0 0 10px;
		font-size: 2.0rem;
	}
	
	.prouse_recommend li h3 span {
		margin: 0 15px 0 0;
		width: 60px;
		height: 60px;
		font-size: 1.4rem;
	}

}

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

	.prouse_recommend ul {
		margin: 0 -5px;
		display: flex;
		justify-content: space-between;
	}

	.prouse_recommend li {
		margin: 0 0 10px;
		width: calc(50% - 5px);
	}

	.prouse_recommend li a {
		display: block;
	}

	.prouse_recommend li figure {
		margin: 0 0 10px;
		width: 100px;
		height: 100px;
	}
	
	.prouse_recommend li h3 {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	
	.prouse_recommend li h3 span {
		margin: 0 10px 0 0;
		width: 50px;
		height: 50px;
		font-size: 1.2rem;
	}

}

.prouse_index_main {
	padding: 50px 20px;
}

.prouse_desc p {
	font-size: 1.4rem;
	line-height: 1.7;
}

@media screen and (min-width: 600px) {

	.prouse_index_main {
		padding: 50px 0 55px;
	}
	
	.prouse_desc {
		margin: 0 auto;	
		max-width: 900px;
	}
	
	.prouse_desc p {
		font-size: 1.8rem;
	}

}

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

	.prouse_index_main {
		margin: 0 auto;
		padding: 50px 0;
		max-width: 600px;
	}
	
	.prouse_desc {
		margin: 0;	
		max-width: inherit;
	}
	
	.prouse_desc p {
		font-size: 1.4rem;
	}

}

.prouse_index_list {
	margin: 50px auto 0;
}

.prouse_index_list h1,
.prouse_recommend_recipe h2 {
	margin: 0 auto 20px;
	font-size: 1.2rem;
	text-align: center;
	width: 90%;
	letter-spacing: 0.1em;
}

.prouse_index_list h1 span,
.prouse_recommend_recipe h2 span {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #373228;
	display: block;
	font-size: 2.25rem;
}

.prouse_index_list ul {
	margin: 30px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prouse_index_list li {
	margin: 0 5px 30px;
	width: calc(50% - 10px);
}

.prouse_index_list li a {
}

.prouse_index_list li figure {
	margin: 0 0 15px;
}

.prouse_index_list li h3 {
	font-size: 1.5rem;
	text-align: center;
}

@media screen and (min-width: 600px) {

	.prouse_index_list {
		margin: 100px auto 0;
		max-width: 930px;
	}

	.prouse_index_list h1,
	.prouse_recommend_recipe h2 {
		margin: 0 auto 50px;
		font-size: 1.6rem;
		width: 450px;
	}

	.prouse_index_list h1 span,
	.prouse_recommend_recipe h2 span {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 3.6rem;
	}

	.prouse_index_list ul {
		margin: 0;
	}
	
	.prouse_index_list li {
		margin: 0 0 16px;
		width: calc(50% - 10px);
	}
	
	.prouse_index_list li a {
		display: flex;
		align-items: center;
		background: url(../images/common/arrow.png) no-repeat right center;
		background-size: 10px auto;
	}
	
	.prouse_index_list li figure {
		margin: 0 30px 0 0;
		max-width: 200px;
	}
	
	.prouse_index_list li h3 {
		font-size: 2.4rem;
		text-align: left;
	}

}

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

	.prouse_index_list {
		margin: 50px auto 0;
		max-width: 510px;
	}

	.prouse_index_list h1,
	.prouse_recommend_recipe h2 {
		margin: 0 auto 30px;
		font-size: 1.2rem;
		width: 340px;
	}

	.prouse_index_list h1 span,
	.prouse_recommend_recipe h2 span {
		margin-bottom: 14px;
		padding-bottom: 14px;
		font-size: 2.8rem;
	}

	.prouse_index_list li {
		margin: 0 0 12px;
		width: calc(50% - 5px);
	}
	
	.prouse_index_list li figure {
		margin: 0 20px 0 0;
		max-width: 120px;
	}
	
	.prouse_index_list li h3 {
		font-size: 1.6rem;
	}

}

.prouse_recommend_recipe {
	margin: 20px auto 0;
}

.prouse_recommend_recipe ul {
	margin: 30px 0 0;
}

.prouse_recommend_recipe li {
	margin: 0 0 30px;
}

.prouse_recommend_recipe li figure {
	position: relative;
}

.prouse_recommend_recipe li figure .btn_bk {
	position: absolute;
	left: 0;
	right: 0;
	width: 26px;
	bottom: 20px;
	margin: auto;
}

.prouse_recommend_recipe h3 {
	margin: 15px 0 0;
	text-align: center;
	font-size: 1.5rem;
}

@media screen and (min-width: 600px) {

	.prouse_recommend_recipe {
		margin: 90px auto 0;
		max-width: 1076px;
	}
	
	.prouse_recommend_recipe ul {
		margin: 0;
		display: flex;
		justify-content: space-between;
	}
	
	.prouse_recommend_recipe li {
		margin: 0;
		width: calc(33.3333% - 10px);
	}
	
	.prouse_recommend_recipe h3 {
		margin: 24px 0 0;
		font-size: 2.4rem;
	}

}

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

	.prouse_recommend_recipe {
		margin: 38px auto 0;
		max-width: 600px;
	}
	
	.prouse_recommend_recipe li {
		margin: 0;
		width: calc(33.3333% - 5px);
	}
	
	.prouse_recommend_recipe h3 {
		margin: 16px 0 0;
		font-size: 1.6rem;
	}

	.prouse_recommend_recipe li figure .btn_bk {
		width: 22px;
		bottom: 16px;
	}

}

.prouse_recipe .btn_gold {
	margin: 0 6%;
}

.prouse_recipe ul {
	margin: 20px -5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prouse_recipe li {
	margin: 0 0 20px;
	width: calc(50% - 5px);
}

.prouse_recipe li a {
	padding: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	background: #F4EAD4 url(../images/common/arrow.png) no-repeat right 15px center;
	background-size: 6px auto;
	border-radius: 30px;
}

@media screen and (min-width: 600px) {

	.prouse_recipe {
		margin: 90px auto 0;
		max-width: 795px;
	}
	
	.prouse_recipe .btn_gold {
		margin: 0 auto;
		max-width: 530px;
	}
	
	.prouse_recipe ul {
		margin: 50px auto 0;
		max-width: 795px;
	}
	
	.prouse_recipe li {
		margin: 0 0 20px;
		width: calc(33.3333% - 8px);
	}
	
	.prouse_recipe li a {
		padding: 18px 0;
		font-size: 2.0rem;
		background: #F4EAD4 url(../images/common/arrow.png) no-repeat right 20px center;
		background-size: 12px auto;
	}
	
	.prouse_recipe li a:hover {
		opacity: 0.7;
	}

}

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

	.prouse_recipe {
		margin: 50px auto 0;
		max-width: 600px;
	}
	
	.prouse_recipe .btn_gold {
		max-width: 296px;
	}
	
	.prouse_recipe ul {
		margin: 30px auto 0;
		max-width: 480px;
	}
	
	.prouse_recipe li {
		margin: 0 0 15px;
		width: calc(33.3333% - 5px);
	}
	
	.prouse_recipe li a {
		padding: 10px 0;
		font-size: 1.4rem;
		background: #F4EAD4 url(../images/common/arrow.png) no-repeat right 15px center;
		background-size: 6px auto;
	}

}

.prouse_contact {
	margin: 50px auto 0;
	text-align: center;
}

.prouse_contact p {
	font-size: 1.4rem;
}

.prouse_contact .btn_gold {
	margin: 30px auto 0;
}

.prouse_contact .btn_gold a {
	padding: 10px 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media screen and (min-width: 600px) {

	.prouse_contact {
		margin: 80px auto 0;
		max-width: 795px;
	}
	
	.prouse_contact p {
		font-size: 1.6rem;
	}

	.prouse_contact .btn_gold {
		margin: 50px auto 0;
		max-width: 530px;
	
	}
	
	.prouse_contact .btn_gold a {
		padding: 30px 0;
		font-size: 2.0rem;
	}

}

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

	.prouse_contact {
		margin: 35px auto 0;
		max-width: 600px;
	}
	
	.prouse_contact p {
		font-size: 1.4rem;
	}

	.prouse_contact .btn_gold {
		margin: 30px auto 0;
		max-width: 340px;	
	}
	
	.prouse_contact .btn_gold a {
		padding: 16px 0;
		font-size: 1.4rem;
	}

}

.sesame_oil_prouse .product_index_header h1,
.rayu .product_index_header h1,
.sesame_roasted-ground_prouse .product_index_header h1,
.sesame_paste_prouse .product_index_header h1,
.sesame_other_prouse .product_index_header h1 {
	padding-left: 53px;
	line-height: 2.4;
	background: url(../images/common/star.png) no-repeat 0 center;
	background-size: 50px auto;
}

.rayu .product_index_header h1,
.rayu .product_index_header p {
	color: #fff;
}

.sp_product_index_header_text {
	margin: 20px 20px 50px;
}

.sp_product_index_header_text p {
	font-size: 1.2rem;
	line-height: 1.7;
}

.product_index_list > h3 {
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 5px solid #c99e03;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.product_index_list h4 {
	margin: 10px 0 0;
	font-size: 1.2rem;
}

@media screen and (min-width: 600px) {

	.sesame_oil_prouse .product_index_header h1,
	.rayu .product_index_header h1,
	.sesame_roasted-ground_prouse .product_index_header h1,
	.sesame_paste_prouse .product_index_header h1,
	.sesame_other_prouse .product_index_header h1 {
		margin-bottom: 10px;
		padding-left: 80px;
		line-height: 2;
		background: url(../images/common/star.png) no-repeat 0 center;
		background-size: 70px auto;
	}

	.sp_product_index_header_text {
		display: none;
	}

	.product_index_list > h3 {
	    margin: 0 0 30px;
	    padding: 0 0 0 15px;
	    font-size: 2.8rem;
	}

	.product_index_list h4 {
		margin: 16px 0 0;
		font-size: 1.6rem;
	}

}

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

	.sesame_oil_prouse .product_index_header h1,
	.rayu .product_index_header h1,
	.sesame_roasted-ground_prouse .product_index_header h1,
	.sesame_paste_prouse .product_index_header h1,
	.sesame_other_prouse .product_index_header h1 {
		margin-bottom: 0;
		padding-left: 53px;
		background: url(../images/common/star.png) no-repeat 0 center;
		background-size: 50px auto;
	}

	.product_index_list > h3 {
	    margin: 0 0 20px;
	    padding: 0 0 0 10px;
	    font-size: 2.0rem;
	}

	.product_index_list h4 {
		margin: 12px 0 0;
		font-size: 1.2rem;
	}

}

.prouse_index_graph {
	margin: 0 0 50px;
	text-align: center;
}

.prouse_index_graph h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
}

@media screen and (min-width: 600px) {

	.prouse_index_graph {
		margin: 0 0 100px;
	}
	
	.prouse_index_graph h2 {
		margin: 0 0 50px;
		font-size: 3.2rem;
	}
	
	.prouse_index_graph figure {
		margin: 0 auto;
		max-width: 894px;
	}

}

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

	.prouse_index_graph {
		margin: 0 0 50px;
	}
	
	.prouse_index_graph h2 {
		margin: 0 0 30px;
		font-size: 2.5rem;
	}
	
	.prouse_index_graph figure {
		margin: 0 auto;
		max-width: inherit;
	}

}

/*--------------------
	業務用商品詳細
--------------------*/

.product_prouse_entry_header {
	margin-bottom: 12px;
}

.product_prouse_entry_header .main_img {
	margin: 0 0 20px;
}

.product_feature,
.product_standard {
	margin: 15px 20px 0;
}

.product_feature h2,
.product_standard h2 {
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 5px solid #c99e03;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.product_feature p,
.product_standard p {
	line-height: 1.6;
	font-size: 1.5rem;
}

.product_standard ul {
	margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
}

.product_standard li {
	margin: 0 4px 8px;
	padding: 8px 0;
	width: calc(50% - 8px);
	background: #F5ECCC;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 5px;
}

@media screen and (min-width: 600px) {

	.product_prouse_entry_header {
		margin-bottom: 34px;
	}

	.product_prouse_entry_header .main_img {
		margin: 0 20px 0 0;
		width: 530px;
		height: 530px;
	}
	
	.product_feature,
	.product_standard {
		margin: 25px 0 30px;
	}

	.product_feature h2,
	.product_standard h2 {
		margin: 0 0 20px;
		padding: 0 0 0 15px;
		border-left: 5px solid #c99e03;
		font-size: 2.8rem;
	}

	.product_feature p,
	.product_standard p {
		line-height: 1.8;
		font-size: 1.6rem;
	}
	
	.product_standard ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.product_standard li {
		margin: 0 16px 16px 0;
		padding: 8px 0;
		width: calc(33.3333% - 11px);
		background: #F5ECCC;
		font-size: 1.4rem;
		text-align: center;
		border-radius: 5px;
	}
	
	.product_standard li:nth-child(3n) {
		margin-right: 0;
	}

}

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

	.product_prouse_entry_header {
		margin-bottom: 30px;
	}

	.product_prouse_entry_header .main_img {
		margin: 0 10px 0 0;
		width: 347px;
		height: 347px;
	}
	
	.product_feature,
	.product_standard {
		margin: 15px 0 0;
	}

	.product_feature h2,
	.product_standard h2 {
		margin: 0 0 10px;
		padding: 0 0 0 8px;
		border-left: 5px solid #c99e03;
		font-size: 2.0rem;
	}

	.product_feature p,
	.product_standard p {
		line-height: 1.6;
		font-size: 1.4rem;
	}
	
	.product_standard li {
		margin: 0 8px 8px 0;
		padding: 5px 5px;
		width: auto;
		font-size: 1.2rem;
	}
	
	.product_standard li:nth-child(3n) {
		margin-right: 8px
	}

}

.prouse_entry_recipe {
	margin: 50px 20px;
	text-align: center;
}

.prouse_entry_recipe h2 {
	margin: 0 0 20px;
	font-size: 2.0rem;
}

.prouse_entry_recipe li {
	margin: 0 0 20px;
}

.prouse_entry_recipe li figure {
	position: relative;
}

.prouse_entry_recipe li p {
	margin: 12px 0 0;
	font-size: 1.2rem;
}

.prouse_entry_recipe li figure .btn_bk {
    position: absolute;
    left: 0;
    right: 0;
    width: 26px;
    bottom: 20px;
    margin: auto;
}

@media screen and (min-width: 600px) {

	.prouse_entry_recipe {
		margin: 100px 0;
		text-align: center;
	}
	
	.prouse_entry_recipe h2 {
		margin: 0 0 50px;
		font-size: 3.2rem;
	}
	
	.prouse_entry_recipe ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.prouse_entry_recipe li {
		margin: 0 16px 30px 0;
		width: calc(33.3333% - 16px);
	}
	
	.prouse_entry_recipe li:nth-child(3n) {
		margin-right: 0;
	}
	
	.prouse_entry_recipe li p {
		margin: 10px 0 0;
		font-size: 1.6rem;
	}
	
}

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

	.prouse_entry_recipe {
		margin: 50px 0;
	}
	
	.prouse_entry_recipe h2 {
		margin: 0 0 30px;
		font-size: 2.5rem;
	}
	
	.prouse_entry_recipe li {
		margin: 0 10px 0 0;
		width: calc(33.3333% - 7px);
	}
	
	.prouse_entry_recipe li:nth-child(3n) {
		margin-right: 0;
	}

	.prouse_entry_recipe li p {
		margin: 12px 0 0;
		font-size: 1.2rem;
	}

}

.prouse_entry_movie {
	margin: 0 auto 50px;
}

.prouse_entry_movie .movie_box {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.prouse_entry_movie .movie_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 600px) {

	.prouse_entry_movie {
		margin: 0 auto 100px;
		width: 712px;
	}
	
}

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

	.prouse_entry_movie {
		margin: 0 auto 50px;
		width: 400px;
	}

}

.entry .table-ptn1 {
	margin: 0 0 15px;
	width: 100%;
	border-top: 1px solid #373228;
}

.entry .table-ptn1 th {
	background: #F5ECCC;
}

.entry .table-ptn1 th,
.entry .table-ptn1 td {
	padding: 10px 5px;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	border-top: 1px solid #373228;
}

.entry .table-ptn2 {
	margin: 0 0 15px;
	width: 100%;
	border-bottom: 1px solid #373228;
}

.entry .table-ptn1 th {
	border-left: 1px solid #373228;
	border-bottom: 1px solid #373228;
}

.entry .table-ptn1 td {
	border-left: 1px solid #373228;
	border-bottom: 1px solid #373228;
}

.entry .table-ptn1 th:first-child,
.entry .table-ptn1 td:first-child {
	border-left: none;
}

.entry .table-ptn2 th {
	padding: 5px 2px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	background: #F5ECCC;
	border-top: 1px solid #373228;
}

.entry .table-ptn2 td {
	padding: 10px 2px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	border-top: 1px solid #373228;
}

.entry .diagonal {
	background-image: linear-gradient(to top left,
  transparent, transparent 48.5%,
     #373228 48.5%,
     #373228 49%,   /* 線の太さ */
    transparent 49%, transparent);
}

@media screen and (min-width: 600px) {

	.entry .table-ptn1 {
		margin: 0 0 20px;
	}
	
	.entry .table-ptn1 th,
	.entry .table-ptn1 td {
		padding: 10px 20px;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	
	.entry .table-ptn2 {
		margin: 0 0 20px;
	}
	
	.entry .table-ptn2 th {
		padding: 15px 20px;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	
	.entry .table-ptn2 td {
		padding: 15px 20px;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	
}

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

	.entry .table-ptn1 {
		margin: 0 0 10px;
	}
	
	.entry .table-ptn1 th,
	.entry .table-ptn1 td {
		padding: 18px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.entry .table-ptn2 {
		margin: 0 0 20px;
	}
	
	.entry .table-ptn2 th {
		padding: 3px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.entry .table-ptn2 td {
		padding:  10px;
		font-size: 1.2rem;
		line-height: 1.6;
	}

}

.entry-container {
	margin: 0;
}

/*--------------------
	企業情報 -company
--------------------*/

.company_index_img {
	margin: 0 0 50px;
	background: url(../images/company/index_main_img.jpg) no-repeat bottom center;
	background-size: cover;
}

.company_index h1 {
	text-align: center;
	font-size: 2.25rem;
	line-height: 1.4;
}

.company_index .inner {
	margin: 0 20px;
}

.company_index ul {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_index li a {
	color: #fff;
	height: 164px;
	font-size: 2.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
}

.company_index .index_message,
.company_index .index_philosophy {
	margin-bottom: 50px;
	width: 100%;
}

.company_index .index_recruit,
.company_index .index_history,
.company_index .index_about {
	margin-bottom: 50px;
	width: calc(50% - 5px);
}

.company_index .index_recruit a,
.company_index .index_history a,
.company_index .index_about a {
	height: 122px;
}

.company_index .index_message a {
	background: url(../images/company/index_img_message.jpg) no-repeat center center;
	background-size: cover;
}

.company_index .index_philosophy a {
	background: url(../images/company/index_img_philosophy.png) no-repeat center center;
	background-size: cover;
}

.company_index .index_recruit a {
	background: url(../images/company/index_img_recruit.jpg) no-repeat center center;
	background-size: cover;
}

.company_index .index_history a {
	background: url(../images/company/index_img_history.png) no-repeat center center;
	background-size: cover;
}

.company_index .index_about a {
	background: url(../images/company/index_img_about.jpg) no-repeat center center;
	background-size: cover;
}

.bnr_company > div {
	margin-bottom: 50px;
}

@media screen and (min-width: 600px) {

	.company_index_img {
		margin: 0 0 50px;
		background: url(../images/company/index_main_img.jpg) no-repeat bottom center;
		background-size: cover;
	}
	
	.company_index h1 {
		font-size: 3.6rem;
	}
	
	.company_index .inner {
		margin: 0 auto 80px;
		max-width: 1076px;
	}

	.company_index ul {
		margin: 80px auto 50px;
	}
	
	.company_index li a:hover {
		opacity: 0.7;
	}
	
	.company_index li a {
		height: 261px;
		font-size: 2.6rem;
	}
	
	.company_index .index_message,
	.company_index .index_philosophy {
		margin-bottom: 50px;
		width: calc(50% - 8px);
	}
	
	.company_index .index_recruit,
	.company_index .index_history,
	.company_index .index_about {
		margin-bottom: 0;
		width: calc(33.3333% - 11px);
	}

	.company_index .index_recruit a,
	.company_index .index_history a,
	.company_index .index_about a {
		height: 261px;
	}

}

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

	.company_index h1 {
		font-size: 2.6rem;
	}
	
	.company_index ul {
		margin: 50px auto;
		max-width: 600px;
	}
	
	.company_index li a {
		height: 296px;
		font-size: 2.5rem;
	}
	
	.company_index .index_message,
	.company_index .index_philosophy {
		margin-bottom: 50px;
		width: 100%;
	}
	
	.company_index .index_recruit,
	.company_index .index_history,
	.company_index .index_about {
		margin-bottom: 50px;
		width: calc(50% - 5px);
	}

	.company_index .index_recruit a,
	.company_index .index_history a,
	.company_index .index_about a {
		height: 222px;
	}

}

.entry_header {
	color: #373228;
}

.company .entry_header {
	color: #fff;
}

.entry_header .inner {
	margin: 0 auto;
	display: flex;
	align-items: center;	
	justify-content: center;
	height: 140px;
}

.entry_header h1 {
	font-size: 2.25rem;
	text-align: left;
	width: auto;
}

.entry_header.noncategory h1 {
	text-align: center;
	color: #373228;
	line-height: 1.5;
}

.entry_header.noncategory h1.white {
	color: #fff;
}

.page_wrapper.page_entry {
	margin: 30px auto 60px;
}

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

	.entry_header.noncategory {
		background: none !important;
	}
	
	.entry_header.noncategory .inner {
		height: 375px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

}

@media screen and (min-width: 600px) {

	.entry_header h1 {
	    border: none;
	    font-size: 3.6rem;
		letter-spacing: 0.15em;
	}

	.entry_header .inner {
		max-width: 1076px;
		height: 300px;
	}

	.entry_header.noncategory {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.entry_header.noncategory .inner {
		height: 450px;
		background: none !important;
	}
	
	.page_wrapper.page_entry {
		margin: 30px auto 60px;
	}

	.page_wrapper.page_entry {
		margin: 50px auto 100px;
	}

}

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

	.entry_header h1 {
	    font-size: 2.8rem;
	}

	.entry_header .inner {
		max-width: initial;
		height: 180px;
	}
	
	.entry_header.noncategory .inner {
		height: 275px;
	}

	.page_wrapper.page_entry {
		margin: 50px auto 80px;
	}

}

/*--------------------------------
	サスティナビリティ -csr
---------------------------------*/

.csr_index .product_index_header h1 span {
	margin: 0;
	padding: 0;
	border: none;
}

.csr_index .product_index_header h1 em {
	display: none;
}

.csr_index_main .inner {
	margin: 0 20px 60px;
}

.csr_index_main .inner > p {
	margin: 20px 0 0;
	text-align: center;
	font-size: 1.4rem;
}

.csr_index_column1 {
	margin: 50px auto;
	text-align: center;
}

.csr_index_column1 h2,
.csr_index_column2 h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
	line-height: 1.4;
}

.csr_index_column1 p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.csr_index_column2 {
	margin: 50px auto 30px;
	text-align: center;
}

.csr_index_column2 figure {
	margin: 0 0 20px;
	width: 100%;
}

.csr_index_column2 p {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}

@media screen and (min-width: 600px) {

	.csr_index .product_index_header h1 {
		font-size: 1.8rem;
		line-height: 1.7;
		width: 540px;
	}
	
	.csr_index .product_index_header h1 span {
		margin-bottom: 20px;
		padding-bottom: 15px;
		line-height: 1.2;
		border-bottom: 1px solid #fff;
	}

	.csr_index .product_index_header h1 em {
		display: inline-block;
	}
	
	.csr_index_main .inner {
		margin: 0 auto 50px;
		max-width: 1076px;
	}
	
	.csr_index_column1 {
		margin: 50px auto;
	}
	
	.csr_index_column1 h2,
	.csr_index_column2 h2 {
		margin: 0 0 50px;
		font-size: 3.2rem;
	}
	
	.csr_index_column1 p {
		font-size: 1.8rem;
		line-height: 1.7;
	}
	
	.csr_index_column2 {
		margin: 100px auto 50px;
	}
	
	.csr_index_column2 figure {
		margin: 0 0 30px;
	}
	
	.csr_index_column2 p {
		font-size: 1.8rem;
		line-height: 1.7;
	}

}

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

	.csr_index .product_index_header h1 {
		font-size: 1.4rem;
		width: 430px;
	}
	
	.csr_index .product_index_header h1 span {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.csr_index_main .inner {
		margin: 0 auto 50px;
		max-width: 600px;
	}
	
	.csr_index_column1 {
		margin: 40px auto;
	}
	
	.csr_index_column1 h2,
	.csr_index_column2 h2 {
		margin: 0 0 30px;
		font-size: 2.5rem;
	}
	
	.csr_index_column1 p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.csr_index_column2 {
		margin: 80px auto 30px;
	}
	
	.csr_index_column2 figure {
		margin: 0 0 20px;
	}
	
	.csr_index_column2 p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
 
}

.csr_index_column3 > ul {
	margin: 0 0 72px;
}

.csr_index_column3 > ul > li {
	margin: 0 0 22px;
}

.csr_index_column3 li figure {
	margin: 0 0 20px;
	position: relative;
}

.csr_index_column3 li figure .btn_green {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	font-size: 1.2rem;
	margin: auto;
	width: 200px;
	padding: 8px 0;
	color: #fff;
	border-radius: 5px;
	display: block;
	background: #1B8E00;
	text-align: center;
}

.csr_index_column3 li h3 {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 2.0rem;
	border-left: 5px solid #C99E03;
}

.csr_index_column3 li p {
	margin: 0 0 10px;
	font-size: 1.2rem;
}

.csr_index_column3 .sdg_icon {
	display: flex;
	flex-wrap: wrap;
}

.csr_index_column3 .sdg_icon li {
	margin: 0 8px 8px 0;
	width: calc(25% - 6px);
}

.csr_index_column3 .sdg_icon li:nth-child(4n) {
	margin-right: 0;
}

.csr_index_main .btn_gold {
	margin: 0 auto;
	width: 87%;
}

@media screen and (min-width: 600px) {

	.csr_index_column3 > ul {
		margin: 0 0 100px;
	}
	
	.csr_index_column3 > ul > li {
		margin: 0 0 50px;
		position: relative;
		overflow: hidden;
		min-height: 348px;
	}
	
	.csr_index_column3 li figure {
		margin: 0 16px 0 0;
		width: 348px;
		height: 348px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.csr_index_column3 li div {
		margin-left: 364px;
	}

	.csr_index_column3 li figure .btn_green {
		bottom: 10px;
		font-size: 1.4rem;
		width: 260px;
		padding: 10px 0;
	}
	
	.csr_index_column3 li figure a:hover {
		opacity: 0.7;
	}
	
	.csr_index_column3 li h3 {
		margin: 0 0 16px 364px;
		padding: 0 0 0 15px;
		font-size: 2.8rem;
	}
	
	.csr_index_column3 li p {
		margin: 0 0 16px;
		font-size: 1.6rem;
	}
	
	.csr_index_column3 .sdg_icon li {
		margin: 0 16px 16px 0;
		width: 100px;
	}
	
	.csr_index_column3 .sdg_icon li:nth-child(4n) {
		margin-right: 16px;
	}

	.csr_index_main .btn_gold {
		width: 530px;
	}

}

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

	.csr_index_column3 > ul {
		margin: 0 0 70px;
	}
	
	.csr_index_column3 > ul > li {
		margin: 0 0 30px;
		min-height: 143px;
	}
	
	.csr_index_column3 li figure {
		margin: 0 10px 0 0;
		width: 143px;
		height: 143px;
	}
	
	.csr_index_column3 li div {
		margin-left: 153px;
	}

	.csr_index_column3 li figure .btn_green {
		bottom: 10px;
		font-size: 1.0rem;
		width: 100px;
	}
	
	.csr_index_column3 li h3 {
		margin: 0 0 12px 153px;
		padding: 0 0 0 10px;
		font-size: 2.0rem;
	}
	
	.csr_index_column3 li p {
		margin: 0 0 12px;
		font-size: 1.2rem;
	}
	
	.csr_index_column3 .sdg_icon li {
		margin: 0 10px 10px 0;
		width: 92px;
	}
	
	.csr_index_main .btn_gold {
		width: 296px;
	}

}

.csr .entry_header h1 {
	margin: 0 20px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

.csr .entry_header h1 br {
	display: none;
}

.csr_navi_column {
	margin: 50px 10px 60px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.csr_navi_column li {
	margin: 0 5px 20px;
	position: relative;
	width: calc(50% - 10px);
}

.csr_navi_column li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
}

.csr_navi_column li a {
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	height: 162px;
	z-index: 2;
	position: relative;
}

.csr_navi_column li span {
	display: block;
	text-align: center;
}

.csr_navi_column li br {
	display: none;
}

.csr_navi_column .environment {
	background: url(../images/csr/img_environment.jpg) no-repeat;
	background-size: cover;
}

.csr_navi_column .saving {
	background: url(../images/csr/img_saving.jpg) no-repeat;
	background-size: cover;
}

.csr_navi_column .approach {
	background: url(../images/csr/img_approach.jpg) no-repeat;
	background-size: cover;
}

.csr_navi_column .fairtrade {
	background: url(../images/csr/img_fairtrade.jpg) no-repeat;
	background-size: cover;
}

.csr_navi_column .safety {
	background: url(../images/csr/img_safety.jpg) no-repeat;
	background-size: cover;
}

.csr_navi_column .medicine {
	background: url(../images/csr/img_medicine.jpg) no-repeat;
	background-size: cover;
}

@media screen and (min-width: 600px) {

	.csr .entry_header h1 {
		margin: 0;
	}
	
	.csr_navi_column {
		margin: 50px auto 80px;
		justify-content: center;
	}
	
	.csr_navi_column li {
		margin: 0 16px 0 0;
		position: relative;
		width: 166px;
	}
	
	.csr_navi_column li:last-child {
		margin-right: 0;
	}
	
	.csr_navi_column li::before {
		transition: all 0.25s ease 0s;
	}
	
	.csr_navi_column li:hover:before {
		background: rgba(0,0,0,0.2);
		transition: all 0.25s ease 0s;
	}
	
	.csr_navi_column li a {
		padding: 0 10px;
		font-size: 1.6rem;
		width: 166px;
		height: 166px;
	}
	
}

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

	.csr_navi_column li {
		margin: 0 10px 0 0;
		width: 110px;
	}
	
	.csr_navi_column li a {
		padding: 0 10px;
		font-size: 1.2rem;
		width: 110px;
		height: 110px;
	}

}

/*--------------------------------
	知る・楽しむ -learn
---------------------------------*/

.learn-enjoy .product_index_header h1 span {
	margin: 0;
	padding: 0;
	border: none;
}

.learn-enjoy_index_main .inner {
	margin: 0 20px 50px;
}

.learn-enjoy_index_column {
	margin: 30px 0 50px;
}

.learn-enjoy_index_column h2 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 2.0rem;
}

.learn-enjoy_index_column ul {
	display: flex;
	flex-wrap: wrap;
}

.learn-enjoy_index_column li {
	margin: 0 0 30px;
	width: calc(50% - 5px);
}

.learn-enjoy_index_column li:nth-child(1),
.learn-enjoy_index_column li:nth-child(2) {
	width: 100%;
}

.learn-enjoy_index_column li {
	margin: 0 10px 30px 0;
}

.learn-enjoy_index_column li:nth-child(2n) {
	margin-right: 0;
}

.learn-enjoy_index_column li h3 {
	margin: 0 0 12px;
	height: 164px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
}

.learn-enjoy_index_column li:nth-child(1) h3,
.learn-enjoy_index_column li:nth-child(2) h3{
}

.learn-enjoy_index_column li p {
	font-size: 1.2rem;
}

.learn-enjoy_index_column .method h3 {
	background: url(../images/learn-enjoy/img_method_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_column .quality h3 {
	background: url(../images/learn-enjoy/img_quality_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_column .flavor h3 {
	background: url(../images/learn-enjoy/img_flavor_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_column .nutrition h3 {
	background: url(../images/learn-enjoy/img_nutrition_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_column .stories h3 {
	background: url(../images/learn-enjoy/img_stories_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_column .history h3 {
	background: url(../images/learn-enjoy/img_history_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_column .factory h3 {
	background: url(../images/learn-enjoy/img_factory_pc.jpg) no-repeat;
	background-size: cover;
}

.learn-enjoy_index_main .btn_gold {
	margin: 0 auto;
	width: 87%;
}

@media screen and (min-width: 600px) {

	.learn-enjoy_index_main .inner {
		margin: 0 auto 70px;
		max-width: 1076px;
	}
	
	.learn-enjoy_index_column {
		margin: 50px 0 50px;
	}
	
	.learn-enjoy_index_column h2 {
		margin: 0 0 50px;
		font-size: 3.6rem;
	}
	
	.learn-enjoy_index_column li {
		margin: 0 0 50px;
		width: calc(33.3333% - 11px);
	}
	
	.learn-enjoy_index_column li:nth-child(1),
	.learn-enjoy_index_column li:nth-child(2) {
		width: calc(50% - 8px);
	}
	
	.learn-enjoy_index_column li {
		margin: 0 16px 50px 0;
	}
	
	.learn-enjoy_index_column li:nth-child(2n) {
		margin-right: 16px;
	}

	.learn-enjoy_index_column li:nth-child(2),
	.learn-enjoy_index_column li:nth-child(5) {
		margin-right: 0;
	}
	
	.learn-enjoy_index_column li a:hover {
		opacity: 0.7;
	}
	
	.learn-enjoy_index_column li h3 {
		margin: 0 0 16px;
		height: 261px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 2.2rem;
	}
	
	.learn-enjoy_index_column li p {
		font-size: 1.4rem;
	}
	
	.learn-enjoy_index_main .btn_gold {
		width: 530px;
	}

}

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

	.learn-enjoy_index_main .inner {
		margin: 0 auto 80px;
		max-width: 600px;
	}
	
	.learn-enjoy_index_column {
		margin: 30px 0 50px;
	}
	
	.learn-enjoy_index_column h2 {
		margin: 0 0 30px;
		font-size: 2.8rem;
	}
	
	.learn-enjoy_index_column li {
		margin: 0 0 30px;
		width: calc(50% - 8px);
	}
	
	.learn-enjoy_index_column li {
		margin: 0 16px 30px 0;
	}
	
	.learn-enjoy_index_column li:nth-child(2n) {
		margin-right: 0;
	}

	.learn-enjoy_index_column li h3 {
		margin: 0 0 12px;
		height: 222px;
		font-size: 1.6rem;
	}
	
	.learn-enjoy_index_column li p {
		font-size: 1.2rem;
	}
	
	.learn-enjoy_index_main .btn_gold {
		width: 296px;
	}

}

.learn-enjoy .btn_column,
.factory .btn_column {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.learn-enjoy .btn_column .btn_gold,
.factory .btn_column .btn_gold {
	margin: 0 10px 20px 0;
	width: calc(50% - 5px);
}

.learn-enjoy .btn_column .btn_gold:nth-child(2n),
.factory .btn_column .btn_gold:nth-child(2n) {
	margin-right: 0;
}

.learn-enjoy .btn_column .btn_gold a,
.factory .btn_column .btn_gold a {
	padding: 0 10px;
	height: 50px;
	font-size: 1.4rem;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: right 10px center;
}

.method .entry_header .inner,
.flavor .entry_header .inner {
	height: 375px;
}

.method .entry_header .inner h1,
.flavor .entry_header .inner h1 {
	margin-top: -250px;
}

.quality .entry_header,
.nutrition .entry_header,
.stories .entry_header {
	color: #fff;
}

@media screen and (min-width: 600px) {

	.learn-enjoy .btn_column,
	.factory .btn_column {
		flex-wrap: wrap;
	}
	
	.learn-enjoy .btn_column .btn_gold,
	.factory .btn_column .btn_gold {
		margin: 0 15px 30px 0;
		width: calc(25% - 12px);
	}

	.learn-enjoy .btn_column .btn_gold:nth-child(2n),
	.factory .btn_column .btn_gold:nth-child(2n) {
		margin-right: 15px;
	}
	
	.learn-enjoy .btn_column .btn_gold:nth-child(4n),
	.factory .btn_column .btn_gold:nth-child(4n) {
		margin-right: 0;
	}
	
	.learn-enjoy .btn_column .btn_gold a,
	.factory .btn_column .btn_gold a {
		padding: 0 25px;
		height: 84px;
		font-size: 2.2rem;
	}
	
	.method .entry_header .inner,
	.flavor .entry_header .inner {
		height: 450px;
	}

	.method .entry_header .inner h1,
	.flavor .entry_header .inner h1 {
		margin-top: 0;
	}
	
}

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

	.learn-enjoy .btn_column,
	.factory .btn_column {
		flex-wrap: wrap;
	}
	
	.learn-enjoy .btn_column .btn_gold,
	.factory .btn_column .btn_gold {
		margin: 0 10px 20px 0;
		width: calc(25% - 10px);
	}

	.learn-enjoy .btn_column .btn_gold:nth-child(2n),
	.factory .btn_column .btn_gold:nth-child(2n) {
		margin-right: 10px;
	}
	
	.learn-enjoy .btn_column .btn_gold a,
	.factory .btn_column .btn_gold a {
		height: 50px;
		font-size: 1.6rem;
	}
	
	.method .entry_header .inner,
	.flavor .entry_header .inner {
		height: 300px;
	}
	
}

/*--------------------------------
	ごま油の香りの違い
---------------------------------*/

.page_navi li ul {
	padding: 15px 0;
	display: block;
	background: url(../images/common/line_dotted2.png) repeat-x;
	background-size: 220px auto;
} 

.page_navi li ul li {
	margin: 0 !important;
	padding: 0;
	width: auto;
	font-size: 1.4rem;
	border: none !important;
	text-align: left;
} 

.page_navi li ul li a {
	padding: 8px 0;
	min-height: inherit;
	background: none;
} 

.page_navi li ul li a span {
	padding-right: 35px;
	background: url(../images/svg/btn_down.png) no-repeat right center;
	background-size: 20px auto;
}

@media screen and (min-width: 600px) {

	.page_navi li ul {
		padding: 20px 0;
		background: url(../images/common/line_dotted2.png) repeat-x;
		background-size: 439px auto;
	} 

	.page_navi li ul li {
		text-align: center;
	} 

	.page_navi li ul li a {
		padding: 5px 0;
	} 
	
	.page_navi li ul li a span {
		padding-right: 32px;
		background: url(../images/svg/btn_down.png) no-repeat right 5px center;
		background-size: 20px auto;
	}

}

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

	.page_navi li ul {
		padding: 15px 0;
	} 

	.page_navi li ul li a span {
		padding-right: 0;
		background: none;
	}

}

.flavor_column > div {
	margin: 0 0 20px;
	overflow: hidden;
}

.flavor_column figure {
	margin: 0 10px 15px 0;
	width: 32%;
	float: left;
}

.flavor_column h3 {
	padding: 30px 0 0;
	font-size: 1.8rem;
	color: #ca9e03;
	line-height: 1.4;
}

.flavor_column p {
	clear: both;
}

@media screen and (min-width: 600px) {

	.flavor_column > div {
		margin: 0 0 10px;
		max-width: 800px;
	}
	
	.flavor_column > div:nth-child(2n){
		margin: 0 0 30px auto;
	}
	
	.flavor_column figure {
		margin: 0 20px 0 0;
		width: 223px;
	}
	
	.flavor_column h3 {
		padding: 20px 0 10px;
		font-size: 2.8rem;
	}

	.flavor_column p {
		clear: none;
	}

}

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

	.flavor_column > div {
		margin: 0;
		max-width: 447px;
	}
	
	.flavor_column > div:nth-child(2n){
		margin: 0 0 0 auto;
	}
	
	.flavor_column figure {
		margin: 0 10px 0 0;
		width: 143px;
	}
	
	.flavor_column h3 {
		padding: 0 0 14px;
		font-size: 2.0rem;
	}

}

.flavor_header {
	margin: 0 0 20px;
}

.flavor_header h3 {
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

.flavor_header h3 span {
	font-size: 2.0rem;
	display: block;
}

.flavor_header p.taste {
	width: 100px;
}

.btn_3column {
	margin: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
}

.btn_3column .btn_gold {
	margin: 0 10px 10px 0;
	width: calc(50% - 5px);
}

.btn_3column .btn_gold a {
	padding: 12px 0;
	background-position: right 10px center;
}

.btn_3column .btn_gold:nth-child(2) {
	margin-right: 0;
}

.btn_3column .btn_gold:nth-child(3) {
	margin: 0 auto;
	width: 80%;
}

@media screen and (min-width: 600px) {

	.flavor_header {
		margin: 0 0 30px;
		overflow: hidden;
	}
	
	.flavor_header h3 {
		margin: 0 30px 10px 0;
		font-size: 2.4rem;
		float: left;
	}
	
	.flavor_header h3 span {
		padding-left: 30px;
		font-size: 3.2rem;
		display: inline;
	}
	
	.flavor_header p.taste {
		float: right;
		width: 140px;
	}

	.flavor_header p {
		float: left;
		width: calc(100% - 170px);
	}

	.btn_3column {
		margin: 0 0 100px;
		display: flex;
	}

	.btn_3column .btn_gold {
		margin: 0 16px 0 0;
		width: calc(33.3333% - 11px);
	}

	.btn_3column .btn_gold a {
		padding: 30px 0;
		background-position: right 15px center;
	}

	.btn_3column .btn_gold:nth-child(2) {
		margin-right: 16px;
	}

	.btn_3column .btn_gold:nth-child(3) {
		margin-right: 0;
		width: calc(33.3333% - 11px);
	}

}

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

	.flavor_header {
		margin: 0 0 30px;
	}
	
	.flavor_header h3 {
		margin: 0 20px 15px 0;
		font-size: 1.6rem;
	}
	
	.flavor_header h3 span {
		padding-left: 10px;
		font-size: 2.4rem;
	}
	
	.flavor_header p.taste {
		float: right;
		width: 90px;
	}

	.flavor_header p {
		width: calc(100% - 110px);
	}

	.btn_3column {
		margin: 0 0 50px;
	}

	.btn_3column .btn_gold a {
		padding: 16px 0;
	}

}

/*--------------------------------
	工場見学 -factory
---------------------------------*/

.factory .product_index_header {
	justify-content: flex-start;
}

.factory .entry_header .inner {
	justify-content: flex-start;
}

.factory .product_index_header .inner,
.factory .entry_header .inner {
	margin: 0 30px;
}

.factory .product_index_header h1,
.factory .entry_header h1 {
	width: 170px;
}

.factory_index_main .inner {
	margin: 30px 20px;
}

.factory_index_main h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
	text-align: center;
}

.factory_index_main p {
	margin: 0 0 30px;
	font-size: 1.5rem;
	line-height: 1.7;
}

.factory_index_main ul {
	margin: 0 0 60px;
	display: flex;
	flex-wrap: wrap;
}

.factory_index_main li {
	margin: 0 10px 20px 0;
	width: calc(50% - 5px);
}

.factory_index_main li:nth-child(2n) {
	margin-right: 0;
}

.factory_index_main li a {
	text-align: center;
	display: flex;
	font-size: 1.5rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	height: 115px;
}

.factory_index_main .sesame_oil a {
	background: url(../images/factory/img_sesame_oil.jpg) no-repeat center center;
	background-size: cover;
}

.factory_index_main .sesame_paste a {
	background: url(../images/factory/img_sesame_paste.jpg) no-repeat center center;
	background-size: cover;
}

.factory_index_main .sesame_other a {
	background: url(../images/factory/img_sesame_other.jpg) no-repeat center center;
	background-size: cover;
}

.page_wrapper.factory_index_main {
	margin-bottom: 60px;
}

@media screen and (min-width: 600px) {

	.factory .product_index_header .inner,
	.factory .entry_header .inner {
		margin: 0 auto;
		max-width: 1076px;
		width: 100%;
	}
	
	.factory .product_index_header h1,
	.factory .entry_header h1 {
		width: 370px;
	}

	.factory_index_main .inner {
		margin: 50px auto;
		max-width: 1076px;
	}
	
	.factory_index_main h2 {
		margin: 0 0 50px;
		font-size: 3.2rem;
	}
	
	.factory_index_main p {
		margin: 0 0 50px;
		font-size: 1.8rem;
	}
	
	.factory_index_main ul {
		margin: 0 0 100px;
		justify-content: space-between;
	}
	
	.factory_index_main li {
		width: calc(33.3333% - 11px);
	}

	.factory_index_main li a {
		font-size: 2.4rem;
		height: 246px;
	}
	
	.factory_index_main li a:hover {
		opacity: 0.7;
	}
	
	.page_wrapper.factory_index_main {
		margin-bottom: 70px;
	}

}

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

	.factory .product_index_header .inner,
	.factory .entry_header .inner {
		max-width: 600px;
	}
	
	.factory .product_index_header h1,
	.factory .entry_header h1 {
		width: 230px;
	}

	.factory_index_main .inner {
		max-width: 600px;
	}
	
	.factory_index_main h2 {
		margin: 0 0 30px;
		font-size: 2.5rem;
	}
	
	.factory_index_main p {
		margin: 0 0 30px;
		font-size: 1.4rem;
	}
	
	.factory_index_main ul {
		margin: 0 0 60px;
	}
	
	.factory_index_main li:nth-child(3n) {
		margin-right: 0;
	}

	.factory_index_main li a {
		font-size: 1.6rem;
		height: 137px;
	}
	
	.page_wrapper.factory_index_main {
		margin-bottom: 50px;
	}

}

.factory .btn_column {
	margin-bottom: 30px;
	justify-content: center;
}

.factory .btn_column .btn_gold:last-child {
	margin-right: 0;
}

@media screen and (min-width: 600px) {

	.factory .btn_column {
		margin-bottom: 0;
	}
	
}

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

	.factory .btn_column .btn_gold:nth-child(4n) {
		margin-right: 0;
	}

}

/*--------------------------------
	原料原産地について -sanchi
---------------------------------*/

.sanchi .page_navi {
	margin-top: 20px;
}

.sanchi_summary {
	margin: 0 20px;
}

.sanchi_index h2 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 2.0rem;
}

.sanchi_index_map {
	margin: 0 0 30px;	
}

.sanchi_index_map .map iframe {
	width: 100%;
	height: 200px;
}

@media screen and (min-width: 600px) {

	.sanchi .page_navi {
		margin-top: 50px;
	}

	.sanchi_summary {
		margin: 0 auto;
		max-width: 1076px;
	}
	
	.sanchi_index h2 {
		margin: 0 0 50px;
		font-size: 3.2rem;
	}
	
	.sanchi_index_map .map iframe {
		height: 600px;
	}

}

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

	.sanchi .page_navi {
		margin-top: 40px;
	}

	.sanchi_summary {
		margin: 0 auto;
		max-width: 600px;
	}
	
	.sanchi_index h2 {
		margin: 0 0 30px;
		font-size: 2.5rem;
	}
	
	.sanchi_index_map .map iframe {
		height: 336px;
	}

}

.sanchi_about_list {
	margin: 0 auto 80px;
}

.sanchi_about_list ul {
	margin: 0 0 30px;
}

.sanchi_about_list > ul > li {
	margin: 0 0 20px;
	display: flex;
}

.sanchi_about_list li h3 {
	margin: 0 0 15px;
	font-size: 1.5rem;
}

.sanchi_about_list li figure {
	margin: 0 10px 0 0;
	width: 76px;
	height: 76px;
	flex-shrink: 0;
}

.sanchi_about_list li ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.sanchi_about_list li ul li {
	margin: 0 10px 5px 0;
	font-size: 1.2rem;
}

.sanchi_index .note {
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.6;
}

@media screen and (min-width: 600px) {

	.sanchi_about_list {
		margin: 0 auto 100px;
		max-width: 896px;
	}
	
	.sanchi_about_list ul {
		margin: 0 0 30px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.sanchi_about_list > ul > li {
		margin: 0 40px 20px 0;
		width: calc(50% - 20px);
	}
	
	.sanchi_about_list > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	
	.sanchi_about_list li h3 {
		margin: 10px 0 20px;
		font-size: 2.4rem;
	}
	
	.sanchi_about_list li figure {
		margin: 0 16px 0 0;
		width: 166px;
		height: 166px;
	}
	
	.sanchi_about_list li ul li {
		margin: 0 10px 5px 0;
		font-size: 1.6rem;
	}
	
	.sanchi_index .note {
		font-size: 1.4rem;
		line-height: 1.7;
	}

}

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

	.sanchi_about_list {
		margin: 0 auto 80px;
		max-width: 500px;
	}
	
	.sanchi_about_list ul {
		margin: 0 0 10px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.sanchi_about_list > ul > li {
		margin: 0 10px 20px 0;
		width: calc(50% - 5px);
	}
	
	.sanchi_about_list li h3 {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	
	.sanchi_about_list li figure {
		margin: 0 10px 0 0;
		width: 92px;
		height: 92px;
	}
	
	.sanchi_about_list li ul li {
		margin: 0 5px 5px 0;
		font-size: 1.2rem;
	}
	
	.sanchi_index .note {
		font-size: 1.2rem;
	}

}

.sanchi_search {
	padding: 40px 30px;
	text-align: center;
	background: url(../images/common/back2_pc.png) center center;
	background-size: cover;
}

.sanchi_search .btn_gold {
	margin: 0 auto 10px;
	width: 100%;
}

.sanchi_about {
	margin: 0 20px;
	padding: 80px 0 50px;
}

.sanchi_about_header {
	margin: 0 0 50px;
}

.sanchi_about h3 {
    margin: 30px 0 30px;
    padding: 0 0 0 10px;
    line-height: 1.2;
    border-left: 5px solid #c99e03;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
}

.sanchi_about h4 {
	margin: 0 0 20px;
	line-height: 1.2;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.sanchi_about p {
	margin: 0 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.sanchi_about p.note {
	font-size: 1.2rem;
}

.sanchi_about .btn_gold {
	margin: 80px auto 0;
	width: 87%;
}

@media screen and (min-width: 600px) {

	.sanchi_search {
		padding: 100px 0;
	}
	
	.sanchi_search .btn_gold {
		margin: 0 auto 15px;
		width: 530px;
	}
	
	.sanchi_about {
		margin: 0 auto;
		padding: 100px 0 70px;
		max-width: 896px;
	}
	
	.sanchi_about_header {
		margin: 0 0 80px;
	}

	.sanchi_about h3 {
		margin: 50px 0 30px;
		padding: 0 0 0 15px;
		font-size: 2.8rem;
	}

	.sanchi_about h4 {
		margin: 0 0 20px;
		font-size: 2.4rem;
	}

	.sanchi_about p {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	
	.sanchi_about p.note {
		font-size: 1.6rem;
	}
	
	.sanchi_about .btn_gold {
		margin: 100px auto 0;
		width: 530px;
	}

}

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

	.sanchi_search {
		padding: 50px 0;
	}
	
	.sanchi_search .btn_gold {
		margin: 0 auto 15px;
		width: 296px;
	}
	
	.sanchi_about {
		margin: 0 auto;
		padding: 80px 0 50px;
		max-width: 600px;
	}
	
	.sanchi_about_header {
		margin: 0 0 50px;
	}

	.sanchi_about h3 {
		margin: 50px 0 25px;
		padding: 0 0 0 10px;
		font-size: 2.0rem;
	}

	.sanchi_about h4 {
		font-size: 1.6rem;
	}

	.sanchi_about p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	.sanchi_about p.note {
		font-size: 1.2rem;
	}
	
	.sanchi_about .btn_gold {
		margin: 80px auto 0;
		width: 296px;
	}

}

/*--------------------------------
	原料原産地検索 -search
---------------------------------*/

.search .product_index_header {
	height: 80px;
}

.search .product_index_header h1 span {
	margin: 0;
	padding: 0;
	border: none;
	color: #373228;
}

.search_index {
	margin: 40px 20px 50px;
	text-align: center;
}

.search_index h2 {
	margin: 0 0 50px;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
}

.search_index p {
	margin: 0 0 30px;
	font-size: 1.5rem;
}

.search_index h3 {
	margin: 0 0 30px;
	padding: 10px 0;
	background: #F4EBCC;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.2em;
}

.search_column {
	margin: 0 auto 50px;
}

.search_column ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px 10px;
}

.search_column li {
	text-align: center;
}

.search_column li > label {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.search_column li h4 {
	margin: 12px 0 18px;
	font-size: 1.2rem;
}

.search_column li input {
	margin-top: auto;
	transform: scale(1.7);
}

.made_column .made_input {
	margin: 0 0 80px;
	display: flex;
	justify-content: center;
}

.made_column .made_input > div {
	margin: 0 10px 0 0;
	width: calc(33.3333% - 7px);
}

.made_column .made_input > div:last-child {
	margin-right: 0;
}

.made_column h4 {
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 1.2rem;
}

.made_column .made_select {
	border: 1px solid #373228;
	position: relative;
	z-index: 1;
}

.made_column select {
	padding: 5px 5px 5px 10px;
	font-size: 1.6rem;
	height: 40px;
	border: none;
	width: 100%;
	background: none;
	-webkit-appearance: none;
	appearance: none;
}

.made_column .made_select::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background: #373228 url(../images/common/arrow_down_white.png) no-repeat center center;
	background-size: 16px auto;
	z-index: -1;
}

.search_index #search_btn {
	padding: 14px 0;
	width: 87%;
	color: #fff;
	font-size: 1.5rem;
	border: none;
	background: #CEA81E url(../images/common/arrow_white.png) no-repeat right 25px center;
	background-size: 8px auto;
	font-family: "游明朝", YuMincho, 'Noto Serif JP', serif;
}

@media screen and (min-width: 600px) {

	.search .product_index_header {
		height: 100px;
	}
	
	.search_index {
		margin: 80px auto;
	}
	
	.search_index h2 {
		margin: 0 0 100px;
		font-size: 3.2rem;
	}
	
	.search_index p {
		font-size: 1.8rem;
	}
	
	.search_index h3 {
		padding: 14px 0;
		font-size: 2.8rem;
	}
	
	.search_column {
		margin: 0 auto 90px;
		max-width: 712px;
	}
	
	.search_column ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 16px;
	}
	
	.search_column li label {
		cursor: pointer;
	}
	
	.search_column li:hover {
		opacity: 0.7;
	}
	
	.search_column li figure {
		width: 166px;
	}
	
	.search_column li h4 {
		margin: 14px 0 20px;
		font-size: 1.4rem;
	}
	
	.made_column .made_input {
		margin: 0 0 100px;
		display: flex;
		justify-content: center;
	}
	
	.made_column .made_input > div {
		margin: 0 10px;
		width: auto;
	}

	.made_column .made_input > div:last-child {
		margin-right: 10px;
	}
	
	.made_column h4 {
		margin: 0 0 10px 10px;
		font-size: 1.6rem;
	}
	
	.made_column .made_select {
		width: 166px;
	}
	
	.made_column select {
		padding: 15px 10px;
		font-size: 2.0rem;
		height: 50px;
	}
	
	.made_column select::-ms-expand {
		display: none;
	}
	
	.made_column .made_select::after {
		width: 50px;
		height: 50px;
		background: #373228 url(../images/common/arrow_down_white.png) no-repeat center center;
		background-size: 20px auto;
	}
	
	.search_index #search_btn {
		padding: 30px 0;
		width: 530px;
		font-size: 2.3rem;
		background: #CEA81E url(../images/common/arrow_white.png) no-repeat right 25px center;
		background-size: 10px auto;
	}
	
	.search_index #search_btn:hover {
		opacity: 0.7;
	}

}

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

	.search_index {
		margin: 40px auto 80px;
	}
	
	.search_index h2 {
		margin: 0 0 80px;
		font-size: 2.5rem;
	}
	
	.search_index p {
		font-size: 1.4rem;
	}
	
	.search_index h3 {
		padding: 12px 0;
		font-size: 2.0rem;
	}
	
	.search_column {
		margin: 0 auto 50px;
		max-width: 600px;
	}
	
	.search_column li {
		margin: 0 8px 0 0;
	}

	.search_column li:nth-child(2n) {
		margin-right: 8px;
	}
	
	.search_column li:nth-child(4n) {
		margin-right: 0;
	}
	
	.search_column li figure {
		width: 143px;
	}
	
	.search_column li h4 {
		margin: 12px 0;
		font-size: 1.2rem;
	}
	
	.made_column .made_input {
		margin: 0 0 80px;
	}
	
	.made_column .made_input > div {
		margin: 0 5px;
	}

	.made_column .made_input > div:last-child {
		margin-right: 5px;
	}
	
	.made_column h4 {
		margin: 0 0 5px;
		font-size: 1.4rem;
	}
	
	.made_column .made_select {
		width: 143px;
	}
	
	.made_column select {
		padding: 8px 10px;
		font-size: 1.6rem;
		height: 40px;
	}
	
	.made_column select::-ms-expand {
		display: none;
	}
	
	.made_column .made_select::after {
		width: 40px;
		height: 40px;
		background: #373228 url(../images/common/arrow_down_white.png) no-repeat center center;
		background-size: 20px auto;
	}
	
	.search_index #search_btn {
		padding: 10px 0;
		width: 296px;
		font-size: 1.6rem;
		background: #CEA81E url(../images/common/arrow_white.png) no-repeat right 25px center;
		background-size: 8px auto;
	}
	
}

.page_wrapper.search_result {
	margin: 50px 20px;
}

.search_table {
	margin: 0 0 80px;
	width: 100%;
}

.search_table th {
	padding: 2px;
	background: #F5ECCC;
	border: 1px solid #373228;
	text-align: center;
	font-size: 1.4rem;
	width: 25%;
}

.search_table th span {
	display: none;
}

.search_table td {
	padding: 5px 2px;
	border: 1px solid #373228;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
}

.search_table .table_country_name {
	padding: 0;
	border-top: none;
	border-left: none;
}

.search_table .table_tekigou {
	padding: 0;
	border-top: none;
	border-left: none;
}

.search_table .table_country_name table {
	width: 100%;
}

.search_table .table_tekigou table {
	width: 100%;
}

.search_table .table_country_name table td {
	border-top: none;
	border-left: none;
	border-right: none;
}

.search_table .table_tekigou table td {
	border-top: none;
	border-left: none;
	border-right: none;
}

.search_table .table_country_name tr:last-child td,
.search_table .table_tekigou tr:last-child td {
	border-bottom: none;
}

.search_table .btn_detail {
	margin: 0 auto;
	width: 70%;
}

.search_table .btn_detail a {
	padding: 5px 0;
	color: #fff;
	display: block;
	background: #C99E03;	
}


@media screen and (min-width: 600px) {

	.page_wrapper.search_result {
		margin: 50px auto 100px;
	}

	.search_table {
		margin: 0 0 100px;
		width: 100%;
	}
	
	.search_table th {
		padding: 5px;
		font-size: 1.8rem;
		width: 33.3333%;
	}
	
	.search_table th span.min {
		font-size: 1.4rem;
		display: block;
	}
	
	.search_table th.country {
		width: 358px;
	}
	
	.search_table td {
		padding: 10px 5px;
		font-size: 1.8rem;
	}
	
	.search_table .table_country_name table {
		width: 358px;
	}
	
	.search_table .table_tekigou table td {
		width: 358px;
	}

	.search_table .btn_detail a {
		padding: 10px 0;
	}

	.search_table .btn_detail a:hover {
		opacity: 0.7;
	}

}

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

	.page_wrapper.search_result {
		margin: 50px auto 80px;
	}

	.search_table {
		margin: 0 0 80px;
	}
	
	.search_table th {
		padding: 5px;
		font-size: 1.4rem;
		width: auto;
	}
	
	.search_table th span.min {
		font-size: 1.2rem;
		display: block;
	}
	
	.search_table th.country {
		width: 200px;
	}
	
	.search_table td {
		padding: 10px 5px;
		font-size: 1.4rem;
	}
	
	.search_table .table_country_name table {
		width: 200px;
	}
	
	.search_table .table_tekigou table td {
		width: 200px;
	}

	.search_table .btn_detail a {
		padding: 8px 0;
	}

}

.search_result .nohit {
	margin: 100px 0;
}

.search_result h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
	text-align: center;
}

.result_text h3 {
	margin: 80px 0 40px;
	font-size: 2.0rem;
	text-align: center;
}

.result_text h4 {
	margin: 0 0 5px;
	font-size: 1.2rem;
}

.result_text p {
	margin: 0 0 20px;
	font-size: 1.2rem;
}

.result_text .btn_2column {
	margin: 80px auto 0;
	display: flex;
	justify-content: center;
}

.result_text .btn_2column > div {
	margin: 0 10px 0 0;
	width: calc(50% - 5px);
	line-height: 1.4;
}

.result_text .btn_2column > div:last-child {
	margin-right: 0;
}

.result_text .btn_2column > div a {
	padding: 5px 20px;
	font-size: 1.5rem;
}

@media screen and (min-width: 600px) {

	.search_result .nohit {
		margin: 100px 0;
	}
	
	.search_result h2 {
		margin: 0 0 50px;
		font-size: 3.2rem;
	}
	
	.result_text h3 {
		margin: 100px 0 40px;
		font-size: 2.8rem;
	}
	
	.result_text h4 {
		margin: 0 0 5px;
		font-size: 1.6rem;
	}
	
	.result_text p {
		margin: 0 0 30px;
		font-size: 1.6rem;
	}
	
	.result_text .btn_2column {
		margin: 100px auto 0;
	}
	
	.result_text .btn_2column > div {
		margin: 0 8px;
		width: 439px;
	}

	.result_text .btn_2column > div:last-child {
		margin-right: 8px;
	}

	.result_text .btn_2column > div a {
		padding: 30px 0;
		font-size: 2.3rem;
	}

}

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

	.search_result .nohit {
		margin: 50px 0;
	}
	
	.search_result h2 {
		margin: 0 0 30px;
		font-size: 2.5rem;
	}
	
	.result_text h3 {
		margin: 80px 0 30px;
		font-size: 2.0rem;
	}
	
	.result_text h4 {
		margin: 0 0 5px;
		font-size: 1.2rem;
	}
	
	.result_text p {
		margin: 0 0 20px;
		font-size: 1.2rem;
	}
	
	.result_text .btn_2column {
		margin: 80px auto 0;
	}
	
	.result_text .btn_2column > div {
		margin: 0 5px;
		width: 275px;
	}

	.result_text .btn_2column > div:last-child {
		margin-right: 5px;
	}

	.result_text .btn_2column > div a {
		padding: 12px 0;
		font-size: 1.6rem;
	}

}

/*--------------------
	採用情報 -recruit
--------------------*/

.recruit_index_img {
	margin: 0 0 50px;
	background: url(../images/recruit/index_main_img_sp.jpg) no-repeat bottom center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recruit_index_img h1 {
	margin-top: -80px;
	color: #fff;
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.4;
}

.recruit_index ul {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recruit_index li {
	margin: 0 0 50px;
	height: 164px;
	width: 100%;
}

.recruit_index .index_works ,
.recruit_index .index_entry {
	width: calc(50% - 6px);
}

.recruit_index li a {
	color: #fff;
	font-size: 2.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	height: 164px;
}

.recruit_index .index_message a {
	background: url(../images/recruit/index_img_message.jpg) no-repeat center center;
	background-size: cover;
}

.recruit_index .index_recruit a {
	background: url(../images/recruit/index_img_recruit.jpg) no-repeat center center;
	background-size: cover;
}

.recruit_index .index_works a {
	background: url(../images/recruit/index_img_works.jpg) no-repeat center center;
	background-size: cover;
}

.recruit_index .index_entry a {
	background: url(../images/recruit/index_img_entry.jpg) no-repeat center center;
	background-size: cover;
}

.recruit .entry_header h1 {
	text-align: center;
	color: #fff;
	line-height: 1.5;
}

@media screen and (min-width: 600px) {

	.recruit_index_img {
		background: url(../images/recruit/index_main_img_pc.jpg) no-repeat bottom center;
		background-size: cover;
	}

	.recruit_index_img h1 {
		margin-top: -200px;
		font-size: 7.2rem;
		letter-spacing: 0.15em;
	}
	
	.recruit_index ul {
		margin: 0 auto 10px;
		max-width: 894px;
	}
	
	.recruit_index li {
		height: 272px;
		width: 100%;
	}
	
	.recruit_index .index_works ,
	.recruit_index .index_entry {
		width: calc(50% - 8px);
	}
	
	.recruit_index li a {
		font-size: 2.8rem;
		height: 272px;
	}

	.recruit_index li a:hover {
		opacity: 0.7;
	}

	.recruit .btn_column > div {
		width: calc(33.3333% - 10px);
	}

}

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

	.recruit_index_img {
		background: url(../images/recruit/index_main_img_tb.jpg) no-repeat bottom center;
		background-size: cover;
	}

	.recruit_index_img h1 {
		font-size: 4.8rem;
	}
	
	.recruit_index ul {
		margin: 0 auto 40px;
		max-width: 600px;
	}
	
	.recruit_index li {
		height: 183px;
	}
	
	.recruit_index .index_works ,
	.recruit_index .index_entry {
		width: calc(50% - 5px);
	}
	
	.recruit_index li a {
		font-size: 2.0rem;
		height: 183px;
	}

	.recruit .btn_column > div {
		margin-right: 5px;
		width: calc(33.3333% - 5px);
	}

}

/*--------------------
	仕事紹介　-works
--------------------*/

.works .product_index_header h1 span {
	margin: 0;
	padding: 0;
	border: none;
}

.works_index_list {
	margin: 20px 20px 80px;
}

.works_index_list > p {
	font-size: 1.5rem;
}

.works_index_list > ul {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.works_index_list > ul > li {
	margin: 0 10px 30px 0;
	width: calc(50% - 5px);
}

.works_index_list li:nth-child(2n) {
	margin-right: 0;
}

.works_index_list li h2 {
	margin: 15px 0 10px;
	font-size: 1.5rem;
}

.works_index_list li p {
	font-size: 1.2rem;
}

.works_index .btn_column {
	margin-left: 0;
	margin-right: 0;
}

.works .entry_header {
	color: #fff;
}

@media screen and (min-width: 600px) {

	.works_index_list {
		margin: 50px auto;
		max-width: 1076px;
	}
	
	.works_index_list > p {
		font-size: 1.8rem;
	}
	
	.works_index_list > ul {
		margin: 100px 0 50px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.works_index_list > ul > li {
		margin: 0 16px 50px 0;
		width: calc(33.3333% - 11px);
	}

	.works_index_list li:nth-child(2n) {
		margin-right: 16px;
	}
	
	.works_index_list li:nth-child(3n) {
		margin-right: 0;
	}
	
	.works_index_list li a:hover {
		opacity: 0.7;
	}
	
	.works_index_list li h2 {
		margin: 20px 0 10px;
		font-size: 2.4rem;
	}
	
	.works_index_list li p {
		font-size: 1.6rem;
	}

	.works_index .btn_column > div {
		margin: 0 10px 80px 0;
		width: calc(33.3333% - 10px);
	}

	.works .entry_header .inner {
		justify-content: flex-start;
	}

}

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

	.works_index_list {
		margin: 40px auto 80px;
		max-width: 600px;
	}
	
	.works_index_list > p {
		font-size: 1.4rem;
	}
	
	.works_index_list > ul {
		margin: 80px 0 50px;
	}
	
	.works_index_list > ul > li {
		margin: 0 10px 30px 0;
		width: calc(33.3333% - 11px);
	}

	.works_index_list li:nth-child(2n) {
		margin-right: 10px;
	}
	
	.works_index_list li:nth-child(3n) {
		margin-right: 0;
	}
	
	.works_index_list li h2 {
		margin: 12px 0 8px;
		font-size: 1.6rem;
	}
	
	.works_index_list li p {
		font-size: 1.2rem;
	}

	.works_index .btn_column > div {
		margin-bottom: 50px;
		width: calc(33.3333% - 5px);
	}

}

/*--------------------------------
	九鬼産業の歴史 -shizuku
---------------------------------*/

.shizuku_index .product_index_header .inner {
	margin: 0 20px;
	width: 100%;
	display: flex;
	align-items: center;
}

.shizuku_index .product_index_header h1 {
	text-align: left;
	font-size: 2.25rem;
	line-height: 1.5;
	width: auto;
}

.shizuku_index .product_index_header p {
	font-size: 1.5rem;
	color: #fff;
}

.shizuku_index_main {
	margin: 20px 20px 50px;
}

.shizuku_index_main p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.shizuku_index_main ul {
	margin: 50px 0 80px;
}

.shizuku_index_main li {
	margin: 0 0 30px;
}

.shizuku_index_main li figure {
	margin: 0 0 15px;
	position: relative;
}

.shizuku_index_main li figure::after {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    right: 20px;
    bottom: 20px;
    background: url(../images/common/btn_link_white.png) no-repeat;
    background-size: 26px 26px;
}

.shizuku_index_main li h4  {
	margin: 15px 0 10px;
	font-size: 1.5rem;
}

.shizuku_index_main li h3 {
	margin: 0 0 10px;
	font-size: 2.0rem;
	line-height: 1.4;
}

.shizuku_index_main li p {
	font-size: 1.5rem;
	line-height: 1.4;
}

@media screen and (min-width: 600px) {

	.shizuku_index .product_index_header .inner {
		margin: 0;
		max-width: 1076px;
	}
	
	.shizuku_index .product_index_header h1 {
		font-size: 3.6rem;
		line-height: 1.6;
	}
	
	.shizuku_index .product_index_header p {
		font-size: 1.8rem;
	}
	
	.shizuku_index_main {
		margin: 50px auto 65px;
	}
	
	.shizuku_index_main p {
		font-size: 1.8rem;
	}
	
	.shizuku_index_main ul {
		margin: 80px 0 100px;
	}
	
	.shizuku_index_main li {
		margin: 0 0 40px;
	}
	
	.shizuku_index_main li a:hover {
		opacity: 0.7;
	}
	
	.shizuku_index_main li a {
		display: flex;
	}
	
	.shizuku_index_main li figure {
		margin: 0 16px 0 0;
		width: 348px;
		flex-shrink: 0;
	}

	.shizuku_index_main li figure::after {
	    width: 30px;
	    height: 30px;
	    right: 20px;
	    bottom: 20px;
	    background-size: 30px 30px;
	}	

	.shizuku_index_main li h4  {
		margin: 15px 0 5px;
		font-size: 1.8rem;
	}
	
	.shizuku_index_main li h3 {
		margin: 0 0 10px;
		font-size: 2.8rem;
	}
	
	.shizuku_index_main li p {
		font-size: 1.8rem;
	}

}

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

	.shizuku_index .product_index_header .inner {
		max-width: 600px;
	}
	
	.shizuku_index .product_index_header h1 {
		font-size: 2.8rem;
	}
	
	.shizuku_index .product_index_header p {
		font-size: 1.4rem;
	}
	
	.shizuku_index_main {
		margin: 50px auto 80px;
	}
	
	.shizuku_index_main p {
		font-size: 1.4rem;
	}
	
	.shizuku_index_main ul {
		margin: 50px 0 80px;
	}
	
	.shizuku_index_main li {
		margin: 0 0 30px;
	}
	
	.shizuku_index_main li a {
		display: flex;
	}
	
	.shizuku_index_main li figure {
		margin: 0 10px 0 0;
		width: 194px;
	}
	
	.shizuku_index_main li h4  {
		margin: 0 0 5px;
		font-size: 1.4rem;
	}
	
	.shizuku_index_main li h3 {
		margin: 0 0 10px;
		font-size: 2.0rem;
	}
	
	.shizuku_index_main li p {
		font-size: 1.4rem;
	}

}

.shizuku .entry_header {
	color: #fff;
}

.shizuku .entry_header .inner {
	margin: 0 20px;
	justify-content: flex-start;
}

.shizuku .entry_header p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.shizuku .entry_header h1 {
	line-height: 1.4;
	font-size: 2.0rem;
}

.shizuku .page_wrapper.page_entry {
    margin: 0 auto 50px;
}

.shizuku .btn_column {
	margin: 0 15px 30px;
}

.shizuku .btn_column > div {
	margin-bottom: 0;
	width: calc(50% - 10px);
}

.shizuku .btn_column .btn_gold a {
	font-size: 1.2rem;
	background-position: right 5px center;
}

@media screen and (min-width: 600px) {

	.shizuku .entry_header .inner {
		margin: 0 auto;
	}

	.shizuku .entry_header p {
		font-size: 2.4rem;
	}

	.shizuku .entry_header h1 {
		line-height: 1.6;
		font-size: 3.6rem;
	}
	
	.shizuku .page_wrapper.page_entry {
	    margin: 50px auto 100px;
	}

	.shizuku .btn_column {
		margin: 0 auto;
		width: 530px;
	}
	
	.shizuku .btn_column > div {
		width: calc(50% - 8px);
	}
	
	.shizuku .btn_column .btn_gold a {
		font-size: 1.8rem;
		background-position: right 15px center;
	}

}

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

	.shizuku .entry_header .inner {
		max-width: 600px;
	}

	.shizuku .entry_header p {
		font-size: 1.6rem;
	}

	.shizuku .entry_header h1 {
		line-height: 1.4;
		font-size: 2.8rem;
	}
	
	.shizuku .page_wrapper.page_entry {
	    margin: 30px auto 80px;
	}

	.shizuku .btn_column {
		margin: 0 auto;
		width: 300px;
	}
	
	.shizuku .btn_column > div {
		margin: 0 10px 0 0;
		width: calc(50% - 5px);
	}
	
	.shizuku .btn_column .btn_gold a {
		font-size: 1.2rem;
		background-position: right 5px center;
	}

	.shizuku .page_wrapper.page_entry .btn_1column {
		margin-top: 30px;
	}

}

/* -----------------------
　　　お問い合わせ　-contact
----------------------- */

.news .inner,
.blog .inner,
.gomanokoto .inner,
.privacy .inner,
.sitemap .inner,
.social-media-guideline .inner,
.social-media-policy .inner,
.site-policy .inner,
.notation .inner,
.contact .inner {
	height: 80px;
}

.contact_box {
	margin: 0 0 50px;
	padding: 20px 20px;
	border: 3px solid #C89E02;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_box .contact_tel {
	padding: 10px 10px 10px 0;
	width: 50%;
	text-align: center;
}

.contact_box .contact_tel dt {
	margin: 0 0 5px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.contact_box .contact_tel dd {
	font-size: 2.0rem;
}

.contact_box .contact_open {
	padding: 10px 0 10px 10px;
	width: 50%;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	border-left: 1px solid #707070;
	width: calc(50% - 1px);
}

@media screen and (min-width: 600px) {

	.news .inner,
	.blog .inner,
	.gomanokoto .inner,
	.privacy .inner,
	.sitemap .inner,
	.social-media-guideline .inner,
	.social-media-policy .inner,
	.site-policy .inner,
	.notation .inner,
	.contact .inner {
		height: 100px;
	}
	
	.contact_box {
		margin: 0 0 100px;
		padding: 40px 50px;
	}
	
	.contact_box .contact_tel {
		padding: 15px 0;
		border-right: 1px solid #707070;
		width: calc(50% - 1px);
	}
	
	.contact_box .contact_tel dt {
		margin: 0 0 10px;
		font-size: 1.8rem;
	}
	
	.contact_box .contact_tel dd {
		font-size: 3.6rem;
	}
	
	.contact_box .contact_open {
		padding: 15px 0;
		font-size: 1.8rem;
		border-left: none;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

}

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

	.contact_box {
		margin: 0 0 80px;
		padding: 40px 0;
	}
	
	.contact_box .contact_tel {
		padding: 10px 0;
		border-right: none;
		width: 50%;
	}
	
	.contact_box .contact_tel dt {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	
	.contact_box .contact_tel dd {
		font-size: 2.8rem;
	}
	
	.contact_box .contact_open {
		padding: 10px 0 10px 20px;
		font-size: 1.4rem;
		display: block;
		text-align: center;
		border-left: 1px solid #707070;
		width: calc(50% - 1px);
	}

	.contact_box .contact_open dt {
		margin: 0 0 5px;
	}
}

.contact_2column .contact_box {
	margin: 0 0 10px;
	padding: 30px 20px;
	display: block;
	border: 5px solid #C89E02;
}

.contact_2column .contact_tel {
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	border: none;
}

.contact_2column .contact_tel dt,
.contact_2column .contact_tel dd {
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.5rem;
}

.contact_2column dt,
.contact_2column dd {
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.5rem;
}

.contact_2column dd {
	text-align: center;
}

.contact_2column .contact_tel dd {
	margin: 15px 0 0;
	font-size: 4.6rem;
}

.contact_2column p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.6;
}

.contact_2column .contact_form dt,
.contact_2column .contact_form dd {
	margin: 0 0 10px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.contact_2column .btn_gold {
	margin: 10px auto 0;
	width: 80%;
}

@media screen and (min-width: 600px) {

	.contact_2column {
		display: flex;
		justify-content: space-between;
	}
	
	.contact_2column .contact_box {
		margin: 0 0 30px;
		padding: 30px;
		width: calc(50% - 16px);
	}
	
	.contact_2column .contact_tel {
		margin: 0 0 30px;
	}
	
	.contact_2column .contact_tel dt,
	.contact_2column .contact_tel dd {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}

	.contact_2column dt,
	.contact_2column dd {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
	
	.contact_2column .contact_tel dd {
		margin: 30px 0 0;
		font-size: 6.0rem;
	}
	
	.contact_2column p {
		font-size: 1.4rem;
	}
	
	.contact_2column .contact_form dt,
	.contact_2column .contact_form dd {
		margin: 0 0 20px;
		font-size: 1.8rem;
	}
	
	.contact_2column .btn_gold {
		margin: 30px auto 0;
		width: 380px;
	}

}

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

	.contact_2column .contact_box {
		margin: 0 0 20px;
		padding: 30px 10px;
	}
	
	.contact_2column .contact_tel {
		margin: 0 0 15px;
	}
	
	.contact_2column .contact_tel dt,
	.contact_2column .contact_tel dd {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}

	.contact_2column dt,
	.contact_2column dd {
		margin: 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	.contact_2column .contact_tel dd {
		margin: 10px 0 0;
		font-size: 4.0rem;
	}
	
	.contact_2column p {
		font-size: 1.2rem;
	}
	
	.contact_2column .contact_form dt,
	.contact_2column .contact_form dd {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	
	.contact_2column .btn_gold {
		margin: 15px auto 0;
		width: 214px;
	}

}

.contact_form_page .page_wrapper {
	margin-bottom: 40px;
}

.contact_form_column {
	margin: 50px 20px 30px;
}

.contact_form_input {
	margin: 0 0 30px;
	font-size: 1.5rem;
}

.contact_form_column h2 {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 5px solid #c99e03;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.contact_form_column h3 {
	margin: 0 0 10px;
	font-size: 1.5rem;
}

.contact_form_column p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.contact_form_input label {
	margin: 0 0 15px;
	display: block;
}

.contact_form_column input[type="text"],
.contact_form_column input[type="email"] {
	padding: 8px 12px;
	font-size: 1.4rem;
	border: 1px solid #707070;
	border-radius: 5px;
	width: 100%;
}

.contact_form_column input[type="radio"] {
	transform: scale(1.3);
}

.contact_form_column textarea {
	margin: 0 0 12px;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	width: 100%;
	height: 120px;
}

.contact_form_input dl {
	margin: 0 0 10px;
}

.contact_form_input dt {
	margin: 0 0 10px;
	font-size: 1.4rem;
}

.contact_form_input .required {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background: #E60000;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	border-radius: 4px;
	text-align: center;
}

.contact_form_input dd {
	width: 100%;
}

.contact_form_column input[type="checkbox"] {
	margin-right: 10px;
	transform: scale(1.5);
}

.contact_form_doui {
	margin: 20px 0;
	text-align: center;
}

.contact_form_doui p {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}

.contact_form_doui p a {
	text-decoration: underline;
}

.contact_form_doui .doui_check {
	margin: 30px 0 0;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form_btn_box {
	text-align: center;
}

.form_btn_box .btn_send,
.form_btn_box .btn_back,
.form_btn_box .btn_confirm {
	margin: 0 auto;
	padding: 14px 0;
	width: 78%;
	color: #fff;
	font-size: 1.5rem;
	border: none;
	background: #CEA81E url(../images/common/arrow_white.png) no-repeat right 25px center;
	background-size: 8px auto;
	font-family: "游明朝", YuMincho, 'Noto Serif JP', serif;
}

.form_btn_box .btn_send {
}

.form_btn_box .btn_back {
	margin: 0 0 20px;
}

.contact_form_column p.form_attention {
	margin: 0 0 10px;
	font-size: 1.5rem;
	color: #E60000;
}

.contact_form_column .contact_form_doui p.form_attention {
	margin: 10px 0 0;
	text-align: center;
}

.contact_form_confirm {
	margin-bottom: 50px;
}

.contact_form_confirm dl {
	margin: 0 0 30px;
}

.contact_thanks {
	margin: 50px 0;
}

.contact_thanks h2 {
	margin: 0 0 30px;
	font-size: 2.0rem;
	text-align: center;
}

.contact_thanks p.a_center {
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (min-width: 600px) {

	.contact_form_page .page_wrapper {
		margin-bottom: 100px;
	}
	
	.contact_form_column {
		margin: 30px auto;
		max-width: 894px;
	}
	
	.contact_form_input {
		margin: 0 0 40px;
		font-size: 1.8rem;
	}

	.contact_form_column h2 {
	    margin: 0 0 30px;
	    padding: 0 0 0 15px;
	    border-left: 5px solid #c99e03;
	    font-size: 2.8rem;
	}

	.contact_form_column h3 {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	
	.contact_form_column p {
		font-size: 1.4rem;
	}
	
	.contact_form_doui input[type="checkbox"] {
		font-size: 2.4rem;
	}
	
	.contact_form_input label {
		margin: 0 0 15px;
	}
	
	.contact_form_column input[type="text"],
	.contact_form_column input[type="email"] {
		padding: 8px 12px;
		font-size: 1.8rem;
	}
	
	.contact_form_column textarea {
		margin: 0 0 16px;
		padding: 8px 12px;
		font-size: 1.8rem;
		height: 200px;
	}
	
	.contact_form_input dl {
		margin: 0;
		display: flex;
		align-items: center;
	}
	
	.contact_form_input dt {
		margin: 0;
		font-size: 1.8rem;
		width: 360px;
	}
	
	.contact_form_input .required {
		margin: 0 20px 0 0;
		padding: 5px;
		font-size: 1.4rem;
		width: 75px;
	}
	
	.contact_form_input .non_required {
		display: inline-block;
		width: 95px;
	}
	
	.contact_form_input dd {
		width: calc(100% - 360px);
	}
	
	.contact_form_column input[type="checkbox"] {
		margin-right: 10px;
		transform: scale(1.5);
	}
	
	.contact_form_doui {
		margin: 40px 0;
	}
	
	.contact_form_doui p {
		font-size: 1.8rem;
	}
	
	.contact_form_doui .doui_check {
		margin: 40px 0 0;
		font-size: 2.4rem;
		cursor: pointer;
	}
	
	.form_btn_box {
		display: flex;
		justify-content: center;
	}

	.form_btn_box .btn_send,
	.form_btn_box .btn_back,
	.form_btn_box .btn_confirm {
		padding: 20px 0;
		width: 530px;
		font-size: 2.3rem;
		background: #CEA81E url(../images/common/arrow_white.png) no-repeat right 25px center;
		background-size: 10px auto;	
	}

	.form_btn_box .btn_send {
		width: 280px;
	}
	
	.form_btn_box .btn_back {
		margin: 0 40px 0 0;
		width: 280px;
	}

	.form_btn_box .btn_confirm:hover,
	.form_btn_box .btn_send:hover,
	.form_btn_box .btn_back:hover {
		opacity: 0.7;
	}

	.contact_form_confirm {
		margin-bottom: 100px;
	}
	
	.contact_form_confirm dl {
		margin: 0 0 30px;
	}

	.contact_thanks {
		margin: 50px 0 80px;
	}
	
	.contact_thanks h2 {
		margin: 0 0 40px;
		font-size: 2.8rem;
	}
	
	.contact_thanks p.a_center {
		font-size: 1.8rem;
	}

}

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

	.contact_form_page .page_wrapper {
		margin-bottom: 80px;
	}
	
	.contact_form_column {
		max-width: 600px;
	}
	
	.contact_form_input {
		margin: 0 0 30px;
		font-size: 1.4rem;
	}

	.contact_form_column h2 {
	    margin: 0 0 20px;
		padding-left: 10px;
	    font-size: 2.0rem;
	}

	.contact_form_column h3 {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	
	.contact_form_column p {
		font-size: 1.2rem;
	}
	
	.contact_form_input label {
		margin: 0 0 15px;
	}
	
	.contact_form_column input[type="text"],
	.contact_form_column input[type="email"] {
		padding: 6px 8px;
		font-size: 1.4rem;
	}
	
	.contact_form_column textarea {
		margin: 0 0 12px;
		padding: 6px 8px;
		font-size: 1.4rem;
		height: 150px;
	}
	
	.contact_form_input dl {
		margin: 0 0 20px;
		display: flex;
		align-items: center;
	}
	
	.contact_form_input dt {
		margin: 0;
		font-size: 1.4rem;
		width: 260px;
	}
	
	.contact_form_input .required {
		margin: 0 10px 0 0;
		padding: 5px 10px;
		font-size: 1.2rem;
		width: 45px;
	}
	
	.contact_form_input .non_required {
		width: 55px;
	}
	
	.contact_form_input dd {
		width: calc(100% - 260px);
	}
	
	.contact_form_doui {
		margin: 30px 0;
	}
	
	.contact_form_doui p {
		font-size: 1.4rem;
	}
	
	.contact_form_doui .doui_check {
		margin: 30px 0 0;
		font-size: 1.6rem;
	}
	
	.form_btn_box {
		display: flex;
		justify-content: center;
	}

	.form_btn_box .btn_send,
	.form_btn_box .btn_back,
	.form_btn_box .btn_confirm {
		padding: 12px 0;
		width: 296px;
		font-size: 1.6rem;
		background: #CEA81E url(../images/common/arrow_white.png) no-repeat right 20px center;
		background-size: 8px auto;	
	}

	.contact_form_confirm {
		margin-bottom: 50px;
	}
	
	.contact_thanks {
		margin: 30px 0 50px;
	}
	
	.contact_thanks h2 {
		margin: 0 0 30px;
		font-size: 2.0rem;
	}
	
	.contact_thanks p.a_center {
		font-size: 1.4rem;
	}

}

/* -----------------------
　　　サイトマップ
----------------------- */

.sitemap .page_entry {
	margin: 30px 20px;
}

.sitemap h2 {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	line-height: 1.2;
	border-left: 5px solid #c99e03;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}

.sitemap_column {
	margin: 0 0 20px;
}

.sitemap_column h3 {
	margin: 0 0 15px;
	font-size: 1.8rem;
}

.sitemap_column > h3 {
	margin-bottom: 30px;
}

.sitemap_column ul {
	margin: 0 0 20px;
}

.sitemap_column li {
	font-size: 1.4rem;
	line-height: 1.8;
}

.sitemap_column li.sub {
	margin-left: 1.5em;
}

.sitemap_column ul + ul.sub {
	margin-top: -20px;
}

.sitemap_column ul.sub ul {
	margin-left: 1em;
}

.sitemap .page_entry .btn_gold {
	margin-top: 50px;
}

@media screen and (min-width: 600px) {

	.sitemap .page_entry {
		margin: 30px auto;
		max-width: 894px;
	}

	.sitemap h2 {
	    margin: 0 0 30px;
	    padding: 0 0 0 15px;
	    font-size: 2.8rem;
	}

	.sitemap_column {
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
	}
	
	.sitemap_column > div {
		width: 50%;
	}
	
	.sitemap_column h3 {
		margin: 0 0 20px;
		font-size: 2.4rem;
	}
	
	.sitemap_column > h3 {
		margin-bottom: 40px;
	}
	
	.sitemap_column ul {
		margin: 0 0 30px;
	}
	
	.sitemap_column li {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	.sitemap_column li.sub {
		margin-left: 2.5em;
	}
	
	.sitemap_column ul + ul.sub {
		margin-top: -30px;
	}
	
	.sitemap_column ul.sub ul {
		margin-left: 2em;
	}

}

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

	.sitemap .page_entry {
		max-width: 600px;
	}

	.sitemap h2 {
	    margin: 0 0 20px;
	    padding: 0 0 0 10px;
	    font-size: 2.0rem;
	}

	.sitemap_column {
		margin: 0 0 20px;
	}
	
	.sitemap_column > div {
		width: calc(50% - 10px);
	}
	
	.sitemap_column h3 {
		margin: 0 0 20px;
		font-size: 1.6rem;
	}
	
	.sitemap_column > h3 {
		margin-bottom: 30px;
	}
	
	.sitemap_column ul {
		margin: 0 0 20px;
	}
	
	.sitemap_column li {
		font-size: 1.4rem;
	}
	
	.sitemap_column li.sub {
		margin-left: 1.5em;
	}
	
	.sitemap_column ul + ul.sub {
		margin-top: -20px;
	}
	
	.sitemap_column ul.sub ul {
		margin-left: 1em;
	}

	.sitemap .page_entry .btn_gold {
		margin-top: 30px;
	}

}

/* -----------------------
　　　お知らせ
----------------------- */

.news_index {
	margin: 0 20px;
}

.news_index_list {
	margin: 0 0 80px;
}

.news_index_list li {
	border-bottom: 1px solid #373228;
}

.news_index_list li a {
	padding: 30px 0 10px;
	display: block;
}

.news_index_list dl {
	display: flex;
}

.news_index_list dt {
	font-size: 1.2rem;
	width: 100px;
}

.news_index_list dd {
	font-size: 1.2rem;
	width: calc(100% - 100px);
}

@media screen and (min-width: 600px) {

	.news_index {
		margin: 0 auto;
		max-width: 894px;
	}
	
	.news_index_list {
		margin: 0 0 100px;
	}
	
	.news_index_list li a {
		padding: 50px 0 15px;
	}
	
	.news_index_list dt {
		font-size: 1.4rem;
		width: 180px;
	}
	
	.news_index_list dd {
		font-size: 1.6rem;
		width: calc(100% - 180px);
	}

}

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

	.news_index {
		max-width: 600px;
	}
	
	.news_index_list {
		margin: 0 0 80px;
	}
	
	.news_index_list li a {
		padding: 30px 0 10px;
	}
	
	.news_index_list dt {
		font-size: 1.2rem;
		width: 110px;
	}
	
	.news_index_list dd {
		font-size: 1.2rem;
		width: calc(100% - 110px);
	}

}

.index_pager {
	margin: 0 20px 80px;
}

.index_pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li {
	margin: 0 5px;
	border: 1px solid #CEA81E;
	border-radius: 50%;
	background: #fff;
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
}

.index_pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #CEA81E;
}

.index_pager li.dot {
	margin: 0;
	border: none;
}

.index_pager li a {
	color: #CEA81E;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

.index_pager li.cur {
	background: #CEA81E;
}

.index_pager li.cur span {
	color: #fff;
}

.index_pager li.page_back,
.index_pager li.page_forward {
	border: none;
	background: none;
	width: 18px;
	height: 18px;
}

.index_pager li.page_back a,
.index_pager li.page_forward a {
	width: 18px;
	height: 18px;
}

.index_pager li.page_back img,
.index_pager li.page_forward img {
	width: 18px;
	height: 18px;
}

.index_pager li.page_back {
	margin-right: 15px;
}

.index_pager li.page_forward {
	margin-left: 15px;
}

.entry p.date {
	margin: 0 0 20px;
	font-size: 1.5rem;
}

@media screen and (min-width: 600px) {

	.index_pager {
		margin: 0 0 100px;
	}
	
	.index_pager li {
		margin: 0 10px;
		width: 50px;
		height: 50px;
		font-size: 2.2rem;
	}
	
	.index_pager li span {
		width: 50px;
		height: 50px;
	}
	
	.index_pager li a {
		width: 50px;
		height: 50px;
	}
	
	.index_pager li.page_back,
	.index_pager li.page_forward {
		width: 30px;
		height: 30px;
	}
	
	.index_pager li.page_back a,
	.index_pager li.page_forward a {
		width: 30px;
		height: 30px;
	}
	
	.index_pager li.page_back img,
	.index_pager li.page_forward img {
		width: 30px;
		height: 30px;
	}

	.entry p.date {
		margin: 0 0 50px;
		font-size: 2.0rem;
	}
	
}

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

	.index_pager {
		margin: 0 0 80px;
	}
	
	.index_pager li {
		margin: 0 5px;
		width: 30px;
		height: 30px;
		font-size: 1.4rem;
	}
	
	.index_pager li span {
		width: 30px;
		height: 30px;
	}
	
	.index_pager li a {
		width: 30px;
		height: 30px;
	}
	
	.index_pager li.page_back,
	.index_pager li.page_forward {
		width: 18px;
		height: 18px;
	}
	
	.index_pager li.page_back a,
	.index_pager li.page_forward a {
		width: 18px;
		height: 18px;
	}
	
	.index_pager li.page_back img,
	.index_pager li.page_forward img {
		width: 18px;
		height: 18px;
	}

	.entry p.date {
		margin: 0 0 30px;
		font-size: 1.4rem;
	}

}

/* -----------------------
　　　日記・ごまのこと
----------------------- */

.blog_index_list {
	margin: 50px 15px;
	display: flex;
	flex-wrap: wrap;
}

.blog_index_list li {
	margin: 0 5px 30px;
	width: calc(50% - 10px);
}

.blog_index_list li figure {
	margin: 0 0 8px;
	height: 90px;
}

.blog_index_list li figure img {
	max-width: 100%;
}

.blog_index_list figure a {
	height: 100%;
}

.blog_index_list figure .noimage {
	background: #fff;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog_index_list figure .noimage img {
	height: 80%;
	width: auto;
}

.blog_index_list li p.date {
	margin: 0 0 10px;
	font-size: 1.2rem;
	opacity: 0.5;
}

.blog_index_list li h2 {
	font-size: 1.2rem;
}

@media screen and (min-width: 600px) {

	.blog_index_list {
		margin: 40px auto 50px;
		max-width: 1076px;
	}
	
	.blog_index_list li {
		margin: 0 16px 50px 0;
		width: calc(33.3333% - 11px);
	}
	
	.blog_index_list li:nth-child(3n) {
		margin-right: 0;
	}
	
	.blog_index_list li a:hover {
		opacity: 0.7;
	}
	
	.blog_index_list li figure {
		margin: 0 0 12px;
		height: 196px;
	}

	.blog_index_list figure .noimage {
		height: 100%;
	}
	
	.blog_index_list li p.date {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	
	.blog_index_list li h2 {
		font-size: 1.6rem;
	}

}

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

	.blog_index_list {
		margin: 40px auto 50px;
		max-width: 600px;
	}
	
	.blog_index_list li {
		margin: 0 10px 30px 0;
		width: calc(33.3333% - 7px);
	}
	
	.blog_index_list li figure {
		margin: 0 0 12px;
		height: 109px;
	}
	
	.blog_index_list li p.date {
		margin: 0 0 10px;
		font-size: 1.2rem;
	}
	
	.blog_index_list li h2 {
		font-size: 1.2rem;
	}

}

.blog_entry {
	margin: 90px 20px 80px;
}

.blog_entry_left {
	margin: 0 0 50px;
}

.blog_entry_left h1 {
	margin: 0 0 20px;
	font-size: 2.25rem;
	line-height: 1.2;
}

.blog_entry_left p.date {
	margin: 0 0 20px;
	font-size: 1.2rem;
}

.entry_page_navi_wrapper {
	margin: 80px 20px;
}

.entry_page_navi {
	margin: 0 -5px 50px;
	display: flex;
}

.entry_page_navi li {
	margin: 0 5px;
	width: calc(50% - 5px);
}

.entry_page_navi li a {
	padding: 19px 0;
	color: #fff;
	font-size: 1.5rem;
	display: block;
	text-align: center;
	background: #c99e03 url(../images/common/arrow_white.png) no-repeat right 10px center;
	background-size: 8px auto;
}

.entry_page_navi .entry_page_navi_prev a {
	background: #c99e03 url(../images/common/arrow_white_left.png) no-repeat 10px center;
	background-size: 8px auto;
}

.entry_page_navi_wrapper .btn_gold {
	margin: 50px auto 0;
	width: 85%;
}

@media screen and (min-width: 600px) {

	.blog_entry {
		margin: 40px auto 100px;
		display: flex;
		max-width: 1076px;
	}
	
	.blog_entry_left {
		margin: 0 32px 0 0;
		max-width: 712px;
	}
	
	.blog_entry_left h1 {
		margin: 0 0 30px;
		font-size: 3.6rem;
	}
	
	.blog_entry_left p.date {
		margin: 0 0 20px;
		font-size: 1.4rem;
	}
	
	.entry_page_navi {
		margin: 100px -8px 0;
	}
	
	.entry_page_navi li {
		margin: 0 8px;
		width: calc(50% - 8px);
	}

	.entry_page_navi li a {
		padding: 30px 0;
		font-size: 2.3rem;
		background: #c99e03 url(../images/common/arrow_white.png) no-repeat right 25px center;
		background-size: 10px auto;
	}

	.entry_page_navi .entry_page_navi_prev a {
		background: #c99e03 url(../images/common/arrow_white_left.png) no-repeat 25px center;
		background-size: 10px auto;
	}

	.blog_entry_left .btn_gold {
		margin: 80px auto 0;
		width: 530px;
	}

}

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

	.blog_entry {
		margin: 30px auto 80px;
		display: flex;
		max-width: 600px;
	}
	
	.blog_entry_left {
		margin: 0 20px 0 0;
		max-width: 396px;
	}
	
	.blog_entry_left h1 {
		margin: 0 0 20px;
		font-size: 2.8rem;
	}
	
	.blog_entry_left p.date {
		font-size: 1.2rem;
	}
	
	.entry_page_navi {
		margin: 80px -5px 0;
	}
	
	.entry_page_navi li {
		margin: 0 5px;
		width: calc(50% - 5px);
	}

	.entry_page_navi li a {
		padding: 20px 15px 20px 0;
		font-size: 1.5rem;
		background: #c99e03 url(../images/common/arrow_white.png) no-repeat right 5px center;
		background-size: 10px auto;
	}

	.entry_page_navi .entry_page_navi_prev a {
		padding: 20px 0 20px 15px;
		background: #c99e03 url(../images/common/arrow_white_left.png) no-repeat 5px center;
		background-size: 10px auto;
	}

	.blog_entry_left .btn_gold {
		margin: 50px auto 0;
		width: 296px;
	}

}

.blog_entry_right_top,
.blog_entry_right_bottom {
	display: flex;
	justify-content: space-between;
}

.blog_side_img {
	margin: 0 10px 0 0;
	width: calc(50% - 5px);
}

.side_parts {
	width: calc(50% - 5px);
}

.side_parts h2 {
	margin: 0 0 20px;
	padding-left: 5px;
	font-size: 1.5rem;
	line-height: 1.4;
	border-left: 5px solid #c99e03;
}

.side_recent {
	margin: 0 0 20px;
}

.side_recent li {
	margin: 0 0 10px;
}

.side_recent a {
	display: flex;
	align-items: center;
}

.side_recent figure {
	margin: 0 10px 0 0;
}

.side_recent figure img {
	width: 76px;
}

.side_recent figure .noimage {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 76px;
}

.side_recent figure .noimage img {
	width: 61px;
}

.side_recent h3 {
	font-size: 1.2rem;
	line-height: 1.3;
}

.side_category,
.side_archives {
	border-top: 1px solid #373228;
}

.side_category li,
.side_archives li {
	font-size: 1.2rem;
	border-bottom: 1px solid #373228;
}

.side_category li a,
.side_archives li a {
	padding: 10px 5px;
	display: block;
}

.gomanokoto .blog_entry {
	margin-bottom: 60px;
}

.entry_page_navi_wrapper {
	margin-top: 60px;
}

.gomanokoto_side_img {
	margin: 0 10px 0 0;
	width: calc(50% - 5px);
	height: 45vw;
/*
	background: #CEA81E;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
*/
}

.gomanokoto_side_img img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 600px) {

	.blog_entry_right_top,
	.blog_entry_right_bottom {
		display: block;
	}

	.blog_side_img {
		margin: 0 0 50px;
		width: auto;
	}
	
	.blog_entry_right {
		margin: 0 0 100px;
		width: 332px;
	}

	.side_parts {
		width: auto;
	}
	
	.side_parts h2 {
		margin: 0 0 30px;
		padding-left: 10px;
		font-size: 2.4rem;
	}
	
	.side_recent {
		margin: 0 0 50px;
	}
	
	.side_recent li {
		margin: 0 0 20px;
	}
	
	.side_recent a {
		display: flex;
		align-items: center;
	}
	
	.side_recent figure {
		margin: 0 15px 0 0;
	}

	.side_recent figure img {
		width: 91px;
	}

	.side_recent figure .noimage {
		width: 91px;
		height: 91px;
	}

	.side_recent figure .noimage img {
		width: 73px;
	}
	
	.side_recent h3 {
		font-size: 1.6rem;
	}
	
	.side_category,
	.side_archives {
		margin: 0 0 30px;
	}
	
	.side_category li,
	.side_archives li {
		font-size: 1.6rem;
	}
	
	.side_category li a,
	.side_archives li a {
		padding: 20px 10px;
	}

	.gomanokoto .blog_entry {
		margin-bottom: 100px;
	}
	
	.gomanokoto_side_img {
		margin: 0 0 50px;
		height: 332px;
		width: 332px;
/*		font-size: 3.6rem;*/
	}

}

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

	.blog_side_img {
		margin: 0 0 30px;
	}
	
	.blog_entry_right {
		margin: 0 0 80px;
		width: 184px;
	}

	.side_parts h2 {
		margin: 0 0 20px;
		padding-left: 10px;
		font-size: 1.6rem;
	}
	
	.side_recent {
		margin: 0 0 30px;
	}
	
	.side_recent li {
		margin: 0 0 10px;
	}
	
	.side_recent figure {
		margin: 0 10px 0 0;
	}

	.side_recent figure img {
		width: 51px;
	}

	.side_recent figure .noimage {
		width: 51px;
		height: 51px;
	}

	.side_recent figure .noimage img {
		width: 41px;
	}
	
	.side_recent h3 {
		font-size: 1.2rem;
	}
	
	.side_category,
	.side_archives {
		margin: 0 0 30px;
	}
	
	.side_category li,
	.side_archives li {
		font-size: 1.2rem;
	}
	
	.side_category li a,
	.side_archives li a {
		padding: 10px;
	}

	.gomanokoto .blog_entry {
		margin-bottom: 80px;
	}
	
	.gomanokoto_side_img {
		margin: 0 0 30px;
		height: 184px;
		width: 184px;
		font-size: 2.4rem;
	}

}

/* -----------------------
　　　404
----------------------- */

#notfound {
	color: #373228;
}

#wrapper_404 {
	margin: 10px;
	padding: 30px;
	width: auto;
    background-image: none;
}

#box_404 {
	border-radius: 5px;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
	text-align: left;
}

.inner_left404 img {
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: left;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
}

#copyright_404 {
    display: block;
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.inner_left404 .site_logo_gold {
	margin: 0 10px 0 0;
	width: 40px;
}

.inner_left404 .site_logo_text {
	width: 130px;
}

.inner_left404 a {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		padding: 60px 60px 0 70px;
		width: 1100px;
	}

	#box_404 {
		margin-bottom: 40px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

	.inner_left404 .site_logo_gold {
		margin: 0 10px 0 0;
		width: 40px;
	}

}

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

	#wrapper_404 {
		padding: 60px 20px;
		width: 600px;
	}

	#box_404 {
		margin-bottom: 20px;
	}

	.inner_left404 {
	    margin-right: 30px;
	}

	.inner_left404 img {
		width: 200px;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 14px;
	}

	.inner_right404 h1 {
	    font-size: 20px;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 120px;
/*    position: fixed;*/
    width: 100%;
    z-index: 5;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

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

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

	#adminBox {
	    height: 85px;
	}

}

.titleWrapper {
	padding: 40px 60px 10px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entryFormLiteEditor a {
	text-decoration: underline;
	color: #caa728;
}

.entryFormLiteEditor em {
 	color: #FE0101;
}

.entryFormLiteEditor strong {
	font-weight: bold;
}
