/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments



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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

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

html {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 94%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 20px; /* 固定ヘッダーの高さに合わせて数値を変更 */
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family:inherit;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}
blockquote {
	margin: 0 1.5em 1.6em;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
address {
	margin: 0 0 1.5em;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff url("images/pages/page_bg.png")repeat;
	background-size: 330px;
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/*SP用の要素を非表示*/
.pc_show {
	display: none !important;
}

/* Links
--------------------------------------------- */
a {
	color: #0066c0;
}
a:visited {
	color: #649ACB;
}
a:hover,
a:focus,
a:active {
	color: #014786;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.2em .5em 0.6em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main.contents_top {
	margin: 0 auto;
	width: 94%;
}

main .contents_page_inner {
	margin: 0 auto 50px;
	padding: 20px 1em 15px;
	width: 94%;
	background: rgba(255,255,255,1.00);
	border-radius: 10px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* header
--------------------------------------------- */
.header {
	background: #FEFBF6;
}
.header_inner {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 13px 0;
	width: 95%;
	height: 60px;
}
.site_title {
	width: 60%;
	max-width: 240px;
}
.site_title img {
	margin-bottom: 5px;
}

/* Navigation
--------------------------------------------- */
.openbtn{
	position: fixed;
	top: 0;
	right: 0;
	background:none;
	background-size: contain;
	cursor: pointer;
    width: 60px;
    height:60px;
	z-index: 20;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 4px;
    border-radius: 2px;
	background: #98561d;
  	width: 50%;
  }
.openbtn span:nth-of-type(1) {
	top:12px;	
}
.openbtn span:nth-of-type(2) {
	top:21px;
}
.openbtn span:nth-of-type(3) {
	top:30px;
}
.openbtn span:nth-of-type(3)::after {
	content:"MENU";
	position: absolute;
	top:6px;
	left:-14px;
	width: 60px;
	text-align: center;
	color: #98561d;
	font-size: 65%;
	font-weight: 700;
	text-transform: uppercase;
}

.openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 52%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 27px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 52%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"CLOSE";
    transform: translateY(0) rotate(-45deg);
	position: absolute;
	top:8px;
	left:1px;
	width: 60px;
	text-align: center;
}

/*ナビメニュー*/
.sp_nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
    background-color: #FEFBF6;
    width: 100%;
    height: 100%;
	overflow-y: auto;
}
.sp_nav .search {
	margin: 10px auto 0;
	padding: 15px 15px 25px;
	width: 94%;
	background: #fff;
	border: 1px solid #F5C35F;
	border-radius: 10px;
}
.sp_nav .search .title {
	margin: 15px 0;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
}

.sp_nav_wrap{
    display: flex;
    justify-content: center;
	padding: 20px 0;
    width: 100%;
}
.sp_nav ul.sp_nav_menu {
	margin: 0 auto;
	width: 94%;
}

/*リンクのスタイル*/
.sp_nav a,
.sp_nav a:hover,
.sp_nav a:active,
.sp_nav a:visited {
	color: #222;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.08em;
}

/*親メニュー*/
.sp_nav ul.sp_nav_menu > li {
	position: relative;
	padding: 12px 5px 12px 15px;
	font-size: 110%;
	border-bottom: 1px dotted #888;
}
.sp_nav ul.sp_nav_menu li a {
	display: block;
}

/* TOP　コンテンツ　共通パーツ
--------------------------------------------- */
h2.toph2_box {
	position: relative;
	top: 40px;
	text-align: center;
	z-index: 10;
}
h2.toph2_box span {
	display: inline-block;
	margin: 0 auto;
	padding: 0.8em 1em;
	width: 85%;
	color: #373737;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background-color: #FFE79A;
	background-image: url("images/pages/circle_white.svg"),url("images/pages/circle_white.svg"),url("images/pages/circle_white.svg"), url("images/pages/circle_white.svg");
	background-repeat: no-repeat;
	background-position: left 8px top 8px, right 8px top 8px, left 8px bottom 8px, right 8px bottom 8px;
	border: 3px solid #F9BE00;
	border-radius: 8px;
}
.cnttop_whitebox {
	margin: 0 auto;
	padding: 65px 3% 35px;
	width: 100%;
	background: rgba(255,255,255,0.75);
	border: 1px solid #F9BE00;
	border-radius: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

/* TOP　コンテンツ
--------------------------------------------- */
.mv {
	margin: 0 auto;
	padding-top: 20px;
	width: 97%;
	height: auto;
	text-align: center;
}
.mv .bnr_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	column-gap: 4%;
	padding: 50px 0 30px;
}
.mv .bnr_wrap img.ticket {
	margin: 8px 0 30px;
	width: 80%;
	max-width: 300px;
}

@media print, screen and (max-width:550px) {
.mv .bnr_wrap {
	flex-direction: column;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 80%;
}
.mv .bnr_wrap > div {
	margin: 0 0 10px;
}
}

#feas-searchform-0 {
    display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	margin: 0 auto;
	max-width: 500px;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
}
#feas-searchform-0 .input-wrap,
#feas-searchform-0 .select-wrap {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 90%;
	max-width: 550px;
	margin: 0 auto 15px;
}
#feas-searchform-0 .input-wrap span,
#feas-searchform-0 .select-wrap span {
	min-width: 7em;
	font-size: 80%;
	font-weight: 700;
	text-align: right;
}
#feas-searchform-0 .input-wrap input#feas_0_0,
#feas-searchform-0 .select-wrap input#feas_0_1 {
	width: 100%;
}

