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

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

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

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


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


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




#scrollTop img:hover,
.more img:hover
{
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}



body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 160%;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;

}






#content {
    width: 100%;
    border-left:20px solid #fff;/* 枠線 */
	border-right:20px solid #fff;/* 枠線 */
    box-sizing:border-box;
}
@media screen and (max-width: 768px){
	
	
#content {
    width: 100%;
    border-left:none;/* 枠線 */
	border-right:none;/* 枠線 */
    box-sizing:border-box;
}
	
}


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

body , html {
	font-size: 90%;
	-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;
/*  transform: scale(0.8);*/
}


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
















input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 9px;
    padding: 4px 8px;
    border-radius: 50px;
    background-color: #ff5e44;
    color: #fff;
    font-size: 65%;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

a img {
	transition: .4s;
}

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


* {
	-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;
    right: 40px;
    z-index: 20;
    margin-bottom: 37px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 50px;
}

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

#scrollTop {
	right: 5px;
	margin-bottom: 6px;
}

#scrollTop img {
	width: 50px;
}

}



/*アンカーポイントをずらす措置*/

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









/* 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;
}


:-ms-input-placeholder  {color: #999999;}



/*ＰＣ関係*/
@media print,screen and (min-width: 769px) {
#container {
	width: 100%;
	margin: 0;
}

.sp-header {
	display: none;
}
.pc-disp {

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

}
/*ＰＣ関係↑*/


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

}


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

}
/*スマホ関係↑*/














/*ＰＣ header
---------------------------------------------------------------*/


#header {
	position: fixed;
	top: 0;
	width: 100%;

	z-index: 100;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}



#header-inner {
	width: 100%;
	margin: 0 auto;
	height: 85px;
}


.logo {
	padding: 0 0 2px 10px;
	width: auto;
	vertical-align: middle;
}
.logo img {
	display: block;
	width: 260px;
}






#globalNav {
	width: auto;
	text-align: right;
	vertical-align: middle;
}


#globalNav ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}
#globalNav ul li {
	padding: 0 0;
}



#globalNav ul li a {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
}


#globalNav ul .globalMenu7 {
	padding-left: 20px;
}


#globalNav ul .globalMenu7 a,
#globalNav ul .globalMenu8 a {
	padding: 0 0;
}
#globalNav ul .globalMenu7 a img,
#globalNav ul .globalMenu8 a img {
	width: 110px;
	display: block;
}






.header-bottom {
	padding-top: 85px;
}




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



#header-inner {
	height: 75px;
}
.hideAnchor {
	margin-top:-75px;
	padding-bottom:75px;
}


.logo img {
	width: 240px;
}

#globalNav ul li a {
	padding: 8px 13px;
}

#globalNav ul .globalMenu7 a img,
#globalNav ul .globalMenu8 a img {
	width: 95px;
}
.header-bottom {
	padding-top: 75px;
}


}

@media (min-width:990px) and ( max-width:1129px) {

#header-inner {
	height: 65px;
}
.hideAnchor {
	margin-top:-65px;
	padding-bottom:65px;
}


.logo img {
	width: 200px;
}

#globalNav ul li a {
	padding: 6px 10px;
	font-size: 90%;
}

#globalNav ul .globalMenu7 a img,
#globalNav ul .globalMenu8 a img {
	width: 80px;
}
.header-bottom {
	padding-top: 65px;
}
}
@media (min-width:870px) and ( max-width:989px) {

#header-inner {
	height: 60px;
}
.hideAnchor {
	margin-top:-60px;
	padding-bottom:60px;
}


.logo img {
	width: 180px;
}

#globalNav ul li a {
	padding: 6px 6px;
	font-size: 85%;
}

#globalNav ul .globalMenu7 a img,
#globalNav ul .globalMenu8 a img {
	width: 75px;
}
.header-bottom {
	padding-top: 60px;
}
}

@media (min-width:769px) and ( max-width:869px) {

#header-inner {
	height: 60px;
}
.hideAnchor {
	margin-top:-60px;
	padding-bottom:60px;
}


