@charset "UTF-8";
/* CSS Document */


/* =========================================================
　ホーム
========================================================= */


/* ホームレイアウト
--------------------------------------------------------- */
@media screen and (min-width:737px) ,print {

main {

}
.home {
	width: 100%;
	z-index : 1;
}
.corner {
	clear : both;
	width: 1000px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background: #fcf3f6;
}


.corner_box {
	width: 650px;
	padding: 20px 30px;
	float : right;
	border-radius: 10px;
	background-color : #ffffff;
	box-sizing: border-box;	
}

.home {
	width: 100%;
}

.member-site {
	clear : both;
	width: 100%;
	display : block;
	background-color: #f5e9d3;
}

.member-site-t{
	background:  url(../img/bj-line-t.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.member_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5e9d3;
	text-align : center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.member_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;

}
.member_box h2.s_title span {
	background: #f5e9d3;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}
.member_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}

.member_box ul {
	margin : 0;
	padding : 0;
}

.member_box ul li {
	float : left;
	padding-right : 8px;
}

.gaibu-site {
	clear : both;
	width: 100%;
	background-color: #fcf3f6;
}

.gaibu-site-t{
	background:  url(../img/titline-b.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.gaibu_box {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fcf3f6;
	text-align : center;
}

.gaibu_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;
}
.gaibu_box h2.s_title span {
	background: #fcf3f6;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}
.gaibu_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}

.gaibu_box ul {
	margin : 0;
	padding : 0;
}

.gaibu_box ul li {
	float : left;
	padding-right : 8px;
}


}/*@media*/


/* ホームレイアウト（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){

main {
}

.home {
	width: 100%;
	z-index : 1;
}
.corner {
	clear : both;
	width: 100%px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background: #fcf3f6;
}

.corner_box {
	width: 100%px;
	padding: 20px 30px;
	border-radius: 10px;
	background-color : #ffffff;
	box-sizing: border-box;	
}

.corner {
	padding: 2em 0;
}

.corner_box {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.home {
	width: 100%;
}

.member-site-t{
	background:  url(../img/bj-line-t.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.member-site {
	clear : both;
	width: 100%;
	display : block;
	background-color: #f5e9d3;
}

.member_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5e9d3;
	text-align : center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.member_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;

}
.member_box h2.s_title span {
	background: #f5e9d3;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}
.member_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}

.member_box ul {
	max-width : 338px;
	width: 100%;
	text-align : center;
	margin : 0 auto;
	padding : 0 5px;
	box-sizing: border-box;
}

.member_box ul li {
	float : left;
	padding:5px;
	width: 50%;
	box-sizing: border-box;
}
.member_box ul li img{
	max-width: 160px;
	height: auto;
	width: 100%;
}

.member_box ul li:nth-child(even){
	float : left;
}

.gaibu-site-t{
	background:  url(../img/titline-b.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.gaibu-site {
	clear : both;
	width: 100%;
	background-color: #fcf3f6;
}

.gaibu_box {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fcf3f6;
	text-align : center;
}

.gaibu_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;
}

.gaibu_box h2.s_title span {
	background: #fcf3f6;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}

.gaibu_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}



}/*@media*/


/* スライダー上下のライン（PC版）
--------------------------------------------------------- */

@media screen and (min-width:737px) ,print {
.wideslider-box{
	background:  url(../img/titline-t.png) repeat-x center top;
	display : block;
	bottom : -5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.wideslider-box-bt{
	background:  url(../img/titline-b.png) repeat-x center bottom;
	display : block;
	top : -80px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

}/*@media*/


/* スライダー上下のライン（スマホ）
--------------------------------------------------------- */

@media screen and (max-width:736px){
.wideslider-box{
	background:  url(../img/titline-t.png) repeat-x center top;
	display : block;
	bottom : -5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.wideslider-box-bt{
	background:  url(../img/titline-b.png) repeat-x center bottom;
	display : block;
	top : -60px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

}/*@media*/



/* =========================================================
　main_slider（メインスライダー）
========================================================= */

@media screen and (min-width:737px) ,print {

/*ms_wrap
-------------------------------------------------- */
.ms_wrap{
	padding: 0 0 70px;
}
#ms_ul{
	margin:  0;
	padding: 0;
	width: 100%;
	display: block;
}
.ms_li{
	display: block;
	width: 1000px;
	height: 440px;
}
.ms_li img{
	width: 100%;
	height:auto;
}
/*ボタン*/
/* big buttons, no circle */
#ms_ul .flickity-prev-next-button {
	width: 60px;
	height: 60px;
	border : none;
}

#ms_ul .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev.png) no-repeat right center;
	border : none;
}

#ms_ul .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next.png) no-repeat left center;
	border : none;
}

#ms_ul .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#ms_ul .flickity-prev-next-button.next:hover {
  opacity: 0.6;
}

#ms_ul .flickity-prev-next-button:hover {
	border : none;
/*  background: transparent;*/
}
/* arrow color */
#ms_ul .flickity-prev-next-button .arrow {
  display: none;
/*  fill: white;*/
}

