/* このファイルは Shift-JIS で保存すること */

@charset "Shift_JIS";

/* サイト内の全てのタグに適用させるスタイル。フォントなどを指定 */

* {
  *font-size: small;
  *font: x-small;
  font: 14px "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  font-weight: normal;
  line-height: 160%;
  outline: 0;
  word-break: break-all;
}

h4 {
  background: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 8px 0;
  padding: 4px 8px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
}

h5 span {
  display: block;
  float: left;
}

h5 .h5text {
  bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  overflow: auto;
  position: relative;
  word-wrap: break-word;
}

.side-bd {
  padding-left: 6px;
}

body {
  -webkit-text-size-adjust: none;
}

body.bg_repeat {
  background-repeat: repeat;
}

body.bg_no_repeat {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#container {
  margin: 0 auto;
  width: 100%;
  word-break: break-word;
}

#container-iframe {
  margin: 16px auto 0;
  width: 100%;
}

#container-iframe #main {
  margin: 0 auto;
  max-width: 100%;
  width: 98%;
}

#container-iframe table.type1 td {
  padding: 8px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  color: #000000;
  height: auto;
  padding: 8px;
  position: relative;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 110%;
}

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

img {
  max-width: 100%;
}

textarea {
  padding-left: 2px;
}

em {
  font-style: italic;
}

/* 表示幅にあわせて改行したい場合に使用 */

.txt-linefeed {
  overflow-wrap: break-word;  /* word-wrap とセットで指定しておく */
  word-break: break-all;      /* 表示範囲に合わせて改行 */
  word-wrap: break-word;      /* 単語の途中で折り返さないと行ボックスの幅からあふれてしまうときのみ、その単語の途中で折り返す */
}

/***************************************
 * header
 **************************************/

#header {
  background-color: #ffffff;
}

#header-wrapper {
  align-items: center;
  -webkit-box-pack: justify;
  display: flex;
  -ms-flex-pack: justify;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  width: 100%;
}

#header-wrapper img {
  max-height: 100%;
  width: auto;
}

#header #logo {
  padding: 10px 0 10px;
  text-align: left;
  vertical-align: middle;
  width: 270px;
}

#header .icon-home {
  font-size: 24px;
}

#header a {
  text-decoration: none;
}

#header .no-icon-seo-header {
  position: absolute;
  top: -50px;
}

#header .no-icon-seo-header span {
  font-size: 10px;
}

#header .no-icon-href {
  display: block;
  padding: 16px 0;
  text-align: center;
}

#header .header-right {
  position: relative;
}

.text-home {
  font-size: 10px;
  line-height: 100%;
}

@media screen and (max-width: 1028px) {
  #header #logo {
    padding: 10px 0 10px 14px;
  }
}

#header h1 {
  align-items: center;
  display: flex;
  height: 36px;
  padding: 12px 0;
}

#header #comment {
  padding: 10px 15px 0 0;
  text-align: right;
  vertical-align: top;
}

#header #globalnavi {
  padding: 10px 0 10px 5px;
}

#globalnavi-header-tr {
  display: flex;
}

.main-visual {
  margin-bottom: 20px;
  text-align: center;
}

#language_switch {
  margin-right: 8px;
  padding: 5px;
  text-align: right;
}

#language_switch a {
  margin-left: 10px;
}

#mypage {
  height: 34px;
  padding: 16px 0;
}

/***************************************
 * main
 **************************************/

#main {
  margin: 24px auto;
  max-width: 960px;
  padding: 0;
  position: relative;
}

#main:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

#main #pict_top_pc_long {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

#main #pict_top_pc_long img {
  display: block;
  margin: 0 auto;
}

#main #left-column {
  float: left;
  margin: 0 16px 0 0;
  padding: 16px;
  width: 180px;
}

#main #left-column #res-but {
  margin-bottom: 15px;
}

#main #left-column #res-but a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  margin: 0 auto 24px auto;
  padding: 8px;
  text-align: center;
  text-decoration: inherit;
}

#main #left-column #mypage {
  margin-bottom: 20px;
}

#main #left-column #name img {
  margin: 6px 0 0 6px;
}

#mypage #name {
  border-bottom: solid 1px #cccccc;
  padding: 0 0 4px 8px;
}

#main #left-column #mypage ul {
  padding: 6px 0;
}

#main #left-column #mypage ul li {
  font-size: 85%;
  line-height: 140%;
  padding: 0 6px;
}

#main #left-column #mypage ul li.login {
  font-size: 0;
  line-height: 0;
  padding-bottom: 8px;
}

#main #left-column #mypage ul li.logout {
  font-size: 0;
  line-height: 0;
  margin: 5px 6px 0 6px;
  padding: 4px 0;
  text-align: center;
}

#main #left-column ul#menu {
  margin-bottom: 32px;
}

#main #left-column ul#menu li {
  font-size: 0;
  margin-bottom: 2px;
}

#mobile #name {
  border-bottom: solid 1px #cccccc;
  padding: 0 0 4px 8px;
}

#main #left-column #pc_logo_2 {
  display: none;
}

#main #left-column #mobile #qr {
  margin: 0 auto;
  padding: 20px 20px 15px 20px;
  text-align: center;
}

#main #left-column #mobile p {
  font-size: 85%;
  line-height: 140%;
  margin-top: 0 !important;
  padding: 0 6px 6px 6px;
}

#main #left-column dl#ban-area {
  padding-top: 24px;
}

#main #left-column dl#ban-area a:hover {
  color: #444444;
}

#main #left-column dl#ban-area a:hover img {
  opacity: .8;
}

