﻿/***************Web画面 CSS 作成2018/04/27***************/

/*************基本設定*************/
html{
	font-size: 100%;
}
body{
	margin:0px;
	padding:0px;
	font-family:YuGothic,sans-serif;
}
h1{
    font-size: 1.2em;
    border-bottom: 2px solid #EAE6DB;
	position: relative;
}
h2{
    border-left: 3px solid #88c63c;
    padding-left: 10px;
    font-size: 17px;
    color: #88c63c;
}
p{
    font-size: 1.0em;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}
h1 i{
	color:#88C63C;
}

h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #88C63C;
    bottom: -2px;
    width: 15%;
}

h4{
	color: #ffd30e;
}
label{
	cursor:pointer;
}
select {
    padding: 5px;
}
dd{
	margin:0px;
}
dt{
	margin-bottom:5px;
}

#wrapper{
    max-width: 1300px;
	min-height:1000px;
    margin: auto;
	padding:5px;
}
#container{
	padding-top: 80px;
}
.btn_common{
	width: 250px;
	padding: 10px;
	font-size: 1.0em;
	background-color: #F97111;
	color: white;
	border: 0;
	box-shadow: 1px 2px 2px 0px #ababab;
	cursor: pointer;
}
.btn_common:hover{
	background-color: #ffa565;
}

.box{
	padding: 15px;
}




.btn_style{
    width: 250px;
    padding: 10px;
    font-size: 14px;
    background-color: #F97111;
    border: 0;
    color: white;
    cursor: pointer;
    border: 1px solid white;
}
.btn_style:hover{
	background-color: #ffb887;
}
.btn_style2{
    padding: 6px 13px;
    font-size: 12px;
    background-color:#F97111;
    border: 0;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid white;
}
.btn_style2:hover{
	background:#ffb887;
}
.btn_style3{
	padding: 25px 10px;
	background-color: white;
	border: 0;
	border-left: 3px solid #ffa151;
	box-shadow: 1px 1px 2px 2px #e0e0e0;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
}
.btn_style3:hover{
	background:#fff9ee;
}
.btn_style4{
    width: 250px;
    padding: 4px;
    font-size: 14px;
    background-color: #b53d35;
    border: 0;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #0c0c0c;
    box-shadow: 2px 2px 2px #989898;
}
.btn_style4:hover{
	box-shadow: none;
	color: #ffce9a;
}
.btn_style5{
	background-color: #356eb5;
	color: white;
	border: 0;
	box-shadow: 1px 1px 1px #565656;
	cursor: pointer;
}
.btn_style5:hover{
	box-shadow: none;
	color: #ffce9a;
}
.btn_icon_org{
    background-color: #ff8d00;
    padding: 6px 8px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #a5a5a5;
    border: 0;
}
.btn_icon_org:active{
	box-shadow:none;
}
input[type="text"]{
    padding: 8px 5px;
    border: 1px solid #a2a2a2;
}
input[type="password"]{
    padding: 8px 5px;
    border: 1px solid #a2a2a2;
}
.Alert_Mess{
	background-color: #ff3737;
	color: white;
	padding-left: 7px;
	display: block;
	width: 97%;
	margin-top: 2px;
	text-shadow: 1px 1px 1px rgba(1, 2, 2, .3);
}
@media screen and (min-width: 701px){
	.input_sml{
	    width: 40%;
	    max-width: 300px;
	}
	.input_mdl{
	    width: 100%;
	    max-width: 500px;
	}
	.Must_Input{
	    border-radius: 2px;
	    font-size: 12px;
	    background-color: #ff0d0d;
	    color: white;
	    padding: 2px 7px;
	    margin-right: 5px;
	    vertical-align: middle;
	}
}
@media screen and (max-width: 700px){
	.input_sml{
	    width: 90%;
	}
	.input_mdl{
	    width: 90%;
	}
	.Must_Input{
	    border-radius: 2px;
	    font-size: 12px;
	    background-color: #ff0d0d;
	    color: white;
	    padding: 0px 7px;
	    margin-right: 5px;
	    vertical-align: middle;
	}
}

/*************サイドメニュー*************/
#hmb_btn {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    background-color: #ffffff;
    border-color: #b1b1b1 !important
    cursor: pointer;
    z-index: 1000;
	cursor: pointer;
}
.icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000000 !important;
}
#hmb_ul{
    right: 0px;
    font-size: 14px;
    position: absolute;
    z-index: 200;
    top: 57px;
}
#hmb_ul li{
	cursor: pointer;
	list-style: none;
	background-color:#2c5b1e;
	padding: 15px 18px;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	width: 260px;
	text-shadow: 1px 1px 1px #521700;
}
#filter{
	z-index: 50;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/*************お申込画面*************/
