@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color: #000;
}

::selection {
    background: #000;
	color: #fff;
}

a:hover,
a:focus {
	color: #fd8600;
}

a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}




ol,
ul {
	list-style: none;
}



body {
	color: #000;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 160%;
}


@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}



/*スマホ関係*/
@media screen and (max-width: 767px) {

body , html {
	-webkit-text-size-adjust: 100%;
	font-size: 90%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
	margin-right: 0;
/*  transform: scale(0.8);*/
}


}
/*スマホ関係終わり*/






.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 16px;
}

.new {
	margin-left: 0;
	padding: 3px 3px 3px 0px;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.skip a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}


#scrollTop {
	position: fixed;
	bottom: 0!important;
	right: 0px;
	z-index: 10;
}
#scrollTop img {
	width: 70px;
    vertical-align: bottom;
}

@media screen and (max-width: 767px) {
#scrollTop {
	margin-bottom: 0;

}

#scrollTop img {
	width: 50px;
}

}


#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}



input::placeholder {
  color: #fff;
}

/* IE */
input:-ms-input-placeholder {
  color: #fff;
}

/* Edge */
input::-ms-input-placeholder {
  color: #fff;
}




/*ＰＣ関係*/
@media print,screen and (min-width: 851px) {

.sp-disp {
	display: none !important;
}

}
/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 850px) {


.pc-disp {
	display: none !important;
}

}
/*スマホ関係↑*/










/* PCヘッダー
================================================== */
.sp-header {
	display: none;
}



#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgb(232,221,208);
}

#header {
	width: 100%;
}
.header-inner {
	width: 100%;
	position: relative;
}



.header-inner table {
	width: 100%;
	height: 70px;
}
.td-l {
	width: 20%;
	padding:0px 0 0px 10px;
	vertical-align: middle;
}
.td-l img {
	width: 100%;
	max-width: 220px;
	display: block
}

.td-r {
	width: auto;
	vertical-align: middle;
	padding-right: 10px;
}



.none_text{
      display: none;
}



.globalNavInner>ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: center;
}


.globalNavInner>ul li {
	padding: 0 10px;
	font-weight: bold;
    font-size: 90%;
}
.globalNavInner>ul li:last-child {
	padding-right: 0;
}


.globalNavInner>ul li a {
	font-size: 110%;
	text-decoration: none;
}

.globalNavInner>ul li.globalMenu-inst{
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

.globalNavInner>ul li.globalMenu-inst img{
	width: 100%;
	max-width: 30px;
}



.globalNavInner>ul li a:hover {

}


.input_item {
	width: 180px;
	height: 30px;
	padding: 5px;
	color: #fff;
	background-color: #000;
	border: none;
}

.searchsubmit {
	height: 30px;
	margin-left: 5px;
}






.globalNavInner>ul .child {
	display: none;
	position: absolute;
    z-index: 800;
    background-color: #000;
}


.globalNavInner>ul .child li {
	border-bottom: 1px dotted #fd8600;
	min-width: 150px;
	max-width: 250px;
	font-weight: bold;
	padding: 7px 15px;

}
.globalNavInner>ul .child li:last-child {
	border-bottom: none;

}

.globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #fff;
}
.globalNavInner>ul .child li a:hover {
	color: #fd8600;;
}



.header-bottom {
	margin-top: 70px;
}

@media screen and (max-width: 1240px) {
.input_item {
	width: 160px;
}

}


@media screen and (max-width: 1120px) {
.input_item {
	width: 140px;
}

}



@media screen and (max-width: 1000px) {

.input_item {
	width: 130px;
}

}


@media screen and (max-width: 930px) {
.globalNavInner>ul li {
}
.input_item {
	width: 130px;
}


}






/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 850px) {


#header-sub {
	display: none !important;
}


#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}





.sp-header {
	display: inline;
	width: 100%;
	padding: 0 0 0 0;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
	height: 55px;
}

.logo{

}

.logo img{
    height: 55px;
    padding: 5px;
}

@media screen and (max-width: 360px) {
.logo img{
	padding: 2px 0 1px 0;
	height: 52px;
}
}




.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}


	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	-webkit-overflow-scrolling: touch;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	position: absolute;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
}
.sp-header nav ul li{
	margin: 0 auto;
	text-align: center;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	display: block;
	color: #fff;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}



.sp-header nav ul li:last-child{
		border: none;
}



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 55px;
	height: 55px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 8px;
	z-index: 100;
/*	background-color: #fd8600;*/
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #000;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:4px;
}
#nav_toggle span:nth-child(2){
	top:16px;
}
#nav_toggle span:nth-child(3){
	top:28px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: transparent;
	padding: 18px 8px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}


