@charset "utf-8";

/*
Theme Name: lbd (via Minimalcafe)
Theme URI: http://minimalwp.com/category/gallery/
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルなWordPressテーマです。
Version: 20250602
Tested up to: 6.8
Requires PHP: 7.4
Author: Minimal WP
Author URI: http://minimalwp.com
License:
License URI:
Tags: custom-menu
Text Domain: folclore
*/

/* *****************************************************************
*	font
* ***************************************************************** */

@font-face {
	font-family: "InkFree";
	font-weight: 400;
	src: local("Ink Free"),
		 local("Inkfree"),
		 url("https://www.lbd2025.com/wp-content/themes/lbd2025/fonts/inkfree.woff2") format("woff2"),
		 url("https://www.lbd2025.com/wp-content/themes/lbd2025/fonts/inkfree.woff") format("woff");
}

/* *****************************************************************
*	基本設定
* ***************************************************************** */

body {
font-family: "Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
font-weight: 500;
font-size: 18px;
background-color: #fff;
color: #333;
line-height: 180%;
word-wrap:break-word;
overflow-wrap:break-word;
}


/* リンク
---------------------------------------------------- */

a {
color:#444;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0px
}

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

img.alignright {
padding: 4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート
---------------------------------------------------- */

.alignright, .right {
float: right;
margin: 0 0 10px 20px;
}

.alignleft, .left {
float: left;
margin: 0 20px 10px 0;
}

.clear {
clear:both;
}

.aligncenter {
display: block;
margin: 0 auto;
}


/* リスト
---------------------------------------------------- */

ol{
margin: 7px 0 7px 10px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 7px 0 7px 4px;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 5px 0 5px 15px;
padding: 0;
}

li a{
color:#45AAB8;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#666;
}


/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */

.wrapper {
margin: 0 auto -1px  auto;
width: 90%;
max-width: 960px;
padding: 0px 30px 0px 30px;
}


/* *****************************************************************
*	ヘッダー
* ***************************************************************** */

#header {
width: 100%;
}

.header-inner {
position: relative;
margin: 0px auto;
}

.header-inner::after {
position: absolute;
right: 20.0vw;
bottom: 5.6vw;
content: '';
display: block;
width: 10.5vw;
height: 13.0vw;
background-image: url('/wp-content/uploads/2025/10/img_lbd.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}

#header .logo {
text-align: center;
margin: 0;
padding: 0;
}

#header .logo a {
display: inline-block;
}

#header h1.logo img,
#header div.logo img {
height: 10.5vw;
}

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

	.header-inner {
	padding: 3.2rem 5.0% 2.0rem;
	}

	.header-inner::after {
	right: 6.4%;
	bottom: -2.4rem;
	width: 6.0rem;
	height: 8.0rem;
	}

	body:not(.home) .header-inner::after {
	bottom: -3.8rem;
	}

	#header h1.logo img {
	height: 6.8rem;
	}

	#header div.logo img {
	height: 4.8rem;
	}

}

/* トップナビゲーション
---------------------------------------------------- */

#nav {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: grid;
place-content: center;
width: 100.0vw;
margin: 0 auto;
padding: 0;
text-align: center;
}

#nav ul {
margin: auto;
list-style: none;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 -2px 0 -2px;
}

.nav-menu li a {
color: #333;
display: block;
font-size: 1.0rem;
line-height: 1;
font-weight: bold;
text-decoration: none;
padding: 1.2rem 0;
}

.nav-menu .sub-menu,
.nav-menu .children {
background: #eee;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #333;
margin: 0;
width: 200px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
/*background: #eee;*/
}

.toggle {
display: none;
}

.menu-toggle {
width: 40px;
height: 40px;
}

.hamburger { display: none; }

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

	#nav {
	position: relative;
	top: unset;
	left: unset;
	display: block;
	width: 960px;
	height: auto;
	margin-bottom: 2.4rem;
	}

	#nav ul {
	display: flex;
	justify-content: center;
	gap: 3.0rem;
	}

	.nav-menu li a {
	color: #333;
	display: block;
	font-size: 1.0rem;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	padding: 1.2rem 0;
	border-bottom: 1px solid transparent;
	transition: all .16s ease-in;
	}

	.nav-menu li:hover > a,
	.nav-menu li a:hover {
	/*background: #eee;*/
	border-bottom-color: #333
	}

	ul.nav-menu ul a:hover,
	.nav-menu ul ul a:hover {
	/* background: #f5f5f5; */
	border-bottom: 1px solid #333
	}

	.nav-menu .current_page_item > a,
	.nav-menu .current_page_ancestor > a,
	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a,
	.nav-menu .current-post-ancestor > a {
	color: #333;
	/* background: #f5f5f5; */
	border-bottom: 1px solid #333
	}
}


/* ハンバーガーメニュー
---------------------------------------------------- */

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
padding: 10px 2px;
display: inline-block;
cursor: pointer;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }

.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 35px;
height: 3px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }

/*
* Spin
*/
.hamburger--spin .hamburger-inner {
transition-duration: 0.3s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* トップヘッダー画像
---------------------------------------------------- */

.top-header {
width: 100%;
margin: 0px auto 0px auto;
text-align: center;
}

.top-header img {
margin: 0px auto 0px auto;
width: 90%;
}



/* *****************************************************************
*	メイン（本文）コンテンツ
* ***************************************************************** */

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
}


/* ギャラリーレイアウト
---------------------------------------------------- */

li.item {
height: 470px;
margin-bottom: 50px;
}

li.item-gallery {
height: 300px;
}

