@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

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

/*all*/

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

h1,h2,h3,h4,h5,h6,#header_logo h1 a,#header_logo h1 a,#header_logo p a,#header_logo h1 a small,#header_logo p a small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}

p,th,td,dt,dd,li,a,div {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media (min-width:992px){
p,th,td,dt,dd,li { font-size: 16px; }
}
@media (max-width:991px){
p,th,td,dt,dd,li { font-size: 14px; }
}


table ,th ,td {
	border: #CCC solid 1px;
}
th {
	padding: 5px;
	background: #1ea821;
	color: #FFF;
}
td {
	padding: 5px;
}
/*bootstrap padding 解除*/
.row {
	margin-right: -15px;
	margin-left: -15px;
}
/*img*/
img {
	max-width: 100%;
	height: auto;
}

/*アイコン用*/
.defs {
display: none;
}

/*TablePress*/
.tablepress th,.tablepress td {
	border: #CCC 1px solid;
}
.tablepress tfoot th,
.tablepress thead th {
	background-color: #1ea821;
}
.tablepress tfoot th,.tablepress thead th{
	background-color: #1ea821;
}

.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{
	background-color:#1ea821;
}

/*ページナビ用*/
.wp-pagenavi {
	text-align:center;
	margin: 3em 0;
}
.wp-pagenavi span {
	display: inline-block;
}

/* ナビゲーション PC*/

.main-nav-block01,
.main-nav-block02 {
	display: none;
}
nav.main_nav {
	
}

nav.main_nav .container {
	padding-left: 0px;
    padding-right: 0px;
}

nav.main_nav ul.menu {
	padding: 0;
	margin: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
nav.main_nav ul.menu:after{
	clear: both;
}
nav.main_nav ul.menu > li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav.main_nav ul.menu > li > a {
	width: 100%;
	height: 65px;
	text-align: center;
	display: table;
	padding: 0 25px;
	font-weight: 700;
	color:#333;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .2s;
}
nav.main_nav ul.menu > li > a:hover,
nav.main_nav ul.menu >.current-menu-item > a {
	text-decoration: none;
	color: #1ea821;
}
nav.main_nav ul.menu > li > a > small {
	font-size: 50%;
	color: #1ea821;
	display:table-row-group;
}
nav.main_nav ul.menu > li > a > span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
nav.main_nav ul.menu > li a:after {
	position: absolute;
	bottom: 12px;
	left: 15%;
	content: '';
	width: 70%;
	height: 2px;
	background: #1ea821;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

nav.main_nav ul.menu > li a:hover:after,
nav.main_nav ul.menu >.current-menu-item > a:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

nav.main_nav ul.menu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -50%;
	margin: 0;
	padding: 0;
	width: 200%;
}
nav.main_nav ul.menu li ul li{
	width: 100%;
}
nav.main_nav ul.menu li ul li a{
	padding: 13px 15px;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	background: #1ea821;
	text-align: center;
	display: block;
	color: #FFF;
}



/* ナビゲーション PC 2*/
nav.main_nav2 {
	/*background: < ?php $options =  get_option('decoration_setting'); echo esc_html($options['main_color']); ?>;*/
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	*zoom: 1;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
nav.main_nav2 ul.menu {
	padding: 0;
	margin: 0;
	border-left: solid 1px rgba(0, 0, 0, 0.2);
}
nav.main_nav2 ul.menu:after{
	clear: both;
}
nav.main_nav2 ul.menu > li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 16.666%;
	float:left;
	display: table-cell;
	border-right: solid 1px rgba(0, 0, 0, 0.2);
	position: relative;
}
nav.main_nav2 ul.menu > li > a {
	width: 100%;
	text-align: center;
	display: table;
	padding: 0.5em 1em;
	font-weight: 700;
	color:#333;
	border-bottom: 3px solid #1ea821;
}
nav.main_nav2 ul.menu > li > a > small {
	font-size: 50%;
	color: #999;
	display:block;
}
nav.main_nav2 ul.menu > li > a:hover {
	border-bottom: 3px solid #1ea821;
}
nav.main_nav2 ul.menu > li > a > span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
nav.main_nav2 ul.menu > li a:hover {
	text-decoration: none;
}
nav.main_nav2 ul.menu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav.main_nav2 ul.menu li ul li{
	width: 100%;
}
nav.main_nav2 ul.menu li ul li a{
	padding: 13px 15px;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	background: #1ea821;
	text-align: left;
	display: block;
	color: #FFF;
}

.sub-menu .menu-item a:after {
	display: none;
}



/* コンテンツ部分 */
#page_contents {
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 3em;
}




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

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

/*------------------------------------------------------*/
.contents_sub {
	margin-bottom: 2em;
}
.contents_sub h3 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	border-left: solid 3px #1ea821;
	padding: 0em 0 0em 0.5em;
	margin-bottom: 1em;
}
.contents_sub h3:after {
	border-bottom: solid 2px #CCC;
	left: 0px;
	bottom: -0.5em;
	content: " ";
	width: 100%;
	position: absolute;
	pointer-events: none;
}