#ms_ul .flickity-prev-next-button.no-svg {
  display: none;
/*  color: white;*/
}

/* hide disabled button */
#ms_ul .flickity-prev-next-button:disabled {
  display: none;
}
/*スマホ用スライダー隠す*/
#ms_ul_sp{
	display: none;
}

}/*@media*/

/*ms_wrap（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
.ms_wrap{
	padding: 0 0 50px;
}
#ms_ul_sp{
	display: block;
	margin:0;
	padding: 0 0 0px;
	width: 100%;
}
.ms_li{
	display: block;
	width: 100%;
	height: auto;
}
.ms_li img{
	width: 100%;
	height:auto;
}
/*PC用スライダー隠す*/
#ms_ul{
	display: none;
}
}/*@media*/


/* =========================================================
　submain_slider（サブメインスライダー）
========================================================= */
.submain_slider{
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (min-width:737px) ,print {
/*sr_wrap
-------------------------------------------------- */
.sr_wrap{
	clear : both;
	width: 100%;
	display: block;
	height : 160px;
	margin: 0 auto;
	padding:  0 0 50px 0;
	text-align : center;
}

#sr_ul{
	margin:  0 auto;
	padding: 0;
	width: 100%;
	display: block;
	text-align : center;
}
.sr_li{
	display: block;
	width: 250px;
	height: 110px;
	position: relative;

}
.sr_li a{
	display: block;
}

.sr_li img{
	width: 250px;
	height: 110px;
}

/*ボタン*/
/* big buttons, no circle */
#sr_ul .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border : none;
	background: transparent;
}

#sr_ul .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev2.png) no-repeat right center;
	background-size : 30px 30px;
	border : none;
}

#sr_ul .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next2.png) no-repeat left center;
	background-size : 30px 30px;
	border : none;
}

#sr_ul .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#sr_ul .flickity-prev-next-button2.next:hover {
  opacity: 0.6;
}

#sr_ul .flickity-prev-next-button:hover {
	border : none;
}

/* hide disabled button */
#sr_ul .flickity-prev-next-button2:disabled {
  display: none;
}

/*スマホ用スライダー隠す*/
#sr_ul_sp{
	display: none;
}

}/*@media*/

/*sr_wrap（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
.sr_wrap{
	padding: 0 0 30px;
}

#sr_ul_sp{
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

#sr_ul_sp li{
	width: 50%;
	height: auto;
}

.sr_li{
	display: block;
	width: 50%;
}
.sr_li img{
	width: 100%;
	height: auto;
}

/*ボタン*/
/* big buttons, no circle */
#sr_ul_sp .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border : none;
	background: transparent;
}

#sr_ul_sp .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev2.png) no-repeat right center;
	background-size : 30px 30px;
	border : none;
}

#sr_ul_sp .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next2.png) no-repeat left center;
	background-size : 30px 30px;
	border : none;
}

#sr_ul_sp .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#sr_ul_sp .flickity-prev-next-button2.next:hover {
  opacity: 0.6;
}

#sr_ul_sp .flickity-prev-next-button:hover {
	border : none;
}


/*PC用スライダー隠す*/
#sr_ul{
	display: none;
}

}/*@media*/


/* =========================================================
　bnr_slider（サブメインスライダー）
========================================================= */

/*bnr_wrap
-------------------------------------------------- */
.bnr_wrap{
	clear : both;
	width: 1000px;
	display: block;
	height : 70px;
	margin: 0 auto;
	padding:  0 0 0px 0;
	text-align : center;
}
#bnr_ul{
	margin:  0 auto;
	padding: 0;
	width: 1000px;
	display: block;
	text-align : center;
}
.bnr_li{
	display: block;
	width: 160px;
	height: auto;
	position: relative;
}
.bnr_li a{
	display: block;
}

.bnr_li img{
	width: 160px;
	height: auto;
}

/*ボタン*/
/* big buttons, no circle */
#bnr_ul .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border : none;
	background: transparent;
}