.input_div_style{
	padding: 10px 20px;
}
.input_div_style_2{
	padding: 20px 20px;
}
#lab_textarea_TS dd{
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 5px
}
#lab_textarea_TS dt{
    font-weight: bold;
    font-size: 15px;
    color: #88c63c;
    border-left: 5px solid #88c63c;
    padding-left: 10px;
    margin: 5px;
}
/*入力フォーム*/
@media screen and (min-width: 701px){
	.ResFromTbl{
		width:100%;
		max-width: 1300px;
		margin: auto;
	}
	.ResFromTbl th{
		padding-left: 10px;
		text-align: left;
		width: 25%;
		min-width: 250px;
		background-color: #e8ffd6;
		color: black;
		border: 1px solid #d4d4d4;
	}
	.ResFromTbl td{
		border: 1px solid #dadada;
	    padding: 5px 0px 5px 7px;
	}
}
@media screen and (max-width: 700px){
	.ResFromTbl{
		width:100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.ResFromTbl tr{
		border: 1px solid #c4c1c1;
	}
	.ResFromTbl th{
		display: block;
		text-align: left;
    	padding: 4px 0px 0px 7px;
		border-bottom: 1px solid #d9d7d7;
		background-color: #e8ffd6;
		color: black;
	}
	.ResFromTbl td{
	    display: list-item;
	    width: 90%;
	    border: none;
	    list-style: none;
	    margin-left: 5px;
	    padding: 10px;
	}
}
#entry_ul{
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 701px){
	#entry_ul li{
	    list-style: none;
	    display: inline-block;
	    margin-right: 50px;
		width: 100%;
		max-width: 400px;
    	margin-bottom: 20px;
	}
}
@media screen and (max-width: 700px){
	#entry_ul li{
	    list-style: none;
	    display: inline-block;
	    margin-top: 20px;
		width: 100%;
		max-width: 400px;
	}
}
.crd_div{
	padding: 8px;
	border: 1px solid #ffffff;
	border-radius: 4px;
    margin-bottom: 20px;
	background-color: #d2a373;
}
.crd_div h4{
    color: #ffffff;
}
.allergy_tr td{
	padding: 5px;
}
.allergy_div{
	text-align:center;
}
.allergy_div ul{
	text-align: left;
    padding: 0;
    margin: auto;
	width: 95%;
}
.allergy_div ul li{
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
    min-width: 170px;
    margin-bottom: 8px;
}
.allergy_div ul li label{
	display: block;
}
.allergy_type1{
	border: 3px solid white;
    border-radius: 3px;
}
.allergy_type1 legend{
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 7px;
	color:white;
}
.a_type1 li:hover{
    color: #ffd30b;
    text-decoration: underline;
}
.allergy_type1 img{
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.allergy_type2{
    border: 3px solid #81ff84;
    border-radius: 3px;
}
.allergy_type2 legend{
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 7px;
	color:#81ff84;
}
.allergy_type2 img{
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.a_type2 li:hover{
    color: #ffd30b;
    text-decoration: underline;
}
.allergy_type3{
    border: 3px solid #ff7c7c;
    border-radius: 3px;
}
.allergy_type3 legend{
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 7px;
	color:#ff7c7c;
}
.allergy_type3 img{
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.a_type3 li:hover{
    color: #ffd30b;
    text-decoration: underline;
}
.allergy_type4{
	border: 3px solid #abf3ff;
    border-radius: 3px;
}
.allergy_type4 legend{
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 7px;
	color:#abf3ff;
}
.allergy_type4 img{
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.a_type4 li:hover{
    color: #ffd30b;
    text-decoration: underline;
}
.allergy_type5{
	border: 3px solid #fffcd9;
    border-radius: 3px;
}
.allergy_type5 legend{
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 7px;
	color:#fffcd9;
}
.allergy_type5 img{
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.a_type5 li:hover{
    color: #ffd30b;
    text-decoration: underline;
}
.allergy_type6{
    border: 3px solid #ffac7b;
    border-radius: 3px;
}
.allergy_type6 legend{
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 7px;
	color:#ffac7b;
}
.allergy_type6 img{
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.a_type6 li:hover{
    color: #ffd30b;
    text-decoration: underline;
}
#process_div{
	max-width: 750px;
	margin: auto;
}
#process_div img{
	width: 100%;
}
.AllergyConf{
	margin-left: 15px;
}
#EntryConfDiv p{
	font-weight: bold;
}
/*************お弁当お申込画面*************/
.Bento_Section{
    width: 100%;
	min-width:280px;
	max-width:300px;
    position: relative;
    padding: 20px 20px;
    background-color: rgb(255 236 214);
    color: #000000;
    box-shadow: 3px 7px 15px 0px #5f3f22;
    height: 400px;
    border: 3px solid #7b4200;
    border-radius: 10px;
    font-weight: bold;
    padding-top: 50px;
}
.Bento_img_div{
	text-align: center;
}
.Bento_img_div img{
	width: 100%;
	max-height: 225px;
	border-radius: 5px;
}
.Bento_Date{
    border-radius: 10px;
    width: 100px;
    position: absolute;
    top: -16px;
    left: -20px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background-color: #7b4200;
    padding: 20px 20px;
}
.Bento_Fee{
    background-color: rgb(255, 247, 0) !important;
    border: 2px solid #bbad00 !important;
    color: black !important;
}
#Bento_UL{
	text-align: center;
	margin-top: 40px;
}
nav{
	background-color: rgba(162, 15, 8, 0.8);
	width: 100%;
	height: 70px;
	z-index: 200;
	box-shadow: 1px 2px 2px 0px #9e150;
}
ul#date_select{
    width: 400px;
    color: white;
    font-weight: bold;
    margin: 0;
	padding: 0px 3px;
    border-bottom: 1px solid white;
}
#date_select li{
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}
button.btn_cart_plus{
    background-color: #b62823;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #713737;
    cursor: pointer;
    width: 280px;
}
.btn_cart_plus:hover{
	background-color: #ff746f;
	font-weight: bold;
}

