@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap');

@charset "UTF-8";
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *    https://github.com/ireade/css/blob/master/base.scss
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Typography
 * *********************************** */
html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

a,
a:visited {
	color: inherit;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

* {
	box-sizing: border-box;
}

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

/* Elements
 * *********************************** */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

img,
video {
	max-width: 100%;
}

img {
	border-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
	display: none !important;
}

[disabled] {
	cursor: not-allowed;
}

:focus:not(:focus-visible) {
	outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	top: -9999px;
}

/* ================================================================
fonts
================================================================ */
@font-face {
	font-family: 'futura_bk_btbook';
	src: url('../font/futura_book_font-webfont.eot');
	src: url('../font/futura_book_font-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('../font/futura_book_font-webfont.woff2') format('woff2'),
		url('../font/futura_book_font-webfont.woff') format('woff'),
		url('../font/futura_book_font-webfont.ttf') format('truetype'),
		url('../font/futura_book_font-webfont.svg#futura_bk_btbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ================================================================

base

================================================================ */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	scroll-padding-top: 180px;
	/* 固定ヘッダの高さ分 */
}

body {
	color: #333;
	background: #fff;
	font-family: 'Helvetica Neue', 'Noto Sans JP', YuGothic, 'Yu Gothic',
		'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans Japanese',
		Meiryo, メイリオ, 'MS PGothic', Osaka, arial, helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.7;
	overflow: hidden;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.display-none {
	display: none;
}

@media screen and (min-width: 769px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.only-pc {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		width: 92%;
	}
}

/* ================================================================
clearfix
================================================================ */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/* ----------------------------
 トップページ
---------------------------- */
.topAbout {
	background: url(../img/top/about_bg.png) 80px center no-repeat;
	background-size: 95%;
}

.topAbout_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

.topAbout:before {
	position: absolute;
	top: 25%;
}

.topAbout_title {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	color: #c89c45;
	font-weight: bold;
}

.topAbout_title img {
	display: inline-block;
	margin-top: 10px;
}

.topAbout_txt01 {
	text-align: center;
	margin-top: 10px;
}

.topAbout_txt01 img {
	max-width: 100px;
}

.topAbout_txt02 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 30px;
}

.topAbout_txt03 {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 10px;
	line-height: 1.9;
}

.topService .mod-section01List_item.-topService01 {
	background: url(../img/top/service_01.png) top right no-repeat;
	background-size: 85%;
}

.topService .mod-section01List_item.-topService02 {
	background: url(../img/top/service_02.png) top left no-repeat;
	background-size: 85%;
}

.topService .mod-section01List_item.-topService03 {
	background: url(../img/top/service_03.png) top right no-repeat;
	background-size: 85%;
}

.topService .mod-section01List_item.-topService04 {
	background: url(../img/top/service_04.png) top left no-repeat;
	background-size: 85%;
}

.topService .mod-section01List_item.-topService05 {
	background: url(../img/top/service_05.png) top right no-repeat;
	background-size: 85%;
}

.topService_andMore {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	font-size: 4.2rem;
}

@media only screen and (max-width: 769px) {
	.topAbout {
		margin-top: 50px;
		background: url(../img/top/about_bg_sp.png) top 40px center no-repeat;
		background-size: 100%;
	}
	.topAbout_title img {
		max-width: 100px;
	}
	.topService {
		margin-top: 30px;
	}
	.topService .mod-section01List_item.-topService01 {
		background: url(../img/top/service_01.png) top right no-repeat;
		background-size: 120%;
	}
	.topService .mod-section01List_item.-topService02 {
		background: url(../img/top/service_02.png) top left no-repeat;
		background-size: 120%;
	}
	.topService .mod-section01List_item.-topService03 {
		background: url(../img/top/service_03.png) top right no-repeat;
		background-size: 120%;
	}
	.topService .mod-section01List_item.-topService04 {
		background: url(../img/top/service_04.png) top left no-repeat;
		background-size: 120%;
	}
	.topService .mod-section01List_item.-topService05 {
		background: url(../img/top/service_05.png) top right no-repeat;
		background-size: 120%;
	}
	.topService_andMore {
		font-size: 3.2rem;
	}
}

/* ----------------------------
 商品
---------------------------- */
@media only screen and (max-width: 769px) {
	.items {
		margin-top: 50px;
	}
}

.items_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

.items_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 150px;
}

@media only screen and (max-width: 769px) {
	.items_list {
		margin-top: 50px;
	}
}

.items_list li {
	width: 30%;
	margin-left: 5%;
}

.items_list li:first-child,
.items_list li:nth-child(3n + 4) {
	margin-left: 0;
}

.items_list li:nth-child(n + 4) {
	margin-top: 80px;
}

@media only screen and (max-width: 769px) {
	.items_list li {
		display: block;
		width: 80%;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.items_list li:first-child,
	.items_list li:nth-child(3n + 4) {
		margin-left: auto;
		margin-top: 50px;
	}
	.items_list li:nth-child(n + 4) {
		margin-top: 50px;
	}
}

.items_list li a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
}

.items_list li a:hover figure img {
	opacity: 0.7;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.items_list li a:hover h3,
.items_list li a:hover p {
	color: #ff8000;
}

.items_list li a figure img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.items_list li a h3 {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.items_list li a p {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 20px;
}

@media only screen and (max-width: 769px) {
	.items_list li a p {
		margin-top: 10px;
	}
}

.items_giftList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 769px) {
	.items_giftList {
		display: block;
		width: 80%;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}

.items_giftList_item {
	width: 30%;
}

@media only screen and (max-width: 769px) {
	.items_giftList_item {
		width: 100%;
		margin-top: 20px;
	}
}

.items_giftList_item img {
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.items_giftList_item.-txt {
		width: 100%;
	}
}

.gift {
	margin-top: 60px;
}

/* ----------------------------
 アクセス
---------------------------- */
@media only screen and (max-width: 769px) {
	.accessBlog {
		margin-top: 100px;
	}
}

.accessBlog .mod-title01Wrap {
	padding-top: 14vw;
	min-height: 36vw;
}

@media only screen and (max-width: 769px) {
	.accessBlog .mod-title01Wrap {
		padding-top: 20vw;
		padding-bottom: 15vw;
	}
}

.accessBlog_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 769px) {
	.accessBlog_wrap {
		display: block;
	}
}

.accessBlog_listWrap {
	width: 30%;
}

@media only screen and (max-width: 769px) {
	.accessBlog_listWrap {
		width: 80%;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
	}
}

.accessBlog_listTitle {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #330066;
}

@media only screen and (max-width: 769px) {
	.accessBlog_listTitle {
		border-bottom: 1px solid #ff8000;
	}
}

.accessBlog_list_item {
	margin-top: 20px;
}

.accessBlog_list_item a {
	font-weight: bold;
	text-decoration: none;
}

.accessBlog_list_item a:hover {
	text-decoration: underline;
}

.accessBlog_list_item .-date {
	font-size: 13px;
	font-size: 1.3rem;
	color: #777;
}

/* ----------------------------
 北の箱舟
---------------------------- */
.hakoAbout {
	background: url(../img/top/about_bg.png) 80px center no-repeat;
	background-size: 95%;
}

@media only screen and (max-width: 769px) {
	.hakoAbout {
		background: url(../img/top/about_bg_sp.png) top 40px center no-repeat;
		background-size: 100%;
	}
}

.hakoAbout_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

.hakoAbout:before {
	position: absolute;
	top: 25%;
}

.hakoAbout_title {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	color: #c89c45;
	font-weight: bold;
}

.hakoAbout_title img {
	display: inline-block;
	margin-top: 10px;
	max-width: 100px;
}

.hakoAbout_txt01 {
	text-align: center;
	margin-top: 10px;
}

.hakoAbout_txt01 img {
	max-width: 100px;
}

.hakoAbout_txt02 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 30px;
}

.hakoAbout_txt03 {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 10px;
	line-height: 1.9;
}

.hakoAbout_txt04 {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-top: 80px;
	background-color: #ede9e0;
}

@media only screen and (max-width: 769px) {
	.hakoAbout_txt04 {
		margin-top: 30px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		width: 90%;
		font-size: 1.5rem;
		text-align: left;
	}
}

.hakoService {
	margin-top: 60px;
}

.hakoService_list01_item {
	position: relative;
}

.hakoService_list01_item .-dtl {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	padding: 200px 30% 200px 0;
}

@media only screen and (max-width: 1500px) {
	.hakoService_list01_item .-dtl {
		padding: 100px 30% 100px 0;
	}
}

@media only screen and (max-width: 1300px) {
	.hakoService_list01_item .-dtl {
		padding: 110px 45% 110px 0;
	}
}

@media only screen and (max-width: 999px) {
	.hakoService_list01_item .-dtl {
		padding: 160px 52% 160px 0;
	}
}

@media only screen and (max-width: 769px) {
	.hakoService_list01_item .-dtl {
		padding: 30px 0 30px 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
		text-align: left;
	}
}

.hakoService_list01_item .-dtl .-txt01 {
	margin-top: 30px;
	font-weight: bold;
}

.hakoService_list01_item .-dtl .-txt02 {
	margin-top: 30px;
}

.hakoService_list01_item .-dtl .-txt03 {
	margin-top: 30px;
}

.hakoService_list01_item .-dtl .-txt03 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 26px;
	font-size: 2.6rem;
}

.hakoService_list01_item .-dtl .-link {
	margin-top: 50px;
	width: 330px;
	max-width: 100%;
}

.hakoService_list01_item .-dtl .-link a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hakoService_list01_item .-dtl .-link a:hover {
	background-color: #333;
	color: #fff;
}

.hakoService_list01_item .-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

@media only screen and (max-width: 769px) {
	.hakoService_list01_item .-img {
		position: static;
		width: 100%;
	}
}

.hakoService_list01_item .-img img {
	height: 1000px;
	object-fit: cover;
}

@media only screen and (max-width: 1500px) {
	.hakoService_list01_item .-img img {
		height: 800px;
	}
}

@media only screen and (max-width: 1300px) {
	.hakoService_list01_item .-img img {
		height: 800px;
	}
}

@media only screen and (max-width: 999px) {
	.hakoService_list01_item .-img img {
		height: 1000px;
	}
}

@media only screen and (max-width: 769px) {
	.hakoService_list01_item .-img img {
		width: 100%;
		height: auto;
	}
}

.hakoService_list02 {
	margin-top: 20vw;
}

.hakoService_list02:first-child {
	margin-top: 25vw;
}

.hakoService_list02_item {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 769px) {
	.hakoService_list02_item {
		margin-top: 70px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
		display: block;
	}
}

.hakoService_list02_item .-img {
	width: 43%;
	margin-top: 20px;
}

@media only screen and (max-width: 769px) {
	.hakoService_list02_item .-img {
		width: 100%;
	}
}

.hakoService_list02_item .-img img {
	width: 100%;
}

.hakoService_list02_item .-dtl {
	width: 50%;
}

@media only screen and (max-width: 769px) {
	.hakoService_list02_item .-dtl {
		width: 100%;
	}
}

.hakoService_list02_item .-dtl .-title {
	max-width: 240px;
}

.hakoService_list02_item .-dtl .-title.-t01 {
	max-width: 240px;
}

.hakoService_list02_item .-dtl .-title.-t02 {
	max-width: 140px;
}

.hakoService_list02_item .-dtl .-title.-t03 {
	max-width: 240px;
}

@media only screen and (max-width: 769px) {
	.hakoService_list02_item .-dtl .-title {
		margin-top: 30px;
	}
}

.hakoService_list02_item .-dtl .-txt01 {
	margin-top: 40px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #c99d3c;
}

@media only screen and (max-width: 769px) {
	.hakoService_list02_item .-dtl .-txt01 {
		margin-top: 20px;
	}
}

.hakoService_list02_item .-dtl .-txt02 {
	margin-top: 40px;
	line-height: 2;
}

@media only screen and (max-width: 769px) {
	.hakoService_list02_item .-dtl .-txt02 {
		margin-top: 20px;
	}
}

.hakoService_txt01 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-top: 170px;
	background-color: #ede9e0;
}

