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

#header_wrap{
	width:100%;
	min-width: 100%;
	position:relative;
}

#header{
	width:100%;
	min-width: 100%;
	height:auto !important;
	display:table;
}

/**/

#mainimage_left{
	display:table-cell;
	position:relative;
	z-index:0;
	background-image:url(index/bg_menu01.png);
	background-position:right bottom;
	background-color:#fdf7e9;
	background-repeat:no-repeat;
	vertical-align:top;
}

#mainimage_left span img{
	width:100%;
	height:auto;
}

#mainimage_left a.openbtn{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:9999;
}

.slider{
	background-size:cover;
}

.slider1{
	background-size:cover;
}

/**/

#mainimage_right{
	display:table-cell;
	position:relative;
	z-index:0;
	background-image:url(index/bg_menu02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#633719;
	vertical-align:top;
}

#mainimage_right span img{
	width:100%;
	height:auto;
}

#mainimage_right a.openbtn{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:9999;
}

#mainimage_right a img{
	height:auto;
}

/**/

#mainimg01 img{
	opacity:0;
}

/**/

#mainimg02 img{
	opacity:0;
}

/**/

.bx-controls{
	display: none;
}
/**/

#menu01{
	position:absolute;
	bottom:34px;
	right:45px;
	z-index:1000;
	display:none;
}

#menu01 dl{
}

#menu01 dl dt{
}

#menu01 dl dd{
}

#menu01 dl dd ul{
}

#menu01 dl dd ul li{
	list-style-type:none;
	margin-top:19px;	
}


/**/

#menu02{
	position:absolute;
	bottom:124px;
	left:45px;
	z-index:1000;
	display:none;
}

#menu02 dl{
}

#menu02 dl dt{
}

#menu02 dl dd{
}

#menu02 dl dd ul{
}

#menu02 dl dd ul li{
	list-style-type:none;
	margin-top:19px;
}

/**/

/*　重要なお知らせ　*/

dl.pickup_news{
	/*display: none;*/
    width: 1375px;
	overflow: hidden;
	margin: 33px auto 50px auto;
	border: 1px solid #AA0C0C;
}

.pickup_news dt{
	background-color: #AA0C0C;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0px;
}

.pickup_news dt span{
	font-size: 16px;
}

.pickup_news dd{
	padding: 33px;
	background-color: #fff;
	text-align: center;
}

.pickup_news dd span{
	color: #AA0C0C;
	font-weight: bold;
}

/**/

.block01{
	overflow: hidden;
    /*width: 910px;*/
    width: 1380px;
    margin: 33px auto;
}

.block01 .center{
    margin: 0 auto 20px;
    text-align: center;
	display:flex;
	justify-content: center;
}

.block01 .center img {
width: 94%;
}

.block01 .center img:not(:last-child) {
 padding-bottom: 20px;
}
.block01 .center.flex{
    display: flex;
    gap: 0 15px;
    justify-content: space-between;
}
.block01 .center.flex a{
    width: calc( 50% - 10px );
}
.block01 .center.flex a img{
    width: 100%;
    height: auto;
}

.block01 ul.bn_list{
    width: 100%;
    margin: 0 auto;
	display: flex;
    /* overflow: hidden; */
    flex-wrap: wrap;
    justify-content: center; /*space-between*/
	gap: 0 40px;
}

.block01 ul.bn_list li:first-child {
    margin-left: 0px;
}

.block01 ul.bn_list li{
    list-style-type: none;
    width: calc(22% - 4px);
	display: block;
	padding: 6px 20px 20px;
}

.block01 ul.bn_list li img{
	width: 100%;
    
}

.block01 ul.bn_list2{
    width: 100%;
    margin: 25px auto 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 0 36px;
}

.block01 ul.bn_list2 li{
    list-style-type: none;
}

.block01 .center_bn{
    width: 100%;
    margin: 15px auto 0px auto;
    overflow: hidden;
    text-align: center;
}



/**/

h2.subtitle{
	width:1375px;
}

/**/

.news_list{
	overflow:hidden;
	margin-bottom:60px;
	width:1375px;
	margin-left:auto;
	margin-right:auto;
}

.news_list li{
	float:left;
	overflow:hidden;
	width:25%;
}

.news_list li .a_post{
	width:318px;
	margin-left:auto;
	margin-right:auto;
}

.news_list li .a_post .cat_icon{
	overflow:hidden;
	margin:15px 0px;
}

.news_list li .a_post .cat_thumb{
	overflow:hidden;
	font-size:16px;
}

.news_list li .a_post .cat_title{
	overflow:hidden;
	font-size:16px;
}

.news_list li .a_post .cat_title dl{
	overflow:hidden;
	margin-top:13px;
	line-height:24px;
}

.news_list li .a_post .cat_title dl dt{
}

.news_list li .a_post .cat_title dl dd{
}

.news_list li .a_post .cat_title dl dd a{
	text-decoration: none;
}

.news_small_txt{
	font-size: 0.875em;
	
}

.instagram-feed {
	width: 66rem;
	        margin: 0 auto 40px;
}
.instagram-feed p{
	color: #c80b77;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-indent: 75px;
	margin-bottom: 25px;
	text-align: center;
}
.instagram-feed p::before{
	content:"";
	width: 50px;
	height: 50px;
	background-image:url("index/icon_instagram.png");
	background-size: 100%;
	position: absolute;
	top: 0;
        bottom: 0;
	 margin-top: auto;
	margin-bottom: auto;
	left: 27.5rem;
}

.instagram-feed #sb_instagram .sbi_photo_wrap{
	
}