.item-img {
margin: 0 0 10px 0;
overflow: hidden;
text-align:center;
}

.item-cat {
font-size: 65%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 20px 0;
max-height: 65px;
overflow:hidden;
}

.item-cat a {
color: #444;
}

.item-date {
font-size: 70%;
color: #ccc;
padding: 0 0 0 0;
margin: 0 0 10px 0;
max-height: 50px;
overflow:hidden;
line-height: 150%;
}

.item h2 {
font-size: 16px;
line-height: 150%;
font-weight: bold;
letter-spacing: 0.03em;
text-decoration: underline;
}

.item-title {
margin: 0 0 0 0;
padding: 5px 0px 0px 0px;
border-top: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}

.item-title a {
color: #444;
}

.item-title a:hover {
color: #999;
}

.item-text {
font-size: 13px;
color: #666;
line-height: 170%;
}


/* ブログ記事部分
---------------------------------------------------- */

.single-contents {
margin: 0 0 70px 0;
}

.page-contents {
margin: 0 0 70px 0;
}

p {
padding: .64rem 0 .64rem 0;
line-height: 1.8;
}

p a {
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}


/* パンくずリスト
---------------------------------------------------- */

.breadcrumb {
margin: 10px 0 0px 0;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
color: #999;
}
.breadcrumb span,
.breadcrumb span a {
color: #45aab8;
}

.breadcrumb ol {
margin: 0px;
}

.breadcrumb li {
margin: 0px;
display: inline;
}


/* ページタイトル
---------------------------------------------------- */

.pagedate {
font-size: 11px;
font-weight: normal;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 -10px 0;
color: #555;
letter-spacing: 0.02em;
}

.pagetitle-kotei {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 20px 0px;
padding: 0 0 3px 0;
}

.pagetitle {
font-size: 2.0rem;
line-height: 140%;
font-weight: bold;
color: #333;
margin: 0px 0px 2.4rem 0px;
padding: 18px 0px 15px 0px;
border-bottom: 1px double #ccc;
text-align:center;
}

.pagetitle a {
color: #333;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle a:hover {
color: #666;
}

.pagetitle-single {
color: #333;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 20px 0px 10px 0px;
}

.pagetitle-single a {
color: #333;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle-single a:hover {
color: #666;
}


.blog-title {
font-size: 22px;
line-height: 140%;
font-weight: bold;
color: #333;
margin: 20px 0px 20px 0px;
padding: 18px 0px 15px 0px;
border-top: 3px double #ccc;
border-bottom: 1px solid #ccc;
}

.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}



/* 見出し
---------------------------------------------------- */

h1 {
font-size: 24px;
margin: 40px 0px 20px 0px;
}

h2 {
font-size: 22px;
line-height: 130%;
font-weight: bold;
color: #333;
margin: 40px 0px 20px 0px;
padding: 18px 0px 15px 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

h3 {
font-size: 20px;
line-height: 130%;
font-weight: bold;
color: #333;
padding: 0 0 5px 0;
margin: 40px 0 15px 0;
border-bottom:1px solid #ccc;
}

h4 {
font-size: 18px;
line-height: 130%;
font-weight: bold;
color: #555;
padding: 0 0 5px 0;
margin: 30px 0 10px 0;
border-bottom:1px dotted #ccc;
}

h5 {
font-size: 16px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}

h6 {
font-size: 14px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}


/* ワンカラムページのイメージヘッダー
---------------------------------------------------- */

.head-img {
width: 100%;
text-align: center;
overflow: hidden;
}

.head-img img {
margin: 0px auto 20px auto;
width: 90%;
}


/* 記事フッター
---------------------------------------------------- */

.blog-foot {
clear:both;
font-size:75%;
text-align: left;
margin: 0px 0 50px 0;
font-weight:normal;
color:#999;
border-bottom:0px dotted #ccc;
}

.blog-foot span {
color:#999;
}


/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
line-height: 150%;
margin: 50px 0 20px 0;
}

.next-left {
float: left;
text-align: left;
margin: 0 0 10px 0;
background: url(images/left.gif) no-repeat left;
}

.next-left a {
padding: 20px 20px 20px 50px;
display: block;
border: 1px solid #fff;
}

.next-left a:hover {
border: 1px solid #eee;
}

.next-right {
float: right;
text-align: right;
margin: 0 0 10px 0;
background: url(images/right.gif) no-repeat right;
}

.next-right a {
padding: 20px 50px 20px 20px;
display: block;
border: 1px solid #fff;
}

.next-right a:hover {
border: 1px solid #eee;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 80px 0;
}

a.page-numbers,
.pager .current {
background: #f0f0f0;
padding: 10px 10px;
margin:0 2px;
}

.pager .current {
background: #ccc;
color: #fff;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom: 3px double #ccc;
}

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

.similar li{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
vertical-align: middle;
}

table.similar-text td {
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* コメント欄
---------------------------------------------------- */

.comment-head, .comment-reply-title {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom: 3px double #ccc;
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}

li.comment {
list-style: none;
font-size:90%;
color:#888;
margin: 30px 0px 30px 0px;
}

.comment p {
font-size: 14px;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {
max-width:100%;
}

.wp-caption-text {
font-size:90%;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

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




/* *****************************************************************
*	フッター
* ***************************************************************** */

#footer {
background-color: rgba(48,48,48,.8);
clear: both;
width: 100%;
color: #FFF;
font-size: 80%;
margin: 0px auto 0px auto;
}

.footer-inner {
margin: 0px auto 0px auto;
padding: 0px 0px;
max-width: 960px;
}

#copyright {
font-size: .8rem;
line-height: 1.0;

text-align: center;
position: relative;
margin: 0;
padding: 1.6rem 0 3.2rem;
}


#footer .footer-inner .wp-block-group p {
	padding: 0 0 1.0rem;
}

