/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 
 /**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
 
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}

/*フォーカスとは、ブラウザの画面上でマウスをクリックし、入力状態にあるまでの動作を指します*/
:focus {/* remember to define focus styles! */
	outline: 0;
}

body {/*行の高さをフォントサイズと同じにしています*/
	/*line-height: 1;*/
}

ol, ul {
	list-style: none;
}

table {/* 隣接するセルのボーダーを結合し、間隔を0に指定しています */
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {/*captionとはテーブル（表）にキャプションをつける。キャプションとは、主に図版や写真について説明のために付け加えられた文字情報のことである。*/
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
	content: "";
}

blockquote, q {/*引用符の表示が出ないようにしています*/
	quotes: "" "";
}

a img {
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {/*html5の新しいタグをブロック要素として表示される。*/
	display: block;
}


html {
	/*overflow-y: scroll;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

/* html,bodyタグの設定 */
html, body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	/*line-height: 1.5;*/
}


.footer {
	background-color:#0000FF;
	width:100%;
	max-width:1144px;
	height:100px;/*高さが伸びるブラウザ最大*/
	position: absolute;/*高さが伸びるブラウザ最大*/
    bottom: 0;/*高さが伸びるブラウザ最大*/
	padding-bottom:50px;/*高さが伸びるブラウザ最大*/
	}


@font-face {
font-family: 'NotoSansCJKjp-DemiLight';
	src: url(' fonts/NotoSansCJKjp-DemiLight.eot?') format('eot');  /* IE9 Compat Modes */
	src: url(' fonts/NotoSansCJKjp-DemiLight.otf') format('opentype'),/* Safari, Android, iOS */
     	 url(' fonts/NotoSansCJKjp-DemiLight.woff ') format('woff'), /* Modern Browsers */
		/* url('./fonts/NotoSansJP-Black.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
}

body {
	background: #f7f7f4;
}

body {
  /*font-family: 'ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝',serif;*/
  font-family: 'NotoSansCJKjp-DemiLight','Helvetica','ヒラギノ角ゴ Pro W3','Monaco','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;/*3試し*/
  /*font-family: 'ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*//*2試し*/
  /*font-family: 'ヒラギノ明朝 Pro W3','Monaco','Hiragino Mincho Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*//*1試し*/
  letter-spacing: 0.1em;
}

body { -webkit-text-size-adjust : 100%!important ; }

img {
max-width : 100% ;
height : auto ;
}


a {
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

a:focus {
	color:#6c6c6c;
	outline: thin dotted;
}

a:hover,
a:active {
	color:#000;
	outline: 0;
}

a:active,
a:hover {
	color:#000;
}

a:hover img,
a:focus img,
a:active img{

	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
      -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;
	font-weight: 700;*/
	/*margin: 36px 0 12px;*/
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 2;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	/*margin: 0 0 24px 20px;*/
	margin:0;
}

ul {
	/*list-style: disc;*/
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	/*margin: 0 0 0 20px;*/
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	/*border:1px solid #999999;*/
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #A0C2D3;
	color: #000;
	text-shadow: none;
}

::-moz-selection {
	background: #A0C2D3;
	color: #000;
	text-shadow: none;
}

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


.fwb {
	font-weight:bold;
	padding-top:5px;
	font-size:12px;
	}

.pdt5 {
	padding-top:5px;
	}

.pdt10 {
	padding-top:10px;
	}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#f8f801;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ffff88;
	color: #000;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ffff88;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	/*height: auto;*/
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

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

embed,
iframe,
object,
video {
	margin-bottom: 15px;
	max-width: 100%;
}

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

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

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

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */







/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}


/*.site-header {
	width:100%;
	max-width: 1024px;
	margin:0 auto;
	padding:0 60px;
}*/

/*.site-header-mobile {
	display:none;
}*/


/* Search in the header */

.search-toggle {
	background-color: #A0C2D3;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #A0C2D3;
}

.search-toggle:before {
	color: #000;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	background-color: #A0C2D3;
	padding: 12px;
}

.search-box .search-field {
	background-color: #000;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	/*margin-left: 20px;*/
}

.site-navigation a {
	color: #000;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #000;
	background-color:#ffff88;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #55d737;
	/*font-weight: 900;*/
}

/* Primary Navigation */

.primary-navigation {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;*/
	width:100%;
	font-size: 14px;
	/*padding-top: 24px;*/
	/*background-color: #00FFFF;*/
	background:transparent url(images/bg_menu.png) top left repeat-x;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;*/
}

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

.primary-navigation a {
	padding: 4px 0;
	margin:5px 0 3px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #000;
	content: "\f419";
	display: inline;
	margin-top: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

#primary-navigation {
	background:transparent url(images/bg_menu_m.png) top left repeat-x;
	padding-top:30px;
}

.menu-mobile-container {
	width: 100%;
	/*border-top:1px solid #666666;
	padding-top:25px;
	margin-top:15px;*/
	
}

.nav-commonmenu-mobile {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding:0;
	/*margin-left:4px;*/
}


ul.nav-commonmenu-mobile li {
	width:50%;
	color: #000;
	list-style:none;
	font-size: 13px;
	text-align:left;
	padding:10px 0;
	border-bottom:1px solid #666666;
	/*padding-top:25px;*/
}


ul.nav-commonmenu-mobile li:nth-child(2n)  {
	/*border-left:1px solid #666666;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

ul.nav-commonmenu-mobile li a {
	/*padding-left:13px;*/
	padding:0 0 0 2.5%;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	-webkit-transition-duration: 1s;
    transition-duration: 1s;
}



ul.nav-commonmenu-mobile a:hover,
ul.nav-commonmenu-mobile a:focus,
ul.nav-commonmenu-mobile a:active {
	color:#000;
	font-weight: normal;
	text-decoration: none;
	background: #ffff88;
}


ul.nav-commonmenu-mobile li.current-menu-item a {
	color:#000;
	font-weight: normal;
	background: #ffff88;
}/*訪問先*/

ul.nav-commonmenu-mobile li#homemenu.current-menu-item a {
	color:#000;
	font-weight: normal;
	background: none;
}/*訪問先*/

ul.nav-commonmenu-mobile li#homemenu.current-menu-item a:hover,
ul.nav-commonmenu-mobile li#homemenu.current-menu-item a:focus,
ul.nav-commonmenu-mobile li#homemenu.current-menu-item a:active {
	color:#000;
	font-weight: normal;
	background: #ffff88;
}/*訪問先*/

ul.nav-commonmenu-mobile li.current-post-ancestor a {
	color:#000;
	font-weight: normal;
	background: #ffff88;
}/*訪問先*/


		
/*ドロワーメニュー*/
.panel .btn {
	position: fixed;
	color:#fff;	
	display: block;
	top:0;
	left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;	
	z-index: 9999;
	background-color: #FF0000;	
	cursor: pointer;
}
 
.panel .btn:hover {
   	filter: alpha(opacity=30);
	opacity: .30;	
}
 
.panel .cbtn {
	 position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
}
 
.panel .check {
    display: none;
}





/* menu-common-menu-container */
.panel .menu-common-menu-container {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
	margin:0;
	overflow:hidden;
}



.panel .menu-common-menu-container ul li {
	width:100%;
	/*height:50px;*/
	line-height:50px;
    text-align: center;
	display: block;
	border-bottom:1px solid #fff;
}

.panel .menu-common-menu-container ul li a {
    font-size: 14px;
    color: #fff;
	/*border-top:1px solid #fff;*/
	padding:0 5%;
}

.panel .menu-common-menu-container li a:hover {
    color: #1a1e24;
    background: #fff;
}


/* checkbox */
.check {
    display: none;
}


/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 23px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 7px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 10px;
    opacity: 1;
}

.bar.bottom {
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
	font-size:7px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right:8px;
    margin:0 auto;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #000;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 999px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}



/* checked */
.check:checked ~ .menu-common-menu-container {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 30px;
    top: 21px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}


#text-3 {
	display:none;
	}




/**kyoto sns*/

.kyotosns a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
-webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.kyotosns a:hover,
.kyotosns a:focus,
.kyotosns a:active {
	color:#000;
	font-weight: normal;
	text-decoration: none;
	background: #ffff88;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.hentry {
	/*margin: 0 auto 48px;*/
	/*width: 609px;*/
	/*padding-top:30px;*/
	/*padding-left:9px;*/
	/*background-color:#0066FF*/
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	/*max-width: 474px;*/
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	/*background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;*/
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
	padding-bottom:30px;
}

a.post-thumbnail:hover {
	/*background-color: #999;*/
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	/*position: relative;
	z-index: 1;*/
}


.entry-title {
	font-size: 14px;
	font-weight:bold;/*一番細い*/
	letter-spacing:0.1em;
	line-height: 1.0909090909;
	margin: 0;
	padding:0 0 10px 0;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	}




.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #000;
	background-color:#ffff88;
}


.category-information {
	/*padding-left:30px;*/
	}

.site-content .has-post-thumbnail .entry-header {
	/*padding-top: 24px;*/
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	/*line-height: 1.3333333333;*/
	text-transform: uppercase;
	padding-bottom:5px;
	/*padding-left:30px;*/
}



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

.entry-meta a:hover {
	color: #000;
	background-color:#ffff88;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	/*font-weight: 900;
	text-transform: uppercase;*/
}

.cat-links a {
	/*color: #2b2b2b;*/
}

.cat-links a:hover {
	/*color: #a0c2d3;*/
}

.byline {
	display: none;
}

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

.site-content .entry-meta {
	/*background-color: #000;*/
	/*margin-bottom: 8px;*/
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	/*padding: 0 10px;*/
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #000;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color:#ffff88;
	color: #000;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #a0c2d3;
}

.entry-meta .tag-links a:after {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}





.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	/*text-decoration: underline;*/
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #000;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #000;
	background-color:#ffff88;
}

/* Mediaelements */

.hentry .mejs-container {
	/*margin: 12px 0 18px;*/
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #A0C2D3;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	/*padding-top: 9px;*/
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.page-links a:hover {
	background: #a0c2d3;
	border: 1px solid #a0c2d3;
	color: #000;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

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


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	hyphens:         auto;
	word-wrap: break-word;
}

.nav-links {
	padding:15px 0;
	}

.post-navigation,
.image-navigation {
/*	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;*/
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;*/
}

	


.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	/*font-weight: 700;*/
	/*line-height: 1.7142857142;*/
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #a0c2d3;
}

/* Paging Navigation */

.paging-navigation {
	/*border-top: 1px solid #030000;*/
	margin:0 auto;
	padding:0;
	
	/*margin-right:45px;*/
}



.paging-navigation .loop-pagination {
	text-align: center;
	padding:15px 0;
}

.paging-navigation .page-numbers {
	display: inline-block;
	font-size: 12px;
	font-weight: lighter;
	margin-top:1px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.paging-navigation .next,
.paging-navigation .prev
{
	display: inline-block;
	font-size: 12px;
	font-weight: lighter;
	margin-top:2px;
	padding: 8px 10px;
	text-transform: uppercase;
	}

.paging-navigation a{
	color: #000;
}

.paging-navigation .page-numbers.current
 {
	/*border-top: 5px solid #A0C2D3;*/
	color: #000;
	background-color:#ffff88;
}


.paging-navigation a:hover {
	/*border-top: 5px solid #a0c2d3;*/
	color: #000;
	background-color:#ffff88;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 0 auto;
	/*max-width: 474px;*/
}

.archive-header {
	width:100%;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	}



.archive-title {
	font-size: 16px;
	font-weight: 900;
	/*line-height: 1.5;*/
	margin: 0;
	text-indent:-9999px;
	background:url(images/hed_event.png) top left no-repeat;
}

.event-page-title {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_event_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
			/*padding-top:25px;
			padding-left:104px;*/
	/*padding-bottom:15px;*/
	}

.holiday-page-title {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_holiday_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	/*padding-bottom:15px;*/
	}

.info_archive-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_info_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	/*padding-bottom:15px;*/
	}

