@charset "utf-8";
/* CSS Document */
/*@import "wp_style.css";*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/


/* Fixes linked images */
.entry-content a img,
.widget a img {

}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}



.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}


/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/



.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {

}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
	font-size:16px;
	margin-top:15px;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}


/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}





/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;

}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}








/**********************************************************************************************
追加
***********************************************************************************************/

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*********************
reset common
**********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 14px;
/*font: inherit;*/
vertical-align: baseline;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho", "メイリオ", Meiryo, serif;*/
	font-family: "Garamond", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho", "メイリオ", Meiryo, serif;*/
	font-family: "Garamond", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
.mgR5{
	margin-right:5px;
}


/*===================================================================================*/
body,button,input,textarea{
		/*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho", "メイリオ", Meiryo, serif;*/
	font-family: "Garamond", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
a,a:link,a:visited{
	color:#000;
	text-decoration:none
}
a:hover{
	color:#000;
	opacity:0.5;
}
a:active{
	color:#000;
	opacity:0.5;
  text-decoration:none
}
body{
	background: #fff;
	word-break: break-all;
}
/*********************************************
 img
*********************************************/
img {
  max-width: 100%;
  height: auto;
}
/*********************************************
 clearfix
*********************************************/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
	display: table;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
  clear: both;
}
.clearfix {
  *zoom: 1;
}


/*********************************************
 common
*********************************************/
.inner {
	width: 960px;
	margin: 0 auto;
}
.inner02 {
    width: 1100px;
    margin: 0 auto;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}
.wrap{
	margin:0 auto 50px auto;
	width: 100%;
	overflow:hidden;
}
section{
	width: 100%;
}
.contents{
	width: 100%;
}

.column-list{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between ;
  -moz-justify-content: space-between ;
  -webkit-justify-content: space-between ;
  justify-content: space-between ;
  -ms-align-items: unset;
  -moz-align-items: unset;
  -webkit-align-items: unset;
  align-items: unset;
  text-align: center;
	width:100%;
  padding: 0;
	margin:0 auto;
}

.column3-list-box{
	width:32%;
	height:auto;
	margin:0px;
	padding:10px;
  text-align:left;
	color:#000;
}

.column2-list-box{
	width:49%;
	height:auto;
	margin:0px;
	padding:0px;
  text-align:left;
	color:#000;
}
@media screen and (max-width: 980px) {
	.inner {
		width: 100%;
		padding: 0 10px;
	}
	.inner02 {
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width: 780px) {
	.inner {
		width: 100%;
		padding: 0 10px;
	}
	.inner02 {
    width: 100%;
    margin: 0 auto;
}
	.column-list{
	  display: block;
	}
	.column2-list-box{
		width:100%;
		margin-bottom: 20px;
	}
	.column3-list-box{
		width:100%;
	}
}
/*********************************************
 header SET
*********************************************/
/* header */

#top-head {
	position: absolute;
	width: 100%;
	margin:  0;
	padding: 0;
	height:90px;
	line-height: 1;
	background-color: #eee;
	z-index: 9999;
}

#top-head {
    margin-top: 0;
    top: 0;
    position: fixed;
    background-color: rgba(238,238,238,0.95);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
　

.head-area{
	height:90px;
}

.logo-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.h-logo{
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1001;
	width:180px;
	height:auto;
	/*background-color:#2F1F1C;*/
}

.h-logo img{
	width:100%;
	height:auto;
}

.h-bg {
	width: 100%;
	margin:  0;
	padding: 0;
	height:20px;
	background-color: #004ea2;
	/*border-bottom: 2px solid #e8e5d9;*/
}

.h-bg p{
	color: #fff;
	float: left;
	font-size: 9px;
	padding: 5px 0 5px 0;
}

.subnav-content{
	float: right;
	padding: 0;
}

.sub-navi{
	overflow: hidden;
	font-size: 11px;
	padding-top: 3px;
	padding: 4px 5px 2px 0;
	float: left;
	color:#fff;
}
.sub-navi li{
	float: left;
	border-left:1px solid #CCC;
	padding-left:6px;
	margin-left:6px;
	font-size:10px;
}
.sub-navi li:first-child {
	border-left:none;
}

.change-lang{
	overflow: hidden;
	float: left;
}
.select-box01 select{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	padding: 1px 6px 3px 2px;
	vertical-align: top;
	background-color: #f8f7f2;
	box-sizing:border-box;
	border-radius:0px;
	text-indent: 4px;
	font-size: 12px;
	height: 16px;
}
.res-button{
	float: right;
	padding-top:6px;
	height: 30px;
	text-align:center;
	vertical-align:baseline;
	background-color:#b5a139;
}

.res-button a{
	padding:6px 30px;
	color:#fff;
	background-color:#fe00a0;
	z-index: 1001;
	vertical-align:baseline;
}
.g-navi-inner{
	width: 960px;
	margin: 0 auto;
}

.navi-area{
	position: relative;
	top: -55px;
	left: 110px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	width:auto;
	height:50px;
	top: 65px;
	right: 0px;
}
#global-nav ul li {
	display:inline-block;
	position: relative;
	font-size: 15px;
	margin:0px;
	padding:0px;
	margin-left:35px;
	line-height:1;
	text-align:center
}
#global-nav ul li:first-child{
	margin-left:0px;
}
#global-nav ul li:nth-child(7){
	margin-right:10px;
}

#global-nav ul li a{
	display:block;
	padding:10px 0;
	font-size:15px;
	font-weight: bold;
	color:#000;
	width:100%;
}
#global-nav ul li a span {
	font-size:11px;
	font-weight: bold;
	color:#b5a139;
}
#global-nav ul li a span::before {
	content: "\A" ;
	white-space: pre ;
}


#global-nav ul li.h-sp-disp{
	display:none;
}
.h-pc-disp{
	display:block;
}

.h-sp-disp{
	display:none;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background-color: rgba(238,238,238,0.95);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 16px;
	top: 41px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


@media screen and (max-width: 980px) {
	.logo-inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.h-logo img{
		width:160px;
		height:auto;
	}
	.sub-text{
			display:none;
	}
	.g-navi-inner {
		width: 100%;
		padding:0;
		margin:0;
	}
}

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

	#top-head{
		top:0;
		width: 100%;
		margin-top: 0;
		background: #eee;
		height:90px;
		padding: 0;
	}
  #top-head .logo-group {
	  margin-top:4px;
	  margin-left:4px;
		height:90px;
		width:103px;
		float: none;
	}

  #top-head .logo-group img{
		height:90px;
	}

  .head-area{
		background: #fff;
		height:90px;
  }
	.mobile-head {
		padding:10px;
	}

	.h-bg {
		background-color: #002060;
		border-bottom: 2px solid #002060;
		height:auto;
	}

	.h-bg p{
		font-size: auto;
		font-weight:bold;
		/*padding: 10px 0 2px 10px;*/
	}
	.h-bg p a:link,.h-bg p a:visited{
		color:#fff;
		text-decoration:none
	}
	.h-bg p a:hover{
		color:#fff;
		opacity:0.5;
	}
	.h-bg p a:active{
		color:#fff;
		opacity:0.5;
	  text-decoration:none
	}
	/* Fixed reset */
	#top-head.fixed {
		position: fixed;
		padding-top: 0;
		background: #eee;
		border-bottom: 1px solid #eee;
		z-index: 9999;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 90px;
		z-index: 9999;
		position: relative;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.res-button{
		float: none;
		position: relative;
		top:0px;
		right:0px;
	}

	#global-nav {
		position: absolute;
		top: -601px;
		background: #fff;
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		display:block;
	  top:  0;
		right: 0;
		bottom: 0;
		font-size: 13px;
		width:100%;
		height:100%;
	}
	#global-nav ul li {
		background: #fff;
		width:100%;
		position: static;
		margin-left: 0px;
		border-bottom: 1px solid #cecece;
	}
	#global-nav ul li:first-child {
		border-top: 1px solid #cecece;
	}

	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
	 text-align:left;
		width: 100%;
		display: block;
		margin-left: 0px;
		font-size:13px;
		color: #333;
		padding: 20px 10px;
		background: url(../img/common/icon_arrow_b.png) no-repeat 97% center;
		background-size: 24px 24px;
	}
	#global-nav ul li a span::before {
		content: "" ;
		white-space: none ;
		margin-left:10px
	}
	.sp-lang-select {
	  padding: 12px 10px;
	  background: #111;
	  text-align: left;
	  color: #fff;
		font-size:13px;
		width: 100%;
	}
	.sp-lang-select span{
		vertical-align:text-bottom;
	}
	.sp-lang-select select {
	  display: inline-block;
	  border: 1px solid #ccc;
	  border-radius: 2px;
	  margin-left: 10px;
	  padding: 3px 5px;
		width: 30%;
		height: 25px;
	}
	#global-nav ul li.h-sp-disp{
		display:block;
	}
	.h-pc-disp{
		display:none;
	}
	.h-sp-disp{
		display:block;
	}

	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		margin-top:0px;
		-moz-transform: translateY(656px);
		-webkit-transform: translateY(656px);
		transform: translateY(656px);
	}
}
@media screen and (max-width: 480px) {
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		padding: 14px 10px;
	}
	.res-button{
		float: none;
		position: relative;
		top:20px;
		right:65px;
		background-color: #fff;
	}
}
/*********************************************
//footer
*********************************************/
/*footer*/

