@charset "UTF-8";
/* cohoko */
@import url(https://fonts.googleapis.com/css?family=Barlow|Playfair+Display&display=swap);

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	box-sizing: border-box;
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	max-width: 100%;
	vertical-align: bottom;
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	/* 2 */
	margin: 0;
	/* 1 */
	font: inherit;
	color: inherit;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	/* 1 */
	padding: 0;
	border: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

.mb00 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.mb_00 {
	margin-bottom: 0 !important;
}

.mb_05 {
	margin-bottom: 5px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_15 {
	margin-bottom: 15px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_25 {
	margin-bottom: 25px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_75 {
	margin-bottom: 75px !important;
}

.mb_100 {
	margin-bottom: 100px !important;
}

.mb_125 {
	margin-bottom: 125px !important;
}

.mb_150 {
	margin-bottom: 150px !important;
}

.mb_200 {
	margin-bottom: 200px !important;
}

.ml00 {
	margin-left: 0 !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.ml125 {
	margin-left: 125px !important;
}

.ml150 {
	margin-left: 150px !important;
}

.ml200 {
	margin-left: 200px !important;
}

.pb00 {
	padding-bottom: 0 !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pb200 {
	padding-bottom: 200px !important;
}

/*-----------------------
 変数
-----------------------*/
/* 変数はdistのCSSには表示されない */
/* こっちは設定しなくてもいいみたい */
/*-----------------------
 Reset
-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 100%;
}

ul {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	list-style: none;
}

p {
	margin: 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.8em;
}

li {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: 1px solid #88b193;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", "verdana",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.font_playfair {
	font-family: "Playfair Display", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

.font_mincho {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", "verdana",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.font_barlow {
	font-family: "Barlow", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
}

/*-----------------------
 共通項目
-----------------------*/
.size120 {
	font-size: 120%;
}

.size100 {
	font-size: 100%;
}

.center {
	text-align: center;
}

.text_small {
	font-size: 0.8rem;
}

.color-green {
	color: #7d8726;
}

.color-augreen {
	color: olive;
}

@media screen and (max-width: 640px) {
	.spimg_small50 {
		width: 50%;
	}
	.spimg_small60 {
		width: 60%;
	}
	.spimg_small70 {
		width: 70%;
	}
}

.h2tigreen {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #7d8726;
}

@media screen and (max-width: 640px) {
	.h2tigreen {
		font-size: 1rem;
	}
}

a.bt_gr_barow {
	display: inline-block;
	padding: 10px 40px;
	margin: 5px;
	font-family: "Barlow", sans-serif;
	color: white;
	text-decoration: none;
	background-color: olive;
	border-color: olive;
	border-radius: 1px;
}

a.bt_gr_barow:hover {
	color: black;
}

/*-----------------------
 sass
-----------------------*/
.row {
	max-width: 960px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
.row::after {
	display: table;
	clear: both;
	content: "";
}

@media screen and (min-width: 641px) {
	.row .span-1 {
		display: block;
		float: left;
		width: 8.33%;
		margin-right: 0%;
	}
	.row .span-1:last-child {
		margin-right: 0;
	}
	.row .span-2 {
		display: block;
		float: left;
		width: 16.66%;
		margin-right: 0%;
	}
	.row .span-2:last-child {
		margin-right: 0;
	}
	.row .span-3 {
		display: block;
		float: left;
		width: 25%;
		margin-right: 0%;
	}
	.row .span-3:last-child {
		margin-right: 0;
	}
	.row .span-4 {
		display: block;
		float: left;
		width: 33.33%;
		margin-right: 0%;
	}
	.row .span-4:last-child {
		margin-right: 0;
	}
	.row .span-5 {
		display: block;
		float: left;
		width: 41.66%;
		margin-right: 0%;
	}
	.row .span-5:last-child {
		margin-right: 0;
	}
	.row .span-6 {
		display: block;
		float: left;
		width: 50%;
		margin-right: 0%;
	}
	.row .span-6:last-child {
		margin-right: 0;
	}
	.row .span-7 {
		display: block;
		float: left;
		width: 58.33%;
		margin-right: 0%;
	}
	.row .span-7:last-child {
		margin-right: 0;
	}
	.row .span-8 {
		display: block;
		float: left;
		width: 66.66%;
		margin-right: 0%;
	}
	.row .span-8:last-child {
		margin-right: 0;
	}
	.row .span-9 {
		display: block;
		float: left;
		width: 75%;
		margin-right: 0%;
	}
	.row .span-9:last-child {
		margin-right: 0;
	}
	.row .span-10 {
		display: block;
		float: left;
		width: 83.33%;
		margin-right: 0%;
	}
	.row .span-10:last-child {
		margin-right: 0;
	}
	.row .span-11 {
		display: block;
		float: left;
		width: 91.66%;
		margin-right: 0%;
	}
	.row .span-11:last-child {
		margin-right: 0;
	}
	.row .span-12 {
		width: 100%;
	}
	.row .offset-1 {
		margin-left: 8.33%;
	}
	.row .offset-2 {
		margin-left: 16.66%;
	}
	.row .offset-3 {
		margin-left: 25%;
	}
	.row .offset-4 {
		margin-left: 33.33%;
	}
	.row .offset-5 {
		margin-left: 41.66%;
	}
	.row .offset-6 {
		margin-left: 50%;
	}
	.row .offset-7 {
		margin-left: 58.33%;
	}
	.row .offset-8 {
		margin-left: 66.66%;
	}
	.row .offset-9 {
		margin-left: 75%;
	}
	.row .offset-10 {
		margin-left: 83.33%;
	}
	.row .offset-11 {
		margin-left: 91.66%;
	}
}

@media screen and (max-width: 640px) {
	.row {
		/* mobileではshiftしないように
        .offset-1{ @include shift(1); }
        .offset-2{ @include shift(2); }
        .offset-3, .offset-4, .offset-5, .offset-6, .offset-7,
        .offset-8, .offset-9, .offset-10, .offset-11 {
            @include shift(3);
        }*/
	}
	.row .span-1 {
		display: block;
		float: left;
		width: 25%;
		margin-right: 0%;
	}
	.row .span-1:last-child {
		margin-right: 0;
	}
	.row .span-2 {
		display: block;
		float: left;
		width: 50%;
		margin-right: 0%;
	}
	.row .span-2:last-child {
		margin-right: 0;
	}
	.row .span-3 {
		display: block;
		float: left;
		width: 75%;
		margin-right: 0%;
	}
	.row .span-3:last-child {
		margin-right: 0;
	}
	.row .span-4,
	.row .span-5,
	.row .span-6,
	.row .span-7,
	.row .span-8,
	.row .span-9,
	.row .span-10,
	.row .span-11,
	.row .span-12 {
		float: left;
		width: 100%;
	}
}

@media screen and (min-width: 641px) {
	.row .col:nth-child(12n) {
		margin-right: 0;
	}
	.row .col:nth-child(12n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 640px) {
	.row .col:nth-child(4n) {
		margin-right: 0;
	}
	.row .col:nth-child(4n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 640px) {
	.pc_true {
		display: none !important;
	}
}

.sp_true {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp_true {
		display: block !important;
	}
}

#page_header2 h2 {
	line-height: 1.4;
}

#thumb_kodawari .span-6 img {
	float: left;
	width: 47%;
	margin: 0 1.5%;
}

@media screen and (max-width: 640px) {
	#thumb_kodawari .span-6 img {
		width: 47%;
		margin-bottom: 10px;
	}
}

/*----------------------------
 Common Layout
----------------------------*/
#page_header {
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #eee;
}
#page_header h1 {
	font-size: 1.5rem;
	color: #4f5d2a;
	text-align: center;
}
#page_header h1 span {
	font-size: 0.9rem;
}

.page_subheader {
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #eee;
}
.page_subheader h2 {
	font-size: 1.5rem;
	color: #4f5d2a;
	text-align: center;
}
.page_subheader h2 span {
	font-size: 0.9rem;
}

header {
	position: relative;
	height: 200px;
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	header {
		height: 140px;
		margin-top: 20px;
	}
}
header #main_logo img {
	width: 120px;
}

@media screen and (max-width: 640px) {
	header #main_logo img {
		width: 90px;
	}
}
header .menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	header .menu-btn {
		right: 10px;
	}
}

