@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "CakeSans";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/VisbyRoundCF-Bold.woff") format("woff"),
    url("../font/CakeSans-Regular.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Nubolts";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/Nubolts.otf") format("otf"),
    url("../font/CakeSans-Regular.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  zoom: 1;
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 16px;
  color: #222;
  background: url("../img/pink.jpg") fixed;
  background-position: top center;
  background-size: cover;
}
.wall {
  background: url("../img/bg.png") no-repeat top center fixed;
}
.content {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 20px;
  background: #f0faff;
  overflow: hidden;
}
.h2_top {
  text-align: center;
  background: url("../../img/h2/h2_bg.png");
}
h2 img {
  display: block;
  margin: 0 auto;
}
.frame {
  border: 1px solid #00AFC4;
  border-radius: 10px;
  overflow: hidden;
}
header img {
  width: 100%;
}
header .header_top {
  padding-bottom: 10px;
}
header nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url("../img/menu/dot.png");
}
header nav ul li {
  width: calc(100% / 6);
  border-right: 1px dashed #00AFC4;
}
header nav ul li:nth-of-type(6n) {
  border-right: none;
}
header nav ul li:nth-of-type(-n + 6) {
  border-bottom: 1px dashed #00AFC4;
}
header nav ul li img {
  vertical-align: bottom;
}
footer {
  width: 1100px;
  margin: 0 auto;
  background: #00AFC4;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
footer ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 30px 0 20px;
  margin: 0 auto;
  width: 90%;
}
footer ul li {
  width: calc(100% / 12);
  border-right: 1px solid #fff;
}
footer ul li:last-of-type {
  border-right: none;
}
footer ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  padding-bottom: 10px;
}
footer .footer_p {
  padding-bottom: 20px;
}
.prof_block {
  width: 20%;
  padding: 10px;
  position: relative;
}
.prof_block a {
  text-decoration: none;
}
.prof_block .start_day {
  background: #ebe0ff;
  color: #7b7cff;
  text-align: center;
  border-radius: 10px;
  padding: 3px;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 5px;
}
.prof_block .prof_block_fresh_icon {
  background: #00AFC4;
  color: #fff;
  padding: 5px 0;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  top: 235px;
  font-family: CakeSans;
  font-style: normal;
  font-weight: bold;
}
.prof_block .girls_name {
  color: #f785a6;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
}
.prof_block .girls_size {
  color: #222;
  font-size: 11px;
  padding-top: 5px;
  text-align: center;
}
.prof_block a:hover {
  background-color: transparent; /* IE6対応 */
}
.prof_block a img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: bottom;
}
.prof_block a:hover img {
  opacity: 0;
}
.prof_block .prof_time {
  background: #fff;
  text-align: center;
  border: 2px solid #00AFC4;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 170px;
  margin: 10px auto 0;
}
.prof_block .prof_time span {
  color: #fff;
  display: block;
  background: #00AFC4;
  padding: 5px 5px 5px 3px;
  font-weight: bold;
}
.prof_block .prof_time span.prof_time_right {
  color: #00AFC4;
  background: #fff;
  margin: 0 auto;
  padding: 5px;
  font-weight: bold;
}
.prof_block .girls_name {
  color: #00AFC4;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
}
/* index.php */
.index_caution {
  text-align: center;
  line-height: 2em;
  padding: 30px 0;
}
.index_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 635px;
  margin: 0 auto;
}
.index_bn {
  padding: 30px 0;
  width: 640px;
  margin: 0 auto;
  text-align: center;
}
.index_foot {
  padding-top: 20px;
}
/* newface.php */
#newface {
  margin-top: 20px;
}
#newface #newfacewrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#newface #newfacewrap .prof_block {
  width: 20%;
  padding: 10px;
}
#newface #newfacewrap img {
  width: 100%;
  vertical-align: bottom;
}
#newface #newfacewrap .prof_block a {
  text-decoration: none;
}
#newface #newfacewrap .prof_block .start_day {
  background: #ebe0ff;
  color: #7b7cff;
  text-align: center;
  border-radius: 10px;
  padding: 3px;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 5px;
}
#newface #newfacewrap .prof_block .prof_block_fresh_icon {
  display: none;
}
/* girls.php */
#girls {
  margin-top: 20px;
}
#girls #girlswrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#girls #girlswrap .prof_block {
  width: 20%;
  padding: 10px;
  position: relative;
}
#girls #girlswrap img {
  width: 100%;
  vertical-align: bottom;
}
#girls #girlswrap .prof_block a {
  text-decoration: none;
}
#girls #girlswrap .prof_block .start_day {
  background: #ebe0ff;
  color: #7b7cff;
  text-align: center;
  border-radius: 10px;
  padding: 3px;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 5px;
}
/* sch.php */
#sch {
  margin-top: 20px;
}
#sch .week ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#sch .week ul li {
  width: calc(100% / 7);
  background: #fff;
  border-right: 1px solid #ffeaf6;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#sch .week ul li:last-of-type {
  border-right: none;
}
#sch .week ul li a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  width: 100%;
}
#sch .week ul li:nth-of-type(n + 4) a {
  padding: 30px 0;
}
#sch .week ul li a span {
  display: block;
  margin-top: 5px;
}
.sch_tab .prof_block_sch {
  width: calc(100% / 5);
  padding: 10px;
}
.day_contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* review.php */
#review {
  margin-top: 20px;
}
#reviewwrap {
  margin-bottom: 20px;
}
#reviewwrap,
#ankwrap {
  margin-top: 10px;
  background: #fff;
}
.ank_content {
  text-align: center;
  padding: 25px 0 50px;
}
.ank_content h3 {
  color: #f1749e;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ank_content p {
  line-height: 1.25em;
}
.ank_content p:first-of-type {
  margin-bottom: 15px;
}
.ank_form {
  width: 85%;
  margin: 0 auto;
}
.ank_form .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.ank_form .row .ttx {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40%;
  padding: 30px 20px;
  background: #fff3f5;
  border-bottom: 1px solid #fff;
}
.ank_form .row .ttx .caution {
  margin-left: 3px;
  color: #f74a3a;
}
.ank_form .row .answer {
  width: 60%;
  padding: 22px 20px;
  background: #fff;
  border-bottom: 1px solid #fff3f5;
  border-right: 1px solid #fff3f5;
}
.ank_form .row:first-of-type .answer {
  border-top: 1px solid #fff3f5;
}
.ank_form .row .answer input.inputtext,
.ank_form .row .answer select {
  width: 250px;
}
.ank_form .row .answer select,
.ank_form .row .answer input,
.ank_form .row .answer textarea {
  padding: 6px;
}
.ank_form .row .answer textarea {
  line-height: 1.3em;
}
.ank_form .btn {
  text-align: center;
  padding: 30px 0;
}
.ank_form .btn input {
  width: 300px;
  height: 60px;
  font-size: 24px;
  color: #fc779d;
  font-weight: bold;
  border: none;
  box-shadow: 1px 1px 1px #666;
}
.ank_form .btn input:hover {
  cursor: pointer;
}
#reviewwrap .comp_wrap {
  text-align: center;
  padding: 20px 0;
}
#reviewwrap .comp_wrap p {
  margin-bottom: 15px;
}
#reviewwrap .comp_wrap p:first-of-type {
  font-size: 24px;
  margin-bottom: 20px;
}
#ankwrap > div {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
#ankwrap form {
  padding-bottom: 20px;
}
#ankwrap form select {
  padding: 5px;
}
#ankwrap form input {
  padding: 3px;
}
#ankwrap form input:hover {
  cursor: pointer;
}
#ankwrap .uwasa_box {
  display: flex;
  padding: 10px;
  margin-bottom: 10px;
}
#ankwrap .uwasa_box .uwasa_leftbox {
  width: 20%;
}
#ankwrap .uwasa_box .uwasa_leftbox img {
  width: 100%;
}
#ankwrap .uwasa_box .uwasa_rightbox {
  width: 80%;
  padding-left: 15px;
}
#ankwrap .uwasa_box .uwasa_rightbox .uwasa_name {
  background: #ffdce2;
  color: #f9779d;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
}
#ankwrap .uwasa_box .uwasa_rightbox .uwasa_comment {
  padding-left: 5px;
  height: 200px;
  overflow: auto;
}
/* system.php */
#system {
  margin-top: 20px;
}
#system #systemwrap {
  margin-top: 10px;
}
#system #systemwrap img {
    width: 100%;
}
#system .system_card {
  margin-top: 5px;
}
#system .system_mmag {
  margin: 20px 0;
}
/* event.php */
#event {
  margin-top: 20px;
}
#eventwrap {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
}
#eventwrap .eventcont {
  background: #f0faff;
  padding: 30px 20px;
  margin-bottom: 20px;
}
#eventwrap .eventcont > div {
  width: 968px;
  margin: 0 auto;
}
#eventwrap .eventcont .event_img p {
  text-align: center;
}
#eventwrap .eventcont .event_title {
  background: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ff77a5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 0;
  border: 1px solid #ff77a5;
}
#eventwrap .eventcont .event_desc {
  padding: 0 15px;
  line-height: 1.5em;
}
/* mmag.php */
#mmag {
  margin-top: 10px;
}
#mmag #mmagwrap {
  margin-top: 10px;
  height: 780px;
  overflow: hidden;
  position: relative;
}
#mmag #mmagwrap .mmag_link {
  width: 390px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.mmag_form {
  width: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
}
.mmag_form .form_mail {
  margin-bottom: 15px;
}
.mmag_form .form_mail input {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
}
.mmag_form .form_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.mmag_form .form_flex p {
  width: 55px;
}
.mmag_form .form_submit {
  width: 120px;
  height: 30px;
  margin: 0 auto 10px;
  display: block;
}
.mmag_form .form_submit:hover {
  cursor: pointer;
}
/* prf404.php */
#prf404 p {
  margin: 50px 30px;
  font-weight: bold;
}
