@charset "UTF-8";

/* cohoko */
html {
	box-sizing: border-box;
}

*,
*::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 {
	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 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 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 {
	font-size: 75%;
	line-height: 0;
	position: relative;
	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 {
	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;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * 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, 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 {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 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 {
	border: 0;
	padding: 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"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * 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 {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
	border: 0;
	/* 1 */
	padding: 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-collapse: collapse;
	border-spacing: 0;
}

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;
}

/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
	background: #fff;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 300px;
	z-index: 9999;
	/* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
	color: #555;
	display: block;
	outline: 0;
	padding: 5px 30px;
	text-decoration: none;
}

.pushy a:hover {
	color: #999;
}

.pushy ul:first-child {
	margin-top: 10px;
}

.pushy.pushy-left {
	left: 0;
}

.pushy.pushy-right {
	right: 0;
}

/* Menu Movement */
.pushy-left {
	transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
	transform: translate3d(300px, 0, 0);
}

.pushy-right {
	transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
	transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
	transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
	display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Submenu Appearance */
.pushy-submenu {
	/* Submenu Icon */
}

.pushy-submenu ul {
	padding-left: 15px;
	transition: max-height 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
	transition: opacity 0.2s ease-in-out;
}

.pushy-submenu>a {
	position: relative;
}

.pushy-submenu>a::after {
	background: url(../img/arrow.svg) no-repeat;
	content: "";
	display: block;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s;
	width: 8px;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
}

.pushy-submenu-closed .pushy-link {
	opacity: 0;
}

.pushy-submenu-open {
	/* Submenu Icon */
}

.pushy-submenu-open ul {
	max-height: 1000px;
}

.pushy-submenu-open .pushy-link {
	opacity: 1;
}

.pushy-submenu-open a::after {
	transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
	display: none;
	max-height: none;
}

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

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

img {
	max-width: 100%;
	vertical-align: bottom;
}

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

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

i {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
}

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

dd {
	margin: 0;
}

hr {
	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;
}

.link_blue {
	background: url(../images/cur_blue.png) center left no-repeat;
	padding-left: 20px;
}

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

.size100 {
	font-size: 100%;
}

.center {
	text-align: center;
}

.text_small {
	font-size: 0.8rem;
}

.text_left {
	text-align: left;
}

.lh2 {
	line-height: 2.2;
}

.pbrown {
	color: #8e6a1c;
}

h5 {
	font-size: 1rem;
}

.pd15 {
	padding: 0 1.5rem;
}

@media screen and (max-width: 640px) {
	.pd15 {
		padding: 0 0.5rem;
	}
}

.pd5 {
	padding: 0 0.5rem;
}

@media screen and (max-width: 640px) {
	.pd5 {
		padding: 0 0.5rem;
	}
}

.pbrown {
	color: #8e6a1c;
	font-weight: bold;
}

.border_dotbrown {
	border: 1px dashed #8e6a1c;
	padding: 2rem;
}

/*-----------------------
 sass
-----------------------*/
.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding: 0 10px;
}

.row::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 641px) {
	.row .span-1 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 8.33333%;
	}

	.row .span-1:last-child {
		margin-right: 0;
	}

	.row .span-2 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 16.66667%;
	}

	.row .span-2:last-child {
		margin-right: 0;
	}

	.row .span-3 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 25%;
	}

	.row .span-3:last-child {
		margin-right: 0;
	}

	.row .span-4 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 33.33333%;
	}

	.row .span-4:last-child {
		margin-right: 0;
	}

	.row .span-5 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 41.66667%;
	}

	.row .span-5:last-child {
		margin-right: 0;
	}

	.row .span-6 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 50%;
	}

	.row .span-6:last-child {
		margin-right: 0;
	}

	.row .span-7 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 58.33333%;
	}

	.row .span-7:last-child {
		margin-right: 0;
	}

	.row .span-8 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 66.66667%;
	}

	.row .span-8:last-child {
		margin-right: 0;
	}

	.row .span-9 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 75%;
	}

	.row .span-9:last-child {
		margin-right: 0;
	}

	.row .span-10 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 83.33333%;
	}

	.row .span-10:last-child {
		margin-right: 0;
	}

	.row .span-11 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 91.66667%;
	}

	.row .span-11:last-child {
		margin-right: 0;
	}

	.row .span-12 {
		width: 100%;
	}

	.row .offset-1 {
		margin-left: 8.33333%;
	}

	.row .offset-2 {
		margin-left: 16.66667%;
	}

	.row .offset-3 {
		margin-left: 25%;
	}

	.row .offset-4 {
		margin-left: 33.33333%;
	}

	.row .offset-5 {
		margin-left: 41.66667%;
	}

	.row .offset-6 {
		margin-left: 50%;
	}

	.row .offset-7 {
		margin-left: 58.33333%;
	}

	.row .offset-8 {
		margin-left: 66.66667%;
	}

	.row .offset-9 {
		margin-left: 75%;
	}

	.row .offset-10 {
		margin-left: 83.33333%;
	}

	.row .offset-11 {
		margin-left: 91.66667%;
	}
}