footer {
  background-color: #44433c;
  color: #FFF;
  padding: 0px;
}

footer a {
	text-decoration: none !important;
	color: #fff;
}

.footBnr {
	background-color: #d4d1c0;
}
.f-column-list{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
	width:100%;
	margin:0 auto;
}

.f-column3-list-box{
	width:32%;
	height:auto;
	margin:0px;
	padding:10px;
  text-align:cnter;
	color:#000;
	font-size: 13px;
}

.colum-left{
  text-align: left;
}

.f-contact{
	width:100%;
}

.f-contact a{
	padding:25px 10px;
	width:100%;
	color:#fff;
  text-align:cnter;
	font-size:17px;
	background-color:#b5a139;
}
.f-contact a:link,.f-contact a:visited{
	color:#fff;
	text-decoration:none
}
.f-contact a:hover{
	color:#fff;
	opacity:0.5;
}
@media screen and (max-width: 980px) {
	.f-contact a{
		font-size:13px;
	}
}
@media screen and (max-width: 780px) {
	.f-contact a{
		font-size:17px;
	}
}

.mail-icon{
	display:inline-block;
	width:50px;
	height:50px;
	background-color:#fff;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align:middle;
	margin-right:10px;

}
.mail-icon img{
	width:28px;
	height:22px;
  margin:13px 10px;;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.free-tel{
	font-size:14px;
	color:#000;
}

.f-tel{
	font-size:30px;
	color:#000;
	font-weight:900;
	letter-spacing: -1px;
	line-height:90%;
	margin-top:5px;
}
.f-tel img{
	margin-right:10px;
	height:30px;
}
.tel-large{
	font-size:35px;
	color:#000;
	line-height:78%;
}
.tel-time{
	width:100%;
	text-align:center;
}

.tel-time p{
	padding:4px 15px;
	color:#fff;
	background-color:#a10709;
	font-size:12px;
}

.f_infoWrap {
  margin:0  auto;
  display: table;
	padding:30px 0;
}

.f_infoWrap figure {
  width: 370px;
  float: left;
  /*box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);*/
  margin-left: 5px;
  margin-right: 10px;
}

.f_infoWrap figure img {
 float: left;
}

.halfCont {
  width: 50%;
  float: left;
}
.halfCont {
  width: 50%;
  float: left;
}
.mgB10 {
  margin-bottom: 10px !important;
}

.cont {
  width: 100%;
  overflow: hidden;
}

.f_infoWrap p {
  overflow: hidden;
  color: #ededed;
  font-size: 12px;
  line-height: 1.4em;
  padding-right: 20px;
}

.halfCont h5 {
  color: #ededed;
  font-size: 12px;
  padding-bottom: 10px;
	font-weight:bold;
}

.halfCont li {
  /*padding-bottom: 4px;*/
	height: 18px;
}

.halfCont li a {
  color: #ededed;
  font-size: 12px;
}
.addressWap {
	clear: both;
	height: 30px;
	background-color: #44433c;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width: 780px) {
	.column3-list-box-botder{
		width:100%;
		margin-bottom:10px;
	}
	.f-column-list{
		display:block;
		padding-top:20px;
	}
	.f-column3-list-box{
		width:100%;
		margin:0 auto;
	}
	.tel-time{
		margin:0 auto;
	}
	.colum-left{
	  text-align: center;
	}
	.halfCont {
	  width: 100%;
	  float: none;
		padding:10px;
	}
	.halfCont {
	  width: 100%;
	  float: none;
		padding:10px;
	}
	.f_infoWrap figure {
    width: 70px;
    margin-left: 0px;
    margin-right: 5px;
	}
	.f_infoWrap p {
	    padding-right: 0px;
	}
	.f_infoWrap {
	    padding-bottom: 0;
	}
}
/*********************************************
//slider
*********************************************/
.slider-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 30px;
}

.slider-area img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
.slider-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*padding-top: 90px;
	padding-bottom: 30px;*/
	}
}

/*********************************************
//.page-main-area
*********************************************/
.page-main-area{
	width: 100%;
	height:100%;
	margin:  0px auto;
	text-align:left;
	padding:130px 0 0;
	/*background-color:#f8f7f2;*/
}
@media screen and (max-width: 780px) {
.page-main-area{
	width: 100%;
	height:100%;
	margin:  0px auto;
	text-align:left;
	padding:99px 0 0;
	/*background-color:#f8f7f2;*/
}
}

/*********************************************
//title-imgH1
*********************************************/
.title-imgH1{
	width:100%;
	height:250px;
	background: url(../img/common/title_bg.jpg) no-repeat center center;
	background-size: cover;
	display:none;
}

