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

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

::selection {
	background: #000;
	text-shadow: none;
	color: #fff;
}

a {
	color: #000;
	transition: .4s;
}



a:hover,
a:focus {
	color: #000;
	transition: .4s;
}

a:hover img,
a:focus img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: .4s;
}

:-ms-input-placeholder {}

a img {
	transition: .4s;
}

/*
a:hover img,
a:focus img {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}
*/

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



ol,
ul {
	list-style: none;
}



body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 140%;
}





.js-action-preview-mode-notice {
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
	color: black;
	position: fixed;
	border: 1px dotted black;
	z-index: 50000;
}

@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%;
	}

	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;
		border: 1px solid;
		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;
	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-header a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}


/*
#scrollTop {
	position: absolute;
	top: -55px;
	right: 0;
	width: 55px;
	z-index: 999;
}
*/

#scrollTop {
	position: fixed;
	/*	top: -55px;*/
	right: 0;
	width: 55px;
	z-index: 999;
	bottom: 0;
}





#scrollTop img {
	width: 100%;
	display: block;
}




#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: 768px) {

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


}

/*ＰＣ関係↑*/


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


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

}

/*スマホ関係↑*/




.hideAnchor {
	display: block;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -65px;
	padding-bottom: 65px;
}





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

#header-sub {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 209;
	background-color: #fff;
	padding: 0px 0 0px 15px;
	display: none;
}

#header-sub table {
	width: 100%;
}

#header-sub table .td-l {
	width: 280px;
	display: none;
}

#header-sub table .td-l img {
	width: 100%;
	display: block;
}

#header-sub table .td-r {
	width: auto;
}



#logo {
	width: 220px;
	position: fixed;
	top: 5px !important;
	left: 15px;
	z-index: 1000;
}

#logo img {
	width: 100%;
}





#top-pc-header {
	width: 100%;

	top: 0;
	z-index: 208;

}

#header {
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
}

.header-inner {
	width: 100%;
}

.header-inner td {
	width: 100%;
	position: relative;
	height: 55px;
	vertical-align: middle;

}







.globalNavInne {
	width: 100%;
}

.globalNavInne ul {
	width: 100%;
}


.none_text {
	display: none;
}


.header-bottom {
	margin-top: 0;
}



.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;
	font-size: 95%;
	line-height: 120%;
}


.globalNavInner>ul li {
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #000;
}

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

.globalNavInner>ul li a {
	text-decoration: none;
	padding: 0 18px;
}



.globalNavInner>ul li a:hover {}


.globalNavInner>ul li img.h-inst {
	width: 20px;
}

.sp-header nav li img.h-inst {
	width: 30px;
}




.globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
}


.globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 90%;
	transition: .4s;

}



.globalNavInner>ul .child li:last-child {}

.globalNavInner>ul .child li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 15px 10px;
	text-align: left;
	/*
	background-image: url(../images/icon_o.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 10px;
*/
}

.globalNavInner>ul .child li:nth-child(odd) a {
	background-color: #f2f2f2;
}

.globalNavInner>ul .child li:nth-child(even) a {
	background-color: #fff;
}

.globalNavInner>ul .child li a:hover {
	background-color: #000;
	color: #fff;
}






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











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

#home #content {
	padding-bottom: 0;
}



.top1 {
	width: 100%;
	margin-bottom: -6px;
	background-color: rgba(255, 255, 255, 1);
	/* background-image: url(../images/bg1.jpg); */
	background-repeat: no-repeat;
	background-position: left -55px;
	background-size: 45%;
}

.top1-inner {
	width: 100%;
	position: relative;
	z-index: 204;
	padding: 60px 0 0 6%;
}

.slick-box-wrap {
	width: 100%;
	position: relative;
}


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


.top1 .slick-box img {
	width: 100%;
	vertical-align: bottom;
}


.sodan-area {
	position: fixed;
	top: 130px;
	left: 96%;
	width: 4%;
	z-index: 1000;
}

.sodan-area img {
	width: 100%;
}

.com-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	text-align: left;
	z-index: 9999;
}

.com-area a:hover {
	opacity: 0.8;
}

.top1-copy {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}

.top1-copy img {
	width: 16%;
}

.top2 {
	width: 100%;
	background-color: #fff;

}

.top2-inner {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	max-width: 1400px;
}




.top2-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;

}

.top2-ul-li-l {
	width: 50%;
	padding: 0 20px 0 0;
}

.top2-ul-li-l.w100 {
	width: 100%;
}


.top2-ul-li-l table {
	width: 100%;
	display: block;
}

.top2-ul-li-l table .td-l {
	width: 100%;
	vertical-align: middle;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.top2-ul-li-l table .td-l h2,
.event-title h2 {
	font-size: 240%;

}

.top2-ul-li-l .more a,
.event-title .more a {
	display: inline-block;
	background-color: #fff;
	text-decoration: none;
	padding: 2px 35px 5px 12px;
	background-image: url(../images/arrow_bl.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 12px;
	border-radius: 0;
	border: 1px solid #000;
}

.top2-ul-li-l .more a:hover,
.event-title .more a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: .4s;
}

.top2-ul-li-l table .td-r {
	width: 100%;
	display: block;
	vertical-align: top;

}



.top2-ul2 {
	width: 100%;
}

.top-category_news .top2-ul2 {
	line-height: 140%;
	font-size: 91%;
	margin-bottom: 50px;
}


.top2-ul2 li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 23px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px dotted;

}


.top2-ul2 li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.top2-ul2 li .date {
	color: #000;
}