#footer .footer-inner .wp-block-group .wp-block-heading,
#footer .footer-inner .wp-block-group p,
#copyright,
#copyright a{
color: #FFF;
}

#footer .footer-inner .widget_block h2 {
font-size: 32px !important;
border-bottom: 4px double #ccc;
border-top: none;
margin: 0px 0px 24px 0px !important;
padding: 0px 0 16px 0 !important;
}

#footer .footer-inner .footerbox .wp-block-heading {
	font-family: 'InkFree','EB Garamond','century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}


/* *****************************************************************
*	ウィジェット
* ***************************************************************** */

/* 基本形
---------------------------------------------------- */

.widget{
margin: 0 0 50px 0;
}

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

.widget li{
list-style: none;
}

.widget li a{
color: #666;
}

.widget li a:hover{
color: #999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0;
}

.textwidget, .textwidget p {
font-size: 16px;
color: #444;
line-height: 170%;
margin: 0 0;
padding: 0px 0px 0px 0px;
}

.widget-title{
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom: 3px double #ccc;
}

.widget_block h2 {
font-size: 16px !important;
border-bottom: 3px double #ccc;
border-top: none;
margin: 0px 0px 10px 0px !important;
padding: 0px 0 3px 0 !important;
}


/* ウィジェットボックストップページ用
---------------------------------------------------- */

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

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