#btn_cart_show_top{
    position: fixed;
    right: 10px;
    top: 90px;
    background-color: #57b53c;
    color: white;
    border: 0;
    padding: 3px 10px;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #d0d0d0;
    font-size: 0.8em;
    z-index: 5;
}

#btn_cart_show_top:hover{
	background-color: #76d65b;
}

button.btn_reji_plus{
    background-color: #e06300;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #cacaca;
    cursor: pointer;
    width: 280px;
}
.btn_reji_plus:hover{
	background-color: #ffb67d;
	font-weight: bold;
}
.bento_img{
	max-width: 300px;
	border-radius: 5px;
}
.Bento_Title{
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #bc1e13;
	padding-bottom: 2px;
}
.Bento_Title img{
    width: 20px;
    margin-right: 7px;
    vertical-align: text-bottom;
    margin-left: 3px;
}
.memu_ttl{
	font-weight: bold;
    margin: 7px 0px;
}
.memu_contents{
    text-align: left;
	margin-top: 13px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ba2524;
}
.memu_contents .memu_ttl img{
    width: 23px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.Bento_Memu{
	font-size: 14px;
	color: black;
	font-weight: bold;
}
.algy_contents{
    text-align: left;
	margin-top: 13px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ba2524;
}
.algy_contents .memu_ttl img{
    width: 23px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.btn_dtl_plus{
    background-color: #e06300;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #69561f;
    cursor: pointer;
    width: 280px;
}
.btn_dtl_plus:hover{
	background-color: #ffb377;
	font-weight: bold;
}
#Bento_Dtl_Div{
	width: 100%;
	height: 100%;
	background-color: rgba(23, 18, 3, 0.77);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 50% 50%;
	overflow: auto;
}
.Bento_Memu_Contents {
	padding: 10px;
	border: 1px solid #b62823;
	margin-bottom: 5px;
	background-color: #ffffff;
}
.Bento_Dtl_Memu_Ttl {
    font-weight: bold;
}
.Bento_Dtl_Memu_Ttl i{
	color: #ff7770;
}
.Bento_Dtl_Memu_Dtl{
    font-size: 13px;
	padding-left: 20px;
}
#Bento_Dtl_Bottom{
    clear: both;
	padding-top: 15px;
}
.Bento_Dtl_Ttl_Style img{
	width: 25px;
	vertical-align: text-bottom;
	margin-right:5px;
}
#Bento_Dtl_Allergy{
    font-weight: bold;
    background-color: white;
    padding: 2px 10px;
    border: 1px solid #b62823;
}
.Bento_Dtl_Cart{
    padding: 2px;
    border-bottom: 1px solid darkgrey;
    margin-bottom: 2px;
}
#Bento_Dtl_Entry fieldset{
    font-weight: bold;
    border: 1px solid #b62823;
    background-color: white;
}
#Bento_Use{
    background-color: white;
    font-weight: bold;
    border: 1px solid #b62823;
}
.btn_Cls_Mdl{
    background-color: #d03c37;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 5px 7px;
    cursor: pointer;
    box-shadow: 1px 2px 2px #8a8a8a;
}
.btn_Cls_Mdl:hover{
	background-color: #ff746f;
}
#Bento_Dtl_Date{
    font-weight: bold;
    color: #b62823;
	padding: 2px 15px;
    margin-bottom: 5px;
    border-left: 5px solid #b62823;
    border-bottom: 1px solid #b62823;
    border-top: 1px solid #b62823;
    background-color: #ffffff;
    border-right: 1px solid #b62823;
    font-size: 15px;
}
.cart_show_top{
	position: absolute;
    top: 15px;
    right: 75px;
    background-color: #456dff;
    color: white;
    padding: 10px 10px;
    border: 0;
    box-shadow: 2px 2px 2px #3c3c3c;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 701px){
	#cart_div{
	    background-color: rgba(255, 255, 255, 0.9);
	    width: 430px;
	    height: 565px;
	    position: fixed;
		top: 70px;
	    z-index: 150;
	    right: 0px;
	    border: 8px solid #57b53c;
		padding: 5px;
	}
	#cart_contents{
	    height: 360px;
	    width: 98%;
	    background-color: white;
	    margin: auto;
	    font-size: 14px;
		overflow: auto;
	}
	#cart_loading img{
		position: absolute;
		top: 90px;
		left: 36%;
	}
	#Bento_UL li{
		list-style: none;
		display: inline-block;
	    margin-right: 50px;
	    margin-bottom: 50px;
		vertical-align: top;
	}
	.Bento_Dtl_Ttl_Style{
	    font-size: 20px;
	    font-weight: bold;
	    border-bottom: 2px solid #b62823;
	    margin-bottom: 5px;
	    color: #b62823;
		padding: 5px;
	}
	#Bento_Dtl_Entry{
	    font-size: 14px;
	}
	#Bento_Reji{
	    padding: 10px;
	    max-width: 1300px;
	    margin: auto;
	    background-color: white;
	}
	#reji_pay_div{
	    width: 100%;
	    border: 2px solid #88c63c;
	    padding: 15px;
	    margin: auto;
	    max-width: 800px;
	    background-color: #fffae0;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 700px){
	#cart_div{
	    background-color: rgba(255, 255, 255, 0.9);
	    width: 90%;
	    height: 340px;
	    position: fixed;
		top: 70px;
	    z-index: 150;
	    right: 10px;
	    border: 8px solid #57b53c;
		font-size:12px;
		padding: 5px;
	}
	#cart_contents{
	    height: 150px;
	    width: 98%;
	    background-color: white;
	    margin: auto;
		font-size:12px;
		overflow: auto;
	}
	#cart_loading img{
		position: absolute;
		top: 20px;
		left: 36%;
	}
	.swal2-actions{
		font-size: 14px!important;
	}
	#Bento_UL{
		text-align: center;
	    padding: 0;
		margin-left: 10px;
	    width: 85%;
	}
	#Bento_UL li{
		list-style: none;
		display: inline-block;
	    margin-right: 5px;
	    margin-bottom: 50px;
		vertical-align: top;
		width: 90%;
	}
	.Bento_Dtl_Ttl_Style{
	    font-size: 15px;
	    font-weight: bold;
	    border-bottom: 2px solid #b62823;
	    margin-bottom: 5px;
	    color: #b62823;
		padding: 5px;
	}
	#Bento_Dtl_Entry{
	    font-size: 12px;
	}
	#Bento_Reji{
	    padding: 10px;
	    max-width: 1300px;
	    margin: auto;
	    background-color: white;
	    margin: 10px;
	}
	#reji_pay_div{
	    width: 100%;
	    border: 2px solid #88c63c;
	    padding: 10px;
	    margin: auto;
	    max-width: 800px;
	    background-color: #fffae0;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 901px){
	#Bento_Dtl_Contents{
	    max-width: 800px;
	    margin: auto;
	    margin-top: 100px;
	    padding: 50px;
	    background-color: rgb(255, 221, 187);
	    border-radius: 10px;
	    margin-bottom: 50px;
	}
	#Bento_Dtl_Info{
	    width: 100%;
	}
}
@media screen and (max-width: 900px){
	#Bento_Dtl_Contents{
	    max-width: 800px;
	    margin-top: 100px;
	    padding: 15px;
	    background-color: rgb(255, 221, 187);
	    border-radius: 10px;
	    margin-bottom: 50px;
	    margin: 10px;
	    font-size: 12px;
	}
	#Bento_Dtl_Img{
    	text-align: center;
	}
	#Bento_Dtl_Info{
		width: 100%;
	}
}
#payment{
    margin: 10px;
    border: 2px solid #032309;
    text-align: right;
    font-weight: bold;
    width: 180px;
    padding: 3px 10px;
    background-color: white;
    float: right;
}
#amount{
    margin: 0px 10px;
    border: 2px solid #ff4c45;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    width: 150px;
    background-color: white;
    float: right;
    padding: 3px;
}
#reji_pay_af{
    margin-top: 5px;
}
#cart_tbl{
	width: 100%;
	border-collapse: collapse;
}
#cart_tbl thead{
	border-bottom: 1px solid black;
}
#cart_tbl tbody tr{
	border-bottom: 1px solid black;
}
#cart_tbl tbody tr:hover{
	background-color: #fffee1;
}
#cart_tbl tbody td{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.app_dtl_data{
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}
.btn_del_cart{
	background-color: #2380b6;
	border: 0;
	padding: 6px 8px;
	box-shadow: 1px 1px 1px 0px #949494;
	color: white;
	cursor: pointer;
}
.btn_del_cart:active{
    box-shadow: none;
}
.btn_del_cart_2{
    font-size: 12px;
    background-color: #ff0000;
    border: 0;
    padding: 2px 6px;
    box-shadow: 1px 1px 1px 0px #949494;
    color: white;
    cursor: pointer;
}
.btn_del_cart2:active{
    box-shadow: none;
}
.app_dtl_data{
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}
.app_dtl_div{
    text-align: left;
    padding-left: 20px;
}
#cart_ttl{
	background-color: #57b53c
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom:3px;
}
.cart_hr{
    width: 95%;
    border: 1px solid #57b53c;
}
.cart_c_img{
    width: 30px;
    margin-right: 8px;
    vertical-align: top;
}
#Bento_Reji h1{
	border-bottom: 2px solid #88c63c;
	padding-left: 10px;
	border-left: 10px solid #88c63c;
	font-size: 20px;
	background-color: white;
}
#Bento_Reji_Tbl{
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    text-align: center;
}
#Bento_Reji_Tbl th{
    background: #88c63c;
    color: white;
    padding: 10px;
}
.reji_data{
	background-color: #fffae0;
	border-top: 0px;
}
.reji_data_dtl{
    border-top: 0px;
}
#Bento_Reji_tbody{
 	font-size: 0.8em;
}
#Bento_Reji_tbody td{
    font-weight: bold;
    padding: 15px;
}
.app_reji_dtl_data{
    padding: 10px;
    border-bottom: 1px solid gainsboro;
    box-sizing: border-box;
}
.btn_reji_del_cart_2{
    font-size: 12px;
    background-color: #ffffff;
    border: 0;
    padding: 2px 6px;
    box-shadow: 1px 1px 1px 0px #949494;
    color: #e06300;
    cursor: pointer;
    border: 1px solid #e06300;
}
.btn_reji_del_cart_2 i{
	margin-right: 5px;
}
.Reji_user_ttl{
    color: #e06300;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e06300;
    text-align: left;
    padding-left: 10px;
}
.app_reji_dtl_div{
    text-align: left;
}
#reji_pay_ttl{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #e06300;
}
#reji_cal_div{
	text-align:right;
    padding-top: 10px;
    font-weight: bold;
}
#reji_pay_sum{
	border-bottom: 1px solid black;
}
#btn_payment_conf{
    background-color: #e06300;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #a5a5a5;
    cursor: pointer;
    width: 280px;
}
#btn_payment_conf:hover{
	background-color: #ffc43f;
	font-weight: bold;
}
#btn_select_back{
    background-color:#949494;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #a5a5a5;
    cursor: pointer;
    width: 280px;
}
#btn_select_back:hover{
	background-color: #cacaca;
	font-weight: bold;
}
/*************common*************/
.lab_contents{
	position: relative;
    padding: 20px 20px;
    background-color: rgba(70, 33, 0, 0.7);
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    border-radius: 30px;
    box-shadow: 3px 7px 15px 0px #5f3f22;
}
@media screen and (min-width: 701px){
	.lab_contents h1{
		color: #fff241;
	    font-size: 25px;
	}
	.lab_contents h1 img{
		width: 30px;
	}
}
@media screen and (max-width: 700px){
	.lab_contents h1{
		color: #fff241;
	    font-size: 20px;
	}
	.lab_contents h1 img{
		width: 25px;
	}
}
.lab_contents_dtl{
	padding: 10px 20px;
}
/*************Header*************/