.diary_archive-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_diary_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	}

.shopping_archive-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_shopping_mobile.png) top center no-repeat;
	margin:30px 0;
background-size:contain;
	}
	
.published_archive-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_published_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
/*	padding-bottom:15px;*/
	}

.single-header {
	width:100%;
	margin-bottom:30px;
	border-bottom:1px solid #000000;
	}
	
.info_single-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_info_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	}

.diary_single-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_diary_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	}

.shopping_single-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_shopping_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	}



.published_single-title{
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_published_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	/*max-width: 100%;*/
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	/*margin-top: -48px;*/
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #a0c2d3;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #a0c2d3;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	/*padding-top: 48px;*/
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;*/
	/*color: #767676;*/
	/*padding: 48px 10px 0;*/
}

.shoppingwrap {
	width:90%;
	max-width:609px;
	padding:0 5%;
	padding-bottom:15px;
	}

	
.SlideshowWidget {
	width:384px;

	}
#slideshowwidget-2 {
	width:90%;
	padding:0 5%;
	padding-top:25px;
	/*padding-bottom:10px;*/
	z-index:1;
	}
	
#slideshowwidget-2 .slideshow_container {	
	margin:0 auto;
	} 
	
	

#custom_html-3 h1.widget-title {
	width:100%;
	height:100%;
	text-indent:-9999px;
	/*border-top:1px solid #333333;
	border-bottom:1px solid #333333;*/
	/*margin-bottom:10px;*/
	/*font-size:18px;
	padding:15px 0;*/
	background:url(images/hed_event_mobile.png) top left no-repeat;
	background-size:contain;
	}
	
.slideshow_description_box {
	width:354px;
	padding:0 15px;
	font-size:11px;
	}
	
.slideshow_title {
	margin:10px 0;
	}
.slideshow_description {
	margin:10px 0;
	}

.slideshow_container_slideshow-jquery-image-gallery-custom-styles_2 .slideshow_button {
	background:url('images/light-arrows.png') no-repeat;
	}
	
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */


	
/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	/*margin-bottom: 48px;*/
	/*width: 100%;*/
	word-wrap: break-word;
}

.widget a {
	color: #000;
}

.widget a:hover {
	color: #000;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	/*margin: 24px 0 12px;*/
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #000;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	/*margin-left: 10px;*/
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #000;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #A0C2D3;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #A0C2D3;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

/*.widget .widget-title {
	font-size: 14px;
	font-weight: 700;*/
	/*line-height: 1.7142857142;*/
	/*margin: 0 0 24px 0;*/
/*	text-transform: uppercase;
}
*/
.widget-title,
.widget-title a {
	color: #000;
}

.widget-title a:hover {
	color: #a0c2d3;
}



/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	/*margin: 0;
	max-width: 100%;*/
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #a0c2d3;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	/*list-style: disc;*/
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

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

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

/*.widget_text > div > :last-child {
	margin-bottom: 0;
}
*/

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	/*color: #A0C2D3;*/
}

.content-sidebar .widget a:hover {
	/*color: #a0c2d3;*/
}

.content-sidebar .widget pre {
	/*border-color: rgba(0, 0, 0, 0.1);*/
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	/*color: #2b2b2b;*/
}

.content-sidebar .widget abbr[title] {
	/*border-color: #2b2b2b;*/
}

.content-sidebar .widget fieldset {
	/*border-color: rgba(0, 0, 0, 0.1);*/
}

.content-sidebar .widget blockquote {
	/*color: #767676;*/
}

.content-sidebar .widget blockquote cite {
	/*color: #2b2b2b;*/
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	/*margin-left: 18px;*/
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	/*border-color: rgba(0, 0, 0, 0.1);*/
}

.content-sidebar .widget del {
/*	color: #767676;*/
}

.content-sidebar .widget hr {
	/*background-color: rgba(0, 0, 0, 0.1);
*/}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	/*background-color: #000;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;*/
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	/*border-color: rgba(0, 0, 0, 0.3);*/
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	/*background-color: #A0C2D3;
	border: 0;
	color: #000;*/
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	/*background-color: #A0C2D3;*/
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	/*background-color: #55d737;*/
}

.content-sidebar .widget .wp-caption {
/*	/*color: #767676;*/}

.content-sidebar .widget .widget-title {
	/*border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;*/
}

.content-sidebar .widget .widget-title a {
	/*color: #2b2b2b;*/
}

.content-sidebar .widget .widget-title a:hover {
	/*color: #a0c2d3;*/
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	/*border-color: rgba(0, 0, 0, 0.1);*/
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	/*color: #2b2b2b;
	font-weight: 900;*/
}

.content-sidebar .widget_calendar thead th {
	/*background-color: rgba(0, 0, 0, 0.02);*/
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #000;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #000;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

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

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #a0c2d3;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	/*padding: 0 10px;*/
}

.site-footer,
.site-info,
.site-info a {
	color: #000;
}

.site-footer {
	/*background-color: #000;*/
	font-size: 12px;
	/*position: relative;
	z-index: 3;*/
	clear:both;
}

.footer-sidebar {
	/*padding-top: 48px;*/
}

.site-info {
	padding:0 5%;
	padding-top:15px;
	font-size:10px;
	text-align:center;
}


#supplementary {
	width:90%;
	padding:0 5%;
	margin:0;
	margin-top:10px;
	border-top:2px solid #231815;
	}
	

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
	color: #000;
	background-color:#ffff88;
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	/*color: #000;
	margin: 0;
	max-width: 100%;
	width: 100%;*/
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	/*background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;*/
}

.featured-content a {
	color: #000;
}

.featured-content a:hover {
	color: #a0c2d3;
}

.featured-content .entry-meta {
	color: #000;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #A0C2D3;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #A0C2D3;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #000;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #A0C2D3;
}

.slider-direction-nav a:before {
	color: #000;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}




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


#page {
	width:100%;
	padding:0;
	margin:0 auto;
	background-color: #f7f7f5;
	position: relative;/*高さが伸びるブラウザ最大*/
    min-height: 100%;/*高さが伸びるブラウザ最大*/
    height: auto !important;/*高さが伸びるブラウザ最大*/
    height: 100%;/*高さが伸びるブラウザ最大*/
	/*overflow:auto;*/
	background:#f7f7f5 url(images/bg.png) center top repeat-y;
	}



.contentmain {
	/*width:1144px;*/
	width:100%;
	/*max-width: 1144px;*/
	margin:0 auto;
	padding-bottom:10px;
	}


.site-header-mobile .header-main {
	width:100%;
	margin:0 auto;
	padding: 0;
	position: fixed;	
	display: block;
	top:0;
	left: 0px;
	 background: rgba(251,251,246,0.5) url(images/bg.png) center top repeat-y;;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
	z-index:2000;
}




.site-main {
	width:100%;
	/*max-width:1024px;*/
	margin:0 auto;
/*	padding:0 60px;*/
	/*padding-bottom:50px;*/
	overflow: hidden;/*縦ボーダー用*/
	/*background-color: #CCFF00;*/
	/*height:100%;←100%にすると高さが伸びるブラウザ最大？？*/
}


.site-navigation {
	width:1024px;
	margin:0 auto;
	}

h1.site-title {
	width:30%;
	font-size: 18px;
	padding-left:15px;
	float:left;
	/*margin:0 auto;*/
	text-indent:-9999px;
}

h1.site-title a{
	width:85px;
	height:67px;
	display: block;
	background:url(images/logo.png) center top no-repeat;
	background-size: 85px 67px;
}

h1.site-title img {
	max-width:85px;
	max-height:73px;
	}

.site-header-mobile .address {
	width:100%;
	font-size:10px;
	font-family: 'Open Sans', sans-serif;
	padding:15px 0;
	line-height:1.5em;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:78px;
	}

.address p{
	padding-left:25px;
	}

.header-main .address {
	width:40%;
	font-size:10px;
	font-family: 'Open Sans', sans-serif;
	padding-left:10px;
	padding-top:20px;
	line-height:1.5em;
	float: left;
	}

.header-main .specialwrap {
	width:210px;
	height:130px;
	float:left;
	margin-top:20px;
	margin-left:62px;
	/*padding:0 10px;*/
	background: url(images/clip.png) center top no-repeat;
	background-size:60px 31px;
	}
	
header-main .special {
	width:180px;
	height:100px;
	margin-top:13px;
	/*padding:0 10px;*/
	padding:0 15px 0 15px;
	border:1px solid #333333;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */
	}

header-main .special {
	width:180px;
	height:100px;
	margin-top:13px;
	/*padding:0 10px;*/
	padding:0 15px 0 15px;
	border:1px solid #333333;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */
	}


.site-header-mobile .specialwrap {
	width:100%;
	/*height:130px;*/
	/*float:left;*/
	margin-top:5px;
	margin-left:0;
	padding:30px 0;
	/*background:transparent url(images/bg_menu.png) top left repeat-x;*/
	}



#sns-navigation-mobile {
	width:42%;
	float:left;
	margin-top:23.5px;
	padding:0 4%;
	padding-top:5px;
	}

#primary-navigation {
	width:1024px;
	width:100%;
	/*background-color:#0099CC;*/
	/*background:transparent url(images/bg_menu.png) top left repeat-x;*/
	}

#primary-navigation:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}


#common-navigation {
	width:670px;
	height:60px;
	/*background-color:#00FF66;*/
	border-top:2px solid #231815;
	border-bottom:2px solid #231815;
	margin-bottom:15px;
	}


#common-navigation:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}



#main-fullcontent {
	width: 100%;
	height:100%;
	background:#FFFFFF url(images/bg.png) right top repeat-y;

	/*overflow:hidden;*//*下の余白消えた*/
}




.content-area {
	/*background-color: #000;*/
}



/* menu	*/
/*common menu	*/
.menu-common-menu-container {
	width:100%;
	}
	


/*top*/
.homemenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*info*/
/*.menu-item-425 {*/
.infomenu {
    float: left;
    text-align: center;
	display: inline; 
}


/*diary 426*/
.diarymenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*event*/
.menu-item-9{
    float: left;
    text-align: center;
	display: inline; 
}

/*CALENDAR*/
.calendarmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*about us*/
.aboutmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*access*/
.menu-item-19 {
    float: left;
    text-align: center;
	display: inline; 
}

/*contact*/
.contactmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*shopping*/
.shoppingmenu {
    float: left;
    text-align: center;
	display: inline; 
}