#main #left-column dl#ban-area dt {
  font-size: 0;
  line-height: 0;
  margin: 10px 0 10px 0;
  text-align: center;
}

#main #left-column dl#ban-area dd {
  font-size: 85%;
  line-height: 120%;
  margin: 0 auto;
  width: 160px;
}

#main #right-column {
  background: #ffffff;
  padding: 16px;
}

#main #right-column-inline {
  padding-bottom: 20px;
  width: 100%;
}

#main #right-column-yoyaku {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
}

#main #right-column #res-but-footer,
#main #right-column-inline #res-but-footer,
#main #right-column-yoyaku #res-but-footer {
  text-align: center;
}

.ms_disabled_cookie_area {
  background: #ffffff;
  padding: 16px;
}

#res-but-footer a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin: 0 auto 24px auto;
  padding: 8px;
  text-align: center;
  text-decoration: inherit;
  width: 240px;
}

#main #right-column #res-but-footer img,
#main #right-column-inline #res-but-footer img,
#main #right-column-yoyaku #res-but-footer img {
  margin-bottom: 5px;
}

#main #right-column #res-but-footer p,
#main #right-column-inline #res-but-footer p,
#main #right-column-yoyaku #res-but-footer p {
  font-size: 85%;
  text-align: center;
}

.sm-reserve-card {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  margin: 8px 0;
  padding: 8px;
}

.sm-reserve-card-link {
  text-decoration: none!important;
}

.sm-reserve-card .resv_title {
  font-weight: bold;
  padding-right: 4px;
}

.sm-reserve-card .cancel_enable {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  margin-top: 4px;
  padding: 2px 4px;
  text-decoration: none;
}

.res_user_wrap {
  margin: 0 auto;
  max-width: 400px;
  padding-top: 16px;
  width: 100%;
}

.res_user_wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.res_user_wrap .btn-area1 input {
  max-width: 100%;
  width: 100%;
}

/***************************************
 * toppage
 **************************************/

.step-title {
  margin: 32px 0 0 0;
  overflow: hidden;
}

.step-title p {
  float: left;
  font-size: 18px;
  height: 30px;
  line-height: 24px;
}

.step-title .step {
  float: left;
  height: 30px;
  padding: 0 8px;
}

.step-title .step img {
  margin-top: 6px;
}

/***************************************
 * text
 **************************************/

.disnon {
  display: none;
}

h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
  z-index: 10;
}

h4 .attention {
  float: right;
  font-size: 77%;
}

.reverse1 .even {
  background-color: #eeeeee;
}

.caption {
  color: #4c4c4c;
  font-size: 12px;
}

.attention {
  color: #ff0000;
  font-weight: bold;
  line-height: 120%;
  padding: 1px 0 8px;
}

.pw-change {
  color: #660000;
}

/***************************************
 * pager
 **************************************/

ul.pager {
  margin-top: 10px;
  text-align: center;
}

ul.pager li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.pager li strong {
  background-color: #eeeeee;
  border: 1px #cccccc solid;
  display: -moz-inline-box;  /* firefox2 対応 */
  display: inline-block;
  padding: 3px 8px;
}

ul.pager li a {
  border: 1px #cccccc solid;
  display: -moz-inline-box;  /* firefox2 対応 */
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}

ul.pager li a:link,
ul.pager li a:visited {
  border-color: #cccccc;
}

ul.pager li a:hover,
ul.pager li a:active {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}

ul.pager li.no-decoration {
  border: 1px #dddddd solid;
  color: #cccccc;
  display: inline-block;
  padding: 3px 8px;
}

/***************************************
 * box-type
 **************************************/

.box-attention {
  background-color: #f9dada;
  border: 1px solid #f3b8b8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #cc2c29;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.box-attention-area .stop-cancel-button {
  background: #8a6d3b;
  border-radius: 4px;
  color: #fcf8e3;
  font-size: 12px;
  height: 18px;
  padding: 4px;
  position: absolute;
  right: 8px;
  text-decoration: none;
  top: calc(50% - 13px);
  width: 80px;
}

.box-attention-success {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #31708f;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.box-attention-type3 {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #8a6d3b;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.box-gcalendar {
  background: url(../image/contents/calendar-icon.gif) no-repeat 540px bottom;
  border: 3px solid #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 180px;
  padding: 10px 200px 10px 15px;
}

.box-gcalendar p a {
  background: url(../image/common/arrow2.gif) no-repeat 5px center;
  margin-top: 5px;
  padding-left: 15px;
}

.box-twitter {
  background: url(../image/contents/twitter-icon.gif) no-repeat 460px bottom;
  border: 3px solid #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 180px;
  padding: 10px 200px 10px 15px;
}

.box-twitter-list {
  background: url(../image/contents/twitter-icon2.gif) no-repeat 460px bottom;
  border: 3px solid #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 180px;
  padding: 10px 15px;
}

dl.twitter-list {
  background: url(../image/common/dot-line1.gif) repeat-x left bottom;
  clear: both;
  margin-top: 8px;
  overflow: hidden;
  padding-bottom: 8px;
}

dl.twitter-list dt {
  float: left;
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
  width: 48px;
}

dl.twitter-list dd {
  float: left;
  width: 580px;
}

.box-twitter p a {
  background: url(../image/common/arrow2.gif) no-repeat 5px center;
  margin-top: 5px;
  padding-left: 15px;
}

.two-column {
  clear: both;
  overflow: hidden;
}

.two-column .menu-box,
.two-column .menu-box2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 15px 30px;
}

#right-column-inline .two-column .menu-box,
#right-column-inline .two-column .menu-box2 {
  background: #ffffff;
  border-radius: 0;
}