@media screen and (min-width: 701px){
	#header_div{
		border-top: 10px solid #57B53C;
		padding: 5px;
		height: 60px;
		background-color: white;
		box-shadow: 1px 1px 3px 1px #a0a0a0;
	    position: fixed;
	    width: 100%;
	    z-index: 100;
	}

	#header_main{
	    max-width: 1300px;
	    display: flex;
	    margin: auto;
	}

	#header_div img{
	    width: 60px;
	}

	#title_name{
		font-weight: bold;
		margin-left: 15px;
		font-size: 1.1em;
	}
	.school_name{
	    background-color: #57B53C;
	    max-width: 250px;
	    text-align: center;
	    margin-left: 15px;
	    color: white;
	    font-weight: bold;
	    font-size: 1.0em;
	}

}
@media screen and (max-width: 700px){
	#header_div{
		border-top: 10px solid #57B53C;
		padding: 5px;
		height: 50px;
		background-color: white;
		box-shadow: 1px 1px 3px 1px #a0a0a0;
	    position: fixed;
	    width: 100%;
	    z-index: 100;
	}
	#header_main{
	    max-width: 1300px;
	    display: flex;
	    margin: auto;
	}

	#header_div img{
	    width: 50px;
	}

	#title_name{
	    font-weight: bold;
	    margin-left: 15px;
	    font-size: 0.9em;
	}
	.school_name{
	    background-color: #57B53C;
	    max-width: 200px;
	    text-align: center;
	    margin-left: 15px;
	    color: white;
	    font-weight: bold;
	    font-size: 0.9em;
	}
}
/*************ログイン画面*************/
#Login_contents{
	width:100%;
	max-width: 1000px;
	margin: auto;
    box-sizing: border-box;
    padding: 5px;
	padding-top: 80px;
}
#Login_form_div{
    padding: 10px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    box-sizing: border-box;
}

