@charset "UTF-8";
/* Scss Document */
.cp_color {
  color: #fd01b0;
}

/*======#configWindow #loadWindow 共通=======*/
#configWindow, #loadWindow {
  pointer-events: none;
  opacity: 1;
  transition: 300ms;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: translate3d(0, 100vh, 0);
  -ms-transform: translate3d(0, 100vh, 0);
  transition: 500ms;
  left: 0px;
  top: 0px;
}

#configWindow .inner, #loadWindow .inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}

#configWindow .inner ._header, #loadWindow .inner ._header {
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  background: #f2f2f2;
  width: 100%;
  height: 8%;
  position: absolute;
  z-index: 999;
  top: 0;
}

#configWindow .inner ._header .close, #loadWindow .inner ._header .close {
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

#configWindow .inner ._header .close img, #loadWindow .inner ._header .close img {
  width: 100%;
}

#configWindow .inner ._header h3, #loadWindow .inner ._header h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #646464;
}

#configWindow .inner div.scroll, #loadWindow .inner div.scroll {
  height: 92%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 10px;
}

#configWindow.active, #loadWindow.active {
  transform: translate3d(0, 0, 0);
  transition: 300ms;
  pointer-events: all;
}

/*======#configWindow=======*/
#configWindow .inner div.scroll > ul {
  box-sizing: border-box;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  padding: 15px 15px;
  background: #FFF;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #FFF;
}

@media screen and (min-width: 1060px) {
  #configWindow .inner div.scroll > ul {
    padding-right: 50px;
    padding-left: 50px;
  }
}

#configWindow .inner div.scroll > ul > li {
  padding: 0.8em 0;
  width: 100%;
}

#configWindow .inner div.scroll > ul > li h2.h_layout {
  float: left;
}

#configWindow .inner div.scroll > ul > li h2.h_layout .tutorial_sw {
  float: right;
}

#configWindow .inner div.scroll > ul > li.v_layout h2 {
  padding-bottom: 10px;
}

#configWindow .inner div.scroll > ul > li.h_layout {
  display: table;
}

#configWindow .inner div.scroll > ul > li.h_layout > div, #configWindow .inner div.scroll > ul > li.h_layout h2 {
  display: table-cell;
  vertical-align: middle;
}

#configWindow .inner div.scroll > ul > li.h_layout h2 {
  width: 50%;
}

#configWindow .inner div.scroll > ul > li.h_layout > div {
  width: 50%;
  text-align: right;
}

#configWindow .inner div.scroll > ul .siteMap li {
  background: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 15px;
}

#configWindow .inner div.scroll > ul .siteMap li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.4em;
  text-decoration: none;
  color: #494949;
  box-sizing: border-box;
}

#configWindow .inner div.scroll > ul .center {
  text-align: center;
}

#configWindow .inner div.scroll > ul .right {
  float: right;
}

#configWindow .inner div.scroll > ul .p_top {
  padding-top: 10px;
}

#configWindow .inner div.scroll > ul .toggle_switch {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
}

#configWindow .inner div.scroll > ul li:last-child {
  border-bottom: none;
}

#configWindow .inner div.scroll > ul #tutorial_sw_config_text {
  color: #7e7e7e;
}

#configWindow .inner div.scroll > ul .loginfrom {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.template_style01 {
  padding: 0;
  background: #f5f5f5;
}

@media screen and (min-width: 1060px) {
  .template_style01 {
    padding: 40px 0;
  }
}

.template_style01 a {
  color: #fd01b0;
}

.template_style01 > div {
  width: auto;
  max-width: 1000px;
  margin: 0;
  padding: 15px;
  line-height: 1.6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 1060px) {
  .template_style01 > div {
    margin: 20px auto;
    padding: 50px;
  }
}

.template_style01 > div > h3 {
  text-align: center;
  padding: 2em 0 2em;
}

.template_style01 > div > .message {
  text-align: center;
}

.template_style01 > div > dl {
  padding: .6em 0;
  border-bottom: 1px solid #c2c2c2;
}

.template_style01 > div > dl > dt {
  font-weight: bold;
  padding: 0.5em 0;
}

.template_style01 > div > dl > dd h3 {
  padding: 1em 0 0;
}

.template_style01 > div > dl > dd > ul {
  margin: 1em 0;
  padding-left: 2.5em;
}

.template_style01 > div > dl > dd > ul > li {
  padding: 0.2em 0;
}

.template_style01 > div > dl > dd > ul > li > ul {
  padding-top: 1em;
  padding-left: 2.5em;
}

.template_style02 {
  padding: 0;
  background: #f5f5f5;
}

@media screen and (min-width: 1060px) {
  .template_style02 {
    padding: 40px 0;
  }
}

.template_style02 a {
  color: #fd01b0;
}

.template_style02 .pagettl2 {
  text-align: center;
  font-size: 120%;
  padding-top: 3em;
}

