@charset "utf-8";
/*------------------------------------------------------------
　nav
-------------------------------------------------------------*/
.system_nav {
  display: flex;
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.system_nav li {
  flex: 1;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.system_nav li a {
  display: block;
  background-color: #f8f8f8;
  line-height: 60px;
  text-align: center;
  transition: 0.5s ease-out;
}
.system_nav li a:hover {
  color: #fb3690;
  background-color: #fff;
}
/*------------------------------------------------------------
　共通
-------------------------------------------------------------*/
.tax-info {
  position: relative;
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.tax-info span {
  position: relative;
  z-index: 1;
  padding-inline: 10px;
  background-color: #fff;
}
.tax-info:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
}
.charge .tax-info {
  width: 680px;
  font-size: 26px;
}
.charge .tax-info:before {
  border-top: 15px double #092f54;
}
.delivery .tax-info {
  font-size: 18px;
}
.delivery .tax-info:before {
  border-top: 10px double #4b0b1f;
}

.em_txt,
.f_b {
  font-weight: bold;
}
.center {
  text-align: center;
}
.m30 {
  margin: 30px 0;
}

.l-flex {
  display: flex;
}
.l-flex-wrap {
  flex-wrap: wrap;
}
.l-align-center {
  align-items: center;
}
.l-justify-center {
  justify-content: center;
}
.c-sec:not(:first-child) {
  margin-top: 40px;
}
.c-inner {
  padding-top: 146px;
  margin-top: -146px;
}
.u-bold {
  font-weight: bold;
}
.u-color-red {
  color: #ff0000;
}
.u-color-em {
  color: #fa338f;
}
.u-font-l {
  font-size: 18px;
}

.shop-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 13px;
	width: 320px;
	height: 50px;
	margin-inline: auto;
	background-color: #ffecf3;
	color: #ff4386;
	font-size: 30px;
	font-weight: bold;
}
/*------------------------------------------------------------
　system
-------------------------------------------------------------*/
.content_system {
  padding: 30px;
}
.content_system:not(:first-child) {
  margin-top: 20px;
}
.tit_system1 {
  font-size: 20px;
  border-bottom: 2px solid #fb3690;
  padding-bottom: 10px;
}
.tit_system1 span {
  margin-left: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: normal;
}
.tit_system2 {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-left: 4px solid #fb3690;
  box-shadow: 0 1px #cfcfcf inset, 0 -1px #cfcfcf inset, -1px 0 #cfcfcf inset;
  position: relative;
  padding-left: 15px;
}
.tit_system2 span {
  font-size: 14px;
  font-weight: normal;
}
.tit_system {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 15px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  color: #493934;
  text-align: center;
}
.tit_system::before,
.tit_system::after {
	height: 10px;
	background-image: linear-gradient(180deg, #f5d77e 5%, #fff 5%, #fff 20%, #f5d77e 20%, #f5d77e 25%, #fff 25%, #fff 40%, #f5d77e 40%, #f5d77e 50%, #f5d77e 50%, #f5d77e 55%, #fff 55%, #fff 70%, #f5d77e 70%, #f5d77e 75%, #fff 75%, #fff 90%, #f5d77e 90%, #f5d77e 100%);
	background-size: 20.00px 20.00px;
	content: "";
}
.txt_number {
  margin: 30px 0 10px;
}

/*------------------------------------------------------------
　charge
-------------------------------------------------------------*/
.charge h3 {
  margin-bottom: 30px;
}
.charge_star {
  width: 680px;
  margin: 0 auto;
}
.charge_gold {
  float: left;
  width: 330px;
}
.charge_platinum {
  float: right;
  width: 330px;
}
.charge_box {
  width: 680px;
  margin: 20px auto 0;
}
.charge_li {
  position: relative;
  width: 100%;
  height: 55px;
  border-bottom: 1px dashed #bbb;
  display: table;
}
.charge_star .charge_li {
  height: 55px;
}
.charge_box .charge_li {
  height: 44px;
}
.charge_li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #aeaeae;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -8px;
}
.charge_star .charge_li::before {
  content: "・・・・・・";
}
.charge_box .charge_li::before {
  content: "・・・";
}
.charge_li:nth-child(even) {
  background-color: #f4f4f4;
}
.charge_li div {
  font-weight: bold;
  text-align: center;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.charge_star .charge_li div {
  font-size: 22px;
}
.charge_li div span {
  margin-right: 2px;
}
.charge_star .charge_li div span {
  font-size: 26px;
}
.charge_box .charge_li div span {
  font-size: 18px;
}
.charge-table_info {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.admission {
  font-size: 18px;
  border-bottom: 1px dashed #bbb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.admission .em {
  font-size: 20px;
}

/*------------------------------------------------------------
　reservation
-------------------------------------------------------------*/
.reservation h3 {
  margin-bottom: 30px;
}

.reservation-tel,
.reservation-web,
.reservation-cancel {
  margin-top: 40px;
}
.reservation-tel .tit_system2,
.reservation-web .tit_system2,
.reservation-cancel .tit_system2 {
  margin-bottom: 20px;
}

.reservation-notes {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #f6f5f0;
}
.reservation-notes dt {
  font-size: 16px;
  font-weight: bold;
}
.reservation-notes-list {
  margin-top: 10px;
}
.reservation-notes-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.reservation-notes-list li + li {
  margin-top: 5px;
}

.reservation_text,
.reservation-web_text {
  margin-top: 20px;
  text-align: center;
}

.reservation-date {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}
.reservation-date_item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 330px;
  border: 1px solid #b2b2b2;
  text-align: center;
}
.reservation-date_item dt {
  height: 45px;
  margin: -1px -1px 0;
  background: #ff8fb5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
}
.reservation-date_item dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.reservation-date_item dd p {
  display: flex;
  position: relative;
  padding-block: 10px;
}
.reservation-date_item dd p + p {
  border-top: 1px dotted #bebebe;
}
.reservation-date_item dd p span {
  flex: 1;
}
.reservation-date_item dd p::before {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  color: #aeaeae;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -8px;
  content: "・・・";
}

.table_reservation {
  width: 680px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin: 20px auto 0;
}
.table_reservation dt {
  float: left;
  color: #fb1282;
  font-weight: bold;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: #f5f5ef;
  padding-left: 20px;
}
.table_reservation dd {
  float: left;
  width: 485px;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
}
.table_reservation dt:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}
.table_reservation dd:nth-of-type(n + 2) {
  border-top: 1px dotted #bebebe;
}

.reservation-web_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  width: 280px;
  height: 60px;
  margin: 20px auto 0;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  transition: opacity 0.5s ease-out;
}
.reservation-web_btn::after {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.reservation-web_btn:hover {
  opacity: 0.8;
}
.c-icon-web::before {
  width: 26px;
  height: 20px;
  background: url("../images/common/icon-web.png") no-repeat;
  content: "";
}
.reservation-web-notes {
  margin-top: 30px;
  padding: 20px 15px;
  background: #f5f6ee;
}
.reservation-web-notes dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.reservation-web-notes dt:not(:first-child) {
  margin-top: 20px;
}
.reservation-web-notes dd > * + * {
  margin-top: 20px;
}
.reservation-web-notes li {
  padding-left: 1em;
  text-indent: -1em;
}

.reservation-cancel_row {
  display: flex;
}
.reservation-cancel-text {
  padding-right: 20px;
}
.reservation-cancel-text p + p {
  margin-top: 20px;
}
.reservation-cancel-table {
  width: 360px;
  border: 1px solid #b4b3b1;
  table-layout: fixed;
  text-align: center;
}
.reservation-cancel-table tr + tr {
  border-bottom: 1px dotted #b4b3b1;
}
.reservation-cancel-table tr:last-child {
  border-bottom: 0;
}
.reservation-cancel-table_heading {
  border-bottom: 1px solid #b4b3b1;
  background: #f6f5f0;
  font-weight: bold;
}
.reservation-cancel-table th,
.reservation-cancel-table td {
  padding: 15px 0;
}
.reservation-cancel-table th:not(.reservation-cancel-table_heading) {
  border-right: 1px solid #b4b3b1;
}

/*------------------------------------------------------------
　how to
-------------------------------------------------------------*/
.nav_howTo {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.nav_howTo a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 300px;
  height: 70px;
  padding-left: 20px;
  line-height: 70px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 241) 100%);
  box-shadow: -3px 0 0 #fff inset, 0 -3px 0 #fff inset, 1px 0 0 #fff inset;
  transition: opacity 0.5s ease-out;
}
.nav_howTo a:hover {
  opacity: 0.8;
}
.nav_howTo a:before {
  aspect-ratio: 1;
  width: 45px;
  border-radius: 5px;
  background-image: url(../images/system/howTo.png);
  background-size: 45px 90px;
  content: "";
}
.nav_howTo1:before {
  background-position: 0 -45px;
}
.nav_howTo a:after {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1;
  width: 14px;
  border-top: 1px solid #756e6c;
  border-right: 1px solid #756e6c;
  margin-top: -7px;
  content: "";
}
.howto-list {
  padding-top: 114px;
  margin-top: -114px;
  margin-bottom: 30px;
}
.howto-list dt {
  box-shadow: 0 1px 0 #b2b2b2 inset, -1px 0 0 #b2b2b2 inset, 0 -1px 0 #b2b2b2 inset;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding-left: 80px;
  background-image: url("../images/system/howTo.png");
  background-repeat: no-repeat;
}
#howto-deli dt {
  background-position: 0 -60px;
}
.howto-items {
  margin-top: 30px;
}
.howto-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
  box-sizing: border-box;
  min-height: 200px;
  border: 1px solid #9a9a9a;
  padding: 30px;
}
.howto-item:not(:first-child) {
  margin-top: 20px;
}
.howto-item:not(:last-child):before {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 24px;
  height: 12px;
  margin-inline: auto;
  background-color: #fa338f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howto-item_contents > * + *:not(.howto-item_link) {
  margin-top: 20px;
}
.howto-item_heading {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
}
.howto-item_heading span {
  color: #fb3690;
}
.howto-item_link {
  margin-top: 10px;
}
.howto-item_link a {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: #fe77a7;
  text-decoration: underline;
}
.howto-item_link a:hover {
  text-decoration: none;
}
.howto-item_link a:before {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fe77a7;
  border-right: 1px solid #fe77a7;
  content: "";
}

