@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/

.zdo_drawer_menu_text img {
	max-width: 37px;
	height: auto;
}

body {
	-webkit-text-size-adjust: 100%;
	position: relative;
	background: #fafafa;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.widget-title,#primary-sidebar,.entry-title,.entry-content,.category-ul li,ul.pankuzu,.nav-links,.entry-meta {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	font-size: 14px;
	border-bottom: dotted 1px #ccc;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.loader {
    display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
	width: 100vw;
	height: 100vh;
	margin: -50px auto 0;
}

.loader,
.loader:before,
.loader:after {
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #231815;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#wrap{
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
    width: 100%;
    height: 100%;
	z-index: 9999999;
}
.wrapper {
	position: relative;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

a:focus, *:focus { outline:none; }

/* IE8+, Chrome */
input, button {
  outline: 0;
}

/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

.pc_off {display: none !important;}
br.pc_off {display: none;}
.smt_off {display: inherit;}
br.smt_off {display: inherit;}
.pc_off450 {display: none !important;}
.smt_off450 {display: inherit;}
	
@media screen and (min-width: 450px){
.pc_off450 {display: none !important;}
.smt_off450 {display: inherit;}
}

#wrap {
    width: 100%;
    height: 100%;
}
img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {transition: all 0.3s;}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.contents {
	max-width: 1000px;
	margin: auto;
}
#page_top {
    width: 50px;
    height: 31px;
    position: fixed;
    right: 10px;
    bottom: 45px;
	z-index: 9999;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header_top {
	z-index: 9999;
	overflow: hidden;
	width: 100%;
	height: 135px;
	position: relative;
	background: url("../images/bg_icon.png") no-repeat top 0 right 20%/86px auto,#fff;
}

/* Opening
-----------------------------------------*/
.Opening {
position:relative;
background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
	max-height: 332px;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}
/*
@keyframes bgAnime {
	0% { transform: scale(1.02, 1.02); }
	50% { transform: scale(1.01, 1.01); }
	100% { transform: scale(1.0, 1.0); }
}
@keyframes bgAnime2 {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opaciti: 1; }
}
*/
.mainImageWrap {
	overflow: hidden;
}
.mainImage {
	background: url("../images/head_bg.png") no-repeat 50% 50%/cover;
	min-height: 1450px;
	min-height: 90vw;
	position: relative;
	/*
	-webkit-backface-visibility: hidden;
    -webkit-animation: bgAnime 1s linear 0s;
    -moz-animation: bgAnime 1s linear 0s;
    -o-animation: bgAnime 1s linear 0s;
    -ms-animation: bgAnime 1s linear 0s;
    animation: bgAnime 1s linear 0s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden
	*/
}

.side_copyright {
	position: fixed;
	left: 20px;
	top: 27%;
	z-index: 999;
}
.side_copyright img {
	width: 20px;
}
.sns_area {
	position: fixed;
	right: 20px;
	top: 29%;
	z-index: 999;
}
.sns_area p{
	margin: 12px 0 7px;
}
.sns_area img {
	max-width: 32px;
}
.mainImage .mainImageInner {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
	-webkit-backface-visibility: hidden;
    -webkit-animation: bgAnime2 2s linear 0s;
    -moz-animation: bgAnime2 2s linear 0s;
    -o-animation: bgAnime2 2s linear 0s;
    -ms-animation: bgAnime2 2s linear 0s;
    animation: bgAnime2 2s linear 0s;
}
.mainImage .mainImageInner img {
	max-height: 340px;
	background: #fafafa;
	margin: auto;
}
.mainTxtArea_wrap {
	text-align: center;
	display: block;
	width: 400px;
	margin-top: 40px;
}
.mainTxtArea {
	text-align: justify;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
}
.mainTxtArea h3 {
	font-size: 23px;
	margin-left: 20px;
}
.mainTxtArea p {
	font-size: 14px;
	line-height: 1.9;
}

@media screen and (max-width: 1500px) {
.mainImage .mainImageInner {
	top: 40%;
}
}
@media screen and (max-width: 1400px) {
.mainImage .mainImageInner {
	top: 38%;
}
}
@media screen and (max-width: 1100px) {
.mainImage .mainImageInner {
	top: 43%;
}
}

