@charset "utf-8";

/*
update 2021/05/12


body { background-color: black; }
main { background-color: blue; }

.area_breadcrumb { background-color: green; }
.area_content { background-color: white; }
*/

:root {
  --main-bg-color: #EE86A8;
  --sub-bg-color: #FDF3F7;
  --color-black: #231815;
  --font-round: normal 500 1em/1.4 'M PLUS Rounded 1c', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  touch-action: pan-x pan-y;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
body {
  font-size: 0.6rem;
}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*

*/
.area_content {
  overflow: hidden;
  max-width: 1240px;
  margin: 20px auto;
  padding: 0 20px;
  font: normal 500 1em/1.5 'M PLUS Rounded 1c', sans-serif;
  color: var(--color-black);
}
.content_wide {
  padding: 0;
}
.content_narrow, 
.content_medium, 
.content_short {
  margin-right: auto;
  margin-left: auto;
}
.content_narrow {
  max-width: 840px;
}
.content_medium {
  max-width: 560px;
}
.content_short {
  max-width: 300px;
}

/* 仮 */
.page_shop_detail,
.style_shop_services {
  font: normal 400 1em/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*

*/
.block_sp, 
.inline_sp, 
.inline_sp-s {
  display: none;
}

@media screen and (max-width: 800px) {
.area_content {
  padding: 0 10px;
}
.page_shop_detail {
  padding: 0;
}
.content_wide {
  padding: 0;
}
}
@media screen and (max-width: 600px) {
.only_pc {
  display: none;
}
.block_sp {
  display: block;
}
.inline_sp {
  display: inline;
}
}
@media screen and (max-width: 400px) {
.inline_sp-s {
  display: inline;
}
}

.area_content a {
  text-decoration: underline;
  color: #0068B7;
}
.area_content input[type="submit"], 
.area_content input[type="confirm"], 
.area_content iinput[type="reset"] {
  -webkit-appearance: none;
  border: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}

.area_content .icon_plan:before, 
.area_content .icon_coupon:before {
  display: block;
}
.area_content .icon_plan:before {
  content: '【プラン】';
  color: #EE7800;
}
.area_content .icon_coupon:before {
  content: '【クーポン】';
  color: #E4007F;
}

/*

*/
.page_title {
  margin-top: 1.5em;
  padding: 0.1em 0.8em;
  text-align: left;
  font-size: 1.44em;
  background-color: var(--main-bg-color);
}

.title_xlarge {
  margin: 0.7em 0;
  text-align: center;
  font-size: 3em;
}
.title_xlarge2 {
  font-size: 2.7em;
}
.title_large {
  margin: 0.7em 0;
  text-align: center;
  font: var(--font-round);
  font-size: 2em;
}
.title_medium {
  font-size: 1.67em;
}
.title_login {
  margin: 1.5em 0;
  text-align: center;
  font-size: 3em;
}
.style_center {
  text-align: center;
}
.style_left {
  text-align: left;
}
.style_alert {
  text-align: left;
  color: #E60012;
}
.style_indent {
  margin-left: 1em;
  text-indent: -1em;
}
.style_break {
  white-space: nowrap;
}

.fontsize_3-4 {
  font-size: 1.33em;
}
.fontsize_2-3 {
  font-size: 1.5em;
}
.fontsize_3-5 {
  font-size: 1.67em;
}


.area_box_sub {
  margin: 0.5em auto;
  padding: 1em;
  background-color: var(--sub-bg-color);
}
table + .area_box_sub {
  margin-top: 2em;
}

.layout_icon {
  display: flex;
  align-items: center;
}
.layout_icon:before {
  flex-shrink: 0;
  content: '';
  width: 4em;
  height: 4em;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon_alert:before {
  background-image: url("../images/icon_alert.svg");
}






.title_alert {
  padding-bottom: 0.4em;
  font-size: 1.67em;
}
.title_alert:before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
  vertical-align: -0.2em;
  background: url("../images/icon_alert.svg") no-repeat center center;
  background-size: contain;
}

.link_more {
  overflow: hidden
}
.link_more a {
  float: right;
  display: block;
  padding: 0.4em 1em 0 1em;
  font-size: 1.44em;
}

.link_google {
}
.link_google:before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
  vertical-align: -0.2em;
  background: url("../images/icon_map.svg") no-repeat center center;
  background-size: contain;
}


/*
table(表)
*/
table.table_normal {
  width: 100%;
  margin: 2em auto 0 auto;
  border-collapse: collapse;
  border-top: solid 1px var(--color-black);
  border-bottom: solid 1px var(--color-black);
}
table.table_normal th, table.table_normal td {
  padding: 0.7em 1.4em;
/* 仮 */
  font: normal 400 1em/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
table.table_normal tr th {
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
  color: #ffffff;
  background-color: var(--color-black);
  border-bottom: solid 1px #ffffff;
  vertical-align: middle;
}
table.table_normal tr:last-child th {
  border-bottom: solid 1px var(--color-black);
}
table.table_normal td {
  font-weight: 400;
  border-bottom: solid 1px var(--color-black);
}

.style_mypage table.table_normal th {
  width: 10em;
}
.style_mypage table .data_change {
  text-align: right;
}
.style_mypage table .data_change a {
  display: inline-block;
  padding: 0.2em 1em;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--main-bg-color);
}

table.table_list {
  width: 100%;
  margin: 1em auto;
  border-collapse: collapse;
}
table.table_list th, table.table_list td {
  min-width: 120px;
  padding: 0.7em 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
}
table.table_list th {
  color: #ffffff;
  font-weight: 400;
  background-color: var(--color-black);
  border-right: solid 1px #ffffff;
  white-space: nowrap;
}
table.table_list th:last-of-type {
  border-right: solid 1px var(--color-black);
}
table.table_list td {
  border: solid 1px var(--color-black);
}
@media screen and (max-width: 800px) {
table.table_list th, table.table_list td {
  min-width: auto;
  padding: 0.7em 0.3em;
  white-space: normal;
}
}

table.table_list50 tr td:nth-of-type(3), 
table.table_list50 tr td:nth-of-type(4) {
  white-space: nowrap;
}


/*

*/
.link_status {
  display: inline-block;
  position: relative;
  width: 7em;
  margin: 0.2em 2em 0.2em 0;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  border-radius: 0.3em;
}
.link_status:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 102%;
  top: 50%;
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  background: url("../images/icon_detail.svg") no-repeat center center;
  background-size: contain;
}
.link_status br {
  display: none;
}
.link_status_failed {
  color: #ffffff;
  background-color: var(--color-black);
}
.link_status_cancel {
  background-color: var(--main-bg-color);
}
.link_status_trial {
  background-color: var(--sub-bg-color);
}
@media screen and (max-width: 800px) {
 .link_status {
  width: 5em;
  padding: 0.1em;
}
.link_status br {
  display: inline;
}
}


