/* CSS Document */
*{
   margin : 0;
   padding : 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


body{
	width:100%;
	margin:0;
	padding: 0;
	position: relative;
}


#header, #wrapper, #footer{
	overflow: hidden;
	margin:0 auto;
	width:100%;
}

#header{
	background-color:  rgba(255,255,255,0.9);
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
	right:0;
  z-index: 2;
  width: 100%;
}

#header div.logo{
	float: left;
	padding:12px 0 0 10px;
}

#header img.logo{
	width:119px;
}

#header div.headerButtonArea{
	float:right;
	text-align: right;
}

#header div.headerButtonArea a.headerNavi{
	display: block;
	float: left;
	margin:0;
	padding: 20px 8px;
	min-width:90px;
	text-align:center;
	color:#222222;
	font-size:12px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#header div.headerButtonArea a.headerNavi:hover{
	background-color: #C0FFE0;
}
.omakaseCheckIn{
	background-color: #FFC674;
}
.omakaseCheckOut{
	background-color: #FFFFFF;
	border:solid 2px #FFC674 ;
}


#header #mainNav{
	clear: both;
	margin:0;
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: -webkit-flex; /* safari */
	display: -ms-flexbox; /* IE */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#header #mainNav div{
	-webkit-flex: 200px;
	flex: 200px;
	text-align: center;
}

#header #mainNav div.kigenArea, #header #mainNav div.imgSentakuArea{
	padding:10px 3px;
	font-size:13px;
	background-color:#C0FFE0;
	font-weight:bold ;
	white-space:nowrap ;
}

#header #mainNav div.imgSizeArea{
	padding:3px 3px 0;
	background-color:#C0FFE0;
	overflow: hidden;
	/*float:left !important;*/
}

#header #mainNav div.imgSizeArea .waku{
	overflow: hidden;
	width:250px;
	margin:0 auto;
}

#header #mainNav div.imgSizeArea .title{
	/*overflow: hidden;*/
	width:90px !important;
	white-space: nowrap;
	margin:0;
	padding:5px 0;
	float:left;
}

#header #mainNav div.imgSizeArea a{
	display: block;
	float: left; 
	
	width:11px;
	margin:0 10px 6px;
	padding:5px 8px;
	
	color:#000;
	text-decoration: none;
	font-size:12px;
	
	background: -webkit-linear-gradient(top, #FCFDFD, #E2E2E2);
	background: -moz-linear-gradient(top, #FCFDFD, #E2E2E2);       /* -moz-liner-gradient(to bottom, #000, #fff); */
	background: -o-linear-gradient(top, #FCFDFD, #E2E2E2);       /*   -o-liner-gradient(to bottom, #000, #fff); */
	background: linear-gradient(to bottom, #FCFDFD, #E2E2E2);
	background-color: #F2F2F2;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #D8D8D8;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
}


#wrapper{
	position:relative;
	clear:both;
}


#footer{
	clear:both;
	margin-top:40px;
}

#footer ul.footnav{
	display: block;
	margin:0 20px;
}
#footer ul.footnav li{
	list-style-type: none;
	font-size: 12px;
	color:#222222;
	padding:0 5px 0 0;
}

#footer ul.footnav li a{
	text-decoration: none;
	color:#222222;
}

#footer address{
clear:both;
padding:20px 10px 20px 0;
text-align:right;
font-style:normal;
font-size:12px;
color:#666;
}



/****************************/
/* ログインページ index.php */
/****************************/
#login #loginArea{
	margin:0 0 20px;
	padding:40px 0;
	width:100%;
	background-image:url(../img/index/loginBg.jpg);
	background-position: center 70%;
}

#login #loginArea .loginWaku{
	margin:0 auto !important;
	background-color: rgba(255,255,255,0.7);

    font: 95% Arial, Helvetica, sans-serif;
    max-width: 360px;
    margin: 10px auto;
    padding: 16px;
}
#login #loginArea .loginWaku h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}

#login #loginArea .loginWaku p{
	margin-bottom:10px;
}