.text-left {
  text-align: left;
}

/***************************************
 * list-type
 **************************************/

/*** type2 *******************/

dl.type2 {
  margin: 0 auto;
}

dl.type2 dt {
  color: #666666;
  font-size: 12px;
  margin-top: 16px;
  text-align: left;
}

dl.type2 dd input {
  padding: 8px;
}

dl.type2 dd input#loginid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

dl.type2 dd input#loginpw {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/*** option *******************/

#right-column-inline ul.option {
  background: #ffffff;
  padding: 8px;
}

ul.option li {
  background-position: 10px center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 8px 0;
}

ul.option li p {
  float: left;
}

ul.option li a.detail-btn {
  float: right;
  margin-bottom: 5px;
  white-space: nowrap;
}

ul.option li div.select-area {
  clear: both;
}

ul.option_breakdown li {
  padding: 8px 0;
}

ul.option li .option_breakdown_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

ul.option li .option_breakdown_wrap p {
  width: 80%;
}

ul.option li .option_breakdown_wrap div.select-area {
  margin-bottom: 0;
  max-width: 100px;
  width: 20%;
}

/***************************************
 * btn-type
 **************************************/

.btn-area1 {
  clear: both;
  margin-top: 25px;
  overflow: hidden;
  text-align: center;
}

.btn-area1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  margin: 0;
  padding: 32px 0;
}

.btn-area1 .attention {
  margin: 10px auto 0;
}

.btn-area1 input {
  margin: 0 auto;
  max-width: 300px;
  width: 50%;
}

.btn-area1 div,
.btn-area2 div {
  display: inline-block;
  margin: 0 15px;
}

.btn-area2 {
  clear: both;
  margin-top: 16px;
  overflow: hidden;
  text-align: center;
}

.btn-area2 a:link {
  text-decoration: none;
}

.btn-area3 {
  clear: both;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
}

.btn-area-close {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  width: 160px;
}

.btn-area-close a {
  text-decoration: none!important;
}

.no-flex {
  display: block!important;
}

.contents-space .btn-area1 .flex-trio {
  margin: inherit;
  width: 200px;
}

.contents-space .btn-area1 .flex-trio + .flex-trio {
  margin-left: 15px;
}

.contents-space .btn-area1 .flex-trio-left {
  margin-right: auto!important;
}

.contents-space .btn-area1 .flex-trio-left input {
  width: 200px;
}

/***************************************
 * header
 **************************************/

table.login td {
  background-color: #eeeeee;
  font-size: 108%;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  width: 100%;
}

/*** type1 ***************/

table.type1 {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

#right-column-inline table.type1 th {
  background: #ffffff;
  padding: 8px 0 0 8px;
}

table.type1 td {
  background-color: #ffffff;
  padding: 0 0 8px;
}

.form_required {
  background: #d17565;
}

.form_any {
  background: #ecb666;
}

.form_required,
.form_any {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: inherit;
  margin-right: 6px;
  padding: 0 4px;
}

.display_status .form_any {
  padding: 0;
  width: 100%;
}

.display_status .form_any:first-child {
  margin: 0 0 4px;
}

.display_status_sm .form_any {
  margin: 4px 0 0 0;
  text-align: center;
  width: 84px;
}

div #shopphoto {
  background-color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}

/*** type2 ***************/

table.type2 {
  background-color: #ffffff;
  overflow: hidden;
}

table.type2 th {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
  width: 50%;
}

table.type2 td {
  border: 1px solid #cccccc;
  padding: 8px;
  text-align: center;
  width: 50%;
}

/*** type3 ***************/

table.type3 {
  background-color: #ffffff;
  width: 100%;
}

.mypage_reservation_table tr:hover {
  cursor:pointer;
  background-color: #ffebeb;
}

table.type3 th {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
}

table.type3 td {
  border: 1px solid #cccccc;
  padding: 8px;
  text-align: center;
}

table.type3 td a {
  font-size: 100%;
}

table.type3 td.item-key-id {
  text-decoration: underline;
}

/*** type4 ***************/

table.type4 {
  background-color: #ffffff;
}

table.type4 tr.dot {
  border-bottom: 3px solid #dddddd !important;
}

table.type4 th {
  border: 1px solid #dddddd;
  text-align: center;
}

table.type4 th.time {
  font-size: 85%;
}

table.type4 td {
  border: 1px solid #dddddd;
  vertical-align: top;
}

/***************************************
 * btn-type
 **************************************/