.open #nav_toggle span{
	background-color: #fd8600;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


.input_item {
	width: 80%;
    margin-top: 20px;
    border: 1px solid #fff;
}
	
.searchsubmit {
    height: 30px;
    margin-left: 5px;
    margin-top: 20px;
}




/*メニュー関係終わり*/


.header-bottom {
	margin-top: 55px;

}



}

/* スマホサイトheader終わり
================================================== */








#content {
	width: 100%;
	padding-bottom: 50px;
	margin: 0px auto;
	background-color: #e8ddcf;
}
#home #content {
	padding-bottom: 0;

}

.top1 {
	width: 100%;
	margin-bottom: -6px;
}

.top1-inner {
	width: 100%;
	position: relative;
}
.copy {
	width: 50%;
	position: absolute;
	bottom: 4%;
	right: 4%;
}
.copy img {
	width: 100%;
}




.slick-box-link {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	padding: 0 10px;
	bottom: 30px;
}
.slick-box-link-ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slick-box-link-ul li {
	width: 400px;
	margin: 0 10px;
}

.slick-box-link-ul li:nth-child(1) a {
	background-image: url(../images/icon_y.png);
}
.slick-box-link-ul li:nth-child(2) a {
	background-image: url(../images/icon_b.png);
}
.slick-box-link-ul li:nth-child(3) a {
	background-image: url(../images/icon_p2.png);
}
.slick-box-link-ul li a {
	display: block;
	padding: 18px 30px 18px 10px;
	background-color: rgba(0,0,0,0.80);
	color: #fff;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
	text-decoration: none;
	border: 1px solid #fff;
}
.slick-box-link-ul li a:hover {
	background-color: rgba(0,0,0,0.70);
	opacity: 0.85;
	filter: alpha(opacity=85);
}



.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}


.top1 .slick-box img{
	width: 100%;
	display: block;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


@media screen and (max-width: 767px) {

.copy2 {
	position: relative;
	z-index: 100;
	width: 100%;
	margin-top: -3%;
}
.copy2 img {
	width: 100%;
}

}




.top2 {
	width: 100%;
	background: linear-gradient(#FF8C00, #F45800);
	padding: 130px 0;
}

#home h2 {
    text-align: center;
    font-size: 250%;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.h2_sub {
	text-align: center;
	margin: 10px 0 40px 0;
	font-weight: bold;
}
.top2 .h2_sub {
	margin: 10px 0 20px 0;

    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 180%;

}


.top2-inner-l,
.top2-inner-r {
    width: 100%;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}

.top2-inner-image {
	width: 100%;
}

.top2-inner-l .top2-inner-image {
	padding-right: 30%;
}
.top2-inner-r .top2-inner-image {
	padding-left: 30%;
}
.top2-inner-image img{
	width: 100%;
	display: block;
}

.top2-inner-l .top2-inner-text {
	bottom: 0;
	left: 60%;
	width: 40%;
	position: absolute;
	background-color: #000;
	padding: 3% 0 0 5%;
}
.top2-inner-r .top2-inner-text {
	bottom: 0;
	left: 0;
	width: 40%;
	position: absolute;
	background-color: #000;
	padding: 3% 0 0 5%;
}

.top2-inner-text-inner {
	width: 100%;
	height: 100%;
	position: relative;
	border-left: 10px solid #fd8600;
	color: #fff;
	padding-left: 5%;
}
.top2-inner-text-inner h3 {
	font-size: 160%;

}
.top2-inner-text-inner .h3_sub {
    color: #fc8501;
    margin: 15px 0;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 140%;
}
.top2-inner-text-inner p {
	padding-right: 20%;
}

.shosai {
	width: 100%;
	position: absolute;
	bottom: 10px;
	right: 15px;
	text-align: right;
}
.shosai a {
	color: #fff;
	text-decoration: none;
}
.shosai a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}




@media screen and (max-width: 1150px) {
.top2-inner-l .top2-inner-image {
	padding-right: 10%;
}
.top2-inner-r .top2-inner-image {
	padding-left: 10%;
}

.top2-inner-l .top2-inner-text {

	left: 60%;
	width: 40%;
}
.top2-inner-r .top2-inner-text {
	left: 0;
	width: 40%;
}
.top2-inner-text-inner p {
	padding-right: 20%;
}

}

@media screen and (max-width: 900px) {
.top2-inner-l .top2-inner-image {
	padding-right: 10%;
}
.top2-inner-r .top2-inner-image {
	padding-left: 10%;
}

.top2-inner-l .top2-inner-text {

	left: 30%;
	width: 70%;
}
.top2-inner-r .top2-inner-text {
	left: 0;
	width: 70%;
}
.top2-inner-text-inner p {
	padding-right: 20%;
}
}



@media screen and (max-width: 850px) {
.top2-inner-l .top2-inner-image {
	padding-right: 0;
}
.top2-inner-r .top2-inner-image {
	padding-left: 0;
}

.top2-inner-l .top2-inner-text {
	width: 100%;
	position: static;
	height: auto!important;
}
.top2-inner-r .top2-inner-text {
	width: 100%;
	position: static;
}
.top2-inner-text-inner p {
	padding-right: 5%;
}
.shosai {
	width: 100%;
	position: static;
	padding-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}


}

.top3 h2,.top4 h2 {
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 300%!important;
    letter-spacing: 0px!important;
    margin-bottom: 18px!important;
	text-align: center;
}


.top3 {
	width: 100%;
	background-color: rgb(232,221,208);
}


.top3-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
    padding: 150px 10px;

}
.top3-ul {
	width: 100%;
}
.top3-ul li {
	width: 100%;
	margin-bottom: 10px;
}
.top3-ul li .date {
	display: table-cell;
	width: 120px;
}
.top3-ul li .title {
	display: table-cell;
	width: auto;
}
.top3-ul li .title a {
	text-decoration: none;
}