.topbox li{
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.topbox li a{
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.topbox li a:hover{
color:#999;
}

.topbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.top-widget-title {
font-size: 18px;
letter-spacing: 0.01em;
padding: 0px 0px 10px 0px;
margin: 0px auto 40px auto;
border-bottom: 3px double #ccc;
max-width: 300px;
text-align: center;
}

.topbox .widget {
margin: 100px 0 ;
}


/* ウィジェットボックスフッター用
---------------------------------------------------- */

.footerbox .widget {
margin: 0 0 0 0;
padding: 50px 0 50px 0;
}

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

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

.footerbox li{
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.footerbox li a{
font-size: 14px;
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.footerbox li a:hover{
color:#999;
}

.footerbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footerbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footer-widget-title {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0px 0 3px 0;
border-bottom: 3px double #ccc;
}


/* ウィジェットボックスシングルページ記事下用
---------------------------------------------------- */

.singlebox {
margin: 50px 0 50px 0 ;
padding: 0 0 0 0 ;
}

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

.singlebox li{
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.singlebox li a{
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.singlebox li a:hover{
color:#999;
}

.single-widget-title {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 50px 0 10px 0 ;
padding: 0 0 3px 0;
border-bottom: 3px double #ccc;
}

.singlebox .textwidget,
.singlebox .textwidget p {
font-size: 16px;
color: #444;
line-height: 170%;
margin: 0 0 0px 0;
padding: 5px 0 5px 0;
}

.singlebox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.singlebox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.singlebox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.singlebox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}



/* ウィジェットボックスワイドコンテンツ用
---------------------------------------------------- */

.top-wide-contents {
width: 100%;
margin: 0;
border-bottom: solid 1px #eee;
}

.top-wide-contents .widget {
padding: 30px 20px 30px 20px;
margin: 0;
}


.top-wide-contents .textwidget,
.top-wide-contents .textwidget p {
color: #444;
line-height: 170%;
margin: 0 0 50px 0;
text-align: center;
}

.top-wide-contents .top-widget-title {
font-weight: bold;
margin-bottom: 30px;
padding: 30px 0 5px 0;
border-bottom:2px solid #444;
}

.top-wide-contents ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.top-wide-contents li{
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.top-wide-contents li a{
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.top-wide-contents li a:hover{
color:#999;
}

.top-wide-contents ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.top-wide-contents ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.top-wide-contents ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.top-wide-contents ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* タグクラウド
---------------------------------------------------- */

.widget_tag_cloud a {
font-size: 13px !important;
line-height: 250%;
padding: 5px 10px;
margin: 0 5px 0 0;
background: #ddd;
word-break: keep-all;
border-radius: 1px
}


/* カレンダー
---------------------------------------------------- */

table#wp-calendar {
width: 100%
}

table#wp-calendar th {
text-align: center;
}

table#wp-calendar td {
text-align: center;
}


/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 16px arial, sans-serif;
color: #333;
width:85%;
padding: 10px 5px;
}

.search button {
width: 15px;
height: 15px;
cursor: pointer;
vertical-align: middle;
border: none;
background: url(images/search.png) no-repeat;
}

.kekka-nowords {
	text-align:center;
}


/* ソーシャルウィジェット
---------------------------------------------------- */

.sidebox .wp-social-link svg {
height: 24px !important;
width: 35px !important;
padding: 0px;
}

.footerbox .wp-social-link svg {
height: 24px !important;
width: 38px !important;
padding: 0px;
}

.singlebox .wp-social-link svg,
.top-wide-contents .wp-social-link svg,
.topbox .wp-social-link svg {
height: 26px !important;
width: 24px !important;
padding: 0px 8px;
}



/* *****************************************************************
*	CSS3アニメーション
* ***************************************************************** */

.img-anime2 img {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.img-anime2:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}



/* *****************************************************************
*	レスポンシブテーブル
* ***************************************************************** */

.responsive-tabel-01 table {
width: 100%;
}

.responsive-tabel-01 {
margin: 20px 0;
}

.responsive-tabel-01 th {
width: 30%;
font-size: 20px;
text-align: left;
background: #f4f4f4;
padding: 20px;
border: 1px solid #ddd;
vertical-align: middle;
}

.responsive-tabel-01 td {
font-size: 20px;
text-align: left;
padding: 20px;
border: 1px solid #ddd;
vertical-align: middle;
}


@media only screen and (max-width:480px){
.responsive-tabel-01 { margin: 20px -10px; }
.responsive-tabel-01 th,
.responsive-tabel-01 td { width: 90%; display: block; border-top: none; }
.responsive-tabel-01 tr:first-child th   { border-top: 1px solid #ddd; }
}



/* ************************************************
*	ライン・テーブル・装飾など
* ************************************************ */

/* ライン・囲み
---------------------------------------------------- */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}

.line-kakoi {
margin: 20px 0 40px 0;
padding: 20px 25px;
border: 1px solid #CCC;
}

.line-kakoi2 {
margin: 20px 0 40px 0;
padding: 20px 25px;
border: 3px dotted #CCC;
}


/* テーブル
---------------------------------------------------- */

.single-contents tabel,
.page-contents tabel {
width: 100%;
}

.single-contents th,
.single-contents td,
.page-contents th,
.page-contents td {
border: 1px solid #ccc;
padding: 20px;
}

.single-contents th,
.page-contents th {
font-weight: bold;
background-color: #dedede;
}


/* CTA (コールトゥアクション)
---------------------------------------------------- */

.cta-minimal {
padding: 25px 20px 10px 20px;
margin: 0;
border: solid 1px #ccc;
background: #e8e8e8;
}

.cta-title {
font-family: Helvetica, arial, sans-serif;
margin: -30px -21px 30px -21px;
padding: 20px 0px 19px 0px;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 140%;
color: #FFF;
border-top: solid 1px #ccc;
border-bottom: 0px solid #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
background: #3e3e3e;
}

.bt-order a {
font-size: 15px;
color:#fff;
display: block;
text-align:center;
background-color: #10c98d;
margin: 20px 0 20px 0 ;
padding: 15px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover {
color: #fff;
background: #008677;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.bt-order2 a{
color: #867888;
background: #ddd;
font-size: 14px;
display: block;
text-align:center;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order2 a:hover{
color: #fff;
background: #999;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}



/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {
.sidebar { width: 300px; }
}



/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 90%; margin: 0 auto -2px auto; padding: 0px 20px 0px 20px; }
.header-inner { width: 90%; padding: 30px 0 30px 0; }
#nav { float: none; width: 90%; margin: 0 auto 30px auto; padding: 0; }
li.item { height: auto; min-height: 410px; margin-bottom:50px; }
.twothird { width: 460px; margin-right:10px; }
.footer-inner { width: 85%; padding: 0px 0px;}
}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.wrapper { width: 90%; margin: 0 auto -2px auto; padding: 0px 0px 0px 0px; }
#header { border-bottom: solid #eee 1px; }
.header-inner { width: 90%; margin: auto; padding: 8.0vw 0; }
.logo img {height: 50px; }
#nav { display: none; position: absolute; top: 0; float: none; text-align:center; width: 100%; background: #fefefe; margin: 0 auto; padding: 12.0vw 0 10.0vw; }
.nav-menu li a { color: #333; display: block; font-size: 4.8vw; padding: 4.8vw 0; text-decoration: none;}
.nav-menu li { display: block; float: none; /*border-bottom: 1px solid #ededed;*/ }
.toggle { display: block; float: right; position: absolute; top: 10px; right: 10px; z-index: 10000; }
.top-header img  { margin: 0px auto 0px auto; width: 100%; }
li.item { height: auto; margin-bottom: 100px; }
table.similar-text img { width: 100px; }
table.similar-text th { width: 100px; }
.pagedate { margin: -20px 0 -10px 0; }
.head-img img { margin: 0px auto 0px auto; width: 100%; }
p { font-size: 3.8vw; }
.pager { margin: 80px 0 80px 0; }
.footer-inner { width: 85%; padding: 0px 0px;}
.mobile-display-none { display: none; }
.single-contents br { display: none; }
.top-wide-contents br { display: none; }
.topbox .widget { margin: 50px 0 ;}
}




/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */

/* Twitter Timeline
---------------------------------------------------- */

.twitter-timeline {
width:100%;
height: 300px;
}


/* YouTube embed
---------------------------------------------------- */

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* *****************************************************************
*  テーマカスタマイズ
* ***************************************************************** */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*
body.en-US {
	font-family: "EB Garamond", serif;
	font-size: 1.8rem;
}
*/

.container:after,
.row:after {
	font-size: 0;
}


/* *****************************************************************
*  bogo-language-switcher
* ***************************************************************** */

.bogo-language-switcher {
	position: absolute;
	top: 1.6rem;
	right: 5.0%;
	display: flex;
	gap: .64rem;
	font-size: .85rem;
  background-color: rgba(48,48,48,.8);
	margin: 0;
  padding: 0.8rem 0.8rem 0.8rem 1.0rem;
	border-radius: 2.4rem;
}

.bogo-language-switcher::before {
    background-color: rgba(255,255,255,.64);
    content: "";
    display: block;
	  width: 1.24rem;
    height: 1.24rem;
    -webkit-mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%2C8c0-1.587-.464-3.065-1.261-4.309%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0-.001-.17-.266-.358-.518-.558-.761-.017-.02-.03-.043-.047-.064-.002%2C0-.005.002-.007.002C12.742%2C1.216%2C10.708.127%2C8.412.011l-.412-.011C5.537%2C0%2C3.335%2C1.115%2C1.868%2C2.866c0%2C0-.002%2C0-.003%2C0-.005.006-.009.013-.014.019-.199.239-.382.492-.552.754-.012.019-.027.035-.039.053.002%2C0%2C.004.001.005.002-.797%2C1.244-1.265%2C2.719-1.265%2C4.307s.468%2C3.062%2C1.265%2C4.306c-.002%2C0-.003.001-.005.002.011.017.025.032.036.049.173.265.357.521.559.763.004.004.007.01.01.014%2C0%2C0%2C.001%2C0%2C.002%2C0%2C1.468%2C1.751%2C3.669%2C2.867%2C6.133%2C2.867s4.665-1.115%2C6.133-2.867c0%2C0%2C0%2C0%2C.001%2C0%2C.002-.003.004-.006.006-.009.207-.248.396-.51.573-.782.008-.013.019-.024.027-.037-.001%2C0-.003%2C0-.004-.001.797-1.244%2C1.264-2.719%2C1.264-4.305ZM14.981%2C7.5h-2.988c-.031-1.011-.159-1.968-.361-2.843.769-.15%2C1.471-.359%2C2.133-.595.681.995%2C1.126%2C2.164%2C1.216%2C3.438ZM10.991%2C7.5h-2.491v-2.524c.739-.019%2C1.449-.08%2C2.137-.174.194.817.322%2C1.724.354%2C2.698ZM8.5%2C8.5h2.491c-.032.974-.159%2C1.881-.354%2C2.698-.688-.095-1.399-.155-2.137-.174v-2.524ZM13.104%2C3.237c-.544.177-1.117.335-1.74.454-.295-.918-.676-1.715-1.127-2.325%2C1.112.375%2C2.085%2C1.032%2C2.868%2C1.871ZM9.934%2C2.79c.157.314.298.666.426%2C1.043-.598.077-1.216.127-1.86.144V1.124c.444.211.957.713%2C1.434%2C1.666ZM7.5%2C1.124v2.853c-.644-.017-1.262-.067-1.86-.144.128-.377.269-.729.426-1.043.477-.953.99-1.455%2C1.434-1.666ZM5.763%2C1.366c-.452.61-.832%2C1.407-1.127%2C2.325-.624-.119-1.196-.278-1.741-.454.782-.839%2C1.756-1.496%2C2.867-1.871ZM2.233%2C4.066c.661.235%2C1.372.432%2C2.138.582-.203.878-.332%2C1.837-.363%2C2.852H1.02c.09-1.272.534-2.44%2C1.213-3.434ZM2.235%2C11.937c-.681-.995-1.126-2.163-1.216-3.437h2.988c.031%2C1.011.159%2C1.968.361%2C2.843-.769.15-1.471.358-2.134.594ZM2.895%2C12.762c.544-.176%2C1.117-.335%2C1.741-.454.294.918.675%2C1.715%2C1.127%2C2.325-1.111-.375-2.085-1.033-2.867-1.871ZM7.5%2C14.875c-.444-.211-.957-.712-1.434-1.665-.157-.314-.298-.667-.427-1.043.598-.077%2C1.216-.127%2C1.86-.144v2.852ZM7.5%2C11.024c-.739.019-1.45.079-2.137.174-.194-.817-.322-1.724-.354-2.698h2.491v2.524ZM5.009%2C7.5c.032-.971.158-1.876.352-2.69.685.094%2C1.389.165%2C2.125.184h.015v2.507h-2.491ZM8.5%2C14.875v-2.852c.644.017%2C1.262.067%2C1.86.144-.128.377-.269.729-.426%2C1.043-.477.953-.99%2C1.454-1.434%2C1.665ZM10.236%2C14.633c.451-.61.832-1.407%2C1.127-2.325.624.119%2C1.196.278%2C1.741.454-.783.838-1.756%2C1.496-2.868%2C1.871ZM13.765%2C11.936c-.663-.236-1.365-.444-2.134-.594.202-.875.33-1.831.361-2.842h2.988c-.09%2C1.274-.535%2C2.442-1.215%2C3.436Z%22%2F%3E%3C%2Fsvg%3E);
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%2C8c0-1.587-.464-3.065-1.261-4.309%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0-.001-.17-.266-.358-.518-.558-.761-.017-.02-.03-.043-.047-.064-.002%2C0-.005.002-.007.002C12.742%2C1.216%2C10.708.127%2C8.412.011l-.412-.011C5.537%2C0%2C3.335%2C1.115%2C1.868%2C2.866c0%2C0-.002%2C0-.003%2C0-.005.006-.009.013-.014.019-.199.239-.382.492-.552.754-.012.019-.027.035-.039.053.002%2C0%2C.004.001.005.002-.797%2C1.244-1.265%2C2.719-1.265%2C4.307s.468%2C3.062%2C1.265%2C4.306c-.002%2C0-.003.001-.005.002.011.017.025.032.036.049.173.265.357.521.559.763.004.004.007.01.01.014%2C0%2C0%2C.001%2C0%2C.002%2C0%2C1.468%2C1.751%2C3.669%2C2.867%2C6.133%2C2.867s4.665-1.115%2C6.133-2.867c0%2C0%2C0%2C0%2C.001%2C0%2C.002-.003.004-.006.006-.009.207-.248.396-.51.573-.782.008-.013.019-.024.027-.037-.001%2C0-.003%2C0-.004-.001.797-1.244%2C1.264-2.719%2C1.264-4.305ZM14.981%2C7.5h-2.988c-.031-1.011-.159-1.968-.361-2.843.769-.15%2C1.471-.359%2C2.133-.595.681.995%2C1.126%2C2.164%2C1.216%2C3.438ZM10.991%2C7.5h-2.491v-2.524c.739-.019%2C1.449-.08%2C2.137-.174.194.817.322%2C1.724.354%2C2.698ZM8.5%2C8.5h2.491c-.032.974-.159%2C1.881-.354%2C2.698-.688-.095-1.399-.155-2.137-.174v-2.524ZM13.104%2C3.237c-.544.177-1.117.335-1.74.454-.295-.918-.676-1.715-1.127-2.325%2C1.112.375%2C2.085%2C1.032%2C2.868%2C1.871ZM9.934%2C2.79c.157.314.298.666.426%2C1.043-.598.077-1.216.127-1.86.144V1.124c.444.211.957.713%2C1.434%2C1.666ZM7.5%2C1.124v2.853c-.644-.017-1.262-.067-1.86-.144.128-.377.269-.729.426-1.043.477-.953.99-1.455%2C1.434-1.666ZM5.763%2C1.366c-.452.61-.832%2C1.407-1.127%2C2.325-.624-.119-1.196-.278-1.741-.454.782-.839%2C1.756-1.496%2C2.867-1.871ZM2.233%2C4.066c.661.235%2C1.372.432%2C2.138.582-.203.878-.332%2C1.837-.363%2C2.852H1.02c.09-1.272.534-2.44%2C1.213-3.434ZM2.235%2C11.937c-.681-.995-1.126-2.163-1.216-3.437h2.988c.031%2C1.011.159%2C1.968.361%2C2.843-.769.15-1.471.358-2.134.594ZM2.895%2C12.762c.544-.176%2C1.117-.335%2C1.741-.454.294.918.675%2C1.715%2C1.127%2C2.325-1.111-.375-2.085-1.033-2.867-1.871ZM7.5%2C14.875c-.444-.211-.957-.712-1.434-1.665-.157-.314-.298-.667-.427-1.043.598-.077%2C1.216-.127%2C1.86-.144v2.852ZM7.5%2C11.024c-.739.019-1.45.079-2.137.174-.194-.817-.322-1.724-.354-2.698h2.491v2.524ZM5.009%2C7.5c.032-.971.158-1.876.352-2.69.685.094%2C1.389.165%2C2.125.184h.015v2.507h-2.491ZM8.5%2C14.875v-2.852c.644.017%2C1.262.067%2C1.86.144-.128.377-.269.729-.426%2C1.043-.477.953-.99%2C1.454-1.434%2C1.665ZM10.236%2C14.633c.451-.61.832-1.407%2C1.127-2.325.624.119%2C1.196.278%2C1.741.454-.783.838-1.756%2C1.496-2.868%2C1.871ZM13.765%2C11.936c-.663-.236-1.365-.444-2.134-.594.202-.875.33-1.831.361-2.842h2.988c-.09%2C1.274-.535%2C2.442-1.215%2C3.436Z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.bogo-language-switcher .bogoflags {
	display: none;
}

.bogo-language-switcher li {
	margin: 0;
	padding: 0;
}

.bogo-language-switcher li::after {
	content: '/';
	display: inline-block;
	margin-left: .5rem;
	color: #fff;
}

.bogo-language-switcher li.last::after {
		display: none;
}

.bogo-language-switcher .current a {
	color: #fff;
	pointer-events: none;
}
@media only screen and (min-width: 767px) {

	.main-navigation .bogo-language-switcher {
		display: none !important;
	}

}
@media only screen and (max-width: 767px) {
	#header .header-inner .bogo-language-switcher {
		display: none !important;
	}

	.bogo-language-switcher {
		position: static;
		top: auto;
		right: auto;
		display: flex;
		justify-content: center;
		gap: 1.6vw;
		margin-top: 8.0vw !important;
		margin-bottom: 8.0vw !important;
		width: 64.0vw;
		font-size: 4.0vw;
	}

	.bogo-language-switcher::before {
		margin-right: 1.6vw;
	}

}

/* *****************************************************************
*  google map
* ***************************************************************** */

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* footer */

body.ja #footer .footerbox .widget_block:has(.en),
body.en-US #footer .footerbox .widget_block:has(.ja) {
	display: none;
}

/* Pagetop btn */

#topcontrol {
	transition: opacity .3s ease-in-out;
}

#topcontrol .icon-pagetop {
	display: grid;
	place-content: center;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background-color: #000;
}

