@charset "utf-8";

/** メイン **/
MAIN {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 1rem 0;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
}

MAIN DIV.breadcrumbs {
  font-size: 2.0rem;
  line-height: 2.5rem;
  width: calc(100% - 6rem);
  padding-left: 2rem;
  color: #5C5044;
}

MAIN DIV.breadcrumbs A {
  color: #5C5044;
  font-size: 1.5rem;
}

SECTION.modal-area {
  position: fixed;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.75);
}

SECTION.modal-area.open {
  display: block;
}

SECTION.modal-area IMG.modal-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 4rem;
  height: 4rem;
}

SECTION.modal-area DIV.modal-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
  width: 100%;
  height: 100%;
/*  height: calc(100% - 6rem);*/
  max-height: calc(100vh - 6rem);
}

SECTION.modal-area DIV.modal-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  height: 95%;
  height: auto;
  background-color: #DDD;
  background-color: rgba(230, 145, 145, 0.75);
  box-sizing: border-box;
  border: 4px #5C5044 dotted;
  border-radius: 2rem;
}

SECTION.modal-area DIV.modal-box IMG.modal-img {
  box-sizing: border-box;
  border: 0;
  border-radius: 2rem;
}

@media (min-width: 768px) {
  SECTION.modal-area DIV.modal-box {
    width: 480px;
    margin: 0 auto;
  }
}

/** メイド紹介 **/
MAIN DIV.maid_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  width: 90%;
  margin: 2rem auto 0;
  margin: 0 auto;
}

MAIN DIV.maid_list DIV.maid {
  display: block;
  margin-bottom: 1rem;
  margin-right: 15px;
  background-color: rgba(230, 145, 145, 0.75);
  box-sizing: border-box;
  border: 0;
  border-radius: 2rem;
}

MAIN DIV.maid_list DIV.maid:nth-child(3n+1) {
  margin-right: 0;
}

MAIN DIV.maid_list DIV.maid.source-of-copy {
  display: none;
}

MAIN DIV.maid_list DIV.maid SPAN.box {
  display: block;
  position: relative;
  margin: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  border: 2px #FFF dotted;
  height: calc(100% - 2rem);
  background: url('../data/photo/no_photo.png') center center no-repeat;
  background-size: cover;
}

MAIN DIV.maid_list DIV.maid SPAN.box P.name {
  position: absolute;
  bottom: 1rem;
  margin: 0;
  margin-left: 10%;
  width: 80%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #CF5252;
  border-radius: 1.25rem;
  border: 1px solid #CF5252;
  box-sizing: border-box;
}

MAIN DIV.maid_list DIV.maid SPAN.box IMG.newface {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  width: 2rem;
  height: auto;
  transform: rotate(30deg);
}

SECTION.modal-area DIV.cast-box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  height: auto;
  background-color: rgba(230, 145, 145, 0.75);
  box-sizing: border-box;
  border: 4px #5C5044 dotted;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;


}

@media (min-width: 768px) {
  SECTION.modal-area DIV.cast-box {
    width: 480px;
    margin: 0 auto;
    overflow: visible;
    

  }
}

SECTION.modal-area DIV.cast-box DIV {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

SECTION.modal-area DIV.cast-box DIV#cast-name {
  position: absolute;
  margin: 0;
  top: -2rem;
  left: -3rem;
  display: block;
  width: 14rem;
  height: 14rem;
  font-size: 3rem;
  line-height: 13rem;
  font-weight: 700;
  box-sizing: border-box;
  box-shadow: 0 2rem 2rem -2rem hsl(200 50% 20% / 40%);
  background-color: #CF5252;
  border-radius: 7rem;
  border: 5px solid #FFF;
  color: #FFF;
  z-index: 88888;
}

SECTION.modal-area DIV.cast-box DIV#cast-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1rem auto;
  border: 3px dotted #FFF;
  border: 0;
  box-sizing: border-box;
  border-radius: 2rem;
  box-shadow: 0 2rem 2rem -2rem hsl(200 50% 20% / 40%);
  background-color: rgba(255, 255, 255, 0.5);
}

SECTION.modal-area DIV.cast-box DIV#cast-photo IMG.newface {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: auto;
  transform: rotate(30deg);
}

SECTION.modal-area DIV.cast-box DIV.detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 90%;
  margin: 1rem auto 0;
  overflow: auto;

}

SECTION.modal-area DIV.cast-box DIV.detail UL {
  display: block;
  margin: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);;
  border: 0;
  border-radius: 1rem;
}

SECTION.modal-area DIV.cast-box DIV.detail UL:last-child {
  margin-bottom: 0;
}

SECTION.modal-area DIV.cast-box DIV.detail UL.half {
  width: 42%;
}

SECTION.modal-area DIV.cast-box DIV.detail UL LI {
  list-style-type: none;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

SECTION.modal-area DIV.cast-box DIV.detail UL LI#cast-comment {
  line-height: 2.5rem;
  text-align: left;
}

SECTION.modal-area DIV.cast-box DIV.detail UL LI.title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #CF5252;
  border-bottom: 2px dotted #CF5252;
}

SECTION.modal-area DIV.cast-box DIV.detail UL LI.title::before,
SECTION.modal-area DIV.cast-box DIV.detail UL LI.title::after {
  content: url("");
  display: inline-block;
  background-image: url("../img/mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}

SECTION.modal-area DIV.cast-box DIV.icons {
  margin-top: 1rem;
}

SECTION.modal-area DIV.cast-box DIV.icons A {
  display: inline;
}

SECTION.modal-area DIV.cast-box DIV.icons A IMG {
  width: 4rem;
  height: 4rem;
}


/** お給仕予定表 **/
MAIN DIV.blackboard {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: calc(2rem + 40px);
  border: 0;
  border-radius: 1rem;
  background: #4C6E6E url('../img/blackboard.png') center bottom repeat-x;
}

MAIN DIV.blackboard DIV {
  width: 90%;
  margin: 2rem auto 0;
}

MAIN DIV.blackboard DIV IMG.zoom {
  width: 100%;
  height: auto;
}

MAIN DIV.blackboard IMG.eraser {
  position: absolute;
  bottom: 26px;
  left: 1rem;
}

/** アクセス **/
MAIN DIV.map,
MAIN DIV.adress {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

MAIN DIV.map IFRAME {
  border: 2px dotted #CF5252;
  border-radius: 2rem;
  width: 100%;
}

MAIN DIV.adress {
  margin-top: 2rem;
}

MAIN DIV.adress TABLE {
  border: 0;
  border-collapse:  collapse;
  width: 100%;
}

MAIN DIV.adress TABLE TH,
MAIN DIV.adress TABLE TD {
  width: 80%;
  padding: 1rem 0.5rem;
  font-size: 1.5rem;
  line-height: 2.0rem;
  border-bottom: 2px dotted #CF5252;
}

MAIN DIV.adress TABLE TH {
  width: 20%;
  line-height: 1.75rem;
}

MAIN DIV.adress TABLE TD SPAN {
  font-size: 2.25rem;
}

MAIN DIV.adress TABLE TD A {
  color:#5C5044;
}

/** メニュー, システム **/
MAIN DIV.images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 0;
  border-radius: 1rem;
}

MAIN DIV.images DIV.source-of-copy {
  display: none;
}

MAIN DIV.images DIV IMG.zoom {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 2rem;
}