.top2-ul2 li .list-category-mark {
	display: inline-block;
	margin-left: 10px;
	padding: 0 6px;
	font-size: 80%;
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.top2-ul2 li .title {
	display: block;
	margin-top: 8px;
}


.top2-ul-li-r {
	width: 40%;
	padding: 0 20px 0 20px;

}

.top2-ul-li-r h2 {
	width: 100%;
	/*
	position: relative;
	z-index: 10;
*/

}

/*
.top2-ul-li-r h2 img {
	width: 120px;
}
*/



.event-title {
	width: 100%;
	vertical-align: middle;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.event-wrap {
	width: 100%;
	max-width: 600px;
	background-color: #f2f2f2;
	border-radius: 0;
	position: relative;
}

.event-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.event-ul li {
	width: 100%;
	padding: 45px;

}

.event-ul li .thumb {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.event-ul li .thumb img {
	width: 100%;
}

.event-ul li .date {
	display: block;
	margin-bottom: 10px;
}


.event-ul li .title {
	display: table-cell;
	width: auto;
	/*	padding-left: 25px;*/
	vertical-align: top;
}

.event-ul li .title a {
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
}

.more2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.more2 a {
	display: inline-block;
	padding: 10px 40px 10px 20px;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
}

.more2 a:hover {
	opacity: 0.8;
}

.top3 {
	width: 100%;
}


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

.top3-inner img {
	width: 100%;
	display: block;
}

.top3 h2 {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 250%;
}

.top3 h2 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.top3-copy {
	position: absolute;
	top: 43%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 200%;
	line-height: 140%;
}

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


.top4-inner {
	width: 100%;
	max-width: 1000px;
	margin: -120px auto 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 100;
}

.top4-com {
	width: 100%;
	background-color: #fff;
	border-radius: 0;
	padding: 50px 30px 13% 30px;
	text-align: center;
	line-height: 200%;
	font-size: 110%;
}

.top4-com span {
	color: #000;
}

.top4-ul {
	width: 90%;
	margin: -10% 5% 0 5%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top4-ul li {
	width: 32.33%;
	margin: 0 0.5%;
	overflow: hidden;
}

.top4-ul li img {
	width: 100%;
	display: block;
	transition: all 0.6s ease 0s;
}

.top4-ul li img:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.6s ease 0s;
}


.top4-detail {
	padding: 50px 0 100px 0;
	text-align: center;
}

.top4-detail a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
	padding: 15px 50px 15px 20px;
	border-radius: 0;
	font-weight: bold;
}

.top4-detail a:hover {
	opacity: 0.8;
}


.top5 {
	width: 100%;
	background-color: #fff;
}

.top5 .no-content {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	opacity: 0.5;
}

.top5-inner {
	width: 100%;
	padding: 100px 0;
	/*
	background-image: url(../images/bg2_l.jpg), url(../images/bg2_r.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 25%, 25%;
*/
}

.top5 h2 {
	text-align: center;
	font-size: 250%;
}

.top5 h2 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 4px solid #000;
}

.top5-copy {
	color: #000;
	font-size: 200%;
	line-height: 140%;
	margin: 30px 0 clamp(60px,6vw,80px) 0;
	text-align: center
}


/* 
.top5-inner2 {
	width: 100%;
	max-width: 1000px;
	padding: 100px 20px 100px;
	margin: 0 auto 0;
} */

.top5-link-ul {
	width: 100%;
	max-width: 960px;
	display: flex;
	margin: clamp(60px, 6vw ,80px) auto 0;
}

.top5-link-ul li {
	width: 49%;
	margin: 0 1%;
	font-size: 130%;
}

.top5-link-ul li a {
	display: block;
	padding: 30px;
	border-radius: 0;
	text-decoration: none;
	font-weight: bold;
}

.top5-link-ul li:first-child a {
	background-image: url(../images/arrow_bl.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	border: 1px solid #000;
	color: #000;
}

.top5-link-ul li:last-child a {
	background-image: url(../images/arrow_bl.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	border: 1px solid #000;
	color: #000;
}

.top5-link-ul li a:hover {
	opacity: 0.8;
	background-color: #f7f7f7;
}

.top5-inner3 {
	width: 100%;
	padding: 60px 0;
	background-color: #f2f2f2;
}


.bg3_top {
	width: 100%;
	position: relative;
}

.inu2 {
	position: absolute;
	bottom: 5%;
	left: 4%;
	width: 15%;
	display: none;
}

.inu2 img {
	width: 100%;
	display: block;
}

.bg3_top img,
.bg3_bottom img {
	width: 100%;
	display: none;
}

.bg3_top img {
	padding-bottom: 30px;
}

.top5-inner3 table {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.top5-inner3 table td {
	width: 50%;
	vertical-align: top;
}

.top5-inner3 table .td-l {
	text-align: center;
	padding: 0 0 0 20px;
}


.top5-inner3 table .td-r {
	padding: 0 20px 0 30px;
	line-height: 170%;
}

.top5-copy2 {
	color: #000;
	font-size: 150%;
	line-height: 160%;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.top5-detail {
	margin-top: 30px;
}

.top5-detail a {
	display: inline-block;
	padding: 10px 40px 10px 20px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	text-decoration: none;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
	font-weight: bold;
}

.top5-detail a:hover {
	opacity: 0.8;
}

.top5-inner4 {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	text-align: center;
}

.top5-inner4 p {
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 20px;
	margin-top: 40px;
}

.top5-ul {
	width: 98%;
	display: inline-flex;
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}

.top5-ul li {
	width: 31.33%;
	margin: 0 1%;
	background-color: #ffffff;
	transition: .4s;
	border-radius: 0;
}

.top5-ul li img {
	display: block;
	border-radius: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: no-repeat bottom center;
	background-size: cover;
	width: 100%;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.top5-ul li .title {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	padding: 20px;
	font-size: 130%;
	line-height: 140%;
}

.top5-ul li .title a {
	text-decoration: none;
}

.top5-ul li .description {
	padding: 0 20px 20px 20px;
	display: block;
	font-size: 100%;
	font-weight: 100;
	line-height: 152%;
}



.voice {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 22%;
	margin: auto;
}

.voice img {
	width: 100%;
}

.top5 .com-area {
	display: none;
}


.circle {
	margin: 50px auto;
	animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0px);
	}
}

.top6 {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 5%;
	padding-top: 80px;
}

.top6-copy {
	color: #000;
	max-width: 1100px;
	font-size: 200%;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 40px auto;
	padding: 0 20px;
}

.top6-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.top6-inner p {
	width: 80%;
	line-height: 200%;
	font-size: 110%;
}

.top6-link {
	margin: 20px 0 0 0;
}

.top6-link img {
	width: 400px;

}


.top6-image {
	position: absolute;
	top: 50px;
	left: 75%;
	width: 30%;
	text-align: right;
}

.top6-image img {
	width: 100%;
	max-width: 500px
}

.top7 {
	width: 100%;
	background-image: url(../images/con-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
}

.top7-bottom2 {
	display: none;
}


.top7-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 10% 20px 40px 20px;
}

.top7-inner p {
	text-align: center;
	margin-bottom: 40px;
	font-size: 160%;
	line-height: 170%;
}

.top7 h2 {
	text-align: center;
	font-size: 250%;
	margin-bottom: 40px;
}

.top7 h2 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 4px solid #000;
}

.top7-ul {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.top7-ul li {
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px;
	background-color: #000;
	border: 1px solid #000;
	transition: .4s;
}

/*
.top7-ul li:hover {
	color: #000;
	transition: .4s;
}
*/

.top7-ul li span.l-text {
	font-size: 170%;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.top7-ul li span.s-text {
	font-size: 100%;
	font-weight: 100;
	display: block;
}

.top7-ul li a {
	color: #fff;
	transition: .4s;
	text-decoration: none;
}


.top7-ul li:hover {
	transition: .4s;
	background-color: #7b7b7b;
}

.top7-ul li a:hover {
	text-decoration: none;
	transition: .4s;
}



.top7-ul li img {
	width: 100%;
	display: block;
	transition: all 0.6s ease 0s;
}

.top7-ul li img:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.6s ease 0s;
}

.top7-inu {
	position: absolute;
	bottom: 0;
	left: 85%;
	width: 10%;
	display: none;
}

.top7-inu img {
	width: 100%;
	display: block;
}

.top7-bottom,
.top7-bottom2 {
	width: 100%;
}

.top7-bottom img,
.top7-bottom2 img {
	width: 100%;
	display: block;
}


#footer {
	width: 100%;
	background-color: #fff;
	/*
	background-image: url(../images/bg1_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 25%;
*/
	position: relative;
}

.footer-inner {
	width: 100%;
	padding: 60px 3%;
}

.footer-ul {
	width: 100%;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-ul li:first-child {
	width: 60%;
	line-height: 200%;
}


.logo-text {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

.logo-text span {
	font-size: 140%;
}

ul.f-sns {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	height: 40px;
}


ul.f-sns li {
	padding: 0 6px;
}

ul.f-sns li:first-child {
	width: auto;
}

ul.f-sns li:last-child {
	width: auto;
}

ul.f-sns li img {
	width: 30px;
}

.touroku {
	margin-bottom: 10px;

}

.copy {
	font-size: 90%;
}

.footer-ul li:last-child {
	width: 40%;
}

.footer-ul li:last-child iframe {
	width: 100%;
	height: 300px;
	/*
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
*/
	display: block;
}


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



.cat-img-wrap {
	/*
    position: relative;
    width: 95%;
    float: right;
*/
	border-radius: 0;
	margin-bottom: 60px;
	padding-top: 60px;
}


@media (max-width: 900px) {
	.cat-img-wrap {
		padding-top: 0;
	}
}


.cat-cover-img {
	position: absolute;
	display: none;
	bottom: 0;
}

.cat-cover-img img {
	width: 100%;
	display: block;
}

.cat-img {}

.cat-img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	font-family: 'object-fit: contain;';
	vertical-align: bottom;
}


.cat-img-con {
	width: 100%;
	font-size: 280%;
	/*    font-weight: bold;*/
	letter-spacing: 2px;
	display: block;
	text-align: center;
	margin-top: 60px;
	/*    font-weight: 100;*/
}

.cat-img-con span {
	color: #000;
	border-bottom: 2px solid #000;
	line-height: 160%;
	padding-bottom: 10px;
}






#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%;
	padding: 8px 0;
	margin-bottom: 0%;
	margin-top: 6%;
	clear: both;
	display: inline-block;
	font-size: 85%;
	border-top: dotted 1px;
	font-weight: 100;
}

#breadCrumb a {
	color: #000;
}

#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}







.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: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0px 20px;

}

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



article {}



#main2 {
	width: 100%;
	font-size: 110%;
	line-height: 200%;
}