.logo img {
	width: 170px;
}

#globalNav ul li a {
	padding: 6px 4px;
	font-size: 76%;
}

#globalNav ul .globalMenu7 a img,
#globalNav ul .globalMenu8 a img {
	width: 70px;
}
.header-bottom {
	padding-top: 60px;
}
}




/* プルダウン Nav */
	
#globalNav > ul .child {
	width: 250px;
	display: none;
	position: absolute;
	z-index: 800;
	padding: 0px;
	background-color: #000;
}

#globalNav > ul .child li {
	border-left: none;
	border-right: none;
	font-size: 100%;
	min-width: 100%;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding: 0;
}

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

#globalNav > ul .child li a {
	display: block;
    text-decoration: none;
    padding: 15px 10px;
    text-align: left;
    color: #fff;
    border-left: none;
    font-size: 90%;
}
	
#globalNav > ul .child li a:hover {
	background-color: #c3b178;
}


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

#globalNav > ul .child {
	/*width: 190px;*/
}
#globalNav > ul .child li a {
	font-size: 80%;
}

}

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



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

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




.inner{
	width: 960px;
	margin: 0 auto;
}
.sp-header {

	width: 100%;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: 55px;
}
.hideAnchor {
	margin-top:-55px;
	padding-bottom:55px;
}


.sp-header .inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}


.logo {
	width: 190px;
    padding-left: 5px;
    padding-top: 3px;
}
	
.logo img{
	width: 100%;
}
	
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}



#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}
	



	header{

	}
	.inner{
		width: 90%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	background-color: #000;
    opacity: 0.95;
    filter: alpha(opacity=95);
	-webkit-overflow-scrolling: touch;

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

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

#globalNav .globalMenu1 a, .globalMenu2 a,.globalMenu3 a,.globalMenu4 a,.globalMenu5 a {
	font-size: 100%;
	padding: 0;
}

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


.sp_h_contact {
	position: fixed;
	top: 0px;
	right: 55px;
}
.sp_h_contact img {
	height: 55px;
}

.sp_h_contact2 {
	position: fixed;
	top: 0px;
	right: 111px;
}
.sp_h_contact2 img {
	height: 55px;
}




/*開閉ボタン*/
#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: #fff;
}
#nav_toggle div {
	position: relative;
	letter-spacing: 0px;
}
#nav_toggle span{
	display: block;
	height: 2px;
	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:0px;
}
#nav_toggle span:nth-child(2){
	top:10px;
}
#nav_toggle span:nth-child(3){
	top:20px;
}
.nav_toggle_menu {
	
	top:23px;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}


	
/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: transparent;
}



.open #nav_toggle span{
	background: #fff;
}
.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);
}

.open .nav_toggle_menu {
	display: none;
}



.input_item {
	height: 32px;
	font-size: 16px;
	width: 75%;
}
#searchsubmit2 {
	height: 30px;
	padding-left: 5px;
}



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


.header-bottom {
	padding-top: 55px;
}


}

@media screen and (max-width: 413px) {
.sp-header {
	height: 45px;
}
.logo {
	width: 162px;
	}
	
#nav_toggle{

	width: 45px;
	height: 45px;
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:6px;
}
#nav_toggle span:nth-child(3){
	top:12px;
}
.nav_toggle_menu {
	
	top:15px;
	font-size: 70%;
}

.sp_h_contact {
	position: fixed;
	top: 0px;
	right: 45px;
}
.sp_h_contact img {
	height: 45px;
}

.sp_h_contact2 {
	position: fixed;
	top: 0px;
	right: 91px;
}
.sp_h_contact2 img {
	height: 45px;
}


.header-bottom {
	padding-top: 45px;
}

}

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





#content {
	width:auto;
	padding-bottom: 80px;
	margin: 0;
}

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

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

#content {
	line-height: 210%;
	padding-bottom: 40px;
}
#home #content {
	position: relative;
	top: 0;
	padding-bottom: 0;
}
	
	

}






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






.top0-inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}






.top0 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top0 .slick-box img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: 10% 100%;
	font-family: 'object-fit: cover;';
}