/*main menu	*/
.menu-main-menu-container {
	width:410px;
	height:60px;
	font-size:14px;
	font-weight: lighter;
	/*float:left;*/
	padding-top:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


.nav-menu {
	width:410px;
	padding:0;
	margin:0;
}


ul.nav-menu li {
	list-style:none;
}

ul.nav-menu a {
	font-weight: lighter;
	text-decoration: none;
	list-style:none;
}

/*facebook*/
/*.fbmenu {*/
.fbmenu {
	width:33.333%;
    float: left;
    text-align: center;
	display: inline;
	/*padding-left:12px;*/
	padding-bottom:20px;
	text-indent:-9999px;
}

/*.fbmenu a{*/
.fbmenu a{
	width:20px;
	height:20px;
	display: block;
	background:url(images/fb.png) center top no-repeat;
	background-size: 20px 20px;
}



/*twitter*/

.SandboxRoot.env-bp-550 .timeline-Tweet-text {
	  font-size: 10.5pt !important;
    line-height: 14pt!important;
}	

/*.twmenu a  {*/
.twmenu {
	width:33.333%;
    float: left;
    text-align:center;
	display: inline;
	/*padding-left:12px;*/
	padding-bottom:20px;
	text-indent:-9999px;
}

/*.twmenu a  a{*/
.twmenu a{
	width:20px;
	height:20px;
	display: block;
	background:url(images/twitter.png) center top no-repeat;
	background-size: 20px 20px;
}

/*Instagram*/
/*.instamenu {*/
.instamenu {
	width:33.333%;
    float: left;
    text-align:center;
	display: inline;
	/*padding-left:12px;*/
	padding-bottom:20px;
	text-indent:-9999px;
}

/*.instamenu a{*/
.instamenu a {
	width:20px;
	height:20px;
	display: block;
	background:url(images/insta.png) center top no-repeat;
	background-size: 20px 20px;
}

.fbmenu a img,
.twmenu a  a img,
.instamenu a img
{
	max-width: 70%;
}


.fbmenu a{
	color:#3b5998;
	text-transform:lowercase;
}

.twmenu a  a{
	color:#55acee; 
	text-transform:lowercase;
}

.instamenu a{
	color:#406e94; 
	text-transform:capitalize;
}


.fbmenu a:hover img,
.fbmenu a:focus img,
.fbmenu a:active img {
	color:#7c9fe8;
	font-weight:lighter;
	text-decoration: none;
	  opacity: 0.40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}



.twmenu a  a:hover img,
.twmenu a  a:focus img,
.twmenu a  a:active img {
	color:#9cd4ff;
	font-weight:lighter;
	text-decoration: none;
	    opacity: 0.40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.instamenu a:hover img,
.instamenu a:focus img,
.instamenu a:active img{
	color:#65a7dd;
	font-weight:lighter;
		text-decoration: none;
	 opacity: 0.40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}


/*footer menu*/

ul.nav-footermenu {
	width:100%;
	/*font-family:Helvetica, Arial, sans-serif;*/
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*//*フォントでずれるためこちらに*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: lighter;
	font-size:12px;
	/*margin-left:55px;*/
	/*padding:0 5%;*/
	/*padding-top:5px;*/
	margin:0 auto;
	margin-top:30px;
}



ul.nav-footermenu li {
	width:50%;
	color: #000;
	list-style:none;
	padding:10px 0;
	border-top:1px solid #000000;
    /*border-left:1px solid #000000;*/
	border-bottom:1px solid #000000;
	float:left;
	margin-top: -1px;
}

ul.nav-footermenu li:nth-child(odd) {
	border-right:1px solid #000000;
	padding-right:1px;
	    --webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			}

ul.nav-footermenu li a {
	color: #000;
	font-weight: lighter;
	text-decoration: none;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
}

ul.nav-footermenu a:hover,
ul.nav-footermenu a:focus,
ul.nav-footermenu a:active {
	color:#000;
	font-weight:lighter;
	text-decoration: none;
	background: #ffff88;
}


ul.nav-footermenu li.current-menu-item a {
	color:#000;
	font-weight:lighter;
	background: #ffff88;
}/*訪問先*/


ul.nav-footermenu li.current-post-ancestor a {
	color:#000;
	font-weight:lighter;
	background: #ffff88;
}/*訪問先*/

/*home10*/
.f_homemenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*info757*/
.f_infomenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*diary8*/
.f_diarymenu{
    float: left;
    text-align: center;
	display: inline; 
}


/*CALENDAR753*/
.f_calendarmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*EVENT465*/
.f_eventmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*HOLIDAY439* single*/
.menu-item-22 {
    float: left;
    text-align: center;
	display: inline; 
}

/*店頭商品紹介1547*/
.f_sproduct {
    float: left;
    text-align: center;
	display: inline; 
}

/*PUBLISHED439*/
.f_publishedmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*ABOUT US440*/
.f_aboutmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*CONTACT441*/
.f_contactmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*SHOPPING442*/
.f_shoppingmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*kyoto*/
.f_kyotomenu {
    float: left;
    text-align: center;
	display: inline; 
}








/*サイドメニュー*/
#content-sidebar {
	float:right;
	color:#000;
	/*margin-right: 7.6%;*/
	width: 270px;/*width: 18.8%;*/
	/*background:#FF0000 repeat-y ;*/
/*	padding-bottom: 32768px;
    margin-bottom: -32768px;*/
	padding:30px 0 0 0;
	height:100%;
}

/*.textwidget p{
	font-size:13px;
	font-weight:100;
	}*/

/*#text-2 {
	padding-left:45px;
	}*/

#text-5 {
	/*padding-left:30px;*/
	padding-top:30px;
	font-size:12px;
	line-height:2em;
	}
	
#text-3 {
	/*padding:0 10px;*/
	}




#mainbanner {
	padding:15px 5%;
	}

#mainbanner img{
	width:100%;
	}
	


/*トップ／contrnt-top*/
dl, dt, dd, p, .cat-links{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	list-style-type:none;
}



.catname {
	float:left;
	font-size:15px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	padding-right:15px;
	}
	
	
div.allcate {
	font-size:12px;
	font-weight:lighter;
	color:#000;
	padding-top:15px;
	padding-right:5px;
	text-align:center;
	}

div.allcate a{
	color: #000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	background: transparent url(images/triangle.png) left 2px no-repeat;
	padding-left:10px;
	}

div.allcate a:hover,
div.allcate a:focus,
div.allcate a:active {
	color:#000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	background: #ffff88 url(images/triangle_over.png) left 2px no-repeat;
	padding-left:10px;
}


	
div.allcateleft {
	margin-top:20px;
	padding:10px 0 0px 20px;
	border-top:1px solid #231815;
	font-size:12px;
	font-weight:lighter;
	color:#000;
	padding-top:15px;
	padding-right:5px;
	text-align:left;
	}

div.allcateleft a{
	color: #000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	background: transparent url(images/triangle.png) left 2px no-repeat;
	padding-left:10px;
	}

div.allcateleft a:hover,
div.allcateleft a:focus,
div.allcateleft a:active {
	color:#000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	background: #ffff88 url(images/triangle_over.png) left 2px no-repeat;
	padding-left:10px;
}


div.allcatewidget {
	font-size:12px;
	font-weight:lighter;
	color:#000;
	width: 90%;
	margin: 0 5%;
	margin-top:20px;
	/*margin-left:20px;*/
	padding-top:30px;
	height:40px;
	text-align:left;
	background: transparent url(images/icon_calendar.png) left 22px no-repeat;
	border-top:1px solid #231815;
	background-size:35px 35px;
	
	}

div.allcatewidget a{
	color: #000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	background: transparent url(images/triangle.png) left 2px no-repeat;
	margin-left:45px;
	padding-left:10px;
	}

div.allcatewidget a:hover,
div.allcatewidget a:focus,
div.allcatewidget a:active {
	color:#000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	background: #ffff88 url(images/triangle_over.png) left 2px no-repeat;
	margin-left:45px;
	padding-left:10px;
}


/*雑誌掲載*/
.magazinewrap {
	}
	
.topmagazine {
	width:100%;
	/*padding-right:30px;*/
	padding-bottom:30px;
	margin-right:30px;
	/*padding-left:9px;*/
	}


.magadatetitle {
	width:70%;
	float:left;
	/*padding-right:10px;
*/	text-align:left;
	}



.magadatetitle a
	{
	font-size:11px;
	font-weight:bold;
	color:#000;
	}

.magadatetitle a:hover,
.magadatetitle a:focus,
.magadatetitle a:active{
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
	background-color:#ffff88;
}

.maga_eyecatch {
	width:25%;
	float:left;
	padding-right:5%;
	}

.maga_eyecatch a:hover img,
.maga_eyecatch a:focus img,
.maga_eyecatch a:active img{
   /*
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
      -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}
	


	
.magadate {
	color:#9a9999;
	font-size:12px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:7px;
	}

.magatitle {
	padding-bottom:10px;
	}
	
	

.magacontent {
	font-size:11px;
	font-weight:lighter;
	color:#030000;
	line-height:1.8em;
	}


.recommended,
.webshoptitle {
	padding-bottom:10px;
	font-size:14px;
	font-weight: normal;
	}

.webshoptitle {
	padding-left:5%;
	}
	
/*一覧*/
.cate_list{
	width:100%;
  margin: 0;
  padding:0;
  zoom: 1;
	}

.site-singlecontent .arcwrap {
	width:90%;
	padding:15px 5%;
	}

.cate_list .arcwrap {
	width:90%;
	padding:15px 5%;
	margin-top: -2px; /* マイナスプロパティ *//*スマフォ対策で-2*/
	border-bottom:1px solid #000000;
	} 



/*event一覧*/
.cate_list .arceventwrap {
	width:90%;
	padding:15px 5%;
	margin-top: -2px; /* マイナスプロパティ *//*スマフォ対策で-2*/
	border-bottom:1px solid #000000;
	}

/*diary一覧*/
.cate_list .arcdiarywrap {
	width:90%;
	padding:15px 5%;
	margin-top: -2px; /* マイナスプロパティ *//*スマフォ対策で-2*/
	border-bottom:1px solid #000000;
	}



	
/*雑誌掲載一覧*/
.arcpublistwrap {
	width:90%;
	padding:0 5% 0 5%;
	border-bottom:1px solid #000000;
	}

.arcpublistwrap li{
	width:21%;
	height:100%;
	padding-left:2%;
	padding-right:2%;
	margin-bottom:15px;
	float:left;
	}

.arcpublistwrap li img{
	width:100%;
	height:100%;
	}
	

.arcpublistwrap li a{
	/*width:105px;*/
	height:100%; /*高さ指定しないと画像が小さい場合floatずれる*/
	}

.arcpublistwrap li a:hover img,
.arcpublistwrap li a:focus img,
.arcpublistwrap li a:active img{
   /*filter:alpha(opacity=65);
   -moz-opacity:0.65;
   -khtml-opacity:0.65;
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}


.infodatetitle {
	}

.newsdatetitle {
	width:401px;
	float: left;
	}



.newsdatetitle a,
.infodatetitle a,
.diarydatetitle a{
	font-size:14px;
	font-weight:bold;
	color:#000;
	}

.newsdatetitle a:hover,
.newsdatetitle a:focus,
.newsdatetitle a:active,
.infodatetitle a:hover,
.infodatetitle a:focus,
.infodatetitle a:active,
.diarydatetitle a:hover,
.diarydatetitle a:focus,
.diarydatetitle a:active  {
	color:#000;
	font-weight:bold;
	text-decoration: none;
	background-color:#ffff88;
}

.eyecatch {
	width:35%;
	float:left;
	}

.eyecatch a:hover img,
.eyecatch a:focus img,
.eyecatch a:active img{
   /*filter:alpha(opacity=65);
   -moz-opacity:0.65;
   -khtml-opacity:0.65;
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}



/*category*/

/*page　固定ページ*/
/*カレンダー*/
.entry-calendartitle {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_calendar_mobile.png) top center no-repeat;
	margin:30px 0;
	background-size:contain;
	/*padding-bottom:15px;*/
	}

#calendar,
#contact {
	width:90%;
	padding:0 5%;
	}

/*single*/

.site-singlecontent {
	/*margin-top:30px;*/
	}

.site-singlecontent .entry-title{
	width:90%;
	padding:0 5% 25px 5%;
	font-size: 16px;
	font-weight:bold;/*一番細い*/
	letter-spacing:0.1em;
	margin: 0;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	}
	