@media only screen and (max-width: 769px) {
	.hakoService_txt01 {
		margin-top: 30px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
		font-size: 1.6rem;
		text-align: left;
	}
}

.hakoService_list03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.hakoService_list03 {
		display: block;
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
	}
}

.hakoService_list03_item {
	width: 330px;
	max-width: 100%;
	margin: 0 20px;
}

@media only screen and (max-width: 769px) {
	.hakoService_list03_item {
		margin: 30px auto 0;
	}
}

.hakoService_list03_item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hakoService_list03_item a:hover {
	background-color: #333;
	color: #fff;
}

@media only screen and (max-width: 769px) {
	.hakoItem .hakoService_list03 {
		margin-top: 30px;
	}
}

.hakoItem .mod-title01Wrap {
	padding-top: 13vw;
	min-height: 36vw;
}

@media only screen and (max-width: 769px) {
	.hakoItem .mod-title01Wrap {
		padding-top: 20vw;
		padding-bottom: 13vw;
	}
}

.hakoItem_list01 {
	margin-top: -160px;
}

@media only screen and (max-width: 769px) {
	.hakoItem_list01 {
		margin-top: -20px;
	}
	.hakoItem_list01 .slick-next {
		right: 4%;
	}
	.hakoItem_list01 .slick-prev {
		left: 4%;
	}
}

.hakoItem_list01 .slick-next:before,
.hakoItem_list01 .slick-prev:before {
	top: 32.7%;
	width: 3px;
	height: 45px;
	border-radius: 3px;
	background: #888;
}

@media only screen and (max-width: 769px) {
	.hakoItem_list01 .slick-next:before,
	.hakoItem_list01 .slick-prev:before {
		top: 35.5%;
	}
}

@media only screen and (max-width: 769px) {
	.hakoItem_list01 .slick-next:before,
	.hakoItem_list01 .slick-prev:before {
		height: 25px;
	}
}

.hakoItem_list01 .slick-next:after,
.hakoItem_list01 .slick-prev:after {
	top: 35%;
	width: 3px;
	height: 45px;
	border-radius: 1px;
	background: #888;
}

@media only screen and (max-width: 769px) {
	.hakoItem_list01 .slick-next:after,
	.hakoItem_list01 .slick-prev:after {
		height: 25px;
	}
}

.hakoItem_list01_item {
	margin: 0 20px;
	margin-bottom: 50px;
}

.hakoItem_list01_item a {
	text-decoration: none;
}

.hakoItem_list01_item .-img img {
	width: 100%;
}

.hakoItem_list01_item .-title {
	margin-top: 30px;
}

