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

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

a {
	color: #000;
}



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

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

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


ol,
ul {
	list-style: none;
}



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

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


.wf-sawarabigothic { font-family: "Noto Sans JP"; }

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

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

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

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
    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: 100%;
}

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




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

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

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


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


#scrollTop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
#scrollTop img {
	width: 120px;
	display: block
}

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

}

#scrollTop img {
	width: 80px;
}

}


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

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


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


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

}
/*ＰＣ関係↑*/


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

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

}
/*スマホ関係↑*/





@media screen and (max-width: 767px) {
.logo2 {
	position: absolute;
	z-index: 102;
	background-color: #fff;
}
}

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

}


.search-aria {
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: -150px;
	right: 0;
	padding: 23px 28px 23px 0;
	text-align: right;
	background-color: #fff;
}
.search-aria a {
	padding: 5px 5px;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #78242e;
	text-decoration: none;
	color: #78242e;

}
.search-aria a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.input_item {
	width: 260px;
	height: 29px;
	border: none;
	border-radius: 50px;
	margin-right: 10px;
	padding: 0 10px;
	border: 1px solid #78242e;
}
#searchsubmit1 {
	width: 30px;
}



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

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

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


.input_item2 {
	height: 32px;
	font-size: 16px;
	width: 50%;
	border: 1px solid;
}
#searchsubmit2 {
	width: 35px;
	height: 35px;
	margin-left: 3px;

}







/* PCヘッダー
================================================== */

.logo_pc {
	width: 25%;
	position: fixed;
	top: 0;
	padding-left: 3%;
	z-index: 101;
}
.logo_pc img {
	width: 100%;
	max-width: 300px;
}


#header {
	width: 100%;

	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(255,255,255,0.95);
}
#header-inner {
	width: 100%;
	height: 80px;

}

.w-logo {
	padding: 0 0 0 10px;
	width: 28%;
	vertical-align: middle;
}
.w-logo img {
	width: 100%;
	max-width: 390px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}
.w-logo img:hover {
	opacity: 0.55 !important;
	filter: alpha(opacity=55) !important;
}





#globalNav {
	width: 72%;
	text-align: right;
	vertical-align: middle;
	    padding-right: 20px;

}


#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 {
}



#globalNav ul li a {
	text-align: center;
	padding: 0 25px;
	text-decoration: none;
	border-left: 1px solid #000;
	font-weight: bold;
	letter-spacing: 1px;

}

#globalNav ul .globalMenu6 a,
#globalNav ul .globalMenu7 a {
	padding: 6px 10px;
}

#globalNav ul .globalMenu1 a,
#globalNav ul .globalMenu6 a,
#globalNav ul .globalMenu7 a {
	border-left: none;
}


#globalNav ul .globalMenu6 img {
	width: 30px;
}
#globalNav ul .globalMenu7 img {
	width: 30px;
}



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




@media (min-width:830px) and ( max-width:1080px) {

.search-aria {
	padding: 17px 57px 17px 0;
}

#header-inner {
	height: 70px;

}

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

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

}

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

.search-aria {
	padding: 14px 57px 15px 0;
}


#header-inner {
	height: 65px;

}

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

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

}



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


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

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


#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:nth-child(8) a {
	background-color: #78242e;
}




#globalNav > ul .child li a:hover {
	color: #78242e;
	background-color: #ece8d4;
}





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



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


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





.sp-header {
	display: inline;
	width: 100%;
	padding: 0px;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: rgba(120,36,46,1);
	height: 55px;
}

.logo img{
	padding-top: 8px;
	width: 250px;
}
@media screen and (max-width: 360px) {
.logo img{
	padding-top: 10px;
	width: 210px;
}
}
.search-button {
	position: fixed;
	top:0;
	right: 55px;
	width: 55px;
	height: 55px;
}
.search-button img {
	width: 100%;
	display: block;
}

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


