@charset "utf-8";

body, input, textarea, select { font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif; }
.rich_font { font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , sans-serif; }

body {
  min-width: 0;
}
a {
  color: #0073B9;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#site_wrap {
  padding-bottom: 152px;
}
#site_wrap.thanks {
  padding-bottom: 0;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #site_wrap {
    padding-bottom: 245px;
  }
  #site_wrap.thanks {
    padding-bottom: 0;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, .5);
}


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#headerArea {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  z-index: 100;
}
#headerArea * {
  box-sizing: border-box;
}
#headerIn {
  max-width: 1200px;
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.headerLogo {
  width: 191px;
  padding: 9px 4px 7px;
  margin-left: -11px;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.headerLogo img {
  width: 100%;
  height: auto;
}
#headerArea a {
  text-decoration: none;
}
#headerArea a:hover {
  text-decoration: underline;
}
.headerSub {
  margin-left: auto;
  position: relative;
}
.utilityNav {
  margin-bottom: 15px;
  display: flex;
}
.utilityNav .utility {
  padding: 7px 15px 8px;
  background-color: #0A4B84;
}
.utilityNav ul {
  display: flex;
}
.utilityNav li {
  margin-right: 1em;
  font-size: 10px;
  line-height: 1;
}
.utilityNav .utility li:after {
  content: "|";
  color: #FFF;
}
.utilityNav li:last-child {
  margin-right: 0;
}
.utilityNav li:last-child:after {
  content: normal;
}
.utilityNav a {
  margin-right: 1em;
  font-size: 10px;
  line-height: 1;
}
.utilityNav .utility a {
  color: #fff;
}
.utilityNav a:hover {
  text-decoration: underline;
}
.utilityNav .langSelect {
  margin-left: 11px;
  align-items: center;
}
.utilityNav .langSelect li {
  margin-right: 0;
}
.utilityNav .langSelect a {
  font-size: 14px;
}
.globalNav ul {
  margin-left: -60px;
  display: flex;
  align-items: flex-start;
}
.globalNav li {
  margin-left: 20px;
}
.globalNav .home {
  margin-right: 20px;
}
.globalNav .home a {
  padding-right: 10px;
}
.globalNav .kakao {
  margin-top: -10px;
}
.globalNav .kakao a {
  width: 58px;
  padding: 0;
  transition: .3s;
}
.globalNav .kakao a:hover {
  background-color: transparent;
  border-bottom: none;
  opacity: 0.7;
}
.globalNav .kakao img {
  width: 100%;
  height: auto;
}
.globalNav > ul li > a {
  width: 100%;
  height: 100%;
  padding: 11px 30px 11px 10px;
  color: #251E1C;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.globalNav > ul li.is-active > a,
.globalNav > ul li > a:hover {
  background-color: #F3F3F3;
  border-bottom: 3px solid #0A4B84;
  text-decoration: none !important;
}
.globalNav .js-mega {
  padding-right: 19px;
}
.globalNav .js-mega a span {
  display: none;
}
.globalNav .js-mega > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transform: translateY(-50%) rotate(45deg);
}
.globalNav .js-mega .megaContents {
  width: 100%;
  position: fixed;
  top: 78px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}
.globalNav .js-mega .megaContents.is-active {
  opacity: 1;
  visibility: visible;
}
.globalNav .js-mega .megaContentsIn {
  width: 1200px;
  min-height: 396px;
  margin: 0 auto;
  padding: 51px 71px 50px 103px;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, .16);
  display: flex;
  align-items: flex-start;
}
.globalNav .js-mega .megaList {
  width: 25%;
}
.globalNav .js-mega .megaList dt {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: bold;
}
.globalNav .js-mega .megaList dd {
  margin-top: 10px;
}
.globalNav .js-mega .megaList dd:first-of-type {
  margin-top: 0;
}
.globalNav .js-mega .megaList dt span {
  color: #2F71B3;
}
.globalNav .js-mega .megaList dd a {
  text-align: left;
  color: #111;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  display: inline-block;
  position: relative;
}
.globalNav .js-mega .megaList dd a:before {
  content: ">";
  margin-right: 12px;
  color: #3072B3;
  font-size: 17px;
  display: inline-block;
}
.globalNav .js-mega .megaList dd a:hover {
  text-decoration: underline;
}


#navSp,
#menuSp {
  display: none;
}

@media (max-width: 970px) {
  #headerArea {
    height: 54px;
    padding-bottom: 0;
  }
  #headerIn {
    height: auto;
  }
  .headerSub {
    display: none;
  }
  .headerLogo {
    width: 130px;
    margin-left: 0;
    padding: 6px 5px 8px;
  }
  .rentacarLog {
    margin-bottom: 0;
    text-align: center;
  }
  #navSp {
    display: block;
    position: absolute;
    top: 12px;
    right: 5px;
  }
  #menuSp {
    display: none;
    width: 100%;
    padding: 10px 0 20px;
    position: absolute;
    overflow-x: hidden;
    top: 53px;
    z-index: 200;
    left: 0px;
    box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    z-index: 2000;
    background-color: rgba(255,255,255,.98);
    text-align: center;
    display: none;
    border-top: #ccc solid 1px;
  }
  .menuSpInner {
    width: calc(100% + 17px);
    height: 100vh;
    overflow-y: scroll;
  }
  .globalNav ul {
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
  }
  .globalNav li {
    width: 100%;
    margin: 10px 0 0;
    display: block;
  }
  .globalNav > ul li > a,
  .globalNav > ul li .megaOpen {
    width: auto;
    height: auto;
    padding: 11px 0;
    color: #251E1C;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  .globalNav > ul li.is-active > a,
  .globalNav > ul li > a:hover {
    border-bottom: none;
    background-color: transparent;
  }

  .globalNav .megaContents {
    opacity: 1;
    visibility: visible;
  }
  .globalNav .js-mega {
    padding: 0;
  }
  .globalNav .js-mega:after {
    content: "";
    display: table;
    clear: both;
  }
  .globalNav .js-mega .megaOpen {
    padding-right: 10px;
    display: inline-block;
    position: relative;
  }
  .globalNav .js-mega a:after {
    content: normal;
  }
  .globalNav .js-mega .megaOpen span {
    width: 20px;
    height: 20px;
    border: 2px solid #251E1C;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
  }
  .globalNav .js-mega .megaOpen span:before,
  .globalNav .js-mega .megaOpen span:after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #251E1C;
  }
  .globalNav .js-mega .megaOpen.is-active span:after {
    opacity: 0;
  }
  .globalNav .js-mega .megaOpen span:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .globalNav .megaContentsSp {
    width: 100%;
    margin: 10px auto 0;
    display: none;
    position: static;
  }
  .globalNav .megaContentsSp li a {
    width: 100%;
    padding: 12px 7px 14px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    background-color: rgba(255, 255, 255, .1);
    display: block;
  }
  .globalNav .js-mega .megaContentsSp .megaList {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .globalNav .js-mega .megaContentsSp .megaList:first-of-type {
    padding-top: 0;
  }
  .globalNav .js-mega .megaContentsSp .megaList dt {
    height: 40px;
    margin-bottom: 0;
    padding-left: 25px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #CBE1EF;
    background-color: #0273B8;
    position: relative;
    display: flex;
    align-items: center;
  }
  .globalNav .js-mega .megaContentsSp .megaList dt .icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .globalNav .js-mega .megaContentsSp .megaList dt .icon:before,
  .globalNav .js-mega .megaContentsSp .megaList dt .icon:after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .globalNav .js-mega .megaContentsSp .megaList dt .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .globalNav .js-mega .megaContentsSp .megaList dt.is-active .icon:after {
    opacity: 0;
  }
  .globalNav .js-mega .megaContentsSp .megaList dd {
    width: 100%;
    height: 40px;
    margin-top: 0;
    border-top: 1px solid #CBE1EF;
    display: none;
  }
  .globalNav .js-mega .megaContentsSp .megaList dd a {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .globalNav .js-mega .megaContentsSp .megaList dd a:before {
    content: normal;
  }
  .globalNav .js-mega .megaContentsSp .megaList dd a:after {
    content: "＞";
    color: #3072B3;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }
  .globalNav .js-mega .megaContentsSp .megaList dd a:hover {
    text-decoration: none !important;
  }
  .utilityNav {
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .utilityNav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #0A4B84;
  }
  .utilityNav li {
    width: 50%;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    line-height: 1;
    border-bottom: 1px dotted #0A4B84;
  }
  .utilityNav li:nth-child(odd) {
    border-right: 1px dotted #0A4B84;
  }
  .utilityNav li:after {
    content: normal;
  }
  .utilityNav a {
    margin-right: 0;
    color: #0A4B84;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  .globalNav .kakao {
    margin-top: 10px;
    margin-right: 0;
  }
  .globalNav .kakao a {
    width: 58px;
    margin: 0 auto;
    padding: 0;
    transition: .3s;
  }
  #menuSp .langSelect {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  #menuSp .langSelect li {
    margin-right: 0;
  }
  #menuSp .langSelect li + li {
    margin-left: 20px;
  }
  #menuSp .langSelect a {
    font-size: 14px;
  }
  #navSp {
    top: 6px;
    right: 5px;
  }
  #menuSp {
    top: 49px;
  }
}

