@charset "UTF-8";
/* Scss Document */
.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
}

.clearfix {
  overflow: visible !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
}

/* PCのみ表示 */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

/* SPのみ表示 */
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  a[href*="tel"] {
    pointer-events: none;
  }
	
}

header {
  padding: 25px 0 20px 0;
  text-align: center;
  margin: auto;
}

header h1 {
  font-size: 19px;
  line-height: 1.4;
  position: relative;
}

header h1 a {
  color: #000000;
}

header a {
  text-decoration: none;
}

header .logo a {
		 justify-content: center;
	}


.main_photo {
  width: 100%;
  background: url("../images/bg_main.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}

.main_photo img {
  width: 100%;
  max-width: 600px;
  padding: 30px;
}

.tit_sub {
  text-align: center;
}

.tit_sub img {
  width: 100%;
  max-width: 260px;
}

.howto_box {
  background: #f2f2f2;
  padding: 50px 0;
}

.howto_box ul {
  margin: 30px 0 0 0;
}

.howto_box ul li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howto_box ul li:first-child {
  padding-top: 0;
}

.howto_box ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.howto_box ul li::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/icon_7.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 45%;
}

.howto_box ul li:last-of-type::after {
  background: none;
}

.howto_box ul li .howto_ph img {
  width: 50px;
}

.howto_box ul li .howto_txt {
  padding-top: 10px;
  padding-left: 20px;
}

.howto_box ul h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.howto_box ul p {
  font-size: 15px;
}

.howto_box ul .kigen {
  color: #e34078;
}

.shop_box {
  padding: 0 0 0;
}

.tit_item_brand {
  text-align: center;
  color: #e34078;
  font-size: 22px;
  padding-bottom: 30px;
}

.tit_item_brand::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icon_tag.svg) no-repeat;
  background-size: contain;
  padding-right: 2em;
}

.shop_area {
  padding: 50px 0 20px 0;
}

.shop_area h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.shop_area h2::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icon_1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -5px;
}

.shop_area h2 a {
  color: #000000;
  text-decoration: underline;
}

.shop_area .shop_info {
  padding: 0  25px;
  margin-bottom: 20px;
  font-size: 16px;
}

.shop_area .shop_info li {
  position: relative;
  padding-left: 25px;
}

.shop_area .shop_info li a {
  color: #000000;
  text-decoration: underline;
}

.shop_area .shop_info .shop_tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

.shop_area .shop_info .shop_adress::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_3.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}



.shop_area .shop_item img {
  width: 100%;
  max-width: 450px;
}