.Login_label{
	font-weight: bold;
    line-height: 1.8;
}


#Login_Info{
    max-width: 800px;
    margin: auto;
    margin-top: 43px;
}
#Login_Info .Login_Info_Dtl{
	padding: 10px 20px;
}
.gabyou_img{
    width: 30px;
    position: absolute;
    top: -20px;
    left: 50%;
}

#Pass_re_div{
    border: 1px solid white;
    border-radius: 11px;
    padding: 10px;
    text-align: left;
}
/*************会員ページ全般*************/
.member_site_h1{
    margin: 0;
    font-size: 20px;
    background-color: #a57900;
    padding: 5px 20px;
    color: white;
}
.member_site_h1:after{
	border:0;
}
/*************お申込状況確認*************/
#APP_Main_Div{
	width: auto;
    background-color: white;
    height: 100vh;
    margin: auto;
    max-width: 1200px;
	padding: 15px;
	padding-top:50px;
}
#APP_Main_Div2{
	width: auto;
    background-color: white;
    margin: auto;
    max-width: 1200px;
	padding: 15px;
	padding-top:50px;
}
#APP_Conf_Tbl{
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
#APP_Conf_Tbl th{
    border: 1px solid #b1b1b1;
    color: white;
    background-color: #e86b00;
}
#APP_Conf_Tbl td{
    padding: 3px;
    border: 1px solid #d4d4d4;
}
#APP_Conf_Tbl tr:nth-child(even) td {
	background-color: #fff4eb;
}
#APP_Conf_UL{
    padding: 0;
	margin-top:12px;
}
#APP_Conf_UL li{
	list-style: none;
    padding: 5px;
    width: 90%;
    background-color: #ffecdd;
    margin-bottom: 10px;
    border: 7px double #ffbf6f;
    border-radius: 6px;
    font-size: 1em;
    box-shadow: 2px 2px 2px #cacaca;
}
.btn_APP_cancel{
    background-color: #ff6a63;
    padding: 2px 6px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #a5a5a5;
    border: 0;
}
@media screen and (min-width: 901px){
	#APP_Conf_Div_UL{
		display:none;
	}
}
@media screen and (max-width: 900px){
	#APP_Conf_Div{
		display:none;
	}
}
/*************残高確認*************/
#n_zan{
    font-size: 20px;
    padding: 10px;
    border: 2px solid #88c63c;
    width: 200px;
    margin: 5px;
    text-align: right;
    border-radius: 5px;
    font-weight: bold;
}
/*************個人情報編集*************/
@media screen and (min-width: 701px){
	.ResUserFromTbl{
		width:100%;
		max-width: 1300px;
		margin: auto;
	}
	.ResUserFromTbl th{
		border: 1px solid white;
    	padding-left: 10px;
		text-align: left;
	    width: 25%;
		min-width: 250px;
		background-color: #b53d35;
		color: white;
	}
	.ResUserFromTbl td{
		border: 1px solid #b9b9b9;
	    padding: 5px 0px 5px 7px;
	}
}
@media screen and (max-width: 700px){
	.ResUserFromTbl{
		width:100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.ResUserFromTbl tr{
		border: 1px solid #b9b9b9;
	}
	.ResUserFromTbl th{
		display: block;
		text-align: left;
    	padding: 4px 0px 0px 7px;
		border-bottom: 1px solid #d9d7d7;
		background-color: #b53d35;
    	color: white;
	}
	.ResUserFromTbl td{
	    display: list-item;
	    width: 90%;
	    border: none;
	    list-style: none;
	    margin-left: 5px;
	    padding: 10px;
	}
}
.btn_user_input{
    background-color: #a57900;
    font-weight: bold;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #69561f;
    cursor: pointer;
    width: 280px;
}
.ResAlgEditTbl{
    background-color: #351600;
    color: white;
}
/*************会員情報登録*************/
#Entry_Form{
    margin-top: 20px;
}
.lab_textarea{
    max-height: 400px;
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    padding: 20px;
}
/*************会員ページ*************/
#member_info{
	padding: 15px;
	margin: 5px;
	border: 3px solid #ffcc40;
	border-radius: 5px;
	background-color: #fff8f0;
}
.memu_dtl{
	background-color: white;
	padding: 8px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	margin-bottom: 10px;
}
.memu_btn_div{
	margin:15px;
}