@media screen and (max-width: 640px) {
	header .menu-btn img {
		width: 80%;
	}
}
header .nav_sub_sns li {
	float: left;
	width: 30px;
	margin-left: 30px;
}
header .nav_sub_sns li a {
	padding: 0;
}

#top_main img {
	width: 100%;
	margin-bottom: 60px;
}

.h2ti_brand {
	font-size: 1.2rem;
	color: #3e4320;
}

#aubocassa_images {
	height: 600px;
	background: url(../../index/images/bg_top_main.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	#aubocassa_images {
		height: 880px;
		background: url(../../index/images/bg_top_main.jpg) left -300px center no-repeat;
	}
}
#aubocassa_images .text {
	padding-top: 70px;
}

@media screen and (max-width: 640px) {
	#aubocassa_images .text {
		padding-top: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
#aubocassa_images .text p#maincopy {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", "verdana",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}

@media screen and (max-width: 640px) {
	#aubocassa_images .text p#maincopy {
		font-size: 1.9rem;
	}
}
#aubocassa_images .text h2 {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
	color: #49543a;
}
#aubocassa_images .text h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	color: #49543a;
}
#aubocassa_images .text p {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
#aubocassa_images .img {
	padding-top: 80px;
}

@media screen and (max-width: 640px) {
	#aubocassa_images .img {
		padding-top: 40px;
	}
	#aubocassa_images .img img {
		width: 50%;
	}
}