.hakoItem_list01_item .-txt {
	margin-top: 20px;
}

/* ----------------------------
 ブログ
---------------------------- */
.blogDtl .mod-title01Wrap {
	padding-top: 13vw;
	min-height: 36vw;
}

@media only screen and (max-width: 769px) {
	.blogDtl .mod-title01Wrap {
		padding-top: 25vw;
		padding-bottom: 18vw;
	}
}

.blogDtl_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 1000px;
}

@media only screen and (max-width: 769px) {
	.blogDtl_wrap {
		width: 80%;
	}
}

.blogDtl_thumbnail {
	margin-top: -10vw;
}

@media only screen and (max-width: 999px) {
	.blogDtl_thumbnail {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 769px) {
	.blogDtl_thumbnail {
		margin-top: 30px;
	}
}

.blogDtl_thumbnail img {
	width: 100%;
}

.blogDtl_title02 {
	margin-top: 70px;
	text-align: center;
	border-bottom: 1px solid #ff8000;
	padding-bottom: 20px;
	font-size: 17px;
	font-size: 1.7rem;
}

@media only screen and (max-width: 769px) {
	.blogDtl_title02 {
		margin-top: 20px;
	}
}

.blogDtl_post p {
	margin-top: 20px;
}

.blogDtl_post img {
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.blogList {
		margin-top: 100px;
	}
}

.blogList .mod-title01Wrap {
	padding-top: 14vw;
	min-height: 36vw;
}

@media only screen and (max-width: 769px) {
	.blogList .mod-title01Wrap {
		padding-top: 25vw;
		padding-bottom: 18vw;
	}
}

.blogList_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 769px) {
	.blogList_wrap {
		display: block;
	}
}

.blogList_listWrap {
	width: 30%;
}

@media only screen and (max-width: 769px) {
	.blogList_listWrap {
		width: 80%;
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
	}
}

.blogList_listTitle {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #330066;
}

@media only screen and (max-width: 769px) {
	.blogList_listTitle {
		border-bottom: 1px solid #ff8000;
	}
}

.blogList_list_item {
	margin-top: 20px;
}

.blogList_list_item a {
	font-weight: bold;
	text-decoration: none;
}

.blogList_list_item a:hover {
	text-decoration: underline;
}

.blogList_list_item .-date {
	font-size: 13px;
	font-size: 1.3rem;
	color: #777;
}

.postList {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 900px;
	margin: 80px auto;
	border-top: 3px solid #ff8000;
	border-bottom: 3px solid #ff8000;
}

@media only screen and (max-width: 769px) {
	.postList {
		width: 90%;
	}
}

.postList_item {
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px dotted #ff8000;
	padding: 20px 0;
}

.postList_item:first-child {
	margin-top: 0;
	border-bottom: 1px dotted #ff8000;
}

.postList_item .-cat {
	background-color: #c89c45;
	color: #fff;
	padding: 1px 5px;
	font-size: 16px;
	font-size: 1.6rem;
}

.postList_item .-date {
	display: inline-block;
	margin-right: 30px;
}

.postList_item .-title {
	text-decoration: none;
}

@media only screen and (max-width: 769px) {
	.postList_item .-title {
		display: block;
	}
}

.postList_item .-title:hover {
	color: #ff8000;
	text-decoration: underline;
}

/* ----------------------------
 レシピ
---------------------------- */
@media only screen and (max-width: 769px) {
	.recipe {
		margin-top: 50px;
	}
}

.recipe_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

.recipe .mod-title03Wrap {
	padding-top: 6vw;
	min-height: 25vw;
}

@media only screen and (max-width: 769px) {
	.recipe .mod-title03Wrap:before {
		min-height: 55vw;
	}
}

@media only screen and (max-width: 769px) {
	.recipe .mod-title03Wrap {
		padding-top: 10vw;
		padding-bottom: 13vw;
	}
}

.recipe_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 1000px;
}

@media only screen and (max-width: 769px) {
	.recipe_wrap {
		width: 80%;
	}
}

.recipe_thumbnail {
	margin-top: -10vw;
}

@media only screen and (max-width: 999px) {
	.recipe_thumbnail {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 769px) {
	.recipe_thumbnail {
		margin-top: -20px;
	}
}

.recipe_thumbnail img {
	width: 100%;
}

.recipe_title02 {
	margin-top: 70px;
	text-align: center;
	border-bottom: 1px solid #ff8000;
	padding-bottom: 20px;
	font-size: 17px;
	font-size: 1.7rem;
}

@media only screen and (max-width: 769px) {
	.recipe_title02 {
		margin-top: 20px;
	}
}

.recipe_post_zai {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 600px;
	margin-top: 20px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 769px) {
	.recipe_post_zai {
		max-width: 300px;
	}
}

.recipe_post_zai_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recipe_post_zai_list li {
	margin-top: 5px;
	width: 45%;
	text-indent: -1em;
}

@media only screen and (max-width: 769px) {
	.recipe_post_zai_list li {
		width: 100%;
	}
}

.recipe_post p {
	margin-top: 20px;
}

.recipe_post img {
	width: 100%;
}

.recipeList {
	margin-top: 100px;
	padding: 70px 0;
	background-color: #f8f7f5;
}

.recipeList_title {
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.recipeList_title {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		-webkit-transform: translateX(5%);
		transform: translateX(5%);
		width: 85%;
	}
}

.recipeList_list01 {
	margin-top: 40px;
}

@media only screen and (max-width: 769px) {
	.recipeList_list01 .slick-next {
		right: 4%;
	}
	.recipeList_list01 .slick-prev {
		left: 4%;
	}
}

.recipeList_list01 .slick-next:before,
.recipeList_list01 .slick-prev:before {
	top: 32.2%;
	width: 3px;
	height: 45px;
	border-radius: 3px;
	background: #888;
}

@media only screen and (max-width: 769px) {
	.recipeList_list01 .slick-next:before,
	.recipeList_list01 .slick-prev:before {
		top: 35.5%;
	}
}

@media only screen and (max-width: 769px) {
	.recipeList_list01 .slick-next:before,
	.recipeList_list01 .slick-prev:before {
		height: 25px;
	}
}

.recipeList_list01 .slick-next:after,
.recipeList_list01 .slick-prev:after {
	top: 35%;
	width: 3px;
	height: 45px;
	border-radius: 1px;
	background: #888;
}

@media only screen and (max-width: 769px) {
	.recipeList_list01 .slick-next:after,
	.recipeList_list01 .slick-prev:after {
		height: 25px;
	}
}

.recipeList_list01_item {
	margin: 0 10px;
	margin-bottom: 50px;
}

.recipeList_list01_item a {
	text-decoration: none;
}

.recipeList_list01_item .-img img {
	width: 100%;
}

.recipeList_list01_item .-title {
	text-align: center;
	margin-top: 30px;
}

.recipeList_list01_item .-txt {
	margin-top: 20px;
}

.recipeList_list02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 100px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.recipeList_list02 {
		display: block;
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
	}
}

.recipeList_list02_item {
	width: 330px;
	max-width: 100%;
	margin: 0 20px;
}

@media only screen and (max-width: 769px) {
	.recipeList_list02_item {
		margin: 30px auto 0;
	}
}

.recipeList_list02_item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.recipeList_list02_item a:hover {
	background-color: #333;
	color: #fff;
}

/* ----------------------------
 お問い合わせ
---------------------------- */
.contact .mod-title01Wrap {
	padding-top: 15vw;
	min-height: 37vw;
}

