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

/*************基本設定*************/
html{
	font-size: 100%;
}
body{
	margin:0px;
	padding:0px;
	background-color: #fff6ea;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
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;
}
.btn_style{
    width: 250px;
    padding: 10px;
    font-size: 14px;
    background-color: #3c1c00;
    border: 0;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid white;
    text-shadow: 1px 1px 1px #0c0c0c;
}
.btn_style:hover{
	border: 1px solid #f3bc78;
    color: #f3bc78;
}
.btn_style2{
    padding: 6px 13px;
    font-size: 12px;
    background-color: #3c1c00;
    border: 0;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid white;
    text-shadow: 1px 1px 1px #0c0c0c;
}
.btn_style2:hover{
	border: 1px solid #f3bc78;
    color: #f3bc78;
}
.btn_style3{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 250px;
    height: 250px;
    line-height: 60px;
    border-radius: 16%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-image: linear-gradient(30deg, #ff6922 0%, #ffcab4 100%);
    transition: .4s;
    font-size: 17px;
    cursor: pointer;
    border: 0;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
}
.btn_style3:hover{
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	border: 2px solid #ffffff;
    color: #fff241;
}
.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: #b53d35 !important;
    cursor: pointer;
    z-index: 200;
}
.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: #de3d3d;
	padding: 15px 18px;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	width: 260px;
	text-shadow: 1px 1px 1px #521700;
}
#filter{
	z-index: 190;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/*************お申込画面*************/
.input_div_style{
	padding: 10px 20px;
    border: 1px solid white;
    background-color: rgba(64, 24, 0, 0.5);
    border-radius: 13px;

}
.input_div_style_2{
	padding: 20px 20px;
    background-color: rgba(64, 24, 0, 0.5);
    border-radius: 13px;
}
#lab_textarea_TS dd{
    margin-left: 5px;
    margin-bottom: 10px;
    border: 1px solid #b5a18e;
    padding: 10px
}
#lab_textarea_TS dt{
    font-weight: bold;
    font-size: 20px;
	color: #fff3bd;
}
/*入力フォーム*/
@media screen and (min-width: 701px){
	.ResFromTbl{
		width:100%;
		max-width: 1300px;
		margin: auto;
	}
	.ResFromTbl th{
		border: 1px solid white;
    	padding-left: 10px;
		text-align: left;
	    width: 25%;
		min-width: 250px;
		background-color: #351600;
	}
	.ResFromTbl td{
		border: 1px solid white;
	    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: #351600;
	}
	.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;
	}
}
@media screen and (max-width: 700px){
	#entry_ul li{
	    list-style: none;
	    display: inline-block;
	    margin-top: 20px;
	}
}
.crd_div{
	padding: 8px;
	border: 1px solid #ffffff;
	border-radius: 4px;
    margin-bottom: 20px;
	background-color: #482b15;
}
.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: 300px;
    padding: 15px;
    position: relative;
    padding: 20px 20px;
    background-color: rgba(255, 139, 0, 0.7);
    color: #000000;
    box-shadow: 3px 7px 15px 0px #5f3f22;
    height: 620px;
    border: 2px solid #ffffff;
    border-radius: 10px;
	font-weight: bold;
}
.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: rgba(181, 16, 16, 0.9);
    padding: 20px 20px;
    border: 2px solid #ff9d9d;
}
.Bento_Fee{
    background-color: rgb(255, 247, 0) !important;
    border: 2px solid #bbad00 !important;
    color: black !important;
}
#Bento_UL{
	text-align: center;
}
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;
}

button.btn_reji_plus{
    background-color: #2380b6;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #537f98;
    cursor: pointer;
    width: 280px;
}
.btn_reji_plus:hover{
	background-color: #2bb1ff;
	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: #456dff;
    padding: 10px 0px;
    color: white;
    border: 0;
    box-shadow: 1px 2px 2px #69561f;
    cursor: pointer;
    width: 280px;
}
.btn_dtl_plus:hover{
	background-color: #7a97ff;
	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: 30px;
	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 #2380b6;
	}
	#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;
	}
	#Bento_Dtl_Entry{
	    font-size: 14px;
	}
	#Bento_Reji{
	    padding: 20px;
	    max-width: 1300px;
	    margin: auto;
	    background-color: white;
	}
	#reji_pay_div{
	    width: 100%;
	    border: 2px solid #7d7d7d;
	    padding: 15px;
	    margin: auto;
	    max-width: 800px;
	    background-color: #fffae0;
	}
}
@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 #2380b6;
		font-size:12px;
	}
	#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: 25px;
	    width: 85%;
	}
	#Bento_UL li{
		list-style: none;
		display: inline-block;
	    margin-right: 5px;
	    margin-bottom: 50px;
		vertical-align: top;
	}
	.Bento_Dtl_Ttl_Style{
	    font-size: 15px;
	    font-weight: bold;
	    border-bottom: 2px solid #b62823;
	    margin-bottom: 5px;
	    color: #b62823;
	}
	#Bento_Dtl_Entry{
	    font-size: 12px;
	}
	#Bento_Reji{
	    padding: 20px;
	    max-width: 1300px;
	    margin: auto;
	    background-color: white;
	    margin: 10px;
	}
	#reji_pay_div{
	    width: 100%;
	    border: 2px solid #7d7d7d;
	    padding: 5px;
	    margin: auto;
	    max-width: 800px;
	    background-color: #fffae0;
	}
}

