@charset "UTF-8";


/* scroll_up ｜ 下から上へ出現
---------------------------------*/
.scroll_up {
	transition: 0.9s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.is-inview {
	transform: translateY(0);
	opacity: 1.0;
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
.timing06 {transition-delay: .10s;}
.timing07 {transition-delay: .12s;}
.timing08 {transition-delay: .14s;}
.timing09 {transition-delay: .16s;}
.timing10 {transition-delay: .18s;}


/* 共通
---------------------------------*/
body {
	background-repeat: repeat-x;
	background-color: #f3fafe;
}
#hed {
	/* [disabled]float: left; */
	/* [disabled]width: 100%; */
	/* [disabled]position: inherit; */
	/* [disabled]z-index: auto; */
	/* [disabled]left: 0px; */
	/* [disabled]top: 0px; */
	/* [disabled]margin-top: 15%; */
}

.font_e_big {
	font-size: 137%;
	font-weight: 400;
	line-height: 0.6;
}

.hed_top {
	position: fixed;
	left: 0px;
	top: 0px;
	float: left;
	clear: both;
	margin-bottom: 30px;
	background-color: rgba(220,231,248,0.6);
}
.kyo_logo {
	width: 23%;
	margin-left: 3%;
	min-width: 200px;
	margin-bottom: 8px;
}
.kyo_logo_260101 {
	width: 60%;
	margin-left: 3%;
	max-width: 400px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.kyo_logo_260101 img {
	width: 100%;
	height: auto;
}
.qqa {
	float: right;
	width: 15%;
	margin-right: 60px;
}

#mova_on {
	float: right;
	width: 40px;
	/* [disabled]display: none; */
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1500;
	/* [disabled]background-color: #FFF; */
}
#mova_of {
	position: fixed;
	top: 10px;
	float: right;
	width: 40px;
	display: none;
	right: 10px;
	z-index: 1500;
}
#menu_box {
	margin-bottom: 30px;
	float: right;
	color: #804F21;
	display: none;
	z-index: 2000;
	height: 100vh;
	overflow-y: auto;
	background-color: #FFF;
	max-width: 480px;
	padding: 1%;
	width: 98%;
}

#menu_im {
	width: 300px;
	margin-bottom: 10px;
	max-width: calc(100% - 70px);
}
#top_ty_img {
	width: 300px;
	margin-bottom: 10px;
	max-width: calc(100% - 70px);
}
#menu_box a {
	color: #000000;
}

#menu_box .wi {
	text-align: center;
}
#menu_box .wi img {
	float: none;
	clear: none;
	width: 23px;
	padding-left: 20px;
}

#menu_box .li_ty {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#menu_box ul li {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #804F21;
}
#menu_off {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 60px;
}

#link01 {
	background-color: #EDEDEE;
}
#link02 {
	background-color: #CCC;
}
#link03 {
	background-color: #EDEDEE;
}
#link04 {
	background-color: #CCC;
}
#link05 {
	background-color: #EDEDEE;
}
#link06 {
	background-color: #CCC;
}
#link07 {
	background-color: #EDEDEE;
}
#link08 {
	background-color: #CCC;
}
#link09 {
	background-color: #EDEDEE;
}
#link10 {
	background-color: #CCC;
}
#link11 {
	background-color: #EDEDEE;
}

#pop1 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop2 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop3 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop4 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop5 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop6 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop7 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop8 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop9 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}
#pop10 {
	display: none;
	background-color: rgba(255,255,255,0.9);
}

.close {
	float: left;
	width: 80%;
	/* [disabled]background-color: #000; */
	text-align: center;
	margin-bottom: 20px;
	border-radius: 20px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10%;
}
.home_pg  {
	float: right;
	margin-right: 5px;
}
.in_img_scond {
	height: 440px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#maine_cont_box {
	/* [disabled]float: right; */
	/* [disabled]width: 81%; */
	/* [disabled]max-width: -webkit-calc(100% - 200px); */
	/* [disabled]max-width: calc(100% - 225px); */
	clear: both;
	/* [disabled]margin-bottom: 100px; */
}
#top_link_box {
	margin-bottom: 10px;
}
.tops_img {
	margin-bottom: 60px;
	max-width: 100%;
	text-align: center;
}
.tops_img img {
	/* [disabled]float: none; */
	height: auto;
	/* [disabled]width: 100%; */
}