#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;
	margin-top: 30px;
}


.contentListWrapper .pagelist-item {
	width: 48%;
	margin: 0 1% 30px 1%;
	background-color: #f2f2f2;
	transition: .4s;
	border-radius: 0;
}

/*
.contentListWrapper .pagelist-item:hover {
	background-color: #e2efe7;
}
*/





.contentListWrapper .pagelist-item .thumb {
	width: 100%;
	padding: 0 0 0 0;

}

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


/*
.top-category_about .contentListWrapper .pagelist-item .thumb img {
    height: 9em;
}
*/

.contentListWrapper .pagelist-item .thumb img a,
.contentListWrapper .pagelist-item .thumb img:hover,
.contentListWrapper .pagelist-item .thumb img:focus {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	text-decoration: none;
	transition: 0.3s;
}

.contentListWrapper .pagelist-item .title {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 130%;
	line-height: 160%;
}

.contentListWrapper .pagelist-item .date {
	display: block;
	line-height: 100%;
	font-size: 90%;
	padding: 0px 20px 20px 20px;
	text-align: right;
	color: #333;
}


.contentListWrapper .pagelist-item .title a {
	text-decoration: none;
	display: block;
	background-image: url(../images/left_arrow_bl.png);
	background-repeat: no-repeat;
	background-position: 20px 26px;
	background-size: 19px;
	padding: 20px 20px 20px 48px;
}

.contentListWrapper .pagelist-item:hover {
	background-color: #fff5b0;
	transition: .4s;

}

.contentListWrapper .pagelist-item .description {
	padding: 0 20px 20px 20px;
	display: block;
	font-size: 80%;
	line-height: 172%;
}

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





.top-category_topics .contentListWrapper .pagelist-item {
	width: 29.3%;
	margin: 0 2% 30px 2%;
	/* border: 2px solid #c4e1f0; */
	transition: .4s;
	border: none;
}

.top-category_topics .contentListWrapper .pagelist-item:hover {
	background-color: #fff;
}