/*

*/
.area_search_count {
  overflow: hidden;
  padding: 0 1%;
  font-size: 1.67em;
}
.area_search_count span {
  font-size: 1.5em;
}
.area_search_count select {
  float: right;
  font: normal 500 1em/1 'M PLUS Rounded 1c', sans-serif;
  padding: 0.2em 1.5em;
  text-align: center;
  border-width: 2px;
  border-radius: 0.2em;
}
@media screen and (max-width: 800px) {
.area_search_count {
  font-size: 1.3em;
}
}
@media screen and (max-width: 500px) {
.area_search_count {
  font-size: 1em;
}
}
@media screen and (min-width: 900px) {
  .area_button a:hover, 
  .area_button input:hover {
    opacity: 0.7;
  }
  .button_white_push a:hover, 
  .button_yellow_push span:hover {
    margin: 1px -1px -1px 1px;
    filter: drop-shadow(-1px -1px 0 rgba(0,0,0,1));
  }
  .button_white_push a:hover, 
  .button_yellow_push span:hover {
    margin: 1px -1px -1px 1px;
  }
  .area_tabs .tab_item:hover {
    opacity: 0.75;
  }
  .area_search .entry_box_button *:hover {
    opacity: 0.7;
  }
  .area_box_confirm input:disabled:hover {
    opacity: 1;
  }
}


.area_pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em 0 1em 0;
  list-style-type: none;
}
.area_pagenation > * {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  margin: 0.1em;
  font-size: 1.8em;
  font-weight: 500;
}
.area_pagenation span.pagenation_page {
  color: var(--main-bg-color);
  background-color: var(--color-black);
}
.area_pagenation a.pagenation_page {
  text-decoration: none;
  color: var(--color-black);
  background-color: var(--main-bg-color);
}
.area_pagenation .pagenation_back, 
.area_pagenation .pagenation_next {
  width: 1em;
  height: 0.7em;
  margin: 0.3em;
  border-top: solid 0.35em transparent;
  border-bottom: solid 0.35em transparent;
}
.area_pagenation .pagenation_back {
  border-left: solid 0.5em transparent;
}
.area_pagenation span.pagenation_back {
  border-right: solid 0.5em #9FA0A0;
}
.area_pagenation a.pagenation_back {
  border-right: solid 0.5em var(--color-black);
}
.area_pagenation .pagenation_next {
  border-right: solid 0.5em transparent;
}
.area_pagenation span.pagenation_next {
  border-left: solid 0.5em #9FA0A0;
}
.area_pagenation a.pagenation_next {
  border-left: solid 0.5em var(--color-black);
}


/*
ボタン
*/
.area_button {
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
  font: var(--font-round);
}
a.style_button, 
.area_button a, 
.area_button > span, 
.area_button input, 
.area_content .area_button input[type="submit"], 
.area_content .area_button iinput[type="reset"] {
  display: inline-block;
  min-width: 10em;
  margin: 0.4em;
  padding: 0.3em 1em;
  text-align: center;
  font-size: 1.89em;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--color-black);
  border-radius: 10px;
  cursor: pointer;
  transition: all 200ms 0s ease;
}
.button_horizontal {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.button_nobreak {
  display: flex;
  justify-content: space-between;
}
.button_nobreak a, 
.button_nobreak > span, 
.button_nobreak input {
  min-width: auto;
  width: 46%;
  margin: 0.7em 0.3em;
}
.button_wide a, 
.button_wide > span, 
.button_wide input {
  width: auto;
  min-width: 400px;
  margin: 0.2em 0;
}

.area_button .button_use {
  width: 100%;
  min-width: none;
  margin: 0 auto;
  font-size: 2.2em;
  color: var(--main-bg-color);
  background-color: var(--color-black);
  border-radius: 3em;
}
.area_button .button_nouse {
  width: 100%;
  min-width: none;
  margin: 0 auto;
  font-size: 2.2em;
  color: #B5B5B6;
  background-color: transparent;
  border: solid 3px var(--color-black);
  border-radius: 3em;
  cursor: default;
}

.area_button a.button_yellow, 
.area_button > span.button_yellow {
  color: var(--color-black);
  background-color: var(--main-bg-color);
}
.area_button a.button_gray, 
.area_button > span.button_gray {
  color: var(--color-black);
  background-color: #B5B5B6;
  cursor: default;
}
.area_button > span.button_enable {
  color: var(--color-black);
  background-color: #E6E6E6;
  border-radius: 3em;
  cursor: default;
}
.area_button > a.button_credit, 
.area_button > span.button_credit {
  width: 100%;
  min-width: auto;
  margin: 0.2em 0;
}

.button_white_push ,
.button_yellow_push {
  padding: 1px;
}
.button_white_push a,
.button_yellow_push span {
  width: calc( 100% - 2px );
  margin: -1px auto 1px auto;
  line-height: 1.4;
  color: var(--color-black);
  background-color: #ffffff;
  border-radius: 3em;
  filter: drop-shadow(1px 1px 0 rgba(0,0,0,1));
}

.button_yellow_push span {
  background-color: var(--main-bg-color);
}

@media screen and (max-width: 500px) {
.area_button a, 
.area_button > span, 
.area_button input, 
.button_wide a, 
.button_wide > span, 
.button_wide input {
  margin: 0.3em;
  font-size: 4.6vw;
}
.button_horizontal {
  display: block;
}
.button_nobreak a, 
.button_nobreak > span, 
.button_nobreak input {
  margin: 0.7em 0.3em;
}
.button_wide a, 
.button_wide > span, 
.button_wide input {
  min-width: auto;
}
.button_white_push , 
.button_yellow_push {
  margin-top: 1.5em;
}
.button_white_push a, 
.button_yellow_push span {
  margin: -1px auto 1px auto;
}
}

.area_button.content_narrow > a, 
.area_button.content_narrow > span {
  width: 70%;
}


/*
黄色枠エリア
*/
.area_box {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  background-color: var(--main-bg-color);
  border-radius: 14px;
}
.area_box .box_title {
  margin-bottom: 15px;
  padding-left: 0.4em;
  font-size: 1.67em;
}
.area_box .box_inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em;
  background-color: #ffffff;
  border-radius: 10px;
}
.area_box .box_inner .page_text {
  margin: 0.8em 0;
}
.area_box .box_inner > .area_button:last-child {
  margin-bottom: 0;
}

