/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
/*	font-family: "Open Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: .07em;
	font-size: 14px;
	color: #333;
}

a{text-decoration: none;}
a:hover img {
	opacity: 0.7;
	filter: menu_right(opacity=70);
	-ms-filter: "menu_left(opacity=70)";
}
p{font-size:14px;line-height:1.6}
/*h1,h2,h3,h4,h5,h6{font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;text-transform:uppercase;font-weight:700}*/
/*h1,h2,h3,h4,h5,h6{font-family: "Open Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;text-transform:uppercase;font-weight:500}*/
h1,h2,h3,h4,h5,h6{text-transform:none;font-weight: 700;}
h1 {
	font-size: 23px;
}
h1.common {
	/*
	font-size: 24px;
	font-weight: normal;
	padding: .5em .75em;
	background-color: #eef4fb;
	*/
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 500;
	font-size: 18px;
	color: #00499f;
	margin: .8em 0;
	padding-left: .8em;
}
h2 {
	font-size: 20px;
	margin: 0;
}

h2.title-index1 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-bottom: .3em;
	margin-bottom: 1em;
}

h2.title-index2 {
	margin:  0;
/*	font-size: 12px;*/
	font-size: 1.2em;
	color: #333;
	position:  relative;
	font-weight:  normal;
	display: inline-block;
	background-color: #fff;
	padding-right: .5em;
}
.index2-wrap {
	position: relative;
	margin-bottom:15px;
}
.index2-wrap:before {
	content:  '';
	background-color: #333;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
h2.common {
	margin:  0;
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
/*	font-size: 12px;*/
	font-size: 1.4em;
	color: #00499f;
	position:  relative;
	font-weight:  normal;
	display: inline-block;
	background-color: #fff;
	padding-right: .5em;
}
.common-wrap {
	position: relative;
	margin-bottom:15px;
}
.common-wrap:before {
	content:  '';
	background-color: #00499f;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}

h2.access {
	font-weight: 500;
	padding: .5em .75em;
	background-color: #00499f;
	margin: 1.5em auto;
	color: #fff;
	text-align: center;
}


h2.privacy {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.5;
	position: relative;
	padding-bottom: .4em;
	padding-left: 1.2em;
}
h2.privacy:before {
	content: "";
    position: absolute;
    background: #00499F;
    top: 33%;
    left: 0.2em;
    margin-top :-10px;
    height: 20px;
    width: 6px;
}
h2.wp {
	font-weight: 500;
	font-size: 2em;
}
h3 {
	font-size: 18px;
	margin-top: 0;
}
h3.title-index1 {
	font-weight: 500;
/*	color: #fff;*/
	text-align: center;
}
h3.title-index2 {
	padding: .4em .75em;
	background-color: #0e3383;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: .5em;
}
h3.hospital { 
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: 500;
}
h3.hospital:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f39c5d;
	border-radius: 2px;
}
h3.charm {
	font-weight: 600;
	font-size: 18px;
	color: #0e3383;
}
/*
h3.common {
	font-size: 18px;
	color: #fff;
	padding: .3em .75em;
	background-color: #3E3A39;
}
*/
h3.wp {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: .2em;
	line-height: 34px;
}
h4.title-index1 {
	font-weight: 400;
	font-size: 14px;
	color: #0e3383;
	border-bottom: 1px solid #0e3383;
	padding-bottom: .2em;
	margin-bottom: .5em;
}

/* CUSTOMIZE THE SLIDER
-------------------------------------------------- */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* header */

.inner_header {
/*	padding: 3px 0;
	font-size: 0.8em;*/
	border-top: 7px solid #195ba9;
}
.p_header1 {
	font-size: 10px;
}
.p_header2 {
	font-size: 12px;
}
.p_header2 a { color: #333; }

.navbar {
	padding: 0;
}
.navbar-wrapper { background-color: #00499f; }
.navbar-wrapper, .navbar-wrapper a {
/*	background-color: #00499f;*/
	color: #fff;
	font-size: 14px;
	
	border: none;
}
/*
.dropdown-menu {
	background-color: #2F2725;
}
*/
.nav-fill .nav-item {
	text-align: left;
	padding: 15px 0;
}
.nav-fill .nav-item a {
	text-decoration: none;
	font-size: 16px;
}
@media (min-width: 992px){
	.nav-fill .nav-item {
		text-align: center;
	}
/*	.nav-fill .nav-item.current,*/
	.nav-fill .nav-item:hover {
/*		background: #2b5392;*/
		background: #2c5699;
	}
	.nav-fill .nav-item a {
		position: relative;
		display: inline-block;
		text-decoration: none;
		font-size: 14px;
	}
	/*
	.nav-fill .nav-item a:hover {
		background: #7ecef4;
	}
	*/
	/*
	.nav-fill .nav-item a::after {
		position: absolute;
		bottom: -5px;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background: #E72244;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	.nav-fill .nav-item a:hover::after {
		transform: scale(1, 1);
	}
	*/
}
/* 992px以上 */
/*
@media (min-width: 992px){
		.nav-fill .nav-item {
		text-align: right;
	}
}
*/

.navbar-toggler {
/*	background-color: red;*/
/*	border: 1px solid #fff;*/
}
.custom-hamburger .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* 991px以下 */
@media (max-width: 991px){
.navbar-brand {
	background: url("img/header_logo1.png") no-repeat left center;
	background-size: contain;
	width: 130px;
/*	margin-left: 10px;*/
}
}
.dropdown:hover > .dropdown-menu{
  display: block;
}




/* CUSTOMIZE FOR MAIN
-------------------------------------------------- */

/* header */
.btn_header {
	display: inline-block;
	padding: .3em 1em;
/*	width: 60%;*/
    text-decoration: none;
	text-align: center;
/*	font-size: 1.2em;*/
    color: #fff;
	background-color: #f7ad00;
    border: solid 2px #f7ad00;
    transition: .4s;
	border-radius: 5px;
	margin-top: .5em;
}
.btn_header:hover {
	background: none;
	color: #fff;
	background-color: #0085d0;
	border: solid 2px #f7ad00;
}





/* main */

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb {
	background: transparent;
	font-size: 12px;
	color: red;
	margin-bottom: 0;
}
.breadcrumb li+li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f054' !important;
	font-weight: 900;
	color: red;
}

.ggmap {
	position: relative;
/*	padding-bottom: 56.25%; 16:9*/
/*	padding-bottom: 37.5%;*/
/*	padding-top: 30px;*/
	height: 0;
	overflow: hidden;
/*	margin: 1em auto;*/
}
.ggmap_m {
	padding-bottom: 56.25%;
}
@media (min-width: 992px){
	.ggmap_m {
		padding-bottom: 37.5%;
	}
}
.ggmap_s {
	padding-bottom: 37.5%;
}
@media (min-width: 992px){
	.ggmap_s {
		padding-bottom: 30%;
	}
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

/*
.img {
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img.alignnone {
	max-width: 100%;
	height : auto;
}
figure.wp-block-image {
	max-width: 100%;
	height : auto;
}
.wp-caption { max-width: 100%; }
*/
@media screen and (max-width : 480px){
	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #1E2C62;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p_common1 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 600;
	font-size: 35px;
	color: #00499f;
}
.p_common2 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 600;
	font-size: 16px;
}
.bg_common1 {
	background-color: #0085d0;
}

/* flickity */
/*
#main-image-gallery{
}
#main-image-gallery img {
  display: block;
  height: 80px;
}
@media screen and ( min-width: 768px ) {
  #main-image-gallery img {
    height: 100px;
  }
}
*/

.slider {
}
.slick-slide {
	margin: 0px 10px;
}
.slick-slide img {
	display: block;
	height: 150px;
}
.slick-prev:before,
.slick-next:before {
	color: #333;
}




/* side */
.side_menu {
	margin-bottom: 2em;
/*	border-top: 1px solid #ccc;*/
}
@media (min-width: 992px){ 
	.side_menu {
		margin-top: 2em;
	}
}
/*
.btn_services {
    display: inline-block;
	width: 100%;
    text-decoration: none;
	line-height: 3.5;
	color: #333;
	background: none;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #fff;
	padding-left: 1em;
}
.btn_services:hover {
	border-left: 5px solid #00499F;
}
*/
.btn_services {
	display: inline-block;
/*	padding: 1em .1em;*/
	padding: 1em;
	width: 100%;
    text-decoration: none;
/*	text-align: center;*/
/*	font-size: 1.3em;*/
    color: #fff;
	background: #00499f;
    border: solid 1px #00499f;
    transition: .4s;
	margin: 1px auto;
/*	margin: .5em auto;*/
}
.btn_services:hover {
	background: none;
	color: #00499f;
	border: solid 1px #00499f;
}
.btn_services2 {
	display: inline-block;
/*	padding: 1em .1em;*/
	padding: 1em;
	width: 100%;
    text-decoration: none;
/*	text-align: center;*/
/*	font-size: 1.3em;*/
    color: #fff;
	background: #53a4db;
    border: solid 1px #53a4db;
    transition: .4s;
	margin: 1px auto;
/*	margin: .5em auto;*/
}
.btn_services2:hover {
	background: none;
	color: #53a4db;
	border: solid 1px #53a4db;
}


/* footer */
.bg_footer1 {
	background-color: #0e3383;
}
.bg_footer2 {
	background-color: #0b4187;
}
footer {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
/*footer a, footer a:hover { font-size: .9em; color: #333; }*/
footer a, footer a:hover { font-size: 12px;  color: #fff; }
footer a:hover { text-decoration: underline !important; }
footer .copyright {
	line-height: 3em;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	background-color: #1E2C62;
	color: #fff;
	text-align: center;
}
ul.footer_menu {
/*	margin-left: .5em;*/
	margin: 1em auto 1em .5em;
}
.p_footer1 {
/*	font-size: 18px;*/
    position: relative;
    display: block;
    padding: 0.2em 0 0.2em 1em;
	margin-left: -1em;
}

.p_footer1::before {
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 0.3em;
    height: 0.5em;
    background: #f7ad00;
    box-shadow: 0 0.7em 0 #fff;
    content: "";
}
.tbl_footer { margin: 0; padding: 0; font-size: .9em; }
.tbl_footer th,td { font-weight: 400; /*width: 8em;*/ }
.tbl_footer td:first-child { width: 8em; }
.tbl_footer > thead > tr > th,
.tbl_footer > tbody > tr > th,
.tbl_footer > tfoot > tr > th,
.tbl_footer > thead > tr > td,
.tbl_footer > tbody > tr > td,
.tbl_footer > tfoot > tr > td {
	border-top: none!important;
	border-right: none!important;
	border-left: none!important;
	border-bottom: none solid #dee2e6;
}
.btn_fmenu {
    display: inline-block;
	width: 100%;
    text-decoration: none;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 3;
	color: #fff;
	background-color: #0e3383;
	border-bottom: 1px solid #fff;
	padding-left: 1em;
}
.btn_fmenu:hover {
	background-color: #fff;
	color: #0e3383;
}

/* Swiper
*/
.swiper-container {
    width: 100%;
}
.swiper-container{
    text-align: center;
}
.swiper-container .swiper-slide img{
    max-width: 100%;
    height: auto;
}

/* index.php
-------------------------------------------------- */
.p_index1 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 600;
	font-size: 1.5em;
}
.p_index2 {
	font-size: 13px;
}
/*
.p_index2 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 500;
}
*/
.p_index3 {
	font-size: .8em;
}
p.card-text {
	color: #0e3383;
}
@media (max-width: 991px) {
	.card-body {
		padding: 1.25rem 0 0 0;
	}
}
.btn.btn-orange {
	background-color: #f39c5d;
	color: #fff;
	font-size: 11px;
	padding: .375rem .5rem;
	cursor: none !important;
}
/*
.menu_index {
	padding: 1em;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
*/
.btn-index1 {
	display: inline-block;
	padding: .5em .1em;
	width: 100%;
    text-decoration: none;
	text-align: center;
/*	font-size: 1.3em;*/
    color: #333;
	background: none;
    border: solid 1px #898989;
    transition: .4s;
	margin: .5em auto;
}
.btn-index1:hover {
	background: none;
	color: #fff;
	background-color: #898989;
	border: solid 1px #898989;
}
.btn-index1 a:hover { text-decoration: none; }
/*
.b_red {
	background-color: #E72244;
	border: 2px solid #E72244;
}
.b_red:hover {
	color: #E72244;
	border: 2px solid #E72244;
}
.b_blue {
	background-color: #0085D0;
	border: 2px solid #0085D0;
}
.b_blue:hover {
	color: #0085D0;
	border: 2px solid #0085D0;
}
.b_green {
	background-color: #5FB630;
	border: 2px solid #5FB630;
}
.b_green:hover {
	color: #5FB630;
	border: 2px solid #5FB630;
}
*/
.box_index1 {
	background-color: #0085D0;
	padding: .5em .1em;
	text-align: center;
	color: #fff;
}
.box_index2 {
	background-color: #d8effc;
	padding: 2.5em .5em;
	text-align: center;
}

.lbl_clean {
	width: 100%;
	background-color: #268dcd;
	color: #fff;
	text-align: center;
	padding: 1em;
}



/* services/index.html
-------------------------------------------------- */
/* services/hospital.html
-------------------------------------------------- */
.btn.btn-orange-sq {
	background-color: #f39c5d;
	color: #fff;
	cursor: none !important;
}
.p_service1 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 600;
	font-size: 1.6em;
}
.p_service2 {
	font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝', YuMincho, 'Yu Mincho Light','Yu Mincho','游明朝体','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: 500;
	font-size: 1.3em;
}


/* charm.html
-------------------------------------------------- */
.box_charm {
	background: #eef4fb;
}



/* about.html
-------------------------------------------------- */
.tbl_about th { font-weight: 400; }



/* spacer.html
-------------------------------------------------- */
.tbl_spacer { margin: 0; }
.tbl_spacer th { font-weight: 400; }
.tbl_spacer td {  }
.tbl_spacer > thead > tr > th,
.tbl_spacer > tbody > tr > th,
.tbl_spacer > tfoot > tr > th,
.tbl_spacer > thead > tr > td,
.tbl_spacer > tbody > tr > td,
.tbl_spacer > tfoot > tr > td {
	text-align: center;
	border-bottom: 1px solid #dee2e6;
	vertical-align: middle;
}


/* recruit.html
-------------------------------------------------- */
.tbl_recruit { margin: 0; font-size: .9em; }
.tbl_recruit th { font-weight: 400; width: 25%; /*color: #333; text-align: left; vertical-align: middle; */ }
.tbl_recruit td { /*color: #333; text-align: left; vertical-align: middle;*/ }
.tbl_recruit > thead > tr > th,
.tbl_recruit > tbody > tr > th,
.tbl_recruit > tfoot > tr > th,
.tbl_recruit > thead > tr > td,
.tbl_recruit > tbody > tr > td,
.tbl_recruit > tfoot > tr > td {
/*	padding: 15px;
	border-top: none!important;
	border-right: none!important;
	border-left: none!important;
	*/
	border-bottom: 1px solid #dee2e6;
}



/* access.html
-------------------------------------------------- */
/*.p_access1 {
	font-size: 1.8em;
}*/



/* faq.html
-------------------------------------------------- */
.p_faq1 {
	font-family: 'Cabin', sans-serif;
	font-size: 35px;
	color: #6bb82d;
	
}
.p_faq2 {
	color: #18863b;
}
.p_faq3 {
	font-family: 'Cabin', sans-serif;
	font-size: 35px;
	color: #00499f;
}
.btn_faq {
	display: inline-block;
	padding: 1em .1em;
	width: 100%;
    text-decoration: none;
	text-align: center;
/*	font-size: 1.3em;*/
    color: #fff;
	background: #00499f;
    border: solid 1px #00499f;
    transition: .4s;
	margin: .5em auto;
}
.btn_faq:hover {
	background: none;
	color: #00499f;
	background: none;
	border: solid 1px #00499f;
}

/* contact.php
-------------------------------------------------- */
.box_contact {
	background-color: #F7F8F8;
}
.p_contact1 {
	color: #0085d0;
}





/* privacy.html
-------------------------------------------------- */
.p_privacy1 {
	line-height: 1.6;
}
.p_privacy2 {
	font-weight: 500;
	color: #00499F;
}





/* INDEX.PHP
-------------------------------------------------- */
/* --- WordPress新着記事 --- */
@media (min-width: 992px) {
	.page-section {
		padding: 100px 0;
	}
}
.index-title {
/*	margin: .3em auto;*/
	transition: .4s;
}
.index-title a {
/*	font-weight: 600;*/
/*	font-size: 1.1em;*/
	color: #333;
}
.index-date {
/*	font-size: .9em;*/
	font-family: 'Roboto', sans-serif;
/*	font-family: Bahnschrift,sans-serif;
	font-size: 1.3em;
	color: #fff;
	line-height: 1.4;
	margin-top: .5em;*/
}
.article-cat {
	display: inline-block;
	width: 11em;
	padding: 0.1em 0.4em;
	text-align: center;
}
.p_post {
	font-size: 12px;
	color: #aaa;
}

/* カテゴリ別に背景を色分け(span.カテゴリスラッグ) */

/*span.news	 { background: #00499f; }
span.blog	 { background: #ee9fc3; }
span.service { background: #f39c5d; }
span.recruit { background: #72bd5a; }*/
span.news	 { background: #72bd5a; }
span.update	 { background: #ee9fc3; }
span.service { background: #f39c5d; }
span.recruit { background: #00499f; }
span.others	 { background: #666; }

span.news, span.update,
span.service, span.recruit, span.others {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
/*	border-radius: 3px;*/
}


.thumb {
	text-align: center;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}


select{
/*width:240px;*/
/*width: 100%;*/
width: 4.3em;
border:solid 1px #8C8C8C;
margin-top:10px;
padding:5px 0;
font-size: 12px;
}

#search form {
	margin-top: 15px;
}
#search #s {
	margin-right: 10px;
	width: 70%;
}
#search #searchsubmit {
	font-size: 12px;
}

/*
.post{
width:100%;
overflow:hidden;
border:solid 1px #C8C8C8;
padding:20px;
border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}
.post .pstTitle h3{
	font-weight: 400;
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 34px;
}
.post .caps{
	font-size: 11px;
	color: #aaa;
}
.post .entry{
margin:20px 0 0 0;
line-height:20px;
}
*/

.notFound{
	margin-top:40px;
	margin-bottom:60px;
}
.notFound p{
	margin:10px 0;
}
.notFound strong{
	font-size:40px!important;
	color: #ccc;
}



/* cms-pagination */
.cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
	font-size: 13px;
}
.cms-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
}
.cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 34px;
    height: 38px;
    display: table;
    margin: 0 2px;
    display: none;
}
.cms-pagination ul li.pagination-no-num {
    width: 50px;
    display: table;
}
.cms-pagination ul li.pagination-no-num span {
    background: #eee;
    border: 1px solid #ddd;
    color: #ccc;
}
.cms-pagination ul li.pagination-sp {
    display: table;
}
.cms-pagination ul li a,
.cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    background: #fff;
	color: #333;
}
/*
.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
    position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;
}
*/
.cms-pagination ul li span {
    background: #555;
    border: 1px solid #555;
    color: #fff;
}
.pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
	font-size: 13px;
}
.pagination-txt span {
    color: #999;
}
@media print,screen and (min-width: 1024px) {
    .cms-pagination ul li {
        width: 40px;
        height: 44px;
        margin: 0 3px;
        display: table;
    }
    .cms-pagination ul li a {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li a:hover {
        background: #ccc;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li.pagination-no-num {
        width: 60px;
    }
    .pagination-txt {
        margin-bottom: 60px;
    }
}



/* CONTACT.PHP
-------------------------------------------------- */
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
/*div.wpcf7 { color: #333; border:2px solid #333; padding:0px; padding-bottom: 2em; margin:0 0 30px 0; }*/
div.wpcf7 { color: #333; padding:0px; padding-bottom: 2em; margin:0 0 30px 0; }
div.wpcf7 p { padding:30px 30px 0; margin:0; }
div.wpcf7 input, .wpcf7 select, .wpcf7 textarea { border:1px solid #333; padding:8px; font-size:14px; }
div.wpcf7 number { border:1px solid #333; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
/* 544px以下の場合 */
@media screen and (max-width:544px){
/*	div.wpcf7 input, div.wpcf7 p, div.wpcf7 text { width:97.5%; }*/
	div.wpcf7 input[type="p"],
	div.wpcf7 input[type="text"],
	div.wpcf7 input[type="email"] { width:97.5%; }
	div.wpcf7 input[type="number"] { width:80%; }
}
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; display: inline-block; padding: 0.3em 1em; text-decoration: none;
   background: none; color: #333; font-weight: 500; border: solid 2px #333; border-radius: 3px; transition: .4s;
}
div.wpcf7 input.wpcf7-submit:hover { background: #333; color: white; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #333; }
.wpcf7-captchac { border:1px solid #333; }

/* ラジオボタン縦表示 */
.wpcf7-list-item {
    display: block;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00; font-weight: 500; }
/* 任意緑色表示 */
.wpcf7 .any{ color: #080; font-weight: 500; }