@media screen and (max-width: 640px) {
	.row {
		padding: 0 4%;
		/* 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;
		margin-right: 0%;
		width: 25%;
	}

	.row .span-1:last-child {
		margin-right: 0;
	}

	.row .span-2 {
		display: block;
		float: left;
		margin-right: 0%;
		width: 50%;
	}

	.row .span-2:last-child {
		margin-right: 0;
	}

	.row .span-3,
	.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 !important;
}

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

/*----------------------------
 Common Layout
----------------------------*/
body {
	background: url(../images/bg_bgmain.png) top center repeat-y;
	background-size: 100% auto;
}

article {
	background-image: url(../images/bg_star_b1.png), url(../images/bg_dotcircle_y.png), url(../images/bg_star_b2.png), url(../images/bg_zen2.png);
	background-position:
		top 900px left 200px,
		top 1200px left 750px,
		top 1550px left 750px,
		left 100px bottom 30px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:
		90px auto,
		180px auto,
		82px auto,
		118px auto;
}

.pt30 {
	padding-top: 30px;
}

header {
	background: url(../images/bg_header.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
}

#header1 {
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	width: 1020px;
}

@media screen and (max-width: 640px) {
	#header1 {
		float: left;
		margin: 0 0 0 20px;
		width: 70%;
	}
}

#header1 p {
	margin-left: 80px;
}

@media screen and (max-width: 640px) {
	#header1 p {
		font-size: 0.7rem;
		margin-left: 20px;
	}
}

#header1 #main_logo {
	width: 480px;
}

@media screen and (max-width: 640px) {
	#header1 #main_logo {
		width: 100%;
	}
}

#header1 #sub_nav {
	position: absolute;
	right: 40px;
	top: 60px;
	width: 520px;
}

#header1 #sub_nav li {
	float: left;
	margin-left: 1%;
	width: 32.3%;
}

#header2 {
	padding: 0 10px;
}

#header2 li {
	border-left: 2px dashed #8e6a1c;
	float: left;
	text-align: center;
	width: 16.66%;
}

#header2 li a {
	display: inline-block;
	width: 100%;
}

#header2 li img {
	width: 100px;
}

#header2 li:last-child {
	border-right: 2px dashed #8e6a1c;
}

.menu-btn {
	float: right;
	margin: 20px 20px 0 0;
	width: 50px;
}

.pushy {
	padding-top: 20px;
}

.pushy ul.nav_main li img {
	height: auto;
	margin-right: 20px;
	width: 30px;
}

.pushy ul.nav_sub img {
	width: 65%;
}

.pushy ul.nav_sub li {
	font-size: 0.9rem;
	margin-bottom: 5px;
	margin-left: 30px;
}

.pushy ul.nav_sub li a {
	padding: 0;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	margin-bottom: 60px;
	padding: 0;
	position: relative;
	touch-action: pan-y;
	*zoom: 1;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider_pc {
	list-style: none;
	margin-left: calc((100% - 970px) / 2 + 15px);
}

ul.bxslider_pc li {
	width: 940px !important;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}

@media screen and (max-width: 640px) {
	.bx-viewport {
		height: 168px;
	}
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 30px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

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

	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: -20px;
	}
}

/* PAGER */
.bx-wrapper .bx-pager {
	color: #a6bbc7;
	font-family: "Arial";
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a6bbc7;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	text-indent: -9999px;
	width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #00afcc;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	*display: inline;
	vertical-align: bottom;
	*zoom: 1;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	height: 86px;
	z-index: 50;
}

