img{
max-width: 100%;
height: auto;
width /***/:auto;
margin: 0;
padding:0;
font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#container{
width:100%;
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.pc_hd{
display: none;
}

.hd{
display: none;
}

.contents{
	width: 1000px;
	margin: 0px auto;
	padding: 0;
}

/*
==========================================================
header
==========================================================
*/

.drawer-toggle{
display: none;
}
.drawer-nav{
display: none;
}
#header_sp{display: none;}

header {
background: #FBFAFF;
width: 100%;
    height: 85px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
        position: relative;
}

header .logo{
btransition: .3s;
background: url("../commonImage/logo01_2024.svg") no-repeat;
background-size: 100%;
height: 60px;
width: 240px;
margin: 10px auto 10px auto;
}
header .logo a{
display: block;
height: 100%;
width: 100%;
}
header .head_right{
width: 350px;
height: 100%;
margin: 0px 0px;
padding: 0;
position: absolute;
right: 0;
display: flex;
}
header .head_menu{
	position: relative;
	top: 0px;
	right: 0;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0px 0px 0px auto;
	overflow: hidden;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
         justify-content: space-between;
         align-items: center;
         border-right: 1px solid #ececec;
}
header .head_menu li{
width: 50%;
height: 100%;
margin: 0px 0px 0px 0px;
	font-size: 0.6rem;
	text-align: center;
    border-left: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .head_menu li a{
	color: #575454;
    text-decoration: none;
    padding-top: 40px;
}
.header_menu1{
background: url("../commonImage/icon_my.svg") center 35% no-repeat;
background-size: 15px;
}
.header_menu2{
background: url("../commonImage/icon_new01.svg") center 35% no-repeat;
background-size: 30px;
}

header .search_block{
	width: 100%;
    height: 100%;
	position: relative;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .search_block #searchform{
width: 100%;
    height: 100%;
  display: flex;
        align-items: center;
}
header .search_block input.keyword{  
    width: 62%;  
    background: #fff;  
    border: 1px solid #E1E1E1;  
    padding: 4px; 
	font-size: 15px;
    color: #000;  
	margin: 0;
}  
header .search_block .search_btn {
width: 20%;
}
header .search_block input.search_btn{  
padding: 3px;
font-size: 14px;
background: #ccc;
color: #fff;
border: none;
border-radius:0px;
}


.main_menu{
	width: 100%;
	height: auto;
border-bottom: 1px solid #EBEBEB;
}
.main_menu ul{
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_menu ul li{
	display: flex;
	align-items: center;
	width: 11%;
	height: auto;
	/*border-left: 1px solid #ccc;*/
	font-size: 0.8rem;
	line-height: 120%;
	/*padding: 0 27px;*/
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.main_menu ul li:last-child{
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
.main_menu ul li a{
	width: 100%;
    padding: 20px 0 17px 0;
	display: block;
	text-decoration: none;
	color: #000;
    text-align: center;
}
.main_menu ul li a:hover{
color: #004AA3;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 80%;
	background-color: hsla(0,0%,100%,0.85);
}



.drawer-menu li{
margin-left: 15px;
}

.foot_bd{
height: 2%;
width: 100%;
background: #3F210F;
overflow: hidden;
margin: 0px;
padding: 0px;
clear:  both;
z-index: 10;

}

/*SNSボタン*/
.sns_btn{
width: 100%;
text-align: left;
font-size: 0.8em;
clear: both;
margin: 0px auto 10px auto;
	overflow: hidden;
}

/*パンくず*/
.breadCrumb{
width: 100%;
text-align: left;
font-size: 0.8em;
clear: both;
margin: 0px auto 10px auto;
	overflow: hidden;
}
.breadCrumb ol{
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.breadCrumb li{
float: left;
	margin-right: 10px;
}


/*鍵アイコン*/
.lock_icon{
width: 15px;
height: 15px;
margin: 0px 0px;
position: absolute;
bottom: 10px;
right: 0px;
left: auto;
}
.lock_icon img{
width: 100%;
}



/*
==========================================================
side
==========================================================
*/


.side .pickup_schedule_block{
width: 99%;
background: #fff;
border: solid #BCBCBC 1px;
margin: 0px auto 10px auto;
}
.pickup_schedule_block .days_hd{
margin: 10px auto;
width: 90%;
background: #BCBCBC;
text-align: center;
padding: 2px 0;
border-radius: 20px;
color: #fff;
font-weight: 500;
font-family: 'Montserrat', 'Noto Sans', sans-serif;
}
.pickup_schedule_block .days_hd .week{
font-size: 8px;
}
.pickup_schedule_block .event_list{
margin: 0px auto 10px auto;
padding: 0;
width: 90%;
}
.pickup_schedule_block .event_list li{
margin: 0px 0 10px 0;
padding: 0 0 0 15px;
text-align: left;
position: relative;
font-size: 13px;
}
.pickup_schedule_block .event_list li::before{
content: "●";
color: #1a1a1a;
position: absolute;
left: 0;
}
.pickup_schedule_block .event_list li a{
font-weight: 600;
color: #000;
}

.side .calendar-wrap{
  width: 99%;
  background: #fff;
  color: #333;
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
  border: solid #BCBCBC 1px;
  }
.side .calendar-wrap .calendar_hd {
width: 100%;
background: #BCBCBC;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
}
.side .calendar-wrap .calendar_hd .arrow{
width: 13px;
height: 13px;
font-size: 10px;
font-weight: bold;
color: #fff;
margin: 1px 3px 3px 3px;
padding: 0;
}
.side .calendar-wrap .calendar_hd a{
color: #fff;
text-decoration: none;
}
#block .side .calendar-wrap .calendar_hd h3 {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin:8px 0;
  padding: 0;
  font-family: 'Montserrat', 'Noto Sans', sans-serif;
  background: none;
}
.side .calendar {
  padding: 0px;
  width: 90%;
  margin: 10px auto 10px auto;
  table-layout: fixed;
}
.side .calendar-wrap th{
  text-align: center;
  padding: 2px 0px;
  font-size: 9px;
  font-family: 'Montserrat', 'Noto Sans', sans-serif;
  background: #ececec;
}
.side .calendar-wrap td{
font-family: 'Montserrat', 'Noto Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0px;
  font-size: 13px;
}
.side .calendar-wrap td a{
  text-decoration: underline;
}
.side .calendar-wrap td .off{
  text-decoration: none;
  color: #1a1a1a;
}
.side .calendar-wrap th.sun,
.calendar-wrap .sun,
.calendar-wrap .sun a,
.calendar-wrap .sun a.off
{
  color: red;
}
.side .calendar-wrap th.sat,
.calendar-wrap .sat,
.calendar-wrap .sat a,
.calendar-wrap .sat a.off
{
  color: blue;
}
.side .calendar-wrap td .today{
background: #E97274;
text-align: center;
border-radius: 50%;
padding:10px 3px;
display: block;
}
.side .calendar-wrap td .today a{
color: #fff;
font-weight: 500;
}


#block .side .book_info{
background: #ececec;
padding: 10px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block .side .book_info .book_img{
width: 35%;
margin: 0px 10px 0px 0px;
}
#block .side .book_info .book_img img{
width: 100%;
}
#block .side .book_info .book_cap{
width: 60%;
margin: 0px 0px 0px 0px;
font-size: 13px;
line-height: 200%;
}
#block .side .book_info .book_cap .store_btn{
margin: 0px 0px 10px 0px;
}
#block .side .book_info .book_cap .store_btn a{
display: block;
font-size: 13px;
color:#fff;
background: #666;
padding: 3px 0px;
}
#block .side .book_info .book_cap .store_btn a{
}

