@charset "utf-8";
/*-------------------------------------------------------------------------------*/
/* 予約カレンダーのスタイル */
/* 01 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウト */
/* 02 スマートフォンと小型タブレット用設定追加                                   */
/*-------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------
	01 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウト
---------------------------------------------------------------------------------*/
/* 幅の固定 */
#wrapper { width:860px; }

/* 希望日時の入力 店舗選択 */
.shop_data {
	float:left;
	width:50%;
}
/* 希望日時の入力 日時選択 */
.date_data {
	float:left;
	margin-left:25px;
	margin-top:10px;
}
/* 年月見出し */
.custom-month {
	font-size:20px;
	line-height:5px;
}
/* 次月・前月リンク */
.custom-header nav {
//	margin-left:20px;
	float:right;
}
/* 曜日 */
.fc-calendar .fc-head {
	line-height: 25px;
	padding: 0 18px 0 20px;
}
.fc-calendar .fc-head > div {
	font-size: 14px;
	float:left;
	width:14%;
	background-color:#CCC;
	text-align:center;
	margin-right:2px;
}
/* 日にち（数字） */
.fc-calendar .fc-row > div > span.fc-date {
	font-size: 16px;
	font-weight: 300;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
}
/* 日にち横 曜日 */
.fc-calendar .fc-row > div > span.fc-weekday {
	display:none;
}
/* 日にち全部 背景 */
.fc-calendar .fc-body {
	border: none;
	margin: 0 20px 0 20px;
	background-color:#F4F4F4;
	border-bottom:solid #F4F4F4 1px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* 1週ごとグループ */
.fc-calendar .fc-row {
	margin-bottom:2px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.fc-calendar .fc-row:last-child {
	box-shadow: none;
}
.fc-calendar .fc-row > div {
	border: none;
	padding: 5px;
	display:block;
}
.fc-calendar .fc-row > div:first-child {
	box-shadow: none;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* 今日の日付フォーカス */
.fc-calendar .fc-row > div.fc-today {
	background-color:#FFF7B0;
}
/* 過去日スタイル */
.fc-calendar .fc-body .done {
	background-color:#F4F4F4;
}
.fc-calendar .fc-row > div.done span.fc-date, .fc-calendar .fc-row > div.done span.fc-weekday {
	color:#999;
}
/* 平日 背景色 */
.fc-calendar .fc-row > div {
	/* margin-top: 35px; */
	float:left;
	width:12.8%;
	background-color:#FFF;
	margin-right:2px;/*padding:5px;*/
}
/* 土曜日スタイル */
.fc-calendar .fc-row > div.sat {
	margin-right:0;
	background-color:#DDF4F9;
}
.fc-calendar .fc-row > div.sat span.fc-date, .fc-calendar .fc-row > div.sat span.fc-weekday {
	color:#05ACD6;
}
/* 土曜日祝日スタイル */
.fc-calendar .fc-row > div.sat_hol {
	margin-right:0;
	background-color:#FBE9EA;
}
.fc-calendar .fc-row > div.sat_hol span.fc-date, .fc-calendar .fc-row > div.sat_hol span.fc-weekday {
	color:#E4595B;
}
/* 日曜日スタイル */
.fc-calendar .fc-row > div.sun {
	background-color:#FBE9EA;
}
.fc-calendar .fc-row > div.sun span.fc-date, .fc-calendar .fc-row > div.sun span.fc-weekday {
	color:#E4595B;
}
/* 時刻 */
.fc-calendar ul.time {
	padding:0 5px;
}
.fc-calendar ul.time li {
	line-height:normal;
	list-style-type:none!important;
	margin:0 0.5em!important;
	float:none;
	text-align: center;
}

.fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255, 255, 255, 0.1);
}
.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255, 255, 255, 0.3);
}


/* 戻るテキストボタン */
.back_btn {	margin-right:0;}
/* .back_btn,input.submit {width:auto;} */