.top_link_co {
	background-color: #CCCCCC;
}

.top_link {
	margin-top: 10px;
	/* [disabled]text-align: center; */
	width: 76%;
	float: left;
	margin-left: 3%;
	/* [disabled]background-color: #CCF; */
}
.top_link span {
	border-left: 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 5px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
}
.top_link .Rliin {
	border-right: 1px solid #666;
}
.top_link .Lliin {
	border-left: 1px solid #666;
}

.top_link li {
	float: left;
	margin-left: 0.5%;
	text-align: center;
	/* [disabled]border-radius: 10px 10px 0px 0px; */
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	/* [disabled]box-shadow: inset 3px 3px 3px 0px #FFF; */
	/* [disabled]width: auto; */
	white-space: nowrap;
	/* [disabled]font-size: 10px; */
}
.top_link li a {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_link li:hover {
	background-color: #EEFBFF;
}

#hed .logo {
	margin-bottom: 20px;
}

.mein_box {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
	color: #8C6239;
}

.top_ty {
	/* [disabled]font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
	/* [disabled]font-size: 36px; */
	font-weight: bold;
	font-weight: 700;
	float: left;
	width: 98%;
	margin-bottom: 20px;
	margin-left: 0%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	background-color: #FFF;
	/* [disabled]border-radius: 20px; */
	/* [disabled]box-shadow: 2px 2px 2px 1px #666; */
	border-bottom: 2px solid #666;
	background-image: url(../images/top/tybac.gif);
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
}
.top_ty2 {
	float: left;
	width: 95%;
	margin-left: 2%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

	font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 700;

	padding-left: 1%;
	margin-bottom: 15px;
	/* [disabled]font-size: 24px; */
	/* [disabled]background-color: #FFFFFF; */
	border-radius: 10px 10px 0px 0px;
}

#botom {
	float: left;
	width: 100%;
	background-color: #c8c9ca;
	padding-top: 60px;
}

.bt_link {
	float: left;
	width: 94%;
	padding-left: 3%;
	margin-bottom: 15px;
}
.bt_link a {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-weight: 700;
}
.bt_link span {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFF;
	float: left;
}
.bt_link .Rliin {
	border-right: 1px solid #FFF;
}
.bt_link .Lliin {
	border-left: 1px solid #FFF;
}
.bt_link li {
	float: left;
	width: 12%;
	text-align: center;
	margin-left: 0.5%;
}

.bt_shop_box {
	float: left;
	width: 100%;
	width: 96%;
	background-color: #221815;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 2%;
	padding-left: 2%;
}

.cp {
	width: 74%;
	float: left;
	/* [disabled]background-color: #666; */
	padding: 0px;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bt_shop_box .mk {
	float: left;
	width: 20%;
	text-align: center;
}
.bt_shop_box .mk img {
	float: none;
}

.bt_shop_box .mk_260101 {
	float: left;
	width: 23%;
	text-align: center;
}
.bt_shop_box .mk_260101 img {
	float: none;
	width: 100%;
	height: auto;
}

.bt_box {
	float: left;
	width: 54%;
	margin-left: 2%;
}
.bt_box.bt_box_260101 {
	width: 51%;
}

.bt_box .sho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;

	font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 700;

	font-size: 36px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #039;
	border-bottom-color: #039;
}
.bt_box .jyu {
	margin-bottom: 5px;
	letter-spacing: 0em;
}
.bt_box .tel {
	float: left;
	margin-right: 1%;
	/* [disabled]margin-left: 1%; */
	/* [disabled]margin-bottom: 16px; */
	width: 160px;
}

.bt_shop_box .qr {
	float: right;
	width: 8%;
	text-align: center;
	margin-left: 2%;
	margin-right: 12%;
}
.bt_shop_box .qr img {
	/* [disabled]float: none; */
}

.shops_box {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
}
.shops_box div {
	text-align: center;
}

