﻿@charset "utf-8";

.f-group {
  display: inline-flex;
}

.f-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  align-items: center;
}

.f-row.f-grop--name {
  width: 215px;
  padding-right: 10px;
  max-width: 100%;
}

.f-row .f-control {
  width: 100%;
}

.f-row .f-heading--2em {
  width: 2em;
}
.f-row .f-heading--2em + .f-contro {
  width: calc(100% - 2em);
}


.f-row .f-heading--5em {
  width: 5em;
}
.f-row .f-heading--5em + .f-contro {
  width: calc(100% - 5em);
}

.ex {
  display: inline;
  color: red;
}

.ex2 {
  display: inline;
}
/*--RegEntry1.aspx-------------------------------*/
/* 合計*/
.content-billedamount.newuser_table .input_head {
  text-align: right;
}
/*名前*/
input.input-size--name {
  width: 140px;
  max-width: 100%;
}
/*住所*/
input.input-size--address {
  width: 350px;
  max-width: 100%;
}
/*
input.input-size--remarks {
    width: 160px;
    max-width: 100%;
}
    */

/*確認ページ種別ご昼食の申し込み*/
.check.check--confirm {
  display: flex;
 /* margin-left: -15px;*/
  flex-wrap: wrap;
  width: calc(100% + 15px);
}