.top-category_topics .contentListWrapper .pagelist-item img {
	width: 100%;
	height: 13em;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 0;
	display: block;
	transition: 0.3s;
}

.top-category_topics .contentListWrapper .pagelist-item .title {
	font-size: 110%;
	line-height: 140%;
	text-align: center;
}

.top-category_topics .contentListWrapper .pagelist-item .title a {
	text-decoration: none;
	display: block;
	background-image: none;
	padding: 20px 10px 10px 10px;
}


.top-category_topics .contentListWrapper .pagelist-item .title a:hover {
	color: #f7c11e;
}

.top-category_topics .contentListWrapper .pagelist-item .date {
	text-align: center;
	font-size: 80%;
}

.top-category_topics .contentListWrapper .pagelist-item img:hover,
a.top-category_topics .contentListWrapper .pagelist-item img:focus {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}







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

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

#sidemenu .sideHeader {
	background-color: #000;
	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;

}

.sitemap a {}




ul.sitemap-list.sm-depth1-list {
	width: 100%;
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
}

.sitemap li.sm-depth1-item a {
	text-decoration: none;
	display: block;
}

.sitemap li.sm-depth1-item a:hover {}

.sitemap li.sm-depth1-item a:focus {}

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

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
	display: block;
	margin: 4% 0;
	transition: 0.3s;
	border-left: 10px solid #000;
	background-color: #f2f2f2;
}

ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
}

ul.sitemap-list.sm-depth2-list li {
	background-position: 0px 6px;
	background-size: 12px;
	/* font-weight: normal; */
	margin: 18px 8px;
}

ul.sitemap-list.sm-depth2-list a {}

ul.sitemap-list.sm-depth2-list a:hover {}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
}

ul.sitemap-list.sm-depth3-list li {
	margin: 10px 0px;
	padding: 5px;
	font-weight: normal;
	background-image: none;
}

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


/*サイトマップ終わり
================================================== */


/*ブログ
================================================== */
#wrap {
	width: 100%;
	display: flex;
}

#main {
	width: 73%;
	margin: 0 5% 0 0;
}



#blog-nav {
	width: 22%;
}

.section.recently h3 {}

.section.categories h3 {}

.section.others h3 {}

.contentBody .current-category_blog {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-category_blog .contentBody {
	padding: 0;
}

.top-category_blog .contentBody p {
	margin: 1em 0 1em 0;
}

.top-category_blog .contentBody p img {
	max-width: 100%;
	display: inline-block;
	text-align: center;
}

.top-category_blog .contentBody p img.attached_icon {
	width: auto;
}


.top-category_blog #content-inner {
	margin-top: 40px;
}

.pagelist-item.current-category_blog-item {
	border: 1px solid #bababa;
	padding: 4%;
	margin: 0 0 60px 0;
	line-height: 180%;
	background-image: none;
	width: 100%;
	background-color: transparent;
}

.pagelist-item.current-category_blog-item:hover {
	background-color: transparent;
}

.top-category_blog .pageList .pagelist-item .title {
	background-image: none;
	padding-left: 0;

}

.current-category_blog-item .title a {
	display: block;
	padding: 18px 30px;
	color: #fff;
	font-size: 140%;
	border-radius: 0;
	background-color: #000;
	margin-bottom: 25px;
	text-decoration: none;
}

.current-category_blog-item .title a:hover {
	text-decoration: none;
}

.top-category_blog .contentBody h2 {
	padding: 0px 15px;
	font-size: 160%;
	margin: 15px 0 30px 0;
	/* background-color: #fff; */
}

.current-category_blog-item .title {
	display: block;
}

.current-category_blog-item .date {
	display: block;
	text-align: right;
	color: #000;
}


.top-category_blog #content-inner {
	padding: 0px 40px;
	max-width: 1200px;
}

.top-category_blog #main {
	float: right;
	width: 73%;
}


#blog-nav {
	float: left;
	width: 24.28%;
}



.top-category_blog .contentHeader .date {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	letter-spacing: 0;
	font-size: 100%;
	color: #736357;
	text-align: right;
}

.top-category_blog .contentTitle {
	padding: 0;
	margin-top: 0;
}

.top-category_blog .contentTitle h1 {
	text-align: left;
	padding: 2% 4%;
	margin-top: 0;
}


/* blog
================================================== */


li.pagelist-item.current-category_blog-item::before {
	background: #fff;
	height: 0;
	display: block;
	margin: 0;
}

.pagelist-item.current-category_blog-item li {
	padding-left: 35px;
	padding: 0.5em 0.5em 0.5em 40px;
	text-indent: -0.925em;
	/* margin: 15px 0; */
}

#blog-nav h3 {
	color: #000;
	padding: 0;
	margin-bottom: 20px;
	font-size: 110%;
}

.section.recently {}

.section.recently ul {
	margin-bottom: 20%;
}

.section.recently ul li {
	margin-bottom: 20px;
	font-size: 90%;
}

span.update {
	color: #000;
}

ul.entry-list {}

ul.entry-list li {
	margin-bottom: 20px;
	font-size: 90%;
}

.pagelist-item.current-category_blog-item p {
	margin: 1em;
}

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

	.cat-img img {
		vertical-align: bottom;
		border-radius: 0;
		/*    height: 400px;*/
		object-position: left bottom;
	}

}


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

	#blog-nav {
		float: left;
		width: 22.28%;
		font-size: 90%;
		line-height: 135%;
	}

	.pagelist-item.current-category_blog-item {
		font-size: 90%;
	}

}

@media screen and (max-width: 900px) {
	#main {
		width: 100%;
		margin: 0 0 40px 0;
	}

	#blog-nav {
		width: 100%;
		display: none;
	}

}



@media screen and (max-width: 768px) {
	#blog-nav {
		float: none;
		width: 100%;
		font-size: 100%;
		margin-top: 30px;
	}

	.top-category_blog #main {
		float: none;
		width: 100%;
	}


}


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

	.top-category_blog #content-inner {
		margin-top: 40px;
	}

	.pagelist-item.current-category_blog-item {}

	/*
.cat-img-con span {
    padding: 15px 20px 15px 30px;
}
	
.cat-img-con {
    font-size: 110%;
     top: 30px; 
    bottom: 0px;
    width: 90%;
    line-height: 216%;
}
*/

}