.title-imgH1 h1{
	width:100%;
	font-size:25px;
	padding:60px 0;
	line-height: 1;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	text-shadow: 2px 4px 10px rgba(0,0,0,0.6);
}
.title-imgH1 h1 span{
	width:100%;
	font-size:60px;
	line-height: 80%;
	color:#fff;
	text-align:center;
	/*font-family: "Monotype Corsiva","Century","Garamond","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho", "メイリオ", Meiryo, serif;*/
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 480px){
.title-imgH1 h1 span{
	width:100%;
	font-size:40px;
	line-height: 120%;
	color:#fff;
	text-align:center;
	/*font-family: "Monotype Corsiva","Century","Garamond","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Sawarabi Mincho", "メイリオ", Meiryo, serif;*/
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
}

.title-imgH1 h1 span::before {
	content: "\A" ;
	white-space: pre ;
}

/*********************************************
//breadcrumb
*********************************************/
.breadcrumb{
	padding: 6px 10px;
	font-size: 12px;
	margin-bottom: 10px;
	}

.breadcrumb ul{
	margin: 0;
	padding: 0;
	}

.breadcrumb li{
	list-style-type:none;
	padding:0px;
	margin:0 ;
	display:inline-block;
	font-size:15px;
  color:#333;
	}

.breadcrumb span{
	margin: 0px;
	padding: 0px;
  color:#333;
	}


.point{
		background:url(../img/common/point_bg.png);
		background-repeat: no-repeat;
		background-size:45px 45px;
		-moz-background-size:45px 45px;
		-ms-background-size:45px 45px;
		-o-background-size:45px 45px;
		-webkit-background-size:45px 45px;
		text-align: center;
		/*font-family: "游明朝体", "Yu Mincho", YuMincho,"Sawarabi Mincho", serif;*/
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		height:45px;
		width: 45px;
		padding-top: 6px;
		color: #fff;
		font-size: 30px;
		margin: 0 auto;
}
/*********************************************
index h2
*********************************************/
.cap1{
	color:#3e3e3e;
	font-size: 20px;
}

.cap1 span{
  font-size: 12px;
  display: block;
  padding-bottom: 2px;
  font-weight: normal;
}

h2.line-head {
  border-top: 4px double #ccc;
  margin:26px 0 0px 0;
  text-align:center;
  padding: 0;
}
h3.line-head {
  margin:0px 0 26px 0;
  text-align:center;
  padding: 0;
}

h2.line-head .top-cap {
  position: relative;
  top: -20px;
  width: 420px;
  margin: 0 auto;
	font-size:26px;
	background-color:#fff;
}
h2.line-head .top-cap02 {
  position: relative;
  top: -20px;
  width: 420px;
  margin: 0 auto;
	font-size:26px;
	background-color:#f5f5f5;
}
h3.line-head .top-cap {
  position: relative;
  top: 0px;
  /*width: 320px;*/
  margin: 0 auto;
	font-size:20px;
}

@media screen and (max-width: 480px){
	h2.line-head .top-cap {
	width: 90%;
	font-size:20px;
	}
h2.line-head .top-cap02 {
	width: 90%;
	font-size:20px;
}
}
/*********************************************
h2 h3
*********************************************/
/* h2 */
.h2title{
	width:100%;
	padding:24px 0;
	margin:20px auto;
	text-align:center;
	font-size:25px;
	color:#8c8367;
	background-position:left bottom;
	background-repeat:repeat-x;
	background-image:url(../img/common/title_border.png);
	background-color:#fff;
}

.h3title{
	font-size:16px;
	margin:20px 0;
	font-weight:bold;
	color:#000;
	padding-left:20px;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../img/common/title.png);
}
/*********************************************
Default contents html_tag
*********************************************/
.entry-content ul {
	list-style: disc;
	/*margin-left:20px;*/
}

.entry-content ol{
	list-style: decimal;
	margin-left:20px;
}

.entry-content h1 {
  display: block;
  margin: 0.67em 0; /* Webkit, Firefoxは、margin-before: 0.67em; margin-after: 0.67em; */
  font-size: 2em;
  font-weight: bold;
  page-break-after: avoid; /* IEのみ */
}

.entry-content h2 {
  display: block;
  margin: 0.83em 0; /* Webkit, Firefoxは、margin-before: 0.83em; margin-after: 0.83em; */
  font-size: 1.5em;
  font-weight: bold;
  page-break-after: avoid; /* IEのみ */
}

.entry-content h3  {
  display: block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-size: 1.17em;
  font-weight: bold;
  page-break-after: avoid; /* IEのみ */
}

.entry-content em,.entry-content address { font-style: italic }
.entry-content del { text-decoration: line-through }
.entry-content strong { font-weight: bolder }

/*********************************************
index
*********************************************/
.banner-area{
	width: 100%;
	margin: 0 auto;
	padding:25px 0;
	background-color:#e4f9ea;
	text-align:center;
}

/*reserve-area*/
.reserve-area{
	width: 100%;
	margin: 0 auto;
	padding:10px 0;
	background-color:#222222;
	text-align:center;
}
.sp-accbox label {
    display: none;
}
.sp-accbox input.cssacc {
    display: none;
}
.res-list{
  -moz-justify-content: center ;
  -ms-justify-content: center ;
  -webkit-justify-content: center ;
  justify-content: center ;
	margin:0 0 8px;
}

.gray{
	background-color:#f2ede1;
}

.column-text{
	width:250px;
	height:auto;
	margin:0px;
	padding:0 0px;
  text-align:left;
	color:#fff;
	font-size:12px;
}

.column-group{
	width:250px;
  text-align:left;
}

.ui-datepicker-trigger{
	position: relative;
	top:7px;
	margin-left:5px;
}

.column-select-area{
	color:#fff;
	font-size:12px;
}

.column-select-list{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center ;
  justify-content: center ;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
	width:280px;
  padding: 0;
	margin:0;
}

.select-area{
	width:80px;
	margin:0px 5px;
	padding:0;
  text-align:left;
	color:#fff;
	font-size:12px;
}

.select-area-l{
	width:100px;
	margin:0px 5px;
	padding:0px;
  text-align:left;
	color:#fff;
	font-size:12px;
}

.select-area select,.column-text select,.select-area-l select {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 41px;
	color:#ccc;
	background-color:#222;
	max-width: 100%;
	width:80px;
}

.select-area select,.column-text select,.select-area-l select{
	margin: 0;
	vertical-align: middle;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
}

.select-area select option,.column-text select option,.select-area-l select option{
background-color: #222;
}
.select-style{
	display:inline-block;
	border: 1px solid #999;
	height: 43px;
	width:80px;
}

.select-style-l{
	display:inline-block;
	border: 1px solid #999;
	height: 43px;
	width:120px;
	margin-right:5px;
}
.select-style-m{
	display:inline-block;
	border: 1px solid #999;
	height: 43px;
	width:100px;
}

.select-area-l select{
	width:100px;
}
select.dt_yyyymm_00 {
	width:120px;
}

.column-button{
	width:110px;
	height:auto;
	margin:0px;
	padding:0 0px 8px;
  text-align:left;
	color:#fff;
	align-self: flex-end;
}

button{
	padding: 0;
}
.column-button .blue-button{
	width:110px;
}
.column-button a{
	width:100%;
	font-size:14px;
	padding:12px 20px;
}

.column-button .gold-button span{
	font-size:14px;
	padding:12px 20px;
	color:#fff;
	background-color:#fe00a0;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
 /* background: none;*/
}

.column-button button:hover{
	opacity: 0.8;
}

/*main-area*/

.main-area{
	width: 100%;
	height:100%;
	margin:  0 auto;
	text-align:center;
	padding:40px 0 0;
	background-color:#fff;
}

/* topic-area */

.column-topic{

	margin-bottom:26px;

}

.column-topic-img{
	width:150px;
	height:auto;
	margin:0px;
	padding:0px;
  text-align:center;
	color:#000;
}

.column-detail{
	width:90%;
	height:auto;
	margin:0px;
	padding-left:20px;
  text-align:left;
	color:#000;
}

.column-detail h3{
	font-size:16px;
	color:#85731b;
	font-weight:bold;
	margin:0;
	padding:0;
}

.column-detail time
,.column-detail p{
	font-size:13px;
	color:#000;

}
.column-detail p{
	margin-top:14px;
}
.search_btn {
  width: 100%;
  max-width: 100%;
}

.column-text .select-style-l select,.column-text .select-style-l option{
	outline: none;
	background: #222;
	box-shadow: none;
}
.column-text .select-style select,.column-text .select-style option{
	outline: none;
	background: #222;
	box-shadow: none;
}
.select-area .select-style select,.select-area .select-style option{
	outline: none;
	background: #222;
	box-shadow: none;
}
.select-area-l .select-style-m select,.select-area-l .select-style-m option{
	outline: none;
	background: #222;
	box-shadow: none;
}