#nav_toggle{
	display: none;
}


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

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

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



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



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 55px;
	height: 55px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 12px 8px;
	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;	
}
#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:0px;
}
#nav_toggle span:nth-child(2){
	top:13px;
}
#nav_toggle span:nth-child(3){
	top:26px;
}
	
/*開閉ボタン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: #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);
}









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


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

}



}

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








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





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

.top1-inner {
	width: 100%;
	position: relative;
}
.copy {
	width: 30%;
	position: absolute;
	top: 45%;
	left: 3%;
	display: none;
}
.copy img {
	width: 100%;
}



@media screen and (max-width: 767px) {
.copy {
	width: 70%;
	top: 70%;
	left: 3%;
}
.copy img {
	width: 100%;
	max-width: 300px;
}

}


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


.top1 .slick-box img{
	width: 100%;
	display: block;
	    background-color: #000;
/*
	object-fit: cover;
	font-family: 'object-fit: cover;'
*/
}







.special-news {
	width: 100%;
	background-color: #ff0000;
	padding: 30px 10px;
}

.special-news-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
	background-color: #fff;
}

.special-news-inner h2{
	text-align: center;
	color: #ff0000;
	font-size: 140%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ff0000;
}


.special-news-ul {
	width: 100%;
}

.special-news-ul li {
	margin-bottom: 10px;
}

.special-news-ul li .td-span {
	display: table-cell;
	width: 110px;
}
.special-news-ul li .date {
	color: #ff0000;
}


.special-news-ul li .title {
	display: table-cell;
}
.special-news-ul li .title a {
	text-decoration: none;
}
.special-news-ul li .title a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
.special-news-ul li .td-span {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
}

/* TOP ANNIVERSARY
============================================================ */
.top-anniversary {
	background-color: #78242E;
	box-sizing: border-box;
}
.top-anniversary * {
	box-sizing: border-box;
}
.top-anniversary .top-anniversaryInner {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
}
.top-anniversary .top-anniversary-bnr {
	display: block;
	transition: opacity 0.2s ease-in-out;
}
.top-anniversary .top-anniversary-bnr:hover {
	opacity: 0.7;
}
.top-anniversary .top-anniversary-bnr .top-anniversary-bnr-pict {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.top-anniversary .top-anniversary-bnr .top-anniversary-bnr-pict > img {
	display: block;
	width: 100%;
	max-width: 1100px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.top-anniversary .top-anniversary-bnr .top-anniversary-bnr-pict > img {
		max-width: 400px;
	}
}

.top2 {
	width: 100%;
	background-color: #fff;
    padding-bottom: 50px;
}

.top2-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*padding: 90px 0;*/
}


.top2-inner-tb {
	width: 100%;
}
.top2-inner-tb td:first-child {
	/*width: 55%;*/
    /*vertical-align: middle;*/
    vertical-align: top;
    padding-top: 50px;
}
.top2-inner-tb td:last-child {
    width: 25%;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
.top2-inner-tb td:first-child {
	/*width: 55%;*/
    vertical-align: middle;
    padding-top: 20px;
}
}

.top2-inner-tb td:last-child h2 {
	padding-bottom: 15px;
	font-weight: normal;
	color: #78242e;
}

.top2-inner-tb td:last-child h3 {
	margin-bottom: 5px;
}

.top2-inner-tb td:last-child img {
	width: 100%;
	border: 1px solid #a89a5d;
}

.top2-inner-tb td:last-child h2 img {
 border:none;
padding-top:20px;
}
.youtube-wrap {
	margin-bottom: 50px;
	padding: 0;
}

.youtube-wrap iframe {
	width: 100%;
}


.top2-inner-tb td:last-child table {
	width: 100%;
	border: 1px solid #333;
	margin-bottom: 20px;
}
.top2-inner-tb td:last-child table th {
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 10px;
}
.top2-inner-tb td:last-child table td {
	padding: 20px;
	background-color: #f2f2f2;
}