@media screen and (min-width:1180px) and ( max-width:1920px) {
	/*　画面サイズ 1180pxから1920px　*/
.mainImage {
	background: url("../images/head_bg3.png") no-repeat 50% 50%/cover;
	min-height: 74vw;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-animation: bgAnime 1s linear 0s;
	-moz-animation: bgAnime 1s linear 0s;
	-o-animation: bgAnime 1s linear 0s;
	-ms-animation: bgAnime 1s linear 0s;
	animation: bgAnime 1s linear 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.mainImage .mainImageInner {
	top: 40%;
}
}

@media screen and (max-width: 1180px){
.mainImage {
	background: url("../images/head_bg.png") no-repeat 50% 50%/cover;
	min-height: 100vw;
}
}
@media screen and (max-width: 900px){
.mainImage {
	min-height: 115vw;
}
}
@media screen and (max-width: 780px){
.mainImage {
	min-height: 130vw;
}
}
@media screen and (max-width: 650px){
.mainImage {
	min-height: 145vw;
}
}
/* bxslider */
.bx-controls-direction {
	display: none;
}
.slide_wrap {
	overflow: hidden;
	padding-bottom: 50px;
	background: #fafafa;
}
.slide_wrap .bx-viewport {
	overflow: visible !important;
	width: 870px !important;
	margin: 0 auto;
}
.slide_wrap .bx-wrapper .bx-viewport {
	height: 460px !important;
}
.slide_wrap .bx-wrapper img {
	padding: 0 15px;
	background: #fafafa;
}
.slide_wrap .bx-wrapper .bx-pager {
	padding-right: 0;
}
.slide_wrap .bx-wrapper .bx-pager,.slide_wrap .bx-wrapper .bx-controls-auto {
    bottom: -147px;
}
.rotate {
    transform: rotate(-90deg) !important;
    display: inline-block;
}

.ttl_info {
	text-align: center;
	margin: 80px auto 20px;
}
.ttl_info img {
	max-width: 375px;
	height: auto;
}
ul.information {
	max-width: 640px;
	margin: 0 auto 100px;
}
ul.information li {
	position: relative;
	border-bottom: solid 1px #c9c9c9;
	padding: 15px 0 15px 40px;
	overflow: hidden;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.info_day {
	max-width: 180px;
	float: left;
	margin-right: 30px;
}
.info_cont {
	float: left;
}
ul.information li::before {
	content: "";
	display: block;
	width: 1px;
	height: 45px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(-90deg);
	background: #000;
	position: absolute;
	left: 0;
	top: 5px;
}
ul.information li::after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	left: 6px;
	top: 20px;
}

/* owl-carousel */

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
	margin-bottom: 50px;
}
.owl-nav{
	text-align: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	padding: 0 0 .3rem !important;
}
.owl-nav button{
	display: inline-block;
	border: 1px solid black !important;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.6rem !important;
	line-height: 1 !important;
	text-align: center;
	transition: all 0.2s;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	margin-bottom: 100px;
}
.owl-nav button.owl-next{
	border-left:none !important;
}
.owl-nav button span {
	display: inline-block;
}
.owl-nav button:hover{
	background: #eee;
}
.owl-nav button:hover span {
	transform: scale(1.2);
	display: inline-block;
}
.owl-dots{
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	text-align: left !important;
	border-left: solid 1px #1a0c07;
	padding: 40px 20px 20px 100px;
	position: relative;
}
.owl-carousel.owl-drag .owl-item::before {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(-90deg);
	background: #1a0c07;
	position: absolute;
	left: 0;
	top: 0px;
}
.owl-carousel.owl-drag .owl-item::after {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(-90deg);
	background: #1a0c07;
	position: absolute;
	left: 0;
	bottom: 1px;
}
.owl-carousel article {
	position: relative;
}
.owl-carousel h2 {
	text-align: left;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
	width: 56px;
	height: 100%;
	padding-right: 56px;
}
.owl-carousel p {
	text-align: justify;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	margin-left: 20px;
}
.owl-carousel div {
	margin: 0;
}
.online_bg {
	height: 398px;
	background: url("../images/line_online_shop.png") repeat-x 50% 50%/2px 398px;
}
.online_contents {
	width: 921px;
	height: 398px;
	background: url("../images/bg_online_shop.png") no-repeat 50% 50%/921px 398px,#fafafa;
	z-index: 99;
	margin: auto;
	padding: 90px 50px 20px;
}

.ttl_online_shop {
	text-align: center;
	margin: auto;
}
.ttl_online_shop img {
	max-width: 375px;
	height: auto;
}
.online_float {
	overflow: hidden;
	margin-top: 25px;
}
.online_float .online_left {
	max-width: 355px;
	float: left;
	margin-right: 15px;
}
.online_float .online_right {
	max-width: 420px;
	float: left;
	font-family: 'Noto Serif JP', serif;
	margin-top: 15px;
}
a.btn_online_shop {
	display: block;
}
a.btn_online_shop img {
	width: 296px;
	height: auto;
	margin-top: 15px;
}
.ttl_access {
	text-align: center;
	margin: 100px auto 30px;
}
.ttl_access img {
	max-width: 375px;
	height: auto;
}