@media screen and (max-width: 900px) {
	.res-list{
		display:block;
		margin:  0 auto;
	  text-align:center;
	}
	/* sp-acc-area */
	.sp-accbox {
	    max-width: 100%;
	}
	.sp-accbox label {
	  display: block;
		text-align:left;
		width:100%;
    margin: 6px 0 0;
    padding-bottom : 6px;
    color :#fff;
    font-weight: bold;
    background :#222;
		background-position:right 4px;
		background-repeat:no-repeat;
		background-size: 20px 20px;
		background-image:url(../img/index/acc_ya.png);
	}
	.sp-accbox label:hover {
	    opacity: 0.8;
	}
	.sp-accbox form {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 1.4s;
	}
	.cssacc:checked + form {
    height: auto;
    padding: 5px;
    background: #222;
    transition: 1.6s;
    opacity: 1;
	}

	.column-text{
	  text-align:center;
		margin:  15px auto;
	}
	.column-group{
			width:100%;
	}
	.column-select-list,.column-text,.column-text .select-style-l select,.column-text .select-style-l option,.column-text .select-style select,.column-text select-style option{
		width:100%;
	}
	.column-text .select-style-l select,.column-text .select-style-l option{
		outline: none;
		background: none;
		box-shadow: none;
	}
	.column-text .select-style select,.column-text .select-style option{
		outline: none;
		background: none;
		box-shadow: none;
	}
	.select-area .select-style select,.select-area .select-style option{
		outline: none;
		background: none;
		box-shadow: none;
	}
	.select-area-l .select-style-m select,.select-area-l .select-style-m option{
		outline: none;
		background: none;
		box-shadow: none;
	}

	.column-text .select-style-l{
		width:50%;
	}
	.column-text .select-style{
		width:36%;
	}
	.column-select-area{
	  text-align:center;
	}
	.select-area{
		width:110px;
		margin:0;
		padding:0;

	}
	.column-button{
	  text-align:center;
		width:100%;
		margin:  15px auto 11px;
		padding:0px;
	}
	.select-area select,.column-text select,.select-area-l select {
	  font-size: 16px;
	  transform: scale(0.8);
	}
	.select-area{
		width:33%;
	}
	.select-area-l{
		width:34%;
		margin:0 10px;
	}

	.select-area .select-style,.select-area .select-style select,.select-area .select-style option{
		width:100%;
	}
	.select-area-l .select-style-m,.select-area-l .select-style-m select,.select-area-l .select-style-m option{
		width:100%;
	}
	select.dt_yyyymm_00 {
		width:150px;
	}
	.column-button .blue-button{
		width:100%;
	}
	.column-button .blue-button a{
		width: 100%;
	}
	.btn_target {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    display: table;
	}
}
@media screen and (max-width: 780px) {
	.header-contents{
		width: 100%;
	}
	.column-img{
		width:100%;
	}
	.column-img img{
		width:80%;
	}
	.column-textarea{
		width:100%;
	}
	.column2-list-box-fix{
		width:100%;
		margin-bottom:5px;
	}

	.border-leftless{
		border-left:1px solid #a6a078;
	}

	.border-bottomless{
		border-bottom:1px solid #a6a078;
	}
	.column-map{
		width:100%;
		margin-bottom:10px;
	}
	.column-address{
		width:100%;
		padding-left:0px;
	}
	.column-topic-img{
		width:100%;
	}

	.column-topic-img img{
		width:80%;
	}

	.column-detail{
		width:100%;
		padding-left:0px;
	}
}


.btn100{
	width: 100%;
	background-color: #fe00a0;
	margin-top:30px;
}

.btn100 a{
	display: block;
	padding:10px 25px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 480px){
	.btn100 {
		background-color: transparent;
	}
	.btn100 a {
		margin: 0 10px;
		background-color: #fe00a0;
	}
}

.slider-plan-area{
	width: 100%;
	height: auto;
	/*background-color:#f8f7f2;*/
	/*margin-bottom:70px;*/
}

.plan-detail-area a {
	text-decoration: none;
}
.plan-detail-area {
	background-image: url(../img/index/newsbg.png);
	width: 220px;
	/*height: 296px;*/
	margin-right: 13px;
	padding: 10px;
	display: inline-block;
}

.plan-detail-area .photo {
	margin-bottom: 15px;
  overflow:hidden;
  height:133px;
}

.plan-detail-area h3  {
	color: #02285D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}


.metaslider a,.metaslider a:link,.metaslider a:visited {
  color: #fff;
  text-decoration: none;
	font-weight: bold;
}
.metaslider .rslides_nav{
	width: 30px;
	height: 30px;
	padding:3px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left:10px;
	margin-right:10px;
}

.metaslider .rslides_nav {
	width: 30px;
	height: 30px;
	padding:3px;
	font-weight: bold;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left:10px;
	margin-right:10px;
}

/*********************
point-list-area
**********************/
.contents-area{
	padding-bottom:40px;
}

.list-point-area{
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.list-point-area p{
	font-size:13px;
}

.b-navi-img-area{
	position: relative;
}

.b-navi-img-area span{
	position: absolute;
	left: 0;
  top: 0;
	width:100%;
	padding:10px 6px;
	font-size:15px;
	line-height:1.5;
	text-align:left;
	color:#fff;
}

.b-navi-bg{
	/*background-color:#b5a139;*/
	font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0,0,0,1), 0px 1px 1px rgba(0, 0, 0, 1), 0px 1px 1px rgba(0,0,0,0.1);
}

.b-navi-img-area img{
	width:100%;
}
/*********************
map-area
**********************/
.contBox{
	overflow: hidden;
}

.info li.escape{
	width: 372px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
	background-color: #fff;
}
.info p{
	font-size: 12px;
	color: #3e3e3e;
	line-height: 1.6em;
	text-align:left;
}
.info li.escape:last-child{
	width: 176px;
	margin-right: 0px;
	border: none;
}

#map_canvas{
	height: 294px;
}