.site-singlecontent .entry-content {
	width:90%;
	padding:0 5%;
	font-size:12px;
	line-height:2em;
	/*padding:0 30px 30px 30px;*/
	}

.entry-content {
	font-size:12px;
	line-height:2em;
	/*padding:0 30px 30px 30px;*/
	}

.entry-content p{
	padding:0 0 10px 0;
	font-size:11px;
	line-height:2em;
	}

.entry-content img{
	padding:15px 0;
	}
	
.site-singlecontent .entry-metawrap {
	width:90%;
	padding:0 5%;
	padding-bottom:20px;
	margin:0;
	}

.entry-metawrap {
	width:609px;
	padding:0;
	/*padding-left:9px;*/
	margin:0;
	}

.entry-metawrap .entry-meta {
	float:left;
	font-size:11px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	/*margin-right:15px;*/
	}






.cat-links{
	float:left;
	font-size:11px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	/*background: transparent url(images/shikiri.png) left 3px no-repeat;*/
	/*padding-left:10px;*/
	}

.cat-links a{
	color:#030000;
	}

.cat-links a:hover,
.cat-links a:focus,
.cat-links a:active {
	color:#000;
	text-decoration: none;
	background-color:#ffff88;

}


/*contact*/
.contactsubmit {
	margin-top:20px;
	margin-bottom:50px;
	}


  

/*page送り*/
.post-navigation {
	width:90%;
	margin-top:20px;
	padding:0 5%;
	border-top:1px solid #231815;
	}

	
.meta-nav-pre {
	float:left;
	color: #000;
	font-size: 11px;
	font-weight: lighter;
	line-height: 2;
	text-transform: uppercase;
}

.meta-nav-next {
	float:right;
	color: #6f8d9d;
	font-size: 11px;
	font-weight: lighter;
	line-height: 2;
	text-transform: uppercase;
	text-align:right;
	/*padding-right:60px;*/
}

.meta-nav-pre a,
.meta-nav-next a{
	color:#000;
	font-size: 11px;
	font-weight:lighter;
	text-decoration: none;
}

.meta-nav-pre a:hover,
.meta-nav-pre a:focus,
.meta-nav-pre a:active,
.meta-nav-next a:hover,
.meta-nav-next a:focus,
.meta-nav-next a:active {
	color:#000;
	font-size: 11px;
	font-weight:lighter;
	text-decoration: none;
	background-color:#ffff88;
}


.cbk {
	color:#030000;
	}



/*SHOPPING*/
#metaslider_container_47 {
	padding-right:30px;
	}

.caption {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	}

.slideshow_title {
	font-size:11px;
	}

.slideshow_title a{
	font-size:11px;
	}



/*published*/
/*status-publish {
	text-align:center;
	}*/


.entry-pub-title{
	width:100%;
	text-align:center;
	font-size: 14px;
	font-weight:bold;/*一番細い*/
	letter-spacing:0.1em;
	margin: 0;
	padding:0 0 10px 0;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	}

.entry-pub-title a:hover,
.entry-pub-title a:focus,
.entry-pub-title a:active {
	background-color:#ffff88;
	}

	
.site-singlecontent .entry-pub-content{
	text-align:center; 
	}

.entry-pub-content {
	font-size:12px;
	line-height:2em;
	padding:0 0 35px 0;
	text-align:center; 
	}

.entry-pub-content p{
	/*padding:0 0 10px 0;*/
	
	}
	
.entry-pub-metawrap {
	width:100%;
	padding:0;
	/*padding-left:9px;*/
	margin:0 auto; 
	
	}

.entry-pub-metawrap .entry-meta {
	width:55%;
	float:left;
	font-size:11px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	text-align:right;
	padding-bottom:15px;
	/*padding-left:42px;*/
	/*margin-right:15px;*/
	}

.entry-pub-metawrap .cat-links{
	float:left;
	width:45%;
	/*padding-left:10px;*/
	}

/*recommended*/
.entry-recommend-metawrap {
	width:377px;
	padding:0;
	text-align:left;
	}


.entry-recommend-metawrap .entry-meta {
	float:left;
	font-size:9px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	/*padding-bottom:15px;*/
	padding-left:0;
	}

.entry-recommend-metawrap .cat-links{
	float:left;
	font-size:9px;
	text-align:left;
	}

/*diary*/

.topdiarywrap {
	width:100%;
	max-width:639px;
	padding:5px 0;
	padding-right:30px;
	/*text-align:left;*/
	}




.arcdiarywrap {
/*	width:579px;
	padding:30px;
	border-bottom:1px solid #000000;*/
	}


.diarydatetitle {
	width:60%;
	padding-left:5%;
	float: left;
	}



.diarydatetitle a
{
	font-size:14px;
	color:#000;
	}

.diarydatetitle a:hover,
.diarydatetitle a:focus,
.diarydatetitle a:active {
	color:#000;
	text-decoration: none;
	background-color:#ffff88;

}

.diary_eyecatch {
	width:35%;
	float:left;
	/*padding-right:20px;*/
	text-align: center;
	}

.diary_eyecatch a:hover img,
.diary_eyecatch a:focus img,
.diary_eyecatch a:active img{
opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
	}


	
.diarydate {
	color:#000;
	font-size:12px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:7px;
	/*padding-top:10px;*/
	text-align:left;
	}

.diarydate a:hover,
.diarydate a:focus,
.diarydate a:active {
	color:#000;
	font-weight: lighter;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
background-color:#ffff88;
}


.entry-date,
.edit-link {
	font-size:11px;
	font-weight:lighter;
	color: #000;
	line-height:1.8em;
	/*padding-top:10px;*/
	}

.entry-date a,
.edit-link a{
	font-size:11px;
	font-weight:lighter;
	color: #000;
	line-height:1.8em;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
	}

.entry-date a:hover,
.entry-date a:focus,
.entry-date a:active {
	font-size:11px;
	font-weight: lighter;
	color:#000;
	line-height:1.8em;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す**/
background-color:#ffff88;
}

.entry-date a:hover,
.entry-date a:focus,
.entry-date a:active {
	font-size:11px;
	font-weight: lighter;
	color:#000;
	line-height:1.8em;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す**/
	background-color:#ffff88;

}


.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
	font-size:11px;
	font-weight: lighter;
	color:#000;
	line-height:1.8em;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す**/
	background-color:#ffff88;

}



.diarytitle {
	padding-bottom:5px;
	font-weight:bold;
	text-align:left;
	}
	

.diaryexcerpt {
	font-size:12px;
	font-weight:lighter;
	color:#030000;
	line-height:1.8em;
	}



/*固定*/
#main-fullcontent .entry-header {
	/*padding-top:15px;*/
	width:100%;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	}

/*kyoto*/
.entry-kyototitle {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_kyoto_mobile.png) top center no-repeat;
	text-indent:-9999px;
	background-size:contain;
	margin:30px 0;
	}


/*aboutus*/
.entry-aboutustitle {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_about_mobile.png) top center no-repeat;
	text-indent:-9999px;
	background-size:contain;
	margin:30px 0;
	}

/*contact*/
.entry-contacttitle {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_contact_mobile.png) top center no-repeat;
	text-indent:-9999px;
	background-size:contain;
	margin:30px 0;
	}

#about {
	width:90%;
	padding:0 5%;
	}


/*twitter*/
/*.twitterwrap {
	border:2px solid #333333;
	margin:9px;
	margin-right:40px;
	margin-bottom:15px;
	}*/

.SandboxRoot.env-bp-550 .timeline-Tweet-text {
	  font-size: 10.5pt !important;
    line-height: 14pt!important;
}	

.textwidget {
	/*padding-left:30px;*/
	margin:0 auto;
	}



#text-3 {
		width:374px;
		margin-bottom:40px;
	}

#text-3 .textwidget {
	margin-top:15px;
	margin-left:30px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #000000 !important;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	}
	
#text-3 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_twitter.png) top left no-repeat;
	}

.twfollow {
	text-align:right;
	/*border-bottom:1px solid #000000;*/
	}

.twtext {
	float:left;
	font-size:18px;
	font-weight:bold;
	}

.twfollowbt {
	float:left;
	}
	
.twitter-timeline {
/*width:334px!important;
height:600px!important;*/
	margin-bottom:10px;
background: transparent  !important;
}
/*
#twitter-widget-1 {
	padding:10px;
	padding-bottom:0px;
	
	}
*/


/*link*/


.more a{
	color:#000;
	font-size:12px;
	font-weight: bold;
	}

.more a:hover,
.more a:focus,
.more a:active {
	color:#000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
background-color:#ffff88;
}

.bbpb30mb30 {
	border-bottom:1px solid #000000;
	padding-bottom:30px;
	/*margin-bottom:30px;*/
	/*margin-right:30px;*/
	}


/*singlerecomended*/
.entry-singlerecomend-content {
	width:100%;
	font-size:12px;
	line-height:2em;
/*	padding:0 30px 35px 30px;*/
	text-align:center; 
	}

/*Links*/
#text-4 {
	width:90%;
	padding:0 5%;
	margin:0 auto;
	margin-bottom:40px;
	}
	

	
#text-4 h1 {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_links_mobile.png) top left no-repeat;
	background-size:contain;
	}
	
.linkwrap {
	padding-top:25px;
	padding-bottom:10px;
	
	/*padding-left:9px;*/
	}

.linkwrap li {
	width:40%;
	float:left;
	padding-right:5%;
	padding-left:5%;
	padding-bottom:30px;
	}


.linkwrap li a:hover img,
.linkwrap li a:focus img,
.linkwrap li a:active img{
   /*
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
	}
	
	#text-4 .textwidget {
	padding-left:0;
	}
	

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	/*color: #000;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;*/
}


.widget_calendar thead th {
	width:26px;
	height:30px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
		border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.widget_calendar tbody td {
	text-align: center;
	font-size:13px;
}

.widget_calendar tbody .eo-past-date,
.widget_calendar tbody .eo-future-date,
.widget_calendar tbody .eo-past-date{
	padding:5px 0;
	}
	
	
.widget_calendar tbody td a{
/*	margin:3px 6px;
	padding:7px 0;*/
	text-align: center;
font-size: 13px;
	width:26px;
	height:26px;
	line-height: 26px;
	background-color: #f445a1;
	color: #000;
	display: block;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:0 auto;/*これ入れないとセンターにならない*/
}

.widget_calendar tbody td a:hover {
	color: #000;
	background-color: #ff62b5;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
}



.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

#eo-widget-next-month {
	text-align:right;
	}


	
/*aboutus*/
.wrap_contents_3 {
	width:100%;
	}

.wrap_contents {
	font-size:14px;
	}

.about_addresstext {
	padding-bottom:15px;
	line-height:1.7em;
	}

.wrap_contents_3 .right_contents {
	padding-top:15px;
	}

.wrap_contents_3 .right_contents_kyoto {
	padding-top:15px;
	}
	
.left_contents {
	padding-left:0;
	}

.left_contents_kyoto {
	padding-left:0;
	}

.right_contents {
	width:100%;
	}

.right_contents img{
	width:100%;
	}

.right_contents_kyoto img{
	width:100%;
	}


.wrap_contents_2 {
	width:100%;
	font-size:14px;
	padding-top:15px;
	}

.wrap_contents_2_kyoto {
	width:100%;
	font-size:14px;
	padding-top:30px;
	}
	
.wrap_contents_2 h3{
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding-bottom:30px;
	}
	


.wrap_contents_2 .left_contents {
	width:100%;
	/*padding-left:10px;*/
	padding:0 0 15px 0;
	line-height:1.7em;
	font-size:11px;
	}