#bnr_ul .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev2.png) no-repeat right center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next2.png) no-repeat left center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#bnr_ul .flickity-prev-next-button2.next:hover {
  opacity: 0.6;
}

#bnr_ul .flickity-prev-next-button:hover {
	border : none;
}

/* hide disabled button */
#bnr_ul .flickity-prev-next-button2:disabled {
  display: none;
}
/*スマホ用スライダー隠す*/
#bnr_ul_sp{
	display: none;
}



/*bnr_wrap（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
.bnr_wrap_sp{
	padding: 0 0 0;
}
#bnr_ul_sp{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}

#bnr_ul_sp li{
	width: 160px;
	height: auto;
	padding: 0 2px;
}
.bnr_li{
	display: block;
	width: 50%;
}
.bnr_li img{
	width: 100%;
	height: auto;
}

/*ボタン*/
/* big buttons, no circle */
#bnr_ul_sp .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border : none;
	background: transparent;
}

#bnr_ul_sp .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev2.png) no-repeat right center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul_sp .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next2.png) no-repeat left center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul_sp .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#bnr_ul_sp .flickity-prev-next-button2.next:hover {
  opacity: 0.6;
}

#bnr_ul_sp .flickity-prev-next-button:hover {
	border : none;
}

/*PC用スライダー隠す*/
#bnr_ul{
	display: none;
}

}/*@media*/




/*角丸白BOX(PC)
------------------------------------------------------*/
@media screen and (min-width:737px) ,print {
.content_wrap{
	width: 1000px;
	margin: 0 auto;
}
.right_corner{
	width: 650px;
	float: right;
	box-sizing: border-box;
}
.news .corner_box{
	margin-top : 35px;
	margin-bottom : 50px;
	display : block;
}

.event .corner_box h2{
	height : 40px;
	width : 239px;
	display : block;
	box-sizing: border-box;
	padding-left : 45px;
	padding-top : 7px;
	background:url("../../images/stit1-ico.png") no-repeat left center    ;
	}
.news .corner_box h2{
	height : 40px;
	width : 239px;
	display : block;
	box-sizing: border-box;
	padding-left : 45px;
	padding-top : 7px;
	background:url("../../images/stit2-ico.png") no-repeat left center    ;
	}

.btn_ichiran{
	float:right;
	color:#ffffff;
	background-image:url("../../images/itiran-btn.png");
	width:120px;
	height:40px;
	box-sizing: border-box;
	text-align : center;
	vertical-align : midlle;
	padding-top: 12px;
	}

.btn_ichiran a{	
	color:#ffffff;
	font-size:80%;
	display : block;
	width:120px;
	height:40px;
}

.btn_ichiran a::before {
	position: relative;
	float: left;
	display: block;
	top : 5px;
	left : 20px;
	content: "";
	width: 6px;
	height: 10px;
	background: url("../../images/tri-ichiran.png") center left no-repeat;
	background-size: 6px 10px;
	color : #ffffff;
	padding-right : 3px;
}

.btn_ichiran_sp{
	display: none;
}

.box-h{
	border-top: 1px solid #cdcdcd;
	height : 360px;
	overflow:hidden;
	overflow-y: scroll;
}
.box-h dl{	clear : both;
	margin-top : -1px;
}

.box-h dl dt{

	border-top: 1px solid #efefef;
	padding-bottom:10px;
	padding-top:10px;
/*	width:160px;*/
/*	float:left;*/
	display : none;
}

.box-h dl dd {
	margin-left:0px;
	border-top: 1px solid #efefef;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	display : block;
	}

.box-h dl dd::after {
	clear : both;
}
.box-h dl dt img{
	padding-right:10px;
	width:150px;
	display: none;
	}



.box-h dl dd h3{
	color:#ffffff;
	background-color:#664422;
	padding:2px .8em;
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:80%;
	}

.box-h dl dd h4{
	color:#664422;
	font-size:110%;
	line-height : 130%;
	font-weight: bold;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-right:20px;
	}

.box-h dl dd h4 a{
	color:#664422;
	font-size:100%;
	line-height : 130%;
	}


.box-h dl dd h4 a span{
	color:#664422;
	font-size:70%;
	font-weight:normal;
	}

}/*@media*/


/*縦位置が気になるもののみIE時フォント変更*/
@media all and (-ms-high-contrast:none) {
	.box-h dl dd h3{
	padding:4px .8em 1px;
	}
}