#feas-searchform-0 input,
#feas-searchform-0 select {
	margin-left: 10px;
	padding: 10px;
	width: 100%;
	height: 2.7em;
	font-size: 100%;
	border: 1px solid #222;
	box-sizing: border-box;
	background: #fff;
	outline: none;
}
/*検索ボタン*/
#feas-searchform-0 .btn-wrap {
	width: 100%;
	text-align: center;
}
#feas-searchform-0 .feas-submit-button {
	position: relative;
	margin: 10px auto 0;
	padding: 12px 0;
	width: 65%;
	max-width: 300px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #00A445;
	border: 1px solid #00A445;
	border-radius: 100px;
	cursor: pointer;
}

/*お知らせ*/
section.news {
	margin: 10px 0;
}
ul.news_wrapper li.news_box {
	border-bottom: 1px dashed #B4CFD2;
	padding: .7em;
}

ul.news_wrapper li.news_box time {
	margin-bottom: 5px;
    display: inline-block;
}

ul.news_wrapper li.news_box time span {
	padding: 1px 1.5em 3px;
	color: #000;
	font-size: 90%;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border: 1px solid #98561D;
	border-radius: 50px;
}

ul.news_wrapper li.news_box .title {
	flex: 1;
	line-height: 1.5;
	
}
/*リンク色*/
ul.news_wrapper li.news_box a,
ul.news_wrapper li.news_box a:visited {
	color: #222;
	text-decoration: none;
}
ul.news_wrapper li.news_box a:hover,
ul.news_wrapper li.news_box a:active {
	text-decoration: underline;
}
img.mark_new {
	position: relative;
	top: -.3em;
    right: 0px;
}

/*過去一覧*/
.news_more {
	margin-top: 35px;
	text-align: center;
}
.news_more a {
	display: inline-block;
	padding: 9px 50px 9px 40px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: all .1s;
	border-radius: 30px;
	background: #00A445 url("images/pages/btn_arrow.svg")no-repeat;
	background-size: 9px;
	background-position: right 30px center;
}
.news_more a:hover,
.news_more a:active {
	transition: all .1s;
	opacity: 0.76;
	
}