.banner-title {
	display: none;
	width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
    font-size: 250%;
    color: #fff;
    /* font-weight: 700; */
    letter-spacing: 7px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.news-area {
	width: 52%;
    position: absolute;
    bottom: 0;
    left: 48%;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 60px 10px 60px 20px;
}
.news-area-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}
.news-area-ul li:first-child {
	width: 25%;
}
.news-area-ul li:first-child h2{
	color: #bca868;
	font-size: 210%;
	text-align: center;
}

.news-area-ul li:last-child {
	width: 75%;
}


.top0-copy {
	width: 100%;
	position: absolute;
	top: 30%;
	text-align: center;
}
.top0-copy img {
	width: 55%;
}

@media screen and (max-width: 1200px) {
.news-area {
	width: 67%;
    left: 33%;
	padding: 42px 10px 30px 40px;
}
.news-area-ul li:first-child h2{
	font-size: 170%;
}


}

@media screen and (max-width: 768px) {
.news-area {
	width: 60%;
    left: 40%;
	padding: 42px 10px 30px 40px;
}
.news-area-ul li:first-child h2{
	font-size: 200%;
}

.top0-copy {
	top: 20%;

}


.top0-copy img {
	width: 65%;
}

	
.news-area-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-area-ul li:first-child {
	width: 100%;
	padding-bottom: 20px;
}
.news-area-ul li:first-child h2{

	text-align: left;
}

.news-area-ul li:last-child {
	width: 100%;
}

}

.news-ul {
	width: 100%;
}
.news-ul li {
	width: 100% !important;
	    line-height: 170%;
}
.news-ul li:first-child {
	padding-bottom: 0 !important;
}

.news-ul li .date {
	display: table-cell;
	width: 115px;
}
.news-ul li .title {
	display: table-cell;
}

@media screen and (max-width: 767px) {
	
.news-area {
	width: 100%;
	left: 0;
	font-size: 90%;
    padding: 20px;
}

.news-area-ul li:first-child h2 {
    margin-bottom: 0px;
    font-size: 165%;
}
	
.news-ul li .date {
    width: 90px;
}

}
	

@media screen and (max-width: 750px) {
.banner-title {
    top: 40%;
    font-size: 190%;
    letter-spacing: 5px;
	padding: 0 3%;
}
	}


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

.news-area-ul li:first-child {
	padding-bottom: 5px;
}

}

.top0-under {

}






.top1 {
	width: 100%;
	background-color: #fff;
	padding-top: 70px;
}

.top1-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 10px;
}


.top1-inner h2 {
	text-align: center;
    font-size: 340%;
    margin-bottom: 80px;
    font-weight: 700;
}


.top1-inner-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top1-inner-ul li {
	padding-bottom: 30px;
	width: 23%;
	margin: 0 1%;
	position: relative;
	font-size: 90%;

}

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

.top1-inner-ul li .thumb {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.top1-inner-ul li .thumb:before{
  content: "";
  display: block;
  padding-top: 100%;
}


.top1-inner-ul li .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
	transition-duration: 0.5s;
}
.top1-inner-ul li .thumb img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 0.5s;
}

}



@media screen and (max-width: 768px) {
	
.top1 {
    padding-top: 40px;
}
	

.top1-inner-ul li .thumb {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.top1-inner-ul li .thumb:before{
  content: "";
  display: block;
  padding-top: 100%;
}


.top1-inner-ul li .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
	transition-duration: 0.5s;
}
.top1-inner-ul li .thumb img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 0.5s;
}

}




.top1-inner-ul li .date {
	display: block;
	margin-bottom: 10px;
	color: #bca868;
}
.top1-inner-ul li .title {
	display: block;
}
.top1-inner-ul li .title a {
	text-decoration: none;
}
.top1-inner-ul li .title a:hover {
	text-decoration: underline;
}


.top1-inner-ul li .list-category {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 0 5px;
	font-size: 80%;
}