/* 角丸白BOX（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
.event .corner_box{
	display : block;
	margin-left : auto;
	margin-right : auto;
padding-bottom : 30px;
padding-top: 40px;
}
.event .corner_box h2{
	height : 40px;
/*	width : 239px;*/
	display : block;
	box-sizing: border-box;
	padding-left : 45px;
	background:url("../../images/stit1-ico.png") no-repeat left center    ;
	}

.event .corner_box h2 img{
	height : 20px;
/*	width : 180px;*/
	padding-top : 10px;
	padding-bottom : 10px;
	width: 91%;
	height: auto;
}

.news .corner_box{
	margin-top : 35px;
	margin-bottom : 50px;
	display : block;
	margin-left : auto;
	margin-right : auto;
padding-bottom : 30px;
padding-top: 40px;
}


.news .corner_box h2{
	height : 40px;
/*	width : 239px;*/
	display : block;
	box-sizing: border-box;
	padding-left : 45px;
/*	padding-top : 7px;*/
	background:url("../../images/stit2-ico.png") no-repeat left center    ;
	}

.news .corner_box h2 img{
	height : 20px;
/*	width : 180px;*/
	padding-top : 10px;
	padding-bottom : 10px;
	margin-left : auto;
	margin-right : auto;
	width: 91%;
	height: auto;
}
.corner_box_head{
		display: flex;
	justify-content: space-between;
}
.corner_box_head .btn_ichiran{
		order: 2;
}
.btn_ichiran {
/*    float: right;*/
    color: 
#ffffff;
background-image: url("../../images/itiran-btn.png");
width: 120px;
height: 40px;
box-sizing: border-box;
text-align: center;
vertical-align: midlle;
	padding-top: 12px;
}
.btn_ichiran a {
    color: 
    #ffffff;
    font-size: 80%;
    display: block;
    width: 120px;
    height: 40px;
}
.btn_ichiran a::before {
    position: relative;
    float: left;
    display: block;
    top: 5px;
    left: 20px;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../../images/tri-ichiran.png") center left no-repeat;
        background-size: auto;
    background-size: 6px 10px;
    color: 
    #ffffff;
    padding-right: 3px;
}

/*
.btn_ichiran_sp{
	clear:both;
	color:#ffffff;
	background-image:url("../../images/itiran-btn.png");
	background-size:cover;
	width:90%;
	height:40px;
	box-sizing: border-box;
	text-align : center;
	vertical-align : midlle;
	padding-top: 12px;
	margin : 0 auto;
	}

.btn_ichiran_sp a{	
	color:#ffffff;
	font-size:80%;
	display : block;
	width:120px;
	height:40px;
	margin-bottom: 20px;
}

.btn_ichirans_sp a::before {
	position: relative;
	float: left;
	display: block;
	top : 5px;
	left : 20px;
	content: "";
	width: 6px;
	height: 10px;
	background: url("../../images/tri-ichiran.png") center left no-repeat;
	background-size: 6px 10px;
	color : #ffffff;
	padding-right : 3px;
}
*/
.box-h{
	border-top: 1px solid #cdcdcd;
	height : 360px;
	overflow:hidden;
	overflow-y: scroll;
txt-align : center;
	width:100%;
}

.box-h dl{
	clear : both;
	margin-top : -1px;
	width:90%;
	margin-left : auto;
	margin-right : auto;
}

.box-h dl dt{

	border-top: 1px solid #efefef;
	padding:10px 0;
	width:100%;
	display : block;
	margin-left : auto;
	margin-right : auto;
}

.box-h dl dd {
	clear : both;
	margin-left:0px;
	border-top: 1px solid #ffffff;
	padding-bottom:10px;
	padding-top:0px;
	width:100%;
	display : block;

	}

.box-h dl dd::after {
	clear : both;
}
.box-h dl dt img{
	margin:10px auto;
	padding-right:0px;
	width:100%;
	text-align : center;
	display: none;
	}



.box-h dl dd h3{
	color:#ffffff;
	background-color:#664422;
	padding:2px;
	display:block;
	width:50px;
	text-align:center;
	font-size:80%;
	}

.box-h dl dd h4{
	color:#664422;
	font-size:110%;
	line-height : 130%;
	font-weight: bold;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-right:20px;
	}

.box-h dl dd h4 a{
	color:#664422;
	font-size:100%;
	line-height : 130%;
	}


.box-h dl dd h4 a span{
	color:#664422;
	font-size:70%;
	font-weight:normal;
	}


}/*@media*/




/* レフトナビ（スマホ）
--------------------------------------------------------- */