#block .side h3{
background: #999;
padding: 5px 10px;
	margin: 10px 0px 10px 0px;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
#block .side h3.side_service{
background: #fff;
	padding: 5px 0;
	border: none;
}
#block .side h3.side_service .servise_hd{
font-size: 13px;
float: right;
}

#block .side .bnr_img{
	width: 100%;
	margin-bottom: 5px;
}
#block .side .bnr_img img{
	width: 100%;
}
.side_banner{
	margin: 0px auto 0px auto;
	padding: 0px;
}
.side_banner li{
	padding: 0px;
	margin: 0px auto 10px auto;
}
.side_banner li img{
	width: 100%;
}
.side .side_info{
text-align: left;
font-size: 13px;
margin: 0px auto 10px;
padding: 0;
line-height: 170%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side .side_info a{
width: 40%;
margin: 0px auto 3px auto;
}

.side .contents_btn{
margin: 0px auto 15px auto;
text-align: center;
}
.side .contents_btn a{
display: block;
font-size: 15px;
line-height: 120%;
padding: 10px 0px;
border: 2px solid #1B70C8;
background: #E8FAFF;
}
.side .contents_btn a span{
font-size: 14px;
color: #ccc;
}
.side .contents_btn a:hover{
opacity: 0.7;
}

.side .login_bnr{
border: 2px solid #1B70C8;
	background: linear-gradient(#fff, 75%, #E8FAFF) ;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	margin: 0px auto 10px auto;
}
.side .login_bnr .logo{
margin: 10px auto 10px auto;
width: 60%;
	height: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.side .login_bnr .logo img{
	width: 100%;
}

.side .login_bnr .text{
	padding-bottom: 10px;
}
.side .login_bnr .text p{
	margin:0;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
.side .login_bnr .linkbtn a{
	background: #1B70C8;
	border: 2px solid #1B70C8;
	max-width:240px;
	width:100%;
	/*border-radius: 24px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	letter-spacing:0.05em;
	/*color: #94B1F7;
	padding-left: 49px;*/
	color: #fff;
	height: 45px;
	box-sizing: border-box;
	margin:0 auto;
}
.side .login_bnr .linkbtn a:hover{
	opacity: 0.9;
}
.side .login_bnr .log_link{
text-align: center;
margin: 3px auto;
font-size: 12px;
}


#block .side .side_news_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	font-family: Century Gothic,Tahoma, Geneva, "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#block .side .side_news_list li{
border-bottom: 1px dashed #ccc;
padding-bottom: 5px;
margin: 0px auto 20px auto;
}

#block .side .side_news_list dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0;
	align-items:flex-start;
}
#block .side .side_news_list dt{
	width: 50%;
	padding: 0;
	text-align: center;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
#block .side .side_news_list dt img{
	/* width: 100%; */
}

#block .side .side_news_list dd{
	width: 48%;
	text-align: left;
}