.area_box.area_box_narrow .box_title {
  text-align: center;
  font-size: 2em;
}
.area_box.area_box_narrow .box_inner {
  padding: 3em;
}

.area_box iframe {
  width: 100%;
  height: 300px;
}

.area_box .contract_list {
  display: block;
  margin-bottom: 2em;
  border: solid 1px var(--color-black);
}
.area_box .contract_list dt {
  padding: 0.2em 0.7em;
  font-size: 1em;
  color: #ffffff;
  background-color: var(--color-black);
}
.area_box .contract_list dd {
  margin: 0.5em 0;
  padding: 0 0.7em;
}

@media screen and (max-width: 600px) {
.area_box {
  width: 100%;
  padding: 10px;
}
.area_box.area_box_narrow .box_inner {
  padding: 10px;
}
.style_shop_services .area_box {
  margin: 0 auto;
  padding: 10px;
}
.style_shop_services .area_box .area_summary {
  padding: 5px 0 10px 0;
}
}
@media screen and (max-width: 400px) {
.style_shop_services .area_box .area_summary picture {
  width: 46%;
  padding-top: 33%;
}
.style_shop_services .area_box .area_summary .summary_info {
  width: 52%;
  padding: 0;
}
.style_shop_services .area_box .area_summary .summary_info p:not(.area_button) {
  font-size: 1em;
  margin-bottom: 0.3em;
}
.style_shop_services .area_box .meta_shop {
  line-height: 1.15;
  font-size: 13px;
}
.style_shop_services .area_box .meta_shop_sub,
.style_shop_services .area_box .meta_tel,
.style_shop_services .area_box .meta_address, 
.style_shop_services .area_box .area_button a {
  line-height: 1.3;
  font-size: 10px;
}
}


/*
タブエリア
*/
.area_tabs {
  overflow: hidden;
  width: 100%;
}
.area_tabs .tab_item {
  display: block;
  width: 49.5%;
  padding: 0.2em 2em;
  font-size: 1.67em;
  background-color: var(--sub-bg-color);
  transition: all 0.2s ease;
  cursor: pointer;
}
.area_tabs input:checked + .tab_item {
  background-color: var(--main-bg-color);
}

.area_tabs #tab01 + .tab_item {
  float: left;
  text-align: right;
  border-radius: 0px 20px 0 0;
}
.area_tabs #tab02 + .tab_item {
  float: right;
  text-align: left;
  border-radius: 20px 0px 0 0;
}
/*
.area_tabs.tabs_search .tab_item:before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.15em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.area_tabs.tabs_search #tab01 + .tab_item:before {
  background-image: url("../images/icon_beer.svg");
}
.area_tabs.tabs_search #tab02 + .tab_item:before {
  margin-right: .2em;
  background-image: url("../images/icon_shop.svg");
}
*/
.area_tabs #tab01:checked ~ #tab01_content,
.area_tabs #tab02:checked ~ #tab02_content {
  display: block;
}
.area_tabs input[name="tab_item"] {
  display: none;
}

@media screen and (max-width: 960px) {
.area_tabs .tab_item {
  padding: 0.4em 1em;
  text-align: center !important;
  font-size: 2.9vw;
}
}


.area_tabs .tab_content, 
.area_tabs .area_box {
  overflow: hidden;
  display: none;
  clear: both;
  width: 100%;
}
.area_tabs .area_box {
  padding: 30px 20px;
  border-radius: 0;
}
.area_tabs .tab_content_inner, 
.area_tabs .area_box .box_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 600px) {
.area_tabs .area_box {
  padding: 20px 10px;
}
.area_tabs .tab_content_inner, 
.area_tabs .area_box .box_inner {
  padding: 20px 10px;
}
}



/*

*/
.area_purchase {
  margin: 2em auto;
}
.area_purchase figure {
  text-align: center;
}
.area_purchase figure img {
  margin-bottom: 0.7em;
}
.area_purchase .purchase_data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto 0 auto;
}
.area_purchase .purchase_fee {
  display: flex;
  align-items: center;
}

.area_purchase.purchase_plan {
  margin: 0 auto;
}

.area_purchase .purchase_category span {
  display: inline-block;
  margin: 0.6em 1.4em 0.6em 0;
  padding: 0.4em;
  line-height: 1;
  font-size: 1.1em;
  border: solid 1px var(--color-black);
  border-radius: 0.2em;
}
.area_purchase .purchase_title {
  margin-right: 1em;
  font-size: 2.4em;
}
.area_purchase .purchase_price {
  line-height: 1.2;
  font-weight: 700;
}
.area_purchase .purchase_price .purchase_price_value {
  font-size: 5em;
}
.area_purchase .purchase_price .purchase_price_yen {
  font-size: 3em;
}
.area_purchase .purchase_price .purchase_price_tax {
  font-size: 1.5em;
}
.area_purchase .purchase_price_sub {
  text-align: right;
  font-size: 2em;
}
.area_purchase .purchase_price_sub2 {
  text-align: right;
  line-height: 1.7;
}


/*

*/
form input[type="text"], 
form input[type="number"], 
form input[type="email"], 
form input[type="password"], 
form select, 
form textarea {
  width: 100%;
  margin: 0 0.8em;
  padding: 0.3em 0.5em;
  font-size: 1em;
  border: solid 2px var(--color-black);
}
form input[type="checkbox"] {
  width: auto;
  margin: 0 0.8em;
  padding: 0;
  transform: scale(1.2);
}
form input[type="radio"] {
  width: auto;
  margin: 0 0.8em;
  padding: 0;
  transform: scale(1.2) translate(0,1px);
}
form input:read-only {
  background-color: #DCDDDD;
  border: none;
}
form .width_half {
  width: 50%;
} 
form .form_error input {
  background-color: #FDEDE4 ;
  border: solid 2px #E60012;
}
.style_mypage form .title_medium {
  margin-top: 2em;
}