.more {
	text-align: center;
	margin-top: 30px;
}
.more a {
	padding: 5px 10px 6px 51px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: 6px 5px;
    background-size: 40px;
	font-size: 100%!important;
    font-weight: 700;
}
.more a:hover {
}

@media screen and (max-width: 768px) {
	
.top1-inner {
    padding: 60px 50px;
}
	
.top1-inner-ul li {
    line-height: 130%;
	padding-bottom: 30px;
    width: 21%;
    margin: 0 2%;
}
	
}



@media screen and (max-width: 767px) {
	
.top1-inner {
    padding: 35px 20px 60px 20px;
}
	
	
.top1-inner h2 {
	text-align: center;
    font-size: 340%;
    margin-bottom: 80px;
    font-weight: 700;
}
.top1-inner-ul li {
	width: 44%;
    margin: 3%;
}
.top1-inner-ul li .thumb {
	margin-bottom: 0;
	vertical-align: top;
	width: auto;
	overflow: hidden;
}
.top1-inner-ul li .thumb img {
	width: 100%;
	display: block;
	transition-duration: 0.5s;
}
.top1-inner-ul li .thumb img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.top1-inner-ul li .td-span {
	padding-left: 0;
}
	
.top1-inner-ul li .date {
    margin-top: 10px;
    margin-bottom: 5px;
}

}



.top2-top {
	width: 100%;
	background-color: #fff;
}
.top2-top img {
	width: 100%;
	display: block;
}


.top2 {
	width: 100%;
	background-color: #f2f2f2;
}
.top2-inner {
	width: 100%;
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 0 0px 100px 0px;
}
.top2-inner h2 {
	text-align: center;
    font-size: 280%;
    margin-bottom: 80px;
	font-family: 'Noto Sans JP', sans-serif;
}

.top2-inner .slick-box2 li {
	width: 100%;
	padding: 0 0.5%;
}
.top2-inner .slick-box2 li .title {
	display: block;
	text-align: center;
	margin-top: 10px;
	line-height: 145%;
}
.top2-inner .slick-box2 li .title a {
	text-decoration: none;
	font-size: 80%;
}
.top2-inner .slick-box2 li .title a:hover {
	text-decoration: underline;
}
.top2-inner .slick-box2 li .thumb {
}


.top2-inner .slick-box2 li .thumb img {
	border-radius: 50%;
	width: 100%;
	margin: auto;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
}


.top2-inner .slick-box3 li {
	width: 100%;
	padding: 0 0.5%;
}
.top2-inner .slick-box3 li .title {
	display: block;
	text-align: center;
	margin-top: 10px;
	line-height: 145%;
}
.top2-inner .slick-box3 li .title a {
	text-decoration: none;
	font-size: 80%;
}
.top2-inner .slick-box3 li .title a:hover {
	text-decoration: underline;
}
.top2-inner .slick-box3 li .thumb {
}


.top2-inner .slick-box3 li .thumb img {
	border-radius: 50%;
	width: 100%;
	margin: auto;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
}






@media screen and (max-width: 768px) {
	
.top2-inner {
    padding: 0 0px 60px 0px;
}

}

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

.top1-inner h2, .top2-inner h2 {
    font-size: 290%;
    margin-bottom: 50px;
}
	
	
.top2-inner h2 {
	padding-top: 20px;
}


}



.top3 {
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	background-attachment:fixed;
}

_::-webkit-full-page-media, _:future, :root .top3 {
	background-attachment:scroll;
}

@media screen and (max-width: 768px) {
	
.top3 {
    height: 170px;
}
	
}

@media screen and (max-width: 500px) {
.top3 {
    height: 112px;
}
	
}


.top4 {
	width: 100%;
	background-color: #000;
	color: #fff;
	position: relative;
}
.top4 h2 {
	width: 100%;
	position: absolute;
	top: -10px;
	text-align: center;
	font-weight: 700;
	font-size: 340%;
	margin-bottom: 40px;
}


.top4-inner {
	width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 80px 10px;
    font-size: 110%;
    line-height: 195%;
	font-weight: 100;
}

.top4-inner h3 {
	font-size: 160%;
    margin-bottom: 40px;
    margin-top: 25px;
}






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