#topcontrol .icon-pagetop::before {
	background-color: #fff;
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M13.829%2C18.827l3.851-3.854h-8.18v-.95h8.18l-3.851-3.851.673-.672%2C4.998%2C4.998-4.998%2C5.002-.673-.673Z%22%2F%3E%3C%2Fsvg%3E");
					mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M13.829%2C18.827l3.851-3.854h-8.18v-.95h8.18l-3.851-3.851.673-.672%2C4.998%2C4.998-4.998%2C5.002-.673-.673Z%22%2F%3E%3C%2Fsvg%3E");
	-webkit-mask-position: 50% 50%;
					mask-position: 50% 50%;
	-webkit-mask-repeat: no-repeat;
					mask-repeat: no-repeat;
	-webkit-mask-size: contain;
					mask-size: contain;
	-webkit-transition: none;
					transition: none;
	transform: rotate(-90deg);
}


/* *****************************************************************
*   xo-event-calendar
* ***************************************************************** */

.xo-event-calendar table.xo-month td,
.xo-event-calendar table.xo-month th {
	/*background-color: transparent !important;*/
}

.xo-event-calendar table.xo-month>thead th {
    font-size: .7em !important;
}

.xo-event-calendar table.xo-month .month-dayname td div {
    font-size: .75em !important;
}