@media screen and (max-width: 768px) {
  #headerArea {
    height: 50px;
  }
  .mainLog img {
    width: 100%;
    height: auto;
  }
  .rentacarLog {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left;
  }
  .globalNav ul {
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
  }
  .globalNav li {
    margin-left: 0;
  }
  .utilityNav ul {
    width: 100%;
  }
}

/*Footer*/
#footer a {
  text-decoration: none;
}
#footer_widget.footer_widget_type2 .ml_ad_widget {
    width: 100%;
    color: #c3c2c2;
}
#footer_contents .inner {
    width: initial;
    padding: 0 20px;
}

/* ページ上部へ戻るボタン */
#return_top { display:none; position:fixed; bottom:20px; right:20px; z-index:990; }
#return_top a { display:block; width:55px; height:55px; text-decoration:none; background:#222222; border-radius:50%; opacity:0.8; }
#return_top a:before {
  color:#fff; font-size:16px; line-height:1; display:block; position:absolute; top:50%; left:50%; margin:-0.5em 0 0 -0.5em;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#return_top a:before { content:''; width: 14px;height: 8px; background: url(../images/common/ico_arrow_top.png) no-repeat center /cover; transform: translateY(3px); }
#return_top a:hover { opacity:1; }
#return_top a span { display:none; }
@media only screen and (max-width:991px) {
  #footer_contents { padding:40px 0 0 0; }
  #footer_info { padding:18px 0 0 0; }

  /* logo */
  #footer_logo .logo { font-size:26px; line-height:1.2; }

  /* footer bottom menu */
  #footer_bottom_menu { display:block; margin:16px 0 0 0; }
  #footer_bottom_menu ul { display:inline; font-size:0; }
  #footer_bottom_menu li { display:inline-block; font-size:12px; line-height:2; }
  #footer_bottom_menu li:after { content:"|"; display:inline-block; padding:0 0.5em; }
  #footer_bottom_menu li:last-child:after { content:""; }

  /* SNSボタン */
  #footer_social_link { display:block; margin:12px 0 0 0; width:initial; text-align:center; position:static;
    -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none;
  }
  #footer_social_link li { margin:0 8px; }

  /* コピーライト */
  #copyright { margin:32px -20px 0 -20px; padding:17px 20px; width:initial; font-size:10px; line-height:1.6; text-align:center; background:#000; position:static;
    -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; transform:none;
  }
  #copyright span { display:none; }

  /* ページ上部へ戻るボタン */
  #return_top { display:none; position:fixed; bottom:0; right:0; }
  #return_top a { display:block; width:50px; height:50px; border-radius:0; }
  #return_top a:before {
    font-family:'design_plus'; color:#fff; font-size:16px; display:block; position:absolute; top:50%; left:50%; margin:-0.4em 0 0 -0.5em;
    -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
  }

  /* フッターウィジェット */
  #footer_widget { margin:0 0 10px 0; padding:10px 0 0 0; text-align:left; }
  .footer_headline { margin:0 0 14px 0; font-size:20px; line-height:1.4; }

  /* エリア・カテゴリーメニュー */
  #footer_nav { padding:30px 0 24px 0; }
  #footer_nav .footer_nav_cols .footer_nav_1 { width:initial; float:none; }
  #footer_nav .footer_nav_cols .footer_nav_2 { width:initial; float:none; margin-top:22px; }
  #footer_nav .headline { margin:0 0 12px 0; padding:0 12px; min-width:46px; line-height:21px; border-radius:10.5px; }
  #footer_nav li { font-size:12px; line-height:2; }
  #footer_nav .footer_nav_type1 li { min-width:25% !important; }
}

@media only screen and (max-width:767px) {
  #footer_info { padding:10px 0 0 0; }
  #footer_info > ul li {font-size: 12px;}

  /* フッターウィジェット */
  #footer_widget { display:block; margin:0 0 -10px 0; padding:0; border-bottom:none; }
  .footer_widget { width:100% !important; }
    #footer_widget.footer_widget_type2 .ml_ad_widget { margin-right:0; }
  .footer_widget.widget_nav_menu { width:49% !important; }
  .footer_widget ul.banner_list li { margin:0 0 9px 0; }

  /* エリア・カテゴリーメニュー */
  #footer_nav .footer_nav_type1 li { min-width:33% !important; }
}

@media only screen and (max-width:480px) {
  /* エリア・カテゴリーメニュー */
  #footer_nav .footer_nav_type1 li { min-width:50% !important; }
}