.style_form_profile {
  margin-bottom: 1.5em;
  font-size: 1.44em;
}
.style_form_profile dt {
  margin: 0.8em 0;
  padding: 0.1em 0.8em;
  text-align: left;
  background-color: var(--main-bg-color);
}
.style_form_profile dt.input_required:after {
  content: '※必須';
  margin-left: 0.5em;
  vertical-align: 0.1em;
  font-size: 0.69em;
  color: #E60012;
}
.style_form_profile dd {
  display: flex;
  align-items: center;
  margin: 0.8em 0;
}

.style_form_profile dd label {
  display: inline-block;
  margin: 0 0.8em;
}

.style_form_profile dd.input_break {
  flex-wrap: wrap;
}
.style_form_profile dd.input_break label {
  width: 100%;
}

.style_form_profile .input_3column {
  display: block;
  column-count: 3;
}
.style_form_profile .input_3column label {
  display: block;
}
.style_form_profile .input_3column label input[type="checkbox"] {
  margin-left: 0;
}

.style_form_profile dd a.style_button {
  min-width: auto;
  margin-right: 0.8em;
  padding: 0.3em 2em;
  font-size: 0.9em;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
form input[type="text"], 
form input[type="number"], 
form input[type="email"], 
form input[type="password"], 
form select, 
form textarea {
  font-size: 16px;
}
}
@media screen and (max-width: 500px) {
.style_form_profile dd.input_break-sp {
  flex-wrap: wrap;
}
.style_form_profile .input_3column {
  column-count: 2;
}
}

.style_form_inbox {
  display: block;
  padding: 0 10px;
}
.style_form_inbox dl {
  display: flex;
  margin: 0.5em 0;
  font-size: 1.67em;
}
.style_form_inbox dl dt {
  flex-shrink: 0;
  min-width: 6.5em;
  padding-top: 0.5em;
}
.style_form_inbox.form_inbox_wide dl dt {
  min-width: 8.5em;
}
.style_form_inbox dl dd {
  width: 100%;
  line-height: 1;
}
.style_form_inbox dl dd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.style_form_inbox dl dd input, 
.style_form_inbox dl dd select {
  margin: 0.4em 0 0 0;
}
.style_form_inbox dl dd select:first-of-type {
  margin-right: 0.5em;
}
.style_form_inbox dl dd select:last-of-type {
  margin-left: 0.5em;
}
.style_form_inbox dl dd span {
  font-size: 0.6em;
}

@media screen and (max-width: 600px) {
.style_form_inbox {
  padding: 0 5px;
}
}
@media screen and (max-width: 500px) {
.style_form_inbox dl {
  display: block;
}
}



/*

*/
.area_join {
  margin: 60px 0;
  padding: 1em 10px;
  background-color: var(--sub-bg-color);
  border-radius: 14px;
}
.area_join .area_button a {
  width: 80%;
  color: var(--color-black);
  background-color: var(--main-bg-color);
}
@media screen and (max-width: 500px) {
.area_join {
}
}


/*

*/
.area_step {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 50px 0;
  font-size: 1.11em;
}
.area_step li {
  display: flex;
  align-items: center;
}
.area_step li div, 
.area_step li span {
  margin: 0 3px;
  background-color: var(--sub-bg-color);
  border: solid 2px var(--color-black);
  border-radius: 100%;
}
.area_step li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
.area_step li span {
  display: block;
  width: 0.7em;
  height: 0.7em;
}
.area_step.step1 li:nth-of-type(1) div { background-color: var(--main-bg-color); }
.area_step.step2 li:nth-of-type(2) div { background-color: var(--main-bg-color); }
.area_step.step3 li:nth-of-type(3) div { background-color: var(--main-bg-color); }
.area_step.step4 li:nth-of-type(4) div { background-color: var(--main-bg-color); }
.area_step.step5 li:nth-of-type(5) div { background-color: var(--main-bg-color); }

@media screen and (max-width: 900px) {
.area_step li span:last-of-type {
  display: none;
}
}
@media screen and (max-width: 800px) {
.area_step li span:first-of-type {
  display: none;
}
}
@media screen and (max-width: 700px) {
.area_step li div {
  width: 14vw;
  height: 14vw;
  font-size: 2.3vw;
}
.area_step li span {
  width: 2.2vw;
  height: 2.2vw;
}
}


/*

*/
.style_mypage {
}
.style_mypage .title_xlarge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em 0 0.5em 0;
  text-align: left;
  font-size: 2.2em;
  border-bottom: dotted 4px var(--color-black);
}
.style_mypage .title_xlarge:first-of-type {
  margin-top: 0;
}
.style_mypage .title_xlarge span {
  flex-shrink: 0;
  display: inline-block;
  margin: 0 0 0.4em 0.4em;
  padding: 0.4em 0.8em;
  line-height: 1;
  font-weight: 400;
  font-size: 0.75em;
  background-color: var(--main-bg-color);
  border-radius: 2em;
}

.style_mypage .title_medium {
  margin: 1em auto;
}
.style_mypage .mypage_next {
  overflow: hidden;
  margin: 0;
  padding: 0.5em 1.15em;
  background-color: var(--sub-bg-color);
}
.style_mypage .mypage_next a {
  display: block;
  float: right;
  /*
  color: inherit;
  text-decoration: none;
  */
}

.style_mypage .mypage_user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.4em 0;
}

.style_mypage .mypage_user_status p {
  line-height: 1.3;
  font-size: 1.8em;
}
.style_mypage .mypage_user_status dl {
  overflow: hidden;
  display: inline-block;
  margin-top: 0.7em;
  line-height: 1;
  font-size: 1.12em;
  background-color: var(--color-black);
  border: solid 2px var(--color-black);
  border-radius: 2em;
}
.style_mypage .mypage_user_status dt, 
.style_mypage .mypage_user_status dd {
  float: left;
  padding: 0.5em 1.2em;
}
.style_mypage .mypage_user_status dt {
  color: #ffffff;
}
.style_mypage .mypage_user_status dd {
  background-color: #ffffff;
  border-radius: 0 2em 2em 0;
}