.top5-inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 80px 10px;
    line-height: 195%;
	font-weight: 100;
}

.top5-inner h3 {
	font-size: 160%;
    margin-bottom: 40px;
    margin-top: 25px;
}

.top5-inner p{
    font-size: 110%;
    line-height: 195%;
}




@media screen and (max-width: 768px) {
	
.top4-inner,.top5-inner {
    padding: 80px 50px;
	font-weight: 400;
}
	
}




.top6 {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	background-attachment:fixed;
}

_::-webkit-full-page-media, _:future, :root .top6 {
	background-attachment:scroll;
}





.top6-inner {
	width: 100%;
	margin: 0 auto;
	padding: 110px 0;
}
.top6-inner-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

.top6-inner-ul li {
	width: 50%;
}
.top6-inner-ul li:first-child {
	padding-left: 40px;
}
.top6-inner-ul li:last-child {
	padding-right: 20px;
}
.top6-inner-ul li:last-child img{
	width: 100%;
}

.top6-inner-ul li table {
	width: 70%;
    font-size: 88%;
}
.top6-inner-ul li table tr {
	border-bottom: 1px solid #000;
}
.top6-inner-ul li table th,.top6-inner-ul li table td {
	padding: 20px 0 20px 15px;
}

.top6-inner-ul li table th {
	font-weight: 700;
}

.top6-inner-ul li table td {
	font-weight: 100;
}


@media (min-width:900px) and ( max-width:1050px) {
.top6-inner-ul li table {
    width: 93%;
}
	
.top6-inner-ul li table th, .top6-inner-ul li table td {
    padding: 10px 0 10px 15px;
}
	
}

@media (min-width:900px) and ( max-width:1000px) {
.top6-inner-ul li table {
	width: 90%;
}
.top6-inner-ul li table th {
	padding: 6px 0 6px 6px;
	width: 90px;
}

}
@media (min-width:769px) and ( max-width:899px) {
	
.top6-inner-ul li table th, .top6-inner-ul li table td {
    padding: 10px 0 10px 15px;
}
		
.top6-inner-ul li:first-child {
    padding-left: 30px;
}
	
.top6-inner-ul li table {
	width: 90%;
	font-size: 86%;
}

	
.top6-inner-ul li table th {
	padding: 4px 0 4px 6px;
	width: 80px;
}
	

}

@media screen and (max-width: 768px) {
	
	
.top5-inner h3 {
    margin-top: 0;
}

.top6-inner {
    padding: 60px 0;
}
	
.top6-inner-ul li:first-child {
    padding-left: 15px;
}
	
.top6-inner-ul li table {
    width: 88%;
	}
	
.top6-inner-ul li table tr {
    border-bottom: 1px solid #ccc;
}
	
.top6-inner-ul li table th, .top6-inner-ul li table td {
    padding: 5px 0 5px 15px;
	line-height: 195%;
}
	
.top6-inner-ul li table td {
    font-weight: 500;
}
	
}

@media screen and (max-width: 680px) {
.top6-inner-ul {
	width: 100%;
	display: inline;
}
.top6-inner-ul li {
	width: 100%;
}
.top6-inner-ul li table {
	width: 100%;
}


.top6-inner-ul li:first-child {
	padding: 0 5% 30px 5%;
}
.top6-inner-ul li:last-child {
	padding-right: 15%;
}
.top6-inner-ul li:last-child img{
	width: 100%;
}

}



#home #footer {
	width: 100%;
	background-color: #fff;
	border-left: none;
    border-right: none;
	border-bottom: none;
	background-image: none;
}

#footer {
    width: 100%;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
	border-bottom: 20px solid #fff;
    background-color: #fff;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    background-attachment: fixed;
}



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




.footer-inner-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 50px;
}
.footer-inner-ul li {
	padding: 0 15px;
	border-left: 1px solid #000;
}
.footer-inner-ul li:first-child {
	border-left: none;
	padding: 0 15px 0 0;
}
.footer-inner-ul li a {
	text-decoration: none;
}
.footer-company {
    font-size: 150%;
    font-weight: bold;
}