.top2-inner-tb td:last-child table td ul {
	width: 100%;
}
.top2-inner-tb td:last-child table td ul li {
	width: 100%;
	padding: 5px 0;
}
.top2-inner-tb td:last-child table td ul li a{
	background-image: url(../images/icon_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.top2-inner-tb td:last-child table td ul li a:hover{
	text-decoration: underline;
}

.tuki-gyouji,
.nenkan-gyouji {
	display: inline-block;
	width: 49%;
}
.tuki-gyouji {
	margin-right: 1%;
}
.nenkan-gyouji {
	margin-left: 1%;
}

.tuki-gyouji a,
.nenkan-gyouji a {
	display: block;
	padding: 20px 0 20px 15px;
	background-color: #a89a5d;
	color: #fff;
	background-image: url(../images/icon_w.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 15px;
	text-decoration: none;
}
.tuki-gyouji a:hover,
.nenkan-gyouji a:hover {
	background-color: #78242e;
}



.cat-sel {
	padding-bottom: 10px;
	border-bottom: 2px solid #a89a5d;
	margin-bottom: 0px;
}

.cat-sel h2 {
	font-weight: normal;
	text-align: left;
	color: #78242e;
	margin-bottom: 30px;
}



.cat-sel ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	}

.cat-sel ul li {
	width: 20%;
	text-align: center;
}
.cat-sel ul li:first-child {
	width: 0%;
	padding-top: 0;
}





.cat-sel ul li a {
	padding: 7px 0;
	display: block;
	text-decoration: none;
	border-top: 1px solid #a89a5d;
	border-right: 1px solid #a89a5d;
	border-bottom: 1px solid #a89a5d;
	font-size: 80%;
}
.cat-sel ul li:nth-child(2) a {
	border-left: 1px solid #a89a5d;
}


.cat-sel ul li a:hover {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.news-list ul {
	width: 100%;
}

.news-list ul li {
	padding: 15px 0;
	border-bottom: 1px solid #b3b3b3;
}
.news-list ul li .td-span {
	display: table-cell;
	width: 240px;
	padding-left: 10px;
}


.news-list ul li .list-category-mark {
	display: inline-block;
	text-align: center;
	width: 110px;
	background-color: #a89a5d;
	color: #fff;
	font-size: 80%;
	margin-right: 10px;
	padding: 5px 0;
}

.news-list ul li .date {
	color: #78242e;
}

.news-list ul li .title {
	display: table-cell;

}
.news-list ul li .title a {

}
.news-list ul li .title a:hover {
	color: #a89a5d;

}

.top2-ichiran {
	text-align: right;
	margin-top: 25px;
	}

.top2-ichiran a {
	font-size: 80%;
    display: inline-block;
    background-image: url(../images/icon_w.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px;
    padding: 8px 35px 8px 12px;
    color: #fff;
    background-color: #78242e;
    text-decoration: none;
}

.top2-ichiran a:hover {
	background-color: #a89a5d;
}




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


.cat-sel ul li:first-child h2 {
	font-size: 140%;
}
.news-list ul li .td-span {
	display: block;
	padding-left: 0px;
}
.news-list ul li .title {
	display: block;
	margin-top: 7px;

}

}



.top3 {
	width: 100%;
	background-color: #4d4d4d;
}

.top3-inner {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.top3-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top3-ul li {
	width: 25%;
	background-color: #4d4d4d;
}
.top3-ul li:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}

h3.top3-ul-con{
    padding: 25px 0;
}

.top3-ul-con-img {
	padding-bottom: 20px;
}

.top3-ul li a {
	display: block;
	padding: 40px 0;
	background-color: #4d4d4d;
	color: #fff;
	text-decoration: none;
}

.top3-ul li a:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.top3-ul-con {
	border-right: 1px solid #fff;
	width: 100%;
	text-align: center;
}
.top3-ul li:last-child .top3-ul-con {
	border-right: none;
}



.top3-ul-con-img img {
	width: 20%;
}



@media screen and (max-width: 767px) {
.top3-ul li {
	width: 50%;

}
.top3-ul li a {
	border-bottom: 1px solid #fff;
}
.top3-ul li:nth-child(even) a {
	border-left: 1px solid #4d4d4d;
}
.top3-ul li:nth-child(odd) a {
	border-right: 1px solid #fff;
}

.top3-ul-con {
	border-right: none;
}
}

.top3-inner2{
    background-image: url(../images/logo-m.jpg);
    background-color: #78242e;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.top3-inner2 div{
	padding: 30px 15px;
}
.top3-inner2 a{
	color: #fff;
}
.top3-inner2 li{
	font-size: 90%;
	padding-left: 5px;
}


@media screen and (max-width: 767px) {
.top3-inner2{
display: none;
}}
.top4 {
	width: 100%;
}

.top4:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}


.top4-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 10px;
}

.top4-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top4-ul li {
	width: 31.33%;
	margin: 0 1%;
}
.top4-ul li .pickup img {
	width: 100px;
	display: block;
}
.top4-ul li a {
	display: block;
	padding: 3%;
	background-color: #fff;
	text-decoration: none;
}

.top4-ul li table {
	width: 100%;
}
.top4-ul li table tr,
.top4-ul li table td {
	display: block;
}




.top4-ul li table td img{
	width: 100%;
}

.top4-ul li table td h2 {
	padding: 10px 0 0 0;
	text-align: center;
}




.top5 {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bg3.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 30px;
}
.top5 h2 {
	padding: 120px 0 25px 0;
	padding-left: 51%;
	font-weight: normal;
	color: #78242e;
}
.top5-inner {
	width: 100%;
	background-color: #78242e;
}
.top5-ul-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 20px 80px 20px;
}
.top5-ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top5-li-l {
	width: 50%;
	padding-right: 2%;
}
.top5-li-l img {
	width: 100%;
	margin-top: -90px;
}