/*************管理者ページ*************/

#search_div{
	margin-top: 10px;
	padding: 15px 20px 10px 20px;
	border: 2px solid #ffafaa;
	border-radius: 5px;
	background-color: #faffd4;
	font-weight: bold;
}
#APP_Tbl tbody tr:hover{
    background: #ffe78e;
}
#APP_Tbl .odd{
	background: #ffe8e7;
}
#APP_Tbl tbody td{
	padding: 3px;
}
.tablesorter-header{
    background: #b53d35 !important;
    color: white !important;
    padding: 3px !important;
}
.APP_Tbl .odd{
	background: #ffe8e7!important;
}
.APP_Tbl tbody td{
	padding: 3px!important;
}

/*************スケジュール管理(管理者)*************/

#Reserve_Calendar{
	width:100%;
    margin-top: 10px;
}

.Cal_day:hover{
	background-color: antiquewhite!important;
}
#Reserve_Calendar #Cal_date td{
    text-align: center;
    background-color: #b53d35;
    font-size: 15px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #e4dee5;
}
#Reserve_Calendar .Cal_Num{
	color: #767b7b;
}
#Reserve_Calendar .Res_Entry{
	cursor:pointer;
	opacity: 1!important;
}
.Cal_day{
	position: relative;
}
#Reserve_Calendar .Cal_Entry{
	color: #ff00ba;
	min-height: 16px;
}
.Cal_Entry img{
	width: 25px;
}
#Edit_Date{
    float: left;
    font-size: 20px;
    margin-left: 15px;
	font-weight: bold;
}
#Reserve_Calendar .Res_Entry:hover{
	background-color: #ffe2bb;
}
#Reserve_Calendar .Res_ClickActive{
	background-color: #ffe2bb!important;
}
@media screen and (max-width: 800px){
	#Reserve_Calendar .Cal_Num{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
	}
	#Reserve_Calendar tbody .Cal_day{
	    padding: 10px;
	    background-color: #fcecff;
	    border: 1px solid #d6d6d6;
	    border-radius: 5px;
	}
}
@media screen and (min-width: 701px){
	#Reserve_Calendar .Cal_Num{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
	}
	#Reserve_Calendar tbody .Cal_day{
	    padding: 30px;
	    background-color: #fcecff;
	    border: 1px solid #d6d6d6;
	    border-radius: 5px;
	}
}
@media screen and (max-width: 700px){
	#Reserve_Calendar .Cal_Num{
		font-size: 12px;
		text-align: center;
		font-weight: bold;
	}
	#Reserve_Calendar tbody .Cal_day{
	    padding: 5px;
	    background-color: #fcecff;
	    border: 1px solid #d6d6d6;
	    border-radius: 5px;
	}
}
#Cal_Title{
    font-size: 24px;
    margin: 5px;
    color: #b53d35;
	font-weight: bold;
}
#Cal_Title i{
	cursor:pointer;
}
#Cal_Title .Cal_Prev{
    margin-right: 15px;
}
#Cal_Title .Cal_Next{
    margin-left: 15px;
}
.Cal_day:hover .Cal_TEXT{
  display: block;
}
.Cal_TEXT{
	display:none;
    position: absolute;
    top: -102px;
    left: -30px;
    width: 220px;
    height: 88px;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    background: #ffcc75;
    border-radius: 15px;
    box-sizing: border-box;
    text-align: left!important;
    padding: 10px;
    z-index: 10;
    font-size: 12px;
}
.Cal_TEXT:before{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffcc75;
 	z-index: 0;
}
.Cal_Memu{
    padding: 1px;
    border: 1px solid black;
    padding-left: 5px;
    background-color: antiquewhite;
}
.Res_Active{
	cursor:pointer;
}
.Cal_Past{
	cursor:pointer;
}
/*************メニュー管理(管理者)*************/
.APP_Input_Tbl{
	width:100%;
}
.APP_Input_Tbl th{
    width: 250px;
    background-color: #b58835;
    color: white;
    padding: 7px;
    text-shadow: 1px 1px 1px black;
}
.APP_Input_Tbl input[type="text"]{
    width: 90%;
}
.APP_Input_Tbl_Ttl{
	font-weight: bold;
    padding-left: 10px;
    background-color: #b53d35;
    color: white;
    padding: 7px 20px;
    box-shadow: 1px 1px 1px #7b7b7b;
}
/**************Footer***************/
footer{
	margin-top: 30px;
	background-image: url("/images/footer/footer_image.png");
    background-size: cover;
	height: 220px;
}
#footer_main{
	text-align: center;
	font-size: 15px;
}
#footer_logo{
	padding: 30px 0px;
}
#footer_logo img{
	width: 90%;
	max-width: 350px;
}
#footer_text{
	padding-bottom: 15px;
}
footer a{
    color: black;
}
/**************Loading***************/
#Loading_div{
	width: 100%;
    height: 100%;
    background-color: rgba(23, 18, 3, 0.77);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 50% 50%;
}
@media screen and (min-width: 901px){
	.Loading_div_contents {
		width: 40%;
    	margin: 0 auto;
		margin-top: 15%;
	}
	.Loading_div_contents div {
  		font-size: 3vw;
	}
}
@media screen and (max-width: 900px){
	.Loading_div_contents {
		width: 70%;
    	margin: 0 auto;
		margin-top: 40%;
	}
	.Loading_div_contents div {
		font-size: 40px;
	}

}
.Loading_div_contents {
    border-bottom: 3px solid #ffc976;
    display: flex;
    justify-content: space-around;
    perspective: 1000px;
    color: #ffb239;
}

.Loading_div_contents div {
	font-family: sans-serif;
	transform-style: preserve-3d;
	font-weight: bold;

}
.Loading_div_contents div:nth-child(1) {
  animation: turn 3s infinite;
  animation-delay: 200ms;
}
.Loading_div_contents div:nth-child(2) {
  animation: turn 3s infinite;
  animation-delay: 400ms;
}
.Loading_div_contents div:nth-child(3) {
  animation: turn 3s infinite;
  animation-delay: 600ms;
}
.Loading_div_contents div:nth-child(4) {
  animation: turn 3s infinite;
  animation-delay: 800ms;
}
.Loading_div_contents div:nth-child(5) {
  animation: turn 3s infinite;
  animation-delay: 1000ms;
}
.Loading_div_contents div:nth-child(6) {
  animation: turn 3s infinite;
  animation-delay: 1200ms;
}
.Loading_div_contents div:nth-child(7) {
  animation: turn 3s infinite;
  animation-delay: 1400ms;
}

@keyframes turn {
  0% {
    transform: rotateX(0deg);
    transform-origin: 0 4vw;
  }
  100% {
    transform: rotateX(360deg);
    transform-origin: 0 4vw;
  }
}
