body {
  padding-top: 70px;
  padding-bottom: 30px;
}
td, th {
  padding: 5px;
}
.navbar-account{
  color: #999;
  padding-top: 10px;
}
.navbar-account .greeting{
  font-size: 90%;
  display: inline-block;
  margin-right: 5px;
}
.navbar-account .glyphicon{
  margin-right: 5px;
}
.jumbotron{
background-image: url(/images/43514916.jpg);
background-position: right;
background-repeat: no-repeat;
background-color: #fff;
border: solid #cacaca 1px;
background-size: contain;
}
#sidebar .panel-heading{
  margin:0;
  font-size:110%;
}
.navbar {
    border-bottom: 2px solid #305BB6;
    background-color: #fff;
    font-weight: 600;
}
.navbar-toggle {
    background-color: #00000000;
    border: 1px solid #00000080;
}
.navbar-toggle .icon-bar {
    background-color: #00000080;
}
    .jumbotron h1 {
        margin-top: 0px;
    }


/* .form-control styles */
/* input[type="text"]{
  color: #D92B00;
} */
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select{
    font-size: 120%;
    padding: 6px 12px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea{
    height: 8em;
}

.aform-content label{
    font-weight: inherit;
}

.amember-content .error{
    color: #D92B00;
    text-align: center;
    margin: 10px 0;
}
.amember-content .finished{
    color: #D92B00;
}
.aform-demo {
    display: none;
}

/* トップページ ステータス表示 */

.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.box {
  position: relative;
  width: 20.5%;
  height: 8rem;
  background: #ebf4e5;
}
.box p {
    margin: 0;
    width: 115%;
}
.box:before {
  border-top: 40px solid #ebf4e5;
  border-left: 60px solid transparent;
  border-bottom: 40px solid #ebf4e5;
}
.box:after {
  border-top: 40px solid transparent;
  border-left: 60px solid #ebf4e5;
  border-bottom: 40px solid transparent;
}
.box:first-of-type {
  position: relative;
  border-radius: 10px 3px 3px 10px;
}

.box:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}

.box:nth-of-type(2) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}

.box:nth-of-type(3) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:nth-of-type(3):after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}


.box:nth-of-type(4) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(4):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:nth-of-type(4):after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}


.box:nth-of-type(5) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(5):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:nth-of-type(5):after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}


.box:nth-of-type(6) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(6):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:nth-of-type(6):after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}


.box:nth-of-type(7) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(7):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:nth-of-type(7):after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
}


.box:nth-of-type(8) {
  position: relative;
  border-radius: 0 3px 3px 0;
}

.box:nth-of-type(8):before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
}

.box:last-of-type {
  position: relative;
  border-radius: 0 10px 10px 0;
}

.txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#message {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.current{
  background: #6dad49 !important;
  color: #fff;
  font-weight: bold;
}
.current a {
  color: #fff !important;
}
.current:before {
  border-top: 40px solid #6dad49 !important;
  border-left: 60px solid transparent !important;
  border-bottom: 40px solid #6dad49 !important;
}
.current:after {
  border-top: 40px solid transparent !important;
  border-left: 60px solid #6dad49 !important;
  border-bottom: 40px solid transparent !important;
}


@media(max-width:767px){

.navbar-account{
    margin-right:0;
    margin-left:0;
}
.navbar-account p,
.navbar-account a.btn{
    display: block;
    margin-bottom: 5px;
}

.jumbotron h1 img {
    width: 85%;
}

.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
}
.jumbotron p {
    font-size: 18px;
    margin-bottom: 5px;
}
.flex {
  zoom: 70%;
}
#message h4 {
  font-size: 100%;
}

}

#aform_result {
color: #000 !important;
}

/* --------------------
月曜始まりの土日カラー設定
Cf. https://webllica.com/jquery-ui-datepicker-change-weekend-color/
-------------------- */

#ui-datepicker-div {
background-color: #fff;
padding: 15px;
border:solid 1px #999;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-o-border-radius: 0.5em;
-ms-border-radius: 0.5em;	
}
.ui-datepicker-prev {
float: left;
padding: 5px;
cursor: pointer;
}
.ui-datepicker-next {
float: right;
padding: 5px;
cursor: pointer;
}
.ui-datepicker-title {
clear: both;
}
.ui-datepicker-buttonpane {
text-align: center;
}
.ui-datepicker-current {
float: left;
display: none;
}
/* .ui-datepicker-close {
float: right;
} */
/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
background-color: #ffecec;   /* 背景色を設定 */
color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end a.ui-state-default{
background-color: #eaeaff;   /* 背景色を設定 */
color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
background-color: #fffa90!important;
}
a.ui-state-highlight{
background-color: #fffa90!important;
}
 
/* --------------------
年月をプルダウン化した場合の余白調整
Cf. https://webllica.com/jquery-ui-datepicker-select-pulldown/
-------------------- */
/* 年プルダウンの変更 */
select.ui-datepicker-year{
height: 2em!important;      /* 高さ調整 */
margin-right:5px!important; /* 「年」との余白設定 */
width:85px!important;       /* 幅調整 */
}
/* 月プルダウンの変更 */
select.ui-datepicker-month{
height: 2em!important;      /* 高さ調整 */
margin-left:5px!important;  /* 「年」との余白設定 */
width:80px!important;       /* 幅調整 */
}
 
img.ui-datepicker-trigger{
cursor: pointer;
margin-left: 7px!important;
vertical-align: middle;
}
 
/* --------------------
カレンダーアイコン表示による微調整
Cf. https://webllica.com/jquery-ui-datepicker-by-calendar-icon/
-------------------- */
img.ui-datepicker-trigger{
cursor: pointer;
margin-left: 7px!important;
vertical-align: middle;
}

/* --------------------
送付先：
-------------------- */
.soufusaki {
  text-align: left;
  width: 50%;
  margin: 0px auto 20px auto;
  padding: 15px;
  border: solid 1px #a5a5a5;
  font-size: 110%;
}

/* --------------------
テーブル：
-------------------- */
table#dataTable{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table#dataTable tr{
  border-bottom: solid 1px #eee;
}
table#dataTable tr.table-header{
  background-color: #efefef;
  border-bottom: solid 1px #eee;
  text-wrap: nowrap;
}
table#dataTable tr:hover{
  background-color: #d4f0fd;
}
table#dataTable tr.table-header:hover{
  background-color: #efefef;
}
table#dataTable th,table td{
  text-align: center;
  padding: 15px 0;
}
table#dataTable .sort {
  font-size: smaller;
}
table#dataTable a {
  width: 50%;
}

.room-link {
  width: 10%;
}