@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_Img{
		float:left;
		border: 1px solid #b1b1b1;
	}
	#Bento_Dtl_Info{
	    float: left;
	    margin-left: 40px;
	    max-width: 450px;
	    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: #2380b6;
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom:3px;
}
.cart_hr{
    width: 95%;
    border: 1px solid #2380b6;
}
.cart_c_img{
    width: 30px;
    margin-right: 8px;
    vertical-align: top;
}
#Bento_Reji h1{
	border-bottom: 2px solid #b52e14;
	padding-left: 10px;
	border-left: 10px solid #b53d35;
	font-size: 20px;
	background-color: white;
}
#Bento_Reji_Tbl{
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    text-align: center;
}
.reji_data{
    background-color: #d89600;
    border-top: 0px;
    color: white;
	box-shadow: 1px 2px 2px #8c8c8c;
}
.reji_data_dtl{
    border-top: 0px;
}
#Bento_Reji_tbody td{
	padding:3px;
}
.app_reji_dtl_data{
    padding: 5px;
    border-bottom: 1px solid gainsboro;
}
.btn_reji_del_cart_2{
    margin-right: 10px;
    font-size: 12px;
    background-color: #ff0000;
    border: 0;
    padding: 2px 6px;
    box-shadow: 1px 1px 1px 0px #949494;
    color: white;
    cursor: pointer;
}
.Reji_user_ttl{
    color: #ffa736;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ffd597;
    text-align: left;
    padding-left: 10px;
}
.app_reji_dtl_div{
    text-align: left;
    padding-left: 20px;
}
#reji_pay_ttl{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #b52e14;
}
#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: #00d254;
    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 img{
	    width: 250px;
	}
}
@media screen and (max-width: 700px){
	#header_div img{
	    width: 180px;
	}
}
/*************ログイン画面*************/
#Login_contents{
	width:100%;
	text-align:center;
	margin-top: 70px;
}
#LoginDiv{
	position: relative;
    width: 95%;
    margin: auto;
    background-color: rgba(255,0,0,0.6);
    /*border-radius: 200px;*/
	border-radius: 30px;
    color: white;
    border: 7px double #ffffff;
    box-shadow: 3px 7px 15px 0px #982323;
    max-width: 700px;
    padding: 5px 0px;
	text-shadow: 1px 1px 1px #750e0e;
}
#LoginDiv .Login_ImgDiv{
	padding:15px;
	/*padding-top:50px;*/
}
#LoginDiv .tomato_1{
	position: absolute;
	width: 255px;
	top: -62px;
	left: 177px;
}
#LoginDiv .Login_ImgDiv .logo{
	max-width: 250px;
    width: 80%;
}
#LoginDiv .Login_Form{
	padding:15px;
    font-weight: bold;
}
#LoginDiv .Login_Form input{
	font-size: 17px;
}
#LoginBtn{
    width: 250px;
    padding: 10px;
    font-size: 14px;
    background-color: #a2272c;
    border: 0;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid white;
}
#LoginBtn:hover{
	background-color: #ff4444;
	border: 1px solid white;
}
#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%;
}
#btn_member_entry{
    background-color: #ff4545;
    padding: 15px 20px;
    color: white;
    border: 0;
    box-shadow: 2px 2px 2px #3e0000;
    cursor: pointer;
    max-width: 350px;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
}
#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;
}
/*************お申込状況確認*************/
#APP_Main_Div{
	width: auto;
    background-color: white;
    min-height: 1000px;
    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;
    padding: 10px;
    border: 7px double #ffbf6f;
    border-radius: 6px;
    font-size: 17px;
    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: 3px solid #e86b00;
    width: 200px;
    margin: 5px;
    text-align: right;
    border-radius: 5px;
    background-color: #fff2e1;
}
/*************個人情報編集*************/
@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 white;
    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;
}
.Btn_Member_memu{
	width: 100%;
	text-align: left;
	padding: 15px;
	font-size: 19px;
	border: 0;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #6d6d6d;
	cursor: pointer;
	padding-left: 30px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px #737373;
}

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

#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{
	text-align: center;
	margin-top: 30px;
	background-color: #402203;
	color: antiquewhite;
	text-shadow: 1px 1px 1px #333333;
	font-size: 14px;
}
footer a{
    color: white;
}
/**************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;
  }
}