.bx-wrapper .bx-prev {
	background: url(../images/bt_prev.png) no-repeat;
	left: 40px;
}

.bx-wrapper .bx-next {
	background: url(../images/bt_next.png) no-repeat;
	right: 40px;
}

.bx-wrapper .bx-controls-direction a {
	height: 86px;
	margin-top: -43px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 26px;
	z-index: 50;
}

article #top_slider_sp {
	display: none;
}

@media screen and (max-width: 640px) {
	article #top_slider_sp {
		display: block;
	}
}

article #top_slider_sp ul li img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 640px) {
	article #top_slider_pc {
		display: none;
	}
}

/*-----------------------
 Footer
-----------------------*/
footer {
	font-size: 0.9rem;
}

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

.footer_logo {
	padding: 5px 30px 0 0;
}

@media screen and (max-width: 640px) {
	.footer_logo img {
		width: 60%;
	}
}

.footer_nav {
	background-color: #6a3a07;
	color: #fff;
	overflow: hidden;
	padding: 0.5rem;
}

.footer_nav p.footer_copy {
	float: left;
	font-size: 0.8rem;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.footer_nav p.footer_copy {
		float: none;
		text-align: center;
	}
}

.footer_nav p.pc_true {
	float: right;
	font-size: 0.9rem;
}

.footer_nav a {
	margin: 0 0.5rem;
}

/*----------------------------
 Info
----------------------------*/
#page_info .span-8 {
	background-color: #fff;
	padding: 20px;
}

@media screen and (max-width: 640px) {
	#page_info .span-8 {
		margin-bottom: 30px;
	}
}

#page_info .span-8 table th,
#page_info .span-8 table td {
	padding: 0.5rem;
}

#page_info .span-8 table th {
	vertical-align: top;
}

#page_info .span-8 table th img {
	width: 80px;
}

@media screen and (max-width: 640px) {
	#page_info .span-8 table th img {
		width: 120px;
	}
}

#page_info .span-4 {
	border: 1px dashed #8e6a1c;
	float: right;
	height: 420px;
	padding: 10px;
	width: 290px;
}

@media screen and (max-width: 640px) {
	#page_info .span-4 {
		text-align: center;
		width: 100%;
	}
}

.acms-pager-container {
	text-align: center;
}

.acms-pager-container ul {
	display: inline-block;
}

.acms-pager-container ul li {
	float: left;
	font-size: 0.9rem;
	margin: 10px 5px;
}

.acms-pager-container a {
	background-color: #dbf1f6;
	border-radius: 3px;
	padding: 0.5rem 0.8rem;
}

/*----------------------------
 top
----------------------------*/
#top_slider {
	width: 100%;
}

#top_info {
	position: relative;
}

#top_info #top_info_ss {
	left: 570px;
	position: absolute;
	top: -30px;
}

@media screen and (max-width: 640px) {
	#top_info #top_info_ss {
		left: 300px;
		top: -20px;
	}
}

#top_info h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#top_info h2 img {
		font-size: 90%;
		margin-left: 5%;
	}
}

#top_info .span-8 {
	background-color: #fff;
	padding: 20px;
}

@media screen and (max-width: 640px) {
	#top_info .span-8 {
		margin-bottom: 30px;
	}
}

#top_info .span-8 table th,
#top_info .span-8 table td {
	padding: 0.5rem;
}

#top_info .span-8 table th {
	vertical-align: top;
}

#top_info .span-8 table th img {
	width: 80px;
}

@media screen and (max-width: 640px) {
	#top_info .span-8 table th img {
		width: 120px;
	}
}

#top_info .span-4 {
	border: 1px dashed #8e6a1c;
	float: right;
	height: 420px;
	padding: 10px;
	width: 290px;
}

@media screen and (max-width: 640px) {
	#top_info .span-4 {
		text-align: center;
		width: 100%;
	}
}

#top_info .span-4 iframe {
	float: right;
	height: 400px;
	width: 270px;
}

@media screen and (max-width: 640px) {
	#top_info .span-4 iframe {
		display: block;
		float: none;
		margin: 0 auto;
	}
}

#top_event_gallery #top_event {
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event {
		margin-bottom: 30px;
	}
}

#top_event_gallery #top_event h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event h2 img {
		font-size: 90%;
		margin-left: 5%;
	}
}

#top_event_gallery #top_event dl {
	margin: 0;
	width: 31%;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event dl {
		width: 100%;
	}
}

