/*--------------------------------------------------------------
>>> 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: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 88%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* 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.8;
	letter-spacing: 0.06em;
}
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: #f3982d;
	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;
}
span.inlineblock {
	display: inline-block;
}

/* Links
--------------------------------------------- */
a {
	color: #D85A10;
}
a:visited {
	color: #E56C24;
}
a:hover,
a:focus,
a:active {
	color: #E56C24;
	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;
}

main .contents_page_inner {
	margin: 0 auto 50px;
	padding: 2em 1.5em 10px;
	width: 95%;
	min-height: 200px;
	background: #fff;
	border-radius: 15px;
}
main .contents_page_inner.page_2col {
}
main .contents_page_inner.page_2col article {
}
main .contents_page_inner.page_2col aside {
}


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

/* header
--------------------------------------------- */
.header {
	background: #fff;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
}
.site_title {
	width: 50%;
}
.site_title img {
	margin: 5px 0 5px 10px;
}
.header_links {
	padding-right: 70px;
}

.header_links ul li.tel,
.header_links ul li.contact {
	display: none;
}
.header_links .apply a {
	display: inline-block;
	padding: 9px 8px 9px 7px;
	background: #E6451E;
	border-radius: 5px;
}
.header_links .apply a img {
	width: 45px;
	height: auto;
}

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

/*ボタン外側*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
	top: 8px;
	right: 8px;
	background:none;
	background-size: contain;
	cursor: pointer;
    width: 58px;
    height:58px;
	z-index: 20;
	
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 4px;
	background: #E6451E;
  	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";/*3つ目の要素のafterにメニュー表示を指定*/
	position: absolute;
	top:4px;
	left:-14px;
	width: 60px;
	text-align: center;
	color: #E6451E;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
}


/*activeクラスが付与されると線が回転して×になり、メニュー⇒とじるに変更*/
.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";/*3つ目の要素のafterにとじる表示を指定*/
    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: #fff;
    width: 100%;
    height: 100%;
	overflow-y: auto;
}
.sp_nav .search {
	margin: 20px 0;
}
.sp_nav .searchform {
	margin: 0 auto;
	max-width: 450px;
}
.sp_nav .searchform .search_title {
	display: inline-block;
	width: 4em;
}
.sp_nav .searchform .feas_meta_dropdown,
.sp_nav .searchform .feas_meta_freeword {
	width: calc(100% - 5em);
}
.sp_nav .searchform input.feas-submit-button {
	margin-top: 0px;
}

.sp_nav_wrap{
    display: flex;
    justify-content: center;
	padding: 0 0 90px;
    width: 98%;
	background: #fff;
}
.sp_nav ul.sp_nav_menu {
	margin: 0 auto;
	padding: 15px 15px 30px;
	width: 96%;
	max-width: 470px;
	background: #fff;
}

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

/*親メニュー*/
.sp_nav ul.sp_nav_menu > li {
	position: relative;
	padding: 8px 5px 8px 28px;
	font-size: 130%;
}
.sp_nav ul.sp_nav_menu > li:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 5px;
	display: inline-block;
	background: #E6451E;
	background-size: contain;
	width: 10px;
	height: 10px;
}
.sp_nav ul.sp_nav_menu li a {
	display: block;
}

/* TOP　コンテンツ
--------------------------------------------- */
.contents_top h2,
footer h2 {
	padding: .4em;
	color: #000;
	font-size: clamp(145%,4.5vw,180%);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.5em;
}