#top_aubocassa_logo {
	padding: 50px 0;
	background-color: #231f20;
}

@media screen and (max-width: 640px) {
	#top_aubocassa_logo {
		padding: 30px 0;
	}
}
#top_aubocassa_logo img {
	width: 300px;
}

@media screen and (max-width: 640px) {
	#top_aubocassa_logo img {
		width: 200px;
	}
}

#slide_roda {
	padding: 100px 0 50px 0;
	background: url(../../index/images/bg_roda.jpg) center left no-repeat;
	background-size: cover;
}
#slide_roda p {
	font-size: 0.9rem;
}

@media screen and (max-width: 640px) {
	#slide_roda {
		padding: 50px 0 10px 0;
	}
	#slide_roda .span-10 {
		width: 100%;
		padding: 0 5%;
	}
	#slide_roda p {
		font-size: 0.8rem;
	}
}
#slide_roda table {
	border-collapse: collapse;
}
#slide_roda table th {
	width: 12%;
	font-weight: normal;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#slide_roda table th {
		float: left;
		width: 100%;
	}
}
#slide_roda table td,
#slide_roda table th {
	padding-bottom: 15px;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	#slide_roda table td,
	#slide_roda table th {
		padding-bottom: 0;
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 640px) {
	#slide_roda table td {
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}
}

#slide_lahorra {
	padding: 100px 0 50px 0;
	background: url(../../index/images/bg_lahorra.jpg) center left no-repeat;
	background-size: cover;
}
#slide_lahorra p {
	font-size: 0.9rem;
}

@media screen and (max-width: 640px) {
	#slide_lahorra {
		padding: 50px 0 10px 0;
	}
	#slide_lahorra .span-10 {
		width: 100%;
		padding: 0 5%;
	}
	#slide_lahorra p {
		font-size: 0.8rem;
	}
}

#slide_josmeyer {
	padding: 100px 0 50px 0;
	background: url(../../index/images/bg_josmeryer.jpg) center left no-repeat;
	background-size: cover;
}
#slide_josmeyer p {
	font-size: 0.9rem;
}
#slide_josmeyer .span-3,
#slide_josmeyer .span-4 {
	text-align: center;
}
#slide_josmeyer .span-7,
#slide_josmeyer .span-6 {
	padding: 0 20px 0 20px;
}

@media screen and (max-width: 640px) {
	#slide_josmeyer {
		padding: 50px 0 10px 0;
	}
	#slide_josmeyer .span-3,
	#slide_josmeyer .span-7,
	#slide_josmeyer .span-4,
	#slide_josmeyer .span-6 {
		width: 100%;
		padding: 0 5%;
	}
	#slide_josmeyer .span-3 img,
	#slide_josmeyer .span-7 img,
	#slide_josmeyer .span-4 img,
	#slide_josmeyer .span-6 img {
		margin-right: auto;
		margin-left: auto;
	}
	#slide_josmeyer .span-10 {
		width: 100%;
		padding: 0 5%;
	}
	#slide_josmeyer p {
		font-size: 0.8rem;
	}
}

.slider {
	color: #fff;
}

.top_thumb_item .span-4 {
	padding: 0 10px;
}
.top_thumb_item .span-4 dt {
	margin-bottom: 20px;
	text-align: center;
}
.top_thumb_item .span-4 dd {
	margin-left: 0;
}
.top_thumb_item .span-4 dd h3 {
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
}
.top_thumb_item .span-4 dd p {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9rem;
}

.item_link {
	margin-top: 20px;
}

.bx-wrapper {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.bx-wrapper {
		width: 90%;
		margin: 0 auto;
	}
}

#top_oliveoillink,
#top_olivelink {
	box-sizing: border-box;
	height: 350px;
	padding-top: 100px;
}
#top_oliveoillink p,
#top_olivelink p {
	color: #fff;
}

#top_oliveoillink {
	background: url(../../index/images/bg_top_oliveoillink.jpg) center center no-repeat;
	background-size: cover;
}