#top_event_gallery #top_event dl dt {
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event dl dd {
		font-size: 1rem;
	}
}

#top_event_gallery #top_event dl dd h5 {
	margin-bottom: 0.3rem;
}

#top_event_gallery #top_event dl dd p {
	font-size: 0.85rem;
}

#top_event_gallery #top_event dl:first-child {
	width: 100%;
}

#top_event_gallery #top_event dl:first-child dt {
	float: left;
	margin-right: 2%;
	width: 50%;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event dl:first-child dt {
		margin-right: 0;
		width: 100%;
	}
}

#top_event_gallery #top_event dl:first-child dd {
	float: left;
	padding-left: 20px;
	width: 48%;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event dl:first-child dd {
		padding-left: 0;
		width: 100%;
	}
}

#top_event_gallery #top_event dl:nth-child(3) {
	margin: 0 3.5%;
}

@media screen and (max-width: 640px) {
	#top_event_gallery #top_event dl:nth-child(3) {
		margin: 0;
	}
}

#top_event_gallery .span-3 li {
	margin-bottom: 20px;
	text-align: center;
}

#page_kankotop h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_kankotop h2 img {
		font-size: 90%;
		margin-left: 5%;
	}
}

#page_kankotop .header p {
	font-size: 1.2rem;
	line-height: 2;
}

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

#page_kankotop dl {
	padding: 0 2%;
}

#page_kankotop dt img {
	width: 100%;
}

#page_kankotop dt a {
	transition: 0.3s;
}

#page_kankotop dt a:hover {
	opacity: 0.7;
}

#page_kankotop dd {
	padding-top: 10px;
}

#page_kankotop dd h3 {
	font-size: 1rem;
	text-align: left;
}

#page_kankotop dd p {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: left;
}

#page_kankotop dd span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_kankotop dd a {
	color: #000;
	text-decoration: none;
}

#page_kankodetail h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_kankodetail h2 img {
		font-size: 90%;
		margin-left: 5%;
	}
}

#page_kankodetail h3 {
	font-size: 1.4rem;
}

#page_kankodetail span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_kankodetail .page_gourmet_infotext p {
	line-height: 1.8;
}

#page_kankodetail h4 {
	border-bottom: 1px solid #fff;
}

#page_kankodetail table {
	border-collapse: collapse;
	width: 100%;
}

#page_kankodetail table tr {
	border-bottom: 1px dashed #8e6a1c;
}

#page_kankodetail table th {
	font-weight: normal;
	padding: 0.8rem;
	text-align: left;
	width: 15%;
}

@media screen and (max-width: 640px) {
	#page_kankodetail table th {
		font-size: 0.9rem;
		width: 30%;
	}
}

#page_kankodetail table td {
	padding: 0.8rem;
}

@media screen and (max-width: 640px) {
	#page_kankodetail table td {
		font-size: 0.9rem;
	}
}

#page_kankodetail .gmap iframe {
	height: 400px;
	width: 100%;
}

#page_historytop h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_historytop h2 img {
		font-size: 90%;
	}
}

#page_historytop dl {
	padding: 0 2%;
}

#page_historytop dt img {
	width: 100%;
}

#page_historytop dt a {
	transition: 0.3s;
}

#page_historytop dt a:hover {
	opacity: 0.7;
}

#page_historytop dd {
	padding-top: 10px;
}

#page_historytop dd h3 {
	font-size: 1rem;
	text-align: left;
}

#page_historytop dd p {
	height: calc(1.6em * 4);
	overflow: hidden;
	text-align: left;
}

#page_historytop dd span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_historytop dd a {
	color: #000;
	text-decoration: none;
}

#page_historydetail h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_historydetail h2 img {
		font-size: 90%;
	}
}

#page_historydetail h3 {
	font-size: 1.6rem;
}

#page_historydetail span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_historydetail .page_gourmet_infotext p {
	line-height: 1.8;
}

#page_historydetail h4 {
	border-bottom: 1px solid #fff;
}

#page_historydetail table {
	border-collapse: collapse;
	width: 100%;
}

#page_historydetail table tr {
	border-bottom: 1px dashed #8e6a1c;
}

#page_historydetail table th {
	font-weight: normal;
	padding: 0.8rem;
	text-align: left;
	width: 18%;
}