.template_style02 .pagettl3 {
  display: block !important;
  text-align: center;
  font-size: 120%;
  padding: 2em 0;
}

.template_style02 > div {
  width: auto;
  max-width: 1000px;
  margin: 0;
  padding: 15px;
  line-height: 1.6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 1060px) {
  .template_style02 > div {
    margin: 20px auto;
    padding: 50px;
  }
}

.template_style02 > div > ul > li {
  border-bottom: 1px dotted #d1d1d1;
  padding: 0.6em 0 1em 0;
}

.template_style02 > div > ul > li h3 {
  font-weight: bold;
  padding: 0.5em 0;
}

.template_style02 > div > ul > li > ul {
  margin: 1em 0;
  padding-left: 2.5em;
}

.template_style02 > div > ul > li > ul > li {
  padding: 0.2em 0;
}

.template_style02 > div > ul > li p.atent {
  padding-top: 1em;
}

.template_style02 > div > ul > li p.atent strong {
  color: #6e6e6e;
}

ul.dec_num > li {
  list-style-type: decimal;
}

ul.dec_dot > li {
  list-style-type: disc;
}

ul.dec_ast {
  position: relative;
}

ul.dec_ast > li:before {
  content: '※ ';
  position: absolute;
  left: 1em;
}

/*
	p._tel{ font-size: 140%; text-align: center;  border:#dadada 1px solid; border-radius: 4px; padding: 0.5em 0;margin-bottom: 0.5em; 
		a{color:#fd01b0; text-decoration: none;}
		a:before{ content:'電話をかける '; font-size: 70%; color: #808080; }
		//PC分岐あり
	}
	*/
ul.dec_num1 {
  position: relative;
}

ul.dec_num1 > li:before {
  content: '(1)';
  position: absolute;
  left: 0.5em;
}

ul.dec_num1 > li:nth-child(1):before {
  content: '(1)';
}

ul.dec_num1 > li:nth-child(2):before {
  content: '(2)';
}

ul.dec_num1 > li:nth-child(3):before {
  content: '(3)';
}

ul.dec_num1 > li:nth-child(4):before {
  content: '(4)';
}

ul.dec_num1 > li:nth-child(5):before {
  content: '(5)';
}

ul.dec_num1 > li:nth-child(6):before {
  content: '(6)';
}

ul.dec_num1 > li:nth-child(7):before {
  content: '(7)';
}

ul.dec_num1 > li:nth-child(8):before {
  content: '(8)';
}

ul.dec_num1 > li:nth-child(9):before {
  content: '(9)';
}

ul.dec_num1 > li:nth-child(10):before {
  content: '(10)';
}

/*ガイドPP系*/
.guide,
.pp {
  padding: 0;
  background: #f5f5f5;
}

@media screen and (min-width: 1060px) {
  .guide,
  .pp {
    padding: 40px 0;
  }
}

.guide .center,
.pp .center {
  text-align: center;
}

.guide .border,
.pp .border {
  width: auto;
  max-width: 1000px;
  margin: 0;
  padding: 15px;
  line-height: 1.6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 1060px) {
  .guide .border,
  .pp .border {
    margin: 20px auto;
    padding: 50px;
  }
}

.guide h3,
.pp h3 {
  font-size: 110%;
  margin-bottom: 0.5em;
}

.guide .subttl,
.pp .subttl {
  font-size: 140%;
  margin-bottom: 5%;
}

.guide p,
.pp p {
  line-height: 1.6;
  margin-bottom: 5%;
}

.guide .lead,
.pp .lead {
  margin-bottom: 5%;
}

.guide img,
.pp img {
  max-width: 96%;
}

/*QA系*/
.qa {
  padding: 0;
  background: #f5f5f5;
}

@media screen and (min-width: 1060px) {
  .qa {
    padding: 40px 0;
  }
}

.qa .inner {
  width: auto;
  max-width: 1000px;
  margin: 0;
  padding: 15px;
  line-height: 1.6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 1060px) {
  .qa .inner {
    margin: 20px auto;
    padding: 50px;
  }
}

.qa .inner dl {
  padding: 20px 0;
  border-bottom: 1px dotted #999;
}

.qa .inner dl:last-child {
  border-bottom: none;
}

.qa .inner dl dt {
  color: #fd01b0;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

#loadWindow_loader h2 {
  display: none;
}