.InlineB {
  display: inline-block;
}

/*--------------------------------------------------------------------------------
	02 スマートフォンと小型タブレット用設定追加
--------------------------------------------------------------------------------*/

@media screen and (max-width: 900px), screen and (max-height: 450px) {
html, body, .container {
	height: auto;
}

/* 幅の指示 */
#wrapper { width:90%; }

.custom-header,  .custom-header nav,  .custom-calendar-full,  .fc-calendar-container,  .fc-calendar,  .fc-calendar .fc-head,  .fc-calendar .fc-row > div > span.fc-date {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	height: auto;
	width: auto;
}

/* 希望日時の入力 店舗選択 */
.shop_data {
	width:100%;
}
/* 希望日時の入力 日時選択 */
.date_data {
	margin-left:10px;
}
/* カレンダー */
.fc-calendar {
	margin: 0;
}
 .fc-calendar .fc-row,  .ie9 .fc-calendar .fc-row > div,  .fc-calendar .fc-row > div {
	height: auto;
	width: 100%;
	border: none;
}
.fc-calendar .fc-row > div {
	float: none;
	border-bottom:solid 1px #CCC;
	clear:both;
	height:auto;
	padding: 0;
}
/* 内容がない日 */
.fc-calendar .fc-row > div:empty {
	min-height: 0;
	height: 0;
	box-shadow: none !important;
	padding: 0;
	display:none;
}
 .fc-calendar .fc-row {
	box-shadow: none;
}

	
/* 時刻 */
.fc-calendar ul.time:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.fc-calendar ul.time {
	display: inline-block;
	margin:5px 0 10px 0;
}
.fc-calendar ul.time {
	display: block;
}
.fc-calendar ul.time li {
	float:left;
	margin-left:1em!important;
}

	
	
/* 冒頭の曜日リスト */
.fc-calendar .fc-head {
	display: none;
}
.fc-calendar .fc-row > div > div {
	margin-top: 0px;
	padding-left: 10px;
	max-width: 70%;
	display: inline-block;
}
 .fc-calendar .fc-row > div > span.fc-date {
	width: 30px;
	display: inline-block;
	text-align: right;
}
 .fc-calendar .fc-row > div > span.fc-weekday {
	display: inline-block;
	font-size: 10px;
}

}

/* 2018年リニューアル_カスタマイズ */
.fc-calendar-container.type2 .fc-calendar .fc-head {
  margin-right: -2px;
  padding: 0;
}

.fc-calendar-container.type2 .fc-calendar .fc-head > div {
  width: 14.28571%;
  margin-right: 0;
  padding-right: 2px;
  background: none;
  box-sizing: border-box;
}

.fc-calendar-container.type2 .fc-calendar .fc-head > div > * {
  display: block;
  background-color:#CCC;
}

.fc-calendar-container.type2 .fc-calendar .fc-body {
  margin: 0;
}

.fc-calendar-container.type2 .fc-calendar .fc-row {
  margin-right: -2px;
}

.fc-calendar-container.type2 .fc-calendar .fc-row > div {
  width: 14.28571%;
  margin-right: 0;
  padding-right: 2px;
  box-sizing: border-box;
}

.month_title {
  position: relative;
}

.month_title .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}

.inputDefault input[type="radio"],
.inputDefault input[type="checkbox"] {
  position: static;
  visibility: visible;
}

.inputDefault input[type="radio"] {
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  appearance: radio !important;
}

.inputDefault input[type="checkbox"] {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
}

@media screen and (max-width: 768px) {
  .month_title .next {
    position: static;
    transform: none;
  }
  
  .fc-calendar-container.type2 .fc-calendar .fc-row > div {
    width: 100%;
  }
}


/* 320px以下の場合（スマホ用）設定追加 */
/* spanタグで折り返し */
@media screen and (max-width: 320px) {

strong.col_check span:before {
    content: "\A";
    white-space: pre;
}
.shop_data span:before {
    content: "\A";
    white-space: pre;
}

}