@media screen and (max-width: 640px) {
	#page_historydetail table th {
		font-size: 0.9rem;
		width: 30%;
	}
}

#page_historydetail table td {
	padding: 0.8rem;
}

@media screen and (max-width: 640px) {
	#page_historydetail table td {
		font-size: 0.9rem;
	}
}

#page_historydetail .gmap iframe {
	height: 400px;
	width: 100%;
}

#page_historydetail #page_historydetail_yamathumb dl {
	padding: 0 10px;
}

#page_historydetail #page_historydetail_yamathumb dl dt {
	padding-bottom: 10px;
}

#top_gallery {
	overflow: hidden;
}

#top_gallery h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#top_gallery h2 img {
		font-size: 90%;
	}
}

#top_gallery ul {
	overflow: hidden;
}

#top_gallery ul li {
	float: left;
	margin-bottom: 5px;
	margin-right: 1%;
	overflow: hidden;
	width: 19%;
}

@media screen and (max-width: 640px) {
	#top_gallery ul li {
		margin-bottom: 5px;
		margin-right: 2%;
		width: 32%;
	}
}

#top_gallery ul li img {
	height: 115px;
}

#top_gallery ul li:nth-child(5n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	#top_gallery ul li:nth-child(5n) {
		margin-right: 1%;
	}
}

#top_gallery ul li:nth-child(3n) {
	margin-right: 1%;
}

@media screen and (max-width: 640px) {
	#top_gallery ul li:nth-child(3n) {
		margin-right: 0;
	}
}

#top_gallery_link {
	margin-top: 10px;
}

#page_pamphlet {
	overflow: hidden;
}

#page_pamphlet dl.span-3 {
	box-sizing: border-box;
	padding: 0 2%;
}

#page_pamphlet dt {
	margin-bottom: 10px;
}

#page_pamphlet h2 {
	font-size: 0.9rem;
}

#page_gallery {
	overflow: hidden;
}

#page_gallery h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_gallery h2 img {
		font-size: 90%;
	}
}

#page_gallery ul li {
	float: left;
	margin-bottom: 5px;
	margin-right: 1%;
	width: 19%;
}

@media screen and (max-width: 640px) {
	#page_gallery ul li {
		margin-bottom: 5px;
		margin-right: 2%;
		width: 32%;
	}
}

#page_gallery ul li:nth-child(5n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	#page_gallery ul li:nth-child(5n) {
		margin-right: 1%;
	}
}

#page_gallery ul li:nth-child(3n) {
	margin-right: 1%;
}

@media screen and (max-width: 640px) {
	#page_gallery ul li:nth-child(3n) {
		margin-right: 0;
	}
}

#page_eventtop dl p {
	height: calc(1.6em * 4);
	overflow: hidden;
	text-align: left;
}

#page_eventtop h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_eventtop h2 img {
		font-size: 90%;
	}
}

#page_eventtop dl {
	padding: 0 2%;
}

#page_eventtop dd {
	padding-top: 10px;
}

#page_eventtop dd h3 {
	font-size: 1rem;
}

#page_eventtop dd span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_eventtop dd a {
	color: #000;
	text-decoration: none;
}

#page_eventdetail h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_eventdetail h2 img {
		font-size: 90%;
	}
}

#page_eventdetail h3 {
	font-size: 1.4rem;
}

#page_eventdetail span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_eventdetail .page_event_infotext p {
	line-height: 1.8;
}

#page_eventdetail h4 {
	border-bottom: 1px solid #fff;
}

#page_eventdetail table {
	border-collapse: collapse;
	width: 100%;
}

#page_eventdetail table tr {
	border-bottom: 1px dashed #8e6a1c;
}

#page_eventdetail table td.tawide15 {
	width: 15%;
}

@media screen and (max-width: 640px) {
	#page_eventdetail table td.tawide15 {
		float: left;
		width: 100%;
	}
}

#page_eventdetail table td.tawide85 {
	width: 85%;
}

@media screen and (max-width: 640px) {
	#page_eventdetail table td.tawide85 {
		float: left;
		width: 340px;
	}
}

#page_eventdetail table th {
	font-weight: normal;
	padding: 0.8rem;
	text-align: left;
	width: 15%;
}

@media screen and (max-width: 640px) {
	#page_eventdetail table th {
		font-size: 0.9rem;
		width: 30%;
	}
}

#page_eventdetail table td {
	padding: 0.8rem;
}