.shops_box .sps {
	font-size: 20px;
	margin-bottom: 20px;
}
.shops_box .sps a {
	color: #804F21;
	font-weight: bold;
	font-weight: 700;
}
.shops_box .jyu {
	margin-bottom: 10px;
}
.tel_p {
}
.tel a {
	color: #FFFF99;
}
.tel_m {
	display: none;
}
.group_lg {
	text-align: center;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.group_lg img {
	float: none;
}

.link_next_line {
	margin-top: 60px;
}
.link_next_line a {
	color: #FFF;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.link_next_lf {
	float: left;
	width: 260px;
	margin-left: 15px;
	margin-bottom: 16px;
}
.link_next_ri {
	float: right;
	width: 160px;
	margin-right: 15px;
	margin-bottom: 16px;
}
.menu_rst {
	text-align: center;
}

.pl_bt {
	float: left;
	width: 100%;
	background-color: #6A3906;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}

.right_bt {
	float: right;
}
.datto::before {
   content: '@';
}
.img10_box {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	background-color: #f7f7f7;
}
.bt_box .ma {
	margin-top: 5px;
}






/*---------- wp 新着情報 ----------*/
.page-header {
	display: block;
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 0px 0px 0px;
	float: none;
	max-width: 100%;
	z-index: auto;
	position: relative;
}
.page-header .bbtyli {
	margin-top: 19px;
	margin-bottom: -20px;
	float: none;
	width: auto;
	background-image: url("../images/top/tybac.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 30px;
	font-weight: bold;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
}

.page-news {
	display: block;
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0px 60px 0px;
	float: none;
	max-width: 100%;
	z-index: auto;
}
@media screen and (max-width: 1200px) {
	.page-news {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
}

.page-news div {
	float: none;
	width: auto;
}

.page-news .p-cmn01 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 80px;
	text-align: center;
}

.page-news .content-left {
	width: 70%;
}
.wp-detail-guide2 {
	margin: 0px 0 0px 0;
}

.wp-detail {
	width:100%;
	word-wrap: break-word;
	margin:0px 0px 60px;
	text-align: center;
}
.wp-detail img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.wp-detail .cate {
	float: left;
	font-weight: bold;
	font-weight: 700;
	color: #FFF;
	background-color: #000;
	width: 130px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px !important;
	line-height: 1.4;
	display:inline-block;
}
.wp-detail .e_date{
	float: right;
	text-align:left !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin:0 0 20px 0px !important;
	line-height: 1.4;
	display:inline-block;
}

.wp-detail .ttl {
    padding: 0px 0 10px 0;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
	border-bottom: #333333 2px solid;
    margin-bottom: 10px !important;
    text-align: left;
}
.wp-detail .ttl a {
    text-decoration: none;
}
.wp-detail .ttl a:hover
{
    opacity: 0.6;
    text-decoration: none;
}

.wp-detail h1 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h2 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h3 {
    margin-bottom: 15px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h4 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h5 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}
.wp-detail h6 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

.wp-detail p {
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.wp-detail span {
    font-weight: 600;
}

.wp-detail strong {
    font-weight: 700;
}

.wp-detail figcaption {
    margin-top: 0px !important;
    line-height:1.5 !important;
    font-size:14px !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    text-align: center !important;
}


#sidebar {
	width: 25%;
	padding-left: 5%;
	padding-bottom: 60px;
}
.sidebar2
{
	width: 23% !important;
}
#sidebar .sidebar-inner {
}

#sidebar #block-8 {
}

.page-news #sidebar label {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#sidebar .sidebar-inner .sidebar-box
{
}
#sidebar .sidebar-inner .sidebar-box h3
{
    line-height:1;
    font-weight:bold;
    text-align:left;
    color:#000000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}
#sidebar .sidebar-inner .sidebar-box img
{
    width: 100%;
    height: auto;
}
#sidebar .sidebar-inner .sidebar-box p
{
    padding-top: 10px;
    line-height:1.6;
    font-size:14px;
    font-weight: 500;
}
#sidebar .sidebar-inner .sidebar-box p.text-top
{
    padding-top: 0px;
    padding-bottom: 10px;
    font-size:14px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.sidebar-wrapper {
	margin-bottom: 30px;
}
.sidebar-title {
	line-height:1;
	text-align:left;
	color:#333333;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 500;
	padding: 0px 0px 10px 0px;
	border-bottom:#666666 1px solid;
}
.sidebar-title strong {
	color:#333333;
	font-size: 18px;
	font-weight: 500;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
    padding: 0;
    list-style: none;
}
 
.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
    position: relative;
    padding: 10px;
}
 
.widget_recent_entries li, .widget_nav_menu li {
    padding-left: 25px;
}
 
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
    text-decoration: none;
    color: #000000;
}
 
.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
    opacity: .6;
}
 