/*------------------------------------------------------------
　デリバリー料金
-------------------------------------------------------------*/
.delivery,
.delivery * {
  box-sizing: border-box;
}
.delivery .c-inner > * + *,
.delivery-campaign--0 > * + *,
.delivery-area > * + * {
  margin-top: 30px;
}
.delivery-area_box > * + * {
  margin-top: 20px;
}
.delivery-area_row {
  display: flex;
  column-gap: 20px;
}
.delivery-area-li {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid #9a9a9a;
}
.delivery-area-li dt,
.delivery-area-li dd {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #9a9a9a;
}
.delivery-area-li dt {
  justify-content: center;
  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(92, 13, 37, 1) 100%);
}
.delivery-area-li dt::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #fb3690 transparent transparent;
  content: "";
}
.delivery-area-li dd {
  flex-wrap: wrap;
}
.delivery-area-li dd span {
  display: inline-block;
}
.delivery-area-li dd span:not(:last-child)::after {
  content: "、";
}

/*------------------------------------------------------------
　ホテルマップ
-------------------------------------------------------------*/
.hotelMap .c-inner > * + *:not(.hotelMap_supplement) {
  margin-top: 30px;
}
.hotelMap_supplement {
  margin-top: 15px;
  text-align: right;
}
.hotelMap_info {
  background: #f5f5ef;
  border: 10px solid #f5f5ef;
  box-shadow: 0 2px 0 #fff inset, -2px 0 0 #fff inset, 0 -2px 0 #fff inset, 2px 0 0 #fff inset;
  padding: 30px;
}