/*PageTitle*/
.pageTitWrap {
  width: 100%;
  height: 38px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #EEE;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.thanks .pageTitWrap {
  margin-top: 77px;
}
.pageTit {
  width: 775px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.content {
  width: 775px;
  margin: 0 auto;
  padding: 24px 0 48px;
}
.content *,
.footer * {
  box-sizing: border-box;
}

@media (max-width: 970px) {
  .thanks .pageTitWrap {
    margin-top: 61px;
  }
}

@media screen and (max-width: 768px) {
  .pageTitWrap {
    width: 100%;
    height: 30px;
  }
  .thanks .pageTitWrap {
    margin-top: 49px;
  }
  .pageTit {
    width: 100%;
    font-size: 12px;
  }
  .content {
    width: 100%;
    padding: 24px 0 48px;
  }
}


/*progressBar*/
.progressBar {
  margin-bottom: 20px;
  border: 1px solid #0073B9;
  background-color: #EAF3F8;
  overflow: hidden;
}
.progressBar li {
  width: 25%;
  height: 48px;
  color: #0273B8;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.progressBar li:before,
.progressBar li:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
}
.progressBar li:before {
  border-left: 10px solid #EAF3F8;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  right: 1px;
  z-index: 10;
}
.progressBar li:after {
  border-left: 10px solid #0073B9;
  border-top: 26px solid #EAF3F8;
  border-bottom: 26px solid #EAF3F8;
  position: absolute;
  right: 0;
  z-index: 1;
}
.progressBar .end,
.progressBar .current {
  color: #fff;
  background-color: #0073B9;
}
.progressBar .current:before {
  content: normal;
}
.progressBar li:last-child:before,
.progressBar li:last-child:after {
  content: normal;
}
.progressBar .end:before {
  border-left: 10px solid #0073B9;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}
.progressBar .end:after {
  border-left: 10px solid #EAF3F8;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

@media screen and (max-width: 768px) {
  .progressBar {
    margin: 0 10px 20px;
  }
  .progressBar li {
    width: 30%;
    height: 30px;
    padding-right: 10px;
    font-size: 12px;
  }
  .progressBar li:nth-child(3),
  .progressBar li:nth-child(4) {
    width: 20%;
  }
  .progressBar li:before {
    border-left: 10px solid #EAF3F8;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .progressBar li:after {
    border-left: 10px solid #0073B9;
    border-top: 17px solid #EAF3F8;
    border-bottom: 17px solid #EAF3F8;
  }
  .progressBar .end:before {
    border-left: 10px solid #0073B9;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .progressBar .end:after {
    border-left: 10px solid #EAF3F8;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
}

.formBox {
  margin-top: 20px;
}
.formBox:first-of-type {
  margin-top: 0;
}
.formBox .inner {
  border: 4px solid #0073B9;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #eaf3f8), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #eaf3f8), color-stop(.75, #eaf3f8), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eaf3f8 25%, transparent 25%, transparent 50%, #eaf3f8 50%, #eaf3f8 75%, transparent 75%, transparent);
}
.formBox .inner > .head {
  padding: 12px 18px 18px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #0073B9;
  display: flex;
}
.formBox .inner > .body {
  padding: 20px 19px;
  display: flex;
}
.formBox .left,
.formBox .right {
  width: 342px;
}
.formBox .left {
  margin-right: 27px;
}
.formBox .right ul {
  margin-top: -19px;
}
.formBox .formTit {
  margin-bottom: 6px;
  color: #0073B9;
  font-size: 12px;
  font-weight: bold;
}
.formBox .list li {
  margin-top: 5px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.formBox .list li:first-child {
  margin-top: 0;
}
.formBox .list .head {
  width: 81px;
  font-size: 12px;
  font-weight: bold;
  flex: 0 0 auto;
}
.formBox .list .body {
  position: relative;
}
.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"] {
  height: 25px;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #BBBBBB;
}
.formBox input[type="text"]:disabled {
  background-color: #eee;
  border: 1px solid #999;
  box-shadow: none;
  opacity: 1;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
  color: #AAAAAA;
  font-weight: normal;
}
.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
  color: #AAAAAA;
  font-weight: normal;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
  color: #AAAAAA;
  font-weight: normal;
}
.formBox .list .selectWrap {
  position: relative;
  display: inline-block;
}
.formBox .list .selectWrap:after {
  content: "";
  position: absolute;
  bottom: 37%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #0073b9 transparent transparent transparent;
  pointer-events: none;
}
.formBox .list select {
  width: 83px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #BBBBBB;
}
.checkbox {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
}
.checkbox + label {
  padding-left: 18px;
}
.checkbox + label:before {
  content: "";
  border: 1px solid #999999;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 0;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35) inset;
}
.checkbox:checked + label::after {
  content: "";
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 3px solid #0073B9;
  border-bottom: 3px solid #0073B9;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
}
.checkPrivacy {
  margin: 15px 15px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
.checkPrivacy label {
  display: block;
}
.formBox .formError {
/*  margin-top: 0 !important;
  margin-bottom: 5px;
  position: static !important;*/
  width: 250px;
  margin-top: 0 !important;
  position: absolute !important;
  top: -8px !important;
  left: 0 !important;
  z-index: 10;
  opacity: 1 !important;
  background-color: #FFF !important;
}
.formBox .formError .formErrorContent {
  font-size: 14px !important;
}
.formBox .formError + input,
.formBox .formError + select {
  border: 1px solid #B90000;
  background-color: #fcdbdb;
}
.formBox .noMessage .formError .formErrorContent {
  display: none;
}
.formBox .checkPrivacy .formError {
  width: 270px;
  margin-top: -15px !important;
  left: 0 !important;
}
select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .formBox {
    margin: 20px 10px 0;
  }
  .formBox .inner > .head {
    padding: 10px 16px 15px;
    font-size: 12px;
  }
  .formBox .inner > .body {
    padding: 15px 14px 30px;
    display: block;
  }
  .formBox .left,
  .formBox .right {
    width: 100%;
  }
  .formBox .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .formBox .right ul {
    margin-top: 0;
  }
  .formBox .formTit {
    margin-bottom: 6px;
  }
  .formBox .list li {
    display: block;
    margin-top: 15px;
  }
  .formBox .list .head {
    width: 100%;
    margin-bottom: 5px;
  }
  .formBox input[type="text"],
  .formBox input[type="email"],
  .formBox input[type="tel"] {
    width: 100%!important;
    height: 35px;
  }
  .formBox .list select {
    height: 35px;
  }
  .checkPrivacy {
    margin: 10px 10px 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .checkPrivacy input {
    margin: 0 10px 0 0;
  }
  .formBox .formError .formErrorContent {
    font-size: 14px !important;
  }
  .formBox .formError {
    width: 240px;
    margin-top: 0 !important;
    position: absolute !important;
    top: -5px !important;
    background-color: rgba(255, 255, 255, .8);
  }
}

/*footer*/
.footer {
  width: 100%;
  padding: 24px 0 27px;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  bottom: 0;
  z-index: 10;
  transition: .3s;
}
.footerIn {
  width: 770px;
  margin: 0 auto;
  display: flex;
}
.footerIn .nav {
  width: 150px;
  margin-top: 26px;
}
.footerIn .navPrev:before,
.footerIn .navPrev:after {
  top: 10px;
  right: auto;
  left: 13px;
  transform: scale(-1, -1) translateY(-50%);
}
.footerIn .navNext:before,
.footerIn .navNext:after {
  top: 21px;
  transform: translateY(-50%);
}
.footerIn .nav a,
.footerIn .nav span,
.footerIn .nav button {
  width: 100%;
}
.totalPriceWrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.totalPriceWrap .txt {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 14px;
  align-self: flex-start;
}
.totalPrice {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin-bottom: 9px;
}
.totalPrice .price {
  margin-left: 20px;
  margin-right: 10px;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.totalPrice .box {
  padding: 4px 12px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  background-color: #F7F7F7;
  border: 1px solid #707070;
}
.price {
  color: #B90000;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.price.defColor {
  color: #000;
}
.fwN {
  font-weight: normal;
}
.details {
  height: 40px;
  margin-left: 40px;
  padding: 10px 10px 4px;
  font-size: 13px;
  text-align: center;
  background-color: #FFF;
}
.details .price {
  margin: 0 2px 0 5px;
  font-size: 15px;
}
.details .defColor {
  margin-right: 0;
}
.totalPriceWrap .btn {
  margin-left: 18px;
  position: relative;
}
.btn button,
.btn span,
.btn a {
  width: 206px;
  height: 42px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  background-color: #FED600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .16);
  transition: .3s;
}
.btn button:hover,
.btn a:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.btn:before,
.btn:after {
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  transform: translateY(-50%);
}
.btn:before {
  border-left: 8px solid #000;
  z-index: 10;
}
.btn:after {
  border-left: 8px solid #fff;
  margin-top: 2px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer.is-hide {
    bottom: -10%;
    opacity: 0;
  }
  .footerIn {
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
  }
  .footerIn .nav {
    width: 100%;
    margin-top: 0;
  }
  .footerIn .navNext {
    order: 2;
  }
  .footerIn .navPrev {
    margin-top: 10px;
    order: 3;
  }
  .totalPriceWrap {
    width: 100%;
    padding: 0;
    display: block;
    order: 1;
  }
  .totalPrice {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
  }
  .totalPrice .price {
    margin-left: 10px;
    margin-right: 10px;
  }
  .totalPrice .price {
    color: #B90000;
    font-size: 23px;
    font-weight: bold;
  }
  .price.defColor {
    color: #000;
  }
  .fwN {
    font-weight: normal;
  }
  .details {
    height: auto;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-size: 10px;
  }
  .details .price {
    margin: 0;
    font-size: 19px;
  }
  .details .defColor {
    margin-right: 0;
  }
  .totalPriceWrap .btn {
    margin-left: 0;
    position: relative;
  }
  .totalPriceWrap .btn button {
    width: 100%;
  }
}

/*時間帯と人数を選択*/
.block {
  margin-top: 50px;
  position: relative;
}
.blockTit {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #0273B8;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.blockTit:before {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #0273B8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.block:first-of-type {
  margin-top: 0;
}
.btn {
  position: relative;
}
.selectWrap {
  position: relative;
  width: 247px;
  height: 35px;
}
.selectWrap:after {
  content: "▼";
  pointer-events: none;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
.selectWrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 5px 23px 5px;
  background-color: #F8F8F8;
  border-radius: 4px;
  border: 1px solid #707070;
}

/*日付選択*/
.dateTable {
  position: relative;
}
.monthTit {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.dateTable table {
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
}
.dateTable th,
.dateTable td {
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
.dateTable th {
  height: 27px;
  font-size: 15px;
  background-color: #F7F7F7;
  vertical-align: middle;
}
.dateTable th.sun {
  background-color: #F8D4D4;
}
.dateTable th.sat {
  background-color: #B6D8E8;
}
.dateTable td {
  padding: 15px 5px 8px;
  font-size: 14px;
}
.dateTable td div {
  width: auto;
  display: table;
}
.dateTable td span {
  display: table-cell;
  vertical-align: middle;
}
.dateTable td .top {
  /*border-bottom: 1px solid #707070;*/
}
.dateTable td .top span {
  padding-bottom: 5px;
}
.dateTable td .bottom span {
  padding-top: 5px;
}
.dateTable td .left {
  padding-left: 3px;
  text-align: left;
}
.dateTable td .right {
  text-align: right;
}
.dateTable td .icon {
  color: #0273B8;
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo;
}
.dateTable td .top .right {
  padding-right: 5px;
  font-weight: bold;
}
.dateTable td .bottom .left {
  padding-top: 8px;
  font-size: 10px;
}
.dateTable td .bottom .right {
  padding-right: 3px;
  font-size: 15px;
}
.dateTable .sat .top .right {
  color: #0273B8;
}
.dateTable .sun .top .right {
  color: #B90101;
}
.dateTable .selected {
  background-color: rgba(189, 250, 229, .43);
}
.dateTable .nav {
  position: absolute;
  top: -27px;
  font-size: 14px;
}
.dateTable .nav.prev {
  left: 15px;
}
.dateTable .nav.next {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .dateTable {
    width: calc(100% + 20px);
    padding-top: 30px;
    margin: 0 -10px;
  }
  .dateTableIn {
    width: 100%;
    position: relative;
  }
  .dateTableIn .table {
    width: 100%;
  }
  .monthTit {
    font-size: 16px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dateTable table {
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
  }
  .dateTable th,
  .dateTable td {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
  }
  .dateTable th {
    height: 27px;
    font-size: 15px;
    background-color: #F7F7F7;
    vertical-align: middle;
  }
  .dateTable th.sun {
    background-color: #F8D4D4;
  }
  .dateTable th.sat {
    background-color: #B6D8E8;
  }
  .dateTable td {
    padding: 4px 2px 8px;
    font-size: 14px;
  }
  .dateTable td div {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .dateTable td span {
    vertical-align: middle;
  }
  .dateTable td .top {
    border-bottom: 1px solid #707070;
  }
  .dateTable td .top span {
    padding-bottom: 3px;
  }
  .dateTable td .bottom span {
    padding-top: 5px;
  }
  .dateTable td .left {
    padding-left: 3px;
    margin-bottom: 0;
    text-align: right;
  }
  .dateTable td .right {
    text-align: right;
  }
  .dateTable td .icon {
    color: #0273B8;
    font-size: 24px;
  }
  .dateTable td .top .right {
    padding-right: 5px;
    font-weight: bold;
    order: 1;
  }
  .dateTable td .top .left {
    order: 2;
  }
  .dateTable td .bottom .left {
    padding-top: 8px;
    font-size: 10px;
  }
  .dateTable td .bottom .right {
    padding-right: 0;
    font-size: 10px;
  }
  .dateTable .sat .top .right {
    color: #0273B8;
  }
  .dateTable .sun .top .right {
    color: #B90101;
  }
  .dateTable .selected {
    background-color: rgba(189, 250, 229, .43);
  }
  .dateTable .nav {
    position: absolute;
    top: -28px;
    font-size: 14px;
  }
  .dateTable .nav.prev {
    left: 0;
  }
  .dateTable .nav.next {
    right: 0;
  }
}

/*人数を選択*/
.titDate {
  font-size: 14px;
  margin-bottom: 20px;
}
.block .inner .body {
  display: block;
}
.block .mainTit {
  margin-bottom: 15px 0px 5px 0px;
  color: #0A4B84;
  font-size: 17px;
  font-weight: bold;
}
.memberList {
  margin-bottom: 30px;
}
.memberList li {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.memberList li:first-child {
  margin-top: 0;
}
.required {
  width: 58px;
  padding: 3px 5px 3px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #B90101;
  display: flex;
  justify-content: center;
  align-items: center;
}

.required_inc {
  width: 58px;
  padding: 3px 5px 3px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #B90101;
  /*display: flex; */
  justify-content: center;
  align-items: center;
}
.memberList .icon {
  margin-right: 20px;
}
/*
.memberList .label {
  width: 180px;
  margin-right: 30px;
}
*/
.memberList .calc {
  display: flex;
  align-items: center;
}
.memberList .calc .price {
  margin-right: 10px;
  color: #000;
  font-size: 13px;
}
.memberList .calc .selectWrap {
  width: 200px;
}
.block .resultPrice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  background-color: #FFF;
  border-top: 2px solid #0273B8;
}
.resultPrice .txt {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.resultPrice .txt span {
  display: inline-block;
  margin-left: 14px;
  color: #B90202;
  font-size: 27px;
  font-weight: bold;
}
.btn.btnNext {
  width: 206px;
  margin: 47px auto 0;
}

@media screen and (max-width: 768px) {
  .titDate {
    margin-bottom: 15px;
  }
  .memberList li {
    display: block;
  }
  .memberList li:first-child {
    margin-top: 0;
  }
  .memberList .icon {
    margin: 0 0 5px 0;
  }
  .memberList .label {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .memberList .calc {
    justify-content: flex-end;
  }
  .memberList .calc .price {
    margin-right: 10px;
    color: #000;
    font-size: 13px;
  }
  .memberList .calc .selectWrap {
    width: 160px;
  }
  .block .resultPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 75px;
    background-color: #FFF;
    border-top: 2px solid #0273B8;
  }
  .resultPrice .txt {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
  .resultPrice .txt span {
    display: inline-block;
    margin-left: 14px;
    color: #B90202;
    font-size: 27px;
    font-weight: bold;
  }
  .btn.btnNext {
    width: 206px;
    margin: 47px auto 0;
  }
}


/*お客様情報入力*/
.formBox .inner > .body {
  display: block;
}
.formBox .group {
  margin-top: 45px;
}
.formBox .group:first-of-type {
  margin-top: 0;
}
.formBox .barTit {
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #0273B8;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 2px solid #0273B8;
  display: flex;
  align-items: flex-end;
}
.formBox .barTit .required {
  margin-left: 5px;
  margin-bottom: -1px;
}
.formBox .table {
  width: 100%;
}
.formBox .table input {
  width: 100%;
}
.formBox .table th {
  width: 90px;
  text-align: left;
  vertical-align: middle;
}
.formBox .table td {
  padding-top: 5px;
  vertical-align: top;
}
.formBox .table .nameCell {
  width: 184px;
  padding-right: 3px;
}

@media screen and (max-width: 768px) {
  .formBox .table {
    padding: 10px 10px 30px;
  }
  .formBox .table th {
    width: 100%;
    padding-top: 10px;
    display: block;
  }
  .formBox .table .nameCell {
    width: auto;
  }
  .formBox .table td {
    width: 100%;
    display: block;
  }
  .formBox .table td + td {
    padding-left: 0;
  }
  .formBox .table td .txt {
    font-size: 14px;
    font-weight: bold;
  }
}

.participant .table {
  /* table-layout: fixed; */
  /* 予約ページの崩れ解消戻したければクラス名細かく */
}
.subscriber #coupon_submit{
  margin-top: 8px;
}
.participant .table thead th {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.participant .table td {
  padding-right: 5px;
}
.participant .table input {
  text-align: center;
}
.participant .table .num {
  width: 37px;
  padding-left: 5px;
}
.participant .table .name {
  width: 68px;
}
.participant .table .nameEn {
  width: 133px;
}
.participant .table .age {
  width: 50px;
}
.participant .table .height {
  width: 55px;
}
.participant .table .weight {
  width: 55px;
}
.participant .table .size {
  width: 55px;
}
.participant .table .glasses {
  width: 55px;
}
.participant .table tbody td span {
  display: none;
}
.participant .table thead .check {
  width: 144px;
}
.participant .table tbody .checkCell {
  padding-left: 10px;
  vertical-align: top;
}
.participant .table tbody .checkCell .checkInner {
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}
.participant .table tbody .check {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: normal;
  display: flex;
  height: 25px;
  align-items: center;
  margin-right: 5px;
}
.participant .table tbody .btnList {
  display: block;
}
.participant .table tbody .check input {
  display: none;
}
.participant .table tbody .check label:before,
.participant .table tbody .check label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.participant .table tbody .check label:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background-color: #FFF;
  top: 50%;
  transform: translateY(-50%);
}
.participant .table tbody .check label:after {
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: -4px 0 0 1px;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  opacity: 0;
}
.participant .table tbody input:checked + label:after {
  opacity: 1;
}
.participant .table tbody .checkCell .btnList {
  width: 64px;
  height: 25px;
}
.participant .table tbody .checkCell .btnList a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  background-color: #FED600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .7);
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
  transition: .3s;
}
.participant .table tbody .checkCell .btnList a:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .participant .table thead th {
    display: none;
  }
  .participant .table tbody th {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .participant .table tbody tr:first-child th {
    padding-top: 0;
  }
  .participant .table tbody td span {
    width: 100px;
    font-size: 12px;
    display: inline-block;
  }
  .participant .table tbody td input {
    /* width: calc(100% - 100px); */
    /* 予約ページの崩れ解消戻したければクラス名細かく */
  }
  .participant .table tbody .checkCell {
    padding-top: 15px;
    padding-left: 0;
  }
  .participant .table tbody select{
    width: auto!important;
  }
}

.healthCheckList {
  width: 785px;
  padding-bottom: 59px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  background-color: #F4FDFF;
  border: 1px solid #707070;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.healthCheckList.is-active {
  opacity: 1;
  visibility: visible;
}
.healthCheckList > .tit {
  padding: 5px 20px;
  color: #707070;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  background-color: #EEE;
  border-bottom: 1px solid #B8B8B8;
}
.healthCheckList .body {
  padding: 15px 33px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #F4FDFF;
}
.healthCheckList .body .inner {
  height: 300px;
  overflow-y: scroll;
  padding: 20px 30px 54px;
  border: none;
  background: #FFF;
  border: 1px solid #707070;
}
.healthCheckList .body .lead {
  margin-bottom: 1em;
  color: #0273B8;
}
.healthCheckList .note {
  margin: 9px 33px 35px;
  color: #707070;
  font-size: 10px;
  line-height: 1.5;
}
.healthCheckList .btn {
  width: 225px;
  margin: 0 auto;
  position: relative;
}
.healthCheckList .btn a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .healthCheckList {
    width: calc(100% - 20px);
    padding-bottom: 30px;
  }
  .healthCheckList > .tit {
    padding: 5px 20px;
    font-size: 20px;
  }
  .healthCheckList .body {
    padding: 15px 20px 0;
  }
  .healthCheckList .body .inner {
    height: 200px;
    padding: 10px 20px 10px;
  }
  .healthCheckList .note {
    margin: 9px 40px 20px;
    color: #707070;
    font-size: 10px;
    line-height: 1.5;
  }
}

/*その他情報*/
.titOthers {
  margin-bottom: 15px;
  color: #0273B8;
  font-size: 13px;
  font-weight: bold;
}
.othersList {
  margin-bottom: 30px;
}
.othersList li {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.othersList li:first-child {
  margin-top: 0;
}
.othersList .icon {
  margin-right: 20px;
}
.othersList .label {
  width: 90px;
  margin-right: 30px;
  font-weight: bold;
}
.othersList .label.asfs {
  align-self: flex-start;
}
.othersList .dateInput {
  width: 145px;
}
.othersList .dateInput input {
  width: 100%;
}
.othersList .selectWrap {
  margin-left: 5px;
  width: 145px;
  height: 25px;
}
.othersList .selectWrap select {
  border-radius: 0;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #BBB;
  background-color: #FFF;
}
.othersList .icon.blank {
  width: 58px;
}

@media screen and (max-width: 768px) {
  .othersList li {
    margin-top: 20px;
    display: block;
  }
  .othersList li:first-child {
    margin-top: 0;
  }
  .othersList .icon {
    margin: 0 0 10px;
  }
  .othersList .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .othersList .label.asfs {
    margin-bottom: 10px;
  }
  .othersList .dateInput {
    width: 100%;
    margin-bottom: 5px;
  }
  .othersList .selectWrap {
    margin-left: 0;
    width: 100%;
    height: 35px;
  }
  .othersList .icon.blank {
    display: none;
  }
}

.hotel .check {
  margin-bottom: 6px;
  font-size: 13px;
}
.hotel .check input {
  display: none;
}
.hotel .check label {
  position: relative;
  padding-left: 18px;
}
.hotel .check label:before,
.hotel .check label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.hotel .check label:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background-color: #FFF;
}
.hotel .check label:after {
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: -2px 0 0 1px;
  transform:  rotate(-45deg);
  top: 2px;
  opacity: 0;
}
.hotel .check input:checked + label:after {
  opacity: 1;
}
.groupIn textarea {
  width: 100%;
  height: 78px;
  border: 1px solid #BBB;
}
.policy {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.678571429;
}
.policy a {
  text-decoration: underline;
}
.policy a:hover {
  text-decoration: none;
}
.policy input {
  display: none;
}
.policy label {
  padding-left: 18px;
  position: relative;
}
.policy label:before,
.policy label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.policy label:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background-color: #FFF;
}
.policy label:after {
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: -2px 0 0 1px;
  transform:  rotate(-45deg);
  top: 2px;
  opacity: 0;
}
.policy  input:checked + label:after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .policy {
    margin-top: 10px;
    font-size: 12px;
  }
}

.modalCalender {
  width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.5);
  transition: .3s;
}
.modalCalender.is-active {
  opacity: 1;
  visibility: visible;
}

.modal .datepicker {
  width: 100% !important;
  padding: 0 10px;
  z-index: 100;
}
.modal .ui-datepicker {
  width: 100% !important;
}
.modal .ui-datepicker-group {
  width: 50% !important;
  padding: 0;
}
.modal .ui-datepicker table {
  margin-bottom: 0.7em;
}
.modal .ui-datepicker .ui-datepicker-header {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 7px 0 7px;
  background-color: #fff;
  border-bottom: 1px solid #999;
}
.modal .ui-datepicker .ui-datepicker-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.modal .ui-datepicker .ui-datepicker-prev,
.modal .ui-datepicker .ui-datepicker-next {
  width: 0;
  height: 0;
  top: 14px;
}
.modal .ui-datepicker .ui-datepicker-prev {
  left: 11px;
}
.modal .ui-datepicker .ui-datepicker-next {
  right: 19px;
}
.modal .ui-datepicker .ui-datepicker-prev:before,
.modal .ui-datepicker .ui-datepicker-next:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .ui-datepicker .ui-datepicker-prev:before {
  border-right: 10px solid #0A4B84;
}
.modal .ui-datepicker .ui-datepicker-next:before {
  border-left: 10px solid #0A4B84;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
}
.modal .ui-datepicker table {
  margin-top: 11px;
}
.modal .ui-datepicker th {
  width: 46px;
  padding-top: 9px;
  padding-bottom: 6px;
  font-size: 15px;
  text-align: center;
}
.modal .ui-datepicker td {
  padding: 1px;
}
.modal .ui-datepicker td .ui-state-hover,
.modal .ui-datepicker td .ui-state-active {
  color: #fff !important;
  border-color: transparent;
  background-color: #3695D5 !important;
  vertical-align: middle;
  text-align: center;
}
.modal .ui-state-default {
  width: 47px;
  height: 47px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.modal .ui-state-disabled .ui-state-default {
  color: #CCC;
  border-color: transparent;
}
/*土曜日の色を設定*/
.modal .ui-datepicker .ui-datepicker-week-end:last-child span,
.modal .ui-datepicker .ui-datepicker-week-end:last-child a {
  color: #3A94C9;
}
.modal .ui-datepicker .ui-datepicker-week-end:last-child span.ui-state-active,
.modal .ui-datepicker .ui-datepicker-week-end:last-child a.ui-state-active {
  color: #FFF;
}
/*日曜日の色を設定*/
.modal .ui-datepicker .ui-datepicker-week-end:first-child span,
.modal .ui-datepicker .ui-datepicker-week-end:first-child a {
  color: #e94357;
}
.modal .ui-datepicker .ui-datepicker-week-end:first-child span.ui-state-active,
.modal .ui-datepicker .ui-datepicker-week-end:first-child a.ui-state-active {
  color: #FFF;
}
.modal .ui-datepicker .ui-state-disabled.ui-datepicker-unselectable span {
  color: #BBB;
}
/*期間選択*/
.formArea input:disabled {
  cursor: default;
  background-color: #ccc;
}

.formArea input::-webkit-input-placeholder {
  opacity: 1;
}
.formArea input::-moz-placeholder {
  opacity: 1;
}
.modal .ui-datepicker .ui-state-selected {
  color: #FFF !important;
  background: #61aee2;
}
.modal .ui-datepicker .ui-state-selected.ui-state-active {
  background-color: #0A4B84 !important;
}
.formArea .modal .ui-datepicker input:disabled {
  cursor: default;background-color: #ccc;
}
.ui-state-selected{
  background: #61aee2;
}

@media screen and (max-width: 768px) {
  .modal {
    left: 50%;
    height: auto;
    transform: translateX(-50%);
  }
  .modal .ui-datepicker-group {
    width: 100% !important;
    padding: 0;
  }
  .modal .ui-datepicker-group-last {
    padding-top: 30px;
  }
  .modal .datepicker {
    width: 100%;
    padding: 0 10px;
    z-index: 100;
    overflow-y: scroll;
  }
  .search .modal .datepicker {
    height: 900px;
  }
  .modal .ui-datepicker {
    width: 100%;
    padding: 0;
  }
  .modal .ui-datepicker .ui-datepicker-header {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 7px 0 3px;
    border-bottom: 1px solid #999;
  }
  .modal .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
  }
  .modal .ui-datepicker .ui-datepicker-prev,
  .modal .ui-datepicker .ui-datepicker-next {
    width: 0;
    height: 0;
    top: 12px;
  }
  .modal .ui-datepicker .ui-datepicker-prev {
    left: 11px;
  }
  .modal .ui-datepicker .ui-datepicker-next {
    right: 19px;
  }
  .modal .ui-datepicker .ui-datepicker-prev:before,
  .modal .ui-datepicker .ui-datepicker-next:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal .ui-datepicker .ui-datepicker-prev:before {
    border-right-width: 7px;
  }
  .modal .ui-datepicker .ui-datepicker-next:before {
    border-left-width: 7px;
  }
  .modal .ui-datepicker table {
    margin-top: 10px;
  }
  .modal .ui-datepicker th {
    width: 46px;
    padding-top: 9px;
    padding-bottom: 6px;
    font-size: 12px;
    text-align: center;
  }
  .modal .ui-datepicker td {
    padding: 1px;
  }
  .modal .ui-datepicker td .ui-state-hover,
  .modal .ui-datepicker td .ui-state-active {
    color: #fff !important;
    border-color: transparent;
    background-color: #3695D5;
  }
  .modal .ui-state-default {
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
  }
}


/*決算*/
.titItem {
  font-size: 14px;
  line-height: 1.75;
}
.titItem span {
  font-weight: bold;
}
.itemInfo .flexWrap {
  display: flex;
  margin-bottom: 30px;
}
.itemInfo .img {
  width: 31.3299%;
  margin-right: 14px;
  flex: 0 0 auto;
}
.itemInfo .img img {
  width: 100%;
  height: auto;
}
.itemInfo .detailList dt {
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.487179487;
}
.itemInfo .detailList li {
  display: flex;
}
.itemInfo .detailList li + li {
  margin-top: 4px;
}
.itemInfo .detailList .head {
  width: 84px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  background-color: #E9E7E9;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  flex: 0 0 auto;
}
.itemInfo .detailList .body {
  padding-left: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.titItemPrice {
  color: #0A4B84;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.itemPriceInner {
  width: 552px;
  margin: 0 auto;
}
.itemPriceInner .memberList {
  margin-bottom: 40px;
}
.itemPriceInner .memberList li {
  margin-top: 20px;
}
.itemPriceInner .memberList li:first-child {
  margin-top: 0;
}
.itemPriceInner .memberList .price {
  font-size: 14px;
}
.itemPriceInner .memberList .price span {
  display: inline-block;
  padding: 0 30px;
}
.itemPriceInner .resultPrice {
  padding: 25px 20px;
  text-align: center;
  border: 3px solid #FED500;
  background-color: #FFF;
}
.itemPriceInner .resultPrice .price {
  padding-left: 30px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.itemPriceInner .resultPrice .price span {
  margin-bottom: -2px;
  padding: 0 8px;
  color: #B80001;
  font-size: 27px;
  font-weight: bold;
  display: inline-block;
}
.itemPriceInner .resultPrice .price .box {
  padding: 4px 12px;
  color: #000;
  font-size: 10px;
  line-height: 1;
  background-color: #F7F7F7;
  border: 1px solid #707070;
}
.itemPriceInner .resultPrice .priceDetails {
  margin-left: 0;
  font-size: 13px;
  line-height: 1.75;
}
.itemPriceInner .resultPrice .priceDetails span {
  font-size: 15px;
  font-weight: bold;
}
.itemPriceInner .resultPrice .priceDetails .colR {
  color: #B90101;
}

.couponWrap {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.couponWrap .input {
  width: 300px;
  height: 30px;
  margin-right: 5px;
}
.couponWrap .input input {
  width: 100%;
  height: 100%;
  border: 1px solid #BBB;
}
.couponWrap .btn {
  width: 130px;
  height: 30px;
}
.couponWrap .btn a {
  width: 100%;
  height: 100%;
  position: relative;
}
.coupon .txt {
  font-size: 13px;
  line-height: 1.538461538;
}
.payment .list .head {
  width: 106px;
}
.payment .list li {
  margin-top: 5px;
}
.payment .list li:first-child {
  margin-top: 0;
}
.payment .list .price {
  color: #B80001;
  font-size: 16px;
  font-weight: bold;
}
.payment .list input {
  width: 303px;
  height: 30px;
  text-align: center;
}
.payment .list .selectWrap {
  width: 100px;
  height: 40px;
  position: relative;
}
.payment .list .selectWrap select {
  width: 100%;
  height: 100%;
}
.payment .checkCard {
  margin-top: 8px;
  margin-left: 106px;
}
.payment .note {
  font-size: 13px;
  line-height: 1.769230769;
}
.payment .note span {
  color: #B90202;
}
.payment .btnSubmit {
  width: 200px;
  margin-top: 32px !important;
}
.payment .is-selected + dd {
  display: block;
}
.payment .transfer .colR {
  color: #B90202;
}
.payment .transfer .colB {
  color: #0273B8;
}

@media screen and (max-width: 768px) {
  .itemInfo .flexWrap {
    display: block;
  }
  .itemInfo .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .itemInfo .img img {
    width: 100%;
    height: auto;
  }
  .itemInfo .detailList dt {
    font-size: 16px;
  }
  .titItemPrice {
    font-size: 16px;
  }
  .itemPriceInner {
    width: 100%;
  }
  .itemPriceInner .memberList {
    margin-bottom: 30px;
  }
  .itemPriceInner .memberList .price {
    margin-top: 5px;
    font-size: 13px;
  }
  .itemPriceInner .memberList .price span {
    padding: 0 10px;
  }
  .itemPriceInner .resultPrice {
    padding: 15px 10px;
  }
  .itemPriceInner .resultPrice .price {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .itemPriceInner .resultPrice .price span {
    font-size: 20px;
    font-weight: bold;
    display: block;
  }
  .itemPriceInner .resultPrice .price .box {
    padding: 4px 6px;
  }
  .itemPriceInner .resultPrice .priceDetails {
    font-size: 12px;
    line-height: 1.55;
  }
  .itemPriceInner .resultPrice .priceDetails span {
    font-size: 14px;
  }
  .couponWrap {
    margin-bottom: 10px;
  }
  .couponWrap .input {
    width: calc(100% - 110px);
  }
  .couponWrap .btn {
    width: 100px;
  }
  .couponWrap .btn:before,
  .couponWrap .btn:after {
    right: 8px;
  }
  .coupon .txt {
    font-size: 12px;
  }
  .payment .list .head {
    width: 100%;
    margin-bottom: 5px;
  }
  .payment .list li {
    margin-top: 15px;
  }
  .payment .list .price {
    font-size: 14px;
  }
  .payment .list input {
    width: 100%;
  }
  .payment .list .selectWrap {
    width: 100px;
    height: 40px;
    position: relative;
  }
  .payment .list .selectWrap select {
    width: 100%;
    height: 100%;
  }
  .payment .checkCard {
    margin-top: 8px;
    margin-left: 0;
  }
  .payment .note {
    font-size: 12px;
    line-height: 1.769230769;
  }
  .payment .note span {
    color: #B90202;
  }
  .payment .btnSubmit {
    width: 200px;
    margin-top: 32px !important;
  }
  .payment .is-selected + dd {
    display: block;
  }
  .payment .transfer .colR {
    color: #B90202;
  }
  .payment .transfer .colB {
    color: #0273B8;
  }
  .payment .transfer .list .head {
    padding-top: 0;
    line-height: 1;
  }
  .payment .transfer .list li {
    margin-top: 15px;
  }
  .payment  .paymentSelect dd {
    padding: 0 0 0;
  }
}


/*確認・決済、予約完了*/
.formBox.end .inner {
  padding-bottom: 8px;
  border: 5px solid #999999;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #eaf3f8), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #eaf3f8), color-stop(.75, #eaf3f8), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #f7f7f7 25%, transparent 25%, transparent 50%, #f7f7f7 50%, #f7f7f7 75%, transparent 75%, transparent);
}
.formBox.end .inner > .head {
  background-color: #999999;
}
.formBox.end .formTit {
  margin-bottom: 18px;
}
.formBox.end .list li {
  margin-top: 31px;
}
.formBox.end .list li:first-of-type {
  margin-top: 0;
}
.formBox.end .list .body {
  font-weight: bold;
}
.formBox.end .right ul {
  margin-top: 0;
}

.formBox .inner .payment {
  padding-bottom: 22px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formBox .inner .payment .btnSubmit {
  margin: 0 auto;
  position: relative;
}
.paymentSelect {
  width: 100%;
}
.paymentSelect dt {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #000000;
  cursor: pointer;
  border: 1px solid #999;
  background-color: #F7F7F7;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.paymentSelect dt:first-of-type {
  margin-top: 0;
}
.paymentSelect dt:before,
.paymentSelect dt:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.paymentSelect dt:before {
  width: 20px;
  height: 20px;
  left: 8px;
  border: 1px solid #0073b9;
  background-color: #FFF;
}
.paymentSelect dt:after {
  width: 14px;
  height: 14px;
  left: 12px;
  background-color: #0073B9;
  opacity: 0;
}
.paymentSelect dt.is-selected {
  color: #0073B9;
  border: 1px solid #0073b9;
  background-color: #EAF3F8;
}
.paymentSelect dt.is-selected:after {
  opacity: 1;
}
.paymentSelect dd {
  padding: 10px 0 0;
  display: none;
}
.paymentSelect dd:first-of-type {
  padding-top: 0;
}
.checkCard {
  margin-top: 5px;
  margin-left: 81px;
}
.checkCard .btn {
  margin-bottom: 10px;
}
.checkCard .btn button,
.checkCard .btn a {
  height: 27px;
  text-decoration: none;
}
.checkCard .btn:before,
.checkCard .btn:after {
  content: normal;
}
.transfer .list li {
  margin-top: 10px;
  line-height: 1.75;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.transfer .list .head {
  padding-top: 3px;
}
.transfer .list .body {
  width: 100%;
}
.transfer .list textarea {
  width: 100%;
  min-height: 77px;
  padding: 10px 12px;
  margin-bottom: 20px;
}
.attention {
  color: #B90000;
}

@media screen and (max-width: 768px) {
  .checkCard {
    margin-top: 10px;
    margin-left: 0;
  }
  .note {
    font-size: 12px;
  }

  .formBox .inner .payment .btnSubmit button {
    width: 100%;
  }
}


.formBox.end .paymentSelect dt {
  padding-left: 15px;
  margin-bottom: 20px;
  color: #000000;
  border: 1px solid #999;
  background-color: #FFF;
  cursor: default;
}
.formBox.end .paymentSelect dt:before,
.formBox.end .paymentSelect dt:after {
  content: normal;
}


/*完了ページ*/
.message {
  width: 100%;
  height: 111px;
  color: #B90000;
  font-size: 14px;
  font-weight: bold;
  border: 3px solid #fed600;
  background-color: #FFF;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .message {
    width: auto;
    height: 50px;
    margin: 0 10px 20px;
    font-size: 12px;
    border: 2px solid #fed600;
  }
}

.reserveDetail {
  margin-top: 20px;
  border: 5px solid #0073B9;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
              color-stop(.25, #eaf3f8), color-stop(.25, transparent),
              color-stop(.5, transparent), color-stop(.5, #eaf3f8),
              color-stop(.75, #eaf3f8), color-stop(.75, transparent),
              to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eaf3f8 25%, transparent 25%,
            transparent 50%, #eaf3f8 50%, #eaf3f8 75%,
            transparent 75%, transparent);
}
.reserveDetail > .head {
  padding: 12px 18px 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #0073B9;
  display: flex;
}
.reserveDetail > .body {
  padding: 20px 25px 25px;
}
.reserveDetail > .body .subTit {
  margin-bottom: 17px;
  color: #B90202;
  text-align: center;
}
.reserveDetail > .body .inner {
  padding: 19px 25px 25px;
  text-align: center;
  border: 1px solid #0273B8;
  border-radius: 10px;
  background-color: #FFF;
}
.reserveDetail > .body .inner .txt {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.692307692;
}
.reserveDetail > .body .pageInfoBox dt {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: bold;
}
.reserveDetail > .body .pageInfoBox .url {
  width: 100%;
  padding: 11px 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #AA2216;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reserveDetail > .body .pageInfoBox .url span {
  display: inline-block;
  width: 58px;
  min-height: 18px;
  padding-top: 1px;
  margin-right: 40px;
  color: #FFF;
  border-radius: 3px;
  background-color: #B90101;
}
.reserveDetail > .body .pageInfoBox .url a {
  text-decoration: underline;
}
.reserveDetail > .body .pageInfoBox .url a:hover {
  text-decoration: none;
}
.reserveDetail > .body .pageInfoBox .account .list {
  display: flex;
  justify-content: center;
}
.reserveDetail > .body .pageInfoBox .account li {
  margin-left: 54px;
}
.reserveDetail > .body .pageInfoBox .account li:first-child {
  margin-left: 0;
}
.reserveDetail > .body .pageInfoBox .account span {
  color: #0073B9;
  font-weight: bold;
}
.reserveNote {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.846153846;
}
.reserveNote span {
  color: #B90202;
}
.reserveNote .btn {
  display: inline-block;
}
.reserveNote .btn + .btn {
  margin-left: 12px;
}
.reserveNote .btn a {
  width: auto;
  padding: 0 7px;
  height: 20px;
}
.reserveNote .btn:before,
.reserveNote .btn:after {
  content: normal;
}
.reserveBan {
  margin-top: 25px;
}
.reserveBan img {
  width: 100%;
  height: auto;
}
.dlinfoList + .dlinfoList {
  padding-top: 50px;
  clear: both;
}
.dlinfoList > dt,
.dlinfoList > dd {
  float: left;
  margin-top: 25px;
  font-weight: bold;
}
.dlinfoList > dt:first-of-type,
.dlinfoList > dd:first-of-type {
  margin-top: 0;
}
.dlinfoList > dt {
  clear: both;
  width: 112px;
  color: #0073B9;
  font-size: 12px;
  font-weight: bold;
}
.dlinfoList > dd.full {
  clear: both;
  float: none;
  width: 100%;
  padding-top: 30px;
}
.dlinfoList > dd .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 49.052774019%;
  overflow: hidden;
}
.dlinfoList > dd .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.formBox .inner > .body:after {
  content: "";
  display: table;
  clear: both;
}
.thanks .itemInfo {
  clear: both;
}
.thanks .itemInfo .flexWrap {
  padding-top: 25px;
}
.thanks .itemPriceInner .memberList {
  margin-top: 15px;
}
.thanks .itemPriceInner .price .box {
  font-weight: normal;
}
.thanks .itemPriceInner .priceDetails {
  font-weight: normal;
}
.thanks .table {
  width: auto;
}
.thanks .table thead th {
  font-weight: normal;
}
.thanks .table th {
  padding-bottom: 16px;
}
.thanks .table td {
  padding-top: 0;
  padding-bottom: 16px;
}
.thanks .formBox .table .nameCell {
  width: 100px;
}
.thanks .participant .table thead th {
  padding-right: 5px;
  padding-left: 5px;
  white-space: nowrap;
}
.thanks .participant .table thead .check,
.thanks .participant .table tbody .checkCell {
  width: auto;
}
.thanks .participant .table td {
  text-align: center;
}

.thanks .table tbody th {
  width: 100px;
  font-weight: normal;
}
.thanks.formBox .table .nameCell {
  width: 90px;
}
.thanks .othersList {
  margin-bottom: 0;
}
.thanks .othersList li {
  margin-top: 15px;
}
.thanks .othersList li:first-child {
  margin-top: 0;
}
.thanks .othersList .dateInput {
  width: 7em;
}
.thanks .othersList .time {
  font-weight: normal;
}
.thanks .othersList .time span {
  padding-right: 1em;
  font-weight: bold;
  display: inline-block;
}
.thanks .othersList .label {
  width: 90px;
  margin-right: 0;
  font-weight: normal;
}
.thanks .othersInfo .tit {
  margin-bottom: 15px;
  font-weight: normal;
}

.bottomNote {
  margin-top: 50px;
}
.bottomNote .item {
  margin-top: 30px;
}
.bottomNote .item:first-of-type {
  margin-top: 0;
}
.bottomNote .item .tit {
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #0273B8;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #0273B8;
}
.bottomNote .item .txt {
  font-size: 14px;
  line-height: 1.785714286;
}
.bottomNote .item .txt + .txt {
  margin-top: 10px;
}
.bottomNote .item .colB {
  color: #0273B8;
}

.reserveDetail .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  table-layout: fixed;
}
.reserveDetail .table th,
.reserveDetail .table td {
  font-size: 14px;
  line-height: 1.5;

  border-top: none;
}
.reserveDetail .table th {
  width: 84px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #E9E7E9;
}
.reserveDetail .table td {
  padding: 5px 0 5px 15px;
}
.reserveDetail .table .list li {
  overflow: hidden;
}
.reserveDetail .table .list span {
  width: 70px;
  float: right;
  text-align: right;
  display: inline-block;
}
.reserveDetail .totalPrice {
  padding: 11px 5px 13px;
   color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 3px solid #FED600;
}
.reserveDetail .totalPrice .price {
  color: #B90000;
  font-size: 26px;
  font-weight: bold;
}
.fwN {
  font-weight: normal;
}
.fwB {
  font-weight: bold;
}
.reserveDetail .btn {
  width: 100%;
  margin-top: 7px;
}
.reserveDetail .btn a {
  color: #000;
  text-decoration: none;
}
.reserveDetail .right {
  margin-top: 0;
}
.reserveDetail .right .table {
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .reserveDetail {
    margin: 0 10px;
  }
  .reserveDetail > .head {
    padding: 10px 16px 15px;
  }
  .reserveDetail > .body {
    padding: 15px 14px 30px;
  }
  .reserveDetail > .body .subTit {
    margin-bottom: 14px;
  }
  .reserveDetail > .body .inner {
    padding: 10px 15px 15px;
    text-align: left;
  }
  .reserveDetail > .body .pageInfoBox dt {
    text-align: center;
  }
  .reserveDetail > .body .pageInfoBox .url {
    width: 100%;
    min-height: 43px;
    padding: 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #AA2216;
    display: block;
  }
  .reserveDetail > .body .pageInfoBox .url span {
    display: block;
    padding-top: 2px;
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 12px;
    text-align: center;
  }
  .reserveDetail > .body .pageInfoBox .url a {
    word-break: break-all;
    line-height: 1.5;
  }
  .reserveDetail > .body .pageInfoBox .account .list {
    padding: 0 5px;
    flex-direction: column;
  }
  .reserveDetail > .body .pageInfoBox .account li {
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }
  .reserveDetail > .body .pageInfoBox .account li:first-child {
    margin: 0;
  }
  .reserveNote {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.846153846;
  }
  .reserveNote .btn + .btn {
    margin-left: 6px;
  }
  .reserveBan {
    margin: 15px 10px 0;
  }
  .reserveBan img {
    width: 100%;
    height: auto;
  }
  .dlinfoList + .dlinfoList {
    padding-top: 30px;
    clear: both;
  }
  .dlinfoList > dt,
  .dlinfoList > dd {
    float: none;
    margin-top: 0;
  }
  .dlinfoList > dt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .dlinfoList > dd {
    margin-top: 5px;
  }
  .dlinfoList > dt:first-of-type,
  .dlinfoList > dd:first-of-type {
    margin-top: 5px;
  }
  .dlinfoList > dd.full {
    padding-top: 5px;
  }
  .thanks .table td {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .thanks .memberList .label {
    font-size: 13px;
    font-weight: normal;
  }
  .thanks .participant .table {
    margin-top: -20px;
  }
  .thanks .participant .table thead th {
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
  }
  .thanks .participant .table thead .check,
  .thanks .participant .table tbody .checkCell {
    width: auto;
  }
  .thanks .participant .table td {
    text-align: left;
  }
  .thanks .participant .table .num {
    padding-top: 30px;
    padding-left: 0;
  }
  .thanks .participant .table tbody .checkCell {
    padding: 0;
  }
  .participant .table tbody td span {
    font-weight: normal;
  }

  .thanks .table tbody th {
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
  }
  .thanks.formBox .table .nameCell {
    width: 90px;
  }
  .thanks .othersList {
    margin-bottom: 0;
  }
  .thanks .othersList li {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .thanks .othersList li:first-child {
    margin-top: 0;
  }
  .thanks .othersList .dateInput {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .thanks .othersList .time {
    font-weight: normal;
  }
  .thanks .othersList .time span {
    padding-right: 1em;
    font-weight: bold;
    display: inline-block;
  }
  .thanks .othersList .label {
    width: 60px;
    margin-bottom: 0;
    margin-right: 0;
    font-weight: normal;
  }
  .thanks .othersInfo .tit {
    margin-bottom: 15px;
    font-weight: normal;
  }

  .bottomNote {
    margin: 30px 10px 0;
  }
  .bottomNote .item {
    margin-top: 20px;
  }
  .bottomNote .item .txt {
    font-size: 12px;
  }
}