.btn-type1 {
  background: #e2e4e5;
  border: none;
  border: solid 1px #c2c7cb;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 16px 40px;
  text-align: center;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn-type1:hover {
  background: #dadddf;
}

.btn-type1a {
  padding: 12px 40px 11px!important;
}

.btn-type2 {
  border: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 16px 40px;
  text-align: center;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  width: 100%;
}

.btn-type3 {
  background: #ffffff;
  border: none;
  border: solid 1px #c2c7cb;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 16px 40px;
  text-align: center;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn-type3:hover {
  background: #f6f6f6;
}

.btn-type4 {
  margin: 0 auto;
  width: 144px;
}

.btn-type4 p {
  margin: 0;
  padding-top: 8px;
}

.btn-type4 p a {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  line-height: 120%;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn-type4 p a:hover {
  background-color: #eeeeee;
  color: #444444;
}

.btn-type5 {
  margin: 0 auto;
  width: 67px;
}

.btn-type5 p {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  text-align: center;
}

.btn-type5 p a {
  display: block;
  font-size: 85%;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn-type5 p a:hover {
  background-color: #eeeeee;
  color: #444444;
}

.btn-type-6 a {
  background: #666666;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff !important;
  display: block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
}

.btn-type-6b a {
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 4px;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  width: 40px;
}

.btn-type-6b a:hover {
  color: #777777;
}

.btn-type-7 a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  margin: 24px auto 8px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.btn-type-7b {
  background: #aaaaaa;
  border: 1px solid #ffffff;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.btn-type-7b:hover {
  background: #999999;
}

.btn-type-8 a {
  background: #ffffff url(../image/common/btn-bg3.gif) repeat-x center center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333 !important;
  display: block;
  font-size: 85%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
}

.btn-link1:link {
  text-decoration: none;
}

.btn-event-detail {
  color: #ffffff!important;
  display: block;
  margin: 8px auto;
  text-decoration: none!important;
}

.btn-event-detail:hover {
  color: #ffffff;
}

.btn-return {
  align-items: center;
  background: #e2e4e5;
  border: solid 1px #c2c7cb;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: center;
  margin: 0 auto;
  max-width: 300px;
  padding-bottom: 16px;
  padding-top: 16px;
  text-decoration: none;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  width: 100%;
}

.btn-return:hover {
  background: #dadddf;
  color: #333333;
}

/***************************************
 * footer
 **************************************/

#footer {
  background-color: #666666;
  bottom: 0;
  margin-top: 50px;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
}

#footer #left-column {
  float: left;
  padding-left: 8px;
}

#footer_flex_left ul li img {
  margin-bottom: 8px;
  max-height: 29px;
  max-width: 150px;
}

#footer_flex_left ul li {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5em;
}

#footer #right-column {
  bottom: 10px;
  float: right;
  font-size: 85%;
  position: absolute;
  right: 25px;
}

#footer #right-column #counter {
  color: #ffffff;
  text-align: right;
}

#footer #right-column #description {
  color: #ffffff;
  font-size: 90%;
  line-height: 120%;
  text-align: right;
}

#footer #right-column #res a:link,
#footer #right-column #res a:hover,
#footer #right-column #res a:visited,
#footer #right-column #res a:active {
  color: #ffffff;
  text-align: right;
}

#footer_navi {
  display: flex;
  justify-content: center;
}

#footer_navi li a {
  color: #ffffff;
  padding: 8px;
  text-decoration: none;
}

#footer_flex {
  display: flex;
}

#footer_flex_left,
#footer_flex_right {
  flex-basis: 50%;
  padding: 8px;
}

#footer_flex_right {
  align-items: flex-end;
  color: #ffffff;
  display: flex;
  font-size: 10px;
  justify-content: flex-end;
  padding-right: 24px;
}

#footer_copyright {
  background: #000000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px 0;
  text-align: center;
}

/*フッター内のコピーライトのスタイル*/

#copyright {
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4em;
  padding: 4px 0;
  text-align: center;
}

/*フッター内のナビゲーションのスタイル*/

#footer ul#navi {
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
}

/*暫定的に対応*/

#footer ul#navi {
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: auto;
}

/*フッター内のナビゲーションの各ボタンのスタイル*/

#footer ul#navi li {
  color: #ffffff;
  display: inline;
  padding: 0 10px;
}

#footer ul#navi li a:link,
#footer ul#navi li a:hover,
#footer ul#navi li a:visited,
#footer ul#navi li a:active {
  color: #ffffff;
  text-decoration: none;
}

/***************************************
 * pagetop
 **************************************/

#pagetop {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 10;
}

*html #pagetop {
  bottom: 0;
  height: 85px;
  margin-left: 476px;
  position: fixed;
  text-align: right;
  width: 50%;
}

/***************************************
 * form
 **************************************/

body form h4.form-title {
  background: none;
  padding: 4px 0;
}

.bt_form_text {
  padding: 8px;
  width: 70%;
}

.bt_form_textarea {
  padding: 4px;
  width: 90%;
}

.bt_basis_radio {
  flex-basis: 99%;
}

#bt_form_cus_zip {
  width: 150px;
}

#bt_form_cus_pref {
  margin-bottom: 3px;
}

.bt_form_text_chk {
  margin-top: 6px;
}

.attention-margin {
  padding-bottom: 8px;
}

input[type="text"],
input[type="tel"] {
  padding: 8px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
textarea {
  border: 1px solid #a9a9a9;
}

#loginid {
  padding: 8px;
}

#loginpw {
  padding: 8px;
}

#cus_mail {
  padding: 8px;
}

#cus_mail_chk {
  padding: 8px;
}

.center-shop-input {
  padding: 4px 8px;
}

/* 予約数選択のプルダウン 全タイプ共通 */

.select-wrapper {
  background: #ffffff;
  display: block;
  position: relative;
  width: 100%;
}

.select-wrapper select {
  padding-right: 20px!important;
}

.select-wrapper:before {
  border-color: #666666 transparent transparent;
  border-style: solid;
  border-width: .45em .3em;
  content: "";
  display: block;
  height: 0;
  margin-top: -.2em;
  position: absolute;
  right: .6em;
  top: 50%;
  width: 0;
}

label.select-wrapper.label-birth {
  display: inline-block;
}

label.select-wrapper.select-wrapper-cus_pref {
  width: 200px;
}

.label-select-ymd-y,
.label-birth-cus_birthy {
  width: 90px;
}

.label-select-ymd-m,
.label-select-ymd-d,
.label-birth-cus_birthm,
.label-birth-cus_birthd {
  width: 55px;
}

.label-birth-other {
  width: 55px;
}

.select_credit_expmm,
.select_credit_expyy {
  display: inline-block;
  width: 55px;
}

.select_credit_expyy {
  margin-left: 3px;
}