.mv {
	padding: 30px 4% 30px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.mv img {
	width: 90%;
	max-width: 530px; 
	height: auto;
}
.schedule {
	padding: 44px 0% 49px;
    text-align: center;
    background: #fff;
    clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
}
.schedule img {
	width: 85%;
	max-width: 420px;
	height: auto;
}
.fukuiine {
	/*padding: 9% 0;*/
	padding: 6% 0 0;
	text-align: center;
}

section.search {
	padding: 85px 0;
	background: #fff;
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
}

.search_inner h2 {
	padding: .4em;
	color: #000;
	font-size: clamp(145%,4.5vw,180%);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.5em;
	}
.search_inner h2 span {
	display: inline-block;
	padding: 3px 10px 3px 2em;
	background: url("images/pages/mark_search.svg")no-repeat left center/contain;
}
.search_inner .search_txt {	
	font-weight: 700;
	font-size: 125%;
	text-align: center;
}
.searchform {
	margin: 20px auto;
	width: 90%;
	max-width: 400px;
	font-size: 120%;
}
.searchform input,
.searchform select {
	font-size: 100%;
	width: 100%;
		height: 2em;
	background: #fff;
}
.searchform form > div {
	margin: 10px 0;
}
.searchform .search_title {
	display: block;
	width: 100%;
}
.searchform .feas_meta_freeword {
	width: 100%;
}
.searchform input.feas-submit-button {
	display: block;
	margin: 30px auto 0;
	padding: 13px;
	color: #fff;
	font-weight: 700;
	width: 180px;
	height: inherit;
	background: #e6451e;
	border: none;
	border-radius: 30px;
}

section.campaign {
	padding: 28px 0 0;
}
.campaign_whitebox {
	margin: 0 auto;
    padding: 20px 24px;;
    width: 95%;
    background: rgba(255,255,255,1.0);
    border-radius: 25px;
	font-size: 1.10em;
}

/*お知らせ*/
section.news {
	padding: 30px 0 0;
	
}
.news_whitebox {
	margin: 0 auto;
	padding: 20px 20px;
	width: 95%;
	background: rgba(255,255,255,1.0);
	border-radius: 25px;
}

ul.news_wrapper {
	margin: 0 0 15px;
}
ul.news_wrapper li.news_box {
	border-bottom: 1px dashed #B4CFD2;
	padding: .8em 4px;
}
ul.news_wrapper li.news_box time.date span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 1.5em 1px;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.5em;
	border: 1px solid #E6451E;
	border-radius: 30px;
}
ul.news_wrapper li.news_box p {
	line-height: 1.4em;
}
/*リンク色*/
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: -.2em;
    right: 0px;
}

/*過去一覧*/
.news_more {
	margin-top: 20px;
	text-align: center;
}
.news_more a {
	display: inline-block;
	padding: 7px 40px;
	color: #fff;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: all .1s;
	background: #E6451E;
	
	border-radius: 30px;
}
.news_more a:hover,
.news_more a:active {
	transition: all .1s;
	opacity: 0.75;
}
.news_more a span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.news_more a span:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 39%;
	width: 10px;
	height: 3px;
	background: #fff;
	margin-top: 5px;
	-webkit-transform: rotate(-46deg);
	transform: rotate(-46deg);
	border-radius: 5px;
	transition: all .2s;
}
.news_more a span:after {
	content: "";
	position: absolute;
	right: 00px;
	top: 39%;
	width: 10px;
	height: 3px;
	background: #fff;
	-webkit-transform: rotate(46deg);
	transform: rotate(46deg);
	border-radius: 5px;
	transition: all .2s;
}

section.info {
	padding: 28px 0;
}

.info_whitebox {
	margin: 0 auto;
	padding: 20px 1em;
	width: 95%;
	background: rgba(255,255,255,1.0);
	border-radius: 25px;
}
section.info .info_table {
	margin: 10px auto 30px;
}
section.info .info_table dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #8E8E8E;
	border-bottom: none;
}
section.info .info_table dl dt {
	padding: .5em .8em;
	width: 130px;
	border-bottom: 1px solid #8E8E8E;
	border-right: 1px solid #8E8E8E;
}
section.info .info_table dl dd {
	margin: 0;
	padding: .5em .8em;
	width: calc(100% - 130px);
	border-bottom: 1px solid #8E8E8E;
}

section.info .notice ul {
	margin: 0 0 25px 1.7em;
	list-style: disc;
}
section.info .notice > p {
	margin: 10px 0;
	font-weight: 700;
}


/* Posts and pages
--------------------------------------------- */
.entry-content p {
	margin-bottom: 1.8em;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 1.2em;
}

.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 0 20px;
	text-align: right;
	font-size: 90%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Posts and pages（見出し）
--------------------------------------------- */
/* H1 */
h1.entry-title,
h1.category_name {
	margin-bottom: 20px;
	padding: 25px 4%;
	color: #fff;
	font-size: clamp(135%,4.5vw,180%);
	font-weight: 700;
	text-align: center;
	background: #E6451E;
	letter-spacing: 0.08em;
}
.single h1.entry-title {
	font-size: clamp(120%,4.5vw,170%);	
}
/* H2 */
.entry-content h2 {
	position: relative;
	margin: 0px 0 13px;
	padding:0 0 8px 18px;
	font-size: 155%;
	font-weight: 700;
	border-bottom:solid 1px #F57200;
}
.entry-content h2::after {
	position: absolute;
	content: '';
	left: 0;
	width: 12px;
	height: 12px;
	background: #F57200;
}