/*最近の投稿ウィジェット*/
.widget_saikin li {
    padding: 6px 0 6px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
    display: table;
    text-align:left;
}
.widget_saikin li:before {
    display: table-cell;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 10px;
    content: '>';
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
}
.widget_saikin li a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
    text-align:left;
}
.widget_saikin li a:hover {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
    text-align:left;
}

/*タグウィジェット*/
.tagcloud a {
}
 
/*新着ウィジェット*/
.widget_recent_entries {
    margin-top: -20px;
    padding-bottom: 20px;
    text-align:left;
}
.widget_recent_entries li {
    padding: 6px 0 6px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
    display: table;
}
.widget_recent_entries li:before {
    display: table-cell;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 10px;
    content: '>';
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
}
.widget_recent_entries li a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
    float: left;
}
.widget_recent_entries li a:hover {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0px;
}
 
/*メニューウィジェット*/
.widget_nav_menu li:before {
}

/*検索ウィジェット*/
.widget_search {
}
.widget_search .screen-reader-text {
    display: none;
}
.widget_search input {
    padding: 6px 6px 4px 6px;
}


/*カテゴリーウィジェット*/
.widget_categories {
    margin-top:-20px;
    text-align:left;
}
.widget_categories label {
    display: none;
}
.widget_categories select {
    padding: 6px 0px 4px 0px;
}

.widget_categories li {
	position: relative;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
	display: block !important;
}
.widget_categories li a {
	display: inline !important;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
}
.widget_categories li:before {
	content: ">";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
}


/*アーカイブウィジェット*/
.widget_archive {
    margin-top: -20px;
    text-align:left;
}
.widget_archive label {
    display: none;
}
.widget_archive select {
    padding: 6px 0px 4px 0px;
}

.widget_archive li {
	position: relative;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
	display: block !important;
}
.widget_archive li a {
	display: inline !important;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
}
.widget_archive li:before {
	content: ">";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0px;
}


/*カレンダーウィジェット*/
#wp-calendar {
    width: 100%;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
#wp-calendar a
{
    color: #3da7ba;
    text-decoration: none;
}
#wp-calendar caption {
    width: 100%;
    line-height:1;
    font-weight:bold;
    text-align:left;
    color:#000000;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}
