@charset "utf-8";

html,body{
text-align: center;
font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a img:hover  {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
 }

.sp_hd
{display: none;}

/*======================
header
=====================*/
header{
	display: none;
}

#header_sp {
overflow: hidden;
position: fixed;
top: 0px;
width: 100%;
padding: 5px 0px;
/*height: 85px;*/
height: 100px;
z-index:40;
background: #FBFAFF;
margin: 0px auto;
}

#header_sp .logo{
margin: 2px auto 5px auto;
background: url("../commonImage/logo01_2024.svg") no-repeat center;
background-size: 100%;
width: 180px;
height:45px;
overflow: hidden;
}
#header_sp .logo a{
display: block;
width: 100%;
height: 100%;
}


#header_sp .search_block{
	width: 96%;
	margin: 2px auto 0px auto;
	padding: 0;
}
#header_sp .search_block #searchform{
width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
#header_sp .search_block input.keyword{  
    width: 75%;   
    background: #fff;  
    border: 1px solid #E1E1E1;  
    padding: 4px; 
	font-size: 15px;
    color: #000;  
	margin: 0;
}  
#header_sp .search_block .search_btn {
width: 20%;
}
#header_sp .search_block input.search_btn{  
padding: 3px;
font-size: 14px;
background: #ccc;
color: #fff;
border: none;
border-radius:0px;
}

.main_menu{
	display: none;
}

.drawer-nav{
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.drawer-menu{
width: 90%;
margin: 30px auto;
}
.drawer-menu li{
width: 100%;
	line-height: 150%;
	font-size: 1em;
    margin: 0;
    padding: 0;
   border-bottom: 1px #888888 dotted;
}
.drawer-menu li a{
display: block;
width: 100%;
height: 100%;
padding: 7px 0;
}

.drawer-nav .head_menu{
	width: 90%;
    padding: 0;
	margin: 30px auto 0px auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-wrap: wrap;
         flex-direction: row-reverse;
}
.drawer-nav .head_menu li{
width: 100%;
margin: 0px 0px 10px 0px;
	font-size: 1rem;
	text-align: center;
    border-left: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
 border-radius: 10px;
}
.drawer-nav .head_menu li a{
    display: block;
width: 100%;
 text-decoration: none;
 border-radius: 10px;
 font-weight: bold;
 color: #333;
}
.header_menu1{
background: #fff url("../commonImage/icon_my.svg") 10% 45% no-repeat;
background-size: 15px;
}
.header_menu2{
background: #fff url("../commonImage/icon_new01.svg") 10% 45% no-repeat;
background-size: 20px;
}

/*鍵アイコン*/
.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;
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{
width: 90%;
margin: 30px auto 10px auto;
}

#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: 15px;
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: 8px 10px;
	margin: 10px 0px 10px 0px;
	color: #fff;
	text-align: left;
	font-size: 16px;
}
#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;
border: 2px solid #1B70C8;
background: #E8FAFF;
line-height: 120%;
padding: 10px 0px;
}
.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 auto 20px auto;
text-align: left;
padding: 0;
}
#block .pickup li{
margin: 0px 0px 10px 0px;
padding: 0 0px 0px 10px;
border-left: 8px solid #ccc;
font-size: 16px;
}

#block ifream{
width: 100%;
}

/*======================
contents
=====================*/

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

}

/*メニュー*/
.menu {
display: none;
}

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

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

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

footer .foonter_link{
width: 90%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   -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: 40%;
margin: 10px auto;
}
footer .foonter_link li img{
width: 100%;
}

footer .footer_info{
width: 100%;
margin: 0px auto;
padding: 20px 0px;
background: #ececec;
}
footer .footer_info .flex{
width: 100%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   -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: 90%;
margin: 0px auto;
}
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: 0px auto;
padding: 10px 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: 90%;
margin: 0px auto;
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: 45%;*/
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   margin: 0px auto 10px auto;
}
footer .footer_info .right ul.sns_btn li{
width: 20px;
margin: 0px 10px 10px 10px;
}
footer .footer_info .right ul.sns_btn 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: 100%;
margin: 0 auto 10px auto;
padding: 0 0px 0px 0px;
border-top: 3px solid #000;
}
footer .footer_info dl.opera dt{
width: 45%;
text-align: left;
font-size: 13px;
margin: 10px auto;
padding: 0;
}
footer .footer_info dl.opera dd{
width: 45%;
margin: 0 auto;
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{
max-width: 100%;
margin: 0px 10px 0px 0px;
}

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