.shop_item p {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.shop_area .ticket_box .price_group  {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop_area .ticket_box .price_group dt {
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop_area .ticket_box .price_group dd {
  border-top: dotted 1px #aaaaaa;
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_area .ticket_box :first-of-type {
  border: none;
}

.shop_area .ticket_box :last-of-type {
  padding-bottom: 0;
}

.shop_area .ticket_box dt {
  color: #e34078;
  font-size: 21px;
  padding-left: 25px;
}

@media print, screen and (min-width: 768px) {
	
.shop_area {
	overflow: hidden;
}
	.shop_area .ticket_box {
	width: 50%;
	float: left;
	padding-left: 30px;
}
	.shop_area .ticket_box dd {
	width: 100%;
		margin: 10px 0 30px 0;
}
.shop_area .shop_item {
  text-align: center;
  margin-bottom: 20px;
	float: left;
	width: 50%;
	max-width: 450px;
}
  .shop_area .ticket_box .price_group dt {
   width: 60%;
	max-width: 300px;
   padding-bottom: 0;
	  border-top: dotted 1px #aaaaaa;
	      padding: 15px 0;
  }
.shop_area .ticket_box .price_group dd {
	padding: 15px 0 0 0;
	  margin-bottom: 15px;
	width: 40%;
	margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
.shop_area .ticket_box .price_group dt {
  border-top: dotted 1px #aaaaaa;
	}
 .shop_area .ticket_box .price_group dt {
    width: 45%;
  }
}

.shop_area .ticket_box dt .ex_type {
  font-size: 12px;
  color: #000000;
  display: block;
  padding-right: 1em;
}

.shop_area .ticket_box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}



@media screen and (max-width: 767px) {
  .shop_area .ticket_box .price_group dd {
    width: 55%;
  }
}

.shop_area .ticket_box dd button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

.shop_area .ticket_box dd .btn_down img, .shop_area .ticket_box dd .btn_up img {
  width: 24px;
}

.shop_area .ticket_box .input_txt {
  width: 50px;
  border: 1px solid #eeeeee;
  text-align: center;
  margin: 0 1em;
}

.shop_sum_box {
  position: sticky;
  bottom: 0;
  background: #000;
  padding: 20px 0 25px 0;
  text-align: center;
  color: #e34078;
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .shop_sum_box {
    padding: 10px 0 15px
  }
  .shop_sum_box h3 {
    margin-bottom: 10px !important;
  }
  .shop_sum_box .shop_sum_price {
    font-size: 28px !important;
    height: 42px !important;
    width: 150px !important;
  }
}

.shop_sum_box h3 {
  margin-bottom: 15px;
}

.shop_sum_box .shop_sum_price {
  z-index: 10;
  outline: 0;
  border: none;
  background: #e34078;
  color: #fff;
  text-align: center;
  font-size: 36px;
  width: 200px;
  font-style: oblique;
  height: 50px;
  line-height: 50px;
}

.shop_sum_box .en_side {
  padding: 0 0 0 10px;
}

.form_area {
  padding: 40px 0;
}

.form_area .form_top_txt {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.form_area .form_entry_box > li {
  margin-bottom: 20px;
}

.form_area .form_entry_box .txt {
  margin-top: 10px;
  margin-bottom: 30px;
}

.form_area .form_entry_box .txt a {
  text-decoration: underline;
}

.form_area .form_entry_box .error {
  color: #e34078;
  font-weight: bold;
}

.form_area .form_entry_box input[type="text"] {
  width: 100%;
  border: 3px solid #aaaaaa;
  padding: 15px;
}

.form_area .form_entry_box input[type="checkbox"] {
  display: block;
  content: "";
  position: absolute;
  border: 3px solid #aaaaaa;
}

.form_area .form_entry_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 15px;
  border: 0;
  border: 3px solid #aaaaaa;
  outline-offset: -1px;
}

.form_area .form_entry_box input::-webkit-input-placeholder {
  color: #bab8b8;
}

.form_area .form_entry_box input:-ms-input-placeholder {
  color: #bab8b8;
}

.form_area .form_entry_box input::-ms-input-placeholder {
  color: #bab8b8;
}

.form_area .form_entry_box input::placeholder {
  color: #bab8b8;
}

.form_area .form_entry_box .terms_box {
  font-size: 14px;
  padding: 20px;
  overflow: scroll;
  height: 200px;
  background: #f2f1f1;
}

.form_area .form_entry_box .terms_box li {
  margin-bottom: 20px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 25px 0 0;
  opacity: 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  /* display: inline-block; */
}

input[type="radio"] + label::before, input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  display: block;
  content: "";
  position: absolute;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  top: 0;
  left: -38px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  border: 3px solid #aaaaaa;
  background: #fff;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  font-weight: 700;
}

input[type="radio"] + label::before, input[type="radio"] + label::after {
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  input[type="radio"]:checked + label::after {
    top: 8px;
  }
}

input[type="checkbox"]:checked + label::before {
  background: #e34078 url("../images/check.svg") no-repeat center center/90% auto;
  border-color: #e34078;
}

.box_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_radio p {
  padding-right: 2em;
}

.btn_submit {
  max-width: 240px;
  /*2020-04-17　change*/
  width: 80%;
  /*2020-04-17　change*/
  height: 80px;
  margin: 0 auto;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: #e34078;
  border-radius: 40px;
  margin-top: 20px;
  border: none;
  font-weight: bold;
}

.f_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f_navi li {
  border-right: 1px solid #000;
  font-size: 13px;
  padding: 0 10px;
}

.f_navi li:first-of-type {
  padding-left: 0;
}

.f_navi li:last-of-type {
  border-right: none;
  padding-right: 0;
}

.f_navi li a {
  color: #000000;
  text-align: center;
  display: block;
}

.copyright {
  font-size: 14px;
  text-align: center;
}

#pagetop {
  position: fixed;
  bottom: 80px;
  /*2020-04-17　change*/
  right: 0;
  display: none;
  /*2020-04-17　change*/
}

#pagetop a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  position: relative;
  height: 50px;
  width: 50px;
}

#pagetop a::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#btn_form {
  position: fixed;
  top: 50px;
  right: 0;
  display: none;
  /*2020-04-17　change*/
}

#btn_form a {
  width: 50px;
  height: 230px;
  padding: 20px 10px;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #e34078;
  color: #fff;
  font-weight: bold;
  position: relative;
}

#btn_form a::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.tokutei_box {
  padding: 40px 0;
}

.tokutei_box h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #e34078;
}

.tokutei_box dd {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.btn_bar_form {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px 0;
  border-radius: 3px;
}

.btn_bar_form a {
  color: #fff;
  width: 100%;
  display: block;
}

.contact-email {
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 15px;
  background-color: #e34078;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.chui_box {
  padding: 30px 0;
}

.chui_box .chui_box_memo {
  font-size: 14px;
}

/* utility
------------------------------------------------------------------------------------ */
.font_b {
  font-weight: bold;
}

.font_mini {
  font-size: 85%;
}

.a_center {
  text-align: center;
}

.a_right {
  text-align: right;
}

.red {
  color: #CC0000;
}

.black {
  color: #000000;
}

.m_h5 {
  margin: 5px 0px;
}

.m_h10 {
  margin: 10px 0px;
}

.m_h20 {
  margin: 20px 0px;
}

.m_5 {
  margin: 5px;
}

.m_10 {
  margin: 10px;
}

.m_20 {
  margin: 20px;
}

.m_w5 {
  margin: 0px 5px;
}

.m_w10 {
  margin: 0px 10px;
}

.m_w20 {
  margin: 0px 20px;
}

.m_w30 {
  margin: 0px 30px;
}

.m_b5 {
  margin-bottom: 5px;
}

.m_b0 {
  margin-bottom: 0px;
}

.m_b10 {
  margin-bottom: 10px;
}

.m_b15 {
  margin-bottom: 15px;
}

.m_b20 {
  margin-bottom: 20px;
}

.m_b30 {
  margin-bottom: 30px;
}

.m_b40 {
  margin-bottom: 40px;
}

.m_b50 {
  margin-bottom: 50px;
}

.m_b60 {
  margin-bottom: 60px;
}

.p_b5 {
  padding-bottom: 5px;
}

.p_b10 {
  padding-bottom: 10px;
}

.p_b15 {
  padding-bottom: 15px;
}

.p_b20 {
  padding-bottom: 20px;
}

.p_b30 {
  padding-bottom: 30px;
}

.p_b40 {
  padding-bottom: 40px;
}

/*# sourceMappingURL=snip.css.map */