/* H3 */
.entry-content h3 {
	position: relative;
	display: inline-block;
	margin: 8px 0 0 2px;
	padding: 8px .5em 8px 15px;
	font-size: 120%;
	font-weight: 500;
}
.entry-content h3::after {
	position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #F57200;
}

/* Posts and pages（ページナビ）
--------------------------------------------- */
#page .wp-pagenavi {
	margin: 0 0 10px;
	font-size: 90%;
	text-align: center;
}
#page .wp-pagenavi span,
#page .wp-pagenavi a {
	display: inline-block;
	padding: 2px 8px 3px;
	color: #222;
	border-radius: 4px;
	border: 1px solid #aaa;
}
#page .wp-pagenavi a 
,#page .wp-pagenavi a:visited {
	color: #222;
}
#page .wp-pagenavi a:hover
,#page .wp-pagenavi a:active {
	background: #EBEBEB;
	text-decoration: none;
	color: #222;
	border: 1px solid #aaa;
}

#page .wp-pagenavi span.pages {
	display: block;
	border: none;
}
#page .wp-pagenavi span.current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

#page .wp-pagenavi span.extend {
	border: none;
}

/* 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 5px;
	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;
}


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


/* Posts and pages（問い合わせ）
--------------------------------------------- */
.inquiry_list dt {
	margin: 14px 0 0px 0;
	padding: 0;
	font-weight: bold;
}
/*.inquiry_list dd {
	margin: 7px 0 3px 0;
}*/
.inquiry_list dt p,
.inquiry_list dd p {
    margin-bottom: 5px;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	margin: 2px 0;
	padding: 9px 8px;
	border-radius: 3px;
	border: solid 1px #999999;
}
.inquiry_list {
	display: block;
	margin: 0 auto;
	padding: 8px 3px;
	line-height: 1.30;
}
.con_bankname,
.con_bankother,
.con_bankcd,
.con_bankbranch,
.con_accountnumber,
.con_accountkana,
.con_nameofoffice,
.con_storename,
.con_storenamekana,
.con_name,
.con_tel,
.con_address,
.con_jusyo,
.con_others,
.con_inquiry {
	padding:6px 5px;
	width:100%;
}
.inquiry_list_confirm p {
	margin: 0;
}
.con_kyokano {
	width: 50%;
}
input.con_kyokano {
	margin: 0 5px 0 0;
}
.con_yubin1 {
	width: 60px;
}
.con_yubin2 {
	width: 70px;
}
.con_openinghours {
	margin: 0 10px 0 0;
	width: 100%;
    height: 100px;
}
.con_others {
	width: 100%;
}

.wpcf7-list-item-label {
	margin-right: 6px;
}

span#con_check {
	font-size:90%;
}

.wpcf7-submit {
	font-weight: bold;
}
.wpcf7.wpcf7c-conf {
	border: solid 1px #eee;
	background-color: #fff;
	font-weight: bold;
}
.wpcf7-radio .wpcf7-list-item {
 	margin: 0 .9em 0 0;
}
.must {
	color: #FF1F23;
}

#finland,
#mexico,
#flance,
#vietnam,
#taiwan,
#thai,
#singapore,
#indonesia,
#australia,
#newzealand {
	display: none;
}

#agreement {
	margin: 15px 0 0;
    padding: 16px 15px;
    text-align: center;
    border: solid 1px #EBD2AF;
    background: #FFF2E7;
}
#agreement p {
	margin: 0;
	line-height: 1.30;
}
#agreement p input {
	margin: 0 10px 5px;
}
.doui_wrapper {
	margin: 5px 0 15px;
	line-height: 1.5em;
}
#doui {
	padding: 10px;
	width: 150px;
}
#modoru,
#tsugi {
	padding: 5px 10px;
    width:120px;
}
body .wpcf7-list-item {
	margin: 0;
}

/*ページローディング非表示*/
.wpcf7-spinner {
	display: none !important;
}