.wrap_contents_2_kyoto .left_contents_kyoto {
	width:100%;
	/*padding-left:10px;*/
	padding:0 0 15px 0;
	line-height:1.7em;
	font-size:11px;
	}

.left_contents img,
.center_contents img{
	width:100%;
	}

.left_contents_kyoto img{
	width:100%;
	}



.wrap_contents_2 .center_contents {
	width:100%;
	/*padding-left:10px;*/
	line-height:2.5em;
	font-size:11px;
	}

.wrap_contents_2 .right_contents {
	width:100%;
	padding:15px 0;
	}

.wrap_contents_2_kyoto .right_contents_kyoto {
	width:100%;
	padding:15px 0;
	}

.pc_abouttext {
	display:none;
	}
	
.mobile_abouttext {
	line-height: 1.7em;
	}


.wrap_contents_3 h3{
		width:1024px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_about.png) top left no-repeat;
	margin-top:15px;
	padding-bottom:15px;
	}
	
.entry-content img {
	padding:0;
	}
	
	


/*モバイル*/
.site-header {
	display:none;
}

.site-header-mobile {
	display: block;
}

#main-content {
	width:100%;
	float:none;
	border-right: none;
	padding-bottom:0;/*縦ボーダー用*/
    margin-bottom:0;/*縦ボーダー用*/
}


#secondary {
	width:100%;
	float:none;
	font-weight:normal;
	padding-bottom:0;/*縦ボーダー用*/
  	margin-bottom:0;/*縦ボーダー用*/
}


	
	
/*トップページ*/
.catetitle {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:15px 0;
	margin-bottom:15px;
	}/*h1用にこのクラスを追加。ここでborder指定*/
	
	
h1.catnameinfo,
h1.catnamediary,
h1.catnameshopping,
h1.catnamepublished
h1.text-3
 {
	width:100%;
	text-indent:0;
	/*margin-bottom:10px;*/
	/*font-size:18px;
	padding:15px 0;*/
	}

h1.catnameinfo {
	width:100%;
	height:100%;
	background:url(images/hed_info_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
/*	padding-bottom:15px;*/
	}/*paddingをかけると縦幅が広がり、画像の指定が大きくなる*/
	
h1.catnamediary {
	width:100%;
	height:100%;
	background:url(images/hed_diary_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
/*	padding-bottom:15px;*/
	}/*paddingをかけると縦幅が広がり、画像の指定が大きくなる*/
	
h1.catnamepublished {
	width:100%;
	height:100%;
	background:url(images/hed_published_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
/*	padding-bottom:15px;*/
	}/*paddingをかけると縦幅が広がり、画像の指定が大きくなる*/


h1.catnameshopping {
	width:100%;
	height:100%;
	background:url(images/hed_shopping_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
/*	padding-bottom:15px;*/
	}/*paddingをかけると縦幅が広がり、画像の指定が大きくなる*/

h1.map {
	width:100%;
	height:100%;
	background:url(images/hed_map_mobile_2.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
}
	

h1.text-3 {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_twitter.png) top left no-repeat;
	background-size:contain;
	}
	
	
.topcatewrap {
	width:90%;
	padding:0 5%;
	padding-top:25px;
	padding-bottom:10px;
	/*padding-left:9px;*/
	}

#custom_html-3 {
	width:90%;
	padding:0 5%;
	padding-top:25px;
	padding-bottom:10px;
	/*padding-left:9px;*/
	}





/*インフォメーション*/
ul.infowrap {
	width:100%;
	max-width:639px;
	/*padding:5px 0;*/
	text-align:center;
	}
	

ul.infowrap li {
	padding:5px 0;
	}

ul.infowrap li dl dt{
	font-weight:bold;
	/*padding-left:10px;*/
	text-align:left;
	}
	
ul.infowrap li dd{
	float:none;
	font-size:12px;
	font-weight:lighter;
	/*padding-left:15px;*/
	text-align:left;
	}

ul.infowrap li dd a{
	font-size:12px;
	font-weight:lighter;
	color:#000;
	}

ul.infowrap li dd a:hover,
ul.infowrap li dd a:focus,
ul.infowrap li dd a:active {
	color:#000;
	font-weight:lighter;
	text-decoration: none;
	background-color:#ffff88;
}

.infodatetitle a:hover,
.infodatetitle a:focus,
.infodatetitle a:active  {
	color:#000;
	font-weight:bold;
	text-decoration: none;
	background-color:#ffff88;
}

/*イベント*/

.event-entry-meta {
	font-size:12px;
	line-height:2em;
	font-weight:normal;
	}

.event-entry-meta li{
	list-style:none;
	}
	
.eo-event-meta {
	padding-bottom:20px;
	font-size:12px;
	line-height:2em;
	}

.eo-event-meta a{
	text-decoration:none;
	}

ul #eo-upcoming-dates li{
	margin:0;
	}

#cate_diary{
	width:579px;
	padding:30px;
	border-bottom:1px solid #000000;
	}
	
/*イベントリスト*/
/*.widget EO_Event_List_Widget {
	padding:0;
	margin:0;
	}*/

	
#eo_event_list_widget-2 h1.widget-title,
#eo_event_list_widget-4 h1.widget-title {
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	}

#eo_event_list_widget-2 .catetitle,
#eo_event_list_widget-4 .catetitle {
	border:none;
	padding:0;
	margin-bottom:0;
	}


.eo-events {
	padding:10px 0;
	}
	
#eo_event_list_widget-2 {
	/*padding-left:30px;*/
	width:90%;
	padding:0 5%;
	padding-top:25px;
	padding-bottom:10px;
	}
	
#eo_event_list_widget-4 {
	/*padding-left:30px;*/
	width:90%;
	padding:0 5%;
	/*padding-top:25px;*/
	padding-bottom:10px;
	}

.eo-events li {
	padding-left:15px;
	padding-bottom:15px;
	background: transparent url(images/icon_002.gif) left 5px no-repeat;
	}

.eo-events li a{
	color:#000;
	}

.eo-events li a:hover,
.eo-events li a:focus,
.eo-events li a:active {
	color:#000;
background-color:#ffff88;
	}

	
	
	
/*カレンダー*/
.widget h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

#eo_calendar_widget-2 {
		width:90%;
		padding:0 5%;
		margin:0 auto;
		margin-bottom:40px;
		padding-top:25px;
	}
	
#eo_calendar_widget-2 h1 {
	width:100%;
	height:100%;
	background:url(images/hed_holiday_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
	}


#eo_calendar_widget-2_content tfoot tr td {
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #000;
	}

#eo_calendar_widget-2_content caption {
	font-weight:bold;
	margin:0;
	padding:10px 0 5px 0;
	text-align:center;
	font-size:16px;
	}

/*map*/


/*インスタ*/
#instagram-feed-widget-2 {
		width:90%;
		padding:0 5%;
		margin:0 auto;
		margin-bottom:40px;
		padding-top:25px;
	}
	
#instagram-feed-widget-2 h1 {
	width:100%;
	height:100%;
	background:url(images/hed_kichi_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
	}

	/*インスタ京都*/   
 #instagram-feed-widget-3 {
		width:90%;
		padding:0 5%;
		margin:0 auto;
		margin-bottom:40px;
		padding-top:25px;
	}


#instagram-feed-widget-3 h1 {
	width:100%;
	height:100%;
	background:url(images/hed_kyo_mobile.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
	}

/*twitter*/
#custom_html-2 {
		width:90%;
		padding:0 5%;
		margin:0 auto;
		margin-bottom:40px;
		padding-top:25px;
	}
	
#custom_html-2 h1 {
	width:100%;
	height:100%;
	background:url(images/hed_twitter_mobile2.png) top left no-repeat;
	text-indent:-9999px;
	background-size:contain;
	}

.twtimeline {
   width:80%;
    margin: 0 auto;
}



/*共通*/
.fs11 {
	font-size:11px;
	}

.fs10 {
	font-size:10px;
	}

.fs21 {
	font-size:21px;
    font-weight: bold;
	}

.pdt5 {
	padding-top:5px;
	}

.pdt15 {
	padding-top:15px;
	}

.pdb30 {
	padding-bottom:30px;
	}


.pdl5 {
	padding-left:5px;
	}

.pdl15 {
	padding-left:15px;
	}

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




.post-thumbnail {
	padding-left:0;
	}


a#scroll-to-top {  
    right: 5px;
	background-size: 70%; 
}

.fb-page {
	width:100%;
	}

.optext {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}

.kyotocontents {
        margin: 0 auto;
        text-align: center;
    }



@media screen and (min-width: 600px) {
 /* (B)タブレット以上向けスタイル */
 
#slideshowwidget-2 .slideshow_container {	
	width:354px;
	margin:0 auto;
	} 
 
}
	
	
@media screen and (min-width: 768px) {
   /* (C)スマート本以上　タブレット*/
   


.side {
	display:none;
	}

/*twitter*/
/*.twitterwrap {
	border:2px solid #333333;
	margin:9px;
	margin-right:40px;
	margin-bottom:15px;
	}*/
/*.textwidget {
	padding-left:30px;
	}*/

.SandboxRoot.env-bp-550 .timeline-Tweet-text {
	  font-size: 10.5pt !important;
    line-height: 14pt!important;
}	

#text-3 {
	display:block;
	}
	



#text-3 {
	width:90%;
	padding:0 5%;
	padding-top:25px;
	/*padding-bottom:10px;*/
	z-index:1;
	}

#text-3 .textwidget {
	width:60%;
	margin:0 auto;
	}
	
#text-3 h1 {
	width:384px;
	height:67px;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(images/hed_twitter.png) top left no-repeat;
	background-size: contain;
	}

.twfollow {
	width:100%;
	text-align: center;
	border-bottom:none;
	margin:0 auto;
	}

.twtext {
	float:left;
	font-size:18px;
	font-weight:bold;
	}

.twfollowbt {
	float:none;
	}

.twtimeline {
width:70%!important;
margin:0 auto;

}

.SandboxRoot.env-bp-min .timeline-Tweet-text {
font-size:12px!important;
}


#twitter-widget-1 {
width:100%!important;
/*height:600px!important;*/
margin:0 auto!important;
background: transparent  !important;
padding:0;
}



/*雑誌掲載*/

.magazinewrap {
	width:100%;
}

.magacontent {
	line-height:1.5em;
	}


.topmagazine {
	width:45%;
	/*padding-right:30px;*/
	padding-bottom:30px;
	margin-right:5%;
	/*padding-left:9px;*/
	float: left;
	}

.magadatetitle {
	width:65%;
	float:left;
	padding-right:5%;
	text-align:left;
	}

/*shopping*/
.shoppingwrap {
	width:90%;
	max-width:609px;
	padding:0 5%;
	margin:0 auto;
	padding-bottom:15px;
	}


/*イベント*/
#slideshowwidget-2 {
	width:90%;
	padding:0 5%;
	padding-top:25px;
	/*padding-bottom:10px;*/
	z-index:1;
	}
	
	

#custom_html-3 h1.widget-title {
	width:100%;
	height:100%;
	text-indent:-9999px;
	/*border-top:1px solid #333333;
	border-bottom:1px solid #333333;*/
	/*margin-bottom:10px;*/
	/*font-size:18px;
	padding:15px 0;*/
	background:url(images/hed_event_mobile.png) top left no-repeat;
	background-size:contain;
	}

#slideshowwidget-2 .slideshow_container {	
	width:354px;
	margin:0 auto;
	} 