.style_mypage .mypage_user_qr {
  display: flex;
  align-items: center;
}
.style_mypage .mypage_user_qr dt, 
.style_mypage .mypage_user_qr dd {
  float: left;
  width: 5.5em;
  height: 5.5em;
  line-height: 1.2;
}
.style_mypage .mypage_user_qr dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  text-align: center;
  background-color: var(--main-bg-color);
  border-radius: 100%;
}
.style_mypage .mypage_user_qr dt:after {
  position: absolute;
  right: -0.9em;
  top: 50%;
  margin-top: -0.4em;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 1em var(--main-bg-color);
  border-top: solid 0.4em transparent;
  border-bottom: solid 0.4em transparent;
}
.style_mypage .mypage_qr, 
.style_mypage .mypage_qr_small {
  overflow: hidden;
  margin: 2em 0;
  text-align: center;
}
.style_mypage .mypage_qr_small img {
  max-width: 200px;
}

.style_mypage .area_frame {
  margin-top: 2em;
  border: solid 1px var(--color-black);
}
.style_mypage .area_frame .page_title {
  margin: 0;
}
.style_mypage .area_frame ul {
  overflow-y: auto;
  overflow-scrolling: touch;
  height: 10em;
  padding: 0 0.7em 0.7em 0.7em;
  list-style-type: none;
}
.style_mypage .area_frame ul li {
  padding: 0.7em 0;
  border-bottom: dotted 4px var(--color-black);
}
.style_mypage .title_large {
  margin: 2em 0 0.5em 0;
  text-align: center;
  font-size: 3em;
}

@media screen and (max-width: 800px) {
.style_mypage .title_large {
  margin: 0;
}
}
@media screen and (max-width: 600px) {
.style_mypage .title_large {
  font-size: 6vw;
}
.style_mypage .title_xlarge {
  flex-wrap: wrap;
}
.style_mypage .mypage_more a {
  float: none;
  text-align: center;
}
}
@media screen and (max-width: 400px) {
.style_mypage .mypage_user {
  display: block;
}
.style_mypage .mypage_user .mypage_user_qr {
  justify-content: center;
  margin-top: 1em;
}
}


.area_delete {
  display: inline-block;
  margin: 1em 0;
  padding: 0.2em 1em;
  color: #ffffff;
  background-color: #898989;
}
.item_delete {
  background-color: #DCDDDD;
}
.item_focus {
  background-color: var(--sub-bg-color);
}

.area_alert, 
.area_alert2 {
  margin: 1.5em 0 0.7em 0;
  padding: 0.1em 0.5em;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  background-color: var(--main-bg-color);
}
.area_alert:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: -0.1em;
  background: url("../images/icon_error-b.svg") no-repeat center center;
  background-size: contain;
}
.area_alert2 {
  font-size: 1.7em;
}

.area_time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.7em 0;
  font-size: 2.2em;
}
.area_time span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.4em;
  line-height: 1;
  font-size: 0.6em;
  border: solid 1px var(--color-black);
  border-radius: 0.2em;
}

@media screen and (max-width: 800px) {
.area_alert {
  margin: 0.5em 0;
}
}
@media screen and (max-width: 600px) {
.area_alert {
  font-size: 5vw;
}
}
@media screen and (max-width: 400px) {
.area_time {
  flex-wrap: wrap;
  margin-top: 1em;
}
.area_time time {
  display: block;
  width: 100%;
  text-align: center;
}
}


.list_error {
  list-style-position: outside;
  margin: 1.5em 0;
  color: #ff0000;
}
.list_error li {
  margin-left: 1.35em;
}
li.list_exclusion {
  list-style-type: none;
  margin-left: 0;
}

.area_error .style_title {
  margin-bottom: 1em;
  font-weight: 700;
}
.area_error .style_text + .style_text {
  margin-top: 1.5em;
}



/*

*/
.search_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.search_list li {
  position: relative;
  width: calc(94% / 3);
  margin: 30px 1% 0 1%;
  background-color: #ffffff;
}
.favorite_list li {
  width: calc(96% / 2);
}

.search_list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: solid 2px var(--color-black);
  border-radius: 10px;
}
.search_list li.service_enable:after {
  background-color: rgba(0,0,0,0.4);
}
.search_list li.plan_able:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: solid 5px var(--main-bg-color);
}

.search_list .link_over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.search_list picture, 
.search_list picture img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 800px) {
.search_list li {
  width: calc(96% / 2);
}
}
@media screen and (max-width: 750px) {
.search_list li {
  width: 100%;
}
}
@media screen and (max-width: 600px) {
.search_list li {
  font-size: 1.5em;
}
}


/*

*/
.area_button_fav {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 40;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.area_button_fav span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.area_button_fav .favorite_off {
  background-image: url("../images/icon_favorite-off.svg");
}
.area_button_fav .favorite_on {
  background-image: url("../images/icon_favorite-on.svg");
}
.area_button_fav .trush {
  background-image: url("../images/icon_trush.svg");
}


/*

*/
.area_box_plan {
}
.area_box_plan .box_plan_title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1em;
}
.area_box_plan .box_plan_title:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--main-bg-color);
  border-radius: 1rem 1rem 0 0;
}
.area_box_plan .box_plan_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.4em 0.7em;
  font: var(--font-round);
  font-size: 0.8em;
  color: #ffffff;
  background-color: var(--color-black);
  border-radius: 1.2em;
}
.area_box_plan .box_content {
  padding: 0.5em 0.7em;
  font-size: 1.2em;
  background-color: var(--main-bg-color);
  border-radius: 0 0 1rem 1rem;
}