#res_num,
div.select-area .select-wrapper select,
div.select-area .select-wrapper select#res_num {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: 1px solid #a9a9a9;
  color: #000000;
  height: auto;
  padding: 8px 16px 8px 8px;
  position: relative;
  width: 100%;
}

.select-wrapper select {
  height: 38px!important;
}

select#res_num {
  cursor: pointer;
}

body .select-area .select-wrapper .op_num_disabled {
  background: #eeeeee;
  border: 1px solid #a9a9a9;
  color: #9e9e9e;
}

body .select-area .disabled_arrow:before {
  z-index: 1;
}

/* 予約数選択エラーメッセージ */

div.select-area .res_num_errmsg {
  padding: 4px 0 0;
  text-align: left;
}

/***************************************
 * class
 **************************************/

/* 親ブロックのサイズをfloatしたオブジェクトにあわせる。(※基本的に編集しない)*/

* html .clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: .1em;
  height: .1px;
  line-height: 0;
  visibility: hidden;
}

* html .clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7*/
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}
* html .clearfix {
  display: block;
}

/* End hide from IE-mac */

.ns {
  margin-top: 0 !important;
}

.ns-b {
  margin-bottom: 0 !important;
}

.h3_space_adjustment {
  margin-bottom: 10px;
  padding-top: 10px;
}

.wrap-contents,
.contents-space {
  margin-top: 15px;
}

.wrap-contents-2 {
  margin-top: 8px;
}

.thanks {
  padding: 0 20px 15px 0;
}

.thanks p.bold {
  font-size: 138.5%;
  font-weight: bold;
}

.res-last-info {
  background: #eeeeee;
  margin: 16px 0;
  padding: 28px;
}

.res-last-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.res-last-contents-space {
  margin: 0 auto;
  max-width: 550px;
  padding: 16px 0 0;
  width: 100%;
}

.res-last-item-title {
  font-size: 14px;
}

.res-last-item-value {
  font-size: 32px;
  font-weight: bold;
}

.res-last-code {
  margin-top: 16px;
}

.w100 {
  width: 100%!important;
}

.margin-top01 {
  margin-top: 10px;
}

.limit-ttl {
  font-size: 138.5%;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}

h3 span.logout-btn {
  float: right;
  padding: 7px 7px 0 0;
}

strong {
  font-size: 100%;
  font-weight: bold;
}

strong font {
  font-size: 100%;
  font-weight: bold;
}

font {
  font-size: 100%;
}

.event-name span {
  color: #333333;
  display: block;
  float: left;
  font-size: 20px;
}

.event-name-withbtn span {
  max-width: 800px;
}

/***************************************
 * a
 **************************************/

a:link {
  color: #444444;
  text-decoration: underline;
}

a:visited {
  color: #444444;
  text-decoration: underline;
}

a:hover {
  color: #aaaaaa;
  text-decoration: none;
}

a:active {
  color: #444444;
  text-decoration: underline;
}

/***************************************
 * pager
 **************************************/

div.pager {
  margin-top: 20px;
  overflow: hidden;
  padding: 8px 0;
  text-align: center;
}

div.pager a {
  border: 1px #cccccc solid;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: .25em .4em;
  text-decoration: none;
}

#right-column-inline div.pager a {
  background: #ffffff;
}

div.pager span.on {
  background-color: #cccccc;
  border: 1px #cccccc solid;
  padding: .25em .4em;
}

div.pager span.off {
  border: 1px #dddddd solid;
  color: #cccccc;
  padding: .25em .4em;
}

#right-column-inline div.pager span.off {
  background: #ffffff;
}

div.pager a:link,
div.pager a:visited {
  border-color: #cccccc;
  color: #000000;
}

div.pager a:hover,
div.pager a:active {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
  text-decoration: none;
}

/***************************************
 * menu
 **************************************/

/*完了*/

.finish {
  background: #eeeeee;
}

/*予約済*/

.reserve {
  background: #fff6e4;
}

/*選択中、進行中*/

.active {
  background: #e2e4e5;
  font-weight: bold;
}

/*予約セット*/

.setres {
  background: #fef3df;
}

/*予約可能*/

.selectable {
  background: #ffffff;
}

.non-selectable {
  background: #eeeeee;
}

/*土日色*/

.holiday {
  background: #ffeeee;
}

/***************************************
 * ChoiceRESERVE ロゴ, ソーシャル連携
 **************************************/

#ads_logo {
  margin-top: 5px;
  padding-top: 10px;
  width: 100%;
}

#ads_logo a:link,
#ads_logo a:active,
#ads_logo a:visited,
#ads_logo a:hover {
  color: black;
  display: block;
  float: none;
  font-size: 11px;
  margin-top: 5px;
  padding-left: 0;
  text-decoration: none;
}

#ads_logo img {
  vertical-align: -6px;
}

#social-relation-box {
  float: left;
}

#cr-pd-logo {
  align-items: center;
  display: flex!important;
  float: right!important;
  font-size: 11px;
  margin-top: 0!important;
  text-decoration: none;
}

#cr-pd-logo img {
  padding-left: 4px;
}

@media screen and (max-width: 1028px) {
  .logo_img {
    margin-right: 8px;
  }
}

/***************************************
 * デモサイト アテンション
 **************************************/

#demoAttention {
  background-color: #000000;
  color: #ffffff;
}