/*カレンダー*/
#eo_calendar_widget-2_content {
		width:70%;
		margin:0 auto;
	}

    /*インスタ*/
#sb_instagram {
		width:70%;
		margin:0 auto;
	}

        /*twitter*/
.custom-html-widget {
		width:100%;
		margin:0 auto;
	}
   
/*LINK*/
#text-4 .textwidget {
	text-align:center;
	}

.linkwrap {
	padding-top:25px;
	padding-bottom:10px;
	
	/*padding-left:9px;*/
	}

.linkwrap li {
	width:40%;
	float:left;
	padding-right:5%;
	padding-left:5%;
	padding-bottom:30px;
	}


.linkwrap li a:hover img,
.linkwrap li a:focus img,
.linkwrap li a:active img{
   /*
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
	}
}


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


.side {
	display: block;
	}
	
#page {
	width:100%;
	padding:0;
	margin:0 auto;
	background-color: #f7f7f5;
	position: relative;/*高さが伸びるブラウザ最大*/
    min-height: 100%;/*高さが伸びるブラウザ最大*/
    height: auto !important;/*高さが伸びるブラウザ最大*/
    height: 100%;/*高さが伸びるブラウザ最大*/
	/*overflow:auto;*/
	background:#f7f7f5 url(images/bg.png) center top repeat-y;
	}


#text-3 {
		width:374px;
		margin-bottom:40px;
		padding:0;
	}

#text-3 .textwidget {
	width:326px;
	margin:0 auto;
	}

#text-3 .textwidget {
	margin-top:15px;
	margin-left:20px;
	/*margin-right:10px;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #000000 !important;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	}
	
#text-3 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_twitter.png) top left no-repeat;
	}



 a#scroll-to-top {  
    right: 30px;
	background-size: 100%; 
}

.panel  {
 	display:none;
	}


.site-main {
	max-width: 1024px;
	margin:0 auto;
	/*padding:0 2%;*/
	padding-bottom:20px;
	/*background-color:#00FF00;*/
}



.site-header {
	display:block;
	width:100%;
	max-width: 1024px;
	margin:0 auto;
	padding:0;
}

.header-main {
	width:1024px;
	margin:0 auto;
	min-height: 155px;
	padding:0;
	/*padding: 0 10px;*/
}


.site-navigation {
	width:1024px;
	margin:0 auto;
	}

h1.site-title {
	width:185px;
	font-size: 18px;
	text-indent:-9999px;
	float:left;
	padding-left:10px;
}

h1.site-title a {
	width:185px;
    background:url(images/logo.png) top left no-repeat;
	height: 150px;
	display:block;/*←バックグラウンドロゴにはこれ必要*/
	/*overflow:hidden;*//*見た目上見えrなくする。*/
	/*color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;*/
	/*margin:0 auto;*/
	background-size:contain;
	}




.header-main .address {
	width:275px;
	float:left;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	padding-left:10px;
	padding-top:20px;
	padding-right:0;
	padding-bottom:0;
	line-height:1.8em;
	border-top: none;
	border-bottom: none;
	}


.specialwrap {
	width:210px;
	height:130px;
	float:left;
	margin-top:20px;
	margin-left:62px;
	/*padding:0 10px;*/
	background: url(images/clip.png) center top no-repeat;
		background-size:60px 31px;
	}
	
.special {
	width:180px;
	height:100px;
	margin-top:13px;
	/*padding:0 10px;*/
	padding:0 15px 0 15px;
	border:1px solid #333333;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */

	}

.spcontent {
	/*font-family: 'NotoSansCJKjp-DemiLight';*/
		font-size:14px;
		font-weight:300;
	width:180px;
	height:70px;
	padding-top:23px;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	}

#mainbanner {
	display:block;
	width:610px;
	height:450px;
	padding-top:12px;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	}


.primary-navigation li {
		border: 0;
	}
	
#primary-navigation {
	width:1024px;
	width:100%;
	height:65px;
	/*background-color:#0099CC;*/
	background:transparent url(images/bg_menu.png) top left repeat-x;
	background-size:30px 65px;
	}

#primary-navigation:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}


#common-navigation {
	width:670px;
	height:60px;
	/*background-color:#00FF66;*/
	border-top:2px solid #231815;
	border-bottom:2px solid #231815;
	margin-bottom:15px;
	}


#common-navigation:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}

#main-content {
	width: 639px;
	width:62.5%;
	float:left;
	display:block;
	/*padding-right:30px;*/
	/*background-color: #66FF99;*/
	border-right:1px solid #000000;
	padding-bottom: 10000px;/*縦ボーダー用*/
  margin-bottom: -10000px;/*縦ボーダー用*/
  box-sizing: border-box;

	/*overflow:hidden;*//*下の余白消えた*/
}

#main-content:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}

#main-fullcontent {
	width: 1024px;
	height:100%;
	background:#FFFFFF url(images/bg.png) right top repeat-y;

	/*overflow:hidden;*//*下の余白消えた*/
}


#sns-navigation {
	width:235px;
	float:left;
	margin-top:70px;
	padding:0;
	}



	
#primary-navigation {
	padding-top:0;
}

#primary-navigation:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}

/* menu	*/
/*common menu	*/
.menu-common-menu-container {
	width:1024px;
	height:65px;
	font-size:13px;
	/*font-weight: lighter;*/
	margin:0 auto;
	/*padding-top:21px;
	padding-left:9px;*/
	}
	

#common-navigation {
	width:670px;
	height:60px;
	/*background-color:#00FF66;*/
	border-top:2px solid #231815;
	border-bottom:2px solid #231815;
	margin-bottom:15px;
	}


#common-navigation:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}
	
/*facebook*/
.fbmenu {
	width:35px;
	height:35px;
    float: left;
    text-align: center;
	display: inline;
	padding-left:42px;
	padding-bottom:20px;
}

.fbmenu a{
	width:35px;
	height:35px;
	display: block;
	background:none;
	color:#3b5998;
	text-transform:lowercase;
}

.fbmenu a img{
	width:35px;
	height:35px;
	display: block;
}

/*twitter*/

.SandboxRoot.env-bp-550 .timeline-Tweet-text {
	  font-size: 10.5pt !important;
    line-height: 14pt!important;
}	


.twmenu {
	width:35px;
	height:35px;
    float: left;
    text-align: center;
	display: inline;
	padding-left:42px;
	padding-bottom:20px;
}

.twmenu a{
	width:35px;
	height:35px;
	display: block;
	background:none;
	color:#3b5998;
	text-transform:lowercase;
}

.twmenu a img{
	width:35px;
	height:35px;
	display: block;
}

/*Instagram*/
.instamenu {
	width:35px;
	height:35px;
    float: left;
    text-align: center;
	display: inline;
	padding-left:42px;
	padding-bottom:20px;
}

.instamenu a{
	width:35px;
	height:35px;
	display: block;
	background:none;
	color:#3b5998;
	text-transform:lowercase;
}

.instamenu a img{
	width:35px;
	height:35px;
	display: block;
}


.fbmenu a:hover img,
.fbmenu a:focus img,
.fbmenu a:active img {
	color:#7c9fe8;
	font-weight:lighter;
	text-decoration: none;
	  opacity: 0.40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}



.twmenu a:hover img,
.twmenu a:focus img,
.twmenu a:active img {
	color:#9cd4ff;
	font-weight:lighter;
	text-decoration: none;
	    opacity: 0.40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.instamenu a:hover img,
.instamenu a:focus img,
.instamenu a:active img{
	color:#65a7dd;
	font-weight:lighter;
		text-decoration: none;
	 opacity: 0.40;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}

.fbmenu a img,
.twmenu a img,
.instamenu a img
{
	max-width: 100%;
}



#mainbanner {
	display:block;
	width:610px;
	height:450px;
	padding-top:12px;
	margin:0 auto;
	/*background-color:#00CC66;*/
	}

h1.site-title {
	float:left;
}


.address {
	float:left;
	}


.site-header-mobile {
	display: none;
}

/* menu	*/
/*common menu	*/
.menu-common-menu-container {
	width:1024px;
	height:65px;
	font-size:13px;
	/*font-weight: lighter;*/
	margin:0 auto;
	/*padding-top:21px;
	padding-left:9px;*/
	
	}
	
.nav-commonmenu {
	width:1020px;
		font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding:0;
	margin-left:4px;
	
}


ul.nav-commonmenu li {
	width:144px;
	color: #000;
	list-style:none;
	margin:0 30px 0 30px;0 17px 0 18px;
	margin-top:25px;
	/*padding-top:25px;*/

}
    
ul.nav-commonmenu li {
	/*width:110px;
	color: #000;
	list-style:none;
	margin:0 17px 0 18px;
	margin-top:25px;
	padding-top:25px;*/

}

ul.nav-commonmenu li a {
	/*padding-left:13px;*/
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
-webkit-transition-duration: 1s;
    transition-duration: 1s;
}

ul.nav-commonmenu a:hover,
ul.nav-commonmenu a:focus,
ul.nav-commonmenu a:active {
	color:#000;
	font-weight: normal;
	text-decoration: none;
	background: #ffff88;
}


ul.nav-commonmenu li.current-menu-item a {
	color:#000;
	font-weight: normal;
	background: #ffff88;
}/*訪問先*/

ul.nav-commonmenu li#homemenu.current-menu-item a {
	color:#000;
	font-weight: normal;
	background: none;
}/*訪問先*/

ul.nav-commonmenu li#homemenu.current-menu-item a:hover,
ul.nav-commonmenu li#homemenu.current-menu-item a:focus,
ul.nav-commonmenu li#homemenu.current-menu-item a:active {
	color:#000;
	font-weight: normal;
	background: #ffff88;
}/*訪問先*/

ul.nav-commonmenu li.current-post-ancestor a {
	color:#000;
	font-weight: normal;
	background: #ffff88;
}/*訪問先*/


/*top*/
.homemenu {
    float: left;
    text-align: center;
	display: inline; 
}
    
/*kyoto*/
.menu-item-5149{
    float: left;
    text-align: center;
	display: inline; 
    
}
.primary-navigation .menu-item-5149 a {
    background: #e5b165;
    }
    
/*info*/
.menu-item-761 {
    float: left;
    text-align: center;
	display: inline; 
}


/*diary*/
.menu-item-762 {
    float: left;
    text-align: center;
	display: inline; 
}

/*event*/
.menu-item-9 {
    float: left;
    text-align: center;
	display: inline; 
}

/*CALENDAR*/
.menu-item-1065 {
    float: left;
    text-align: center;
	display: inline; 
}

/*about us*/
.menu-item-778 {
    float: left;
    text-align: center;
	display: inline; 
}

/*access*/
.menu-item-1447 {
    float: left;
    text-align: center;
	display: inline; 
}

/*contact*/
.menu-item-1447 {
    float: left;
    text-align: center;
	display: inline; 
}

/*shopping*/
.menu-item-763 {
    float: left;
    text-align: center;
	display: inline; 
}



/*main menu	*/
.menu-main-menu-container {
	width:410px;
	height:60px;
	font-size:14px;
	font-weight: lighter;
	/*float:left;*/
	padding-top:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}


.nav-menu {
	width:410px;
	padding:0;
	margin:0;
}


ul.nav-menu li {
	list-style:none;
}

ul.nav-menu a {
	font-weight: lighter;
	text-decoration: none;
	list-style:none;
}




/*#main-content {
	width:60.402344%;
	float:left;
	border-right:1px solid #000000;
	padding-bottom: 10000px;
    margin-bottom: -10000px;
	
}*/

/*トップページ*/
ul.infowrap {
	width:639px;
	padding:0;
	padding-bottom:10px;
	/*padding-left:9px;*/
	text-align:center;
	}