.ichiran {
	text-align: right;
}
.ichiran a {
	text-decoration: none;
}

@media screen and (max-width: 600px) {

.top3-ul li .date {
	display: block;
}
.top3-ul li .title {
	display: block;
	width: 100%;
}


}


.top4 {
	width: 100%;
	background-color: #f3f3f3;
}

.top4-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
    padding: 150px 10px;
}
.top4 table {
	width: 100%;
    margin-top: 65px;
}
.top4 table th {
	width: auto;
	vertical-align: middle;
	padding-left: 50px;
}
.top4-tel {
	margin-bottom: 18px;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 400%;
}
.top4-tel span {
	font-size: 50%;
	padding-right: 5px;
}
.top4-eigyo span {
}



.top4 table td {
	width: auto;
	vertical-align: middle;
}

.top4 table td img {
	width: 400px;

}




@media screen and (max-width: 900px) {

.top4 table tr,
.top4 table th,
.top4 table td {
	display: block;
}
.top4 table th,
.top4 table td {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

}



#footer {
	width: 100%;
    color: #fff;
    background-color: #000;
}


.footer-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
    font-size: 85%;
}


.bnr-ul {
    display: none;
}

#home .bnr-ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 25px;
}

.bnr-ul li {
    margin: 1%;
}

.bnr-ul li img{
    width: 100%;
	max-width: 250px;
}

.f-sns {
	margin-bottom: 30px;
	display: none;
}

.f-sns img {
	width: 50px;
    padding: 4px;
}
.logo-image {
	margin: 15px;
}
.logo-image img {
	width: 200px;
}
.logo-text {
	font-size: 130%;
	font-weight: bold;
    margin-bottom: 15px;
	display: none;
}
.add {
}
.tel {
}

.tel a{
	color: #fff;
}


.f-copy {

}


@media screen and (max-width: 360px) {
.f-copy {
	font-size: 85%;
}

}





	/* コンテンツページ関係始まり
================================================== */



.cat-img-wrap {
	position: relative;
}
.cat-img img {
	width: 100%;
	vertical-align: bottom;
}






.cat-img-con {
	position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    font-size: 190%;
    font-weight: normal;
    letter-spacing: 6px;
    color: #ffffff;
}

.cat-img-con span {
    border: 1px solid #fff;
    font-size: 100%;
    padding: 18px 40px;
}


@media screen and (max-width: 850px) {
.cat-img-con {
    top: 40%;
}
}





	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;
		background-color: #000;
		font-size: 100%;
		padding: 10px;
		margin-bottom: 25px;
	}

	#breadCrumb .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 85%;
    color: #fff;
	}


	#breadCrumb p,#breadCrumb a {
		margin-left: 0px;
		color: #fff;

	}




	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1150px;
		margin: 0 auto;
		position: relative;
		padding: 0px 0px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

	#main {
		width: 73%;
		float: left;
	}

	#main2 {
		width: 100%;
	}

	#sidemenu {
		width: 24%;
		float: right;
		padding: 40px 0 0 0;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;


	}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


	.contentListWrapper .pageList {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}


.contentListWrapper .pagelist-item {
	width: 46%;
    font-size: 140%;
    background-color: #ffffff;
    margin: 2%;
}

