/*----------------------------------------------------------
	edit by toshio maeoka / pm studio co.,ltd.
	mail:maeoka@pmstudio.com
	url:http://www.pmstudio.com/
-----------------------------------------------------------*/

/*-------------------------------
	each collection frame
--------------------------------*/
a {
	border: none;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

a:hover {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

a:visit {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}


.block2{
	width:auto;
	height:auto;
	margin: 0px auto;
	border: 1px solid #CCC;
	display:block;
}

.collection_list{
	width:100%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
	display:block;
}

/*--検索ボックス--*/
.serch_box{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:140px;
	padding:20px 0px 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*--blog2.html--*/
/*----検索タブ----*/
.blog_search_frame{
	width:100%;
	height:auto;
	border: 0px solid #CCC;
}

ul.select_serch_text{
	width:100%;
	height:50px;
	margin:0px auto;
	cursor:pointer;
}

ul.select_serch_text li{
	width:auto;
	padding:0px 0px 0px 15px;
}

.select_serch_text >:last-child {
	margin-left: auto;
}

.search_ud_btn{
	background:url(/global_image/search_ud_btn1.png) no-repeat;
	width:50px;
	height:50px;
}

.blog_box{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:auto;
	padding:20px 0px 20px 0px;
}


/*---バナー--*/
ul.blog_banner_frame{
	width:100%;
	height:auto;
	margin:0px 0px;
	padding:0px 0px 5px 0px;
}

ul.blog_banner_frame li{
	width:50%;
	height:auto;
}

.blog_bunner_img{
	position:relative;
	width:514px;
	height:auto;
	min-height:76px;
	overflow:hidden;
}

.blog_bunner_img img{
	width:514px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


/*--blog2.html--*/
/*----検索タブ 1----*/
.caba_search_tab2{
	width:95%;
	height:auto;
	margin:0px auto;
	padding:15px 0px 15px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.5);
}

.caba_search_tab2 li{
	width:auto;
	height:auto;
	padding:0px 20px 0px 20px;
}

.caba_search_tab2 li:nth-child(1){
	width:15%;
	height:auto;
}

.caba_search_tab2 li:nth-child(2){
	width:85%;
	height:auto;
	min-height:100%;
	border-left: 1px solid rgba(255,255,255,0.5);
}


/*---check box---*/
dl.area_check_list2,
dl.area_check_list{
	width:100%;
	height:auto;
}

dl.area_check_list2 dt,
dl.area_check_list dt{
	width:16%;
	height:auto;
	margin:0px 0px;
	padding:0px 5px 5px 0px;
}

dl.area_check_list dt.check_top{
	width:100%;
	height:auto;
	margin:0px 0px;
	padding:0px 0px 5px 0px;
}

dl.area_check_list dt.line_right{
	width:13%;
}

dl.area_check_list dt.line_right2{
	width:2.2%;
	height:14px;
	border-left: 1px dotted rgba(255,255,255,0.8);
}

dl.area_check_list dt.line_right3{
	width:13%;
}

/*---送信ボタン---*/
.submit_btns{
	width:95%;
	height:auto;
	margin:0px auto;
}

ul.submit_tab1b{
	width:38%;
	height:auto;
	margin-right:0px;
}

ul.submit_tab1b li{
	width:auto;
	height:auto;
}

ul.submit_tab1b li:nth-child(1){
	width:60%;
}

/*--スマフォ用tag非表示---*/
.area_sp{
	display:none;
}

.sp_show{
	display:none;
}

/*---check box---*/
dl.area_check_list{
	width:100%;
	height:auto;
}

/*---地域名---*/
dl.area_check_list dt{
	width:16%;
	height:auto;
	margin:0px 0px;
	padding:0px 5px 5px 0px;
}

/*---店舗名---*/
dl.area_check_list dt.shop_name{
	width:auto;
	height:auto;
	margin:0px 0px;
	padding:0px 5px 5px 0px;
}

/*--全て選択--*/
dl.area_check_list dt.check_top{
	width:100%;
	height:auto;
	margin:0px 0px;
	padding:0px 0px 5px 0px;
}
/*--チェックライン--*/
.check_line_frame{
	width:100%;
	height:1px;
	margin:0px 0px;
	padding:15px 0px 15px 0px;
}
.check_line{
	width:100%;
	height:1px;
	margin:0px 0px;
	border-top: 1px dotted rgba(255,255,255,0.8);
}

/*--エリア選択の場合--*/
dl.area_check_list dt.line_right{
	width:13%;
}

dl.area_check_list dt.line_right2{
	width:2.2%;
	height:14px;
	border-left: 1px dotted rgba(255,255,255,0.8);
}

/*---check box input---*/
.local_area{
	display: none;
}
.area_name{
	position:relative;
	padding-left: 25px;
	margin-right: 20px;
	font-size:14px;
	color:rgba(255,255,255,1);
	cursor:pointer;
}
.area_name::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(255,255,255,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.local_area:checked + .area_name{
  color: rgba(255,255,255,1);
}
.local_area:checked + .area_name::after{
	position: absolute;
	content: "";
	display: block;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid rgba(255,255,255,0.8);
	border-right: 3px solid rgba(255,255,255,0.8);
}

/*--エリア検索ボタン--*/
input[type="reset"].serch_area_btn,
input[type="submit"].serch_area_btn{
	width:180px;
	height:50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	border-style:none;
}

/*---カレンダー---*/
.calendar_area_frame{
	position:relative;
	width:100%;
	height:auto;
}

.main_month_frame{
	width:100%;
	height:auto;
	margin:0px 0px;
	padding:10px 0px 30px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
}

ul.calendar_month{
	width:90%;
	height:auto;
	margin:0px auto;
}

ul.calendar_month li{
	width:auto;
	height:auto;
	border: 0px solid #CCC;
}

ul.calendar_month li.main_month{
	width:70%;
	height:auto;
	border: 0px solid #CCC;
}

ul.calendar_month li.prev_next_month{
	position:relative;
	width:7%;
	height:auto;
	font-size:40px;
	text-align:center;
	cursor:pointer;
}

ul.calendar_month li.prev_next_arrow{
	width:8%;
	height:auto;
}

.arrow_lr{
	width:26px;
	height:63px;
	margin:0px auto;
	border: 0px solid #CCC;
	cursor:pointer;
}

dl.calendar_title{
	width:30%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	border: 0px solid #CCC;
}

dl.calendar_title dt{
	width:auto;
	height:auto;
}

dl.calendar_title dt:nth-child(1){
	width:30%;
	height:auto;
	text-align:right;
	font-size:1.4rem;
}

dl.calendar_title dt:nth-child(2){
	width:40%;
	height:auto;
	text-align:center;
	border: 0px solid #CCC;
	font-size:4rem;
}

dl.calendar_title dt:nth-child(3){
	width:30%;
	height:auto;
	text-align:center;
	font-size:1.4rem;
}

dl.calendar_date_title{
	width:100%;
	height:45px;
	margin:0px 0px;
}

dl.calendar_date_title dt{
	width:12%;
	height:45px;
	margin:0px 5px;
	text-align:center;
	font-size:1.4rem;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;

	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-js-display: flex;
}

/*--土曜--*/
.sat_color{
	color:rgba(128,207,242,1);
}
/*--日曜--*/
.sun_color{
	color:rgba(223,107,150,1);
}

dl.calendar_date{
	width:100%;
	height:55px;
	margin:0px 0px;
}

dl.calendar_date dt{
	width:12%;
	height:55px;
	margin:0px 5px;
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	text-align:center;
	font-size:1.4rem;

	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.date_box{
	width:80%;
	height:35px;
	margin:0px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	border: 0px solid #CCC;
	-js-display: flex;
	cursor:pointer;
}

.birthday_note{
	position: absolute;
	top:190px;
	left:-40px;
}

.birth_box{
	background:rgba(0,104,179,1);
	width:20px;
	height:20px;
	margin:-5px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:inline-block;
}

.birth_text{
	display:inline-block;
}


/*---カレンダー下、月表示---*/
ul.calendar_month2 li{
	width:auto;
	height:auto;
	border: 0px solid #CCC;
}

ul.calendar_month li.main_month2{
	width:70%;
	height:auto;
	border: 0px solid #CCC;
}

ul.calendar_month li.prev_next_month2{
	position:relative;
	width:7%;
	height:auto;
	font-size:4rem;
	text-align:center;
	cursor:pointer;
}

/*---カレンダー下、月表示---*/

ul.birthday_list{
	width:100%;
	height: 100%;
	min-height: 100%;
	border-top: 1px dotted #CCC;
	padding:0px 0px 0px 0px;
}

ul.birthday_list li{
	position:relative;
	width:auto;
	height: auto;
	min-height: 100%;
}

ul.birthday_list li:nth-child(1){
	background:rgba(244,244,244,1);
	width:20%;;
}

ul.birthday_list li.birthday_sat:nth-child(1){
	background:rgba(230,239,245,1);
}

ul.birthday_list li.birthday_sun:nth-child(1){
	background:rgba(241,231,237,1);
}

ul.birthday_list li:nth-child(2){
	width:80%;
	padding:0px 0px 0px 20px;
	font-size:1.3rem;
}

/* .birthday_lis_frame ul:last-child{
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
} */

.birthday_box{
	cursor:pointer;
}

/*--タブ非表示---*/
#tab_1{
	display:none;
}

/*-------------------------------
		a_tag
--------------------------------*/

a.menu_a_white{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a.menu_a_white:visit{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a.menu_a_black{
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.menu_a_black:visit{
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a.menu_a_red{
	color:rgba(219,184,192,1);
	text-decoration: none;
}

a.menu_a_red:visit{
	color:rgba(219,184,192,1);
	text-decoration: none;
}

a.menu_a_pink{
	color:rgba(223,107,150,1);
	text-decoration: none;
}

a.menu_a_pink:visit{
	color:rgba(223,107,150,1);
	text-decoration: none;
}

/*-------------------------------
	ボタン調整
--------------------------------*/
.more_btn_link{
	background: rgba(0,0,0,1);
	width: 380px;
	height: 50px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(255,255,255,1);
	cursor: pointer;

}
.more_btn_link:hover{
  background: rgba(0,0,0,0.8);
  transition: 0.3s;
}
.more_btn_link span:nth-child(1) {
    width: 90%;
}