.gmap {
	margin-bottom: 70px;
}
.footer_logo {
	text-align: center;
	margin: 0 auto 20px;
}
.footer_logo  img {
	max-width: 145px;
}
.footer_address {
	font-size: 13px;
	text-align: center;
	line-height: 1.7;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 40px;
}
.footer_copyright {
	font-size: 12px;
	text-align: center;
	margin-bottom: 120px;
}

@media screen and (max-width: 921px){
.online_contents {
	background: none;
	background: url("../images/bg_top_left.png") no-repeat left 0 top 0/ 30px 30px, url("../images/bg_top_right.png") no-repeat right 0 top 0/ 30px 30px, url("../images/bg_bottom_left.png") no-repeat left 0 bottom 0/ 30px 30px, url("../images/bg_bottom_right.png") no-repeat right 0 bottom 0/ 30px 30px, 
		
	url("../images/bg_right_vertical.png") repeat-y right 0 top 0/ 30px 30px, url("../images/bg_left_vertical.png") repeat-y left 0 top 0/ 30px 30px, url("../images/bg_top_horizontal.png") repeat-x top 0 left 0/ 30px 30px, url("../images/bg_bottom_horizontal.png") repeat-x bottom 0  left 0/ 30px 30px,#fafafa;
	padding: 55px 40px 75px;
	width: 90%;
	min-height: 74vw;
	margin: auto;
	text-align: center;
}
.online_bg {
	min-height: 560px;
}
.ttl_online_shop img {
	max-width: 100%;
	height: auto;
}
.online_float .online_left {
	max-width: 100%;
	float: none;
	margin-right: 0;
}
.online_float .online_right {
    max-width: 100%;
    float: none;
    text-align: left;
}
a.btn_online_shop {
	text-align: center;
}
.ttl_access {
	margin: 22vw auto 30px;
}
}

ul.pankuzu {
	width: 96%;
	font-size: 12px;
	margin: 10px auto 30px auto;
}
ul.pankuzu li {
	display: inline-block;
}
ul.pankuzu li::after {
	content: "\03e";
	padding: 0 3px 0 5px;
	position: relative;
	top: -1px;
}
ul.pankuzu li:last-child::after {
	content: "";
}

.ttl_information {
	text-align: center;
	margin: 0px auto;
	background: url("../images/ttl_bg.png") repeat-x 50% -14px/4px 60px;
}
.ttl_information img {
	background: #fafafa;
	max-width: 375px;
	height: auto;
	padding: 0 20px 20px;
}

.sub_logo img {
	max-width: 150px;
}
.sub_logo {
	text-align: center;
	margin: 10px auto;
}
/*---------------------------------------------------------------------

	 Wordpress blog

---------------------------------------------------------------------*/

.left {
	width: 200px;
	float: left;
	margin-top: 10px;
}

.right {
	width: 760px;
	float: right;
}

.left2 {
	width: 200px;
	float: left;
	margin-bottom: 70px;
}

p.date-color {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	text-align: right;
}

h3.pagename_news {
	position: absolute;
	left: 50%;
	margin-left: -143px;
}

.entry-contents-area {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
}

.entry-title a {
	text-decoration: none;
}

.entry-title {
	border-bottom: solid 2px #000;
	padding: 0px 0 6px;
	margin: 0px auto 5px;
	font-size: 20px;
}

p.datearea {
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
}

.widget-title {
    border-bottom: 2px solid #111;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
}

.category-ul li a {
	color: #333;
	text-decoration: none;
}

.category-ul li a:hover {
	color: #4da8ba;
}

.widget-area ul li {
	padding: 8px 0 6px 2px;
	border-bottom: 1px dotted #b5b5b5;
	margin: 3px 0;
	font-size: 14px;
}

.widget_recent_entries {
	margin-bottom: 30px;
}

.widget_categories {
	margin-bottom: 30px;
	margin-top: 30px;
}

.widget-area ul li a {
	text-decoration: none;
	display: inline;
	color: #333;
}

.widget-area ul li a:hover {
	color: #4da8ba;
}

.entry-content {
	margin: 0 0 30px 0;
}

.category-ul li {
	padding: 8px 0 6px 2px;
	border-bottom: 1px dotted #b5b5b5;
}

.comment-form-comment textarea {
	width: 100%;
}

.nav-links {
	-moz-hyphens: auto;
	border-top: 1px solid #666;
	word-wrap: break-word;
}

.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 740px;
}

.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid #666;
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

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

.comments-area {
	margin: 48px auto;
	max-width: 740px;
}

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

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

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

.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: #41a62a;
}

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

.comment-author {
	position: relative;
}

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

.bypostauthor > article .fn::before {
	content: "";
	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: "";
}

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

.comment-content {
	-moz-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: outside none none;
	margin-left: 15px;
}

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

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

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

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

.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: 50%;
}

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

.require {
	background: #ce1800;
	font-size: 11px;
	padding: 3px 5px;
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	position: relative;
	top: -1px;
	left: 3px;
}