@media screen and (max-width: 600px) {
.contentListWrapper .pagelist-item {
	width: 96%;
	margin-bottom: 25px;
}
}

.contentListWrapper .pagelist-item .thumb {
	display: block;
	width: 100%;

/*	height: はjavaScriptで動的に取得*/
}

.contentListWrapper .pagelist-item .thumb img {
	    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-radius: 0;
}

.contentListWrapper .pagelist-item .title {
	display: block;
    font-weight: bold;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: 20px 23px;
    background-size: 20px;
    padding: 20px 0px 20px 50px;
    margin-top: 0;
	}

.contentListWrapper .pagelist-item .title a {
	text-decoration: none;
}

.contentListWrapper .pagelist-item .title a:hover {
	text-decoration: underline;
}
.contentListWrapper .pagelist-item .date {
	display: block;
	text-align: right;
	font-size: 60%;
	font-weight: normal;
		padding: 0px 15px 15px 15px;
}


.contentListWrapper .pagelist-item .description {
    padding: 0 30px 30px 30px;
	display: block;
	font-size: 60%;
	line-height: 130%;
}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}















	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}

	#sidemenu .sideHeader {
		background-color: #fd8600;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　検索一覧ページ
*********************************************/
	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #000;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}




	/*コンテンツページ関係終わり
================================================== */






	/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

ul.sitemap-list.sm-depth1-list {
	border-left: none;
}
	
.sitemap li.sm-depth1-item {
	font-size: 150%;
    font-weight: bold;
    padding: 0;
    letter-spacing: 2px;
}
	
.sitemap li.sm-depth1-item a {
	color: #fd8600;
}
.sitemap li.sm-depth1-item a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}




.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	background-color: #e6e6e6;
    padding: 2%;
    display: block;
    margin: 2% 0;
}

span.sitemap-list-item-span.sm-depth2-label {
	padding-left: 24px;
    display: block;
    margin: 22px 0;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
}
	
ul.sitemap-list.sm-depth2-list {
	font-size: 90%;
	letter-spacing: 1px;
    padding: 0 3%;
	}
	
ul.sitemap-list.sm-depth2-list  a{
	color: #000;	
}

ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 8px;
	}
	
ul.sitemap-list.sm-depth3-list li{
	margin: 0;
	padding: 5px;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #fd8600;
}


@media screen and (max-width: 1240px) {
.top2 {
    padding: 130px 80px;
}
}

@media screen and (max-width: 1120px) {

.top2-inner-l, .top2-inner-r {
    font-size: 80%;
}
	
.top2-inner-text-inner p {
    padding-right: 10%;
}
	
.top2-inner-text-inner {
    padding-top: 3%;
}
	
.top3-inner {
    padding: 150px 50px;
}
	
}

@media screen and (max-width: 1045px) {
.top2-inner-l .top2-inner-text {
    padding: 3% 2% 0 4%;
}
	
	
.top2-inner-text-inner {
    border-left: 7px solid #fd8600;
}
	
}

@media screen and (max-width: 1000px) {
	
.globalNavInner>ul li {
    font-size: 85%;
}
	
.top2-inner-text-inner .h3_sub {
    margin: 3px 0 10px 0;
}

.top2-inner-text-inner p {
    line-height: 170%;
}
	
}



@media screen and (max-width: 900px) {
	
.globalNavInner>ul li {
        font-size: 75%;
    }
	
}



@media screen and (max-width: 880px) {
	
.cat-img img {
    width: 100%;
    vertical-align: bottom;
    height: 140px;
    object-fit: cover;
}
	
.cat-img-con {
    top: 42%;
	}
	
.cat-img-con span {
    font-size: 75%;
    padding: 10px 20px;
}

}
	
@media screen and (max-width: 860px) {
	
.top2 {
    padding: 100px 80px;
}
	
.footer-inner {
    font-size: 90%;
    line-height: 180%;
}
	
.shosai {
    text-align: left;
    font-size: 90%;
	padding-bottom: 25px;
}
	
}


@media screen and (max-width: 790px) {

	
.top2-inner-l, .top2-inner-r {
    font-size: 100%;
	padding-top: 60px;
}
	
.top2-inner-text-inner .h3_sub {
    margin: 13px 0;
    font-size: 120%;
}
	
.top2-inner-text-inner p {
    padding-bottom: 3%;
    font-size: 90%;
}
	
.top3-ul {
    margin-top: 70px;
}
	
}