/*ブログ終わり
================================================== */


/*
@media screen and (max-width: 960px) {

#logo {
    width: 399px;
    padding-top: 14px;
}
*/

@media screen and (max-width: 1070px) {
	.contentListWrapper .pagelist-item .title {
		font-size: 100%;
	}


	.contentListWrapper .pagelist-item .thumb img {}

}






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


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

	#logo {
		display: none !important;
	}

	#top-pc-header {
		display: none !important;
	}


	#header {
		display: none !important;
	}

	#globalNav {
		display: none !important;
	}





	.sp-header {
		display: inline;
		width: 100%;
		padding: 5px 0 0 15px;
		vertical-align: middle;
		position: absolute;
		top: 0;
		z-index: 1000;
		background-color: rgba(255, 255, 255, 1);
		height: 60px;
		/* background-image: url(../images/bg1.jpg); */
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 45%;
	}

	.logo {
		width: 330px;
	}

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

	}

	@media screen and (max-width: 420px) {
		.sp-header {
			padding: 10px 0 0 15px;
		}

		.logo {
			width: 280px;
		}
	}

	@media screen and (max-width: 365px) {
		.sp-header {
			padding: 13px 0 0 15px;
		}

		.logo {
			width: 240px;
		}
	}


	.logo img {
		width: 100%;
	}



	.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(255, 255, 255, 0.9);
		-webkit-overflow-scrolling: touch;
		background-size: 100%;

	}

	.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: 140%; */
		border-bottom: 1px dotted #000;
		padding: 15px;
		display: block;
	}

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

	}



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



	/*開閉ボタン*/
	#nav_toggle {
		display: block;
		width: 60px;
		height: 60px;
		/*		position: relative;
*/
		position: fixed;
		top: 0;
		right: 0px;
		padding: 10px 10px;
		z-index: 100;
		background-color: #000;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		text-align: center;
		color: #fff;
	}

	#nav_toggle div {
		position: relative;
	}

	#nav_toggle span {
		display: block;
		height: 3px;
		background: #fff;
		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: 6px;
	}

	#nav_toggle span:nth-child(2) {
		top: 17px;
	}

	#nav_toggle span:nth-child(3) {
		top: 29px;
	}

	#nav_toggle p {
		padding-top: 32px;
		font-size: 12px;
	}

	/*開閉ボタン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: #000;
	}

	.open #nav_toggle span:nth-child(1) {
		top: 10px;
		-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: 10px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.open #nav_toggle p {
		display: none;
	}


	.search-aria2 {
		width: 100%;
		position: fixed;
		z-index: 1001;
		top: -150px;
		right: 0;
		text-align: right;
		background-color: #fff;
		padding: 8px 0;
	}

	.search-aria2 a {
		padding: 6px 5px;
		display: inline-block;
		margin-right: 15px;
		border: 1px solid #000;
		text-decoration: none;
		color: #000;

	}

	.search-aria2 a:hover {
		color: #666;
	}





	.input_item2 {
		height: 32px;
		font-size: 16px;
		width: 50%;
		border: 1px solid;
	}





	#searchsubmit2 {
		width: 40px;
		height: 40px;
		margin-left: 3px;
	}

	input::placeholder {
		color: #000;
	}

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

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




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






}







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


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

	.top2-ul-li-l {
		/*    width: 60%;*/
	}

	.top2-ul-li-r {
		/*    width: 36%;*/
	}

	.top2-ul-li-l table .td-l {
		/*    width: 30%;*/
	}

	.top3-copy {
		top: 45%;
	}

	.top3-inner img {
		height: 400px;
		object-fit: cover;
		object-position: right bottom;
	}

	.top6-inner p {
		/*    width: 75%;*/
		font-size: 100%;
	}

}


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



	.event-ul li .title a {
		font-size: 110%;
	}


	.top3 h2 {
		top: 20%;
	}

	.top4-com {
		font-size: 100%;
	}


	.top4-ul li img {
		padding: 5%;
	}

	.top6-link img {
		width: 360px;
	}

	.top7-ul li img {
		width: 100%;
		padding: 8%;
	}

	.top7 h2 {
		margin-bottom: 30px;
	}

	.top7-inner {
		padding: 9% 20px 30px 20px;
		max-width: 780px;
	}


}


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



	.top6-inner,
	.footer-inner,
	.top6-copy {
		padding-left: 40px;
		padding-right: 40px;
	}


	.top6-copy {
		font-size: 180%;
		line-height: 170%;
		margin: 0 auto 25px auto;
	}


	.top5-inner3 table .td-r {
		padding: 0 40px 0 0px;
		font-size: 90%;
	}

	.top7-inu {
		left: 80%;
		width: 13%;
	}


}


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

	.voice {
		width: 30%;
	}



	.top5-inner4 p {
		padding: 0 2%;
	}

	.top7-inner {
		padding: 18% 20px 80px 20px;
		max-width: 840px;
	}

	.top7 {
		background-size: cover;
	}

	.top7-ul li img {
		width: 100%;
		padding: 7% 0% 15% 0%;
	}
}



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

	.globalNavInner>ul {
		font-size: 85%;
	}

	.globalNavInner>ul li a {
		padding: 0px 10px;
	}

}




@media screen and (max-width: 1070px) {
	#content-inner {
		padding: 0px 50px;
	}

}



@media screen and (max-width: 1060px) {
	.top5-inner3 table .td-r {
		padding: 0 20px 0 30px;
	}

	.circle {}

	.voice {}

}


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

	.top7-inner p {
		font-size: 140%;
		line-height: 170%;
	}
}