.lnav {
	clear : both;
}
.lnav ul li img{
	display : none;
}


.lnav ul {
	padding:0;
	margin-bottom:20px;
	border-bottom: none;
	letter-spacing: -.40em;
	border-top: 1px solid #ddd;
	background: #f3f3f3;
}
.lnav ul li {
	vertical-align: middle;
	margin: 0px;
	float: none;
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
/*偶数縦線削除*/
.lnav ul li:nth-child(even) {
	border-right: none;
}
.lnav a {
	padding: 15px 10px 15px 20px;
	display: block;
	font-size: 90%;
	color: #000;
	background: url(../../images/tri-lnav-sp.png) no-repeat 10px center;
}
.fb-box{
width : 100%;
text-align  :center;

}
.fb-page{
text-align  :center;
margin : 10px auto;

}



/* レフトナビPC
--------------------------------------------------------- */
@media screen and (min-width:736px),print{
.lnav{
	float: left;
	overflow: auto;
	display: inline-table;
	width : 310px;
	box-sizing: border-box;
	clear: none;
}
.lnav ul {
	border-top : 1px solid #f5decc;
	width : 310px;
	box-sizing: border-box;
}

.lnav ul li {
	border-bottom : 1px solid #f5decc;
	background-color : #ffffff;
	vertical-align: middle;
	margin: 0px;
	float: none;
	display: inline-block;
	width: 100%;
	letter-spacing: normal;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.lnav ul li img{
	padding : 27px 15px 10px 15px;
}

.lnav ul li a {
	width : 310px;
	height: 70px;
	display:block;
	background:#ffffff;
	background-size : 310px auto;
	background-position:center center;
	box-sizing: border-box;
	text-indent: -99999px;
}

.lnav ul li.lnav_gide a {
	background-image:  url("../../images/lnav_gide.png");
}
.lnav ul li.lnav_gide a:hover {
	background-image:  url("../../images/lnav_gide_o.png");
}
.lnav ul li.lnav_info a {
	background-image:  url("../../images/lnav_info.png");
}
.lnav ul li.lnav_info a:hover {
	background-image:  url("../../images/lnav_info_o.png");
}
.lnav ul li.lnav_access a {
	background-image:  url("../../images/lnav_access.png");
}
.lnav ul li.lnav_access a:hover {
	background-image:  url("../../images/lnav_access_o.png");
}
.lnav ul li.lnav_tenki a {
	background-image:  url("../../images/lnav_tenki.png");
}
.lnav ul li.lnav_tenki a:hover {
	background-image:  url("../../images/lnav_tenki_o.png");
}
.lnav ul li.lnav_faq a {
	background-image:  url("../../images/lnav_faq.png");
}
.lnav ul li.lnav_faq a:hover {
	background-image:  url("../../images/lnav_faq_o.png");
}
.lnav ul li.lnav_pamph a {
	background-image:  url("../../images/lnav_pamph.png");
}
.lnav ul li.lnav_pamph a:hover {
	background-image:  url("../../images/lnav_pamph_o.png");
}
.lnav ul li.lnav_gallery a {
	background-image: url("../../images/lnav_gallery.png")	
}
.lnav ul li.lnav_gallery a:hover {
	background-image: url("../../images/lnav_gallery_o.png")	
}
.lnav ul li.lnav_blog a {
	background-image:  url("../../images/lnav_blog.png");
}
.lnav ul li.lnav_blog a:hover {
	background-image:  url("../../images/lnav_blog_o.png");
}
.lnav ul li.lnav_tw a {
	background-image:  url("../../images/lnav_tw.png");
}
.lnav ul li.lnav_tw a:hover {
	background-image:  url("../../images/lnav_tw_o.png");
}
}/*@media*/





/* バナーエリア
--------------------------------------------------------- */
.bnr {
	clear: both;
	padding: 0 0 4em;
}
.bnr .h_title {
	display: none;
}
.bnr ul {
	margin: 0 -5px;
}
.bnr li {
	float: left;
	margin: 0 5px;
}
.bnr img {
	border: 1px solid #ccc;
}

/* バナーエリア（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
.bnr{
	box-sizing: border-box;
	padding:0;
}
.bnr ul{
	margin: 0 0 20px;
}
.bnr li{
	width: 50%;
	box-sizing: border-box;
	padding:0 7px 15px 0;
	margin: 0;
	float: left;
	display: block;
}
.bnr ul li:nth-child(2n){
	padding:0 0 15px 7px;
}
.bnr li img{
	width: 100%;
	height: auto;
}
}/*@media*/