/*---------------------------------------------------------------------------------
2019.05 マネープラザ統一
---------------------------------------------------------------------------------*/
/* 外枠 */
.bd_section.reserve {
  padding-bottom: 0;
}

/* 相談内容 */
.reserve_soudan {
  margin-bottom: 30px;
  padding: 30px;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .reserve_soudan {
    padding: 20px 15px;
  }
}

.reserve_soudan > .title {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reserve_soudan > .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.reserve_soudan > .grid {
  margin-bottom: 0;
}
.reserve_soudan > .grid > .col_1_3 {
  width: 100%;
}
.reserve_soudan > .grid + .txt_red {
  font-size: 110% !important;
}

.reserve_soudan_box {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reserve_soudan_box {
    display: block;
  }
}
.reserve_soudan_box > * {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .reserve_soudan_box > * {
    display: block;
  }
}
.reserve_soudan_box > .title {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background: #2283cb;
  border-radius: 10px 0 0 10px;
  width: 30%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .reserve_soudan_box > .title {
    font-size: 13px;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
}

.reserve_soudan_box > .content {
  padding: 20px;
  border: 2px solid #ddd;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .reserve_soudan_box > .content {
    padding: 15px;
    border: 2px solid #ddd;
    border-top: 0;
    border-radius: 0 0 10px 10px;
  }
}

.reserve_soudan_box > .content .inputDefault {
  margin-top: 5px;
  padding-left: 18px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .reserve_soudan_box > .content .inputDefault {
    font-size: 12px;
  }
}

.reserve_soudan_box > .content .inputDefault input {
  margin: 0 5px 0 -18px;
}

.reserve_soudan_box > .content > :first-child {
  margin-top: 0;
}

.reserve_soudan_box.type-2 > .title {
  background: #1cae99;
}

.reserve_soudan_box.type-3 > .title {
  background: #e1a60e;
}

/* ご希望の店舗をお選びください 店舗の情報 */
dl.shop-info-01 {
  display: table;
}
dl.shop-info-01 > dt,
dl.shop-info-01 > dd {
  display: table-cell;
  vertical-align: top;
}
dl.shop-info-01 > dt {
  font-weight: bold;
  padding-right: 30px;
}
dl.shop-info-01 > dd table th,
dl.shop-info-01 > dd table td {
  vertical-align: top;
  padding: 0 1em 0 0;
}
@media screen and (max-width: 768px) {
  dl.shop-info-01 {
    display: block;
  }
  dl.shop-info-01 > dt,
  dl.shop-info-01 > dd {
    display: block;
  }
}

.reserve_content {
  margin-bottom: 30px;
}

/* カレンダー 既存スタイル変更 */
@media screen and (max-width: 768px) {
  .fc-calendar-container.type2 .fc-calendar .fc-row > div {
    padding-top: 15px;
  }
  .fc-calendar-container.type2 .fc-calendar .fc-row > div::after {
    content: "";
    display: table;
    clear: both;
  }
}

.fc-calendar-container.type2 .fc-calendar ul.time.type2 li {
  margin-bottom: 4px !important;
}

/* カレンダー 2列 */
@media print, screen and (min-width: 769px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type2,
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 {
    overflow: hidden;
    margin: 0;
    padding: 5px 0 0 7px;
    box-sizing: border-box;
  }

  .fc-calendar-container.type2 .fc-calendar ul.time.type2::after,
  .fc-calendar-container.type2 .fc-calendar ul.time.type3::after {
    content: "";
    display: block;
    clear: both;
  }

  .fc-calendar-container.type2 .fc-calendar ul.time.type2 li,
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li {
    float: left;
    width: 50%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 11px;
    text-align: left;
  }
}

/* カレンダー お問い合わせ */
.fc-calendar-container.type2 .fc-calendar ul.time.type3,
.fc-calendar-container.type2 .fc-calendar ul.time.type4 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type3,
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 {
    font-size: 9px;
    margin: 0;
    float: right;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li:not(:last-of-type),
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 li:not(:last-of-type) {
    display: none;
  }
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li:last-of-type,
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 li:last-of-type {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
}
.fc-calendar-container.type2 .fc-calendar ul.time.type3 li > span.txt_link {
  margin-bottom: 4px;
  display: block;
}
.fc-calendar-container.type2 .fc-calendar ul.time.type4 li > span.txt_link {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li > span.txt_link,
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 li > span.txt_link {
    display: none;
  }
}
.fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info,
.fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info {
  display: block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-60%);
}
.fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info {
  top: 0;
  transform: translateY(0);
  font-size: 11px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info,
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info {
    position: static;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    margin-bottom: 1em;
    transform: translateY(0);
  }
}
.fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info .txt-shop-name,
.fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info .txt-tel-number,
.fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info .txt-shop-name,
.fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info .txt-tel-number {
  display: block;
  margin-top: .2em;
}
.fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info .txt-tel-number,
.fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info .txt-tel-number {
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info .pcOnly,
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info .pcOnly {
    display: none;
  }
  .fc-calendar-container.type2 .fc-calendar ul.time.type3 li .txt-contact-info a,
  .fc-calendar-container.type2 .fc-calendar ul.time.type4 li .txt-contact-info a {
    padding-left: 0 !important;
  }
}

/* アイコン 既存スタイル変更 */
.fc-calendar-container.type2 .fc-calendar ul.time a {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}

/* アイコン */
@media print, screen and (min-width: 769px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type2 a {
    padding-left: 13px;
  }
}

.fc-calendar-container.type2 .fc-calendar ul.time a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  padding: 0;
  text-align: center;
  color: #333;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  .fc-calendar-container.type2 .fc-calendar ul.time.type2 a .icon {
    width: 11px;
    font-size: 11px;
  }
}