@media screen and (max-width: 1000px) {
	.globalNavInner>ul li a {
		padding: 0 8px;
	}

	.top2-inner,
	.top6-inner,
	.footer-inner,
	.top5-inner4 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.top2-inner {
		padding-bottom: 60px;
		padding-top: 50px;
	}

	.top3 h2 {
		top: 25%;
	}

}


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

	.top1 {
		margin-bottom: 0;
	}


	.top2-ul-li-l {
		width: 100%;
		padding: 0 20px;
		order: 2;
	}


	.top2-ul-li-l table tbody {
		width: 100%;
		display: block;
	}

	.top2-ul-li-l table .td-l h2 {
		margin-bottom: 0;
	}



	.top2-ul-li-l .more {
		margin: -25px 0 30px;
		padding-left: 140px;
	}


	.top2-ul-li-r {
		width: 100%;
		padding: 0 0 50px 0;
		max-width: 480px;
		order: 1;
	}


	.top2-ul-li-l table tr,
	.top2-ul-li-l table .td-l,
	.top2-ul-li-l table .td-r {
		display: block;
	}

	.top2-ul-li-l table .td-l,
	.top2-ul-li-l table .td-r {
		width: 100%;
	}

	.top2-ul-li-l table .td-l {
		text-align: left;
		padding-top: 40px;
	}


	.top2-ul-li-r h2 {
		padding: 0;
		margin-bottom: 0;
	}

	.event-wrap {
		max-width: none;
		border-radius: 0;
		/*	margin-top: -30px;*/
	}



	.top6-inner {
		padding-bottom: 50px;
	}

	.top6-inner p {
		width: 58%;
		font-size: 90%;
	}

	.top6-image {
		bottom: 0;
		left: 67%;
		width: 40%;
		top: auto;
	}

	.top6-copy {
		font-size: 160%;
	}

	.top7-inner {
		max-width: 700px;
		padding: 15% 20px 5% 20px;
	}


}


@media screen and (max-width: 930px) {
	.top5-inner3 table .td-l {
		text-align: left;
		padding: 0 0 0 40px;
	}

	.top5-inner3 table td {
		width: auto;
	}

	.top5-inner3 table .td-l img {
		width: 350px;
	}

}


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

	.top2-inner,
	.top4-inner,
	.top5-inner2,
	.top5-inner3 table,
	.top6-inner,
	.footer-inner {
		padding-left: 40px;
		padding-right: 40px;
	}


	.top1 {
		background-position: left -60px;
	}

	.top1-inner {
		padding: 0 0 0 0;
	}

	.top5-inner3 table .td-l img {
		width: 300px;
	}

	.top6-image {}

	.top7-inner {
		padding: 12% 20px 7% 20px;
	}

	.top7 {
		background-size: 130%;
	}

	.top7 h2 {
		margin-bottom: 50px;
	}

}



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

	.footer-ul li:first-child {
		width: 100%;
		order: 2;
	}

	.footer-ul li:last-child {
		width: 100%;
		order: 1;
		padding-bottom: 40px;
	}

}


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

	.sodan-area {
		position: fixed;
		top: 130px;
		left: 94%;
		width: 6%;
		z-index: 1000;
	}

}



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



	.cat-img-con {
		/* top: 45%; */
		font-size: 200%;
		bottom: 20px;
	}

	.cat-img img {
		vertical-align: bottom;
		border-radius: 0;
		height: 300px;
		object-position: center bottom;
	}


	.slick-box2 li .title a {
		text-decoration: none;
		padding: 0 20px;
		display: block;
		font-size: 90%;
	}


}


@media screen and (max-width: 833px) {
	.contentListWrapper .pagelist-item {
		width: 48%;

	}
}

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



	#breadCrumb {}

}




@media screen and (max-width: 780px) {
	.top7-ul li img {
		width: 100%;
		padding: 2%;
	}

}




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

	.voice {
		width: 100%;
		left: auto;
		right: auto;
		display: block;
		text-align: center;
	}



	.voice img {
		width: 100%;
		max-width: 300px;
	}

	.top5-inner3 table tr,
	.top5-inner3 table td {
		display: block;
		text-align: center;
	}

	.top5-inner3 table td {
		width: 100%;
	}

	.top5-inner3 table .td-l {
		text-align: center;
		margin-top: 45px;
		padding: 20px 40px 30px 40px;
	}


	.top5-inner3 table .td-r {
		padding: 0 40px 0 40px;
	}


	.inu2 {
		position: absolute;
		width: 23%;
	}

	.top6-copy {
		text-align: center;
	}

	.top7-bottom img {
		height: 200px;
		object-fit: cover;
		object-position: center bottom;
	}


}



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

	.top5-inner3 {
		padding: 50px 0 20px 0;
		background-color: #f2f2f2;
	}


	.top6-copy span {}

	.top6-inner p {
		width: 100%;
	}

	.top6-image {
		position: static;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.top6-image img {
		width: 80%;
		max-width: 250px
	}

	.top6-link {
		text-align: center;
	}

}


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

	.top1 .slick-box img {
		border-radius: 0;
		height: 700px;
		object-fit: cover;
		object-position: center bottom;
	}

	.top1-copy img {
		width: 24%;
	}

	.top4-com {
		font-size: 90%;
	}


	.top5-inner {
		width: 100%;
		padding: 80px 0;
	}

	/* .top5-inner2 {
		padding: 60px 20px 80px;
		/* padding-left: 20px;
		padding-right: 20px; */
		font-size: 80%;
	} */

	.top5-link-ul li a {
		padding: 20px 30px;
		border-radius: 0;
	}


	.sitemap li.sm-depth1-item {
		font-size: 100%;
		padding: 0px;
		letter-spacing: 0;
		width: 98%;
	}


	.top5-ul li {
		width: 46%;
		margin: 0 2% 30px 2%;
	}



}



@media screen and (max-width: 740px) {
	.top5-inner4 p {
		font-size: 100%;
	}
}


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

	#main2 {
		font-size: 100%;
	}

}

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


	.top7-inner p {
		font-size: 110%;
		padding: 0 20px;
		margin-bottom: 20px;

	}



}

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

	.top4-com {
		font-size: 100%;
		text-align: left;
	}

	.top4-ul li img {
		padding: 0;
	}

	.top5-inner3 table .td-r {
		text-align: left;
	}

	.top7 {
		background-size: cover;
	}

}

.slick-box2 li {
	padding: 0 0;
	display: block;
	overflow: hidden;
	padding: 0 clamp(15px, 2.0vw ,35px) 0;
}

.slick-box2 .thumb {
	display: block;
}

