@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

html,body,div,span,
h1,h2,h3,h4,h5,p,pre,a,
img,figure,ul,ol,li,dl,dt,dd,
form,label,table,tbody,tfoot,thead,tr,th,td,
header,nav,footer {
  margin: 0;
  padding: 0;
}
ul { list-style-type: none; }
a {
  text-decoration: none;
  color: #000;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  color: #000;
  background: transparent;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  line-height: 1.6;
  font-size: 1.8rem;
  word-wrap: break-word;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1.8rem;
  min-height: calc(100vh - 55px);
  position: relative;
  padding-bottom: 55px;
}
body * {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.svg__basic {
  fill: currentColor;
}
.view_pc {
  display: block;
}
.view_pc.inline {
  display: inline-block;
}
.view_sp {
  display: none !important;
}
.base:after {
  content: "";
  display: table;
  clear: both;
}
.p__r {
  position: relative;
}
.base-width {
  width: 1366px;
  margin: 0 auto;
}
.efo .datepicker {
  border-radius: 10px;
  border: solid 1px #fceaf3;
  height: 43px;
  width: 180px;
  padding: 0 12px;
  background: url("../../images/icon/icon_calendar.png") no-repeat right 18px top 50%;
}
.efo input {
  width: 100%;
}
.efo input[type="radio"] {
  width: auto;
}
.efo input[type="file"] {
  display: none;
}
.efo input[type="submit"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  padding: 0;
  cursor: pointer;
}
.efo input,
.efo select,
.efo textarea {
  font-family: inherit;
  font-size: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 0;
  border: none;
}
.efo input::placeholder,
.efo select::placeholder,
.efo textarea::placeholder {
  color: #000;
}
.efo input:-webkit-autofill,
.efo select:-webkit-autofill,
.efo textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fceaf3 inset;
}
.efo input[type="checkbox"] {
  width: auto;
  display: none;
}
.efo input[type="radio"] {
  display: none;
}
.efo .input {
  font-family: inherit;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 12px;
  background: #fceaf3;
  border-radius: 10px;
  border: solid 1px #fceaf3;
  height: 43px;
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.efo .input__base {
  margin-left: 0;
  width: 280px;
}
.efo .input__wide {
  margin-left: 0;
  width: 500px;
}
.efo .input::placeholder {
  color: #9d9d9d;
}
.efo .select {
  font-family: inherit;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 12px;
  background: url("../../images/icon/icon_down.png") no-repeat top 50% right 8px #fff;
  border-radius: 10px;
  border: solid 1px #fceaf3;
  height: 43px;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.efo .radio {
  position: relative;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 10px 6px 28px;
  margin: 0 auto 16px;
  background: #fceaf3;
  border-radius: 10px;
  border: solid 1px #fceaf3;
  height: auto;
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.efo .radio::placeholder {
  color: #fff;
}
.efo .radio:after {
  content: "";
  display: block;
  background-color: #fff;
  border: solid 1px #c4c4c4;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  opacity: 1;
  z-index: 1;
}
.efo .radio:before {
  content: "";
  display: block;
  background-color: #e62e8b;
  border: solid 1px #e62e8b;
  border-radius: 8px;
  height: 8px;
  width: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  opacity: 0;
  z-index: 2;
}
.efo .chk {
  position: relative;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  margin: 0 auto 16px;
  background: #fceaf3;
  border-radius: 10px;
  border: solid 1px #fceaf3;
  height: auto;
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.efo .chk::placeholder {
  color: #fff;
}
.efo .chk:after {
  content: "";
  display: block;
  background-color: #fff;
  border: solid 1px #c4c4c4;
  height: 14px;
  width: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  opacity: 1;
  z-index: 1;
}
.efo .chk label {
  cursor: pointer;
  width: 100%;
  padding: 8px 10px 6px 28px;
  position: relative;
}
.efo .chk label:before {
  content: "";
  transform: rotate(45deg);
  display: block;
  background-color: #e62e8b;
  border: solid 1px #e62e8b;
  height: 1.4px;
  width: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  opacity: 0;
  z-index: 2;
}
.efo .chk label:after {
  content: "";
  transform: rotate(-45deg);
  display: block;
  background-color: #e62e8b;
  border: solid 1px #e62e8b;
  height: 1.4px;
  width: 10px;
  margin: auto;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 12px;
  opacity: 0;
  z-index: 2;
}
.efo input[type="radio"]:checked + .radio::before,
.efo input[type="checkbox"]:checked + .radio::before,
.efo input[type="checkbox"]:checked + .chk::before,
.efo input[type="checkbox"]:checked + .chk label::before,
.efo input[type="checkbox"]:checked + .chk label::after {
  opacity: 1;
}
.efo input[type="radio"]:checked + .radio,
.efo input[type="checkbox"]:checked + .chk {
  background: #ffcee6;
}
.efo .err_txt {
  width: 100%!important;
}
.efo .err_txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  width: 16px;
  height: 17px;
  background: url("../../images/icon/icon_notice.png") no-repeat left top;
}
.efo .cancel__text {
  color: #f00;
  font-weight: bold;
  text-align: center;
  margin: 82px auto 0;
}
.efo .cancel__text img {
  vertical-align: middle;
  margin-right: 8px;
}
.efo .change__text {
  font-weight: bold;
  text-align: center;
  margin: 82px auto 0;
}
.efo .change__text img {
  vertical-align: middle;
  margin-right: 8px;
}
.efo .error__panel {
  padding-left: 24px;
  color: #e52c8a;
  border: solid 3px #e52c8a;
  font-size: 1.4rem;
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  height: 60px;
  margin-bottom: 12px;
}
.efo #plan_2:checked + label {
  margin-bottom: 60px;
}
.efo #plan_2:checked + label + span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.efo #plan_2 + label + span {
  display: none;
  transform: translate3d(0, 0, 0);
  height: 34px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 486px;
  font-size: 1.4rem;
  background: #e62e8b;
  color: #fff;
}
.efo #plan_2 + label + span:after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  bottom: 100%;
  left: 8px;
  background: url("../../images/icon/try.png") no-repeat;
}
.efo #plan_2 + label + span img {
  margin-top: -2px;
  padding-right: 6px;
  width: 20px;
  height: 16px;
}
.btn__submit {
  cursor: pointer;
  width: 268px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background: #e62e8b;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin: 24px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s ;
}
.btn__submit_search {
  cursor: pointer;
  width: 268px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background: #e62e8b;
  background: url("../../images/icon/icon_next_white.png") no-repeat top 50% right 12px #e62e8b;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin: 24px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s ;
}
.btn__submit:hover {
  opacity: 0.7;
}
.btn__submit_search:hover {
  opacity: 0.7;
}
.btn__err {
  cursor: pointer;
  width: 376px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  background: url("../../images/icon/icon_next.png") no-repeat top 50% right 12px #eee;
  color: #b6b6b6;
  border: solid 1px #ddd;
  border-radius: 10px;
  margin: 20px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__err_search {
  cursor: pointer;
  width: 268px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  background: url("../../images/icon/icon_next.png") no-repeat top 50% right 12px #eee;
  color: #b6b6b6;
  border: solid 1px #ddd;
  border-radius: 10px;
  margin: 20px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__success {
  cursor: pointer;
  width: 376px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  background: url("../../images/icon/icon_next_w.png") no-repeat top 50% right 12px #0ea801;
  color: #fff;
  border: solid 1px #08a801;
  border-radius: 10px;
  margin: 20px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__cancel {
  cursor: pointer;
  width: 438px;
  height: 69px;
  font-size: 2rem;
  font-weight: normal;
  background: url("../../images/icon/icon_next_w.png") no-repeat top 50% right 12px #e62e8b;
  color: #fff;
  border: solid 1px #e62e8b;
  border-radius: 10px;
  margin: 38px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__cancel2 {
  cursor: pointer;
  width: 310px;
  height: 69px;
  font-size: 2rem;
  font-weight: normal;
  background: url("../../images/icon/icon_next_w.png") no-repeat top 50% right 12px #fff;
  color: #f552a4;
  border: solid 1px #f552a4;
  border-radius: 10px;
  margin: 38px 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__change {
  cursor: pointer;
  width: 310px;
  height: 69px;
  font-size: 2rem;
  font-weight: normal;
  background: url("../../images/icon/icon_next_w.png") no-repeat top 50% right 12px #f552a4;
  color: #fff;
  border: solid 1px #f552a4;
  border-radius: 10px;
  margin: 38px 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__finish {
  cursor: pointer;
  width: 300px;
  height: 70px;
  font-size: 1.6rem;
  font-weight: normal;
  background: url(../../images/icon/icon_next_w.png) no-repeat top 50% right 12px #0ea801;
  color: #fff;
  border: solid 1px #08a801;  border-radius: 10px;
  margin: 40px auto 32px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__link {
  cursor: pointer;
  width: 310px;
  height: 43px;
  font-size: 1.6rem;
  font-weight: normal;
  background: url("../../images/icon/icon_next_w.png") no-repeat top 50% right 12px #e62e8b;
  color: #fff;
  border: solid 1px #e62e8b;
  border-radius: 10px;
  margin: 40px auto 78px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__base {
  cursor: pointer;
  width: 310px;
  height: 69px;
  font-size: 2rem;
  font-weight: normal;
  background: url("../../images/icon/icon_prev.png") no-repeat top 50% left 8px #eee;
  border: solid 1px #fceaf3;
  border-radius: 10px;
  margin: 38px 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn__back {
  font-size: 1.6rem;
  width: 186px;
  height: 45px;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  border: solid 1px #fceaf3;
  padding: 2px 0 0 32px;
  background: url("../../images/icon/icon_prev.png") no-repeat top 50% left 8px #eee;
  background-size: 18px 18px;
  margin: 0 auto 80px;
}
header {
  padding: 0;
  background: #e62e8b;
  height: 60px;
}
header .logo {
  height: inherit;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .logo img {
  transition: all 0.4s;
  vertical-align: bottom;
  display: block;
}
footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer p {
  color: #e62e8b;
  height: 54px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.box__title--main {
  background-color: #fff;
  text-align: center;
  padding: 30px 1rem;
}
.box__title--main h2 {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box__title--main h2 img {
  max-width: 100%;
}
#re-search {
  padding: 0 1rem;
}
.box__title--step {
  padding: 30px 0;
}
.input .box__title--step {
  padding: 0 0 20px;
}
.box__title--step h3 {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.box__title--step > img {
  display: block;
  margin: 0 auto;
  width: 94%;
}
.layout__first {
  margin: 0 auto;
}
.layout__first img {
  width: 100%;
}
.layout__2col {
  display: grid;
}
.layout__box {
  padding: 24px 16px;
  margin-bottom: 32px;
  margin-left: 60px;
}
.layout__form {
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
}
#pref {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../images/icon/icon_down.png) 96% 50% no-repeat;
  border: none;
  background-color: white;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 73px 9px 15px;
  border: 1px solid #f296c5;
}
.input .layout__form.user__data {
  max-width: 980px;
}
.layout__form.user__data dl.col2 dt {
  width: 270px;
}
.layout__form.user__data dl.col2 dt span {
  margin-top: 0;
  width: 40px;
}
.layout__form.user__data dl.col2 dd {
  width: calc(100% - 270px);
}
.layout__form .confirm__text {
  text-align: center;
  margin: 8px auto 28px;
  font-weight: bold;
}
.layout__form .confirm__text img {
  display: block;
  margin: 0 auto;
  max-width: 430px;
}
.layout__form .confirm__text.top {
  margin-top: 28px;
}
.layout__form .confirm__date {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  height: 78px;
  background: #fdfbee;
  margin-bottom: 32px;
}
.layout__form .confirm__date:before,
.layout__form .confirm__date:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("../../images/icon/bar.png");
}
.layout__form .confirm__date:before {
  bottom: 100%;
}
.layout__form .confirm__date:after {
  top: 100%;
}
.layout__form .confirm__date p {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  padding: 0 24px;
  font-weight: bold;
}
.layout__form .confirm__date p > span:first-of-type {
  display: inline-block;
  width: 32px;
  margin-top: -2px;
}
.layout__form .confirm__date p > span:last-of-type {
  padding-left: 16px;
  color: #e52c8a;
}
.layout__form .confirm__date p > span:last-of-type span {
  margin-left: 12px;
}
.layout__form .confirm__date p:nth-of-type(3) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  margin: auto;
  font-size: 1.6rem;
}
.layout__form .confirm__date p:nth-of-type(3) a {
  width: 146px;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  border: solid 1px #fceaf3;
  padding: 2px 0 0 16px;
  background: url("../../images/icon/icon_prev.png") no-repeat top 50% left 8px #eee;
}
.layout__form .flex__center {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.layout__form dl.col2 {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.layout__form dl.col2::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 9px;
  background: url(../../images/icon/triangle.png) no-repeat left top;
}
.input .layout__form dl.col2::after ,
.confirm .layout__form dl.col2::after {
  content: none;
}
.layout__form dl.border__none:after,
.layout__form .room:after {
  content: none;
}
button.next_weekly {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  -moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px -2px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 2px -2px rgb(0 0 0 / 30%);
  cursor: pointer;
  width: 268px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #3399ff;
  border: 1px solid #3399ff;
  border-radius: 8px;
  margin: 24px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
button.next_weekly:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\f078";
  width:14px;
  height: 14px;
  position: absolute;
  right: 14px;
  display: inline-block;

  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat
}
.layout__form dl.col2.conf {
  align-items: flex-start;
}
.layout__form dl.col2.conf dt {
  padding: 24px 0 24px 20px;
}
.layout__form dl.col2 dt {
  width: 200px;
  padding-left: 20px;
}
.layout__form dl.col2 dd {
  width: calc(100% - 200px);
}
.layout__form p.success__text {
  display: none;
  margin: 24px auto;
  text-align: center;
}
.layout__form dl.p__base {
  padding: 0;
}
.layout__form dl.p__base dd {
  padding: 24px 0 8px 4px;
}
.layout__form dl.p__list {
  padding: 0;
}
.layout__form dl.p__list.shop_data {
  align-items: unset;
}
.layout__form dl.p__list.shop_data dt:first-child {
  width: 60%;
  max-width: 600px;
}
.layout__form dl.p__list.shop_data .address {
  font-size: 14px;
  padding: 3em 0 3em 10px;
}
.layout__form dl.p__list.shop_data .address .shop_access {
  font-size: 16px;
}
.layout__form dl.p__list.shop_data .shop_map {
  width:40%;
  max-width: 340px;
}
.layout__form dl.p__list.shop_data .shop_map ul {
  width: 200px;
  margin: auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.layout__form dl.p__list.shop_data .shop_map ul li {
  padding-right: 0.5em;
}
.layout__form dl.p__list.shop_data .text-time {
  font-size: 14px;
}
.layout__form .p__list.room table{
  margin-top: 16px;
  border-collapse: collapse;
  border: 1px solid #bbb;
  width: 100%;
}
.layout__form .p__list.room table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.layout__form .p__list.room table tr td:first-child {
  font-size: 14px;
}
.layout__form .p__list.room table .midashi th,
.layout__form .p__list.room table .midashi td:first-child {
  font-size: 16px;
  border: 1px solid #ddd;
}
.layout__form dl.p__list dd {
  padding: 24px 0 8px 4px;
}
.layout__form dl.p__input {
  padding: 0;
}
.layout__form dl.p__input dd {
  padding: 24px 0 24px 4px;
}
.layout__form dl.error__text {
  border-bottom: none;
}
.layout__form dl.error__text dt,
.layout__form dl.error__text dd {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #e52c8a;
}
.layout__form dl.error__text dt {
  height: 56px;
  font-weight: bold;
}
.layout__form dl.error__text dt img {
  margin-top: -4px;
  margin-right: 4px;
}
.layout__form dl.error__text dd {
  font-size: 1.4rem;
}
.layout__form dl.domain__text {
  border-bottom: none;
  margin-bottom: 78px;
}
.layout__form dl.domain__text dt,
.layout__form dl.domain__text dd {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.layout__form dl.domain__text dt {
  font-weight: bold;
}
.layout__form dl.domain__text dt img {
  margin-top: -4px;
  margin-right: 4px;
}
.layout__form dl.domain__text dd {
  font-size: 1.4rem;
}
.layout__form dl {
  border-bottom: dashed 1px #c4c4c4;
  padding: 22px 0;
}
.layout__form dl:nth-last-of-type(1),
.layout__form dl.border__none{
  border-bottom: none;
}
.layout__form dl.border__none {
  padding-top: 40px;
}
.layout__form dl dt {
  font-weight: bold;
  position: relative;
}
.layout__form dl dt span {
  display: inline-block;
}
.layout__form dl dt span img {
  width: 32px;
}
.layout__form dl dt .em {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background: #ffa2a9;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 42px;
  height: 26px;
  margin: auto !important;
  border-radius: 4px;
}
.layout__form dl dd .red {
  font-size: 1.4rem;
  color: #ff0909;
}
.layout__form dl dd ul.list {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.layout__form dl dd ul.list li {
  display: inline-block;
  margin-right: 12px;
  min-width: 120px;
  height: 100%;
}
.layout__form dl dd ul.list li.shop {
  max-width: 164px;
  display: inline-block;
  margin: 0 3px 10px 0;
  position: relative;

  vertical-align: middle;
  font-size: 18px;
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  border-radius: 10px;
  height: auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.layout__form dl dd ul.list li.shop:hover{
  background: #fceaf3;
  border: 1px solid #fceaf3;
}

.layout__form dl dd ul.list li * {
  height: 100%;
}
.layout__form dl dd ul.list li.shop .chk {
  position: relative;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  margin: 0 auto;
  border-radius: 10px;
  height: auto;
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  /* background: #e62e8b;
  border-color: #e62e8b; */
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
}
.layout__form dl dd ul.list li.shop .chk label {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%;
  padding: 8px 10px 6px 28px;
  position: relative;
}
.layout__form dl dd ul.list li.shop label{
  box-sizing: border-box;
  font-size: 14px;
  padding: 8px 5px 8px 30px;
  width: 162px;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.layout__form dl dd ul.list li.shop .chk label:before,
.layout__form dl dd ul.list li.shop label:before{
  left: 10px;
}
.layout__form dl dd ul.list li.shop .chk label:before,
.layout__form dl dd ul.list li.shop label:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 20px;
  border-radius: 50%;
  background: #fff;

  margin-top: -10px;
  border: 1px solid #afafaf;
}
.layout__form dl dd ul.list li.shop.radio_checked {
  background: #e62e8b;
  border-color: #e62e8b;
}
.layout__form dl dd ul.list li.shop.radio_checked label:after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 14px;
  left: 14px;
  border-radius: 50%;
  background: #e62e8b;
}
.layout__form dl dd ul.list li.shop input {
  display: none;
}
.layout__form dl dd ul.birth span {
  padding-right: 24px;
  display: inline-block;
}
.layout__form dl dd ul.birth span .select {
  margin-right: 12px;
  width: 81px;
}
.layout__form dl dd ul.birth span:first-of-type {
  margin: 0;
}
.layout__form dl dd ul.birth span:first-of-type .select {
  width: 188px;
}
.layout__form dl dd div.label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 24px;
}
.layout__form dl dd div.label label {
  min-width: 42px;
  margin-top: 8px;
}
.layout__form dl dd div.label p {
  width: 140px;
}
.layout__form dl dd div.label:last-of-type {
  margin-left: 12px;
}
.layout__form dl dd div.privacy {
  background: #fceaf3;
  margin-top: 22px;
  padding: 10px 0 10px 10px;
}
.layout__form dl dd div.privacy .fixed__scroll {
  background: #fff;
  height: 156px;
  overflow-y: scroll;
  scrollbar-color: #e62e8b #fceaf3;
  scrollbar-width: thin;
  padding: 12px;
}
.layout__form dl dd div.privacy .fixed__scroll dl {
  border-bottom: none;
}
.layout__form dl dd div.privacy .fixed__scroll dl dt {
  font-size: 1.6rem;
}
.layout__form dl dd div.privacy .fixed__scroll dl dd {
  font-size: 1.4rem;
}
.layout__form dl dd div.privacy .fixed__scroll p {
  font-size: 1.4rem;
}
.layout__form dl dd div.privacy .fixed__scroll::-webkit-scrollbar {
  width: 10px;
}
.layout__form dl dd div.privacy .fixed__scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fceaf3;
}
.layout__form dl dd div.privacy .fixed__scroll::-webkit-scrollbar-thumb {
  background: #e62e8b;
  border-radius: 10px;
  height: 40px;
}
.layout__panel {
  width: 950px;
  margin: 40px auto;
}
.layout__panel h4 {
  color: #fff;
  background: #f552a4;
  height: 64px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: normal;
}
.layout__panel .panel__body {
  background: #fceaf3;
  padding: 24px;
  position: relative;
}
.layout__panel .panel__body > .btn__submit {
  margin-bottom: 0;
}
.layout__panel .child__search {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.layout__panel .child__search p {
  padding-right: 12px;
  font-weight: bold;
  font-size: 1.4rem;
}
.layout__panel .child__search p:first-of-type {
  font-size: 1.8rem;
}
.layout__panel .child__search p img {
  padding-right: 12px;
}
.layout__panel .child__search div {
  position: absolute;
  right: 24px;
  display: flex;
  display: -ms-flexbox;
}
.layout__panel .child__search p.prev__day[data-day="前日"],
.layout__panel .child__search p.next__day[data-day="翌日"] {
  min-width: 104px;
  max-width: 120px;
  cursor: pointer;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 8px;
  border-bottom: solid 2px #777;
}
.layout__panel .child__search p.prev__day[data-day="前日"] {
  padding-left: 0.5em;
  margin-right: 8px;
}
.layout__panel .child__search p.next__day[data-day="翌日"] {
  text-align: right;
  padding-right: 0.5em;
}
.layout__panel .child__search p.next__day[data-day="翌日"]:hover,
.layout__panel .child__search p.prev__day[data-day="前日"]:hover {
  border-bottom: solid 2px #333;
}
.layout__panel .child__list {
  background: #fff;
  margin: 16px auto 24px;
  padding: 16px;
}
.layout__panel .child__list h5 {
  color: #e62e8b;
}
.layout__panel .child__list .col2 {
  padding-top: 8px;
  display: flex;
  display: -ms-flexbox;
}
.layout__panel .child__list .col2 > ul {
  width: 60%;
  padding-right: 24px;
}
.layout__panel .child__list .col2 > ul li {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 66px;
  border-bottom: dashed 1px #c4c4c4;
}
.layout__panel .child__list .col2 > ul li span {
  font-size: 1.6rem;
  display: inline-block;
}
.layout__panel .child__list .col2 > ul li span:first-of-type {
  width: 10%;
}
.layout__panel .child__list .col2 > ul li span:nth-of-type(2) {
  width: 10%;
  text-align: center;
}
.layout__panel .child__list .col2 > ul li span:nth-of-type(3) {
  width: 55%;
}
.layout__panel .child__list .col2 > ul li span:last-of-type {
  width: 25%;
}
.layout__panel .child__list .col2 > ul li span:last-of-type a {
  cursor: pointer;
  width: 100%;
  height: 34px;
  font-size: 1.4rem;
  background: #e62e8b;
  color: #fff;
  border: none;
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
.layout__panel .child__list .col2 > ul li span:last-of-type a:hover {
  opacity: 0.7;
}
.layout__panel .child__list .col2 > div {
  width: 40%;
}
.layout__panel .child__list .col2 > div iframe {
  width: 100%;
  height: 230px;
}
.layout__panel .child__list .col2 > div p {
  margin-top: 12px;
  font-size: 1.4rem;
}
.layout__finish, .layout__error .layout__line {
  width: 900px;
  margin: 0 auto;
}
.layout__finish .confirm__text {
  text-align: center;
  margin: 40px auto 28px;
  font-weight: bold;
}
.layout__finish .confirm__text img {
  display: block;
  margin: 0 auto;
  max-width: 430px;
}
.layout__finish .text {
  font-size: 1.4rem;
}
.layout__finish h3 {
  color: #f092ae;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px auto 24px;
  text-align: center;
}
.layout__finish .label {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff1f5;
  height: 46px;
  margin: 24px auto;
  padding: 0 24px;
}
.layout__finish .label.blue {
  background: #fceaf3;
}
.layout__finish .label img {
  vertical-align: middle;
  margin-right: 12px;
}
.layout__finish .box__col2 {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.layout__finish .box__col2 section {
  width: calc(50% - 10px);
}
.layout__finish .box__col2 section:first-of-type {
  margin-left: 0;
  padding: 27px;
  background: #fceaf3;
}
.layout__finish .box__col2 section:first-of-type h4 {
  color: #e62e8b;
  margin-bottom: 12px;
}
.layout__finish .box__col2 section:first-of-type h4 img {
  vertical-align: middle;
  margin-right: 12px;
}
.layout__finish .box__col2 section:first-of-type .col2 {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.layout__finish .box__col2 section:first-of-type .col2 dt {
  font-weight: bold;
}
.layout__finish .box__col2 section:first-of-type p {
  margin-top: 20px;
  font-size: 1.4rem;
}
.layout__finish .box__col2 section:last-of-type {
  margin-left: auto;
}
.layout__finish .box__col2 section:last-of-type h4 {
  color: #e52c8a;
}
.layout__finish .box__col2 section:last-of-type h4 img {
  vertical-align: middle;
  margin-right: 12px;
}
.layout__finish .box__col2 section:last-of-type .red {
  color: #e52c8a;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.layout__finish .box__col2 section:last-of-type p {
  font-size: 1.4rem;
}
.layout__finish .call__panel {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
  margin: 32px auto;
  border: solid 1px #e52c8a;
}
.layout__finish .call__panel dt {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 274px;
  font-weight: 600;
  background: #e52c8a;
  color: #fff;
  padding-left: 8px;
}
.layout__finish .call__panel dt img {
  margin-right: 8px;
}
.layout__finish .call__panel dd {
  color: #e52c8a;
  padding: 0 32px;
}
.layout__finish .call__panel dd span {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
}
.layout__finish .call__panel dd img {
  vertical-align: middle;
  margin-left: auto;
  display: block;
}
.img__center {
  display: block;
  margin: 0 auto;
}
.notice-label {
  text-align: center;
  font-weight: normal;
}
.notice-label img {
  display: block;
  margin: 0 auto 16px;
  max-width: 430px;
}
.notice-label a {
  color: #e62e8b;
}
.click__region {
  cursor: pointer;
}
.map__base {
  padding: 38px 0;
  position: relative;
}
.popup__base {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 920px;
  height: 500px;
  background: rgba(255,255,255,0.75);
  border: solid 3px #f3accb;
  border-radius: 20px;
  padding: 12px 18px;
}
.popup__base .popup__close {
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
}
.popup__base dl dd div {
  padding: 12px 0;
  position: relative;
}
.popup__base dl dd div img {
  display: block;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: auto;
}
.popup__base dl dd div p {
  cursor: pointer;
  font-size: 1.8rem;
  display: inline-flex;
  border-radius: 20px;
  padding: 0 32px;
  height: 76px;
  justify-content: center;
  align-items: center;
  position: absolute;
}
/*
.popup__base dl dd div p.tokyo__1 {
  background: #79f293;
  top: 54px;
  right: 0;
}*/
.popup__base dl dd div p.tokyo__1 {
  background: #f6ee50;
  top: 188px;
  right: 0;
}
.popup__base dl dd div p.tokyo__2 {
  background: #eda0fa;
  top: 90px;
  right: 204px;
}
.popup__base dl dd div p.tokyo__3 {
  background: #34ddfa;
  top: 290px;
  right: 154px;
}
.popup__base dl dd div p.tokyo__4 {
  background: #b6b6fb;
  top: 228px;
  left: 82px;
}
.htmlNoPages {
  position: relative;
  width: 695px;
  height: 596px;
  margin: 0 auto;
  transform: scale(1.2);
}
.gwd-img-1pc2 {
  position: absolute;
  width: 638px;
  height: 538px;
  left: 29px;
  top: 25px;
}
.gwd-imagebutton-bu5m {
  position: absolute;
  transform-origin: 100px 82.3304px 0px;
  height: 167px;
  left: 484px;
  top: 25px;
  width: 182px;
}
.gwd-imagebutton-kqcy {
  position: absolute;
  left: 484px;
  width: 131px;
  height: 36px;
  top: 203px;
}
.gwd-imagebutton-48rg {
  position: absolute;
  width: 65px;
  height: 43px;
  top: 240px;
  left: 550px;
}
.gwd-imagebutton-1vqz {
  position: absolute;
  width: 65px;
  top: 284px;
  left: 550px;
  height: 49px;
}
.gwd-imagebutton-1v3y {
  position: absolute;
  height: 43px;
  top: 240px;
  left: 484px;
  width: 66px;
}
.gwd-imagebutton-1mio {
  position: absolute;
  width: 66px;
  left: 484px;
  top: 284px;
  height: 49px;
}
.gwd-imagebutton-1ugf {
  position: absolute;
  top: 334px;
  height: 44px;
  width: 103px;
  left: 512px;
}
.gwd-imagebutton-b9rx {
  position: absolute;
  width: 48px;
  height: 66px;
  left: 567px;
  top: 379px;
}
.gwd-imagebutton-zqn2 {
  position: absolute;
  width: 45px;
  height: 35px;
  left: 521px;
  top: 379px;
}
.gwd-imagebutton-1agj {
  position: absolute;
  left: 478px;
  top: 380px;
  height: 35px;
  width: 42px;
}
.gwd-imagebutton-uto6 {
  position: absolute;
  height: 25px;
  width: 88px;
  left: 478px;
  top: 415px;
}
.gwd-imagebutton-mrv9 {
  position: absolute;
  left: 567px;
  width: 48px;
  height: 56px;
  top: 446px;
}
.gwd-imagebutton-1a5j {
  position: absolute;
  left: 506px;
  top: 441px;
  height: 25px;
  width: 60px;
}
.gwd-imagebutton-1agj {
  position: absolute;
  width: 200px;
  height: 140px;
  left: 247px;
  top: 228px;
}
.gwd-imagebutton-1h6b {
  left: 506px;
  height: 27px;
  top: 467px;
  width: 46px;
}
.gwd-imagebutton-ik23 {
  height: 35px;
  width: 42px;
  top: 379px;
  left: 478px;
}
.gwd-imagebutton-jfs0 {
  position: absolute;
  height: 49px;
  top: 329px;
  left: 411px;
  width: 100px;
}
.gwd-imagebutton-rx2b {
  position: absolute;
  width: 45px;
  top: 357px;
  height: 40px;
  left: 365px;
}
.gwd-imagebutton-10u0 {
  position: absolute;
  height: 38px;
  top: 352px;
  left: 312px;
  width: 52px;
}
.gwd-imagebutton-157p {
  position: absolute;
  width: 59px;
  height: 18px;
  top: 391px;
  left: 305px;
}
.gwd-imagebutton-cu2k {
  position: absolute;
  height: 32px;
  top: 430px;
  width: 47px;
  left: 458px;
}
.gwd-imagebutton-4bl0 {
  position: absolute;
  top: 379px;
  height: 87px;
  width: 74px;
  left: 403px;
}
.gwd-imagebutton-llxl {
  position: absolute;
  width: 42px;
  left: 360px;
  top: 398px;
  height: 68px;
}
.gwd-imagebutton-1ieh {
  position: absolute;
  top: 463px;
  width: 85px;
  left: 420px;
  height: 38px;
}
.gwd-imagebutton-5sl9 {
  position: absolute;
  top: 467px;
  height: 34px;
  width: 59px;
  left: 360px;
}
.gwd-imagebutton-13hy {
  position: absolute;
  height: 78px;
  top: 462px;
  left: 340px;
  width: 19px;
}
.gwd-imagebutton-ffkv {
  position: absolute;
  top: 410px;
  height: 51px;
  left: 318px;
  width: 41px;
}
.gwd-imagebutton-rue1 {
  position: absolute;
  left: 292px;
  width: 25px;
  top: 393px;
  height: 51px;
}
.gwd-imagebutton-1kr9 {
  position: absolute;
  width: 25px;
  height: 47px;
  left: 292px;
  top: 445px;
}
.gwd-imagebutton-1gm4 {
  position: absolute;
  width: 21px;
  height: 41px;
  left: 318px;
  top: 462px;
}
.gwd-imagebutton-6jsb {
  position: absolute;
  left: 298px;
  width: 41px;
  top: 493px;
  height: 47px;
}
.gwd-imagebutton-1fso {
  position: absolute;
  width: 34px;
  left: 257px;
  top: 393px;
  height: 57px;
}
.gwd-imagebutton-jlid {
  position: absolute;
  width: 33px;
  height: 20px;
  top: 393px;
  left: 223px;
}
.gwd-imagebutton-11eb {
  position: absolute;
  height: 20px;
  top: 393px;
  width: 34px;
  left: 188px;
}
.gwd-imagebutton-1kog {
  position: absolute;
  width: 33px;
  left: 223px;
  top: 414px;
  height: 36px;
}
.gwd-imagebutton-1tj0 {
  position: absolute;
  top: 414px;
  height: 36px;
  left: 188px;
  width: 34px;
}
.gwd-imagebutton-1bfj {
  position: absolute;
  width: 20px;
  top: 393px;
  left: 167px;
  height: 57px;
}
.gwd-imagebutton-1yvf {
  position: absolute;
  width: 51px;
  left: 240px;
  top: 478px;
  height: 19px;
}
.gwd-imagebutton-1dff {
  position: absolute;
  width: 51px;
  height: 16px;
  top: 461px;
  left: 240px;
}
.gwd-imagebutton-z04n {
  position: absolute;
  width: 53px;
  top: 461px;
  left: 186px;
  height: 36px;
}
.gwd-imagebutton-19e2 {
  position: absolute;
  height: 23px;
  top: 498px;
  left: 186px;
  width: 105px;
}
.gwd-imagebutton-1h6l {
  position: absolute;
  width: 66px;
  height: 56px;
  left: 98px;
  top: 393px;
}
.gwd-imagebutton-1r9t {
  position: absolute;
  height: 56px;
  top: 393px;
  left: 59px;
  width: 38px;
}
.gwd-imagebutton-z10i {
  position: absolute;
  top: 393px;
  left: 29px;
  height: 51px;
  width: 29px;
}
.gwd-imagebutton-2mv6 {
  position: absolute;
  width: 40px;
  top: 450px;
  left: 67px;
  height: 87px;
}
.gwd-imagebutton-6uzm {
  position: absolute;
  top: 450px;
  left: 108px;
  width: 56px;
  height: 34px;
}
.gwd-imagebutton-1mog {
  position: absolute;
  width: 56px;
  left: 108px;
  top: 485px;
  height: 59px;
}
.gwd-imagebutton-1hpo {
  position: absolute;
  width: 97px;
  height: 25px;
  left: 67px;
  top: 538px;
}
.gwd-imagebutton-1z2b {
  position: absolute;
  width: 25px;
  height: 51px;
  left: 86px;
  top: 206px;
}
.gwd-img-1ry7 {
  position: absolute;
  width: 210px;
  height: 167px;
  transform-origin: 104.922px 83.4822px 0px;
  left: 39px;
  top: 152px;
}
.layout__error {
  width:100%;
  padding:20px 0;
}
.layout__error .label {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff1f5;
  height: 46px;
  margin: 24px auto;
  padding: 0 24px;
}


.layout__line {
  width:80%;
  max-width:800px;
  height:auto;
  background: #fff1f5;
  flex-wrap: wrap;
  margin: 90px auto;
  vertical-align: middle;
}

.layout__line .inner {
  margin:0 auto;
}

.layout__line .inner img {
  display: block;
  width: 75%;
  margin:0 auto;
}

.layout__line .line__text span {
  display: inline-block;
}

#line-finish-content .inner_text {
  padding-bottom:36px;
}

#line-finish-content .center {
  text-align:center;
}

#line-finish-content .center p {
  padding: 20px 0;
}

.layout__line .line__head {
  padding:18px 0;
  text-align:center;
  font-size:22px;
  font-feature-settings : "pwid";
}

.layout__line .line__text {
  text-align:center;
  font-size:18px;
  font-feature-settings : "pwid";
}

.layout__line .line__text span {
  display: inline-block;
}

.layout__line .title {
  text-align:center;
  background-color: #e62e8b;
  color:#ffffff;
  margin-bottom:36px;
}


.layout__line .title h2 {
  font-size:26px;
}

.privacy .fixed__scroll ul {
  list-style-type:disc;
  padding-left: 1em;
}

.privacy .fixed__scroll ol{
  margin-left: 2.5em;
}

.privacy .fixed__scroll ol li{
  list-style-type: none;
	counter-increment: cnt;
}

.privacy .fixed__scroll ol li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em;
	width: 2em;
}

.privacy .fixed__scroll dl dd{
  justify-content: start;
}

/* add */
ul{list-style:none;}
a{color:inherit;}
a:hover,label:hover{cursor:pointer;}
input:focus,select:focus{outline:none;}
table{border-collapse: collapse;}
.contents_margin2{margin-top:16px;}
.contents_margin5{margin-left:10px;}
.contents_margin7{margin-bottom:20px;}
.contents_width19{width:340px;}
.img_adjust1{margin-bottom:-6px;}
.margin1{margin-top:10px;margin-bottom:10px;}
ul.float_left li{float:left;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.bg_kireimo_blue{background-color:#3399ff;}
.bg_white{background-color:#fff!important;}
.bg_new_lightpink{background-color: #fceaf3;}
.bg_gray {background-color: #f6f6f6 !important;}
.font_purple{color:#e52c8a;}
.font_kireimo_blue{color:#3399ff;}
.font_white{color:#ffffff;}
.font_red{color:#ff2d47;}
.font_gray{color:#666666;}
.font_holiday_red{color:#ff445b; background-color: #ffe6e9 !important;}
.font_holiday_blue{color:#006ddb; background-color: #ebf4fe !important;}
.font_enable_brown{color:#7a6216;}
.font_new_pink{color:#e62e8b;}
.normal_font1{font-size:20px;}
.compact_font1{font-size:14px;}
.compact_font2{font-size:18px;}
.a_style1{display:inline-block;height:100%;width:100%;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.inline_block{display:inline-block;}
.absolute_position20{bottom:5px;}
.double_circle{color:#7a6216;background-color:#fcfbed;font-size:20px!important;}
.double_circle:hover{color:#7a6216;background-color:#f8f4d1;font-size:20px!important;outline:2px solid #0059b4;}
.contents_block{width:980px;margin:0 auto;background-color:white;}
.nobdr{border-bottom:none!important;}
.header{min-width:1000px;margin-bottom:24px;}
.header table{border-bottom:1px solid #AACCFF;border-collapse:collapse;}
.footer{margin-top:-8px;margin-left:auto;margin-right:auto;color:#3399ff;font-size:20px;text-align:center;}
.footer_copy{font-size:14px;padding:36px 0 27px;margin:0 auto;width:900px;background:url(../img/line1.png) repeat-x -5px top;}
.table_style2{width:100%;border-collapse:collapse;border:1px solid #bbb;}
.table_style2 td{text-align:center;vertical-align:middle;padding:5px;box-sizing:border-box;}
.table_style2 td:first-child{font-size:14px;}
.table_style2 td.font_gray{background:#F6F6F6;}
#on_info{width:870px;margin:-38px 40px 40px;padding:15px;}
#on_info .bg_white{padding:15px;}
#on_info .cal_info{width:600px;text-align:left;padding-bottom:20px;}
.cal_info .ttl{padding:5px 20px!important;display:inline-block;font-size:22px!important;top:2px;}
.white_box1{display:inline-block;position:relative;text-align:center;font-weight:bold;color:#3399ff;border:1px solid #3399ff;border-radius:8px;padding:10px 110px;font-size:16px;-moz-box-shadow:0px 2px 2px -2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 2px -2px rgba(0, 0, 0, 0.3);box-shadow:0px 2px 2px -2px rgba(0, 0, 0, 0.3);}
.white_box1:hover{background-color:#e0eefe;}
.input_style1{height:40px;border-radius:8px;background-color:#fceaf3 !important;padding-left:10px;border:1px solid #fceaf3;font-size:16px;}
.input_style1::-webkit-input-placeholder{font-size:16px;color:#999;}
.select_style1{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../img/down1.png) 96% 50% no-repeat;border:none;background-color:white;font-size:16px;border-radius:8px;padding:10px 73px 9px 15px;border:1px solid #f296c5;}
.select_style1::-ms-expand{display: none;}
.custom_select1{font-size:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fceaf3 url(../img/down1.png) no-repeat;background-size:20px 20px;background-position:95% center;}
.custom_select1::-ms-expand{display:none;}
.text_middle{vertical-align:middle;}
.text_top{vertical-align:top;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.text_right{text-align:right;}
.inline_block{display:inline-block;}
.center_div{margin-left:auto;margin-right:auto;}
.label_style{display:inline-block;vertical-align:middle;}
.label_style label{padding:7px 32px 7px 50px;border-radius:8px;position:relative;border:1px solid #dcdcdc;background:#dcdcdc;text-align:left;-moz-box-shadow:0px 2px 2px -2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 2px -2px rgba(0, 0, 0, 0.3);box-shadow:0px 2px 2px -2px rgba(0, 0, 0, 0.3);}
.bg_new_lightpink {background-color: #fceaf3;}
.nobdr {border-bottom: none!important;}
.font_purple {color: #e52c8a;}
.select_title{margin-bottom:6px;font-weight:bold;text-align:center;font-size:20px;}
.step01_area .cmn_wrap{padding:19px 0 19px;border-bottom:1px dashed #c4c4c4;position:relative;}
.step01_area .cmn_wrap:after{content:"";position:absolute;z-index:10;bottom:-9px;left:0;right:0;margin:auto;width:16px;height:9px;background:url(../../images/pc/triangle1.png) no-repeat left top;}
.step01_area .cmn_wrap.bg_new_lightpink:after{background:url(../../images/pc/triangle1.png) no-repeat left top;}
.step01_area .cmn_wrap.nobdr:after{display:none;}
.step01_area .ttl{font-size:18px;display:inline-block;vertical-align:middle;padding:0 43px 0 20px;}
.step01_area .ttl .icon{display:inline-block;vertical-align:middle;margin-right:21px;}
.step01_area .text_exc{font-size:16px;padding-top:10px;}
.step01_area .text_exc2{padding:8px 0 7px;display:block;}
.step01_area .text_exc3{font-size:16px;padding-left:50px;}
.step01_area .bg_exc{background:#e62e8b;color:#fff;font-weight:bold;padding:18px 0;max-width:640px;margin:44px auto 90px;text-align:center;font-size:16px;}
.step01_area .bg_exc i{font-size:24px;vertical-align:middle;}
.select_style1{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../../images/icon/icon_check.png) 96% 50% no-repeat;border:none;background-color:white;font-size:16px;border-radius:8px;padding:10px 73px 9px 15px;border:1px solid #f296c5;}
.select_style1::-ms-expand{display: none;}
#shop_li7 label{font-size:12px;padding:0 5px 1px 30px;vertical-align:middle;}
.contents_shop{width:680px;}
.error{color:red;}
input:focus,select:focus{box-shadow: 0 0 0 1px #e62e8b;}
select::-ms-expand {display: none;}
.blue_border{border:1px solid #3399ff;}
.header_bg{ background-color: #e62e8b; text-align: center; height: 60px; line-height: 60px; margin-bottom: 0;}
.header_logo img{ vertical-align: middle; width: 120px;}
.ttl_block{ background-color: #fff; text-align: center; padding: 30px 0;}
.ttl_block h2 img{ vertical-align: middle;}
.ttl_block p {padding-top: 20px;font-weight: bold;}
.ttl_block a {color: #e62e8b;}
.step_block{ text-align: center; margin-bottom: 15px}
.step_block h3{ margin-bottom: 15px;}
.step_block img{ vertical-align: middle;}

.bottom-area {padding-top: 100px;}
.campaign{ text-align: center;}
.campaign h3{ background-color: #f0c8dc; padding: 20px 0;}
.campaign h3 img{ width: 94%; max-width: 570px;vertical-align: middle; }
.campaign_notes{ color: #000; background-color:#e5e5e5; line-height: 20px; letter-spacing: 0.05em; font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"; font-weight: 600; padding: 15px 0;}
.treatment{ width: 94%; max-width: 900px; display: table; margin: 0 auto;}
.treatment img{width:100%; padding-top:10px;}

.center_div{margin-left:auto;margin-right:auto;}
.checkbox_style1 input,
.custom_radio input,
.custom_checkbox input,
.custom_checkbox i{display:none;}
.checkbox_style1{width:160px;display:inline-block;margin:0 3px 10px 0;}
.checkbox_style1 label{display:inline-block;box-sizing:border-box;font-size:14px;padding:8px 5px 8px 30px;width:160px;}
.checkbox_style1.label_style label:before,.label_short label:before{left:10px;}
.label_style.radio_checked label,
.label_style.radio_checked label:hover,
.label_style.checkbox_checked label,
.label_style.checkbox_checked label:hover{background:#e62e8b;border-color:#e62e8b;}
.label_style label:before{position:absolute;content:"";top:18px;left:31px;width:13px;height:13px;margin-top:-10px;background:#fff;border:1px solid #afafaf;border-radius:50%;}
.label_style.checkbox_checked label:after,
.label_style.label_short.radio_checked label:after,
#shop_list_show .label_style.radio_checked label:after,
.contents_shop .label_style.radio_checked label:after{left:14px;}
#running .tit { text-align: center; padding-top: 10px;}
#running .searching {
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  -moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px -2px rgb(0 0 0 / 30%);
  box-shadow: 0px 2px 2px -2px rgb(0 0 0 / 30%);
  cursor: pointer;
  width: 268px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #f552a4;
  border: 1px solid #f552a4;
  border-radius: 8px;
  margin: 24px auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
