body {
	margin: 0;
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #eeeeee;

}

a {
	text-decoration: none;
}

a{
outline: none;
}

a:focus{
outline: none;
}

button{
	cursor: pointer;
}

div{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: bottom;
	word-wrap: break-word;
	
}

td{
	word-wrap: break-word;
}

input, textarea, select {
	border:0;
	padding:5px;
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#555555;
	border:solid 1px #ccc;
	margin:0 0 0 0;
	box-sizing: border-box;

}

input[type=button],input[type=submit] {
	cursor: pointer;
}

input[type=button]:hover,input[type=submit]:hover {
	background-color: #99CCFF;
}

form{
	display: inline
}
input[readonly] {
	color: #417bbc;
	background-color: #eeeeee;
	cursor: not-allowed;
}

.radius5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.radius10{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.radius15{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.w25{
	width: 25%;
}
.w50{
	width: 50%;
}
.w75{
	width: 75%;
}
.w100{
	width: 100%;
}
.kome{
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
	
}




/* ------------------------------------------- */
.wrapper{
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}


.container{
	width: 1000px;
	margin 0 auto;
	background-color: #ffffff;
	vertical-align: bottom;
}


.header{
	width: 100%;
	line-height: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 10px 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}

.header a{
	color: #555555;
}


.header_left{
	width: 60%;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #5CCDD3;
	text-align: left;
	padding: 10px 0 0 0;
	float: left;
	line-height: 100%;
}

.header_left_1{
	color: #5CCDD3;
	
}

.header_left_2{
	padding: 0 0 0 0;
	line-height: 25px;
	
}

.header_right{
	width: 40%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align: right;
	padding: 13px 0 0 0;
	float: left;
}

.header_2{
	width: 100%;
}



.header_right input[type=button]{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 4px 20px;
	background-color: #5CCDD3;
}

.header_right input[type=button]:hover{
	background-color: #97DFE3;
}

.header_mob{
	width: 100%;
	line-height: 140%;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 10px 20px;
	background-color: #ffffff;
}






.head_menu{
	width: 100%;
	line-height: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 10px 20px;
	background-color: #ffffff;
}

.head_menu_1{
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	background-color: #ffffff;
	text-align: center;
	line-height: 100%;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	padding: 10px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	width: 25%;
	float: left;
	cursor: pointer;
	height: 40px;
}
.head_menu_1:hover{
	background-color: #FFECE3;
}


.page_title{
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #ffffff;
	line-height:26px;
}
.login_name{
	font-size: 16px;
	font-weight: bold;
	float: right;
	color: #ffffff;
	line-height:26px;
}

.user_info{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align: right;
	margin: 0;
	padding: 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	width: 100%;
}

.menu_icon{
	width: 14px;
	height: 14px;
	
}

.modal_menu{
	width: 150px;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	z-index:99;
	background-color: #555555;
	display:none;
}

.modal_menu_row{
	width: 100%;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color:  #ffffff;
}

.modal_menu_row:hover{
	background-color: #999999;
}

.logout{
	float:right;
	color:  #ffffff;
	
}


.footer{
	width: 100%;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 10px 20px;
	background-color: #555555;
	position: relative;
	font-size: 12px;
}
.footer_link_block{
	font-size: 14px;
	font-weight: bold;
	width: 25%;
	margin: 0;
	color:  #ffffff;
	float: left;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	line-height:140%;
}

.footer a{
	color:  #ffffff;
}
.footer a:hover{
	color:  #FF8040;
}
.copy_rights{
	width: 100%;
	text-align: center;
	line-height: 100%;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 20px;
	background-color: #555555;

}

.content{
	width: 100%;
	min-height: 500px;
	padding: 10px;
}

.content_label{
	font-size: 16px;
	font-weight: bold;
	color: #5CCDD3;
	background-color: #ffffff;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5CCDD3;
	width: 100%;
}

.content_left{
	width: 30%;
	padding: 10px;
	float:left;
}

.content_right{
	width: 70%;
	padding: 10px;
	float:left;
}

.content2_left{
	width: 40%;
	padding: 10px;
	float:left;
	height: 279px;
}

.content2_right{
	width: 60%;
	padding: 10px;
	float:left;
}

.content2_right_1{
	width: 100%;
	padding: 0px;
	margin: 0 0 20px 0;
}

.content2_right_2{
	width: 100%;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	background-color: #F3FCFC;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
.content2_right_btn_block{
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

.content3{
	width: 100%;
	padding: 10px;
}


.order_btn{
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5CD8EA;
	text-align: center;
	line-height: 1;
	cursor: pointer;

}
.order_btn:hover{

	background-color: #ADE6E9;

}

.order_btn_off{
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #aaaaaa;
	background-color: #eeeeee;
	text-align: center;
	line-height: 1;

}



.product_label{
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	background-color: #ffffff;
	text-align: left;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
	width: 100%;
}

.product_list{
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;

}


.product_row{
	width: 33%;
	text-align: left;
	line-height: 150%;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	padding: 3px;
	background-color: #ffffff;
	margin:  0 0 10px 0;
	position: relative;
	text-align: center;
	float: left;
	

}

.new{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	
	background-color: #80FF80;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 5;
	
}


.popularity{
	font-size: 14px;
	font-weight: bold;
	color: #FF8080;
	width: 50px;
	height: 50px;
	line-height: 50px;
	
	background-color: #FFFF00;
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


.product_row_w{
	margin: 0;
	border-width: 0;
	border-style: solid;
	border-color: #dddddd;
	padding: 0px;
	width: 100%;
	float: left;
}

.product_row_w:hover{
	background-color: #F5FCFC;
}


.product_row_1{
	width: 100%;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;

}

.product_row_2{
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0 5px;
	line-height: 150%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	overflow:hidden;
	height: 40px;
	margin: 5px 0 5px 0;
	
}

.product_row_3{
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0 5px;
	line-height: 150%;
	margin: 0;
	font-size: 14px;
	font-weight:bold;
	color: #BD0000;
	margin: 0 0 5px 0;
}

.product_row_4{
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0 5px;
	line-height: 150%;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	height: 100px;
	overflow: hidden;
	
}

.product_img1{
	width:100%;
	height:auto;
}

th, td{
	font-size: 12px;
}

.adjust-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
}
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.inner {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.adjust-box p {
    line-height:1.5em;
}



.menu1{
	width: 100%;
	text-align: left;
	line-height: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	background-color: #ffffff;
	margin: 0 0 20px 0;
}

.menu1_label{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
	background-color: #666666;
	text-align: left;
	line-height: 100%;
	padding: 10px;
	
}

.menu1_row{
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	background-color: #ffffff;
	text-align: left;
	line-height: 100%;
	margin: 0;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
	width: 100%;
	cursor: pointer;
}

.menu1_row:hover{
	background-color: #E4F7F8;
}

.menu1_count{
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	float:right;
}

.banner1{
	width: 100%;
	text-align: left;
	line-height: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	background-color: #ffffff;
	margin: 0 0 20px 0;
}

.banner1_w{
	width: 100%;
	text-align: center;
	padding: 0 10px;
	margin: 20px 0 20px 0;
}



.menu{
	width: 100%;
	text-align: left;
	line-height: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	background-color: #555555;
	
	
}

.menu_btn{
	width: 16.6%;
	text-align: center;
	line-height: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FDE2C1;
	padding: 10px 0;
	background-color: #555555;
	float: left;
	
}

.menu_btn:hover{
	background-color: #777777;
	
}

.menu_btn2{
	width: 33.3%;
	text-align: center;
	line-height: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FDE2C1;
	padding: 10px 0;
	background-color: #555555;
	float: left;
	
}

.menu_btn2:hover{
	background-color: #777777;
	
}

.menu2_block{
	padding: 40px 10px;
	width: 728px;

}

.menu2_btn{
	font-size: 16px;
	font-weight: bold;
	color: #0080FF;
	background-color: #eeeeee;
	text-align: center;
	line-height: 100%;
	margin: 0 0 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #0080FF;
	padding: 10px 0;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}

.menu2_btn:hover{
	background-color: #C8E3FF;
}

.top_link_block{
	width: 100%;
	text-align: left;
	padding: 0;
}


.select_block{
	width: 100%;
	text-align: left;
	padding: 10px 0;
	margin: 0 0 10px 0;
}
/* ------------------------------------------- */
.login_block{
	text-align: left;
	margin: 70px auto;
	border-width: 2px;
	border-style: solid;
	border-color: #5CCDD3;
	padding: 20px;
	max-width: 600px;
	width: 100%;
}
.login_label{
	font-size: 14px;
	font-weight: bold;
	color: #0080FF;
	width: 100%;
	text-align: left;
	padding: 0;
	
}
.login_row{
	width: 100%;
	text-align: left;
	padding: 5px 0;
	
	
}
.login_input{
	width: 100%;
}

.calendar_block{
	width: 100%;

}
.info_block{
	text-align: left;
	width: 100%;
	padding: 0 0 10px 0

}
.name_block{
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	text-align: left;
	width: 71%;
	float: left;

}

.info_block2{
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	text-align: left;
	width: 29%;
	float: left;

}

.date_w{
	width: 100%;
	height: 70px;

}

.calendar_mark{
	font-size: 20px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	padding: 13px 0 0 0;
	

}

.calendar_blunk{
	text-align: center;
	width: 100%;
	cursor: pointer;
	height: 130px;
}

.calendar_select{
	font-size: 14px;
	text-align: left;
	width: 80%;
	line-height:100%;

}
.calendar_date{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	top:0;
	left:0;
	position: absolute;
	padding:1px;
	line-height: 100%;
}

.calendar_sel{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding:1px;
	margin: 0 0 0 0;
	box-sizing: border-box;
	width:100%;
	display: inline-block;
	

}
.calendar_block1{
	width: 100%;
	padding: 10px 0px;
	text-align: left;

}

.calendar_block2,.calendar_block3{
	width: 50%;
	padding:5px;
	text-align: left;
	float:left;

}

.calendar_block3{
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.calendar_block4{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	padding: 2px 5px;
	text-align: right;
}

.t1{
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	
}


.table2 input{
	width:100%;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	box-sizing: border-box;
	pdding: 2px;
	line-height:100%;
	margin: 5px 0 10px 0;
	height:20px;
}



.sun{
	color: #FF0000;
}
.sat{
	color: #0000FF;
}

.sun_bg{
	background-color: #FFD0D0;
}
.sat_bg{
	background-color: #C6E2FF;
}

.other_bg{
	background-color: #eeeeee;
}

.csv_block{
	width: 100%;
	padding: 10px 0px;
	text-align: right;

}
.csv_btn{
	text-align: center;
	line-height: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
	padding: 10px 30px;
	background-color: #555555;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}

.csv_btn:hover{
	background-color: #777777;
	
}

.banner_requst{
	width:100%;
	text-align: center;
	line-height: 100%;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #56C0C6;
	padding: 20px 20px;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #56C0C6;
}

.banner_requst:hover{
	background-color: #E4F7F8;
}


/* ------------------------------------------- */


.table_block{
	width: 100%;
	margin: 0 0 10px 0;
	text-align:left;
}

.table1 {
	font-size: 14px;
	color: #555555;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

.table1 th, .table1 td {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	
}

.table1 th {
	width:25%;
	background-color: #eeeeee;
}

.table2 {
	font-size: 14px;
	color: #555555;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}

.table2 th, .table2 td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.table2 th {
	width:14.28%;

}
.table2 td {
	font-size: 28px;
	color: #0080FF;
	font-weight: bold;
	line-height:100%;
	padding:1px;
	height: 140px;
	width: 100%;
}


.table5 {
	font-size: 14px;
	color: #555555;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

.table5 th, .table5 td {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	
}

.table5 th {
	background-color: #FFF3EE;
	text-align: left;
	width: 30%;
}
.table5 td {
	text-align: left;
}
.table3 {
	font-size: 14px;
	color: #555555;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

.table3 th, .table3 td {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	width: 16.66%;
	
}

.table3 th {
	background-color: #eeeeee;
	text-align: center;
}
.table3 td {
	text-align: right;
}

.table6 {
	font-size: 14px;
	color: #555555;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

.table6 th, .table6 td {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	
}

.table6 th {
	background-color: #eeeeee;
	text-align: left;
	width: 40%;
}
.table6 td {
	text-align: left;
}

.logout_btn{
	font-size: 16px;
	color: #555555;
	background-color: #ffffff;
	text-align: center;
	line-height: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #0080FF;
	padding: 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.logout_btn:hover{
	background-color: #eeeeee;
}



.btn1{
	font-size: 16px;
	color: #ffffff;
	background-color: #0080FF;
	text-align: center;
	line-height: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #0080FF;
	padding: 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.btn1:hover{
	background-color: #91C8FF;
}

.btn_submit{
	font-size: 16px;
	color: #527F26;
	background-color: #EBF6E1;
	text-align: center;
	line-height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #B8DF92;
	padding: 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;

}

.btn_submit:hover{
	background-color: #00FF00;
}
.requied_mark{
	color:#FF0000;
}

#message{
	width:50%;
	height: 200px;
}
.error{
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
	
}

.btn5{
	font-size: 16px;
	color: #0080FF;
	background-color: #eeeeee;
	text-align: center;
	line-height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #0080FF;
	padding: 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;

}

.btn5:hover{
	background-color: #CCE6FF;
}

.bl_y{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

.bl_y:hover{

	background-color: #FFFFDD;
}

.bl_b{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0080FF;
}
.bl_b:hover{

	background-color: #E3F1FF;
}

.bl_b2{
	 background-color: #5CCDD3;
	 color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2EA5AB;
}
.bl_b2:hover{

	background-color: #94DEE2;
}



.bl_p{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF80FF;
}
.bl_p:hover{

	background-color: #FFE3FF;
}
.bl_g{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00FF00;
}
.bl_g:hover{

	background-color: #DBFFDB;
}
.table5 input{
	width:100%;
}

.pager{
	text-align: center;
	margin: 0px auto;
}

.pagebtn{
    width: 35px;
    font-size: 16px;
    font-weight: bold;
    color:#555555;
    line-height:35px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    border-width: 1px;
    border-style: solid;
    border-color:#555555;
    padding: 0;
}

.pagebtn:hover{
    background-color: #555555;
	color: #ffffff;
}

.pagebtnon{
	color: #ffffff;
	background-color: #555555;
	
}

.pages{
	font-size: 12px;
	color: #777777;
	background-color: #ffffff;
	padding: 5px 10px;

}

.pager a{
  color:#ffffff;
    text-decoration:none;
}

/* ------------------------------------------- */

.modal{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 999;
	background-color: rgb(0,0,0, 0.5);
}

.modal2{
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
	color: #5CCDD3;
	background-color: rgb(255,255,255,1.0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	
	
}

/* ------------------------------------------- */

.guide1{
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

.guide1_1{
	width: 25%;
	float: left;
	padding: 0 30px 0 0;
	margin: 0 0 0 0;
}
.guide1_2{
	width: 75%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.guide2{
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.guide3{
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.guide_row1{
	font-size: 28px;
	font-weight: bold;
	color: #ea617b;
	background-color: #ffffff;
	text-align: left;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 5px 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ea617b;
	width: 100%;
}

.guide_row2{
	font-size: 20px;
	font-weight: bold;
	color: #555555;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	width: 100%;
	padding: 0px 20px;
	margin: 0 0 15px 0;
	
}

.bg_img{
	background-size: cover;
	background-position: center center;
	
}

#slide{
	width: 100%;
}

.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: contain;
      background-position: center;
	  background-repeat: no-repeat;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
	  margin: 0 0 10px 0;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	
	.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #5CCDD3;
}
	
	



/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/
@media screen and (min-width: 769px){

.show_pc{
	display:inlne-block;
}
.show_mob{
	display:none;
}


.modal_menu{
	display:none;

}
.header_mob{
	display:none;
}

}

/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/
@media screen and (max-width: 768px){

.show_pc{
	display:none;

}
.show_mob{
	display:inlne-block;
}

.head_menu{
	padding: 10px 0;
}

.head_menu_1{
	height: 63px;
}

.head_menu_1 i{
	font-size: 20px;
}

.head_menu_1{
	font-size: 11px;
	line-height:1.5;
}

.header_right{
	padding: 10px 0 0 0;
}

.menu1{
	min-height:100%;
	height: calc(100vh);
	overflow: auto;
	
}

.container{
	width: 100%;
}

.header{
	display:none;
}

.header_mob{
	display:inline-block;
}


.menu2_block{
	width: 100%;

}

.content_left{
	display: none;
}
.content_right{
	width:100%;
}


.head_menu_1{
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 10px;
}

.calendar_block2,.calendar_block3{
	width: 100%;

}

.name_block, .info_block2{
	width: 100%;

}

.date_w select{
	font-size: 10px;

}
.calendar_mark{
	font-size: 16px;
	

}

.table2 input{
	width:100%;
}


#calendar select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
padding: 0px;
font-size: 10px;
width: 100%;
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}

.table3 th, .table3 td {
	font-size: 12px;
	
}


}

/*===============================================
画面の横幅が640pxまで（スマホ用）
===============================================*/
@media screen and (max-width:640px){


.new{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 7px;
	left: 7px;
	
}

.content2_left{
	height: calc(100vw * 3 /4 );
}

.login_block{
	margin: 10px auto;
}

.show_pc{
	display:none;
}
.show_mob{
	display:inlne-block;
}

.header{
	
}

.header_left{
	font-size: 16px;
}

.header_right_1{
	font-size: 11px;
}

.header_right{
	padding: 3px 0 0 0;
}


.content2_left{
	width: 100%;
}

.content2_right{
	width: 100%;
}

.head_menu_1{
	font-size: 10x;
	padding: 10px 5px;
}

.product_row{
	width:50%;
}

.product_row_2{
	font-size: 12px;
	height: 38px;
}


.product_row_3{
	font-size: 12px;
}

.product_row_4{
	font-size: 12px;
	height: 70px;
}

.guide1_1{
	width: 100%;
}

.guide1_2{
	width: 100%;
}

.guide_row1{
	font-size: 20px;
	border-bottom-width: 5px;
	padding: 5px 5px;

}

.guide_row2{
	font-size: 16px;
}
.pagebtn{
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    color:#555555;
    line-height:30px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin: 3px;
    border-width: 1px;
    border-style: solid;
    border-color:#555555;
    padding: 0;
}

.pagebtn:hover{
    background-color: #555555;
	color: #ffffff;
}

.pagebtnon{
	color: #ffffff;
	background-color: #555555;
	
}

.pages{
	font-size: 12px;
	color: #777777;
	background-color: #ffffff;
	padding: 5px 10px;

}

.pager a{
  color:#ffffff;
    text-decoration:none;
}

.guide1_1{
	padding:10px;
}
}




}