.wrapper {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.demoLogo {
  height: 20px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.demoLogo-1line {
  display: none;
}

/** クローズボタン **/

.btnDemo {
  background-color: #eeeeee;
  color: #aaaaaa;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
}

.btnDemo-multiline {
  height: 65px;
}

.btnDemo-1line {
  height: 20px;
}

.btnDemo p {
  font-size: 60px;
  line-height: 65px;
  text-align: center;
}

.btnDemoClose-multiline {
  display: block;
}

.btnDemoClose-1line {
  display: none;
}

.boxClose {
  margin: 0 auto;
  padding-top: 4px;
}

.boxClose-multiline {
  display: none;
}

.boxClose-1line {
  display: block;
}

/** ChoiceRESERVEのお試しサイトです **/

#msg {
  text-align: center;
}

#msg p {
  font-family: "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, Geneva, Arial, Verdana, sans-serif;
  font-size: 15px;
}

/** 残日数、コンバージョン、管理画面ログイン 全体 **/

#navi {
  margin: 0 auto;
  padding: 25px 0 30px;
  width: 620px;
}

.navi-1line {
  display: none;
}

.clear {
  clear: both;
}

/** 残日数 **/

.remain {
  background-color: #ee9f05;
  border-radius: 3px;
  float: left;
  height: 160px;
  position: relative;
  width: 160px;
}

.remain p {
  font-family: "メイリオ";
}

.remain .remainTxt {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.column {
  background-color: #ffffff;
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
  color: #aaaaaa;
  float: left;
  font-size: 85px;
  line-height: 85px;
  margin-left: 10px;
  margin-top: 8px;
  padding-top: 10px;
}

.unit {
  font-size: 16px;
  position: absolute;
  right: 11px;
  top: 114px;
}

/** コンバージョン、管理画面ログイン **/

.rightBlock p {
  font-size: 18px;
  padding: 19px 20px;
  text-align: center;
}

#navi .rightBlock .conversion {
  background-color: #1c97db;
  border-radius: 2px;
  color: #ffffff;
  float: right;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 49%;
}

#navi .rightBlock .conversion:hover {
  background-color: #1c68db;
  color: #ffffff;
  cursor: pointer;
}

.conversion p {
  font-family: "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, Geneva, Arial, Verdana, sans-serif;
}

#navi .rightBlock .management {
  background-color: #e59824;
  border-radius: 2px;
  color: #ffffff;
  float: left;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 49%;
}

#navi .rightBlock .management:hover {
  background-color: #e57924;
  cursor: pointer;
}

.management p {
  font-family: "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, Geneva, Arial, Verdana, sans-serif;
  padding: 0 0 7px;
}

p.contactTxt {
  font-size: 12px;
  padding: 12px 48px 0 0;
}

/** お試し期間が終了しました **/

#demoExpired {
  background-color: #000000;
  color: #ffffff;
}

.msgHeader {
  font-size: 24px;
}

#telNumber {
  margin: 0 auto;
  padding: 25px 0;
  width: 45%;
}

#telNumber img {
  float: left;
}

.phoneNumber {
  font-family: "Century Gothic"!important;
  font-size: 48px;
  line-height: 36px;
  margin-left: 90px;
}

.other {
  font-family: "メイリオ";
  padding: 10px 0;
  text-align: center;
}

.expiredParag {
  font-size: 20px;
  padding: 18px 110px;
  text-align: center;
}

#naviExpired {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 620px;
}

.option-flex {
  align-items: center;
  -webkit-box-pack: justify;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.option-flex .detail-btn {
  margin: 0!important;
}

table.res-step td span.hidden-xs.detail-text {
  font-size: 13px;
  font-weight: bold;
  padding: 0;
}

.detail-btn {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  padding: 2px 16px;
  text-decoration: inherit!important;
}

.detail-btn:hover {
  color: #777777;
  text-decoration: underline;
}

.pict-logo-type2 {
  margin-bottom: 24px;
}

.number_remain {
  background: #757575;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  margin-right: 2px;
  padding: 1px 2px;
}

/****** status **********/

.res_can {
  color: #ffffff;
  font-size: 11px;
  padding: 3px;
}

.full {
  color: #ffffff;
  font-size: 11px;
  padding: 4px 16px;
}

.few_res {
  color: #ffffff;
  font-size: 11px;
  padding: 4px 16px;
}

.cancel {
  color: #ffffff;
  font-size: 11px;
  padding: 4px 16px;
}

.fin {
  color: #ffffff;
  font-size: 11px;
  padding: 4px 16px;
}

.res_can {
  background: #49a3c9;
}

.full {
  background: #ed4949;
}

.few_res {
  background: #e5c637;
}

.cancel {
  background: #38a178;
}

.fin {
  background: #9a9a9a;
}

textarea#id_memo {
  width: 99%;
}

.call_zip_style {
  background: #eeeeee;
  cursor: pointer;
  font-size: 10px;
  height: 33px;
  padding: 0 8px;
}

/***** footer fixed ****/

html {
  min-height: 100%;
  position: relative;
}

#copyright {
  bottom: 0;
  position: absolute;
  width: 100%;
}

/***** globalnavi accordion menu ******/

.accordion_menu {
  padding: 0!important;
  position: relative;
}

#menu_open {
  padding-bottom: 10px;
  text-align: right;
}

#menu_open span {
  cursor: pointer;
}

#menu_open span.open {
  color: #aaaaaa;
}

body #header table tbody td.globalnavi ul {
  display: none;
}

body #header table tbody td.accordion_menu ul {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 #777777;
  -moz-box-shadow: 0 1px 3px 0 #777777;
  box-shadow: 0 1px 3px 0 #777777;
  display: none;
  float: none!important;
  padding: 0 0 10px 0;
  position: absolute;
  right: 0;
  z-index: 100;
}

