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

 .btn_close,.btn_close_Size,.btn_close_Map{
		width:100%;
		box-sizing: border-box;
		margin: 20px auto 10px;
		padding: 0 20px 0 0;
		text-align: right;
		background: transparent;
}
.btn_close img,.btn_close_Size img,.btn_close_Map img { width:30px; }

#slide,#slide_Size,#slideMap{ display: none;
 	position: fixed;
 	z-index: 23;
	bottom: 0;
	margin-top: 5%;
	height: 95%;
	overflow-y: auto;  /* モーダル内スクロールのため*/
	max-height: 95%; /* モーダル内スクロールのため*/
	/*width: 100%;*/
	max-width: 98%;
	left:5%;
	background: #ffffff;
	border-radius: 10px 10px 0 0;

}
	/*モーダルのスクロールを消す*/
#slide::-webkit-scrollbar{
  display: none;
}
#slide_Size::-webkit-scrollbar{
  display: none;
}
#slideMap::-webkit-scrollbar{
  display: none;
}
.overlay,.overlaySize,.overlayMap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
  
}

.modal_wrap{
	width:98%;
	margin-inline:auto;
}

/*--------商品ページ-----*/
.btn_close_MURYO,.btn_close_SOKUJITU,.btn_close_OK{
		width:100%;
		box-sizing: border-box;
		margin: 20px auto 10px;
		padding: 0 20px 0 0;
		text-align: right;
		background: transparent;
}
.btn_close_MURYO img,.btn_close_SOKUJITU img,.btn_close_OK img { width:30px; }

#slideMURYO,#slideSOKUJITU,#slideOK{ display: none;
 	position: fixed;
 	z-index: 2;
	bottom: 0;
	margin-top: 5%;
	height: 95%;
	overflow-y: auto;  /* モーダル内スクロールのため*/
	max-height: 95%; /* モーダル内スクロールのため*/
	/*width: 100%;*/
	max-width: 98%;
	left:5%;
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	
}
	/*モーダルのスクロールを消す*/
#slideMURYO::-webkit-scrollbar{
  display: none;
}
#slideSOKUJITU::-webkit-scrollbar{
  display: none;
}
#slideOK::-webkit-scrollbar{
  display: none;
}
.overlayMURYO,.overlaySOKUJITU,.overlayOK{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	
}
.close_modal_btn {
    display: flex;
    position: relative;
    width: 135px;
    height: 45px;
    margin: 50px auto 80px;
    padding-left: 15px;
    justify-content: center;
    align-items: center;
    background: #FFF;
    border: 1px solid #FE6E6D;
    border-radius: 5px;
    cursor: pointer;
}
.close_modal_btn::after, .close_modal_btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 17px;
    height: 1px;
    margin-top: -1px;
    background: #880100;
}
.close_modal_btn::after {transform: rotate(45deg);}
.close_modal_btn::before {transform: rotate(-45deg);}

/*-------お届け予定日モーダル-----*/
.modal_width{width: min(96%, 700px);padding:2vw;}
.box_title{box-sizing: border-box;width:100%;margin:8px 0 20px;padding:14px 0;background: #F4F4F4;font-size: 28px;text-align: center;line-height: 1; letter-spacing: 2px;font-weight: normal;}
.box_title span{
	display: block;
	margin:0 auto;
	font-size: 15px;
	color: #333;
	line-height: 1.7; 
	letter-spacing: .5px;
}
.box_map {
	background-color:#FFFFFF;
	border:none;
	margin-left:5px;
	margin-right:5px;
}
.box_map img{ width:100%; }
.box_text_top, .box_text_bottom{
    padding: 0 10px;
}
.box_text_top{margin:10px 0; font-size: 15px;}
.box_text_bottom{margin-top:15px;margin-bottom:5px;font-size:14px;}

.title_cal{
    box-sizing: border-box;
    width:100%;
    margin: 50px auto 18px;
	padding: 10px 30px 12px;
    background: #F4F4F4;
	font-weight: normal;
	color: #383838;
    font-size: 19.5px;
    line-height: 1;
    text-align: center;
}
.box_calender{
    width: 100%;
	margin: 0 auto;
	text-align: center;
}
.box_calender iframe{ display: inline-block;width:210px;height: 100%;margin:0;vertical-align: top;}
.ifr_1 {margin-right:20px;}
    @media screen and (max-width:465px){
        .box_calender iframe{ width:220px;margin:0; }
        .ifr_1 {margin-right:0;}
    }
.box_calender2{
    margin:15px 0 0;
	text-align: center;
}
.box_calender2 span {
	outline:1px solid #c9e0de;
}
.button_close{
    width: 267px;
    height: 50px;
	display: inline-block;
    margin:25px auto 10px;
	background: rgba(167,165,163,0.40);
	color: #222;
    line-height: 50px;
	text-decoration: none;
    letter-spacing: 2px;
	border-radius: 5px;
}
.close {

	position: relative;
	width: 1.6em;
	height: 1.4em;
	border: 0.02em solid #4D4D4D;
	border-radius: 3px;
}

.close::before {
	position: absolute;
	top: 0em;
	left: 0.5em;
	width: 0.1em;
	height: 1.4em;
	content: "";
	background-color: #4D4D4D;
	transform: rotate(45deg);
}

.close::after {
	position: absolute;
	top: .65em;
	left: -.1em;
	width: 1.4em;
	height: 0.1em;
	content: "";
	background-color: #4D4D4D;
	transform: rotate(225deg);
}
    .fa-grey:before {
        color: #454545;
        -webkit-font-smoothing:antialiased; 
        -webkit-text-stroke-width: 1px;
        font-weight: normal;
    }
    .fontsize_map {font-size: 15.5px;line-height: 1.5;}