/* フロー */
@media screen and (max-width: 768px) {
  .list_loan_entry_step.reserve_flow {
    display: flex;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .list_loan_entry_step.reserve_flow * {
    box-sizing: border-box;
  }

  .list_loan_entry_step.reserve_flow > li {
    position: static;
    display: table;
    width: calc(100% / 4);
    margin: 0;
    padding: 0 0 0 16px;
    background: #bfbfbf;
  }

  .list_loan_entry_step.reserve_flow > li::after {
    display: none;
  }

  .list_loan_entry_step.reserve_flow > li > .step {
    position: relative;
    display: table-cell;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }

  .list_loan_entry_step.reserve_flow > li > .step > .em {
    padding: 0 0 0 0.3em;
  }

  .list_loan_entry_step.reserve_flow > li > .step::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 0;
    height: 0;
    margin-top: -16px;
    border: 16px solid transparent;
    border-left: 16px solid #bfbfbf;
    background: none;
  }

  .list_loan_entry_step.reserve_flow > li > .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .list_loan_entry_step.reserve_flow > li > .text {
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    width: 100%;
    padding: 0.7em;
    background: #76c864;
  }

  .list_loan_entry_step.reserve_flow > li.cur {
    background: #509e3f;
  }

  .list_loan_entry_step.reserve_flow > li.cur + li > .step::before {
    border-left-color: #509e3f;
  }

  .list_loan_entry_step.reserve_flow > li.cur > .text {
    display: block;
  }

  .list_loan_entry_step.reserve_flow > li:first-child > .step::before,
  .list_loan_entry_step.reserve_flow > li:first-child > .step::after {
    display: none;
  }

  .list_loan_entry_step.reserve_flow > li:first-child {
    width: calc(100% / 4 - 8px);
    padding-left: 0;
  }

  .list_loan_entry_step.reserve_flow > li:last-child {
    width: calc(100% / 4 + 8px);
  }

  .list_loan_entry_step.reserve_flow > li.cur:last-child {
    background: #ec6c1f;
  }

  .list_loan_entry_step.reserve_flow > li.cur:last-child > .text {
    background: #e4a27a;
  }
}