.footer-company img{
	height: 65px;
    padding-top: 20px;
}


.footer-add {
	margin-top: 20px;
}
.footer-sns {
	padding: 18px 0;
}
.footer-sns span {
	margin-right: 15px;
}
.footer-sns span img {
	width: 28px;
}

.copy {
	font-size: 80%;
}


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

#footer {
	border-left: none;
    border-right: none;
	border-bottom: none;
	text-align: center;
}
	
.footer-inner-ul{
	justify-content: center;
	}
	
/*
.footer-company img{
	height: 38px;
}
*/


}

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

.footer-inner {
    padding: 50px 30px;
    font-size: 85%;
}
	
.footer-inner-ul li {
	padding: 0 10px;
}
.footer-inner-ul li span {
	display: none;
}
.footer-inner-ul li:first-child {
	padding: 0 10px 0 0;
}
.footer-company span {
	display: block;
}


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

.cat-img-wrap {
	position: relative;
	border-left:20px solid #fff;/* 枠線 */
	border-right:20px solid #fff;/* 枠線 */
}
.cat-img img {
	width: 100%;
	vertical-align: bottom;
}



@media screen and (max-width: 768px) {
	
.cat-img-wrap {
    border-left: none;
    border-right: none;
}
	
.cat-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    vertical-align: bottom;
	object-position: 68% 100%;
}
}

.cat-img-con-wrap {
    position: absolute;
    width: 100%;
    top: 38%;
}
.cat-img-con {
    text-align: center;
    font-size: 90%;
    font-weight: normal;
    letter-spacing: 3px;
    color: #fff;
}

.cat-img-con span {
	font-size: 120%;
    padding: 2px 15px;
    display: block;
    margin-bottom: 20px;
    
}

.cat-description {
text-align: center;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    font-size: 390%;
}

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

}


@media screen and (max-width: 768px) {
	
.cat-img-con-wrap {
    top: 30%;
	}
	
.cat-img-con span {
    background-color: transparent;
    letter-spacing: 2px;
}
	
.cat-description {
    margin-top: 20px;
    font-size: 260%;
}
	

}


@media screen and (max-width: 767px) {
	
.cat-img-con-wrap {
    top: 33%;
}
	
.cat-img-con span {
    margin-bottom: 0px;
}
	
.cat-description {
    margin-top: 15px;
	    font-size: 200%;
}
	

	
}


.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 450px;
}

.contentBody .if-renrakumo iframe {
	height: 150px;
}



#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%;
	font-size: 80%;
	padding: 10px 0;
	margin-bottom: 60px;
}
#breadCrumb .inner {
	width: 100%;
    margin: 8px auto;

}


.pankuze_list_items a{

	}
	
#breadCrumb p {
	margin-left: 0px;
	
}




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



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

.contentBodyWrapper{
}

.contentListWrapper{
	padding:0px 0px;	

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

}

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

@media screen and (max-width: 768px) {
	
#breadCrumb {
	padding: 10px;
	margin-bottom: 0px;
}

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

}


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

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

}


article{

}

#main {
	float: right;
    width: 76%;
}

#main2 {
    width: 100%;
    /* border: 1px solid #e6e6e6; */
    /* background-color: #fff; */
}


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

.contentBody img {
	max-width: 100%;
	margin: 30px 0;
}

.contentBody a{

}

.contentBody .img_center img {

}


.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin: 30px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
	background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px 13px;
}

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

}

.pageList .pagelist-item {
	width: 46%;
    margin: 2%;
    background-color: #ffffff;
    transition: 0.3s;
    border: 1px solid #000;
}

.pageList .pagelist-item:hover {
  background: #f7f7f7;
}






@media screen and (max-width: 768px) {
.pageList {
    font-size: 90%;
}
}


@media screen and (max-width: 768px) {
	
#main2 {
    font-size: 90%;
	padding: 0 2%;
	}
	
.pageList {
    font-size: 100%;
}

	
	