.style_shop_services {
}
.style_shop_services .picture_wrapper {
  position: relative;
  width: 80%;
  margin: 15px auto;
}
.style_shop_services .area_box_plan .box_plan_title, 
.box_plan_service .box_plan_title {
  font-size: 2.2em;
}
.style_shop_services .area_box_plan .box_plan_title:before {
  background-color: #ffffff;
}
.style_shop_services .area_box_plan .area_plan_shop {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5em;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
}
.box_plan_service .area_summary {
  margin-bottom: 2em;
  padding: 1.5em 2em;
  background-color: var(--main-bg-color);
  border-radius: 0 0 1rem 1rem;
}
.style_shop_services .meta_sevice 
{line-height: 1.2;
  font: var(--font-round);
  font-size: 2em;
}
.style_shop_services .meta_text {
  margin-top: 0.7em;
  line-height: 1.7;
  font-size: 1em;
}
.area_limit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
  padding: 0.2em;
  font: var(--font-round);
  font-size: 1.8em;
  background-color: var(--sub-bg-color);
}
.area_limit dt {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.4em;
  line-height: 1;
  font-size: 0.5em;
  background-color: #ffffff;
  border: solid 2px var(--color-black);
  border-radius: 0.2em;
}
.area_ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
  font: var(--font-round);
  font-size: 1.6em;
}
.area_ticket p {
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  text-align: center;
  border: solid 2px var(--color-black);
  border-radius: 0.2em;
}
.area_ticket p span {
  font-size: 1.2em;
}
.area_ticket + p {
  margin: 2em auto;
  /*font-weight: 700;*/
}

@media screen and (max-width: 600px) {
.area_box_plan .box_content {
  font-size: 1em;
}
.style_shop_services .picture_wrapper {
  width: auto;
  margin: 10px 20px;
}
.area_limit {
  font-size: 1.6em;
}
.style_shop_services .area_limit dt {
  font-size: 0.7em;
}
}


/*

*/
.area_info {
  padding: 1em;
}
.area_info .area_box_plan {
  margin: 0.5em 0 1em 0;
  padding-top: 0.5em;
}
.area_info .area_button {
  margin-bottom: 0;
}
.area_info .area_button a {
  position: relative;
  z-index: 20;
  font-size: 1.6em;
  font-weight: 500;
  border-radius: 3em;
}

.search_list .area_info_top {
  padding: 0.5em 1em;
  background-color: var(--main-bg-color);
}
.search_list .area_info {
  padding: 1em;
}

.search_list .meta_copy {
}
.search_list .meta_description {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: dotted 3px var(--color-black);
}

.search_list .meta_limit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.4em 0;
}
.search_list .meta_limit dt {
  margin-right: 0.7em;
  padding: 0 0.5em;
  text-align: center;
  line-height: 1.6;
  font-size: 0.9em;
  background-color: #ffffff;
  border: solid 1px var(--color-black);
  border-radius: 2em;
}
.search_list .meta_limit dd {
}

@media screen and (max-width: 420px) {
.search_list .meta_limit {
  font-size: 0.84em;
}
}


/*

*/
.meta_address, 
.meta_tel, 
.meta_category {
  font: var(--font-round);
  font-size: 0.7em;
}
.meta_address:before {
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.2em;
  background: url("../images/icon_map.svg") no-repeat center center;
  background-size: contain;
}
.meta_tel:before {
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.2em;
  background: url("../images/icon_tel.svg") no-repeat center center;
  background-size: contain;
}
.meta_category:before {
  content: ' ｜ ';
}
.area_shopname {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.area_shopname .meta_shop, 
.area_shopname .meta_shop_sub {
  font: var(--font-round);
}
.area_shopname .meta_shop_sub {
  margin-right: 0.7em;
  font-size: 0.75em;
}


/*

*/
.area_search {
  clear: both;
  padding: 20px;
  background-color: var(--main-bg-color);
}
.area_search table {
  border-collapse: separate;
  border-spacing: 0 5px;
  max-width: 820px;
  margin: 0 auto 1em auto;
}
.area_search table th {
  padding: 0.4em 1em;
  text-align: center;
  font-size: 0.8em;
  background-color: #DCDDDD;
  white-space: nowrap;
}
.area_search table td {
  font-size: 0.8em;
  background-color: #ffffff;
}
.area_search table .seach_parameters td {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 1em 1em;
}
.area_search table .seach_parameters td label {
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 2.8em;
  padding: 0.2em 0;
}
.area_search table .seach_parameters td input {
  margin-right: 0.1em;
}
.area_search table .seach_freewords td {
  position: relative;
  padding: 0;
}
.area_search table .seach_freewords td input {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.7em;
  border: none;
}
.area_search table .seach_error th, 
.area_search table .seach_error td {
  padding: 0.5em 0.7em 0 0.7em;
  background-color: transparent;
}

.area_search .entry_box_button {
  overflow: hidden;
  text-align: center;
}
.area_search .entry_box_button * {
  display: inline-block;
  width: auto;
  min-width: 300px;
  margin: 0.3em;
  padding: 0.3em 1em;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 2px var(--color-black);
  border-radius: 3em;
  cursor: pointer;
  transition: all 200ms 0s ease;
}

@media screen and (max-width: 700px) {
.area_search table th, .area_search table td {
  display: block;
}
.area_search table .seach_parameters td label {
  width: 33.3%;
  white-space: normal;
  margin-right: 0;
}
}
@media screen and (max-width: 500px) {
.area_search table .seach_parameters td label {
  width: 50%;
}
}
@media screen and (max-width: 400px) {
.area_search .entry_box_button * {
  width: 100%;
  min-width: auto;
  margin: 0.3em 0;
}
}


/*

*/

picture.size_standarad {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  background: url("../images/back_blur.jpg") no-repeat center center;
  background-size: contain;
}
picture.size_standarad img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 700px) {
picture.size_standarad {
  width: 100%;
  padding-top: 75%;
}
}


/*

*/
.area_summary {
  overflow: hidden;
  padding: 20px 0;
}
.area_summary picture {
  float: left;
  width: 36%;
  padding-top: 27%;
}
.area_summary .summary_info {
  float: right;
  width: 62%;
  padding: 0;
}
.area_summary .summary_info p:not(.area_button) {
  line-height: 1.1;
  font-size: 2em;
}
.area_summary .summary_info p.summary_sevice {
  line-height: 1.2;
  font: var(--font-round);
  font-size: 2em;
}
.area_summary .summary_info p.summary_text {
  margin-top: 0.7em;
  line-height: 1.7;
  font-size: 1em;
}

@media screen and (max-width: 700px) {
.area_summary picture {
  width: 44%;
  padding-top: 33%;
}
.area_summary .summary_info {
  width: 54%;
  padding: 0;
}
.area_summary .summary_info .area_button a {
  min-width: auto;
  width: calc( 100% - 2px );
}
  
.box_plan_service .area_summary picture, 
.box_plan_service .area_summary .summary_info {
  float: none;
  width: 100%;
}
.box_plan_service .area_summary picture {
  margin-bottom: 1em;
  padding-top: 75%;
}
}