@media screen and (max-width: 640px) {
	#page_eventdetail table td {
		font-size: 0.9rem;
	}
}

#page_eventdetail .gmap iframe {
	height: 400px;
	width: 100%;
}

#page_gourmettop h2 img,
#page_goodstop h2 img,
#page_oshirotop h2 img {
	width: 520px;
}

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

	#page_gourmettop h2 img,
	#page_goodstop h2 img,
	#page_oshirotop h2 img {
		font-size: 90%;
	}
}

#page_gourmettop dl,
#page_goodstop dl,
#page_oshirotop dl {
	padding: 0 2%;
}

#page_gourmettop dd,
#page_goodstop dd,
#page_oshirotop dd {
	padding-top: 10px;
}

#page_gourmettop dd h3,
#page_goodstop dd h3,
#page_oshirotop dd h3 {
	font-size: 1rem;
}

#page_gourmettop dd span,
#page_goodstop dd span,
#page_oshirotop dd span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_gourmettop dd a,
#page_goodstop dd a,
#page_oshirotop dd a {
	color: #000;
	text-decoration: none;
}

#page_gourmetdetail h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_gourmetdetail h2 img {
		font-size: 90%;
	}
}

#page_gourmetdetail h3 {
	font-size: 1.4rem;
}

#page_gourmetdetail span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_gourmetdetail .page_gourmet_infotext p {
	line-height: 1.8;
}

#page_gourmetdetail h4 {
	border-bottom: 1px solid #fff;
}

#page_gourmetdetail table {
	border-collapse: collapse;
	width: 100%;
}

#page_gourmetdetail table tr {
	border-bottom: 1px dashed #8e6a1c;
}

#page_gourmetdetail table th {
	font-weight: normal;
	padding: 0.8rem;
	text-align: left;
	width: 15%;
}

@media screen and (max-width: 640px) {
	#page_gourmetdetail table th {
		font-size: 0.9rem;
		width: 30%;
	}
}

#page_gourmetdetail table td {
	padding: 0.8rem;
}

@media screen and (max-width: 640px) {
	#page_gourmetdetail table td {
		font-size: 0.9rem;
	}
}

#page_gourmetdetail .gmap iframe {
	height: 400px;
	width: 100%;
}

#page_hotaru #page_hotaru_main p.pbrown {
	color: #8e6a1c;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#page_hotaru #page_hotaru_main p.pbrown {
		font-size: 0.9rem;
	}
}

#page_hotaru #page_hotaru_main h3 {
	color: #8e6a1c;
}

#page_hotaru #page_hotarubook_pc {
	height: 883px;
	position: relative;
}

#page_hotaru #page_hotarubook_pc h3 {
	color: #8e6a1c;
	font-weight: bold;
}

#page_hotaru #book_book {
	height: 883px;
	left: 0px;
	overflow: hidden;
	position: relative;
}

#page_hotaru #book_book img {
	height: 883px;
	width: 960px;
}

#page_hotaru #book_text {
	left: 150px;
	position: absolute;
	top: 180px;
	width: 470px;
}

#page_hotaru #book_atama {
	left: 200px;
	position: absolute;
	top: 310px;
	width: 300px;
}

#page_hotaru #book_hara {
	left: 140px;
	position: absolute;
	top: 460px;
	width: 240px;
}

#page_hotaru #book_mune {
	left: 680px;
	position: absolute;
	top: 380px;
	width: 240px;
}

#page_hotaru #book_hakou {
	left: 250px;
	position: absolute;
	top: 675px;
	width: 280px;
}

#page_hotaru #page_hotarubook_sp h3 {
	color: #8e6a1c;
	font-weight: bold;
}

#page_hotaru .page_hotaru_de .page_hotaru_debox {
	background-color: #fff;
	padding: 20px 20px 0 20px;
}

#page_hotaru .page_hotaru_de .page_hotaru_debox h3 {
	padding: 10px;
}

#page_hotaru .page_hotaru_de .span-8,
#page_hotaru .page_hotaru_de .span-4 {
	padding: 10px;
}

#page_about .pdphotobottom {
	padding: 0 1rem;
}

#page_link #page_access_all .span-8 {
	background-color: #fff;
	padding: 1.5rem;
}

@media screen and (max-width: 640px) {
	#page_link li {
		font-size: 0.9rem;
	}
}