#login #loginArea .loginWaku input[type="text"],
#login #loginArea .loginWaku input[type="date"],
#login #loginArea .loginWaku input[type="datetime"],
#login #loginArea .loginWaku input[type="email"],
#login #loginArea .loginWaku input[type="number"],
#login #loginArea .loginWaku input[type="search"],
#login #loginArea .loginWaku input[type="time"],
#login #loginArea .loginWaku input[type="url"],
#login #loginArea .loginWaku input[type="password"],
#login #loginArea .loginWaku textarea,
#login #loginArea .loginWaku select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
#login #loginArea .loginWaku input[type="text"]:focus,
#login #loginArea .loginWaku input[type="date"]:focus,
#login #loginArea .loginWaku input[type="datetime"]:focus,
#login #loginArea .loginWaku input[type="email"]:focus,
#login #loginArea .loginWaku input[type="number"]:focus,
#login #loginArea .loginWaku input[type="search"]:focus,
#login #loginArea .loginWaku input[type="time"]:focus,
#login #loginArea .loginWaku input[type="url"]:focus,
#login #loginArea .loginWaku input[type="password"]:focus,
#login #loginArea .loginWaku textarea:focus,
#login #loginArea .loginWaku select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

#login #loginArea .loginWaku input[type="submit"],
#login #loginArea .loginWaku input[type="button"]{
	font:"YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
}
#login #loginArea .loginWaku input[type="submit"]:hover,
#login #loginArea .loginWaku input[type="button"]:hover{
    background: #2EBC99;
}


/* お知らせ */
#login #osiraseArea{
	margin:0 0 20px;
	width:100%;
}

#login #osiraseArea .osiraseWaku{
	margin:0 auto !important;

    font: 95% Arial, Helvetica, sans-serif;
    max-width: 360px;
    margin: 10px auto;
    padding: 16px;
}

#login #osiraseArea .osiraseWaku h2{
	font-size:22px;
	color: #43D1AF;
}

#login #osiraseArea .osiraseWaku .txtArea{
	padding: 10px 0;
	font-size:14px;
	line-height: 130%;
}




/****************************/
/* 写真を決定 photolist.php */
/****************************/
#photolist #picArea{
	overflow: hidden;
	margin:20px 0;
	padding:0 0 0 1%;
	width:100%;
}
/*
#photolist .picWaku{
	width:100%;
	border:1px solid #FF0000;
}
*/
#photolist .pic{
	float:left;
	margin:1%;
	padding:3%;
	background-color:#F0F0F0;
	border:1px solid #C0C0C0;
	width:24% ;
}
#photolist .picCheckIn{
	background-color:#FFC674;
}
#photolist .picCheckOut{
	background-color:#F0F0F0;
}
.checkIn {
	display:block;
	font:"YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
	text-align:center;
	text-decoration:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
	margin:5px 0px;
    padding: 3px 10px;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
	
}
.checkIn:hover{
    background: #2EBC99;
}
.checkOut {
	display:block;
	font:"YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
	text-align:center;
	text-decoration:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
	margin:5px 0px;
    padding: 3px 10px;
    background: #FCFDFD;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
	
	
}
.checkOut:hover{
    background: #E2E2E2;
}
.CompareArea {
	display:none;
}
.Compare {
	display:block;
	font:"YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
	text-align:center;
	text-decoration:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
	margin:5px 0px;
    padding: 3px 10px;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
	
}
.Compare:hover{
    background: #2EBC99;
}
.CompareIn {
	display:block;
	font:"YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
	text-align:center;
	text-decoration:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
	margin:5px 0px;
    padding: 3px 10px;
    background: #F07676;
    border-bottom: 2px solid #D29393;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
	
}
.CompareIn:hover{
    background: #F6ACAC;
}

/*
#photolist .picSmall{
	width:14%;
}
#photolist .picMiddle{
	width:24%;
}
#photolist .picMiddle{
	width:40%;
}
#photolist .picBig{
	width:88%;
}
*/
#photolist .pic img{
	width:100%;
}

#sideArea .kettei{
	margin-bottom:20px;
	font: 95% Arial, Helvetica, sans-serif;
}