.top5-li-r {
	width: 50%;
	padding-left: 2%;
	color: #fff;
}
.top5-li-r ol {
	counter-reset: section;
	list-style-type: none;
	font-family: "Sawarabi Mincho";
}
.top5-li-r ol li {
	margin-bottom: 25px;
}


.top5-li-r ol li:before {
	counter-increment:section;
	content: counter(section);
	padding-right: .5em;
	font-size: 130%;
	color: #ddd78c;
}

.top5-more {
	margin-top: 20px;
	text-align: right;
}
.top5-more img {
	width: 150px;
}


@media screen and (max-width: 950px) {
.top5 h2 {
	padding-left: 42%;

}

.top5-li-l {
    width: 40%;
}
.top5-li-r {
	width: 60%;

}


}







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

.top6-inner {
	width: 100%;
    padding: 0 0 50px 0;
}

.top6-ul {
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top6-li-l,
.top6-li-r {
	width: 50%;
}
.top6-li-l {
	padding: 4% 4% 15px 4%;
}

.top6 h2 {
	padding-bottom: 30px;
	font-weight: normal;
	color: #78242e;
}

.top6-li-l table {
	width: 100%;
	border: 1px solid #333;
	margin-bottom: 20px;
}
.top6-li-l table th {
	background-color: #333;
	color: #fff;
	padding: 20px;
}
.top6-li-l table td {
	padding: 20px;
	background-color: #f2f2f2;
}
.top6-li-l table td ul {
	width: 100%;
}
.top6-li-l table td ul li {
	width: 100%;
	padding: 5px 0;
}
.top6-li-l table td ul li a{
	background-image: url(../images/icon_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.top6-li-l table td ul li a:hover{
	text-decoration: underline;
}

.tuki-gyouji,
.nenkan-gyouji {
	display: inline-block;
	width: 95%;
}
.tuki-gyouji {
	margin-right: 1%;
}
.nenkan-gyouji {
	margin-left: 1%;
	margin-bottom: 20px;
}

.tuki-gyouji a,
.nenkan-gyouji a {
	display: block;
    padding: 15px 0 15px 15px;
    background-color: #a89a5d;
    color: #fff;
    background-image: url(../images/icon_w.png);
    background-repeat: no-repeat;
    background-position: right 8px bottom 8px;
    background-size: 15px;
    text-decoration: none;
}
.tuki-gyouji a:hover,
.nenkan-gyouji a:hover {
	background-color: #78242e;
}

.top6-li-r img {
	width: 100%;
	display: block;
}


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

.top6-li-l,
.top6-li-r {
	width: 100%;
}
.top6-li-l {
	order: 2;
	padding: 30px 10px;
}
.top6-li-r {
	order: 1;
}


}






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

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

.top7-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top7-ul li {
	width: 23%;
	margin: 0 1% 20px;
}
.top7-ul li img {
	width: 100%;
}


#footer {
	width: 100%;
	background-color: #323332;
	background-image: url(../images/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.footer-inner {
	width: 100%;
	padding: 70px 0;
	color: #fff;
	text-align: center;
}
.footer-inner a {
	color: #fff;
}
.logo-text {
	font-size: 160%;
	letter-spacing: 2px;
	font-family: "Sawarabi Mincho";
}


.footer-ul {
	width: 100%;
	margin: 30px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-ul li {
	padding: 0 10px;
}
.footer-ul li a {
	text-decoration: none;
}
.footer-ul li a:hover {
	text-decoration: underline;
}


.add {
	margin-bottom: 5px;
}
.tel {
	margin-bottom: 30px;
}
.f-copy {
	font-size: 80%;
}


@media screen and (max-width: 430px) {
.footer-ul li {
	padding: 0 5px;
}
}
@media screen and (max-width: 370px) {
.footer-ul li {
	padding: 0 5px;
	font-size: 90%;
}
}
@media screen and (max-width: 340px) {
.footer-ul li {
	padding: 0 3px;
	font-size: 87%;
}



}



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



.cat-img-wrap {
	position: relative;
}
.cat-img img {
	width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
	vertical-align: bottom;
	font-family: 'object-fit: cover;';
}



@media screen and (max-width: 767px) {
.cat-img img {
    height: 170px;

}
}


.cat-img-con {
    position: absolute;
    width: auto;
    bottom: 0;
	right: 0;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 6px;
    color: #fff;
	background-color: #78242e;
	padding: 10px 20px;
}

.cat-img-con span {
    color: #fff;
    font-size: 110%;
    font-family: "Sawarabi Mincho";
	line-height: 120%;
}

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

.cat-img-con {
    width: 100%;
    top: 35%;
    color: #fff;
	background-color: transparent;
	text-align: center;
}

.cat-img-con span {
    color: #78242e;
    font-size: 90%;
}




.cat-img-con span {
    background-color: transparent;
    font-size: 95%;
}

}







	#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: 100%;
    padding: 10px 0;
    margin-bottom: 25px;
    background-color: #000;
    color: #fff;
	}

#breadCrumb a {
	color: #fff;
}
#breadCrumb a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

	#breadCrumb .inner {
    width: 100%;
    margin: 0 auto;
    /* max-width: 1200px; */
    padding: 0 20px;
    font-size: 90%;
	}


	#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 {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

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

	}

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



	article {}

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

	#main2 {
		width: 100%;
		line-height: 180%;
	}

	#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 {}



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

}