@media only screen and (max-width: 769px) {
	.contact .mod-title01Wrap {
		padding-top: 20vw;
		padding-bottom: 13vw;
		background-size: 120%;
	}
}

.contact_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

@media only screen and (max-width: 769px) {
	.contact_wrap {
		width: 80%;
	}
}

.contact_tbl {
	width: 100%;
}

.contact_tbl th,
.contact_tbl td {
	padding: 15px 10px;
}

.contact_tbl th {
	width: 20%;
	text-align: left;
	vertical-align: top;
}

@media only screen and (max-width: 769px) {
	.contact_tbl th {
		margin-top: 40px;
		width: 100%;
		display: block;
		overflow: hidden;
	}
}

@media only screen and (max-width: 769px) {
	.contact_tbl th.-none {
		margin-top: 0;
		padding: 5px;
	}
}

.contact_tbl th .-req01 {
	display: inline-block;
	color: #fff;
	background-color: #ff0000;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	border-radius: 10px;
}

@media only screen and (max-width: 769px) {
	.contact_tbl th .-req01 {
		float: right;
	}
}

.contact_tbl th .-req02 {
	display: inline-block;
	color: #fff;
	background-color: #ffab34;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	border-radius: 10px;
}

@media only screen and (max-width: 769px) {
	.contact_tbl th .-req02 {
		float: right;
	}
}

.contact_tbl td {
	width: 80%;
	position: relative;
}

@media only screen and (max-width: 769px) {
	.contact_tbl td {
		width: 100%;
		display: block;
	}
}

.contact_tbl td input[type='text'] {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
}

.contact_tbl td .selectWrap {
	position: relative;
}

.contact_tbl td .selectWrap:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -9px;
	bottom: 0;
	margin: auto 0;
	right: 12px;
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color: #ccc #ccc transparent transparent;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.contact_tbl td select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 15px 40px 15px 15px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 0;
}

.contact_tbl td textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
}

.contact_tbl td .-txt01 {
	margin-top: 10px;
	font-weight: bold;
}

.contact_tbl td .-txt01 span {
	text-decoration: underline;
}

.contact_tbl td .-txt02 {
	font-size: 14px;
	font-size: 1.4rem;
}

.contact_tbl td.-checkbox {
	padding-top: 80px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

@media only screen and (max-width: 769px) {
	.contact_tbl td.-checkbox {
		padding-top: 10px;
	}
}

.contact_tbl td.-checkbox span {
	text-decoration: underline;
}

.contact_form_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.contact_form_btn input[type='submit'] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
}

.contact_form_btn .-btn {
	display: block;
	border: 2px solid #333;
	font-size: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	width: 280px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	cursor: pointer;
	margin: 0 20px;
}

.contact_form_btn .-btn:hover {
	background-color: #333;
}

.contact_form_btn .-btn:hover span {
	color: #fff;
}

.contact_form_btn .-btn:hover:before {
	right: 20px;
	background-color: #fff;
}

.contact_form_btn .-btn:hover:after {
	right: 10px;
	background-color: #fff;
}

.contact_form_btn .-btn:hover input[type='submit'] {
	color: #fff;
}

.ECM_CheckboxInput {
	padding: 12px 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.ECM_CheckboxInput-Input {
	margin: 0;
	width: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	height: 2px;
	-webkit-transform: translate(-5px, 6px) rotateZ(-135deg);
	transform: translate(-5px, 6px) rotateZ(-135deg);
	-webkit-transform-origin: 1px 1px;
	transform-origin: 1px 1px;
	background: #888;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 2px;
	-webkit-transform: translate(-5px, 6px) rotateZ(-45deg);
	transform: translate(-5px, 6px) rotateZ(-45deg);
	-webkit-transform-origin: 1px 1px;
	transform-origin: 1px 1px;
	background: #888;
}

.ECM_CheckboxInput-DummyInput {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #333;
}

.ECM_CheckboxInput-LabelText {
	margin-left: 12px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

/* ----------------------------
 輝き
---------------------------- */
.kagayaki_nav {
	position: absolute;
	top: -20px;
	left: 1%;
}

@media only screen and (max-width: 769px) {
	.kagayaki_nav {
		display: none;
	}
}

.kagayaki_nav_list li {
	margin-top: 5px;
}

@media only screen and (max-width: 999px) {
	.kagayaki_nav_list li {
		font-size: 1.4rem;
	}
}

.kagayaki_nav_list li:first-child {
	margin-top: 0;
}

.kagayaki_nav_list li a {
	font-weight: bold;
	display: block;
	text-decoration: none;
}

@media only screen and (max-width: 999px) {
	.kagayaki_nav_list li a {
		font-size: 1.4rem;
	}
}

.kagayaki_nav_list li a.-active,
.kagayaki_nav_list li a:hover {
	text-decoration: underline;
	position: relative;
}

.kagayaki_nav_list li a.-active:before,
.kagayaki_nav_list li a:hover:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -15px;
	width: 10px;
	height: 20px;
	background: url(../img/rice_mark.png) center center no-repeat;
	background-size: 10px;
}

.kagayaki_bg {
	margin-top: -6vw;
	padding: 12vw 0;
	position: relative;
	z-index: -2;
}

@media only screen and (max-width: 769px) {
	.kagayaki_bg {
		margin-top: -8vw;
		padding: 16vw 0;
	}
}

.kagayaki_bg.-type01 {
	background: url(../img/kagayaki/kagayaki_subtit_bg01.png) center center
		no-repeat;
	background-size: cover;
}

.kagayaki_bg.-type02 {
	background: url(../img/kagayaki/kagayaki_subtit_bg02.png) center center
		no-repeat;
	background-size: cover;
	position: relative;
}

.kagayaki_bg.-type02:after {
	width: 100%;
	height: 20vw;
	content: '';
	position: absolute;
	bottom: -19vw;
	left: 0;
	background-color: #000;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media only screen and (max-width: 769px) {
	.kagayaki_bg.-type02:after {
		bottom: -16vw;
	}
}

.kagayaki_bg.-type03 {
	background: url(../img/kagayaki/kagayaki_subtit_bg03.png) center center
		no-repeat;
	background-size: cover;
}

.kagayaki_bg.-type04 {
	background: url(../img/kagayaki/kagayaki_subtit_bg04.png) center center
		no-repeat;
	background-size: cover;
}

.kagayaki_bg.-type05 {
	background: url(../img/kagayaki/kagayaki_subtit_bg05.png) center center
		no-repeat;
	background-size: cover;
}

.kagayaki_bg.-type06 {
	background: url(../img/kagayaki/kagayaki_subtit_bg06.png) center center
		no-repeat;
	background-size: cover;
}

.kagayaki_bg_txt {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}

@media only screen and (max-width: 769px) {
	.kagayaki_bg_txt {
		font-size: 1.6rem;
	}
}

.kagayaki_list01_item {
	position: relative;
}

.kagayaki_list01_item .-dtl {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	padding: 200px 30% 200px 0;
}

@media only screen and (max-width: 1500px) {
	.kagayaki_list01_item .-dtl {
		padding: 100px 30% 100px 0;
	}
}

@media only screen and (max-width: 1300px) {
	.kagayaki_list01_item .-dtl {
		padding: 110px 45% 110px 0;
	}
}

@media only screen and (max-width: 999px) {
	.kagayaki_list01_item .-dtl {
		padding: 160px 52% 160px 0;
	}
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-dtl {
		padding: 30px 0 30px 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
		text-align: left;
	}
}

.kagayaki_list01_item .-dtl .-title.-type01 {
	max-width: 410px;
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-dtl .-title.-type01 {
		max-width: 220px;
	}
}

.kagayaki_list01_item .-dtl .-title.-type02 {
	max-width: 300px;
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-dtl .-title.-type02 {
		max-width: 160px;
	}
}

.kagayaki_list01_item .-dtl .-txt01 {
	margin-top: 30px;
	font-weight: bold;
}

.kagayaki_list01_item .-dtl .-txt02 {
	margin-top: 30px;
}

.kagayaki_list01_item .-dtl .-txt03 {
	margin-top: 30px;
}

.kagayaki_list01_item .-dtl .-txt03 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 26px;
	font-size: 2.6rem;
}