/*写真リストのWRAPER*/
.photolist_wrap {
  padding: 30px 15px 20px;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.photolist_wrap .column {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.9em;
}

.photolist_wrap .column li {
  margin-left: 0.6em;
  display: inline-block;
  opacity: 0.3;
}

.photolist_wrap .column li.on {
  opacity: 1;
}

.photolist_wrap .cap1,
.photolist_wrap .cap2 {
  text-align: center;
}

.photolist_wrap .cap1 img {
  vertical-align: middle;
  margin-right: 0.6em;
  width: auto;
}

.photolist_wrap .cap2 {
  color: #B1B1B1;
  font-size: 100%;
}

.photolist_wrap .text {
  margin-top: 20px;
}

.photolist_wrap .seatText_list li {
  text-align: left;
}

.photolist_wrap .seatText_list li img {
  width: 25px;
  vertical-align: middle;
}

.l-frame .photolist_wrap {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 1060px) {
  .l-frame .photolist_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.photolist_wrap.history .seatText_list {
  background: none;
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.photolist_wrap.history .seatText_list li {
  text-align: center;
}

.photolist_wrap.history .seatText_list li img {
  width: 25px;
  vertical-align: middle;
}

.photolist_wrap.history .photolist_in {
  width: 96%;
  margin: 0 auto;
  padding: 2%;
  box-sizing: border-box;
}

/*写真リスト*/
.photolist_in {
  margin-bottom: 15px;
  text-align: center;
}

.photolist_in:last-child {
  margin-bottom: 0;
}

.photolist_in li {
  position: relative;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #999;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.photolist_in li:nth-child(3n) {
  margin-right: 0px;
}

.photolist_in li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 31vw;
  background: #262626;
  border-radius: 10px;
}

.photolist_in li .photo {
  height: 31vw;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}

.photolist_in li .photo .icon_container {
  width: 100%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  text-align: right;
}

.photolist_in li .photo .icon_container .set_img {
  margin-right: 8px;
}

.photolist_in li .photo .icon_container img {
  width: 15%;
  max-width: 30px;
}

.photolist_in li .photo.tama {
  position: absolute;
  width: 100%;
  top: 0px;
}

@media screen and (min-width: 1060px) {
  .photolist_in li::before {
    height: 310.4px;
  }
  .photolist_in li .photo {
    height: 310.4px;
  }
}

.photolist_in.mypage {
  width: 96%;
  margin: 0 auto;
  border-radius: 8px;
}

#email_error_config {
  font-weight: bold;
  display: block;
  padding: 5px 0;
  color: red;
}

/*======ダイアログウィンドウ関連=======*/
.dialog {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

.dialog .container {
  background: #FFF;
  width: 80%;
  padding: 18px;
  border-radius: 6px;
  max-width: 800px;
  border: 2px solid #ff00b1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.dialog .container h2 {
  text-align: center;
  padding-bottom: 1em;
  line-height: 140%;
}

.dialog .container .message_text {
  font-size: 90%;
  line-height: 140%;
  color: #949494;
}

.dialog .container .message_text img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.dialog .container .dialog_button_container {
  margin: 1em auto 0;
}

.dialog .container .dialog_button_container a,
.dialog .container .dialog_button_container input {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #465b6e url("../img/close_01.png") 15px 50% no-repeat;
  background-size: 12px auto;
  border: none;
  border-radius: 4px;
  transition: opacity 0.6s;
}

.dialog .container .dialog_button_container a:hover,
.dialog .container .dialog_button_container input:hover {
  opacity: 0.7;
}

.dialog .container .dialog_button_container a + a,
.dialog .container .dialog_button_container a + input,
.dialog .container .dialog_button_container input + a,
.dialog .container .dialog_button_container input + input {
  margin-top: 15px;
}

.p-error-page {
  padding: 50px 0;
  font-size: 115.38461%;
  line-height: 1.6;
}

@media screen and (min-width: 1060px) {
  .p-error-page {
    padding: 100px 0;
  }
}

.p-error-page__heading {
  margin: 0 0 20px;
  color: #999;
  text-align: center;
}

@media screen and (min-width: 1060px) {
  .p-error-page__heading {
    margin-bottom: 40px;
  }
}

.p-error-page__status-code {
  margin: 0 0 10px;
  font-size: 500%;
  line-height: 1;
}

.p-error-page__error-message {
  font-size: 140%;
}

.p-error-page__text {
  margin: 0 0 30px;
  text-align: center;
}

.p-error-page__text p {
  margin: 0 0 1em;
}

@media screen and (min-width: 1060px) {
  .p-error-page__text {
    margin-bottom: 60px;
  }
}

.p-error-page__link-list {
  margin: 0 0 30px;
  color: #666;
  border-top: 1px solid  #ccc;
}

.p-error-page__link-list > li {
  border-bottom: 1px solid  #ccc;
}

.p-error-page__link-list a {
  display: block;
  padding: 10px 10px 10px 25px;
  color: inherit;
  text-decoration: none;
  background: url("../img/arrow_03.png") 0.5em calc(10px + .5em) no-repeat;
  background-size: 7px auto;
}

@media screen and (min-width: 1060px) {
  .p-error-page__link-list {
    margin-bottom: 60px;
  }
}

.p-error-page__button {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.u-min-height-35vh {
  min-height: 35vh;
}

.u-min-height-55vh {
  min-height: 55vh;
}

.u-color-grey {
  color: #999;
}