.xo-event-calendar table.xo-month .month-dayname td div.other-month {
	background-color: #eee;
}

.xo-event-calendar p.holiday-title {
	font-size: .6em !important;
}

.xo-event-calendar table.xo-month .month-header span.calendar-caption {
	font-size: 1.25em !important;
	font-weight: bold;
}

.xo-event-calendar table.xo-month button span.nav-prev,
.xo-event-calendar table.xo-month button span.nav-next {
	border-color: #fff !important;
}

.xo-event-calendar table.xo-month .month-header span.calendar-caption,
.xo-event-calendar p.holiday-title {
	color: #fff !important;
}


/* *****************************************************************
* c-block-box
* ***************************************************************** */

.wp-singular .page-contents .wp-block-group.c-block-box {
background-color: #fff;
padding: 2.4rem 2.0rem;
margin-bottom: 2.4rem;
border-radius: .64rem;
}

.wp-singular .page-contents .wp-block-group.c-block-box h2.wp-block-heading {
position: relative;
display: flex;
align-items: center;
gap: 3.2vw;
margin-top: 0;
margin-bottom: 8.0vw;
padding: 0;
font-family: 'InkFree','EB Garamond','century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-size: 6.4vw;
white-space: nowrap;
border-top: none;
border-bottom: none;
}