#top_olivelink {
	background: url(../../index/images/bg_top_olivelink.jpg) center center no-repeat;
	background-size: cover;
}

#top_link a:link {
	color: #555;
	text-decoration: none;
}

#top_link a:visited {
	color: #555;
	text-decoration: underline;
}

#top_link a:hover {
	color: #555;
	text-decoration: none;
}

#top_link a:active {
	color: #555;
	text-decoration: none;
}

#top_link .span-6 a {
	float: left;
	width: 48%;
	margin: 0 1%;
}

h2.h2break_ti {
	font-size: 2.5rem;
}

#top_shopping {
	height: 600px;
	padding-top: 80px;
	background: url(../../index/images/bg_olive_cook.jpg) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	#top_shopping {
		height: 500px;
	}
}
#top_shopping #top_shopping_win {
	padding: 30px;
	background-color: #fff;
}

@media screen and (max-width: 640px) {
	#top_shopping #top_shopping_win {
		width: 80%;
		margin: 0 10%;
	}
}

#top_about {
	padding: 100px 0 50px 0;
	background-color: #eee;
}

@media screen and (max-width: 640px) {
	#top_about .row {
		padding: 0 20px;
	}
}
#top_about p {
	font-size: 0.9rem;
	text-align: left;
}
#top_about table {
	width: 100%;
	border-collapse: collapse;
}
#top_about table tr {
	border-bottom: 1px solid #000;
}
#top_about table td {
	padding: 0.8rem;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#top_about .span-2.offset-2 {
		width: 100%;
	}
	#top_about .span-2.offset-2 img {
		width: 60%;
	}
}
#top_about #top_message {
	margin-left: 30px;
}

@media screen and (max-width: 640px) {
	#top_about #top_message {
		margin-left: 0;
	}
}

.h2ti_footer {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", "verdana",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#entertop {
	position: relative;
}
#entertop div {
	position: fixed;
	right: 30px;
	bottom: 0;
	bottom: 38px;
}

@media screen and (max-width: 640px) {
	#entertop div {
		right: 0;
	}
	#entertop div img {
		width: 70%;
	}
}

#footer_sns {
	padding: 20px 0;
	text-align: center;
}
#footer_sns .nav_sub_sns {
	display: inline-block;
	margin: 0 auto;
}
#footer_sns .nav_sub_sns li {
	float: left;
	width: 30px;
	margin: 0 20px;
}
#footer_sns .nav_sub_sns li a {
	padding: 0;
}

footer {
	height: 40px;
	padding: 10px 0;
	text-align: center;
	background-color: #000;
}
footer p {
	font-size: 0.8rem;
	color: #fff;
}

/*-----------------------
 Contact
-----------------------*/
#contact_form table {
	width: 100%;
	margin-left: 0%;
}

@media screen and (max-width: 640px) {
	#contact_form table {
		width: 100%;
		margin-left: 0;
	}
}
#contact_form table tr {
	border-bottom: 1px solid #ccc;
}
#contact_form table th,
#contact_form table td {
	padding: 0.8rem;
}
#contact_form table td {
	text-align: left;
}
#contact_form table td.item {
	width: 25%;
}
#contact_form table td span {
	margin-left: 5px;
	color: #b20000;
}
#contact_form table input[type="text"],
#contact_form table textarea {
	width: 100%;
	padding: 0.5rem;
}
#contact_form table select {
	padding: 0.5rem;
}

@media screen and (max-width: 640px) {
	#contact_form table td.item,
	#contact_form table td.text {
		float: left;
		width: 100%;
	}
	#contact_form table td.item {
		padding-bottom: 0;
	}
}

#contact_submit {
	display: inline-block;
	padding: 10px 40px;
	margin: 5px;
	font-family: "Barlow", sans-serif;
	color: white;
	text-decoration: none;
	background-color: olive;
	border: 0;
	border-color: olive;
	border-radius: 1px;
}

@media screen and (max-width: 640px) {
	.item_txt {
		padding: 0 20px;
	}
}

section h1 {
	font-size: 1.6rem;
	line-height: 1.25;
}

/*-----------------------
 A
-----------------------*/
a.link_popup {
	display: inline-block;
	width: 240px;
	padding: 15px 0;
	text-align: center;
	background: #d8cfd3 url(../images/bg_cur_detail.jpg) center right 15px no-repeat;
}

a.link_popup:link {
	color: #333;
	text-decoration: none;
}

a.link_popup:visited {
	color: #333;
	text-decoration: none;
}

a.link_popup:hover {
	color: #333;
	text-decoration: underline;
}

a.link_popup:active {
	color: #333;
}