.kagayaki_list01_item .-dtl .-link {
	margin-top: 50px;
	width: 330px;
	max-width: 100%;
}

.kagayaki_list01_item .-dtl .-link a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.kagayaki_list01_item .-dtl .-link a:hover {
	background-color: #333;
	color: #fff;
}

.kagayaki_list01_item .-first img {
	height: 800px !important;
	object-fit: cover;
}

@media only screen and (max-width: 1500px) {
	.kagayaki_list01_item .-first img {
		height: 600px !important;
	}
}

@media only screen and (max-width: 1300px) {
	.kagayaki_list01_item .-first img {
		height: 600px !important;
	}
}

@media only screen and (max-width: 999px) {
	.kagayaki_list01_item .-first img {
		height: 700px !important;
	}
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-first img {
		width: 80% !important;
		height: auto !important;
	}
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-first {
		text-align: center;
	}
}

.kagayaki_list01_item .-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-img {
		position: static;
		width: 100%;
	}
}

.kagayaki_list01_item .-img img {
	height: 1000px;
	object-fit: cover;
}

@media only screen and (max-width: 1500px) {
	.kagayaki_list01_item .-img img {
		height: 800px;
	}
}

@media only screen and (max-width: 1300px) {
	.kagayaki_list01_item .-img img {
		height: 800px;
	}
}

@media only screen and (max-width: 999px) {
	.kagayaki_list01_item .-img img {
		height: 1000px;
	}
}

@media only screen and (max-width: 769px) {
	.kagayaki_list01_item .-img img {
		width: 100%;
		height: auto;
	}
}

.kagayaki .mod-title01Wrap {
	margin-top: 20vw;
	padding-top: 14vw;
}

.kagayaki .access .mod-title01Wrap {
	padding-top: 20vw;
	padding-bottom: 13vw;
}

#kagayaki,
#eat {
	padding-top: 110px;
}

@media only screen and (max-width: 999px) {
	#kagayaki,
	#eat {
		padding-top: 130px;
	}
}

#item,
#voice,
#howto,
#price {
	padding-top: 1px;
}

.point {
	margin-top: 120px;
}

.point_dtl {
	position: relative;
	z-index: 3;
	padding-top: 70px;
	background-color: #000;
}

.point_dtl_img {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

@media only screen and (max-width: 769px) {
	.point_dtl_img {
		width: 80%;
	}
}

.point_dtl_img img {
	width: 100%;
}

.point_dtl_txt {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	width: 80%;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	line-height: 2;
	font-size: 12px;
	font-size: 1.2rem;
}

.point_dtlBk {
	position: relative;
	z-index: 1;
}

.point_dtlBk:after {
	width: 100%;
	height: 72vw;
	content: '';
	position: absolute;
	bottom: -0.5vw;
	left: 0;
	background-color: #000;
	z-index: -1;
	-webkit-transform: skewY(-5.5deg);
	transform: skewY(-5.5deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

@media only screen and (max-width: 769px) {
	.point_dtlBk:after {
		height: 160vw;
		bottom: -12.5vw;
	}
}

.point_dtlBk_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 130px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 769px) {
	.point_dtlBk_wrap {
		margin-top: 40px;
		display: block;
		width: 80%;
	}
}

.point_dtlBk_wrap .-img {
	width: 200px;
	position: relative;
	z-index: 4;
}

@media only screen and (max-width: 769px) {
	.point_dtlBk_wrap .-img {
		position: static;
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		width: 125px;
		text-align: center;
	}
}

.point_dtlBk_wrap .-txt {
	margin-left: 50px;
	margin-top: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

@media only screen and (max-width: 769px) {
	.point_dtlBk_wrap .-txt {
		margin-top: 30px;
		margin-left: 0px;
		text-align: center;
		font-size: 1.4rem;
	}
}

.point_dtlBk_wrap .-link {
	width: 35%;
	margin-left: auto;
	margin-top: 10px;
}

@media only screen and (max-width: 769px) {
	.point_dtlBk_wrap .-link {
		width: 100%;
	}
}

.point_dtlBk_wrap .-link li {
	margin-top: 20px;
}

.point_dtlBk_wrap .-link li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}

.point_dtlBk_wrap .-link li a:hover {
	background-color: #fff;
	color: #333;
}

.point_commit {
	margin-top: -10vw;
	padding-top: 20vw;
	background: url(../img/kagayaki/commitment_background.jpg) top right no-repeat;
	background-size: 50%;
}

@media only screen and (max-width: 769px) {
	.point_commit {
		margin-top: 0vw;
		background-size: 100%;
	}
}

.point_commit_title01 {
	max-width: 500px;
	margin: 0 auto;
}

@media only screen and (max-width: 769px) {
	.point_commit_title01 {
		width: 80%;
		margin-top: 70px;
	}
}

.point_commit_list01 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 769px) {
	.point_commit_list01 {
		display: block;
	}
}

.point_commit_list01 .-item {
	width: 26.5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.point_commit_list01 .-item.-type03 {
	width: 30%;
}

@media only screen and (max-width: 769px) {
	.point_commit_list01 .-item {
		width: 50%;
	}
	.point_commit_list01 .-item.-type03 {
		width: 57%;
	}
}

.point_commit_title02 {
	max-width: 530px;
	margin: 0 auto;
	margin-top: 80px;
}

@media only screen and (max-width: 769px) {
	.point_commit_title02 {
		width: 80%;
		margin-top: 70px;
	}
}

.point_commit_list02 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 840px;
	margin-top: 80px;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 {
		margin-top: 50px;
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		width: 80%;
	}
}

.point_commit_list02 .-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #c89c45;
	margin-top: 30px;
	padding: 30px 40px;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item {
		display: block;
		padding: 30px 20px;
	}
}

.point_commit_list02 .-item .-img01 {
	width: 18%;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item .-img01 {
		width: 100%;
		text-align: center;
	}
	.point_commit_list02 .-item .-img01 img {
		max-width: 100px;
	}
}

.point_commit_list02 .-item .-img01 img {
	border-radius: 50%;
	width: 100%;
}

.point_commit_list02 .-item .-dtl {
	margin-left: 5%;
	width: 30%;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item .-dtl {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
	}
}

.point_commit_list02 .-item .-dtl .-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #c89c45;
	font-size: 18px;
	font-size: 1.8rem;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item .-dtl .-title {
		text-align: center;
	}
}

.point_commit_list02 .-item .-dtl .-cat {
	display: inline-block;
	border: 1px solid #000;
	padding: 1px 15px;
	margin-top: 15px;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item .-dtl .-cat {
		padding: 1px 10px;
		font-size: 1.4rem;
	}
}