.slick-box2 .thumb a {
	display: block;
}

.slick-box2 .thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 0;
	object-fit: cover;
}


.slick-box2 {
	width: 100%;
	padding: 0 0 clamp(80px, 10vw, 100px);
}

.slick-box2 li .list-category-mark {
	display: inline-block;
	padding: 4px 13px;
	border-radius: 0;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.slick-box2 li .list-category-mark.list-category-newhouse {
	background-color: #000;
}

.slick-box2 li .list-category-mark.list-category-reform {
	background-color: #000;
}

.slick-box2 li .title {
	display: block;
	font-size: 110%;
	font-weight: bold;
	line-height: 160%;
}

.slick-box2 li .title a {
	display: block;
	text-decoration: none;
	padding: 0 30px;
	margin: 1.0em 0 0;
}

@media screen and (min-width: 636px) {

	.slick-box3 {
		display: none !important;
	}

}

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

	.top5-copy span {
		display: block;
	}

	/* .slick-box2 {
	display: none !important;
} */

}


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

	.top3-copy,
	.top5-copy,
	.concept-top3-copy {
		font-size: 160%;

	}

	.voice img {
		max-width: 250px;
	}

	.top7-inner {
		padding: 17% 20px 7% 20px;
	}

}


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

	.top5-ul li {
		width: 98%;
		margin: 0 1% 30px 1%;
	}




	.top7 {
		/*    background-size: 100%;*/
	}

	.top7 {
		/*	background-image: url(../images/sp_contact_bg.jpg);*/
		margin-top: 60px;
	}

	.top7-ul li {
		width: 80%;
	}

	.top7-bottom {
		display: none;
	}

	.top7-bottom2 {
		display: inline;
	}

	.top7-inu {
		left: 75%;
		width: 25%;
	}

}



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


	.top2-ul-li-l {
		padding: 0;
	}


	#content-inner {
		padding: 0px 30px;
	}

	.top4-ul li {
		width: 49%;
	}


	.sodan-area {
		position: fixed;
		top: 130px;
		left: 92%;
		width: 8%;
		z-index: 1000;
	}


	.top5-inner2 {
		/* margin-top: 30px; */
	}

	.cat-img img {
		width: auto;
		height: 200px;
		object-fit: cover;
	}


	/* .cat-img-con {
		font-size: 140%;
		bottom: 15px;
	} */
}



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


	.top2-inner {
		padding-bottom: 60px;
		/*    padding-top: 10px;*/
	}

	.top2-ul-li-r {
		padding: 0 0% 5% 0%;
	}

	.top3-copy span {
		display: block;
	}

	.top6-copy {
		font-size: 140%;
	}

	.circle {
		margin: 15px auto;
	}

	.voice {
		text-align: right;
	}

	.voice img {
		max-width: 290px;
		padding-right: 48px;
	}

	.inu2 {
		width: 30%;
		left: 9%;
	}

	.bg3_top img {
		padding-bottom: 0px;
	}

}



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

	.top1-copy img {
		width: 30%;
	}

	.voice img {}

	.top5-inner3 table .td-r {
		text-align: left;
	}

	.top5-link-ul li {
		width: 49%;
		margin: 0 2%;
		font-size: 100%;
	}

	.top5-link-ul li a {
		padding: 15px 20px;
		border-radius: 0px;
	}

}


@media screen and (max-width: 500px) {
	.top3-copy {
		font-size: 160%;
		top: 38%;
	}

	.top4-ul li {
		width: 49%;
	}


}


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


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


	.contentListWrapper .pagelist-item .thumb img {
		height: auto;
	}


	#main2 {
		font-size: 90%;
	}

	.contentListWrapper .pageList {
		margin-top: 0px;
	}

	.contentListWrapper .pagelist-item {
		width: 98%;
		margin: 0 1% 15px 1%;

	}

	.voice img {
		max-width: 250px;
	}

}




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

	.top3-copy {
		font-size: 140%;
		padding-top: 20px;
		line-height: 160%;
	}

	.top4-detail {
		padding: 40px 0 70px 0;
		text-align: center;
	}



	.top5-copy {
		font-size: 140%;
	}

	.top5-link-ul li a {
		padding: 14px 14px;
		border-radius: 0;
	}

	.top5-link-ul li a {
		background-position: right 8px center !important;
		background-size: 15px !important;
	}




}




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

	.sodan-area {
		position: fixed;
		top: 130px;
		left: 90%;
		width: 10%;
		z-index: 1000;
	}

	.top1 .slick-box img {
		height: 500px;
	}

	.top2-ul-li-r {
		padding: 4% 0% 5% 0%;
	}

	.top2-ul-li-l {
		padding: 0;
	}

	.top4-com {
		font-size: 90%;
		padding: 40px 30px 18% 30px;
	}

	.top6-copy {
		font-size: 120%;
	}

	.voice img {
		max-width: 270px;
	}

	.inu2 {
		width: 32%;
		left: 4%;
		bottom: 1%;
	}

	.top7-inner {
		padding: 30% 20px 10% 20px;
	}

	.footer-ul li:first-child {
		font-size: 80%;
	}

	.touroku span {
		display: block;
	}

}


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

	.voice img {
		max-width: 230px;
	}
}


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

	#main2 {
		font-size: 85%;
	}

	.top2-ul-li-r h2 img {
		width: 100px;
	}

	.top5-inner4 p {
		font-size: 90%;
	}

	.voice img {
		padding-right: 40px;
	}

	.top7-inner {
		padding: 30% 20px 14% 20px;
	}

	.top7-ul li {
		width: 90%;
	}


	.top7-inu {
		left: 60%;
		width: 35%;
	}

	.top7-inner p {
		padding: 0 40px;
		line-height: 195%;
	}

}

/*

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

.top5-inner4 p {
    margin-top: 35%;
}
}


@media screen and (max-width: 360px) {
.top6-copy {
	font-size: 120%;
}
	
	
}
*/





/*リフォーム
================================================== */


.contentBody .reform li {
	margin: 0;
	padding: 0;
}

.contentBody .reform .slick-box4 {
	width: 90%;
	margin: 0 5%;
	padding: 0;
}