/*

*/
.area_shop_nav {
  margin: 0 auto;
}
.area_shop_nav ul {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 100%;
  list-style-type: none;
  color: #ffffff;
  background-color: var(--color-black);
}
.area_shop_nav ul li {
  width: calc( 100% / 5 );
}
.area_shop_nav ul li a, 
.area_shop_nav ul li span {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 2.6;
  font-size: 1.8em;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.area_shop_nav ul li a:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 10%;
  width: 2px;
  height: 80%;
  background-color: #ffffff;
}
.area_shop_nav ul li:first-of-type a:before {
  display: none;
}
@media screen and (max-width: 800px) {
.area_shop_nav {
  padding: 0 10px;
}
.area_shop_nav ul li a, 
.area_shop_nav ul li span {
  font-size: 2.8vw;
}
.area_shop_nav ul li a:before {
  width: 1px;
}
}

.m_fixed {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 20px;
}
.m_fixed ul {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
.m_fixed {
  padding: 0 10px;
}
}


/*

*/
.area_shopsummary {
  overflow: hidden;
  margin: 20px auto;
  padding-right: 40px;
}
.area_shopsummary .shop_gallery {
  display: block;
  float: left;
  width: 48%;
}
.area_shopsummary .shop_gallery .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-color: #DCDDDD;
}
.area_shopsummary .shop_gallery .swiper-slide img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area_shopsummary .shop_gallery .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.2em 0 0 0.5em;
  font-size: 0.9em;
  background-color: #ffffff;
}
.area_shopsummary .shop_gallery .swiper-button-next, 
.area_shopsummary .shop_gallery .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.area_shopsummary .shop_gallery .swiper-button-next:after, 
.area_shopsummary .shop_gallery .swiper-button-prev:after {
  font-size: 70%;
  color: var(--color-black);
}
.area_shopsummary .area_shopsummary_detail {
  position: relative;
  float: right;
  width: 51.5%;
  font-size: 1.8em;
}
.area_shopsummary .area_shopsummary_detail p {
  padding: 0 20px;
  line-height: 1.3;
}
.area_shopsummary .area_shopsummary_detail .meta_shop_sub {
  margin-top: 0.3em;
}
.area_shopsummary .area_shopsummary_detail .meta_copy {
  clear: both;
  margin-top: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9em;
  font-weight: 700;
  border-top: dotted 4px var(--color-black);
}
.area_shopsummary .area_shopsummary_detail .meta_description {
  font-size: 0.7em;
  font-weight: 700;
}
.area_shopsummary .area_button_fav {
  position: relative;
  right: auto;
  top: auto;
  float: right;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
.area_shopsummary {
  padding: 0 10px;
}
.area_shopsummary .shop_gallery,
.area_shopsummary .area_shopsummary_detail {
  float: none;
  width: 100%;
  margin-top: 0.5em;
}
.area_shopsummary .area_shopsummary_detail p {
  padding-right: 10px;
  padding-left: 10px;
}
.area_shopsummary .area_shopsummary_detail .meta_copy {
  border-width: 3px;
}
}


/*

*/
.area_movie {
  padding: 20px;
  background-color: #EFEFEF;
}
.area_movie .movie_player {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.area_movie .movie_player div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #B5B5B6;
}
.area_movie .movie_player div iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.area_movie .movie_player p {
  margin-top: 0.4em;
}


/*

*/
.page_alert {
  margin: 1em 0 2em 0;
  padding: 0.2em;
  text-align: center;
  font-weight: 700;
  background-color: var(--main-bg-color);
}


/*

*/
.area_content_detail {
  margin: 50px auto;
}
.area_content_detail .content_detail_title {
  margin-bottom: 1em;
  line-height: 2.2;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  background-color: var(--sub-bg-color);
}
.area_content_detail .content_detail_main {
  width: 100%;
  padding: 0 20px;
}
#shop_menu .content_detail_main, 
#shop_info .content_detail_main {
  padding: 0 40px;
}

.shop_menu_name, 
.shop_menu_price, 
.shop_menu_kome {
  font-size: 1.4em;
  font-weight: 700;
}
.shop_menu_name, 
.shop_menu_kome {
  padding-left: 1em;
  text-indent: -1em;
}
.shop_menu_price {
  margin-bottom: 0.2em;
  text-align: right;
}

.style_shop_info a.style_shop_info_reserve, 
.style_shop_info a[href^="tel:"] {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  color: #0086D1;
}
.style_shop_info a.style_shop_info_reserve {
  margin-top: 0.2em;
}
.style_shop_info a[href^="tel:"] {
  text-decoration: none;
}
table.table_normal .style_shop_info_address {
  position: relative;
  padding-right: 6em;
}
table.table_normal .style_shop_info_address a.to_map {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.4em;
  padding: 0.2em 1.2em;
  font-size: 1.1em;
  color: inherit;
  text-decoration: none;
  background-color: var(--main-bg-color);
  border-radius: 2em;
}

.area_map {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.area_map iframe {
  width: 100%;
}
.shop_map_link {
  margin-bottom: 0.4em;
  text-align: center;
  font: var(--font-round);
  font-size: 1.6em;
}

@media screen and (max-width: 700px) {
.area_content_detail {
  margin: 30px 0;
  padding: 0 10px;
}
.area_content_detail .content_detail_main {
  padding: 0 10px;
}
#shop_menu .content_detail_main, 
#shop_info .content_detail_main {
  padding: 0 10px;
}
}


/*

*/
.area_modal {
  display: none;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.area_modal .modal_back {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.modal_open, .modal_close {
  cursor: pointer;
}
.area_modal .modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 80%;
  max-width: 600px;
  padding: 20px 20px 0 20px;
  background-color: #ffffff;
  transform: translateY(-50%) translateX(-50%);
  overflow-y: auto;
  overflow-scrolling: touch;
}
.area_modal .modal_content .page_title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font: var(--font-round);
  font-size: 1.44em;
}
.area_modal .modal_content .page_text {
  padding: 0 1em;
  margin: 0.5em 0 1em 0;
  font: var(--font-round);
}
.area_modal .modal_content table.table_normal {
  margin: 1em 0;
}