.pageList .pagelist-item {
    width: 48%;
    border: 1px solid #78242e;
    background-color: #ffffff;
    margin: 1%;
    transition: 0.3s;
}

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



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

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

	
}


@media screen and (max-width: 767px) {
	
#main2 {
	}
	
.pageList {
    font-size: 100%;
}

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

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



.pageList .pagelist-item .thumb img {
	vertical-align: bottom;
	transition: 0.3s;
    height: 290px;
	width: 100%;
    object-fit: cover;

	margin-bottom: 0;
	font-family: 'object-fit: cover;';
}

@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;
	margin: 15px 20px;
    background-image: url(../images/icon_r.png);
    background-repeat: no-repeat;
    background-position: 1px 9px;
    background-size: 18px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 28px;
    padding-bottom: 0;
    font-size: 125%;
    line-height: 160%;
    text-align: left;
}

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


.pageList .pagelist-item .date{
	text-align: right;
    display: block;
    margin: 0px 20px 15px 20px;
}


	
.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: 767px) {

.pageList .pagelist-item .title {
	font-size: 120%;
    background-size: 16px;
    background-position: 0px 4px;
    padding-left: 24px;
    margin: 10px 2%;
}
	
.pageList .pagelist-item .description {
    padding: 5px 0 15px 0;
	margin: 0 2%;
	}
	
.pageList .pagelist-item .thumb img {
    height: 160px;
}

}


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

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







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

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

	#sidemenu .sideHeader {
		background-color: #3a71b7;
		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;
	font-size: 140%;
	padding: 30px 0 5px 0;
}

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