.pageList .pagelist-item {
	width: 100%;
	margin: 2% 0;
}
}


@media screen and (max-width: 767px) {
.pageList .pagelist-item {
    margin: 5% 0;
}
}

.pageList .pagelist-item .thumb {
	height: 75px;
	width: 100px;
	margin-bottom: 1%;
}



.pageList .pagelist-item .thumb img {
	vertical-align: bottom;
	transition: 0.3s;
    height: 300px;
	width: 100%;
    object-fit: cover;
	font-family: 'object-fit: cover;';
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.pageList .pagelist-item .thumb img {
    height: 110px;
}
}

	
.pageList .pagelist-item .thumb img:hover{
}
	
.pageList .pagelist-item .title{
	display: block;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: 1px 10px;
    background-size: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 28px;
    padding-bottom: 0;
    font-size: 140%;
    line-height: 160%;
    text-align: left;
	margin: 25px 4%;
}

.pageList .pagelist-item .title a{
	/*font-size: 125%;*/
    text-decoration: none;
    font-weight: bold;
	display: block;
}


.pageList .pagelist-item .date{
	color: #333;
    font-size: 90%;
    display: block;
    text-align: right;
    padding: 0 4% 4% 0;
}
	
.pageList .pagelist-item .description {
	padding: 0 0 20px 0;
	margin: 0 4%;
    display: block;
    font-size: 85%;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 1px;
    
}
.pageList .pagelist-item p {
	font-size: 90%;
}


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

li.pagelist-item.current-category_fascinating-news-item span.thumb{
	display: none;
	}


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

.pageList .pagelist-item .title {
	font-size: 120%;
	background-size: 14px;
	background-position: 0px 1px;
	padding-left: 24px;
	margin: 10px 2% 0 2%;
}
	
.pageList .pagelist-item .description {
    padding: 5px 0 15px 0;
	margin: 0 2%;
	}
	
.pageList .pagelist-item .thumb img {
    height: 100px;
}
	
.pageList .pagelist-item .date {
    padding: 0 3% 2% 0;
}

}


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

.pageList .pagelist-item .title {
	margin: 10px 4% 10px 4%;
    line-height: 140%;
}
	
.pageList .pagelist-item .description {
	margin: 0 4%;
	}
}



/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area {
	padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
.contentBodyWrapper .search-area {
	padding-bottom: 40px;
}
}
.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;
}





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




/*subject*/
.subject-ichiran ul.subject-list {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px!important;
    justify-content: flex-start;
	list-style-type: none;
}
.subject-ichiran ul.subject-list li {
	justify-content: space-between;
	width: 31%;
	vertical-align: top;
	padding: 0;
	margin: 0% 1% 2% 1%;
	text-align: center;
	list-style-type: none;
}
.subject-ichiran ul > li::before {
    display: none;
}
.subject-list .name{
	font-size: 1.3em;
}


	/*staff
================================================== */

.contentBody.staff-ichiran{}

.staff-ichiran ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px!important;
	padding: 0!important;
	justify-content: space-between;
}

.contentBody.staff-ichiran ul li {
    width: 48%;
    line-height: 140%;
    /* margin: 2%; */
    background-image: none;
    /* border: 1px solid #000; */
    padding: 3%;
    text-align: left;
    background-color: #f5f5f5;
}

.contentBody.staff-ichiran ul li img {
	width: 100%;
    margin: 0;
}
.staff-ichiran ul li .td1 {
    display: table-cell;
    width: 55%;
    vertical-align: top;
}

.staff-ichiran ul li .td2 {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
	font-size: 90%;
}

.staff-ichiran p {
    margin: 8px 0!important;
}

p.staff-position{
	font-size: 150%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-top: 0!important;
    margin-bottom: 30px!important;
}

.staff-ichiran.contentBody h2 {
	margin: 0;
}

.staff-ichiran.contentBody h4 {
    margin: 0!important;
    /* color: #bba96f; */
    font-size: 100%;
    padding: 0;
}

.td2 p{
    font-weight: 100;
    margin-top: 6px!important;
    margin-bottom: 15px!important;
}