/*reCAPTCHA用文言*/
.recaptcha {
	margin: 30px 0 15px;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
.recaptcha a {
	color: #444444;
}





/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* sidebar
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
aside .past_entry  {
	margin-top: 50px;
}
.past_entry h2 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 95%;
	font-weight: 500;
	color: #e6451e;
	border-bottom: 2px solid #e6451e;
}
.past_entry ul.past_entry_list {
	margin: 10px 0;
}
.past_entry ul li {
	position: relative;
	margin-bottom: 10px;
	padding:0 5px 13px 5px;
	border-bottom: 1px dotted #777;
}
.past_entry ul li time {
	display: block;
	font-size: 90%;
    font-weight: 400;
	color: #666;
}
.past_entry ul li a {
	font-size: 90%;
	color: #222;
}
.past_entry .more {
	margin: 20px 10px;
	text-align: right;
}
.past_entry .more a {
	display: inline-block;
	padding: 3px 1.5em;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	background: #e6451e;
	border-radius: 20px;
	transition: all .1s;
}
.past_entry .more a:hover,
.past_entry .more a:active {
	opacity: 0.78;
	transition: all .1s;
}


/* Widgets
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
.recent_entry_list section {
	padding: 15px 20px;
	background: #fff6e9;
	border-radius: 10px;
	border: 1px solid #efe4d3;
}
.recent_entry_list a,
.recent_entry_list a:visited {
	color: #222;
	text-decoration: none;
}
.recent_entry_list a:hover,
.recent_entry_list a:active {
	color: #f99ea1;
	transition: all .2s;
}

.recent_entry_list h2 {
	margin: 10px 0 20px;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
}
.recent_entry_list ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding: 0 8px 10px 15px;
	border-bottom: 1px dotted #555;
}
.recent_entry_list ul li:before {
	content: "●";
	position: absolute;
	top: .5em;
	left: 1px;
	color: #ffbbbd;
	font-size: .8em;
	
}
.recent_entry_list ul li time {
	order: 1;
	margin-bottom: 3px;
	font-size: 85%;
	font-weight: 500;
}
.recent_entry_list ul li a {
	order: 2;
	font-size: 90%;
}


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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* footer
--------------------------------------------- */
#site_footer {
	padding: 50px 5% 60px;
	background: #fff;
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
}
footer h2 {
	font-size: 220%;
}
.footer_about {
	text-align: center;
}
.footer_about p.footer_title {
	font-size: clamp(110%,4vw,130%);
	font-weight: 700;
	line-height: 1.4em;
}
.footer_about p.footer_info {
	margin-bottom: 18px;
	font-size: clamp(100%,2.5vw,120%);
}
.footer_about p.footer_info img {
	margin: 15px 0;
}
.footer_about p.footer_info a.txtlink {
	display: inline-block;
}
.footer_about p.footer_contact a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1.8em 3em;
	color: #fff;
	font-size: 125%;
	font-weight: 700;
	background: #e6451e;
	transition: all .1s;
}
.footer_about p.footer_contact a:hover,
.footer_about p.footer_contact a:active {
	transition: all .1s;
	opacity: .78;
	text-decoration: none;
}
.footer_about a.policy {
	font-size: 80%;
}

div.footer_innerwrap .contact {
	margin: 30px auto;
    width: 100%;
}
div.footer_innerwrap .contact dl {
	margin: 0;
	align-items:center;
}
div.footer_innerwrap .contact dl dt {
	margin: 0;
    background: #BE2727;
    border-radius: 35px;
    display: inline;
    color: #fff;
    padding: 5px 15px;
}
div.footer_innerwrap .contact dl dd {
	margin: 6px 0 20px 0;
    text-align: center;
}
div.footer_innerwrap .contact dl dd img {
	margin: 9px 0 0 0;
    width: 80%;
}

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

/*コピーライト*/
#copyright {
	padding: 20px 0 10px;
	font-size: 60%;
	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;
	align-items: center;
	position: fixed;
	padding:10px 3% 12px 0%;
	bottom: 0;
	width: 100%;
	background-color: #e6451e;
	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: flex;
	justify-content: center;
	align-items: center;
    background-color: #e6451e;
	text-decoration: none;
}
a.inquiry_btn p.imgbox {
	width: 40px;
    height: auto;
    text-align: center;
}

a.inquiry_btn p {
	color: #fff;
	font-size: 72%;
	line-height: 1.9;
}
a.inquiry_btn img.tel {
	width: 18px;
}
a.inquiry_btn img.contact {
	width: 30px;
}
a.inquiry_btn img.totop {
	width: 28px;
}




/*--------------------------------------------------------------
# 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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*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;
}


.kakomi_a {
	padding: 15px 18px;
	border:solid 3px #D85A10;
	font-size: 1.04em;
}

.kakomi_green {
	padding: 10px 13px;
    border: solid 3px #49CF69;
}

}