.point_commit_list02 .-item .-dtl .-catName {
	margin-top: 15px;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item .-dtl .-catName {
		font-size: 1.4rem;
		display: inline-block;
	}
}

.point_commit_list02 .-item .-img02 {
	margin-left: 5%;
	width: 38%;
}

@media only screen and (max-width: 769px) {
	.point_commit_list02 .-item .-img02 {
		margin-left: 0%;
		margin-top: 20px;
		width: 100%;
	}
}

.point_commit_list03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.point_commit_list03 {
		display: block;
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
	}
}

.point_commit_list03_item {
	width: 330px;
	max-width: 100%;
	margin: 0 20px;
}

@media only screen and (max-width: 769px) {
	.point_commit_list03_item {
		margin: 30px auto 0;
	}
}

.point_commit_list03_item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.point_commit_list03_item a:hover {
	background-color: #333;
	color: #fff;
}

.kagayakiComp .mod-title04Wrap {
	margin-top: 150px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp .mod-title04Wrap {
		margin-top: 70px;
	}
}

.kagayakiComp_top {
	position: relative;
	z-index: -3;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.kagayakiComp_top:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: -170px;
	right: -60px;
	width: 290px;
	height: 400px;
	background: url(../img/kagayaki/ricecomponent_background.jpg) top center
		no-repeat;
	background-size: 290px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_top:before {
		display: none;
	}
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_top {
		width: 80%;
		display: block;
	}
}

.kagayakiComp_top_img {
	width: 35%;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_top_img {
		width: 100%;
		text-align: center;
		margin-left: -20px;
	}
	.kagayakiComp_top_img img {
		max-width: 220px;
	}
}

.kagayakiComp_top_txt {
	width: 60%;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_top_txt {
		margin-top: 30px;
		width: 100%;
	}
}

.kagayakiComp_top_txt .-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.kagayakiComp_top_txt .-txt {
	margin-top: 50px;
	line-height: 2;
}

.kagayakiComp_dtl01 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 140px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01 {
		width: 80%;
		margin-top: 60px;
	}
}

.kagayakiComp_dtl01_img {
	text-align: center;
}

.kagayakiComp_dtl01_img img {
	max-width: 420px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_img img {
		width: 220px;
	}
}

.kagayakiComp_dtl01_title {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_title {
		margin-top: 20px;
	}
}

.kagayakiComp_dtl01_title img {
	max-width: 315px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_title img {
		max-width: 170px;
	}
}

.kagayakiComp_dtl01_txt01 {
	margin-top: 10px;
	text-align: center;
}

.kagayakiComp_dtl01_list {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_list {
		display: block;
	}
}

.kagayakiComp_dtl01_list .-item {
	margin-right: 3%;
	width: 30%;
	border: 1px solid #c89c45;
	border-radius: 10px;
}

.kagayakiComp_dtl01_list .-item:nth-child(3),
.kagayakiComp_dtl01_list .-item:nth-child(5) {
	margin-right: 0;
}

.kagayakiComp_dtl01_list .-item:nth-child(n + 4) {
	margin-top: 30px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_list .-item {
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
	}
	.kagayakiComp_dtl01_list .-item:nth-child(n + 4) {
		margin-top: 20px;
	}
}

.kagayakiComp_dtl01_list .-item .-title {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 25px 40px;
	border-bottom: 1px solid #c89c45;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_list .-item .-title {
		font-size: 1.6rem;
		padding: 15px 30px;
	}
}

.kagayakiComp_dtl01_list .-item .-txt {
	padding: 25px 40px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_list .-item .-txt {
		padding: 15px 30px;
	}
}

.kagayakiComp_dtl01_txt02 {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl01_txt02 {
		margin-top: 10px;
	}
}

.kagayakiComp_dtl02 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 140px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02 {
		margin-top: 30px;
	}
}

.kagayakiComp_dtl02_img {
	text-align: center;
}

.kagayakiComp_dtl02_img img {
	max-width: 100px;
}

.kagayakiComp_dtl02_title {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_title {
		margin-top: 10px;
	}
}

.kagayakiComp_dtl02_title img {
	max-width: 450px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_title img {
		max-width: 240px;
	}
}

.kagayakiComp_dtl02_txt01 {
	margin-top: 10px;
	text-align: center;
}

.kagayakiComp_dtl02_list {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_list {
		width: 80%;
		margin-top: 20px;
		display: block;
	}
}

.kagayakiComp_dtl02_list .-item {
	margin-right: 3%;
	width: 30%;
	border: 1px solid #c89c45;
	border-radius: 10px;
}

.kagayakiComp_dtl02_list .-item:nth-child(3n) {
	margin-right: 0;
}

.kagayakiComp_dtl02_list .-item:nth-child(n + 4) {
	margin-top: 30px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_list .-item {
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
	}
	.kagayakiComp_dtl02_list .-item:nth-child(n + 4) {
		margin-top: 20px;
	}
}

.kagayakiComp_dtl02_list .-item .-title {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 25px 40px;
	border-bottom: 1px solid #c89c45;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_list .-item .-title {
		font-size: 1.6rem;
		padding: 15px 30px;
	}
}

.kagayakiComp_dtl02_list .-item .-txt {
	padding: 25px 40px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_list .-item .-txt {
		font-size: 1.6rem;
		padding: 15px 30px;
	}
}

.kagayakiComp_dtl02_txt02 {
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl02_txt02 {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		margin-top: 20px;
		width: 80%;
	}
}

.kagayakiComp_dtl03 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 170px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03 {
		margin-top: 70px;
	}
}

.kagayakiComp_dtl03_title {
	text-align: center;
}

.kagayakiComp_dtl03_title img {
	max-width: 150px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_title img {
		max-width: 90px;
	}
}

.kagayakiComp_dtl03_wrap {
	margin-top: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_wrap {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		width: 80%;
		margin-top: 30px;
		display: block;
	}
}

.kagayakiComp_dtl03_list01 {
	width: 30%;
	border: 1px solid #c89c45;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_list01 {
		width: 100%;
		margin-top: 60px;
	}
	.kagayakiComp_dtl03_list01:first-child {
		margin-top: 0;
	}
}

.kagayakiComp_dtl03_list01 .-item {
	border-bottom: 1px solid #c89c45;
	padding: 20px 10px;
}

.kagayakiComp_dtl03_list01 .-item:last-child {
	border: none;
}

.kagayakiComp_dtl03_list01 .-item span {
	font-size: 22px;
	font-size: 2.2rem;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_list01 .-item span {
		font-size: 1.6rem;
	}
}

.kagayakiComp_dtl03_list01 .-first {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0px 10px 50px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_list01 .-first {
		padding: 20px 10px 20px;
	}
}

.kagayakiComp_dtl03_list01 .-first .-img {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_list01 .-first .-img {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.kagayakiComp_dtl03_list01 .-title {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 40px 10px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl03_list01 .-title {
		font-size: 1.6rem;
		padding: 20px 10px;
	}
}

.kagayakiComp_dtl04 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 50px;
	border-top: 1px solid #c89c45;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl04 {
		width: 80%;
	}
}

.kagayakiComp_dtl04_title img {
	max-width: 150px;
}

.kagayakiComp_dtl04_wrap {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl04_wrap {
		display: block;
	}
}