ul.infowrap li {
padding-right:5px;
	}



ul.infowrap li dl dt{
	float:left;
	font-size:13px;
	font-weight:bold;
	/*padding-top:2px;*/
	padding-left:10px;
	/*font-family: 'NotoSansCJKjp-DemiLight';*/
	}
	
ul.infowrap li dd{
	float:left;
	font-size:12px;
	font-weight:lighter;
	padding-left:15px;
	/*font-family: 'NotoSansCJKjp-DemiLight';*/
	}

ul.infowrap li dd a{
	font-size:12px;
	font-weight:lighter;
	color:#000;
	}

ul.infowrap li dd a:hover,
ul.infowrap li dd a:focus,
ul.infowrap li dd a:active {
	color:#000;
	font-weight:lighter;
	text-decoration: none;
	background-color:#ffff88;
}

.infodatetitle a:hover,
.infodatetitle a:focus,
.infodatetitle a:active  {
	color:#000;
	font-weight:bold;
	text-decoration: none;
	background-color:#ffff88;
}





.topcatewrap {
	width:639px;
	padding-top:25px;
	padding-bottom:10px;
	padding-right:0;
	padding-left:0;
	}
    
#custom_html-3 {
	/*width:639px;*/
	padding-top:25px;
	padding-bottom:10px;
	padding-right:0;
	padding-left:0;
	}
    

    

.catname {
	float:left;
	font-size:15px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	padding-right:15px;
	}

.catetitle {
	border-top:none;
	border-bottom:none;
	padding:0;
	margin-bottom:0;
	}/*h1用にこのクラスを追加。ここでborder指定*/

.single-header {
	width:100%;
	margin-bottom:0;
	border-bottom:none;
	}
	
	
h1.catnameinfo,
h1.catnamediary,
h1.catnameshopping,
h1.catnamepublished,
h1.text-3
 {
	margin-bottom:0;
	padding:0;
	padding-bottom:10px;
	border:none;
	}

h1.catnameinfo {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_info.png) top left no-repeat;
		background-size:639px 67px;
	}

h1.catnamediary {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_diary.png) top left no-repeat;
	}

h1.catnameshopping {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_shopping.png) top left no-repeat;
	}
	
	
h1.catnamepublished {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_published.png) top left no-repeat;
	background-size:639px 67px;
	}

h1.text-3 {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_twitter.png) top left no-repeat;
	background-size:contain;
	}

    h1.map {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_map_2.png) top left no-repeat;
	background-size:contain;
	}
	

.topdiarywrap {
	width:599px;
	padding-top:0;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:30px;
	}

.diary_eyecatch {
	width:182px;
	float:left;
	padding-right:20px;
	}




/*雑誌掲載*/
.magazinewrap {
	/*width:629px;*/
    width:100%;
	padding-left:10px;
	}
	
.topmagazine {
	width:284px;
	height:160px;
	/*padding-right:30px;*/
	padding-bottom:30px;
	margin-right:30px;
	float: left;
	/*padding-left:9px;*/
	}


.magadatetitle {
	width:169px;
	float: left;
	padding-right:10px;
	text-align:left;
	}



.magadatetitle a
	{
	font-size:11px;
	font-weight:bold;
	color:#000;
	}

.magadatetitle a:hover,
.magadatetitle a:focus,
.magadatetitle a:active{
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
	background-color:#ffff88;
}

.maga_eyecatch {
	width:105px;
	float:left;
	padding:0;
	/*padding-right:20px;*/
	}

.maga_eyecatch a:hover img,
.maga_eyecatch a:focus img,
.maga_eyecatch a:active img{
   /*
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
      -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}
	


	
.magadate {
	color:#9a9999;
	font-size:12px;
	font-weight:lighter;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:7px;
	}

.magatitle {
	padding-bottom:10px;
	}
	
	

.magacontent {
	font-size:11px;
	font-weight:lighter;
	color:#030000;
	line-height:1.8em;
	}


	
/*一覧*/
.entry-title {
	padding:0 0 10px 30px;
	}
	
/*page　固定ページ*/
/*カレンダー*/
.entry-calendartitle {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_calendar.png) top left no-repeat;
	margin-top:30px;
	margin-bottom:0;
	padding-bottom:15px;
	}

/*single*/

.site-singlecontent .entry-title{
	font-size: 16px;
	font-weight:bold;/*一番細い*/
	letter-spacing:0.1em;
	margin: 0;
	padding:0 0 25px 30px;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	}

.site-singlecontent .entry-metawrap {
	width:609px;
	padding:0 25px 20px 0;
	margin:0;
	}



.entry-content {
	font-size:12px;
	line-height:2em;
	padding:0 30px 30px 30px;
	}

/*page送り*/
.post-navigation {
	width:609px;
	padding:10px 0 20px 30px;
	}


.meta-nav-next {
	padding-right:60px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */



.archive-header {
	width:100%;
	padding-left:0;
	border-bottom:none;
	margin-bottom:0;
	}
	


.archive-title {
	font-size: 16px;
	font-weight: 900;
	/*line-height: 1.5;*/
	margin: 0;
	text-indent:-9999px;
	background:url(images/hed_event.png) top left no-repeat;
}

.event-page-title {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_cateevent.png) top left no-repeat;
	margin-top:30px;
	margin-bottom:0;
	font-size:15px;
			/*padding-top:25px;
			padding-left:104px;*/
	/*padding-bottom:15px;*/
	}

.holiday-page-title {
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_cateholiday.png) top left no-repeat;
	margin-top:30px;
	/*padding-bottom:15px;*/
	}

.info_archive-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_cateinfo.png) top left no-repeat;
	    background-size: 639px 67px;
	margin-top:30px;
	margin-bottom:0;
	/*padding-bottom:15px;*/
	}

.diary_archive-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_catediary.png) top left no-repeat;
	margin-top:30px;
	margin-bottom:0;
	/*padding-bottom: 30px;*/
	}

.shopping_archive-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_cateshopping.png) top left no-repeat;
	margin-top:30px;
	margin-bottom:0;
/*	padding-bottom:15px;*/
	}
	
.published_archive-title{
	width:1024px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_catepublished.png) top left no-repeat;
	margin-top:30px;
	margin-bottom:0;
	background-size:100% 100%; 
/*	padding-bottom:15px;*/
	}

.info_single-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_cateinfo.png) top left no-repeat;
	    background-size: 639px 67px;
	margin-top:30px;
	padding-bottom:0;
	}

.diary_single-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_catediary.png) top left no-repeat;
	margin-top:30px;
	padding-bottom:0;
	}

.shopping_single-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_cateshopping.png) top left no-repeat;
	margin-top:30px;
	padding-bottom:15px;
	}



.published_single-title{
	width:639px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_catepublished.png) top left no-repeat;
	margin-top:30px;
	padding-bottom:0;
	background-size:auto;
	}
	

/*一覧*/
.site-singlecontent .arcwrap {
	width:639px;
	padding:0;
	}
	
.cate_list{
	width:639px;
	overflow: hidden; /* マイナスプロパティで指定された分を非表示に */
  margin: 0;
  padding: 0;
  zoom: 1;
	}


.cate_list .arcwrap {
	padding:30px 0 0 0;
	border-top:1px solid #000000;
	border-bottom: none;
	} 
	

/*event一覧*/
.cate_list .arceventwrap {
	width:639px;
	padding:30px 0 30px 0;
	margin-top: -2px; /* マイナスプロパティ *//*スマフォ対策で-2*/
	border-top:1px solid #000000;
	border-bottom: none;
	}

/*diary一覧*/
.cate_list .arcdiarywrap {
	width:579px;
	padding:30px 30px 30px 30px;
	margin-top: -2px; /* マイナスプロパティ *//*スマフォ対策で-2*/
	border-top:1px solid #000000;
	border-bottom: none;
	}
	

	
/*雑誌掲載一覧*/
.arcpublistwrap {
	width:960px;
	padding:32px;
	border-bottom:none;
	}

.arcpublistwrap li{
	width:105px;
	height:160px; /*高さ指定しないと画像が小さい場合floatずれる*/
	padding-left:0;
	padding-right:15px;
	padding-bottom:15px;
	margin-bottom:0;
	float:left;
	}

.arcpublistwrap li img{
	width:100%;
	height:100%;
	}

.arcpublistwrap li a{
	width:105px;
	height:160px; /*高さ指定しないと画像が小さい場合floatずれる*/
	}

.arcpublistwrap li a:hover img,
.arcpublistwrap li a:focus img,
.arcpublistwrap li a:active img{
   /*filter:alpha(opacity=65);
   -moz-opacity:0.65;
   -khtml-opacity:0.65;
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}

.eyecatch {
	width:182px;
	float:left;
	padding-right:20px;
	}

.eyecatch a:hover img,
.eyecatch a:focus img,
.eyecatch a:active img{
   /*filter:alpha(opacity=65);
   -moz-opacity:0.65;
   -khtml-opacity:0.65;
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
	}


/*diary*/
.diarydate {
	text-align:left;
	padding-top: 0;
	}
	
.diarytitle {
	text-align:left;
	}
	
.diarydatetitle {
	width:377px;
	float: left;
	text-align:left;
	padding:0;
	}

/*about*/
#about {
	width:100%;
	padding:0;
	}
	
.wrap_contents_3 {
	width:100%;
	padding:0;
	}

.wrap_contents_3 .right_contents_kyoto {
	padding-top:0;
	}
	
.about_addresstext {
	padding-bottom:0;
	line-height:2em;
	}

.left_contents {
	float:left;
	padding-top:0;
	padding-left:15px;
	}

    .left_contents_kyoto {
    /*width:450px;*/
    width:497px;
	float:left;
	padding-top:0;
	padding-left:47px;
    padding-right:0;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}

    .left_contents_kyoto img{
	width:450px;
	}

.right_contents {
	font-size:14px;
	width:350px;
	padding-left:55px;
	float:left;
	line-height:2.5em;
	}

    .right_contents_kyoto {
    /*width:450px;*/
	font-size:14px;
	width:527px;
	padding-left:50px;
    padding-right:27px;
	float:left;
	line-height:2.5em;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}

	

.wrap_contents_2 {
	width:100%;
	padding:0;
	padding-top:15px;
	}

    .wrap_contents_2_koyto {
	width:100%;
	padding:0;
	padding-top:30px;
	}

	
.wrap_contents_2 h3{
	width:1024px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_about.png) top left no-repeat;
	margin-top:15px;
	padding-bottom:0;
	}

.wrap_incontents {
    width:618px;
	padding:0;
	float:left;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}

.wrap_incontents .left_contents {
	width:284px;
	float:left;
	line-height:1.7em;
	font-size:11px;
	padding-left:10px;
	padding-top:0;
	padding-bottom:0;
	}

    .wrap_incontents .left_contents_kyoto {
	width:450px;
	float:left;
	line-height:1.7em;
	font-size:11px;
	padding-left:10px;
	padding-top:0;
	padding-bottom:0;
	}
	

.wrap_incontents .center_contents {
	width:294px;
	padding-left:40px;
	float:left;
	line-height:2.5em;
	}
	

.wrap_contents_2 .left_contents {
	width:294px;
	float:left;
	line-height:1.7em;
	font-size:11px;
	padding-left:10px;
	padding-top:0;
	padding-bottom:0;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}