#sideArea .kettei h2{
	position: relative;
	background: #43D1AF;
    color: #fff;
    line-height: 1.4;
	margin-bottom:10px;
	padding: 0.4em 0.4em 0.4em 1.8em;
	font-size:18px;
}

#sideArea .kettei h2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
 	left : 0.5em; /*左端からのアイコンまでの距離*/
}

#sideArea .kettei p{
	margin:0 20px;
	font-size: 14px;
}

#sideArea .kettei p strong{
	font-size:110%;
}


#sideArea .osiraseWaku{
	margin:0 auto !important;

    font: 95% Arial, Helvetica, sans-serif;
    padding: 5px 0;
}


#sideArea .osiraseWaku h2{
	position: relative;
	background: #43D1AF;
    color: #fff;
    line-height: 1.4;
	margin-bottom:10px;
	padding: 0.4em 0.4em 0.4em 1.8em;
	font-size:18px;
}

#sideArea .osiraseWaku h2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
 	left : 0.5em; /*左端からのアイコンまでの距離*/
}

#sideArea .osiraseWaku .txtArea , #sideArea .kettei .txtArea{
	padding:0 10px;
	font-size:14px;
	line-height: 130%;
}
.LogoArea {
	width:50% ;
	float:left ;
}

.LogoArea img {
	margin:5px 0 ;
	width:100% ;
}

#ComparePictArea {
	display:none ;
}
#ComparePictArea h2{
	position: relative;
	background: #43D1AF;
    color: #fff;
    line-height: 1.4;
	margin-bottom:10px;
	padding: 0.4em 0.4em 0.4em 1.8em;
	font-size:18px;
}

#ComparePictArea h2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
 	left : 0.5em; /*左端からのアイコンまでの距離*/
}


/***********************/
/* 利用規約 kiyaku.php */
/***********************/
#kiyaku{
	padding:0 20px;
}

#kiyaku h1{
	font-size:22px;
	margin:10px 0;
	color: #6cb4e4;
	text-align: center;
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

#kiyaku h2{
	position: relative;
	background: #43D1AF;
    color: #fff;
    line-height: 1.4;
	margin-bottom:10px;
	padding: 0.4em 0.4em 0.4em 1.8em;
	font-size:18px;
}

#kiyaku h2:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
 	left : 0.5em; /*左端からのアイコンまでの距離*/
}

#kiyaku p{
	font-size:14px;
	line-height: 120%;
	margin-bottom: 20px;
}

#kiyaku ol{
	margin-left: 30px;
}

#kiyaku li{
	font-size:14px;
	line-height: 120%;
	margin-bottom: 10px;
}

#kiyaku .add{
	font-size:14px;
	line-height: 120%;
}

#kiyaku a.modoru{
	display: block;
	text-align: center;
	text-decoration: none;
	font:"YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    padding: 2%;
	margin:20px auto 10px;
    background: -webkit-linear-gradient(top, #FCFDFD, #E2E2E2);
	background: -moz-linear-gradient(top, #FCFDFD, #E2E2E2);       /* -moz-liner-gradient(to bottom, #000, #fff); */
	background: -o-linear-gradient(top, #FCFDFD, #E2E2E2);       /*   -o-liner-gradient(to bottom, #000, #fff); */
	background: linear-gradient(to bottom, #FCFDFD, #E2E2E2);
	background-color: #F2F2F2;
    border-bottom: 2px solid #E2E2E2;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=2,offy=2)"; /* IE8 */
}

#kiyaku a.modoru:hover{
	background: -webkit-linear-gradient(top, #E2E2E2, #FCFDFD);
	background: -moz-linear-gradient(top, #E2E2E2, #FCFDFD);       /* -moz-liner-gradient(to bottom, #000, #fff); */
	background: -o-linear-gradient(top, #E2E2E2, #FCFDFD);       /*   -o-liner-gradient(to bottom, #000, #fff); */
	background: linear-gradient(to bottom, #E2E2E2, #FCFDFD);
	background-color: #E2E2E2;
}