.slick-box4 li {
	width: 100%;
	position: relative;
	background-color: #fff;
}

.contentBody .slick-box4 li img {
	margin: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}

.contentBody .reform ul li:before {
	content: none;
}


.contentBody .reform ul li p {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}


.slick-box4 .slick-prev {
	display: none !important;
}



.photo_album_lightbox_area {}

ul.photo_album_lightbox_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0 !important;
	justify-content: flex-start;

}

ul.photo_album_lightbox_list li {
	height: 300px;
	width: 33.3%;
	overflow: hidden;
}

ul.photo_album_lightbox_list li a:hover {}


ul.photo_album_lightbox_list li img {
	border-radius: 0px;
	width: 100%;
	transition: 0.3s;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: contain;';
	vertical-align: bottom;
}

ul.photo_album_lightbox_list li img:hover {}


.contentBody ul.photo_album_lightbox_list li::before {
	content: "";
	display: none;
	width: 8px;
	height: 8px;
	margin-bottom: 4px;
	margin-right: 10px;
	background: #000;
	border-radius: 0;
	vertical-align: middle;
}



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

	.top-category_blog #content-inner {
		margin-top: 40px;
	}

	.pagelist-item.current-category_blog-item {}

	.cat-img-con span {
		/*    padding: 15px 20px 15px 30px;*/
	}

	.cat-img-con {
		/*    font-size: 110%;*/
		/* top: 30px; */
		/*
    bottom: 0px;
    width: 90%;
*/
		line-height: 216%;
	}

}


img.swbf-bnr {
	border: 1px solid #dedede;
	max-width: 200px;
}



ul.f_bnr {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin: 30px 0;
}

ul.f_bnr li {
	width: 25% !important;
	/* margin: 1%; */
	margin-right: 2%;
	text-align: center;
	border: 1px solid #dedede;
	padding-bottom: 0 !important;
}

ul.f_bnr li img {
	width: 100%;
	height: 110px;
	object-fit: contain;
	font-family: 'object-fit: cover;';
	display: block;
	object-position: center center;
	text-align: center;
}


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

	ul.f_bnr li {
		width: 50% !important;
		margin: 1%;
	}

}


.concept-top4 {
	width: 100%;
	background-color: #f2f2f2;
	background-image: url(../images/concept_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


.concept-title {
	/*	position: absolute;*/
}

.concept-title .top3 h2 span {
	display: block;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.concept-title .top3 h2 {
	position: unset;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 250%;
}

.concept-title .top3-copy {
	position: unset;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 200%;
	line-height: 140%;
}

.concept-title h2 {
	text-align: center;
	font-size: 250%;
}

.concept-title h2 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 4px solid #000;
}

.concept-top3-copy {
	color: #000;
	font-size: 200%;
	line-height: 140%;
	margin: 30px 0 60px 0;
	text-align: center;
}



@media screen and (max-width: 630px) {
	.concept-top3-copy {
		font-size: 160%;
	}


	.concept-top3-copy span {
		display: block;
	}

}


@media screen and (max-width: 455px) {
	.concept-top3-copy {
		font-size: 140%;
	}
}


.concept-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*    position: relative;*/
	z-index: 100;
}


.concept-com {
	width: 100%;
	/*	position: relative;*/
	border-radius: 0;
	padding: 100px 30px 20px 30px;
	text-align: center;
	line-height: 200%;
	font-size: 110%;
}

@media screen and (max-width: 880px) {
	.concept-com {
		padding: 100px 30px 0 30px;
	}
}


ul.concept {
	width: 100%;
	max-width: 1050px;
	/*    position: absolute;*/
	margin: 50px auto 0 auto;
	display: flex;
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	top: 190px;
}

@media screen and (max-width: 880px) {
	ul.concept {
		width: 100%;
		margin: 50px auto 0 auto;
		display: block;
		max-width: 600px;
	}
}


ul.concept li {
	width: 30%;
	margin: 0 20px;
	text-align: center;
	background-color: #fff;
	transition: .4s;
}


@media screen and (max-width: 880px) {
	ul.concept li {
		width: 100%;
		margin: 30px 0;
	}
}

ul.concept li:hover {
	color: #fff;
	background-color: #000;
	transition: .4s;
}

ul.concept li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 30px;
	background-color: #fff;
	transition: .4s;
	line-height: 170%;
}

ul.concept li a:hover {
	color: #fff;
	background-color: #000;
	transition: .4s;
}


span.c_no {
	display: block;
	font-size: 220%;
	margin-bottom: 20px;
	font-weight: bold;
}

span.c_title {
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

span.c_sub {
	font-weight: 100;
}


@media screen and (max-width: 550px) {
	span.kaigyou {
		display: block;
	}
}


.btn-link {}


.btn-link a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px;
	padding: 20px 50px 20px 20px;
	border-radius: 0;
	font-weight: bold;
	width: 380px;
	font-size: 130%;
}


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


	.btn-link a {
		width: 100%;
		font-size: 110%;
		text-align: left;
	}

}

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


	.btn-link a {
		font-size: 100%;
	}

}

.com-btn-list {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 1.5rem;
	margin: clamp(60px, 10vw, 100px) 0 0;
}
.com-btn-list > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: calc(50% - 0.75rem);
	max-width: 360px;
	min-height: 4.0em;
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.0em;
	text-indent: 0.0em;
	text-decoration: none;
	padding: 0.5em 2.5em 0.5em;
	border: 1px solid #000;
	transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
	.com-btn-list > a {
		width: 100%;
	}
}
.com-btn-list > a::before {
	content: "";
	position: absolute;
	display: block;
	width: 0.4em;
	height: auto;
	aspect-ratio: 1 / 1;
	border: 2px solid #000;
	border-bottom: none;
	border-left: none;
	top: 50%;
	right: 1.0em;
	transform: translate(0, -50%) rotate(45deg);
}
.com-btn-list > a.left-arrow::before {
	right: auto;
	left: 1.0em;
	transform: translate(0, -50%) rotate(-135deg);
}
.com-btn-list > a:hover {
	opacity: 1 !important;
	background-color: rgb(247, 247, 247);
}