.contents_sub ul {
	margin: 0;
	padding: 0;
	border-top: #CCC 1px solid;
}
.contents_sub li {
	margin: 0;
	list-style: none;
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
.contents_sub li a {
	display: block;
	padding: 10px;
	background:#FFF;
}

.contents_sub li a:hover {
	background:#EEE;
}

/*カレンダー*/
#calendar_wrap {
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar thead td {
	text-align:center;
}
#wp-calendar thead th {
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar #next { text-align:right; }

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

/*header*/

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


#header_pc {
	padding: 15px 0 0 0;
	border-bottom: solid 2px #1ea821;
}

#header_pc .container {
	width: 100%;
}

#header {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.header-block {
	display: flex;
}

#header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
	width: auto;
	margin-right: 30px;
}

#header_pc #header_logo_text { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
#header_pc #header_logo h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#header_pc #header_logo a {
	display: block;
}
#header_pc #header_logo h1 img {
	max-height: 60px;
	width: auto;
}
#header_pc #header_logo p {
	margin: 0;
	padding: 0;
}
#header_pc #header_logo p img {
	max-height: 60px;
	width: auto;
}
#header_pc #header_logo_text {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0;
	padding: 0;
	font-size:18px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
}

#header_pc #header_catch {
	margin-top: -15px;
}

.heaer_catch_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#header_pc #header_catch p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #333;
}

.header-contact {
	display: none;
}

.header-contact-custom {
	margin-left: auto;
}

.header-contact-custom-inner {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}


#header_pc #header_tel {
	font-size: 26px;
	font-weight: 700;
	margin-right: 20px;
}

.icon-tel,
.icon-fax {
	vertical-align: middle;
}

.icon-tel svg {
	width: 20px;
	height: 27px;
}

.icon-fax svg {
	width: 19px;
	height: 20px;
}

.icon-tel svg path {
	fill: #1ea821;
}

.icon-mail {
	vertical-align: middle;
}

.icon-mail svg {
	width: 20px;
	height: 15px;
}

.icon-mail svg polygon {
	fill: #fff;
}

#header_pc #header_tel .glyphicon {
	color: #1ea821;
	height: 30px;
	width:30px;
	vertical-align: -5%;
}

#header_pc #header_inquiry {
	padding-bottom: 0px;
}
#header_pc #header_inquiry a {
	display: block;
	width: 200px;
	height: 50px;
	background-color: #1ea821;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}
#header_pc #header_inquiry a .glyphicon {
	color: #FFF;
}
#header_pc #header_inquiry a:hover {
	text-decoration: none;
}
#header_pc #header_inquiry a .header_icon_mail01 {
	fill: #FFFFFF;
	height: 20px;
	width:27px;
	vertical-align: -6%;
}

.navbar-default {
	margin-bottom: 0;
	background-color: #ffffff;
}

.breadcrumbs {
	padding: 3em 0 0;
}