/*概要*/
section.info {
	margin: 10px 0;
}
section.info .cnttop_whitebox {
	border: none;
	background: #fff;
	border-radius: 0px;
}
section.info ul.info_wrapper {
	margin: 0 0 30px;
	font-size: 90%;
}
section.info ul.info_wrapper li {
	column-gap: 40px;
	padding: 15px 0;
}
section.info ul.info_wrapper li h3 {
	padding: 3px 0;
	width: 11em;
	font-weight: 500;
	text-align: center;
	background: #F6DDA2;
	border-radius: 50px;
}
section.info ul.info_wrapper li p {
	padding: 5px 0 0 8px;
}
section.info ul.info_wrapper li p .ticket_wrap {
	display: block;
	margin-top: 10px;
	max-width: 500px;
}
section.info ul.info_wrapper li p .ticket_wrap img {
	width: 46%;
}

section.info .attention {
	font-size: 90%;
}
section.info .attention h3 {
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
section.info .attention p.colortcxt {
	color: #00A445;
	text-decoration: underline;
}
section.info .attention ul.store {
	list-style: disc;
	margin: 6px 0 25px 1.5em;
}
section.info .attention ul.store {
	
}
section.info .attention ol.use {
	list-style-type: katakana;
	margin: 6px 0 25px 2.5em;
}

/* Posts and pages
--------------------------------------------- */
.entry-content p {
	margin-bottom: 1.8em;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 1.5em;
}
.entry-content ul {
	list-style: disc;
}
.entry-content ol {
	list-style: decimal;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
.entry-content .entry_meta {
	margin: 0 10px 10px;
	text-align: right;
	font-size: 90%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

/* Posts and pages（見出し）
--------------------------------------------- */
/* H1 */
h1.entry-title,
h1.category_name {
	margin-bottom: 20px;
	padding: 1.3em;
	color: #fff;
	font-size: clamp(10px,4.9vw, 24px);
	font-weight: 600;
	text-align: center;
	background: #a16600;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
/* H2 */
.entry-content h2 {
	margin: 25px 0 15px;
	padding: 15px 18px;
	font-size: clamp(10px,4.5vw, 21px);
	font-weight: 700;
	background: #f4e7c3;
	border-radius: 5px;
}
/* H3 */
.entry-content h3 {
	margin: 15px 0 10px;
	padding: 0 0 5px 5px;
	font-size: clamp(10px,4.5vw, 18px);
	font-weight: 700;
	border-bottom: 4px solid #f4e7c3;
}

/* Posts and pages（ページナビ）
--------------------------------------------- */
#page .wp-pagenavi {
	margin: 25px 0 10px;
	text-align: center;
	font-size: 90%;
}
#page .wp-pagenavi span,
#page .wp-pagenavi a {
	display: inline-block;
	padding: 2px 7px;
	color: #222;
	border: 1px solid #555;
}
#page .wp-pagenavi a 
,#page .wp-pagenavi a:visited {
	color: #222;
}
#page .wp-pagenavi a:focus
,#page .wp-pagenavi a:active {
	background: #E7D6BF;
	text-decoration: none;
	color: #222;
	border: 1px solid #555;
}
#page .wp-pagenavi span.pages {
	display: block;
	text-align: center;
	border: none;
}
#page .wp-pagenavi span.current {
	color: #fff;
	background: #333;
	border: 1px solid;
	border-color: #333 !important;
}
#page .wp-pagenavi span.extend {
	border: none;
}

/* Posts and pages（検索結果ぺージ）
--------------------------------------------- */
ul.search_result {
	list-style: disc;
	padding-left: 20px;
}
ul.search_result li {
	margin-bottom: 0.6em;
}

/* archives（投稿アーカイブ・詳細ページ）
--------------------------------------------- */
.archive .news_wrapper {
	margin: 0 0 30px;
}

/* Posts and pages（参加店舗アーカイブ）
--------------------------------------------- */