.optional {
	background: #8f8f8f;
	font-size: 13px;
	padding: 2px 5px;
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
}

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

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

.comment-reply-title small a::before {
	content: "";
	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-bottom: 0;
	margin-top: 36px;
}

.archive-header {
	padding: 10px;
	font-size: 12px;
	background: #eeebbe;
}

.page-title {
	padding: 10px;
	font-size: 12px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

#contents-area {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

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

.secondary {
	margin-top: 13px;
}

.eventcalendar {
	margin: 0 0 80px 0;
}

.eventcalendar .entry-header {
	display: none;
}

.ai1ec-calendar-toolbar {
	border: none;
}

.entry-content b, .entry-content strong {
	font-weight: 700;
}

.entry-content h1, .entry-content h2 {
	font-size: 18px;
	font-weight: bold;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	clear: both;
	font-weight: 700;
	margin: 10px 0 0 0;
	background-color: #a65300;
	color: #fff;
	font-size: 110%;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 5px;
}
.entry-meta {
	margin-bottom: 120px;
}
.photo-comment {
	margin: 5px 0 0 0;
	padding: 0 5px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}

.works-thumb-photo {
	max-height: 183px;
	overflow: hidden;
	margin-bottom: 10px;
}

h1.screen-reader-text {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background: #f8f8f8;
	margin-bottom: 20px;
	display: block;
}

.pagination span {
	padding: 7px;
	border: solid 1px #ccc;
	background: #f8f8f8;
}

.pagination span.dots {
	border: none !important;
	background: none !important;
}

.pagination a {
	padding: 7px;
	border: solid 1px #ccc;
	background: #fff !important;
}

.pagination a:hover {
	text-decoration: none;
	background: #f8f8f8 !important;
}

.comment-form-comment textarea {
	width: 100%;
	padding: 10px;
}

p.form-submit {
	margin-top: 10px;
}

span.edit-link {
	display: inline-block;
	background: #666;
	padding: 2px 8px;
	margin-left: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

span.edit-link a {
	color: #fff;
	font-size: 12px;
}

.entry-content h4 {
	margin-bottom: 10px;
}

article.post {
	margin-bottom: 30px;
}

header.page-header {
	margin-top: 20px;
}

.st-post-tags {
	margin: 45px 0;
	padding: 40px 0;
	border-top: solid 1px #d5d5d6;
	border-bottom: solid 1px #d5d5d6;
}

p.keyword {
	display: inline-block;
	font-size: 15px;
	color: #666;
	margin-right: 5px;
}

.st-post-tags {
	color: #afafaf;
	font-size: 13px;
}

.st-post-tags a {
	color: #afafaf;
	font-size: 13px;
	padding-left: 5px;
}

.st-post-tags a:hover {
	color: #4da8ba;
}

.author-info {
	border: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	display: block;
	overflow: hidden;
	overflow-wrap: break-word;
	width: 100%;
	padding: 20px;
	position: relative;
}

.author-avatar {
	float: left;
	padding: 20px;
}

h3.author-title {
	font-size: 16px;
	font-weight: bold;
	left: 84px;
	line-height: 25px;
	position: absolute;
	top: 25px;
}

p.author-bio {
	font-size: 14px;
	line-height: 21px;
	margin-top: 20px;
}

h2.author-heading {
	background: #f8f8f8;
	padding: 5px 10px;
}

.author-description {
	margin-top: 15px;
}

a.author-link {
	color: #33bad2;
	padding-left: 10px;
}

a.author-link:hover {
	text-decoration: underline;
}

span.years {
	font-size: 17px;
	font-family: 'Spinnaker', sans-serif;
	color: #518c97;
	text-align: center;
	margin: 10px auto;
}

.wp-pagenavi {
	text-align: center;
	margin: 50px auto !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 10px 15px !important;
    margin: 3px;
}

.wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 0 3px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi span.current {
    font-weight: normal !important;
	background: #000 !important;
	color: #fff !important;
}

.wp-pagenavi a:hover {
	background: #000 !important;
	color: #fff !important;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

#comments {
	display: none;
}

.cate-title {
	text-align: center;
	margin: 0 auto 40px;
	background: #eee;
	padding: 8px;
}

ul.gallery {
	max-width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
}
ul.gallery li {
	width: 14.5%;
	margin: 0 1% 2%;
	float: left;
}
ul.lang-ul{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 90px;
}
ul.lang-ul li{
	float: left;
}
ul.lang-ul li a{
	float: left;
	display: block;
	text-align: center;
	padding: 10px;
	background: #eee;
	color: #222;
	font-size: 12px;
	width: 40px;
}
ul.lang-ul li.lang-en{
	float: left;
	background: #111;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 12px;
	width: 40px;
}