.staffc_title{
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dotted #000;
    text-align: center;
    font-weight: 700;
    font-size: 145%;
    margin-bottom: 25px;
    color: #baaa6e;
}

.st_com{
	padding: 0 3%;
    font-size: 90%;
    line-height: 190%;
}


.st_com img{
	width: 200px!important;
	height: auto!important;
	margin-top: 20px!important;
}

@media screen and (max-width: 680px) {
	
.top-category_staff #breadCrumb {
    margin-bottom: 0px;
}
	
	
.staff-ichiran.contentBody h2 {
    margin: 0;
    border-left: 10px solid #bca868;
    font-size: 180%;
    padding: 0px 8px;
}
	
.contentBody.staff-ichiran ul li {
    width: 100%;
}
	
.staff-ichiran ul li .td1 {
    width: 50%;
}
	
.contentBody.staff-ichiran ul li {
    padding: 6%;
}
	
.staffc_title {
    margin-bottom: 15px;
}
	
.staff-ichiran ul li .td2 {
    font-size: 100%;
}
	
.st_com {
    font-size: 100%;
}

	
	
}


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


.top0-copy img {
    width: 80%;
}
	
	
.news-area-ul li:first-child {
    padding-bottom: 15px!important;
}

}


.fv {
	margin: 0 0 20px;
}
.contentBody .fv h2 {
	border-bottom: 1px solid #000;border-left: none;font-size: 23px;line-height: 1.4;margin: 0 0 15px;padding: 0 2px 5px;
}
@media (max-width: 767px) {
.contentBody .fv h2 {
	font-size: 18px;
}
  }






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





.top1 {
	width: 100%;
	background-color: #fff;
	padding-top: 70px;
}

.top1-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 10px;
}


.top1-inner h2 {
	text-align: center;
    font-size: 340%;
    margin-bottom: 80px;
    font-weight: 700;
}


.top1-inner-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top1-inner-ul li {
	padding-bottom: 30px;
	width: 23%;
	margin: 0 1%;
	position: relative;
	font-size: 90%;

}



.top1-inner-ul li .thumb {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.top1-inner-ul li .thumb:before{
  content: "";
  display: block;
  padding-top: 100%;
}


.top1-inner-ul li .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
	transition-duration: 0.5s;
}
.top1-inner-ul li .thumb img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 0.5s;
}




.top1-inner-ul li .date {
	display: block;
	margin-bottom: 10px;
	color: #bca868;
}
.top1-inner-ul li .title {
	display: block;
}
.top1-inner-ul li .title a {
	text-decoration: none;
}
.top1-inner-ul li .title a:hover {
	text-decoration: underline;
}


.top1-inner-ul li .list-category {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 0 5px;
	font-size: 80%;
}


.more {
	text-align: center;
	margin-top: 30px;
}
.more a {
	padding: 5px 10px 6px 51px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: 6px 5px;
    background-size: 40px;
	font-size: 100%!important;
    font-weight: 700;
}
.more a:hover {
}






}


.tateuri {
    margin-top: 110px;
    margin-bottom: 30px;
    text-align: center;
}

.tateuri-inner a {
    font-size: 220%;
    text-decoration: none;
    font-weight: bold;
    background-color: #aa9348;
    padding: 20px 90px 20px 40px;
    color: #fff;
    background-image: url(../images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: 27px;
    transition: all 0.2s ease-in-out;
}


.tateuri-inner a:hover {
	background-color: #000;
    transition: all 0.2s ease-in-out;
	background-position: center right 20px;
}




@media screen and (max-width: 480px) {
	
.tateuri {
    margin-top: 80px;
    margin-bottom: 30px;
}

.tateuri-inner a {
    font-size: 180%;
    text-decoration: none;
    font-weight: bold;
    background-color: #aa9348;
    padding: 20px 70px 20px 25px;
    color: #fff;
    background-image: url(../images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-size: 22px;
    transition: all 0.2s ease-in-out;
}
	
	
.tateuri-inner a:hover {
	background-position: center right 15px;
}


}