/* 確認ボタン */
.reserve_submit .bg_btn.white {
  height: 60px;
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .reserve_submit .bg_btn.white {
    width: 50%;
    margin-top: 0;
    font-size: 14px;
  }
}

.reserve_submit .bg_btn.red {
  font-size: 22px;
}
.reserve_submit .bg_btn.green {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .reserve_submit .bg_btn.red {
    height: 80px;
    font-size: 18px;
  }
}

/* フォーム */
.reserve_form_name {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 4em;
}
@media screen and (max-width: 768px) {
  .reserve_form_name {
    display: block;
    padding-right: 0;
  }
}

.reserve_form_name,
.reserve_form_name * {
  box-sizing: border-box;
}

.reserve_form_name_item {
  position: relative;
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .reserve_form_name_item {
    width: 100%;
  }
  .reserve_form_name_item + .reserve_form_name_item {
    margin-top: 0.5em;
  }
}

.reserve_form_name_item > .input {
  width: 100%;
  padding: 4px 8px 4px 3em !important;
  line-height: 2;
}
/* @media screen and (max-width: 768px) {
  .reserve_form_name_item > .input {
    padding: 4px 8px 4px 8px !important;
  }
} */

.reserve_form_name_item > .label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4em;
  font-size: 12px;
  text-align: center;
  color: #999;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .reserve_form_name_item > .label {
    width: 3em;
  }
}

.reserve_form_name_tag {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .reserve_form_name_tag {
    position: static;
    transform: translate(0,0);
  }
}