.wp-singular .page-contents .wp-block-group.c-block-box h2.wp-block-heading::before,
.wp-singular .page-contents .wp-block-group.c-block-box h2.wp-block-heading::after {
content: '';
display: block;
width: 50.0%;
height: .075rem;
background-color: #ccc;
}


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

	.wp-singular .page-contents .wp-block-group.c-block-box h2.wp-block-heading {
		gap: 1.6rem;
		margin-bottom: 2.4rem;
		font-size: 2.4rem;
	}

}

/* *****************************************************************
* home
* ***************************************************************** */

body.home .page-contents h2.wp-block-heading {
margin: 12.0vw 0;
padding: 0;
border: none;
font-family: "EB Garamond", serif;
font-size: 224.0%;
font-weight: bold;
}

body.home .page-contents .c-intro-block {
margin: 0 auto;
}

body.home .page-contents .c-intro-block ul {
margin-bottom: 4.0vw;
}

body.home .page-contents .c-intro-block ul li {
margin-top: 1.6vw;
margin-bottom: 1.6vw;
margin-left: 6.4vw;
font-size: 4.8vw;
}

body.home .page-contents .c-intro-block p {
	line-height: 2.0;
}

body.home .page-contents .c-sns-block {
margin-top: 4.8vw;
}

body.home .page-contents .c-sns-block h3.wp-block-heading {
margin: 0 0 4.8vw 0;
padding: 2.4vw 0px;
border-bottom: 1px double #ccc;
color: #333;
font-size: 8.0vw;
line-height: 140.0%;
font-weight: bold;
}

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

	body.home .page-contents h2.wp-block-heading {
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
	padding: 18px 0px 15px 0px;
	font-size: 400.0%;
	}

	body.home .page-contents .c-intro-block {
	max-width: 720px;
	}

	body.home .page-contents .c-intro-block ul {
	margin-bottom: 1.6rem;
	}

	body.home .page-contents .c-intro-block ul li {
	margin-top: .8rem;
	margin-bottom: .8rem;
	margin-left: 1.6rem;
	font-size: 120.0%;
	}

	body.home .page-contents .c-sns-block {
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
	}

	body.home .page-contents .c-sns-block h3.wp-block-heading {
	font-size: 2.0rem;
	margin: 0px 0px 2.4rem 0px;
	padding: 18px 0px 15px 0px;
	}

}


/* *****************************************************************
* features
* ***************************************************************** */

.wp-singular .page-contents .wp-block-group.c-features-block {
margin: 0 auto;
}

.wp-singular .page-contents .wp-block-group.c-features-block > .wp-block-group__inner-container {
padding: 0 3.2vw 6.4vw;
}

.wp-singular .page-contents .wp-block-group.c-features-block ul {
margin-bottom: 4.0vw;
}

.wp-singular .page-contents .wp-block-group.c-features-block ul li {
margin-top: 1.6vw;
margin-bottom: 1.6vw;
margin-left: 6.4vw;
font-size: 4.8vw;
}

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

	.wp-singular .page-contents .wp-block-group.c-features-block > .wp-block-group__inner-container {
	padding: 0 2.0rem 2.0rem;
	}

	.wp-singular .page-contents .wp-block-group.c-features-block ul {
	margin-bottom: 1.6rem;
	}

	.wp-singular .page-contents .wp-block-group.c-features-block ul li {
	margin-top: .8rem;
	margin-bottom: .8rem;
	margin-left: 1.6rem;
	font-size: 120.0%;
	}

}


/* *****************************************************************
* menu
* ***************************************************************** */

.wp-singular .page-contents .anchor-menu-list {
margin: 0;
padding: 0 0 2.4rem;
font-size: 80.0%;
}

.wp-singular .page-contents .anchor-menu-list a {
display: inline-block;
margin: 0 .8rem;
}

.wp-singular .page-contents .anchor-menu-list a.here {
pointer-events: none;
color: #333;
font-weight: bold;
}