/*　検索一覧ページ
*********************************************/
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}

.search-result ul li {
	display: block;
	line-height: 120%;
	margin: 12px 0;
	background-image: url(../images/icon_r.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size: 18px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 1.15em;
}

@media screen and (max-width: 767px) {
.search-result ul li {
	background-size: 16px;
	padding: 0px 0px 0px 22px;
}
}


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

.search-result p {
	margin-bottom: 20px;
}

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

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

/*部活動*/
.clubPlan{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clubPlan div{
	width: 45%;
}


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

#home #content h2{
	font-family: "Sawarabi Mincho";
	    font-size: 250%;
}

#home #content h3{
	text-align: center;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

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

#home #content h2 {
    font-size: 180%;
    letter-spacing: 1px;
}
}

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


	

	
.top4-inner {
    padding: 100px 30px;
}
	
/*
.top5 h2 {
    padding: 100px 0 25px 47%;
}
	
.top5-ul-wrap {
    padding: 35px 30px 80px 30px;
}
	
.top5-li-l {
    width: 45%;
}
	
.top5-li-r ol li {
    margin-bottom: 14px;
    font-size: 78%;
}
*/
	
}
@media screen and (max-width: 767px) {

.top4-inner {
    padding: 50px 30px;
}
}
	
/*　部活動一覧
*********************************************/


.contentBody.club-ichiran ul li {
	padding: 25px 10px;
	margin: 0;
	background-image: none;
}

.club-ichiran .ichiran {
    margin: 20px 0 0 0;
}


.contentBody .club-list {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
	padding: 0;
	margin: 0;
}
.contentBody .club-list li {
	width: 33%;
	background-image: none;
	padding: 0;
	margin: 0 1% 30px;
	transition: 0.3s;
}
.contentBody .club-list li:hover {

}


.contentBody .club-list li .thumb {
	display: block;

}
.contentBody .club-list li .thumb img {
	width: 100%;
	margin: 0;
	display: block;
}
.contentBody .club-list li p {
	margin: 10px 0 0 0;
	text-align: center;
}

.contentBody .club-list li p a {

	background-image: url(../images/icon_o.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	padding-left: 25px;

}

@media screen and (max-width: 767px) {
.contentBody .club-list li {
	width: 100%;

}
}


/*　部活動詳細ページ
*********************************************/


.club_ditail {
	width: 100%;
	margin-bottom: 40px;
}

.club_table {
	width: 100%;
	max-width: 980px;
}
.club_td01 {
	width: 50%;
	vertical-align: bottom;
}
.club_td01 img {
	width: 100%;
}

.club_td02 {
	width: 50%;
	padding-left: 4%;
}

.club_profile-list {
	width: 100%;
}

.club_profile-list th,
.club_profile-list td {
	padding: 10px 5px;
	border-bottom: 1px dotted #78242e;
}

.club_profile-list th {
	color: #2e71c5;
	width: 110px;
	text-align: left;
}

.club_profile-list2 {
	width: 100%;
	margin-top: 30px;
}
.club_profile-list2 th {
	border-bottom: 2px dotted #78242e;
	color: #2e71c5;
	font-size: 150%;
	padding: 10px;
}
.club_profile-list2 td {
	padding: 10px 5px;
}
.club_profile-list2 td p {
	padding-bottom: 10px;
}
.club_profile th{
    background-color: #78242e!important;
    color: #ffffff;
}
@media screen and (max-width: 768px) {

.club_table tr {
	display: block;
}
.club_table td {

}


.club_td01 {
	width: 100%;
	display: block;
}


.club_td02 {
	width: 100%;
	display: block;
	padding-top: 20px;
}

.club_profile-list tr {
	border-bottom: 1px dotted #78242e;
}

.club_profile-list th,
.club_profile-list td {
	border-bottom: none;
}
}



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

	
.top1 .slick-box img {
    width: 100%;
    display: block;
    background-color: #000;
    height: 360px;
    object-fit: cover;
    vertical-align: bottom;
    object-position: 100% 100%;
}
	
#home #content h2 {
    font-size: 220%;
    line-height: 120%;
}
	