@media screen and (max-width: 767px) {
	
.copy {
    width: 65%;
    position: absolute;
    bottom: 4%;
    left: 4%;
    right: unset;
}
	
	
.top2-inner-l, .top2-inner-r {
    font-size: 120%;
}
	
.top3-inner {
    padding: 100px 50px;
}
	
.top3-ul li {
    margin-bottom: 15px;
    font-size: 120%;
}
	
.top4-inner {
    padding: 100px 10px;
}

span.sitemap-list-item-span.sm-depth1-label {
    padding: 4%;
    margin: 5% 0;
}
	
ul.sitemap-list.sm-depth2-list {
    padding: 0 5%;
}
	
.footer-inner {
    font-size: 100%;
}
	
}


@media screen and (max-width: 620px) {
	
.top2 {
    padding: 100px 50px;
}
	
	
.top2-inner-r .top2-inner-text,.top2-inner-l .top2-inner-text {
    padding: 5% 0 0 5%;
}
	
.shosai {
    padding-bottom: 32px;
}
	
}

@media screen and (max-width: 600px) {
.top3-ul li .date {
    margin-bottom: 8px;
}
	
.top3-ul li {
    margin-bottom: 35px;
}
	
}

@media screen and (max-width: 490px) {

.top2-inner-r .top2-inner-text, .top2-inner-l .top2-inner-text {
    padding: 8% 0 0 5%;
}
	
.contentListWrapper .pageList {
    padding: 0 20px;
}
	
.contentListWrapper .pagelist-item .thumb img {
    height: 150px;
}
	
.contentListWrapper .pagelist-item .thumb {
    height: auto!important;
}
	
}

@media screen and (max-width: 410px) {
	
.copy {
    width: 92%;
}

#home h2 {
    font-size: 200%;
    margin-bottom: 15px;
}
	
.top2 {
    padding: 80px 40px;
}
	
.top2 .h2_sub {
    margin: 10px 0 0px 0;
    font-size: 150%;
}
	
.top2-inner-l, .top2-inner-r {
    padding-top: 40px;
}
	
.top2-inner-text-inner h3 {
    font-size: 140%;
}
	
.top2-inner-text-inner .h3_sub {
    font-size: 100%;
}
	
.top2-inner-text-inner p {
    padding-bottom: 6%;
    font-size: 85%;
    line-height: 155%;
    padding-right: 7%;
}
	
.top3-inner {
    padding: 80px 50px;
}
	
.top4-inner {
    padding: 80px 40px;
}
	
}

@media screen and (max-width: 375px) {

.top2 {
    padding: 80px 30px;
}
	
.top2-inner-text-inner {
    border-left: 5px solid #fd8600;
}
	
.top2-inner-text-inner h3 {
    font-size: 128%;
}
	
.top2-inner-text-inner p {
    font-size: 80%;
    padding-right: 5%;
}
	
.shosai {
    padding-bottom: 27px;
    font-size: 80%;
}
	
.f-sns img {
    width: 45px;
    padding: 1%;
}
	
.f-copy {
    margin-top: 20px;
    font-size: 80%;
}
	
.footer-inner {
    padding: 70px 0;
}
	
}

.tbl-sp{
	
}
.tbl-sp td{
	text-align: center;
}



@media screen and (max-width: 370px) {
	.top4-inner {
    padding: 80px 30px;
}
}
@media screen and (max-width: 350px) {
	.top4-tel {
    font-size: 300%;
}
}
@media screen and (max-width: 335px) {

.top4 table {
    margin-top: 25px;
    font-size: 88%;
}
}


.wrap-open h2 {
	font-size: 140%;
	padding: 1rem 2rem;
	margin: 30px 0 30px 0;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#F45800), to(#FF8C00));
	background-image: -webkit-linear-gradient(left, #F45800 0%, #FF8C00 100%);
	background-image: linear-gradient(to right, #F45800 0%, #FF8C00 100%);
}
.wrap-open ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.wrap-open ul li{
	width:48%;
	text-align: center;
	margin-bottom:2%;
	
}

@media screen and (max-width: 680px) {
	.wrap-open ul{
	display: block;

	
}
	.wrap-open ul li{
	width:100%;	
			margin-bottom:2%;
}
	.wrap-open ul li .title{
	display: block;
		margin-bottom:5%;
	
}
	
}
.wrap-open ul li img{
	width:100%;
	margin-bottom: 10px;
	
}


@media screen and (max-width: 850px) {
.header-inst{
	    display: block;
        width: 48px;
        height: 50px;
        position: fixed;
        right: 50px;
        top: 8px;
	}
	
	
.header-inst img{
	width: 100%;
	max-width: 40px;
	}
	
	
}