/*------------------------------------------------------------
	プレイ
-------------------------------------------------------------*/
.box_play {
  width: 880px;
  min-height: 590px;
  background: url(../images/system/bg_play.jpg) no-repeat 0 bottom;
  padding-top: 10px;
  margin-left: -30px;
}
.item_play {
  font-size: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #efe6ea;
  border-radius: 1px;
  box-shadow: 0 3px 49px rgba(250, 135, 185, 0.2);
  display: inline-block;
  padding: 40px 20px;
  margin: 80px 0 0 80px;
}
.item_play p + p {
  margin-top: 40px;
}
.play_contents {
  color: #ff0084;
  font-size: 18px;
  font-weight: bold;
}
.play_contents:before,
.play_contents:after {
  display: inline-block;
  overflow: hidden;
  width: 25px;
  height: 19px;
  background-image: url(../images/system/play_contents.png);
  content: "";
}
.play_contents:before {
  margin-right: 20px;
}
.play_contents:after {
  margin-left: 20px;
  background-position: 0 -19px;
  vertical-align: bottom;
}
.delivery_area {
  margin-top: -40px;
  margin-bottom: 30px;
  padding: 30px;
  width: 758px;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.delivery_price {
  display: table-cell;
  width: 298px;
}

.delivery_price_ttl {
  margin-bottom: 30px;
  padding-left: 18px;
  height: 40px;
  border-left: 5px solid #fb3690;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
.delivery_price .price {
  margin-bottom: 20px;
  border-top: 1px dashed #bbb;
}
.delivery_price .price li {
  border-bottom: 1px dashed #bbb;
}
.delivery_price .price li:nth-child(2n) {
  background: #f4f4f4;
}
.delivery_price .price dl {
  overflow: hidden;
}
.delivery_price .price dt {
  float: left;
  width: 115px;
  height: 39px;
  font-size: 18px;
  text-align: right;
  line-height: 39px;
  font-weight: bold;
}

.delivery_price .price dd {
  float: left;
  position: relative;
  padding-left: 47px;
  width: 136px;
  height: 39px;
  line-height: 39px;
}
.delivery_price .price dd:before {
  content: "・・・";
  position: absolute;
  top: 2%;
  left: 9px;
  color: #919191;
  letter-spacing: -5px;
}
.delivery_price .reference_ttl {
  height: 26px;
  margin-bottom: 10px;
  padding-left: 8px;
  background: #ff8fb5;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
}
.delivery_price .reference li {
  border-bottom: 1px solid #b2b2b2;
}
.delivery_price .reference dl {
  overflow: hidden;
}
.delivery_price .reference dt {
  float: left;
  width: 149px;
  height: 39px;
  line-height: 39px;
  font-weight: normal;
}
.delivery_price .reference dd {
  float: left;
  width: 149px;
  height: 39px;
  line-height: 39px;
  text-align: right;
}
.delivery_img {
  display: table-cell;
  padding-left: 30px;
  width: 430px;
}
.delivery_img aside {
  padding-top: 10px;
}

/*------------------------------------------------------------
　hotel_list
-------------------------------------------------------------*/
.ttl_hotel_list {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ttl_hotel_list:before,
.ttl_hotel_list:after {
  content: "";
  width: 230px;
  height: 4px;
  background: #ff8fb5;
  position: absolute;
  top: 50%;
}
.ttl_hotel_list:before {
  left: 0;
}
.ttl_hotel_list:after {
  right: 0;
}
.item_hotel_list {
  margin-top: 20px;
  position: relative;
}
.btn_accordion {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.btn_accordion:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 9px solid #ff8eb4;
  position: absolute;
  top: -2px;
  left: -20px;
}
.open:before {
  border-top: 9px solid #ff8eb4;
  border-bottom: none;
  top: 4px;
}
.accordion1 {
  border-bottom: 2px solid #7d7d7d;
  margin-top: 5px;
}
.accordion1 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}
.accordion1 li + li {
  border-top: 1px solid #d3d3d3;
}
.item_hotel_list dt {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #ff1479;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #7d7d7d;
  padding-bottom: 20px;
}
:is(.item_hotel_list dt, .hotel_name, .hotel_address, .hotel_tel)::before {
  background-image: url(../images/system/hotel-icon.png);
  content: "";
}
.item_hotel_list dt:before {
  width: 20px;
  height: 18px;
}
.hotel_name:before {
  width: 22px;
  height: 26px;
  background-position: 0 -18px;
}
.hotel_address:before {
  width: 12px;
  height: 17px;
  background-position: 0 -44px;
}
.hotel_tel:before {
  width: 20px;
  height: 16px;
  background-position: 0 -61px;
}
:is(.hotel_name, .hotel_address, .hotel_tel) {
  display: flex;
  align-items: center;
  column-gap: var(--hotel-column-gap);
}
:is(.hotel_address, .hotel_tel) {
  --hotel-column-gap: 10px;
}
.accordion2 {
  display: none;
  margin-top: 20px;
}
.li_accordion2 > * {
  border-radius: 5px 5px 0 0;
  box-shadow: 1px 0 0 #333 inset, -1px 0 0 #333 inset;
}
.li_accordion2 > * + * {
  margin-top: 20px;
}
.li_accordion2_data1 {
  color: #fff;
  background-size: auto auto;
  background-color: rgba(51, 51, 51, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 15px,
    rgba(0, 0, 0, 1) 15px,
    rgba(0, 0, 0, 1) 17px
  );
}
.li_accordion2_data1 > div {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  padding-block: 10px;
}
.li_accordion2_data1 .hotel_name {
  --hotel-column-gap: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed #bbb;
}
.li_accordion2_data2 {
  display: flex;
  background: #f4f4f4;
  box-shadow: 1px 0 0 #333 inset, -1px 0 0 #333 inset;
}
.li_accordion2_data2 > * {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #333;
}
.li_accordion2_data2 > * + * {
  border-left: 1px solid #333;
}
.li_accordion2_data3 {
  display: flex;
}
.li_accordion2_data3 > * {
  border-bottom: 1px solid #666;
}
.li_accordion2_data3 :is(.hotel_price, .hotel_data) {
  padding: 15px;
}
.li_accordion2_data3 .hotel_price {
  color: #fb3690;
  font-weight: bold;
  width: 15%;
  border-right: 1px dashed #bbb;
}
.li_accordion2_data3 .hotel_data {
  width: 35%;
}
.li_accordion2_data3 .hotel_data span {
  color: #fb3690;
}
.li_accordion2_data3 .hotel_data + .hotel_price {
  border-left: 1px solid #333;
}
.btn_accordion_close {
  cursor: pointer;
  text-align: center;
  width: 240px;
  height: 40px;
  line-height: 40px;
  background: #ffebf2;
  margin: 20px auto 0;
}
.btn_accordion_close:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 12px solid #ff8eb4;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 10px 0 0;
}
.hotel-list_supplement {
  margin-top: 30px;
}

/*------------------------------------------------------------
　access
-------------------------------------------------------------*/
.access .c-inner > * + * {
  margin-top: 30px;
}
.access_map,
.access_info {
  text-align: center;
}
.access_info > * + * {
  margin-top: 15px;
}
.list_access li {
  text-indent: -25px;
  padding: 10px 0 10px 25px;
}
.list_access li + li {
  border-top: 1px dashed #b2b2b2;
}
.decimal {
  color: #ff8fb5;
  font-weight: bold;
  margin-right: 10px;
}
.attention dd {
  width: 820px;
  height: 318px;
  background: url(../images/system/bg_attention.png) no-repeat;
}
.box_attention {
  width: 440px;
  padding: 50px 0 0 30px;
}
.box_attention img {
  margin-bottom: 20px;
}
/*------------------------------------------------------------
　prohibitedMatter
-------------------------------------------------------------*/
.prohibitedMatter .c-inner > * + * {
  margin-top: 20px;
}
.prohibitedMatter-top_border {
  padding: 20px;
  background-size: 40px 40px;
  background-color: #242424;
  background-image: linear-gradient(
    -45deg,
    #000000 25%,
    transparent 25%,
    transparent 50%,
    #000000 50%,
    #000000 75%,
    transparent 75%,
    transparent
  );
}
.prohibitedMatter-top_box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
}
.prohibitedMatter-top_box > *:first-child {
  margin-bottom: 10px;
  font-size: 20px;
}
.prohibitedMatter-top_box .em_color {
  color: #a40000;
}
.prohibitedMatter-top_box .em_border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}

.li_prohibitedMatter {
  color: #ee037c;
  background: #f5f5ef;
  padding: 20px;
}
.li_prohibitedMatter li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: square inside;
}