.top2-inner {
    padding: 90px 30px;
}
	
.news-list ul li {
    padding: 17px 0;
    font-size: 90%;
}
	
.news-list ul li .list-category-mark {
    width: 80px;
    padding: 2px 0;
}
	
.news-list ul li .td-span {
    width: 190px;
}
	
.top2-inner-tb td:last-child table {
    font-size: 80%;
	}
	
.top2-inner-tb td:last-child table td {
    padding: 10px;
	}
	
.tuki-gyouji a, .nenkan-gyouji a {
    font-size: 80%;
    padding: 10px 0 10px 10px;
    background-size: 10px;
}
	
	

.top5 h2 {
	padding: 60px 0 80px 0;
	padding-left: 0;
	text-align: center;
	font-size: 180%!important;
}


.top5-ul-wrap {
    padding: 35px 40px 50px 40px;
}

.top5-li-l,
.top5-li-r {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.top5-li-l {
	padding: 12px 25%;
}

.top5-li-r {
	padding-top: 30px;
}
	
.top5-li-r ol li {
    margin-bottom: 15px;
    font-size: 90%;
}


	
.top5-more {
	text-align: center;
}


}

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

.top1 .slick-box img {
    width: 100%;
    display: block;
    background-color: #000;
    height: 360px;
    object-fit: cover;
    vertical-align: bottom;
    object-position: 100% 100%;
}
}
@media screen and (max-width: 767px) {

.news-list ul li {
    padding: 22px 0;
    font-size: 110%;
}
	
.top7-ul li {
    width: 31.3%;
}
	
}



@media screen and (max-width: 767px) {
.top2-inner {
	padding: 10px 30px 50px 30px;
}

.top2-inner-tb tr,
.top2-inner-tb th,
.top2-inner-tb td {
	display: block;
}

.top2-inner-tb td:first-child {
	width: 100%;
}
.top2-inner-tb td:last-child {
	width: 100%;
	padding-left: 0;
	padding-top: 50px;
}



.top2-inner {
	    font-size: 90%;
}
.news-list ul li {
    padding: 15px 0;
}
	
.news-list ul li .list-category-mark {
    width: 75px;
    padding: 1px 0;
}

}



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

.top4-ul li {
	width: 100%;
	margin: 0 0 15px 0;
}


.top4-ul li table tr {
	display: inline;
}
.top4-ul li table td {
	display: table-cell;
	vertical-align: middle;
}
.top4-ul li table td h2 {
	padding: 0 0 0 10px;
	text-align: left;
}
	
.top7-ul li {
    width: 48%;
    margin: 0 1% 10px;
}

}



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

.top1 .slick-box img {
    height: 260px;
}
	
.top5-ul-wrap {
    padding: 35px 30px 50px 30px;
}
	
.top5-li-l {
    padding: 0px 13%;
}
	
	
}

.ban-top{
 margin:80px 0 30px 0;
}

.youtube_top{
}

.youtube_tittle{
margin-top:20px;
margin-bottom:0px;
text-align:center;
font-size:90%;
color:#fff;
background: #a5913c;
}