.searchform_wrap h2 {
	font-size: 130%;
	font-weight: 700;
	text-align: center;
}
.searchform_wrap .store_number {
	margin: 15px 0;
	text-align: center;
}
.searchform_wrap .store_list_pdf {
	margin: 30px 0;
	background: #FFFFFF;
	border: solid 3px #F5BB0F;	
	text-align: center;
}
.searchform_wrap .store_list_pdf a {
	display: block;
	padding: 10px 25px;
	width: 100%;
	height: 100%;
	color: #002246;
	text-decoration: none;
}
ul.search_result_list {
	list-style: none;
	column-gap: 5%;
	padding: 50px 5px;
}
ul.search_result_list li.tenant_box {
	margin-bottom: 7%;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.12);
}
ul.search_result_list li.tenant_box:nth-last-child(1) {
	margin-bottom: 0;
}
li.tenant_box {
	padding: 2% 5% 3%;
}
li.tenant_box h3.title {
	margin: 0.7em 0 0.9em;
	font-size: clamp(20px,3.9vw,24px);
	font-weight: 700;
	line-height: 1.4;
}
li.tenant_box .cat {
	line-height: 1;
}
li.tenant_box .cat span {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 2px;
	padding: 3px 10px 4px;
	font-size: clamp(12px,2.2vw,14px);
	color: #059730;
	letter-spacing: 0.05em;
	border: 1px solid #059730;
	border-radius: 2px;
}
li.tenant_box dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 7px 0;
	color: #444;
	font-size: clamp(12px,3vw,15px);
	line-height: 1.4;
}
li.tenant_box dl dt {
	padding: .4em;
	width: 6em;
	border-bottom: 1px dotted #aaa;
}
li.tenant_box dl dd {
	margin: 0;
	padding: .4em;
	width: calc(100% - 6em);
	border-bottom: 1px dotted #aaa;
}
li.tenant_box dl p {
	
}
li.tenant_box a,
li.tenant_box a:visited {
	color: #195d9e;
	text-decoration: none;
	word-wrap: break-word;
}
li.tenant_box a:focus,
li.tenant_box a:active {
	text-decoration: underline;
}

li.tenant_box .btn_wrap {
    position: absolute;
    top: -31px;
    right: 0;
}
li.tenant_box .btn_wrap a {
    display: inline-block;
    margin: 0 2px;
    padding: .65em .5em;
    color: #f3982d;
    background: #fff;
    border: 1px solid #f3982d;
	border-radius: 5px;
	text-decoration: none;
}
li.tenant_box .btn_wrap a:hover,
li.tenant_box .btn_wrap a:active {
	color: #fff;
	background: #f3982d;
	text-decoration: none;
	transition: all .1s;
}


/* sidebar
--------------------------------------------- */
aside .past_entry {
	margin: 50px 10px 0;
	font-size: 95%;
}
.past_entry h2 {
	margin-bottom: 15px;
	padding: 0 0 8px;
	font-weight: 600;
	border-bottom: 1px solid #222;
}
.past_entry ul.past_entry_list {
}
.past_entry ul li {
	margin-bottom: 13px;
	padding: 0 5px 15px;
	border-bottom: 1px dotted #777;
}
.past_entry ul li time {
	display: block;
	margin-bottom: 3px;
	font-size: 95%;
	font-weight: 500;
}
.past_entry ul li p {
	font-size: 90%;
	line-height: 1.5;
}
.past_entry ul li p a {
	color: #222;
}
.past_entry .more {
	margin: 15px 0;
	text-align: right;
}
.past_entry .more a {
	color: #222;
	font-size: 88%;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}

/* footer
--------------------------------------------- */
#site_footer {
	position: relative;
	margin: 90px 0 0;
	padding-bottom: 60px;
	font-size: clamp(10px,3.3vw,18px);
	background: #F8F3E9;
	border-top: 3px solid #A16600;
	z-index: 1;
}
#site_footer h2 {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	padding: 10px 0 0;
	width: 75%;
	height: 49px;
	font-size: 140%;
	font-weight: 700;
	text-align: center;
	background: url("images/footers/footer_h2_bg_sp.svg")no-repeat;
	background-position: top;
	background-size: contain;
	border-radius: 8px 8px 0 0;
}