#block .side .side_news_list dd p{
	width: 100%;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#block .side .side_news_list dd span{
	font-size: 10px;
	text-align: left;
}

#block .side .side_news_list dd a{
	text-decoration: none;
}

#block .side .side_news_list .date{
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #8B8B8B;
	font-size: 12px;
	font-family: Century Gothic, "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#block .side .side_news_list .category{
	font-family: Century Gothic, "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}
#block .side .side_news_list .text{
	margin: 0;
	font-size: 12px;
}

#block .pickup{
margin: 0px;
text-align: left;
padding: 0;
}
#block .pickup li{
margin: 0px;
padding: 0 0px 0px 10px;
border-left: 8px solid #ccc;
}


/*
==========================================================
footer
==========================================================
*/
footer {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	overflow:hidden;
	clear:both;
	position: relative;
	bottom: 0;
}
footer .contents{
	display: flex;
	margin: 20px auto;
}

footer .foonter_link{
width: 100%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
		-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
margin: 10px auto;
}
footer .foonter_link li{
width: 17%;
}
footer .foonter_link li img{
width: 100%;
}

footer .footer_info{
width: 100%;
margin: 0px auto;
padding: 50px 0px 50px 0px;
background: #ececec;
}
footer .footer_info .flex{
width: 1000px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
		-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
margin: 0px auto;
padding: 20px 0px;
background: #ececec;
}
footer .footer_info .flex .left{
width: 45%;
}
footer .left .foot_link{
color: #808080;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
margin: 6px auto 0px auto;
padding: 0px 0px;
width: 100%;
}
footer .left .foot_link li{
width: auto;
font-size: 13px;
margin: 0px 20px 10px 0px;
}
footer .left .foot_link li a{
color: #808080;
}


footer .footer_info .flex .right{
width: 40%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;	 
}


footer .footer_info .right ul.sns_btn{
width: 25%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
   margin: 0px 0px 0px auto;
}
footer .footer_info .right ul li{
width: 17px;
height: 17px;
margin: 0px 5px 0px 5px;
}
footer .footer_info .right ul li img{
width: 100%;
}

.site_top_link{
background: #fff;
border: 1px solid #000;
padding: 5px;
}
.site_top_link a{
color: #000;
}
.site_new_link{
background: #AD0003;
padding: 5px;
color: #fff;
}
.site_new_link a{
color: #fff;
}
.site_login_link{
background: #000;
padding: 5px;
color: #fff;
}
.site_login_link a{
color: #fff;
}

footer .footer_info dl.opera{
width: 50%;
margin: 0 0px 10px auto;
padding: 0 15px 0px 15px;
border-left: 3px solid #000;
}
footer .footer_info dl.opera dt{
width: 100%;
text-align: left;
font-size: 13px;
margin: 0 0px 10px 0px;
padding: 0;
}
footer .footer_info dl.opera dd{
width: 100%;
margin: 0;
padding: 0;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
footer .footer_info dl.opera dd img{
margin: 0px 10px 0px 10px;
}

 .foot_link a{
	text-decoration: none;
	color: #fff;
}


footer .copyright{
	background: #000;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin: 0px auto 0px auto;
}

#footer_sp{
	display: none;
}