#page_link ul.link_column li a:link,
#page_link ul.link_column li a:hover,
#page_link ul.link_column li a:visited,
#page_link ul.link_column li a:active {
	color: #000;
	text-decoration: none;
}

#page_link li.name {
	margin-bottom: 0.5rem;
	font-weight: bold;
}

#page_link .name a {
	display: inline-block;
	background: url(../images/bg_link.svg) center right no-repeat;
	background-size: 15px 15px;
	padding-right: 25px;
	border-bottom: 2px solid #00afcc;
}

#page_access_map {
	height: 700px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 640px) {
	#page_access_map {
		height: auto;
	}
}

#page_access_map .img {
	padding-left: 50px;
}

@media screen and (max-width: 640px) {
	#page_access_map .img {
		padding-left: 0;
	}
}

#page_access_map .text {
	position: relative;
	top: -150px;
}

@media screen and (max-width: 640px) {
	#page_access_map .text {
		top: 0;
	}
}

article#page_access {
	background-image: url(../images/bg_star_b1.png), url(../images/bg_dotcircle_y.png), url(../images/bg_star_b2.png), url(../images/bg_zen2.png);
	background-position:
		top 1000px left 1000px,
		top 800px left 0px,
		top 1550px left 750px,
		left 100px bottom 30px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size:
		90px auto,
		100px auto,
		82px auto,
		118px auto;
}

#page_souvenirtop h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_souvenirtop h2 img {
		font-size: 90%;
	}
}

#page_souvenirtop dl {
	padding: 0 2%;
}

#page_souvenirtop dt img {
	width: 100%;
}

#page_souvenirtop dd {
	padding-top: 10px;
}

#page_souvenirtop dd h3 {
	font-size: 1rem;
	text-align: left;
}

#page_souvenirtop dd p {
	text-align: left;
}

#page_souvenirtop dd span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_souvenirtop dd a {
	color: #000;
	text-decoration: none;
}

#page_souvenirdetail h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_souvenirdetail h2 img {
		font-size: 90%;
	}
}

#page_souvenirdetail h3 {
	font-size: 1.4rem;
}

#page_souvenirdetail span {
	background-color: #ffe928;
	margin-right: 10px;
	padding: 0 10px;
}

#page_souvenirdetail .page_gourmet_infotext p {
	line-height: 1.8;
}

#page_souvenirdetail h4 {
	border-bottom: 1px solid #fff;
}

#page_souvenirdetail table {
	border-collapse: collapse;
	width: 100%;
}

#page_souvenirdetail table tr {
	border-bottom: 1px dashed #8e6a1c;
}

#page_souvenirdetail table td.tawide15 {
	width: 15%;
}

@media screen and (max-width: 640px) {
	#page_souvenirdetail table td.tawide15 {
		float: left;
		width: 100%;
	}
}

#page_souvenirdetail table td.tawide85 {
	width: 85%;
}

@media screen and (max-width: 640px) {
	#page_souvenirdetail table td.tawide85 {
		float: left;
		width: 340px;
	}
}

#page_souvenirdetail table th {
	font-weight: normal;
	padding: 0.8rem;
	text-align: left;
	width: 15%;
}

@media screen and (max-width: 640px) {
	#page_souvenirdetail table th {
		font-size: 0.9rem;
		width: 30%;
	}
}

#page_souvenirdetail table td {
	padding: 0.8rem;
}

@media screen and (max-width: 640px) {
	#page_souvenirdetail table td {
		font-size: 0.9rem;
	}
}

#page_souvenirdetail .gmap iframe {
	height: 400px;
	width: 100%;
}

#page_infodetail h2 img {
	width: 520px;
}

@media screen and (max-width: 640px) {
	#page_infodetail h2 img {
		font-size: 90%;
	}
}

#page_infodetail p {
	line-height: 1.8;
}

#page_sitemap ul li {
	background: url(../images/cur_blue.png) center left no-repeat;
	padding-left: 20px;
}

#page_sitemap a:link {
	text-decoration: none;
}

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

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;
}

.footer_nav a:link {
	color: #fff;
	text-decoration: none;
}

.footer_nav a:visited {
	color: #fff;
	text-decoration: none;
}

.footer_nav a:hover {
	color: #ccc;
	text-decoration: underline;
}

.footer_nav a:active {
	color: #ccc;
	text-decoration: none;
}