@media screen and (max-width: 600px) {
.area_modal .modal_content {
  padding: 20px 10px 0 10px;
}
}

.area_modal .share_modal {
  padding: 60px 30px 30px 30px;
}
.area_modal .share_modal .modal_close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}
.area_modal .share_modal .modal_close span::before,
.area_modal .share_modal .modal_close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: var(--color-black);
}
.area_modal .share_modal .modal_close span::before {
    transform: rotate(-45deg);
}
.area_modal .share_modal .modal_close span::after {
    transform: rotate(45deg);
}

.area_modal .share_modal ul {
  list-style-type: none;
}
.area_modal .share_modal ul li {
  margin: 1.5em 0;
}
.area_modal .share_modal ul a {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2em;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 3em;
}
a.share_facebook {
  color: #2F6DB6;
  border-color: #2F6DB6;
}
a.share_line {
  color: #2BAC38;
  border-color: #2BAC38;
}
a.share_twitter {
  color: #3596D4;
  border-color: #3596D4;
}
a.share_x {
  color: black;
  border-color: black;
}

.share_facebook:before, 
.share_line:before, 
.share_twitter:before,
.share_x:before {
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.2em;
  vertical-align: -0.05em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.share_facebook:before {
  background-image: url("../images/share_facebook.svg");
}
.share_line:before {
  background-image: url("../images/share_line.svg");
}
.share_twitter:before {
  background-image: url("../images/share_twitter.svg");
}
.share_x:before {
  background-image: url("../images/icon_x.svg");
  background-color: black;
}

.sns_instagram, 
.sns_facebook, 
.sns_line, 
.sns_twitter,
.sns_x {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.sns_instagram {
  background-image: url("../images/icon_instagram.svg");
}
.sns_facebook {
  background-image: url("../images/icon_facebook.svg");
}
.sns_line {
  background-image: url("../images/icon_line.svg");
}
.sns_twitter {
  background-image: url("../images/icon_twitter.svg");
}
.sns_x {
  background-image: url("../images/icon_x.svg");
  background-color: black;
}


/*

*/
.area_box_confirm {
  overflow: hidden;
  padding: 1em;
  text-align: center;
  font: var(--font-round);
  background-color: var(--sub-bg-color);
}
.area_box_confirm form p.area_button {
  margin: 0;
}
.area_box_confirm form p.area_button input {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  border: solid 2px var(--color-black);
}
.area_box_confirm input[type="checkbox"] {
  margin-right: 0.5em;
  transform: scale(1.4);
}
.area_box_confirm label {
  display: inline-block;
  margin: 0.5em 0 1em 0;
  font-size: 1.2em;
}

.area_box_confirm input:disabled {
  color: #B5B5B6;
  background-color: #ffffff;
  border: solid 1px var(--color-black);
  cursor: default;
}
.box_confirm_cancel {
  padding: 0 1em;
}
.box_confirm_cancel span {
  min-width: 400px;
}
@media screen and (max-width: 600px) {
.box_confirm_cancel span {
  min-width: auto;
}
}

@media screen and (max-width: 500px) {
.area_box_confirm form p.area_button input {
  width: 80%;
}
}

/*

*/
.dummy_camera {
  height: 30vh;
  background: url("./test/shop_photo_11.jpg");
}
.scan_back {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("./test/shop_photo_11.jpg");
}
.scan_mask {
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}


/*

*/
.open_qrreader {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 5em;
  height: 5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/qrreader_open.svg");
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.35));
  cursor: pointer;
}



/*

*/
.modal_scan {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  font: normal 500 1.7em/1.4 'M PLUS Rounded 1c', sans-serif;
  background-color: #ffffff;
}
.modal_scan .scan_content_title {
  line-height: 1.8;
  text-align: center;
  background-color: var(--main-bg-color);
}
.modal_scan .scan_content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  padding: 1em;
  text-align: center;
}
.modal_scan .scan_content_half {
  height: auto;
  min-height: auto;
}

.modal_scan .scan_content form {
  display: block;
  margin: 3em 0;
}

.modal_scan .scan_content .scan_content_wait {
  margin-top: 0.7em;
  font-size: 0.6em;
}
.modal_scan .scan_content .scan_content_wait:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: -0.1em;
  background: url("../images/icon_wait.svg") no-repeat center center;
  background-size: contain;
}

.modal_scan .scan_content .scan_content_error {
  margin: 0 0 1.5em 0;
  font-size: 0.86em;
}
.modal_scan .scan_content .scan_content_error:before {
  content: '';
  display: block;
  width: 5em;
  height: 5em;
  margin: 0 auto 1em auto;
  vertical-align: -0.1em;
  background: url("../images/icon_alert-c.svg") no-repeat center center;
  background-size: contain;
  
}

.modal_scan .modal_button {
  display: block;
  width: 10.5em;
  min-width: auto;
  margin: 0.7em auto 0 auto;
  padding: 0;
  text-align: center;
  line-height: 2;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}
.modal_scan .modal_button {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ffffff;
  background-color: var(--color-black);
  border-radius: 3em !important;
}
.modal_scan .modal_link {
  display: inline-block;
  margin-top: 1em;
  font-size: 0.6em;
}

.modal_scan .input_code {
  width: 80vw;
  max-width: 640px;
  margin: 0.7em 0;
  padding: 0.4em;
  font-size: 1em;
  border: solid 4px var(--color-black);
}

@media screen and (max-width: 500px) {

.modal_scan .scan_content .scan_content_error {
  font-size: 3.5vw;
}
}



@media screen and (max-width: 500px) {
  .gdpr-area_modal {
    width:100% !important;
  }
}
.gdpr-area_modal .gdpr-modal_content {
  max-width: 420px !important;
  padding: 20px !important;
  border: none !important;
  filter: drop-shadow(1px 1px 3px #666666);
}
.gdpr-area_modal .gdpr-modal_content .gdpr-mypage_text a {
  text-decoration: underline;
  color: #0068B7;
}
.gdpr-area_content .gdpr-area_button {
  margin: 1em 0 0 0 !important;
}
.gdpr-area_content .gdpr-area_button * {
  color: #231815 !important;
  background-color: #F3B0CE !important;
  border: none !important;
}