.footer_innerwrap {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 96%;
	font-size: clamp(10px,3.3vw,20px);
	text-align: center;
}

.footer_innerwrap p.footer_title {
	font-size: 170%;
	font-weight: 700;
	letter-spacing: 0.07em;
}
.footer_innerwrap p.footer_txts {
	font-size: 80%;
	letter-spacing: 0.08em;
}
.footer_innerwrap p.footer_txtm {
	font-size: 96%;
}
.footer_innerwrap p.footer_link {
	margin-top: 10px;
}
.footer_innerwrap p.footer_link a {
	text-align: center;
}
.footer_innerwrap .btn_wrap {
	display: flex;
	justify-content: center;
	column-gap: 3%;
	margin: 30px auto;
}
@media print, screen and (max-width:550px) {
.footer_innerwrap .btn_wrap {
	flex-direction: column;
	margin: 30px auto 10px;
	width: 85%;
}
.footer_innerwrap .btn_wrap li {
	margin-bottom: 12px;
}
}

/*フッターの共通スタイル*/
.footer_innerwrap a,
.footer_innerwrap a:visited {
	color: #222;
	text-decoration: none;
}
.footer_innerwrap a:hover,
.footer_innerwrap a:active {
	text-decoration: underline dotted #555;
}

/*コピーライト*/
#copyright {
	padding: 20px 0 10px;
	font-size: 65%;
	text-align: center;
	letter-spacing: 0.2em;
}
#copyright a,
#copyright a:visited {
	color: #222;
	text-decoration: none;
}
#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
}

/*下部固定メニュー*/
.footer_area {
	display: flex;
	justify-content: space-around;
	position: fixed;
	padding: 4px 0 2px;
	bottom: 0;
	width: 100%;
	background-color: #98561d;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	z-index: 10000;
}
.footer_area .footer_area_inner {
	flex: 1;
}
a.inquiry_btn {
	display: block;
    background-color: #98561d;
    text-align: center;
	text-decoration: none;
}
a.inquiry_btn img.tel {
	width: 20px;
	height: auto;
	margin-top: 3px;
	margin-bottom: 2px;
}
a.inquiry_btn img.mail {
	width: 30px;
	height: auto;
	margin-top: 9px;
	margin-bottom: 4px;
}
a.inquiry_btn img.totop {
	width: 30px;
	height: auto;
	margin-top: 8px;
	margin-bottom: 5px;
}
a.inquiry_btn p {
	color: #fff;
	font-size: 65%;
	line-height: 1.9;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}


/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right 70%;
    padding:0 18px 0 0;
}
a[href $='.pdf'] a {
    text-decoration:none;
}

a[href $='.pdf'] a:hover {
    text-decoration:none;
}

/*PDFアイコン非表示(店舗様向けダウンロード)*/
.noicon > a[href$=".pdf"] {
	background: none;
	padding: 0;
}

.tenpo_setsumeikai table tbody tr td {
	border:none;
	border:solid 1px #C7C7C7;
	vertical-align: top;
}
.tenpo_setsumeikai table tbody tr:nth-child(1)  {
	text-align: center;
	background: #D0F493;
}
.tenpo_setsumeikai table body tr td:nth-child(1) {
	width:40%;
	text-align: center;
}
.tenpo_setsumeikai table tbody tr td:nth-child(2) {
	width:60%;
}

.gaiyo table tr td {
	border:none;
	padding: 10px 6px;
	vertical-align: top;
}
.gaiyo table tr td:nth-child(1) {
	width: 33%;
    padding-left: 8px;
    border-bottom: solid 2px #E8D5A1;
}
.gaiyo table tr td:nth-child(2) {
	width: 67%;
	padding-left: 8px;
	border-bottom:solid 1px #E8D5A1;
}

/*YouTube埋込ブロック*/
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

}