.kagayakiComp_dtl04_list01 {
	width: 30%;
	border: 1px solid #c89c45;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl04_list01 {
		width: 100%;
		margin-top: 30px;
	}
}

.kagayakiComp_dtl04_list01 .-item {
	border-bottom: 1px solid #c89c45;
	padding: 20px 10px;
}

.kagayakiComp_dtl04_list01 .-item:last-child {
	border: none;
}

.kagayakiComp_dtl04_list01 .-item span {
	font-size: 22px;
	font-size: 2.2rem;
}

.kagayakiComp_dtl04_list01 .-title {
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 40px 10px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl04_list01 .-title {
		font-size: 1.6rem;
		padding: 20px 10px;
	}
}

.kagayakiComp_dtl05 {
	margin-top: 100px;
}

.kagayakiComp_dtl05_title {
	text-align: center;
}

.kagayakiComp_dtl05_title img {
	max-width: 370px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_title img {
		max-width: 190px;
	}
}

.kagayakiComp_dtl05_list01 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 840px;
	margin-top: 50px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list01 {
		margin-top: 50px;
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		width: 80%;
	}
}

.kagayakiComp_dtl05_list01 .-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #c89c45;
	margin-top: 30px;
	padding: 30px 40px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list01 .-item {
		display: block;
		padding: 30px 20px;
	}
}

.kagayakiComp_dtl05_list01 .-item .-img {
	width: 18%;
}

.kagayakiComp_dtl05_list01 .-item .-img figcaption {
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list01 .-item .-img {
		width: 100%;
		text-align: center;
	}
	.kagayakiComp_dtl05_list01 .-item .-img img {
		border-radius: 50%;
		max-width: 100px;
	}
}

.kagayakiComp_dtl05_list01 .-item .-img img {
	border-radius: 50%;
	width: 100%;
}

.kagayakiComp_dtl05_list01 .-item .-dtl {
	width: 76%;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list01 .-item .-dtl {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
	}
}

.kagayakiComp_dtl05_list01 .-item .-dtl .-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #c89c45;
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list01 .-item .-dtl .-title {
		margin-top: 20px;
		text-align: center;
	}
}

.kagayakiComp_dtl05_list01 .-item .-dtl .-txt {
	margin-top: 15px;
	line-height: 2;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list01 .-item .-dtl .-txt {
		font-size: 1.4rem;
		display: inline-block;
	}
}

.kagayakiComp_dtl05_list02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list02 {
		display: block;
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
	}
}

.kagayakiComp_dtl05_list02_item {
	width: 330px;
	max-width: 100%;
	margin: 0 20px;
}

@media only screen and (max-width: 769px) {
	.kagayakiComp_dtl05_list02_item {
		margin: 30px auto 0;
	}
}

.kagayakiComp_dtl05_list02_item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.kagayakiComp_dtl05_list02_item a:hover {
	background-color: #333;
	color: #fff;
}

.kagayakiVoice .mod-title04Wrap {
	margin-top: 150px;
}

.kagayakiVoice_top {
	position: relative;
	z-index: -3;
}

.kagayakiVoice_top_list {
	margin-top: -13vw;
}

.kagayakiVoice_top_list li {
	width: 100%;
	height: 880px;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_top_list li {
		height: 70vw;
	}
}

.kagayakiVoice_top_list li.-list01 {
	background: url(../img/kagayaki/morihome01.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_top_list li.-list01 {
		background: url(../img/kagayaki/morihome01_sp.jpg) top center no-repeat;
		background-size: cover;
	}
}

.kagayakiVoice_top_list li.-list02 {
	background: url(../img/kagayaki/morihome02.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_top_list li.-list02 {
		background: url(../img/kagayaki/morihome02_sp.jpg) top center no-repeat;
		background-size: cover;
	}
}

.kagayakiVoice_top_list li.-list03 {
	background: url(../img/kagayaki/morihome03.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_top_list li.-list03 {
		background: url(../img/kagayaki/morihome03_sp.jpg) top center no-repeat;
		background-size: cover;
	}
}

.kagayakiVoice .recipeList {
	background-color: #fff;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice .recipeList {
		background-color: #f9f9f7;
		margin-top: 0px;
	}
}

.kagayakiVoice_dtl {
	margin-top: 200px;
}

.kagayakiVoice_dtl_title {
	text-align: center;
}

.kagayakiVoice_dtl_title img {
	max-width: 530px;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_title img {
		max-width: 300px;
	}
}

.kagayakiVoice_dtl_list01 {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 840px;
	margin-top: 50px;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 {
		margin-top: 50px;
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		width: 80%;
	}
}

.kagayakiVoice_dtl_list01 .-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #c89c45;
	margin-top: 30px;
	padding: 30px 40px;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 .-item {
		display: block;
		padding: 30px 20px;
	}
}

.kagayakiVoice_dtl_list01 .-item .-img {
	width: 18%;
}

.kagayakiVoice_dtl_list01 .-item .-img figcaption {
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 .-item .-img figcaption {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 .-item .-img {
		width: 100%;
		text-align: center;
	}
	.kagayakiVoice_dtl_list01 .-item .-img img {
		max-width: 100px;
	}
}

.kagayakiVoice_dtl_list01 .-item .-img img {
	width: 100%;
}

.kagayakiVoice_dtl_list01 .-item .-dtl {
	width: 76%;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 .-item .-dtl {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		margin-top: 10px;
	}
}

.kagayakiVoice_dtl_list01 .-item .-dtl .-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #c89c45;
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 .-item .-dtl .-title {
		text-align: center;
	}
}

.kagayakiVoice_dtl_list01 .-item .-dtl .-txt {
	margin-top: 15px;
	line-height: 2;
}

@media only screen and (max-width: 769px) {
	.kagayakiVoice_dtl_list01 .-item .-dtl .-txt {
		font-size: 1.4rem;
		display: inline-block;
	}
}

@media only screen and (max-width: 769px) {
	.kagayakiItem {
		margin-top: 80px;
	}
}

.kagayakiItem .mod-title04Wrap {
	margin-top: 150px;
}

.kagayakiItem .hakoItem_list01 {
	margin-top: 80px;
}

.kagayakiOrder .mod-title04Wrap {
	margin-top: 150px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder {
		margin-top: 100px;
	}
}

.kagayakiOrder_banner {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 30px;
	width: 780px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_banner {
		width: 80%;
	}
	.kagayakiOrder_banner img {
		width: 100%;
	}
}

.kagayakiOrder_teiki {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 60px;
	padding: 40px 20px 80px;
	background-color: #f0ece6;
}

.kagayakiOrder_teiki_title01 {
	text-align: center;
}

.kagayakiOrder_teiki_title01 img {
	max-width: 780px;
}

.kagayakiOrder_teiki_txt {
	margin-top: 30px;
	margin-left: 27%;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_txt {
		margin-top: 10px;
		margin-left: 0%;
	}
}

.kagayakiOrder_teiki_dtl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_dtl {
		display: block;
	}
}

.kagayakiOrder_teiki_dtl .-img {
	margin-top: 0px;
	width: 21%;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_dtl .-img {
		width: 60%;
		margin-right: auto;
		margin-left: 1%;
	}
}

.kagayakiOrder_teiki_dtl .-txtWrap {
	width: 73%;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_dtl .-txtWrap {
		width: 100%;
	}
}

.kagayakiOrder_teiki_dtl .-txtWrap .-list {
	margin-top: 50px;
}