body #header table tbody td.accordion_menu ul li {
  display: block!important;
  float: none!important;
  margin-left: 0!important;
  padding-left: 0!important;
}

body #header table tbody td.accordion_menu ul li a {
  border-bottom: dotted 1px #dddddd;
  display: block;
  padding: 12px 32px;
}

body #header table tbody td.accordion_menu ul li a:hover {
  background: #eeeeee;
}

#toggleMenu {
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 1px 1px 2px 0 #898989;
  -moz-box-shadow: 1px 1px 2px 0 #898989;
  box-shadow: 1px 1px 2px 0 #898989;
  display: none;
  padding: 12px 0;
  position: absolute;
  right: 0;
  width: 230px;
  z-index: 10000;
}

#toggleMenu li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

#toggleMenu li a:hover {
  background: #eeeeee;
  color: #000000;
}

#toggleMenu #menu {
  padding-bottom: 8px;
}

#toggleMenu #support-menu {
  padding: 8px 0;
}

#toggleMenu #support-menu li a {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif!important;
}

#toggleMenu #support-menu li a .support-menu-text {
  padding-left: 4px;
}

.icon-info:before {
  position: relative;
  top: 1px;
}

.toggle-line {
  border: none;
  border-top: 1px solid #dddddd;
}

#ban-area {
  padding: 16px 8px 8px;
  text-align: center;
}

.header-right .touch-device-menu {
  display: block!important;
  padding: 12px 0;
}

.header-right .touch-device-menu ul li a {
  padding: 8px 16px;
}

.header-right .touch-device-menu #ban-area {
  padding: 16px;
}

.mypage_sm {
  display: none;
}

.mypage_pc {
  display: flex;
}

.mypage_pc a {
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  margin: 0 12px 0 0;
  padding: 4px 24px;
  text-align: center;
  text-decoration: inherit;
}

#toggleBtn {
  align-items: center;
  cursor: pointer;
  display: none;
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  width: 35px;
}

#toggleBtn p {
  text-align: center;
}

#toggleBtn .icon-menu,
#toggleBtn .icon-cross-out-mark {
  background: #ffffff;
  color: #000000;
  font-size: 24px;
  padding: 0;
  text-align: center;
}

#toggleBtn .icon-menu-text {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif!important;
  font-size: 10px;
  line-height: 100%;
}

/***** .box-type1 ****/
.box-type1 td,
.box-type1 th {
  display: block;
  padding-top: 8px;
}

.box-type1 td .bt_kessai_text,
.box-type1 td .bt_form_text,
.box-type1 td .bt_form_textarea,
.box-type1 td .bt_form_select {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.box-type1 textarea {
  box-sizing: border-box;
}

.box-type1 #message {
  margin: 8px 0;
}

.box-type1-item {
  padding-top: 8px;
}

.box-type1-item-bottom {
  padding-bottom: 8px;
}

.box-type1-item .bt_form_text,
.box-type1-item-bottom .bt_form_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.radio-wrap {
  align-items: center;
  display: flex;
}

.radio-wrap label {
  word-break: break-all;
}

#loading {
  background-color: rgba(238, 238, 238, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100000;
}

#res_confrim_loading {
  background-color: rgba(238, 238, 238, 0.4);
  height: 100%;
  left: 0;
  margin: 0!important;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100000;
}

#loading_img,
#res_confrim_loading_img {
  background: #ffffff;
  padding: 10px;
  position: relative;
  top: calc(50% - 86px / 2);
}

.margin-heading {
  margin-top: 8px;
}

#punitdtl-area {
  margin-top: 16px;
}

.admin-mode-label {
  padding-left: 8px;
}

.my-page-btn-area {
  flex-wrap: wrap;
}

.visible-xs {
  display: none;
}