@media (min-width:768px){
#header_pc { display:block; }
#header_sp { display:none; }

}
@media (max-width:767px){
#header_pc { display:none; }
#header_sp { display:block; }

#side_contents_index { display: block;}
#side_contents { display: block;}

.navbar-default .navbar-brand {
	color:#333;
	font-weight: 700;
	padding: 10px 5px;
}
.navbar-brand>img {
	max-height: 100%;
}

.header_tel , .header_mail {
	position: relative;
	float: right;
	background-color: transparent;
	margin-right: 15px;
	margin-top: 8px;
	padding: 4px 10px 0;
	margin-bottom: 8px;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #555;
	font-size: 20px;
}
.header_tel a , .header_mail a {
	color: #555;
}



/* ナビゲーション SP*/

.breadcrumbs {
	display: none;
}


#header_sp_logo {
	text-align:center;
	padding: 1em 0;
}
#header_sp_logo h1 {
	margin:0;
	padding:0;
}
#header_sp_logo p {
	margin:0;
	padding:0;
}
#header_sp_logo img {
	max-height: 50px;
}
#header_sp_list {
	background: #eee;
	border-top: 1px solid #1ea821;
	border-bottom: 1px solid #1ea821;
	text-align: center;
	width: 100%;
}
#header_sp_list > div {
	float:left;
	border-right: 1px solid #FFF;
	width: 33.3333%;
}
#header_sp_list > div:last-child {
	border-right: none;
}
#header_sp_list > div a {
	display:block;
	background:#1ea821;
	width: 100%;
	border:none;
	font-size: 30px;
	vertical-align: middle;
	color:#FFF;
	height: 54px;
	max-height: 54px;
}
#header_sp_list > div .glyphicon{
	color:#FFF;
}
#header_sp_list > div button {
	display: flex;
    align-items: center;
    justify-content: center;
	background:#1ea821;
	width: 100%;
	border:none;
	font-size: 30px;
	vertical-align: middle;
	color:#FFF;
	height: 54px;
	max-height: 54px;
}
#header_sp_list_down ul {
	margin:0;
	padding:0;
	list-style: none;
}
#header_sp_list_down li {
}
#header_sp_list_down li a {
	color:#333;
	padding: 1em 15px;
	border-bottom: 1px solid #CCC;
	display:block;
}
#header_sp_list_down li a i {
	color:#1ea821;
}


}




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

/*footer*/

/*------------------------------------------------------*/
#footer_area {
	background: #1ea821;
}

.footer_area {
	margin:0;
	padding: 20px 0 0;
}
.footer_area ul.menu {
	margin:0;
	padding: 0;
}
.footer_area .menu li {
	margin: 0;
	padding:0;
	float:left;
	list-style: none;
	display: inline-flex;
}
.footer_area .menu .glyphicon {
	font-size: 11px;
	line-height: 2;
	color:#FFF;
	margin-right: 0.5em;
}
.footer_area .menu li a {
	padding:0 1em 0 0;
	color: #FFF;
}
.footer_area ul.sub-menu {
	margin:0;
	padding: 0;
}

#footer_copyright {
	font-weight: 700px;
	color: #FFF;
	text-align:center;
	padding: 2em 0 10em;
	margin:0;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #1ea821;
	text-decoration: none;
	color: #fff;
	width: 70px;
    height: 70px;
	padding: 30px 0;
	text-align: center;
	display: block;
}
#page-top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #1ea821;
}

.sitemap-link {
	display: inline-block;
	position: relative;
	margin-left: 50px;
	padding-left: 15px;
}

.sitemap-link:after {
	position: absolute;
    top: 7px;
    left: 0px;
    display: block;
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
}

.sitemap-link a {
	color: #fff;
}