.check.check--confirm li {
  display: inline-flex;
  padding-left: 15px;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.check-item--confirm {
  padding-right: 5px;
}

/*upload*/
.area-upload {
  width: 100%;
  display: flex;
  margin: 10px -5px;
}

.area-upload-item {
  width: 50%;
  padding: 5px;
}
/*参加選手の登録*/
.area-masterfree-table {
  width: 100%;
  overflow: auto;
  max-width: 920px;
}

/*--RegUser.aspx-------------------------*/
input.input-size--position {
  width: 300px;
  max-width: 100%;
}
/*--RegPaymentBank.aspx-------------------------*/
input.input-size--kouza {
  width: 560px;
  max-width: 100%;
}

.area-stay {
  width: 80%;
}
/*--RegStayPersonal.aspx-----------------*/
.box-search-stay .input_table_type td {
  border-left: solid 1px #ccc;
}

.box-search-stay .input_table_type th {
  text-align: right;
}

.area-stay .input_table_type {
  width: 100% !important;
}
/*RegStayGroup.aspx ----------------------*/
.area-lodgingm{margin-bottom:20px;               
}
/*ネームイン画面--->部屋タイプ・宿泊日*/
.box-namein-roomname {
  font-weight: 600;
  border-radius: 4px;
  padding: 0.7em;
  position: relative;
  width: 100%;
  font-size: 110%;
  display: inline-flex;
  align-items: center;
}

.box-namein-roomname > div {
  width: auto;
}

/*--RegPayment 合計額エリア-------------*/
.col-payment-detail.total {
  width: 280px;
}

.col-payment-detail.pay {
  width: 320px;
}

.col-payment-detail.already {
  width: auto;
}

.ctrl-group--pay {
  display: inline-flex;
  padding-left: 1em;
}

.ctrl-group--pay input {
  width: calc(100% - 2em);
}

.box-amount {
  display: flex;
}

.dialog--paymentlog {
  max-height: 390px;
  overflow: auto;
  min-height: 300px;
}
/*--RegPayComplate-----------------------------*/
.complate-inner {
  text-align: left;
  margin-top: 20px;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

/*--RegPayment PAGE--------------------------------*/
.regentry--payment {
  width: 50%;
}

/* 1023px以下の解像度
 ----------------------------------------------------------------------------
*RESPONSIVE_REGISTRY
*01-BASE/共通
    01-body
	02-globalStyles
	03-link
	04-buttons
	05-forms
	06-table
    07-list
    08-content
	09-box
    10-footer
	11-header
	12-Navigation
	13-title

*08-REG/登録ページ

*
*---------------------------------------------------------------------------- */

@media (max-width: 1023px) {
  /* ----------------------------------------------------------------------------
*
*01-BASE//
*
*---------------------------------------------------------------------------- */
  /* ==========================================================================
01-01
========================================================================== */

  body {
    font-size: 13px;
   
  }

  /* ==========================================================================
01-02/03/04/05/
========================================================================== */
  /* ==========================================================================
01-06
========================================================================== */

  .btn {
  }
  /* ==========================================================================
01-07
========================================================================== */
  /* --定義つきリスト横並び　解除-- */

  .dl-horizontal dt {
    float: none;
    padding: 0.25em 0 0 0;
    text-align: left;
  }

  .dl-horizontal dd {
    padding-left: 0;
  }

  /* ---------------------------------------------- */
  /* --定義つきリスト縦並び-- */

  .dl-vertical {
  }

  .dl-vertical dt {
  }

  .dl-vertical dd {
  }

  /* ==========================================================================
01-08
========================================================================== */
  .container {
    width: auto;
    min-width: 280px;
  }

  #main {
    width: auto;
  }

  /* ==========================================================================
01-09
========================================================================== */
  #main .col_6 {
    padding-top: 1em;
  }

  .wrap > .row {
    width: auto;
    margin: 0;
  }

  .content {
    width: auto;
    padding: 0 1em;
  }

  .content > .inner {
  }

  /* --グリッドレイアウト-- */

  .row {
    display: block;
    margin-bottom: 0;
  }

  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11,
  .col_12 {
    width: 100%;
    float: none;
    clear: both;
  }

  .area-btn {
    padding-top: 0.5em;
  }
  /* ==========================================================================
01-10
========================================================================== */

  footer {
    width: auto;
  }

  .inner-footer {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* --フッターテキスト-- */
  .footer-copy {
    padding: 0.5em 0;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  /* --フッター画像-- */
  footer img.img-footer {
    display: block;
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%;
  }
  /* ----------------------------------------------------- */
  /* --スクロール-- */
  .scroll {
    right: 1em;
  }
  /* ==========================================================================
01-11
========================================================================== */
  .header {
    width: auto;
  }

  h1.title-head:before {
    display: none;
  }
  /* ----------------------------------------------------- */
  /* --ヘッダー画像-- */

  .img-head {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  /* ----------------------------------------------------- */
  /* --ヘッダーナビ/言語切替/ユーザーネーム/ログイン履歴/ログアウト-- */

  .nav-head {
    padding: 0;
    font-size: 75%;
    font-weight: 500;
    position: relative;
    min-height: 36px;
    width: auto;
  }

  .nav-head ul {
    width: 100%;
    padding-right: 0px;
    margin: 0;
    font-size: 11px;
  }

  .nav-head ul li {
    padding: 0;
    /*text-align: left;*/
    vertical-align: middle;
    line-height: 1.5em;
    height: auto;
  }

  .nav-head ul > li span {
    line-height: 1.25em;
  }

  .nav-head span:before {
    line-height: 1em;
  }

  .nav-head span,
  .nav-head a {
    padding: 0em;
  }

  /* --ユーザーネーム-- */

  .nav-head ul > li.li-user {
    padding-left: 4em;
    width: auto;
    padding-right: 0.5em;
  }

  .nav-head ul > li.li-user span.myid {
    padding-left: 2em;
    width: auto;
    max-width: 300px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }

  /* --言語切替-- */
  .nav-head ul > li.li-language {
    text-align: right;
  }

  .nav-head select.select-language {
    height: 24px;
  }

  /* --ログアウト-- */

  .nav-head ul > li.li-logout {
    width: 66px;
  }

  .nav-head ul > li.li-logout span {
    height: 100%;
    display: table-cell;
  }

  .nav-head ul > li span.logout a {
    padding: 2em 0.25em 0.25em 0.25em;
    font-weight: 500;
    height: auto;
    border-radius: 0;
    display: block;
    width: 64px;
    border-radius: 3px;
    margin: 1px;
    position: relative;
    font-size: 10px;
  }

  .nav-head ul > li span.logout a:before {
    left: 50%;
    font-size: 130%;
    line-height: 1em;
    margin-left: -0.5em;
    top: 5px;
    margin-top: 0;
  }
  /* --ログイン履歴-- */

  .nav-head ul > li.li-history {
    padding-right: 0.5em;
    width: 85px;
  }

  .nav-head ul > li.li-history .history {
    width: 80px;
  }

  .nav-head ul > li.li-history .history a {
    padding: 2em 0.25em 0.25em 0.25em;
    margin: 2px 0;
    font-size: 10px;
    display: block;
  }

  .nav-head ul > li.li-history .history a:before {
    left: 50%;
    margin-left: -0.5em;
    top: 5px;
    margin-top: 0;
  }

  /* ==========================================================================
01-12
========================================================================== */
  .nav,
  .nav ul {
    width: auto;
  }

  .nav ul,
  .nav ul li {
    display: block;
  }

  .nav ul li {
    border-left: none;
    padding: 1em 0 0 0;
    display: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .nav ul li:first-child {
  }

  .nav {
    display: block;
    position: fixed;
    bottom: inherit;
    top: 0;
    padding-top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: transparent;
    height: auto;
    padding-bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0;
  }

  .nav ul {
    height: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    top: -100%;
    position: relative;
    border: none;
    background-color: transparent;
  }
  /* ----------------------------------------------------- */

  /* ==========================================================================
01-13
========================================================================== */
  h1,
  h2 {
    width: auto;
  }

  h1.title-head {
    height: auto;
    background-image: none;
    padding-bottom: 0;
    position: relative;
  }

  h2 > span {
    width: auto;
    padding-left: 0.8em;
  }

  h3 > span {
    left: 0.5em;
    padding: 0 0.5em;
  }

  /*----------------------------------------------------------------------------
*
*08-REG/登録ページ
*
*----------------------------------------------------------------------------*/

  .newuser_table,
  .newuser_table > tbody,
  .newuser_table > tbody > tr,
  .newuser_table > tbody > tr > td,
  table.newuser_table td.input_head {
    display: block;
    width: 100%;
  }

  table.newuser_table td.input_head {
    border-right: none;
  }

  .newuser_table > tbody > tr > td > .check,
  .newuser_table > tbody > tr > td > .radio {
    overflow: auto;
  }

  .tbl--address,
  .tbl--address > tbody,
  .tbl--address > tbody > tr,
  .tbl--address > tbody > tr > td {
    width: 100%;
    display: block;
  }

  .tbl-heading--address {
    width: 100%;
  }

  table.table-inner-r {
    width: auto;
    min-width: 100%;
  }

  table.table-inner-r td,
  table.table-inner-r th {
    white-space: nowrap;
  }

  .f-group {
    display: block;
  }

  .f-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
  }

  .f-row .f-control {
    margin-bottom: 5px;
  }

  .f-row .f-heading--2em {
    width: 100%;
    margin-bottom: 3px;
  }

  .f-row .f-heading--2em + f-control {
    width: 100%;
  }
  .f-row .f-heading--5em {
    width: 100%;
    margin-bottom: 3px;
  }

  .f-row .f-heading--5em + f-control {
    width: 100%;
  }
  .ex, .ex2 {
    display: block;
  }

  .btnarea-footer input[type="button"],
  .btnarea-footer input[type="submit"] {
    margin-bottom: 5px;
  }

  .input_table_type th,
  .input_table_type td {
    white-space: nowrap;
  }

  .overflow {
    overflow: auto;
    padding:2px 0
  }

  /*--RegStayPersonal.aspx 合計-------------------------------*/
  .box-search-stay,
  .box-search-stay > div {
    display: block;
  }

  .box-search-stay .input_table_type,
  .box-search-stay .input_table_type > tbody,
  .box-search-stay .input_table_type > tbody > tr,
  .box-search-stay .input_table_type > tbody > tr > td,
  .box-search-stay .input_table_type > tbody > tr > th {
    display: block;
    width: 100%;
  }

  .box-search-stay .input_table_type th {
    text-align: left;
  }

  .box-search-stay .input_table_type td {
    border-left: none;
  }

  .right-search-stay {
    padding: 0;
  }

  /*--RegEntry1.aspx ------------------------------*/

  .content-billedamount.newuser_table .input_head {
    text-align: left;
  }
  

  .check.check--confirm {
    display: flex;
   /* margin-left: -15px;*/
    flex-wrap: wrap;
    width: calc(100% + 15px);
  }

  .check.check--confirm li {
    display: inline-flex;
    padding-left: 15px;
    min-width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 100%;
  }

  .check-item--confirm {
    padding-right: 10px;
    white-space: nowrap;
  }

 
  .area-upload {
    width: 100%;
    display: block;
    margin: 10px 0px;
  }

  .area-upload-item {
    width: 100%;
    padding: 5px 0;
  }
   

  .area-masterfree-table {
    max-width: 100%;
  }

  /*--RegStayMypage---------------------------*/
.btnarea-stay {
  text-align: center;
}
 /*--RegStayPersonal.aspx ------------------------------*/
 
  /*ネームイン画面--->部屋タイプ・宿泊日*/
  .box-namein-roomname {
    flex-direction: column;
    align-items: flex-start;
  }
  .area-stay {
    overflow: auto;
    width: 100%;
  }

  .area-stay .input_table_type {
    width: 100%;
    white-space: nowrap;
  }
  /*
  .area-stay--detail {
    width: 100%;
  }
      */
  

  /*RegPayment------------------------*/
  .box-payment-detail {
    display: block;
  }

  .col-payment-detail.total {
    width: 100%;
    display: block;
  }

  .col-payment-detail.pay {
    width: 100%;
    display: block;
  }

  .col-payment-detail.already {
    width: 100%;
    display: block;
  }

  .box-total {
    width: 100%;
  }

  .box-amount {
    display: block;
  }
  .box-amount:before {
    display: none;
  }

  .box-amount.box-amount-stay:before {
    transform: rotate(180deg);
  }

  /*決済履歴*/
  .input-dialog-search table,
  .input-dialog-search table tr,
  .input-dialog-search table tr td,
  .input-dialog-search table tr th {
    display: block;
    text-align: left;
  }

  .input-dialog-search table tr td,
  .input-dialog-search table tr th {
    padding: 5px 0;
  }

  .dialog--paymentlog {
    max-height: 390px;
    overflow: auto;
    min-height: 100px;
  }

  .dialog--paymentlog table {
    white-space: nowrap;
  }

  /*RegPayment PAGE*/
  .regentry--payment {
    width: 100%;
  }
  /*RegPaymentCredit*/
  .card-logo img {
    width: 100%;
  }
  /*RegPaymentCVS*/
  .con_paycvs {
    padding: 5px;
  }
  /*RegPayComplate.aspx*/
  .complate-inner {
    width: 100%;
    margin: 20px 0 0 0 0;
  }
  /***forget.aspx************************************/
  .forget {
    width: 100%;
  }
  .forget dd {
    text-align: left;
  }
  /*ui*/
  .ui-dialog {
    max-width: 100% !important;
  }
  
/*ios対応*/
input[type="button"], input[type="submit"]{
   -webkit-appearance: none;
}
input[type="text"], textarea, input[type="password"]{
    -webkit-appearance: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
   
}

}

/* ↑↑↑end↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