.info li.escape ul{
	padding:10px 20px;
	overflow: hidden;
	color: #cabd80;
	font-size: 12px;
	letter-spacing: -1px;
}
.info .minLink{
		background-color: #767676;
		width: 154px;
		float: left;
		margin-right: 20px;
		padding-left: 10px;
		padding-bottom: 0px;
		text-align:left;
}
.info .minLink:last-child{
		margin-right: 0px;
}
.info .minLink span{
		background:url(../img/common/arr_link.png);
		background-repeat: no-repeat;
		background-position: left 40%;
		background-size:5px 8px;
		-moz-background-size:5px 8px;
		-ms-background-size:5px 8px;
		-o-background-size:5px 8px;
		-webkit-background-size:5px 8px;
		padding-left: 10px;
		font-size: 12px;

}
.info .minLink a{
		display: block;
		color: #fff;
		padding: 3px;
}
.info .bigLink{
		background-color: #767676;
		width: 315px;
		padding-left: 10px;
		padding-bottom: 0px;
		margin-left: 10px;
}
.info .bigLink span{
		background:url(../img/common/arr_link.png);
		background-repeat: no-repeat;
		background-position: left 40%;
		background-size:5px 8px;
		-moz-background-size:5px 8px;
		-ms-background-size:5px 8px;
		-o-background-size:5px 8px;
		-webkit-background-size:5px 8px;
		padding-left: 10px;
		font-size: 12px;
}
.info .bigLink a{
		display: block;
		color: #fff;
		padding: 3px;
		text-align: center;
}
.escape .listIcon{
	padding: 20px 20px 1px 20px !important;
}
.escape ul.listIcon {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.escape ul.listIcon li {
	width: 20%;
	margin-bottom: 14px;
}
/*
.escape ul li{
	float: left;
	margin-right: 42px;
	padding-bottom: 14px;

}
.escape ul li:nth-child(4n){
	margin-right: 0px;
}
.escape ul li:nth-child(n+8) {
	padding-bottom: 0px;
}
*/
.escape ul li figure{
	text-align: center;
}
.escape ul li figcaption{
	color: #cabd80;
	font-size: 10px;
	letter-spacing: -1px;
}
.freeDial{
	overflow: hidden;
	margin-top: 2px;
}
.freeDial p{
	color: #419c15;
	font-size: 12px;
}
@media screen and (max-width: 480px){
	.info li.escape{
		width: 308px;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.info p{
		font-size: 12px;
		color: #3e3e3e;
		line-height: 1.6em;
	}
	.info li.escape:last-child{
		width: 176px;
		margin-right: 0px;
		border: none;
	}
	.info .minLink {
		width: 122px;
	}
	.info .bigLink {
		width: 100%;
		padding-left: 0;
		margin: 0 auto;
	}
	.escape ul li{
		float: left;
		margin-right: 17px;
		padding-bottom: 0px;

	}
	.escape ul li:nth-child(4n) {
		margin-right: 0;
	}
	.info > li:last-child {
		position: relative;
		width: 310px;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	.info > li:last-child figure {
		display: block;
		width: 310px;
		position: static;
		top: 0;
		left: 0;
		margin: 0 auto 10px;
	}
	.info > li:last-child p {
		margin-left: 0;
	}
	.info > li:last-child .freeDial {
		width: 200px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}
	.info > li:last-child figure img,
	.info > li:last-child .freeDial span,
	.info > li:last-child .freeDial span img {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.header-contents .sub-title span::before{
		content: "\A" ;
		white-space: pre ;
	}
	.header-contents h1 span::before{
		content: "\A" ;
		white-space: pre ;
	}
	.header-contents p.m-text span::before{
		content: "" ;
		white-space: pre ;
	}
	.header-contents p.m-text span.br2::before{
		content: "" ;
		white-space: pre ;
	}
	.column2-list-box-fix p span::before{
		content: "\A" ;
		white-space: pre ;
	}
}


/*********************************************
//content-area
*********************************************/
.content-area{
	float:left;
  width: 700px;
	padding:0 10px;
}
@media screen and (max-width: 780px) {
.content-area{
	float:none;
  width: auto;
	padding:0 10px;
}
}

/*********************************************
//sidebar
*********************************************/
.sidebar{
	margin:0 auto;
	padding:0 10px;
	width: 210px;
	float:right;
}

.pit{
	margin-bottom:15px;
}
/*********************************************
/*point-area
*********************************************/
.column-point{
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.column-point-change{
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.gray{
	background-color:#f2ede1;
}
.column-img{
	align-self:flex-start;
	width:500px;
	height:auto;
	margin:0px;
	padding:20px 10px;
}
.column-textarea{
	align-self:flex-start;
	width:45%;
	height:auto;
	margin: 0;
	padding:45px 12px;
  text-align:left;
	color:#000;
}
.column-textarea h3{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}

.column-textarea p{
	font-size:14px;
	color:#000;
}

@media screen and (max-width: 780px) {
	.column-img{
		width:100%;
		padding: 10px;
	}
	.column-img img{
		width:100%;
	}
	.column-textarea{
		width:100%;
		padding: 0px 12px 30px;
	}
}
/*********************************************
/*ROOM-area restaurant
*********************************************/
.sec-b{
	margin-bottom:40px;
}
.cont-area{
	margin:20px auto;
}

/* contents */
.cont-summary {
	position: relative;
	text-align: left;
	min-height: 200px;
	margin-bottom:40px;
	margin-top:30px;
}

@media screen and (max-width: 480px){
.cont-summary h2 {
	position: relative;
	margin: 0 0 20px;
	line-height: 1.3em;
	font-size: 23px!important;
	z-index: 4;
}
}

.cont-summary h2 {
	position: relative;
	margin: 0 0 20px;
	line-height: 1.3em;
	font-size: 28px;
	z-index: 4;
}

.cont-summary .txt {
	position: relative;
	margin-right: 400px;
	z-index: 3;
}
.cont-summary p {
	line-height: 1.8em;
}
.cont-summary > figure {
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
	width: 360px;
}
.cont-summary figure img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 480px){
	cont-summary h2 {
	  font-size: 24px;
		margin-left: 0;
	}
	.cont-summary figure {
	    position: static;
	    margin: 0 auto 20px;
			padding:0 10px;
	}
	.cont-summary .txt {
	    margin-right: 0;
	}
}

.room-cha{
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom:40px;
	padding:10px 0;
}

.column5-list-box{
	align-self:flex-start;
	width:20%;
	height:auto;
	margin:0px;
	padding:4px 6px;
  text-align:left;
	color:#000;
}

.column5-list-box h3{
  font-weight:bold;
	font-size:16px;
	color:#b5a139;
  text-align:center;
	height:45px;
	margin:0;
	padding:0;
	line-height:110%;
}

.column5-list-box p{
	font-size:13px;
}

@media screen and (max-width: 480px){
	.room-cha{
		display: block;
		margin-bottom:40px;
		padding:10px 0;
	}

	.column5-list-box{
		width:100%;
		margin-bottom:10px;
	}

}

.r-child{
	align-self:flex-start;
}

.r-child h3{
	padding:0;
	margin:0 0 20px;
}

.r-amenities{
	padding: 10px;
	background: #f7f7f7;
	margin-top:10px;
}
.r-amenities .r-inner{
	padding: 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.r-margin{
	margin:30px auto;
}

table.room-info {
	margin-top:10px;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.room-info th {
    font-size: 14px;
    color: #3e3e3e;
    background-color: #f8f7f2;
    padding: 10px;
    border: 1px solid #decfa8;
		width:30%;
}
table.room-info td {
	background: #fff;
  font-size: 14px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 10px;
}

.cRoom{
		background:url(../img/common/cap_img.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-size:415px 220px;
		-moz-background-size:415px 220px;
		-ms-background-size:415px 220px;
		-o-background-size:415px 220px;
		-webkit-background-size:415px 220px;
		min-height: 280px;
}
.cRoom h2{
		font-size: 29px;
		color: #544b3c;
}
.cRoom p{
		font-size: 12px;
		color: #3e3e3e;
		line-height: 1.8em;
}
.cRoom_list{
	overflow: hidden;
}

.entry-content ul.cRoom_list{
	margin-left:0px;
	margin-top:20px;
}
.cRoom_list li:first-child{
	border: 1px solid #decfa8;
}
.cRoom_list li{
	overflow: hidden;
}
.cRoom_list li{
	border-bottom: 1px solid #decfa8;
	border-left: 1px solid #decfa8;
	border-right: 1px solid #decfa8;
}
.cRoom_list li{
		padding: 30px;
	    list-style: none;
}

.roomDetail table{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.roomDetail tr{
}
.roomDetail th{
	font-size: 12px;
	color: #3e3e3e;
	background-color: #f8f7f2;
	padding: 10px;
	border: 1px solid #decfa8;
}
.roomDetail td{
	font-size: 12px;
	color: #3e3e3e;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #decfa8;
}

.aside{
	background-color: #f1f2e5;
	border: 1px solid #dcdcdc;
	margin:20px 5px;
	overflow: hidden;
	padding: 10px;
}
.aside figure{
	width:30%;
	padding: 10px;
	float: left;
}

.aside .text-area{
	width:68%;
	padding: 10px;
	float: right;
}

.aside .text-area h3{
	font-size: 20px;
	margin:0 0 12px;
}

.aside .text-area p{
	  font-size: 14px;
	  line-height: 1.6em;
	  color: #3e3e3e;
}

.threeCont{
	  display: table-cell;
	  vertical-align: middle;
}
.threeCont h3{
	  font-size: 20px;
}
.threeCont p{
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #3e3e3e;
	  padding: 0px 20px 10px 10px;
}

@media screen and (max-width: 480px){
	.cRoom {
		-webkit-background-size: 207px 110px;
		background-size: 207px 110px;
		background-position: center 40px;
	}
	.cRoom.mt30 {
		margin-top: 0;
		padding: 0 5px 10px;
	}
	.cRoom h2 {
		font-size: 20px;
	}
	.cRoom p.pr400 {
		padding-right: 0 !important;
		padding-top: 90px !important;
		padding-bottom: 20px;
	}
	ul.cRoom_list {
		margin: 0 5px;
		overflow: visible;
	}
	ul.cRoom_list li {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.cRoom_list figure {
		padding: 10px 15px 20px;
	}
	.layout1_right.mr30 {
		margin-right: 0 !important;
		padding-right: 5px;
		padding-left: 5px;
	}
	.threeCont {
		display: block;
	}
	.aside figure {
		float: none;
	}
	.aside figure img {
		width: 100%;
		height: auto;
	}
	.aside h4 {
		font-size: 20px;
		padding: 10px 10px 20px;
	}
	.aside p {
		padding: 0 10px 10px;
	}
	table.room-info {
		margin-bottom:20px;
	}
}

.box-list {
    border: 1px solid #ddd;
    border-bottom: none;
}

.box-list .item {
    padding: 29px;
    border-bottom: 1px solid #ddd;
}
.surround-list .item {
	position: relative;
	display: block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.surround-list .item:hover {
	text-decoration: none;
}
.surround-list a.item:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -5px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	transform: rotate(-45deg);
}
.box-list.surround-list .item figure {
	width: 28%;
	margin-bottom: 0;
}
.surround-list .item .txt {
	box-sizing: border-box;
	width: 72%;
	padding-left: 30px;
	padding-right: 20px;
}
@media screen and (max-width: 480px) {
	.box-list.surround-list .item figure {
		width: 80%;
		margin:0 auto;
	}
	.surround-list .item .txt {
		box-sizing: border-box;
		width: 100%;
		padding-left: 0px;
	}
	.surround-list .item .txt h3 {
		padding-left: 0px;
		min-height: 60px;
		font-size: 20px;
	}
}



.facility-list .item {
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}


.box-list.facility-list .item figure {
    width: 40%;
    margin-bottom: 0;
}
.box-list .item figure img {
    display: block;
    width: 100%;
    height: auto;
}
.facility-list .item .txt {
    box-sizing: border-box;
    width: 60%;
    padding-left: 30px;
}

@media screen and (max-width: 480px){
	.facility-list .item {
	    display: block;
	}


	.box-list.facility-list .item figure {
	    width:100%;
	    margin-bottom: 10px;
	}

	.facility-list .item .txt {
	    width: 100%;
	    padding-left: 0px;
	}
}
/*********************************************
footer-page-navi
*********************************************/
.footer-page-navi{
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content: flex-start ;
	-moz-justify-content: flex-start ;
	-webkit-justify-content: flex-start ;
	justify-content: flex-start ;
	-ms-align-items: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-align-content: flex-start;
	-moz-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin:40px auto 0;
}

.footer-page-navi li{
	width:32%;
	margin:6px;
	padding:6px;
	background-color:#fff;
}

.naviImg{
	width:30%;
	float:left;
}

.naviDetail{
	width:70%;
	float:left;
	padding-left:10px;
}

.naviDetail h3{
	font-size:15px;
	line-height:80%;
	margin-bottom:10px;
}

.naviDetail h3 span{
	font-size:10px;
	color:#b5a139;
	padding-left:5px;
}

.naviDetail h3 span::before{
	content: "\A" ;
	white-space: pre ;
}

.naviDetail p{
	font-size:13px;
}

@media screen and (max-width: 480px){
	.footer-page-navi{
		display: block;
	}
	.footer-page-navi li{
		width:100%;
		margin: 6px auto;
	}
}



/*********************************************
accsess
*********************************************/
.accsess-area input {
    display: none;
}

#slide111:checked ~ #slides .ac-inner { margin-left:0; }
#slide222:checked ~ #slides .ac-inner {
margin-left:-100%;
/* height:650px !important;  */
overflow: hidden;}

#overflow {
    width: 100%;
    overflow: hidden;
}

article img {
    width: 100%;
}

#slides .ac-inner {
    width: 500%;
    line-height: 0;
}

#slides article {
    width: 20%;
    float: left;
}

#active {
    margin: 17% 0 10px;
    text-align: center;
}

#active label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbb;
}
#active label:hover {
    background: #ccc;
    border-color: #777 !important;
}


#slides {
    margin: 0 0 0;
}
/* Animation */
#slides .ac-inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#active2 {
    margin: 10px 0 10px;
    text-align: center;
}

#active2 label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 250px;
    padding: 10px 0 10px 0;
    background: #bbb;
    vertical-align: middle;
    font-size: 24px;
    color: #696255;
/*font-family: "游明朝体", "Yu Mincho", YuMincho,"Sawarabi Mincho", serif;*/
	font-family: "Garamond", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#active2 label:hover {
    background: #ccc;
    border-color: #777 !important;
}