.wrap_contents_2_kyoto .left_contents_kyoto {
    /*width:450px;*/
	width:497px;
	float:left;
	line-height:1.7em;
	font-size:11px;
	padding-left:47px;
	padding-top:0;
	padding-bottom:0;
     -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
	

.wrap_contents_2 .center_contents {
	width:324px;
	padding-left:40px;
	float:left;
	line-height:2.5em;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}
	
    
.wrap_contents_2 .right_contents {
	width:406px;
	float:left;
	line-height:2.5em;
	/*padding-right:10px;*/
	padding-left:45px;
	padding-top:0;
	padding-bottom:0;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}

    
.wrap_contents_2_kyoto .right_contents_kyoto {
	width:527px;
    /*width:450px;*/
    height: 600px;
	float:left;
	line-height:2.5em;
	padding-right:27px;
	padding-left:50px;
	padding-top:0;
	padding-bottom:0;
     -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}



.pc_abouttext {
	display:block;
	}

.mobile_abouttext {
	display:none;
	}

.entry-meta {
	padding-left:30px;
}

/*singlerecomended*/
.entry-singlerecomend-content {
	width:549px;
	font-size:12px;
	line-height:2em;
	padding:0 30px 35px 30px;
	text-align:center; 
	}

/*イベント*/
.event-entry-meta {
	padding-left:30px;
	}

/*固定*/

#main-fullcontent .entry-header {
	/*padding-top:15px;*/
	width:100%;
	border-bottom:none;
	margin-bottom:0;
	}

    /*kyoto*/
.entry-kyototitle {
	width:1024;
	height:67px;
	background:url(images/hed_kyoto.png) top left no-repeat;
	margin-bottom:0;
	padding-bottom:15px;
	}
	

    
/*aboutus*/
.entry-aboutustitle {
	width:1024;
	height:67px;
	background:url(images/hed_aboutus.png) top left no-repeat;
	margin-bottom:0;
	padding-bottom:15px;
	}

/*contact*/
.entry-contacttitle {
	width:639px;
	height:67px;
	background:url(images/hed_contact.png) top left no-repeat;
	margin-bottom:0;
	padding-bottom:15px;
	}


/*published*/

.entry-pub-title{
	width:639px;
	}

.entry-pub-title a:hover,
.entry-pub-title a:focus,
.entry-pub-title a:active {
	width:609px;
	}

	

.entry-pub-content {
	width:609px;
	}

	
.entry-pub-metawrap {
	width:609px;
	}

.entry-pub-metawrap .entry-meta {
	width:275px;
	}

.entry-pub-metawrap .cat-links{
	width:304px;
	float:left;
	}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	/*padding-top: 48px;*/
}


#secondary {
		width:384px;
	width:37.5%;
	float:left;
	display:block;
	font-weight:normal;
	padding-bottom: 10000px;/*縦ボーダー用*/
  margin-bottom: -10000px;/*縦ボーダー用*/
  box-sizing: border-box;
}



/*イベントリスト*/
/*.widget EO_Event_List_Widget {
	padding:0;
	margin:0;
	}*/
	
#eo_event_list_widget-2 h1.widget-title,
#eo_event_list_widget-4 h1.widget-title {
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #666666;
	padding-bottom:5px;
	}
	
.eo-events {
	padding:10px;
	}
	
#eo_event_list_widget-2 {
	padding-left:30px;
	margin-bottom:15px;
	}
	
#eo_event_list_widget-4 {
	padding-left:30px;
	margin-bottom:15px;
	}

.eo-events li {
	padding-left:15px;
	padding-bottom:15px;
	background: transparent url(images/icon_002.gif) left 5px no-repeat;
	}

.eo-events li a{
	color:#000;
	}

.eo-events li a:hover,
.eo-events li a:focus,
.eo-events li a:active {
	color:#000;
background-color:#ffff88;
	}

footer-sidebar .widget, .primary-sidebar .widget {
font-size: 11px;
line-height: 1.5;
}




	/*カレンダー*/
#eo_fullcalendar_1 {
/*	background-color: transparent!important;
	background-color: none;
	border:none;*/
	}
	
/*カレンダーwidget_calendar*/
/*.widget_calendar {
	width:354px;
	padding-left:30px;
	}*/


#eo_calendar_widget-2 {
		width:384px;
		margin-bottom:40px;
		padding:0;
	}
	
#eo_calendar_widget-2 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_holiday.png) top left no-repeat;
	padding:0;
	background-size:384px 67px;
	}
	
#eo_calendar_widget-2_content {
		width:354px;
	}
    
#eo_calendar_widget-2_content .year{
	width:354px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	}

	
/*#eo_calendar_widget-2_content tbody {
	margin:5px 0;
	}*/

	
#eo_calendar_widget-2_content #eo-widget-prev-month {
	
	}

#eo_calendar_widget-2_content td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	/*padding:10px 7px 0 7px;*/
}

    
	/*インスタ*/
#instagram-feed-widget-2 {
		width:384px;
		margin-bottom:40px;
		padding:0;
	}
	
#instagram-feed-widget-2 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_insta_kichi.png) top left no-repeat;
	padding:0;
	background-size:384px 67px;
	}

#sb_instagram {
		width:354px;
    margin:0 auto;
	}
/*-------------*/	
    
 	/*インスタ京都*/   
    
    #instagram-feed-widget-3 {
		width:384px;
		margin-bottom:40px;
		padding:0;
	}
    
    #instagram-feed-widget-3 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_insta_kyo.png) top left no-repeat;
	padding:0;
	background-size:384px 67px;
	}
    
	/*twitter*/
#custom_html-2 {
		width:384px;
		margin-bottom:40px;
		padding:0;
	}
    
    
	
#custom_html-2 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_twitter.png) top left no-repeat;
	padding:0;
	background-size:384px 67px;
	}

.custom-html-widget {
	width:354px;
    margin:0 auto;
	}
/*-------------*/	


    
    
div.allcatewidget {
	font-size:12px;
	font-weight:lighter;
	color:#000;
	margin-left:30px;
	background: transparent url(images/icon_calendar_pc.png) left 22px no-repeat;
	background-size: auto;
	}

/*定休日*/
#eo-upcoming-dates-less,
#eo-upcoming-dates-more {
	color: #000;
	}

.eo-event-meta a:hover {
	color: #000;
	background-color:#ffff88;
	}


/*スライドショーEVENT*/
.SlideshowWidget {
	width:384px;

	}

#slideshowwidget-2 {
	width:384px;
	/*padding:0;*/
	margin-bottom:40px;
	}
	
#custom_html-3 h1.widget-title {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_event.png) top left no-repeat;
	border:none;
	padding:0;
	margin-bottom:0;
	}

#slideshowwidget-2 .slideshow_container {	
	width:354px;
	/*padding-left:30px;*/
	margin:0 auto;
	} 
.eventslideshow_mobile {
	display:none;
	}

#text-3 {
	display:block;
		width:374px;
		margin-bottom:40px;
	}

/*Links*/
#text-4 {
	width:384px;
	padding:0;
	}
	
#text-4 h1 {
	width:384px;
	height:67px;
	text-indent:-9999px;
	background:url(images/hed_links.png) top left no-repeat;
	border:none;
	}
	
.linkwrap {
	width:384px;
	padding:0;
	}

.linkwrap li {
	width:162px;
	float:left;
	padding-right:0;
	padding-left:20px;
	padding-bottom:30px;
	}


#text-4 .textwidget {
	padding-left:0;
	}


.linkwrap li a:hover img,
.linkwrap li a:focus img,
.linkwrap li a:active img{
   /*
    opacity:0.65;*//*文字も透過してしまう*/
	  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
	}
	

	
 
 
 .bbpb30mb30 {
	border-bottom:1px solid #000000;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-right:0;
	}
  
 
/*footer menu*/

ul.nav-footermenu {
	width:969px;
	/*font-family:Helvetica, Arial, sans-serif;*/
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*//*フォントでずれるためこちらに*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: lighter;
	font-size:12px;
	padding:0;
	margin-left:0;
	margin-top:10px;
	margin-right:0;
	margin-bottom:0;
}



ul.nav-footermenu li {
	width:auto;
	color: #000;
	list-style:none;
	/*background: transparent url(images/shikiri.png) right 5px no-repeat;*/
	padding:0 5px;
	border-top:none;
	border-bottom:none;
	float:none;
	border-right:1px solid #000000;
}

ul.nav-footermenu li:nth-child(odd) {
	border-right:1px solid #000000;
	padding-right:5px;
	    --webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			}

ul.nav-footermenu li a {
	color: #000;
	font-weight: lighter;
	text-decoration: none;
	list-style:none;
	overflow:hidden;/*firefox点線消す*/
　　outline:none;/*firefox点線消す*/
}





ul.nav-footermenu a:hover,
ul.nav-footermenu a:focus,
ul.nav-footermenu a:active {
	color:#000;
	font-weight:lighter;
	text-decoration: none;
	background: #ffff88;
}


ul.nav-footermenu li.current-menu-item a {
	color:#000;
	font-weight:lighter;
	background: #ffff88;
}/*訪問先*/


ul.nav-footermenu li.current-post-ancestor a {
	color:#000;
	font-weight:lighter;
	background: #ffff88;
}/*訪問先*/


#supplementary {
	/*margin:0 60px;*/
	width:1004px;
	margin:0 auto;
	padding:0 10px;
	border-top:2px solid #231815;
	}
.twfollow
#footer-navigation {
	text-align:left;
	}

.menu-footer-menu-container {
	text-align:left;
	padding-left:5px;
	}

.site-info {
	width:1004px;
	margin:0 auto;
	padding: 10px 10px 30px 10px;
	font-size: 100%;
	text-align:left;
}


/*home*/
.menu-item-1543 {
    float: left;
    text-align: center;
	display: inline; 
}

/*info*/
.menu-item-434 {
    float: left;
    text-align: center;
	display: inline; 
}

/*diary*/
.menu-item-435{
    float: left;
    text-align: center;
	display: inline; 
}


/*CALENDAR*/
.menu-item-523 {
    float: left;
    text-align: center;
	display: inline; 
}

/*EVENT*/
.f_eventmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*HOLIDAY* single*/
.menu-item-22 {
    float: left;
    text-align: center;
	display: inline; 
}

/*店頭商品紹介*/
.f_sproduct {
    float: left;
    text-align: center;
	display: inline; 
}

/*PUBLISHED*/
.f_publishedmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*ABOUT US*/
.f_aboutmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*CONTACT*/
.f_contactmenu {
    float: left;
    text-align: center;
	display: inline; 
}

/*SHOPPING*/
.f_shoppingmenu {
    float: left;
    text-align: center;
	display: inline; 
}
    
/*京都*/
.f_kyotomenu {
    float: left;
    text-align: center;
	display: inline; 
}




.fwb {
	font-weight:bold;
	padding-top:0;
	font-size:12px;
	}





/*ページ送り*/
.paging-navigation {
border-top: 1px solid #030000;
margin: 48px 0;
}
	
.paging-navigation .loop-pagination {
text-align: right;
	padding-right:60px;
}

.nav-links {
	padding:0;
	}


/*リンク*/
div.allcateleft {
	padding:10px 0 0px 30px;
	}

.site-footer {
	width:1024px;
	margin:0 auto;

}


@media screen and (min-width: 1281px) {
   /* (D)広いPC向けスタイル */
  


.site-header {
	display:block;
	width:100%;
	max-width: 1024px;
	margin:0 auto;
	/*padding:0 60px;*/
}

.site-header-mobile {
	display: none;
}



#secondary {
		width:384px;
	width:37.5%;
	float:left;
	display:block;
	font-weight:normal;
	padding-bottom: 10000px;/*縦ボーダー用*/
  margin-bottom: -10000px;/*縦ボーダー用*/
  box-sizing: border-box;
}








      
}









/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