#wp-calendar tfoot {
    width: 100%;
}
#wp-calendar tfoot tr td#prev {
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tfoot tr td#prev a {
    color:#000000;
}
#wp-calendar tfoot tr td#next {
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tfoot tr td#next a {
    color:#000000;
}
#wp-calendar thead {
}
#wp-calendar thead tr {
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding: 8px 0px 6px 0px;
    font-size: 14px;
    font-weight: 500;
}
/*月曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(1){
}
/*火曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(2){
}
/*水曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(3){
}
/*木曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(4){
}
/*金曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(5){
}
/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
}
/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
}
#wp-calendar tbody {
}
#wp-calendar tbody tr {
}
#wp-calendar tbody tr td {
    text-align: center;
    padding: 12px 0px 2px 0px;
    font-size: 14px;
    font-weight: 500;
}
#wp-calendar tbody tr #today {
}










/* 画面幅 640px以下
---------------------------------*/
@media screen and (max-width: 640px) {

	.center_box {
		width: 100%;
		padding: 0px;
		float: left;
		max-width: 100%;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0px;
		clear: both;
	}
	#hed {
		/* [disabled]position: fixed; */
		z-index: auto;
		left: 0px;
		top: 0px;
		/* [disabled]background-color: rgba(255,255,255,0.8); */
	}
	.kyo_logo {
		margin-top: 2px;
		margin-bottom: 6px;
	}
	.kyo_logo_260101 {
		width: 70%;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.qqa {
		display: none;
	}
	#mova_on {
		display: inline;
	}
	.tops_img {
		margin-bottom: 10px;
		text-align: center;
	}
	.watashi img {
		width: 100%;
	}
	.tops_img img {
		float: none;
	}
	.top_ty {
		font-size: 24px;
		letter-spacing: 0.2em;
	}
	.top_link {
		display: none;
	}
	.bt_link {
		width: 95%;
		padding: 0px 2.5% 0px 2.5%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-around;
	}
	.bt_link span {
		float: left;
		width: 37%;
		border: 1px solid #FFF;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 2.5%;
		margin-right: 2.5%;
		text-align: center;
		background-color: #7E7E7E;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bt_link a {
		font-size: 14px;
		font-weight: normal;
		font-weight: 400;
	}
	.top_link li {
		width: 45%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.top_link li a {
		float: left;
		width: 100%;
	}
	.center_box {
		width: 100%;
		max-width: 100%;
		/* [disabled]border: 2px solid #F00; */
		/* [disabled]background-color: #999; */
		margin: 0px;
		float: left;
	}
	.in_img_scond {
		height: 260px;
		/* [disabled]background-repeat: no-repeat; */
		/* [disabled]background-position: center top; */
		/* [disabled]background-size: cover; */
	}
	.tel_m {
		display: inline;
	}
	.tel_p {
		display: none;
	}
	#maine_cont_box {
		width: 100%;
		max-width: 100%;
	}
	.bt_link li {
		width: 42%;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 0%;
		margin-left: 5%;
		border: 1px solid #CCC;
		border-radius: 10px;
	}
	.bt_link li a {
		padding-top: 10px;
		padding-bottom: 10px;
		/* [disabled]font-size: 14px; */
	}
	.bt_shop_box {
		padding-bottom: 10px;
	}
	.bt_shop_box .mk {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	.bt_shop_box .mk_260101 {
		width: 80%;
		margin-left: 10%;
		margin-bottom: 20px;
	}
	.bt_box {
		width: 96%;
		margin-bottom: 30px;
	}
	.bt_box.bt_box_260101 {
		width: 96%;
	}
	.bt_box .tel {
		width: 90%;
		margin-top: 10px;
		margin-left: 5%;
		margin-bottom: 10px;
		text-align: center;
	}
	.bt_shop_box .qr {
		width: 80%;
		margin-left: 10%;
		float: left;
		margin-bottom: 30px;
	}
	.bt_box .ma {
		text-align: center;
	}
	.sid_menu {
		width: 100%;
		margin-bottom: 20px;
		display: none;
	}
	.qr img {
		float: none;
	}
	.cp {
		padding: 0px;
		margin: 0px;
		text-align: center;
		width: 100%;
	}






/*---------- wp 新着情報 ----------*/
	.page-header .bbtyli {
		margin-top: 16px;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.page-news {
		width: 100%;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.page-news .p-cmn01 {
		font-size: 16px;
		padding-top: 60px;
		padding-bottom: 30px;
		text-align: center;
	}
	.page-news .content-left {
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
	}
	.wp-detail
	{
		margin:0px 0px 60px;
	}
	.wp-detail .cate {
		width: 120px;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 12px !important;
	}
	.wp-detail .e_date{
		font-size: 14px !important;
		margin:0 0 15px 0px !important;
	}
	.wp-detail .ttl {
		margin-bottom: 10px !important;
		font-size: 20px;
	}
	.wp-detail h1 {
		font-size: 26px;
	}
	.wp-detail h2 {
		font-size: 24px;
	}
	.wp-detail h3 {
		font-size: 22px;
	}
	.wp-detail h4 {
		font-size: 20px;
	}
	.wp-detail h5 {
		font-size: 18px;
	}
	.wp-detail h6 {
		font-size: 16px;
	}
	.wp-detail p {
		font-size:14px;
	}
	.wp-detail figcaption {
		font-size:12px !important;
	}

	#sidebar {
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 60px;
		width: calc(100% - 30px);
	}
	.sidebar2 {
	    width:100% !important;
	}

	#sidebar .sidebar-inner .sidebar-box
	{
		text-align: center;
	}
	#sidebar .sidebar-inner .sidebar-box h3
	{
		font-size: 16px;
	}
	#sidebar .sidebar-inner .sidebar-box img
	{
		width: 100%;
		height: auto;
	}
	#sidebar .sidebar-inner .sidebar-box p
	{
		text-align:left;
	}

	.sidebar-wrapper {
		margin-top: -10px;
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.sidebar-title {
		font-size: 16px;
		padding: 0px 0px 10px 0px;
		margin-right: 0px;
	}
	.sidebar-title strong {
		font-size: 12px;
	}

	.widget_recent_entries {
		margin-top:-25px;
	}
	.widget_categories {
		margin-top:-25px;
	}
	.widget_archive {
		margin-top:-25px;
	}

}