.shade {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.shade-table-wrap {
  background: #ffffff;
  border-radius: 5px;
  margin: 20px auto;
  padding: 5px 0;
  width: 90%;
}

.shade table {
  background: #ffffff;
  position: relative;
  width: 100%;
}

.shade table th {
  align-items: center;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 10px;
}

.shade table th i {
  color: #aaaaaa;
  font-size: 24px;
}

.shade table th h3 {
  border: none;
}

.shade table td {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  position: relative;
}

.shade table td span {
  padding: 10px 0;
  width: 80%;
}

.shade table td a.detail-btn {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.shade table td a.detail-btn .hidden-xs {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 16px;
}

.shade table td a.detail-btn i {
  font-size: 20px;
  padding: 0 10px;
}

table.sp-res-step td {
  display: none;
}

table.sp-res-step td.active {
  display: block;
}

.sp-menu-trigger {
  height: 100%;
  position: absolute;
  width: 100%;
}

.sp-menu-trigger:before {
  border-color: #666666 transparent transparent;
  border-style: solid;
  border-width: .45em .3em;
  content: "";
  display: block;
  height: 0;
  margin-top: -.2em;
  position: absolute;
  right: .6em;
  top: 50%;
  width: 0;
}

body table.sp-res-step .detail-btn {
  display: none;
}

body table.sp-res-step td.active {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  margin: 8px 0;
  padding-left: 0;
}

.sp-res-step #categ_id_0 {
  padding: 5px 10px 5px 0;
}

.shade .sp-res-step-title {
  padding: 15px 0;
  width: calc(100% - 80px);
}

.shade td.active .sp-res-step-title:before {
  color: #2D77CA;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  left: 10px;
  position: absolute;
  top: calc(50% - 10px);
}

table.res-step tr:hover td {
  background-color: #ffebeb;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 13px;
  }

  .box-attention-type3.upper-limit {
    margin: 24px 8px;
  }

  h3,
  h4,
  h5,
  h5 .h5text {
    font-size: 14px;
  }

  h3 {
    margin-top: 8px;
  }

  body table.iframe-navi td {
    vertical-align: top;
  }

  .event-name-withbtn span {
    max-width: 630px;
  }

  #right-column .two-column .menu-block {
    float: none;
    padding: 0;
    width: 100%;
  }

  .mypage_pc a {
    display: none;
  }

  #toggleMenu .mypage_sm {
    display: flex;
    padding: 8px;
  }

  #toggleMenu .mypage_sm a {
    border-radius: 3px;
    color: #ffffff;
    margin: 4px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #footer ul#navi li {
    display: block;
    padding: 0 8px;
    text-align: left;
  }

  #copyright {
    box-sizing: border-box;
    font-size: 10px;
    padding: 4px 8px;
    text-align: left;
  }

  #footer #right-column {
    float: inherit;
    position: static;
  }

  #footer #left-column {
    float: inherit;
  }

  #footer #footer_flex {
    display: block;
  }

  #footer #footer_flex_right {
    display: block;
  }

  #footer_navi {
    display: block;
  }

  #footer #right-column #description {
    padding: 8px;
    text-align: left;
  }

  table.type1 th {
    padding: 4px 0 0;
  }

  table.type1 td {
    padding: 8px 0;
  }

  table.type1 input[type="text"],
  table.type1 input[type="tel"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .btn-area1 input {
    margin: 10px 0;
    max-width: inherit;
    width: 100%;
  }

  .btn-return {
    display: block;
    max-width: inherit;
    padding: 12px 40px;
    text-decoration: none;
    width: 100%;
  }

  .step-title p {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: inherit;
    padding-left: 0;
  }

  .step-title {
    border-bottom: none!important;
    margin: 16px 0 0 0;
  }

  #main {
    margin: 0 auto;
  }

  .mng_mailsend_input {
    margin: 0 auto;
  }

  .mng_mailsend_input input {
    width: auto;
  }

  #ads_logo {
    float: inherit;
    margin-top: 5px;
    padding-left: 8px;
    padding-top: none;
    width: auto;
  }

  #ads_logo a:link,
  #ads_logo a:active,
  #ads_logo a:visited,
  #ads_logo a:hover {
    color: black;
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 10px;
    padding-left: 8px;
    text-decoration: none;
  }

  table.type1 td iframe {
    width: 100%;
  }

  #navi .rightBlock .conversion {
    display: none;
  }

  #navi .rightBlock .management {
    display: block;
    float: none;
    width: 100%;
  }

  #navi {
    padding: 16px;
    width: auto;
  }

  p.contactTxt {
    display: none;
  }

  .management p {
    font-size: 14px;
    padding: 8px;
  }

  #msg p {
    font-size: 12px;
  }

  .demoLogo {
    height: auto;
    padding: 0 30px 0 5px;
    text-align: left;
  }

  .demoLogo img {
    display: none;
  }

  .btnDemo {
    width: 40px;
  }

  .btnDemo p {
    font-size: 50px;
    line-height: 53px;
  }

  #msg {
    padding: 5px 39px 5px 5px;
    text-align: left;
  }

  .header-left {
    margin-left: 8px;
  }

  #header h1 {
    height: 28px;
    padding: 10px 0;
  }

  #header .no-icon-href {
    padding: 10px 0;
  }

  #header .icon-home {
    font-size: 18px;
  }

  #mypage {
    padding: 10px 8px 10px 0;
  }

  .mypage_pc {
    height: 28px!important;
  }

  .mypage_sm {
    height: auto!important;
  }

  #toggleBtn {
    display: block;
  }

  #toggleBtn .icon-menu,
  #toggleBtn .icon-cross-out-mark {
    font-size: 18px;
  }

  #main #right-column {
    padding: 8px;
  }

  .wrap-contents {
    margin-top: 8px;
  }

  body .two-column .menu-block {
    float: none;
    padding: inherit;
    width: 100%;
  }

  #cus_mail {
    width: 100%!important;
  }

  #footer_flex_left ul li img {
    max-height: 22px;
  }

  #res-but-footer a {
    width: auto;
  }

  .btn-area1 .attention {
    margin: 0 auto 0;
  }

  .two-column .menu-box,
  .two-column .menu-box2 {
    padding: 15px 0 30px;
  }

  .menu-box {
    min-height: auto!important;
  }

  .my-page-btn-area .order1 {
    order: 1;
  }

  .my-page-btn-area .order2 {
    order: 2;
  }

  .my-page-btn-area .order3 {
    order: 3;
  }

  .contents-space .btn-area1 .flex-trio-left {
    order: 3;
    width: 100%;
  }

  .contents-space .btn-area1 .flex-trio,
  .contents-space .btn-area1 .flex-trio-left input {
    width: 100%;
  }

  .contents-space .btn-area1 .flex-trio + .flex-trio {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .shade .sp-res-step-title {
    width: calc(100% - 40px);
  }

  .detail-btn {
    padding: 2px;
  }

  .detail-btn i {
    font-size: 14px;
  }
}

@media screen and (max-width: 580px) {
  #ads_logo {
    display: block;
  }

  #cr-pd-logo {
    float: left!important;
    margin-top: 8px!important;
    padding-left: 0!important;
  }
}

@media screen and (max-width: 375px) {
  .res-last-info {
    box-sizing: border-box;
    margin: 16px auto;
    padding: 28px;
    width: 327px;
  }

  .res-last-item {
    display: block;
    text-align: center;
  }

  .res-last-item-title {
    font-size: 13px;
  }

  .res-last-item-value {
    font-size: 24px;
  }
}