/* トグルボタン （店舗選択） */
.toggleBox-rsv {
  margin-top: 15px;
}
.toggleBox-rsv_button{
  /* font-size: 16px; */
  font-size: 18px;
  color: #333;
  border: 2px solid #ccc;
  background: #fafbfc;
  /* display: inline-block; */
  display: block;
  border-radius: 3px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .toggleBox-rsv_button{
    display: block;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .toggleBox-rsv_button:hover {
    background: #fff6e8;
    border-color: #fccc81;
  }
}
.toggleBox-rsv_button::before,
.toggleBox-rsv_button::after {
  content:"";
  display: inline-block;
  position:absolute;
  top:50%;
  transition:transform .3s;
}
.toggleBox-rsv_button::before {
  left:1.7em;
  width:2px;
  height:12px;
  margin-top:-10px;
  background:#333;
  transform: translate(0,30%);
}
.toggleBox-rsv_button::after {
  left:1.7em;
  width:12px;
  height:2px;
  background:#333;
  transform: translate(-40%,-50%);
}
@media screen and (min-width: 769px) {
  .toggleBox-rsv_button:hover::before,
  .toggleBox-rsv_button:hover::after {
    background: #fccc81;
  }
}
.accWrap.cur .toggleBox-rsv_button::before {
  transform: translate(0,30%) rotate(45deg);
}
.accWrap.cur .toggleBox-rsv_button::after {
  transform: translate(-40%,-50%) rotate(45deg);
}
.toggleBox-rsv_button__inner {
  /* display: inline-block; */
  display: block;
  border-left: 2px solid #ccc;
  padding: 1em 1.5em;
  margin-left: 3.6em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .toggleBox-rsv_button:hover .toggleBox-rsv_button__inner {
    border-color: #fccc81;
  }
}
@media screen and (max-width: 768px) {
  .toggleBox-rsv_button__inner {
    display: block;
  }
}
.accWrap.cur .toggleBox-rsv_button__inner::before {
  content: "";
  display: inline-block;
  background: #fafbfc;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.toggleBox-rsv_content {
	margin-top: -2px;
/*  border: 2px solid #ccc;*/
/*	padding: 30px 20px;*/
	padding: 30px 10px;
  border-radius: 0 3px 3px 3px;
}
@media screen and (max-width: 767px){
  .toggleBox-rsv_content {
    padding: 16px 12px;
  }
}
/* 閉じるボタン */
.toggleBox-rsv_content_close {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .toggleBox-rsv_content_close {
    margin: 16px 0 0;
  }
}
.toggleBox-rsv_content_close_in {
  display: inline-block;
  background: #eee;
  border-radius: 3px;
  padding: 0.6em 1em;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  transition: background-color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .toggleBox-rsv_content_close_in {
    display: block;
  }
}
.toggleBox-rsv_content_close_in:hover {
  background: #fff;
}

/* 店舗選択ボックス */
.box-shop-select {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.box-shop-select + .box-shop-select {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-shop-select + .box-shop-select {
    margin-top: 12px;
  }
}
.box-shop-select__title {
  padding: 16px 22px;
  background: #eef6ed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .box-shop-select__title {
    padding: 12px;
    display: block;
  }
}
.box-shop-select__title__name {
  font-size: 18px;
  font-weight: bold;
  color: #3c852c;
}
@media screen and (max-width: 768px) {
  .box-shop-select__title__name {
    font-size: 16px;
  }
}
.box-shop-select__content {
  padding: 22px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-shop-select__content {
    padding: 12px;
    display: block;
  }
}
.box-shop-select__content__contact dt {
  font-size: 12px;
  font-weight: bold;
}
.box-shop-select__content__contact dt em {
  font-size: 14px;
  font-weight: bold;
}
.box-shop-select__content__btn {
  display: flex;
  justify-content: space-between;
  /* width: 30%; */
}
@media screen and (max-width: 768px) {
  .box-shop-select__content__btn {
    width: 100%;
    margin-top: 12px;
  }
}
.box-shop-select__content__btn .bg_btn {
  font-size: 18px;
  width: 100px;
  height: 42px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .box-shop-select__content__btn .bg_btn {
    font-size: 16px;
    width: 47%;
    margin-left: 0;
  }
}

/* 同意するボタン */
.btn_doui {
  background: #EDF7EB;
  padding: 5px 10px;
}
.btn_doui label {
  position: relative !important;
  cursor: pointer;
}
.btn_doui input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.btn_doui input[type="checkbox"] {
  margin-left: 30px;
}
.btn_doui input[type="checkbox"]::before, .btn_doui input[type="checkbox"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.btn_doui input[type="checkbox"]::before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #58bf43;
  border-radius: 5px;
  top: calc(50% - 10px);
}
.btn_doui input[type="checkbox"]::after {
  width: 3px;
  height: 7px;
  border-right: 3px solid #58bf43;
  border-bottom: 3px solid #58bf43;
  transform: rotate(45deg);
  left: 8px;
  top: calc(50% - 5px);
  opacity: 0;
}
.btn_doui input[type="checkbox"]:checked::after {
  opacity: 1;
}

/*支店選択*/
.box-shop-select__date{
  color: #3c852c;
  font-size: .875em;
}
.box-shop-select__date span{
  font-size: 1rem;
  font-weight: bold;
}

/*店舗種類選択*/
.shop-select{
  margin: 20px 0;
  padding: 30px;
  background: #f5f5f5;
}
.shop-select ul{
  display: flex;
  justify-content: center;
}
.shop-select li{
  width: calc((100% - 40px) / 3);
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
.shop-select li a{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border: solid 2px #bbb;
  border-radius: 5px;
  position: relative;
}
.shop-select li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12.1px 7px 0 7px;
  border-color: #58bf43 transparent transparent transparent;
  top: 50%;
  right:20px;
  transform: translateY(-50%);
}
.shop-select li a:hover{
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .shop-select{
    padding: 20px;
  }
  .shop-select ul{
    flex-direction: column;
      }
      .shop-select li{
    width: 100%;
    margin-top: 10px;
  }
  .shop-select li a{
    font-size: 16px;
    padding: 15px 20px;
  }
  
}