#slide111:checked ~ #active2 label:nth-child(1),
#slide222:checked ~ #active2 label:nth-child(2){
    background: #fff;
    border-color: #fff !important;
}
@media screen and (max-width: 480px){
	#active2 label {
		width: 48%;
		padding: 15px 0;
		font-size: 14px;
	}
	#slides.access-slide {
		margin: 0 5px;
	}
}

.cAccess_list{
	overflow: hidden;
}
.cAccess_list li:first-child{
	border: 1px solid #decfa8;
}
.cAccess_list li{
	overflow: hidden;
}
.cAccess_list li{
	border-bottom: 1px solid #decfa8;
	border-left: 1px solid #decfa8;
	border-right: 1px solid #decfa8;
	padding:14px;
}

.cAccess_list li h3{
	margin-top:40px;
	padding-bottom:20px;
	font-size: 24px;
	line-height:120%;
}

.cAccess_list li p{
	line-height:120%;
	padding-bottom:20px;
		font-size: 14px;
}

@media screen and (max-width: 480px){
	.cAccess_list h3 {
		font-size: 16px;
	}

}


/*スライダー*/
.loopslider{

}.loopslider p{
	font-size: 10px;
	text-align: center;
	line-height: 1.6em;
}
.loopslider li{
	padding: 5px;
	background-color: #fff;
	margin-right: 10px;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	height:199px;
}

.column-list ul li a time{
	font-size:14px;
	color: #bb0000;
	margin-right:15px;
}
.column-list ul li a {
	font-size:14px;
	color: #000;
}
.ner{
	background-color:#16258b;
	padding:5px!important;
	text-align:center;
	font-size:14px!important;
	margin:0 auto 15px auto!important;
	color:#fff;
	width:250px;
}
.nerr{
	background-color:#049784;
	padding:5px!important;
	text-align:center;
	font-size:14px!important;
	margin:0 auto 15px auto!important;
	color:#fff;
	width:250px;
}

.column-list h1 {
	margin-bottom:30px;
}

.iconh{
	float:left;
	width:20%;
}
.mise{
	float:right;
	width:75%;
	text-align:left;
	font-size:13px;
	line-height:20px;
}

.gray{
	background-color:#f5f5f5;
	padding:30px 0 30px 0;
}

.nogray{
	padding:30px 0 30px 0;
}

.footer-navi-area{
	/*margin-bottom:50px;*/
}

section table { width: 100%; }
section th, section td  { padding: 10px!important; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }

/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }

@media only screen and (max-width:480px){
    .demo01 { margin: 0 0px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
}

#news{
    padding-top: 115px;
    margin-top: -115px;
}

@media screen and (max-width: 780px) {
#news{
    padding-top: 90px;
    margin-top: -90px;
}
}

.ou{
    overflow:auto;
	height:250px;
}

.entry-footer{
	display:none;
}
#secondary{
	float:right;
	width:250px;
}
@media screen and (max-width: 780px) {
	#secondary{
	float:none;
	width:auto;
}

}