.kagayakiOrder_teiki_dtl .-txtWrap .-list li {
	font-weight: bold;
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-indent: -0.5em;
	margin-left: 1em;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_dtl .-txtWrap .-list li {
		font-size: 1.6rem;
	}
}

.kagayakiOrder_teiki_title02 {
	margin-top: 40px;
	text-align: center;
}

.kagayakiOrder_teiki_title02 img {
	max-width: 540px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_title02 {
		margin-top: 70px;
	}
}

.kagayakiOrder_teiki_tbl01 {
	margin-top: 60px;
	text-align: center;
}

.kagayakiOrder_teiki_tbl01 img {
	max-width: 970px;
}

.kagayakiOrder_teiki_tbl02 {
	margin-top: 60px;
	text-align: center;
}

.kagayakiOrder_teiki_tbl02 img {
	max-width: 970px;
}

.kagayakiOrder_teiki_listWrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	max-width: 970px;
	margin-top: 80px;
	border: 1px solid #aaa;
	padding: 20px;
}

.kagayakiOrder_teiki_listWrap .-list {
	margin-left: 10px;
}

.kagayakiOrder_teiki_listWrap .-list li {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 2;
	margin-top: 6px;
}

.kagayakiOrder_teiki_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_link {
		display: block;
		margin-top: 60px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
		width: 80%;
	}
}

.kagayakiOrder_teiki_link_item {
	width: 330px;
	max-width: 100%;
	margin: 0 20px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki_link_item {
		margin: 30px auto 0;
	}
}

.kagayakiOrder_teiki_link_item a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 2px solid #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.kagayakiOrder_teiki_link_item a:hover {
	background-color: #333;
	color: #fff;
}

.kagayakiOrder_teiki img {
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_teiki {
		width: 90%;
	}
	.kagayakiOrder_teiki img {
		width: 100%;
	}
}

.kagayakiOrder_wrap {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

.kagayakiOrder_title01 {
	margin-top: 70px;
	text-align: center;
}

.kagayakiOrder_title01 img {
	max-width: 280px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_title01 img {
		max-width: 140px;
	}
}

.kagayakiOrder_title02 {
	margin-top: 70px;
	text-align: center;
}

.kagayakiOrder_title02 img {
	max-width: 530px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_title02 img {
		max-width: 275px;
	}
}

.kagayakiOrder_title03 {
	margin-top: 70px;
	text-align: center;
}

.kagayakiOrder_title03 img {
	max-width: 530px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_title03 img {
		max-width: 275px;
	}
}

.kagayakiOrder_list01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_list01 {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		width: 98%;
		width: 80%;
		display: block;
	}
}

.kagayakiOrder_list01_item {
	margin-top: 50px;
	width: 47%;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_list01_item {
		width: 100%;
		margin-top: 30px;
	}
}

.kagayakiOrder_list01_item .-title {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #c89c45;
	padding-bottom: 5px;
}

.kagayakiOrder_list01_item .-txt {
	margin-top: 25px;
	line-height: 2;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_list01_item .-txt {
		margin-top: 15px;
	}
}

.kagayakiOrder_list01_item .-txt a {
	color: #dd6400;
}

.kagayakiOrder_list01_item .-txt a:hover {
	text-decoration: none;
}

.kagayakiOrder_card {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	width: 80%;
}

.kagayakiOrder_card_title {
	margin-top: 120px;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_card_title {
		margin-top: 90px;
	}
}

.kagayakiOrder_card_title img {
	max-width: 400px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_card_title img {
		max-width: 200px;
	}
}

.kagayakiOrder_card_txt01 {
	margin-top: 40px;
	text-align: center;
	color: #dd6400;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_card_txt01 {
		margin-top: 20px;
		font-size: 1.6rem;
	}
}

.kagayakiOrder_card_img {
	margin-top: 10px;
}

.kagayakiOrder_card_img img {
	width: 100%;
}

.kagayakiOrder_card_txt02 {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	background-color: #f1ede6;
	padding: 10px 10px;
}

@media only screen and (max-width: 769px) {
	.kagayakiOrder_card_txt02 {
		font-size: 1.6rem;
	}
}

.kagayakiOrder_card_list .-item {
	margin-top: 10px;
	padding: 0 5px;
	text-indent: -1em;
	margin-left: 1em;
}

/* ----------------------------
 会社概要
---------------------------- */
.companyGree {
	margin-top: 30px;
}

@media only screen and (max-width: 769px) {
	.companyGree .mod-section01List {
		margin-top: -34vw;
	}
}

.companyGree .mod-section01List_item.-companyGree01 {
	background: url(../img/company/greeting_ph01.png) top right no-repeat;
	background-size: 85%;
	min-height: 64vw;
}

@media only screen and (max-width: 769px) {
	.companyGree .mod-section01List_item.-companyGree01 {
		background-size: 100%;
	}
}

.companyGree
	.mod-section01List_item.-companyGree01
	.mod-section01List_item_dtl {
	margin-right: auto;
}

.companyGree
	.mod-section01List_item.-companyGree01
	.mod-section01List_item_wrap {
	-webkit-transform: translateY(30vw);
	transform: translateY(30vw);
}

@media only screen and (max-width: 769px) {
	.companyGree
		.mod-section01List_item.-companyGree01
		.mod-section01List_item_wrap {
		-webkit-transform: translateY(20vw);
		transform: translateY(20vw);
	}
}

.companyGree .mod-section01List_item.-companyGree01 .-name {
	margin-top: 20px;
	text-align: right;
}

@media only screen and (max-width: 769px) {
	.companyGree .mod-section01List_item.-companyGree01 .-name {
		text-align: center;
	}
}

.companyGree .mod-section01List_item.-companyGree01 .-name img {
	max-width: 140px;
}

.company_tbl {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
}

.company_tbl .-bold {
	font-weight: bold;
}

@media only screen and (max-width: 769px) {
	.company_tbl {
		width: 90%;
	}
}

.company_tbl th,
.company_tbl td {
	border-top: 1px solid #000;
	padding: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 769px) {
	.company_tbl th,
	.company_tbl td {
		padding: 15px 5px;
	}
}

.company_tbl th {
	width: 20%;
}

@media only screen and (max-width: 769px) {
	.company_tbl th {
		width: 25%;
	}
}

.company_tbl td {
	width: 80%;
	border-left: 1px solid #000;
	padding-left: 40px;
}

@media only screen and (max-width: 769px) {
	.company_tbl td {
		padding-left: 25px;
	}
}

.company_tbl tr:last-child th,
.company_tbl tr:last-child td {
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 769px) {
	.companyProfile {
		margin-top: 25vw;
	}
}

.companyProfile .company_tbl {
	margin-top: 70px;
}

@media only screen and (max-width: 769px) {
	.companyDtls .mod-title01Wrap {
		margin-top: 10vw;
		padding-bottom: 28vw;
	}
}

.companyDtls_tbl01 {
	margin-top: -10vw;
}

.companyDtls_tbl02 {
	margin-top: 60px;
}

.companyDtls_tbl03 {
	margin-top: 100px;
}

.companyDtls .mod-recruit_contact {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 98%;
	margin-top: 100px;
}

@media only screen and (max-width: 769px) {
	.companyDtls .mod-recruit_contact {
		width: 80%;
	}
}

@media only screen and (max-width: 769px) {
	.companyAccess .mod-title01Wrap {
		margin-top: 20vw;
	}
}