.footer_about {
	border: #CCC solid 1px;
	background:#FFF;
	padding: 15px;
}
.footer_about dl {
	margin-bottom: 0;
}
.footer_about dt {
	margin-bottom: 0.5em;
}
.footer_about dt img {
	max-height: 60px;
}
.footer_about dd {}
.footer_about dd .footer_about_tel {
	display: inline-block;
	color: #1ea821;
	font-size: 28px;
	font-weight: 700;
}
.footer_about dd .footer_about_tel .glyphicon {
	color: #1ea821;
}
.footer_about dd .footer_about_fax {
	display: inline-block;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.footer_about dd .footer_about_address {
	display:block;
}

@media (min-width:768px){
#footer_pc { display:block; }
#footer_sp { display:none; }
}
@media (max-width:767px){
#footer_pc { display:none; }
#footer_sp { display:block; }
#page-top a { padding: 10px 0; }
}


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

/*index*/

/*------------------------------------------------------*/
/*bootstrap carousel*/
.carousel-inner>.item img , .carousel-inner>.item>a>img { margin: 0 auto; height: auto; }
.carousel-inner>.item img { width:100%; }
@media (max-width:767px){
.carousel-inner>.item img , .carousel-inner>.item>a>img { margin: 0 auto; height: auto; }
}
/*//bootstrap carousel*/



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

/*サイトマップ*/

/*------------------------------------------------------*/
ul {
}
.sitemap > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sitemap > ul > li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 10px;
}

.sitemap > ul > li > span {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
}
.sitemap > ul > li > span:after {
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-top: 2px solid #1ea821;
	border-right: 2px solid #1ea821;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sitemap > ul > li > a > span {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
}

.sitemap > ul > li > a > span:after {
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-top: 2px solid #1ea821;
	border-right: 2px solid #1ea821;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


ul.children {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.children li {
	border-bottom: none;
	padding: .5em 0;
}
ul.children li {
	padding-left: 3em;
}

ul.children li span {
	position: relative;
	padding-left: 0;
	font-size: 14px;
}

ul.children li span:after {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 8px;
	height: 1px;
	border: none;
	background-color: #666;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}



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

/*検索結果*/

/*------------------------------------------------------*/
#search_list {
	margin:0;
	padding:1em 0 0;
}
#search_list li {
	margin:0;
	padding:0;
	list-style: none;
}
#search_list li a {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;

	border-bottom: #CCC 1px dotted;
}



@media (max-width:1665px){
	nav.main_nav ul.menu > li > a {
		padding: 0 15px !important;
	}
}


@media (max-width:1600px){
	#header_pc #header_tel {
		font-size: 22px;
	}
	.icon-tel svg {
		vertical-align: -8%;
	}
	#header_pc #header_inquiry a {
		width: 160px;
	}
	#header_logo {
		width: 20%;
		justify-content: left;
	}
}

@media (max-width:1500px){
	#header {
		position: relative;
		height: auto;
	}
	nav.main_nav ul.menu {
		justify-content: flex-start;
	}
}

@media (max-width:1199px){
	.header_search_text {
		width: 180px !important;
	}
	
	.header-contact-custom-inner {
		display: flex;
		position: absolute;
		top: 0px;
		right: 15px;
		/* margin-left: auto; */
	}
	
	#header {
		display: block;
	}
}
@media (min-width:992px){
}
@media (max-width:991px){
	.header_search_text {
		width: 100px !important;
	}
	nav.main_nav ul.menu {
		justify-content: space-between;
	}
	.header_inquiry_text {
		display: none;
	}
	#header_pc #header_inquiry a {
		width: auto;
		padding: 0 20px;
	}
	#header_logo {
		width: 40%;
	}
}
@media (max-width:767px){
	#search_list li a {
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	#page-top {
		right: 10px;
		bottom: 10px;
	}
	#page-top a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.icon-tel svg {
		vertical-align: 0;
	}
	#header_sp_tel .icon-tel svg {
		width: 30px;
    	height: 30px;
	}
	#header_sp_tel .icon-tel svg path {
		fill: #fff;
	}
	.header_sp_mail .icon-mail svg {
		width: 30px;
    	height: 30px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 40px !important;
		height: 40px !important;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 5px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 5px;
	}
	
	.menu-trigger span:nth-of-type(2)::after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 4px;
	  background-color: #fff;
	  border-radius: 4px;
	  transition: all .4s;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(20px) scale(0);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2)::after {
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-20px) scale(0);
	}
	
	.menu li ul {
		visibility: visible;
		transform: rotateX(0deg);
		transform-origin: 50% 0;
		transition: .3s;
	}
	

}