.wp-singular .page-contents .wp-block-group.c-menu-block {
background-color: #fff;
padding: 2.4rem 4.8vw;
margin-bottom: 2.4rem;
border-radius: .64rem;
}

.wp-singular .page-contents .wp-block-group.c-menu-block .anchor-menu-list {
margin-top: 3.2rem;
padding: 1.6rem 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.wp-singular .page-contents .wp-block-group.c-menu-block h2.wp-block-heading {
position: relative;
display: flex;
align-items: center;
gap: 3.2vw;
margin-top: 0;
margin-bottom: 2.4rem;
padding: 0;
font-family: 'InkFree','EB Garamond','century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-size: 6.4vw;
white-space: nowrap;
border-top: none;
border-bottom: none;
}

.wp-singular .page-contents .wp-block-group.c-menu-block h2.wp-block-heading::before,
.wp-singular .page-contents .wp-block-group.c-menu-block h2.wp-block-heading::after {
content: '';
display: block;
width: 50.0%;
height: .075rem;
background-color: #ccc;
}

.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item {
margin-bottom: 2.4rem;
padding: 0 3.2vw;
}

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

	.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item > .wp-block-column:nth-child(1) {
	order: 2;
	}

	.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item > .wp-block-column:nth-child(2) {
	order: 1;
	}
	
	.wp-singular .page-contents #snacks.wp-block-group.c-menu-block .wp-block-columns {
	gap: 0 !important;
	}
	
	.wp-singular .page-contents #snacks.wp-block-group.c-menu-block .wp-block-columns .wp-block-column .wp-block-group,
	.wp-singular .page-contents #beveerages.wp-block-group.c-menu-block .wp-block-columns .wp-block-column .wp-block-group {
	margin-bottom: 0 !important;
	}
}

.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 {
margin: 0;
padding: 0;
border-bottom: none;
font-size: 1.6rem;
}

.wp-singular .page-contents .wp-block-group#beveerages.c-menu-block .c-menu-block__item h3 {
margin-top: 0;
margin-bottom: 1.6rem;
padding: .64rem 0 1.6rem;
border-bottom: 1px solid #ccc;
font-size: 3.8vw;
line-height: 1.6;
}

body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 {
font-size: 5.6vw;
line-height: 1.15;
}

body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 small {
display: inline-block;
font-size: 64.0%;
font-weight: 400;
}

body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item p {
font-size: 3.8vw;
}

.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item figure.wp-block-image {
margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 small {
	margin-bottom: 3.2vw;
	}
}

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

	.wp-singular .page-contents .wp-block-group.c-menu-block {
	padding: 2.4rem 2.0rem;
	margin-bottom: 2.4rem;
	}

	.wp-singular .page-contents .wp-block-group.c-menu-block h2.wp-block-heading {
	gap: 1.6rem;
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	}

	.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item {
	margin-bottom: 2.4rem;
	padding: 0 1.0rem;
	}

	.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 {
	margin-top: 1.6rem;
	font-size: 1.6rem;
	}

	.wp-singular .page-contents .wp-block-group#beveerages.c-menu-block .c-menu-block__item h3 {
	margin-bottom: 1.6rem;
	padding: .64rem 0 1.6rem;
	font-size: 1.125rem;
	}

	body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 {
	font-size: 1.4rem;
	}

	body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item h3 small {
	margin-bottom: 1.2rem;
	}

	body.ja.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item p {
	font-size: .9375rem;
	}

	.wp-singular .page-contents .wp-block-group.c-menu-block .c-menu-block__item p strong {
	font-size: 1.125rem;
	}

	.wp-singular .page-contents .wp-block-group#beveerages.c-menu-block .c-menu-block__item h3 {
	margin-bottom: 1.6rem;
	}

}

/* *****************************************************************
* Access
* ***************************************************************** */

.wp-singular .page-contents .wp-block-group.c-content-block {
margin: 0 auto;
}

.wp-singular .page-contents .wp-block-group.c-content-block .howto > .wp-block-group__inner-container,
.wp-singular .page-contents .wp-block-group.c-content-block .outline > .wp-block-group__inner-container {
padding: 0 4.0vw 6.4vw;
}

.wp-singular .page-contents .wp-block-group.c-content-block .border-top {
padding-top: 4.0vw;
border-top: 1px solid #aaa;
}

.wp-singular .page-contents .wp-block-group.c-content-block .howto ul li {
margin-top: 1.6vw;
margin-bottom: 1.6vw;
font-size: 3.8vw;
}

.wp-singular .page-contents .wp-block-group.c-block-box.reservation {
margin-top: 4.0vw;
margin-bottom: 0;
}

.wp-singular .page-contents .wp-block-group.c-block-box.reservation strong {
font-size: 8.0vw;
}

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

	.wp-singular .page-contents .wp-block-group.c-content-block .howto > .wp-block-group__inner-container,
	.wp-singular .page-contents .wp-block-group.c-content-block .outline > .wp-block-group__inner-container {
	padding: 0 2.0rem 2.0rem;
	}

	.wp-singular .page-contents .wp-block-group.c-content-block .border-top {
	padding-top: 2.0rem;
	}

	.wp-singular .page-contents .wp-block-group.c-content-block .howto ul li {
	margin-top: .4rem;
	margin-bottom: .4rem;
	font-size: initial;
	}

	.wp-singular .page-contents .wp-block-group.c-block-box.reservation {
	margin-top: 2.0rem;
	}

	.wp-singular .page-contents .wp-block-group.c-block-box.reservation strong {
	font-size: 2.4rem;
	}

}


.tx-large {
	font-size: 180.0%;
  line-height: 1.2;
}