#secondary ul{
		margin-bottom:20px;
}

.widget-title{
	font-weight:bold;
	margin-bottom:15px;
	background-color:#000;
	color:#fff;
	padding:5px!important;
}

.entry-date{
	font-weight:normal;
	font-size:12px;
	margin-bottom:15px!important;
	background-color:#000;
	color:#fff;
	padding:5px!important;
}

#breadcrumbs{
	display:none;
}

.blos{
	width:800px;
	margin:auto;
	text-align:left;
}
@media screen and (max-width: 780px) {
	.blos{
	width:auto;
	margin:auto;
	text-align:left;
}
}

.poin{
	margin:0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.poin li{
	margin:0 10px 0 0 ;
	padding:10px;
	background-color:#fff;
	color:#000;
	float:left;
	/*width:212px;*/
	width:19%;
	-moz-box-shadow: 3px 3px 3px #999;
-webkit-box-shadow: 3px 3px 3px #999;
	border:1px solid #999;
}
.poin li:last-child{
	margin:0 0 0 0 ;
}
.poin li .gt{
	font-weight:bold;
	margin-bottom:10px;
	color:#ca3f8c;
	font-size:15px;
}

@media screen and (max-width: 780px) {
.poin{
	margin:0;
	padding:0 10px 0 10px;
}
.poin li{
	margin:0 0 10px 0 ;
	padding:10px;
	background-color:#fff;
	color:#000;
	float:none;
	width:100%;
	height: auto;
}
.poin li:last-child{
	margin:0 0 0 0 ;
}
.poin li .gt{
	font-weight:bold;
	margin-bottom:10px;
}
}

.cspan_boldblue{
	font-weight:bold;
	color:#004ea2;
}

.slideArea{
	width:800px;
	margin:0 auto 20px auto;
}
@media screen and (max-width: 780px) {
	.slideArea{
	width:100%;
	margin:0 auto 20px auto;
}
}

.hoi{
	margin:0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.hoi li{
	margin:0 10px 0 0 ;
	padding:10px;
	background-color:#fff;
	color:#000;
	float:left;
	width:232px;
	font-size:12px;
		-moz-box-shadow: 3px 3px 3px #999;
-webkit-box-shadow: 3px 3px 3px #999;
	border:1px solid #999;
}
.hoi li a{
	color:#000;
	font-size:12px;
}
.hoi li:last-child{
	margin:0 0 0 0 ;
}
.hoi li .gt{
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	color:#ca3f8c;
	font-size:15px;
}


@media screen and (max-width: 780px) {
	.hoi{
	margin:0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.hoi li{
	margin:0 10px 10px 0 ;
	padding:10px;
	background-color:#fff;
	color:#000;
	float:left;
	width:48%;
	font-size:12px;
}
.hoi li:nth-child(even){
	margin:0 0 10px 0 ;
	background: #fff;
	float:right;
	width:48%;
}

.hoi li a{
	color:#000;
	font-size:12px;
}
.hoi li:last-child{
	margin:0 0 0 0 ;
}
.hoi li .gt{
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	color:#ca3f8c;
}
}
.lef{
	width:70%;
	float:left;
}
@media screen and (max-width: 780px) {
	.lef{
	width:100%;
	float:none;
}
}

.ter{
	margin:20px 0 40px 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ter li{
	margin:0 10px 0 0 ;
	padding:10px;
	float:left;
	width:32.5%;
	font-size:14px;
	list-style: none;
	text-align:center;
	line-height:28px;
}
.ter li:last-child{
	margin:0 0 0 0 ;
}
.ter li .gt{
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.tere{
	font-size:30px;
	font-weight:bold;
	color:#06239d;
}
.tere a{
	font-size:30px;
	font-weight:bold;
	color:#06239d;
}
.tere02{
	font-size:30px;
	font-weight:bold;
}
.ttt{
	font-weight:bold;
	margin-bottom:10px;
}

@media screen and (max-width: 780px) {
	.ter{
	margin:20px 0 40px 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ter li{
	margin:0 0 0 0 ;
	padding: 10px;
	float:none;
	width:100%;
	font-size:14px;
	list-style: none;
	text-align:center;
	line-height:28px;
}
.ter li:last-child{
	margin:0 0 0 0 ;
}
.ter li .gt{
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}
.tere{
	font-size:30px;
	font-weight:bold;
	color:#06239d;
}
.tere a{
	font-size:30px;
	font-weight:bold;
	color:#06239d;
}
.tere02{
	font-size:30px;
	font-weight:bold;
}
.ttt{
	font-weight:bold;
	margin-bottom:10px;
}
}

.red-hisu {
    color: #ff0000;
    font-weight: bold;
    margin-left: 10px;
}

.catg{
	margin-bottom:15px;
	text-align:center;
}

#resort,#px,#ex,#cp,#bq,#wd{
  margin-top: -90px;/* ヘッダの高さ = 50px */
   padding-top: 90px;/* ヘッダの高さ = 50px */
}


.logoArea {
    text-align: center;
    margin-top: 0px;
    margin-bottom: -30px;
}

.logoAreaG {
    text-align: center;
    margin-top: 0px;
    margin-bottom: -30px;
}

.mb40{
margin-bottom:40px;
}

/* recruit */
.pc-only {
  display:block;
}
.sp-only {
  display:none;
}
.costum-section *{
 font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴシック Pro W3", "Hiragino maru Gothic Pro", "MS PGothic", "Helvetica", "sans-serif" !important;
 font-size: 13px;
 line-height: 1.5 !important;
}
.costum-section:first-child {
    margin-top: 35px;
}
.free-contents-3 *, .free-contents-3 ::before, .free-contents-3 ::after {
    word-break: normal;
}
.cf::after, .content-header::after, .breadcrumbs::after, .sns-logos::after, .btn-double::after, .catch-box::after, .catch-box-slider-thumb::after, .list-horizon-default::after, .list-horizon-bar::after, .list-horizon-btn::after, .list-horizon-selection::after, .tags::after, .work-simple::after {
    content: "";
    display: block;
    clear: both;
}
.fc-positions ul li:nth-child(3n+1) {
    margin-left: 0;
}
.fc-positions ul li {
    width: 303px;
    float: left;
}
.fc-positions ul li dl dt {
    color: #3e3e3e;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 26px;
}
.fc-positions ul li dl dt::before {
    top: 43.6%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.fc-positions ul li dl dt::before {
    position: absolute;
    content: '';
    top: 45%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0;
    width: 14px;
    height: 20px;
    background: #3e3e3e;
}
.fc-positions ul li dl dd {
    margin-top: 11px;
    font-weight: normal;
    font-size: 14px;
}
.fc-positions ul li dl dd img {
    margin-bottom: 10px;
}

.costum-section-header {
    height: 36px;
    background: linear-gradient(#fff, #fff 15px, #ccc 15px, #ccc 16px, #fff 16px, #fff 20px, #ccc 20px, #ccc 21px, #fff 21px, #fff 22px);
}
.costum-section-header h3 {
    width: 340px;
    display: block;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    color: #3e3e3e;
    font-weight: bold;
    font-size: 26px;
}
.fc-datails {
    margin: 43px 30px 0;
}
.fc-datails div.intro {
    margin-bottom: 44px;
}
.fc-datails div.intro .txtArea {
    width: 60%;
}
.fc-datails div.intro .imgArea {
    width: 285;
    margin-top: 2px;
    margin-left: 25px;
}
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fc-datails dl dt {
    color: #3e3e3e;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    padding-left: 24px;
}
.fc-datails dl dt::before {
    top: 45.35%;
}
.fc-datails dl dt::before {
    position: absolute;
    content: '';
    top: 47.5%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0;
    width: 12px;
    height: 12px;
    background: #3e3e3e;
}
.fc-datails dl dd {
    margin-top: 10px;
}
.fc-datails dl dd > span {
    margin-top: 12px;
    background: #f5f5f5;
    display: block;
    padding: 18px 20px 17px;
}
.fc-datails dl dd > span + span {
    margin-top: 15px;
}
.fc-datails ul.imgList {
    margin-top: 27px;
}
.fc-datails ul.imgList li {
    float: left;
}
.fc-datails ul.imgList li img {
    width: 280px;
}
.fc-datails dl dd {
    margin-top: 10px;
}
fc-datails dl dd + dt {
    margin-top: 24px;
}
article, aside, footer, header, main, nav, section {
    display: block;
}
.costum-section:last-child {
    margin-bottom: 48px;
}
.costum-section {
    margin-top: 91px;
}
.costum-section ul, ol {
    list-style: none;
}
.fc-positions ul li + li {
    margin-left: 25px;
}
.flt--lft {
    float: left;
}
.fc-datails ul.imgList li + li {
    margin-left: 25px;
}
.fc-positions ul li:nth-child(n+4) {
    margin-top: 43px;
}
.fc-datails dl dd + dt {
    margin-top: 24px;
}
.custom-word {
    text-align: center;
}
.recruit-btn img {
    text-align: center;
	display:block;
	margin:20px auto 10px;
	width:50%;
}
.recruit-btn2 img {
    text-align: center;
	display:block;
	margin:20px auto 10px;
	width:25%;
}
h2.line-head .top-cap-recruit {
    position: relative;
    top: -20px;
    width: 420px;
    margin: 0 auto;
    font-size: 26px;
    background-color: #fff;
    line-height: 1.5 !important;
}
.entry-content ul {
   width:100%;
}
h2.line-head .top-cap-recruit span {
   display:none;
}
@media only screen and (max-width:980px){
 .fc-positions ul li,.fc-positions ul li:nth-child(n+4) {
    margin-top: 5%;
 }
 .fc-positions ul li {
    width: 47%;
    float: left;
 }
 .fc-positions ul li + li,.fc-positions ul li:nth-child(3n+1) {
    margin-left: 2%;
 }
 .fc-datails div.intro .imgArea {
    width:40%;
    margin:0 auto;
 }
 .fc-datails div.intro .imgArea img {
    width: 100%;
	max-width:560px;
	text-align:center;
    margin:0px auto;
 }
 .fc-datails ul.imgList li {
	width:49%;
    margin-right: 1%;
  }
  .fc-datails ul.imgList li img {
     max-width: 560px;
	 width:100%;
	 margin:2% auto;
	 text-align:center;
  }
  .fc-datails ul.imgList li + li {
    margin-left: 0px;
  }
  h2.line-head .top-cap-recruit {
    width: 60%;
  }
  .costum-section {
    margin-top: 20%;
  }
  .fc-datails {
    margin: 3% 2% 0;
   }
}
@media only screen and (max-width:780px){
 .pc-only {
  display:none;
 }
 .sp-only {
  display:block;
 }
 .fc-positions ul li {
    width: 100%;
    float: none;
	margin-top:10%;
 }
 .fc-positions ul li + li,.fc-positions ul li:nth-child(3n+1) {
    margin-left: 0px;
 }
 .fc-datails div.intro .txtArea {
    width: 100%;
	padding:2% 3% 5%;
    line-height: 1.8 !important;
	font-size: 15px;
 }
 .costum-section:first-child {
    margin-top: 0px;
 }
 .fc-datails div.intro .imgArea {
    width:100%;
    margin:0 auto;
 }
  .fc-datails dl dt {
	 font-size:18px;
   }
  .fc-datails dl dd {
    margin-top: 11px;
    background: #f5f5f5;
    padding: 17px 10px 15px;
    line-height: 1.8 !important;
	font-size: 15px;
 }
 .jsc-accordion {
    position: relative;
    left: 0;
    top: 0;
 }
 .jsc-accordion-content {
    display: block;
 }
 .sg-accordion-icon {
    float: right;
    padding-top: 3px;
    color: #1d3994;
 }
 .sg-accordion-icon::before {
    content: "...続きを読む";
 }
}
@media only screen and (max-width:600px){
 .fc-datails ul.imgList li {
	width:100%;
	float: none;
 }
 .recruit-btn img {
    width: 80%;
 }
 .recruit-btn2 img {
    width: 80%;
 }
}
/* recruit */


/*changeLange*/
@media only screen and (min-width:891px){
.changeLang{position: absolute;
    top: 2px;
    right: 20%;
	font-size:11px;
}}
@media only screen and (max-width:890px){
.changeLang{position: absolute;
    top: 50px;
    right: 70px;
	font-size:11px;
z-index:+9999;
border:1px solid #002060;
}}

.select-box01 select{padding:1px 6px 1px 2px;}

/*PCの場合*/
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.sp { display:inline!important; }
}

.tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
	text-align: center;
	display: flex;
	padding: 0 25%;
}
.tabs > li {
  flex: 1;
}
.tab > label {
	display: block;
	background: #b5b6b6;
	color: #fff;
	cursor: pointer;
	padding: 5px 0;
	font-size: 16px;
	font-weight: normal;
}
.tab:hover label {
	color: #fff;
}

.tab-content {
	display: none;
	color: #777;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	background: #172a88;
	color: #fff;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}

.news_post ul li {
  padding: 50px 0;
  border-bottom: 1px solid #b28247;
}

.news_post__title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 150px;
  margin: 0 0 30px;
}

.news_post__title time {
  position: absolute;
  left: 0;
  top: 6px;
  color: #e60012;
  font-size: 16px;
  font-weight: normal;
}

.news_post__content {
  margin: 30px 0 0;
  font-size: 16px;
}

.news_post__content p {
  font-size: 16px;
}

.mews_post__thumbnail {
  text-align: center;
}

.news_post .bx-wrapper {
  max-width: 800px !important;
  margin: 0 auto;
}

.news_post ul li:nth-of-type(n+4) {
    display: none;
}

.btn-more {
  text-align: center;
  margin: 60px 0;
}

.btn-more span {
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  background: #172a88;
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
}

.btn-more span:hover {
  opacity: 0.8;
}

.btn-more.active {
  display: none;
}

.news_post.active ul li:nth-of-type(n+4) {
  display: block;
}

#hotel-news ul {
  overflow: hidden;
}

#hotel-news ul li {
  float: left;
  width: 23%;
  margin: 0 2.66% 1.5% 0;
}

#hotel-news ul li:nth-child(4n) {
  margin-right: 0;
}

#hotel-news ul li img {
  width: 100%;
}

#hotel-news ul li p {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  height: 40px;
  align-items: center;
}

.news_post.hotel_post ul li:nth-of-type(n+4) {
  display: block;
}

@media only screen and (max-width:780px){
  .news_post__title time {
    font-size: 14px;
  }
  .news_post__title {
    font-size: 18px;
    padding: 0 0 0 100px;
    margin: 0 0 20px;
  }
  .news_post ul li {
    padding: 30px 0;
  }
  .news_post__content {
    font-size: 14px;
  }
  #hotel-news ul li {
    width: 47.5%;
    margin: 0 0 3% 0;
  }
  #hotel-news ul li:nth-child(2n) {
    float: right;
  }
  .tabs {
    padding: 0 10%;
  }
}
.changeLang p {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.select-box01 {
	display: inline-block;
}
@media screen and (max-width: 890px) {
	.changeLang {
		border: 0 none;
		top: 33px;
	}
	.select-box01 {
		border: 1px solid #002060;
		display: block;
	}
	.changeLang p {
		color: #000;
		display: block;
		margin: 0 0 5px;
	}
}