@charset "UTF-8";
/************************************************

	共通設定

*************************************************/
html {
  height: 100%; }

body {
  background: #FFF;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative; }

br.sp_br {
  display: none; }

br.pc_br {
  display: inline; }

.sp_only {
  display: none; }

.pc_only {
  display: block; }

@media screen and (max-width: 640px) {
  .sp_only {
    display: block; }

  .pc_only {
    display: none; } }
@media screen and (max-width: 640px) {
  body {
    background-size: 80px; }

  br.sp_br {
    display: inline; }

  br.pc_br {
    display: none; } }
.d_ib {
  display: inline-block; }

.d_tc {
  display: table-cell; }

#ajax_loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 99999; }

#ajax_loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(/common/images/ico/loading.gif) center center no-repeat; }

/************************************************

	Header

*************************************************/
#header {
  width: 100%;
  background: #001744;
  position: relative;
  z-index: 10; }
  #header #header_inner .inner {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  #header #header_inner #logo {
    margin: 20px 0; }
    #header #header_inner #logo a {
      background: #fff;
      padding: 0 10px 0 10px;
      width: 200px;
      height: 41px;
      display: -webkit-inline-flex;
      display: inline-flex;
      align-items: center;
      text-align: center; }
    #header #header_inner #logo .box_user {
      color: #f7f137;
      border: 1px solid #f7f137;
      padding: 6px 10px;
      margin: 0 0 0 20px;
      display: inline-block;
      vertical-align: top; }
  #header #header_inner #btn_hamburger {
    display: none; }
  #header #header_inner #gnav {
    margin-left: auto;
    font-size: 0.9rem; }
    #header #header_inner #gnav li {
      float: left;
      border-left: 1px solid #0B2C68; }
      #header #header_inner #gnav li a {
        display: block;
        padding: 30px 15px;
        border-left: 1px solid #010C23;
        color: #FFF;
        transition: .3s; }
        #header #header_inner #gnav li a:hover {
          opacity: 0.7; }
        #header #header_inner #gnav li a.current {
          background: #0C3377; }
      #header #header_inner #gnav li:last-child {
        border-right: 1px solid #010C23; }
        #header #header_inner #gnav li:last-child a {
          border-right: 1px solid #0B2C68; }
  #header.branch {
    background: #440017; }
    #header.branch #header_inner #gnav li {
      border-left-color: #5d2a2a; }
      #header.branch #header_inner #gnav li a {
        border-left-color: #2d0c0c; }
        #header.branch #header_inner #gnav li a.current {
          background: #770c12; }
      #header.branch #header_inner #gnav li:last-child {
        border-right-color: #2d0c0c; }
        #header.branch #header_inner #gnav li:last-child a {
          border-right-color: #5d2a2a; }
  #header.admin {
    background: #043338; }
    #header.admin #header_inner #gnav li {
      border-left-color: #24575d; }
      #header.admin #header_inner #gnav li a {
        border-left-color: #0e2123; }
        #header.admin #header_inner #gnav li a.current {
          background: #085861; }
      #header.admin #header_inner #gnav li:last-child {
        border-right-color: #0e2123; }
        #header.admin #header_inner #gnav li:last-child a {
          border-right-color: #24575d; }

#header.admin #header_inner .inner {
  padding: 10px; }
#header.admin #header_inner #logo {
  margin: 0; }
#header.admin #header_inner #btn_hamburger {
  position: relative;
  right: 20px;
  width: 42px;
  height: 32px;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-left: auto;
  z-index: 11; }
  #header.admin #header_inner #btn_hamburger,
  #header.admin #header_inner #btn_hamburger span {
    display: inline-block;
    transition: .3s;
    box-sizing: border-box; }
  #header.admin #header_inner #btn_hamburger span {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background: #fff;
    border-radius: 4px; }
    #header.admin #header_inner #btn_hamburger span:nth-of-type(1) {
      top: 0; }
    #header.admin #header_inner #btn_hamburger span:nth-of-type(2) {
      top: 14px; }
    #header.admin #header_inner #btn_hamburger span:nth-of-type(3) {
      bottom: 0; }
  #header.admin #header_inner #btn_hamburger.on span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg); }
  #header.admin #header_inner #btn_hamburger.on span:nth-of-type(2) {
    opacity: 0; }
  #header.admin #header_inner #btn_hamburger.on span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg); }
  #header.admin #header_inner #btn_hamburger.on + #gnav {
    height: auto; }
#header.admin #header_inner #gnav {
  position: fixed;
  z-index: 10;
  background: #043338;
  top: 0;
  right: 0;
  width: 300px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: height .3s; }
  #header.admin #header_inner #gnav ul {
    margin: 60px 10px 10px; }
  #header.admin #header_inner #gnav li {
    float: none;
    border-left: none;
    border-top: 1px solid #0e2123;
    border-bottom: 1px solid #24575d; }
    #header.admin #header_inner #gnav li:first-child {
      border-top: none; }
    #header.admin #header_inner #gnav li:last-child {
      border-right: none;
      border-bottom: none; }
      #header.admin #header_inner #gnav li:last-child a {
        border-right: none; }
    #header.admin #header_inner #gnav li a {
      text-align: center;
      padding: 5px 0;
      border-left: none; }

@media screen and (min-width: 901px) {
  .header:not(.admin) #gnav li a.logout {
    background: url(../images/header/log_out.png) no-repeat center 22px;
    background-size: 26px 23px;
    padding: 50px 7px 0 !important;
    text-align: center;
    font-size: 0.65rem;
    font-feature-settings: "palt";
    line-height: 1.3;
    box-sizing: border-box; } }
@media screen and (max-width: 900px) {
  #header #header_inner .inner {
    padding: 10px; }
  #header #header_inner #logo {
    margin: 0; }
  #header #header_inner #btn_hamburger {
    position: relative;
    width: 42px;
    height: 32px;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-left: auto;
    z-index: 11; }
    #header #header_inner #btn_hamburger,
    #header #header_inner #btn_hamburger span {
      display: inline-block;
      transition: .3s;
      box-sizing: border-box; }
    #header #header_inner #btn_hamburger span {
      position: absolute;
      width: 100%;
      height: 4px;
      left: 0;
      background: #fff;
      border-radius: 4px; }
      #header #header_inner #btn_hamburger span:nth-of-type(1) {
        top: 0; }
      #header #header_inner #btn_hamburger span:nth-of-type(2) {
        top: 14px; }
      #header #header_inner #btn_hamburger span:nth-of-type(3) {
        bottom: 0; }
    #header #header_inner #btn_hamburger.on span:nth-of-type(1) {
      -webkit-transform: translateY(14px) rotate(-45deg);
      transform: translateY(14px) rotate(-45deg); }
    #header #header_inner #btn_hamburger.on span:nth-of-type(2) {
      opacity: 0; }
    #header #header_inner #btn_hamburger.on span:nth-of-type(3) {
      bottom: 0;
      -webkit-transform: translateY(-14px) rotate(45deg);
      transform: translateY(-14px) rotate(45deg); }
    #header #header_inner #btn_hamburger.on + #gnav {
      height: 100vh !important; }
  #header #header_inner #gnav {
    position: fixed;
    z-index: 10;
    background: #001744;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: height .3s; }
    #header #header_inner #gnav ul {
      margin: 60px 10px 10px; }
    #header #header_inner #gnav li {
      float: none;
      border-left: none;
      border-top: 1px solid #010C23;
      border-bottom: 1px solid #0B2C68; }
      #header #header_inner #gnav li:first-child {
        border-top: none; }
      #header #header_inner #gnav li:last-child {
        border-right: none;
        border-bottom: none; }
        #header #header_inner #gnav li:last-child a {
          border-right: none; }
      #header #header_inner #gnav li a {
        text-align: center;
        padding: 15px 0;
        border-left: none; }
  #header.branch #header_inner #gnav {
    background: #440017; }
    #header.branch #header_inner #gnav li {
      border-top-color: #2d0c0c;
      border-bottom-color: #5d2a2a; }
  #header.admin #header_inner #gnav {
    background: #043338; }
    #header.admin #header_inner #gnav li {
      border-top-color: #0e2123;
      border-bottom-color: #24575d; } }
@media screen and (max-width: 500px) {
  #header #header_inner #logo a {
    width: 150px;
    height: 33px; }
  #header #header_inner #logo .box_user {
    margin: 0 0 0 5px;
    padding: 5px 7px;
    font-size: 80%;
    display: none; } }
@media screen and (max-width: 320px) {
  #header #header_inner #logo .box_user {
    margin: 5px 0 0 0;
    display: none; }
  #header #header_inner #gnav ul {
    margin-top: 90px; } }
/************************************************

	contents

*************************************************/
#contents {
  width: 100%;
  margin: 30px auto 0;
  padding-bottom: 100px; }

@media screen and (max-width: 640px) {
  #contents {
    margin: 20px auto 0; } }
/************************************************

	Footer

*************************************************/
#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 53px;
  overflow: hidden;
  background: #001744;
  padding: 15px 0;
  color: #FFF;
  box-sizing: border-box; }
  #footer.branch {
    background: #440017; }
  #footer.admin {
    background: #043338; }
  #footer #to_top {
    position: absolute;
    top: 0;
    right: 0; }
  #footer #copy {
    text-align: center;
    font-size: 0.85rem; }
    #footer #copy .inner {
      padding: 0; }

/************************************************

	Box

*************************************************/
section {
  padding: 0 0 80px;
  margin: 0; }
  .inner section:last-child {
    padding: 0; }

.inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; }

.column01 {
  background: #FFF;
  border: 2px solid #001744;
  padding: 20px; }

.column02 {
  background: #F6F5F5;
  padding: 15px; }

.unit_2col01 .box_a {
  width: 48%;
  float: left; }

.unit_2col01 .box_b {
  width: 48%;
  float: right; }

.unit_2col02 .box_a {
  width: 18%;
  float: left; }

.unit_2col02 .box_b {
  width: 78%;
  float: right; }

.unit_3col01 li {
  width: 31%;
  float: left;
  margin: 0 3.5% 35px 0; }
  .unit_3col01 li:nth-child(3n) {
    margin: 0 0 35px 0; }

.unit_4col01 li {
  width: 22.5%;
  float: left;
  margin: 0 3.33333% 35px 0; }
  .unit_4col01 li:nth-child(4n) {
    margin: 0 0 35px 0; }

@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    padding: 0 10px; } }
@media screen and (max-width: 640px) {
  section {
    padding: 0 0 40px; }

  .column01,
  .column02 {
    padding: 10px; }

  .unit_2col01 .box_a {
    width: 100%;
    float: none;
    margin-bottom: 10px; }

  .unit_2col01 .box_b {
    width: 100%;
    float: none; }

  .unit_2col02 .box_a {
    width: 100%;
    float: none;
    margin-bottom: 10px; }

  .unit_2col02 .box_b {
    width: 100%;
    float: none; }

  .unit_3col01 li,
  .unit_4col01 li {
    width: 49%;
    margin: 0 0 10px 0; }
    .unit_3col01 li:nth-child(2n),
    .unit_4col01 li:nth-child(2n) {
      float: right; }
    .unit_3col01 li:nth-child(3n), .unit_3col01 li:nth-child(4n),
    .unit_4col01 li:nth-child(3n),
    .unit_4col01 li:nth-child(4n) {
      margin: 0 0 10px 0; } }
/************************************************

	topic_path

************************************************/
#topic_path {
  position: relative;
  margin: 20px;
  font-size: 0.8rem;
  color: #FFF; }

#topic_path li {
  float: left;
  padding-right: 8px;
  padding-left: 13px;
  background: url(../images/ico/ico_arrow02.png) no-repeat 0 45%;
  background-size: 6px 9px; }

#topic_path li.home {
  padding-left: 0;
  background: none; }

#topic_path li a {
  color: #FFF; }

#topic_path li a:hover {
  opacity: 0.7; }

@media screen and (max-width: 640px) {
  #topic_path {
    margin: 10px;
    font-size: 0.7rem; } }
/************************************************

	Title

*************************************************/
.h1_ttl01 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 40px 0 0;
  color: #0C3066; }

.h2_ttl01 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #001744;
  font-size: 1.3rem;
  color: #001744;
  background: #ebf0f9;
  padding: 5px 5px 5px 15px;
  position: relative; }
  .branch ~ #contents .h2_ttl01 {
    border-bottom-color: #440017;
    color: #440017;
    background: #f9ebeb; }
  .admin ~ #contents .h2_ttl01 {
    border-bottom-color: #043338;
    color: #043338;
    background: #e3f0f1; }

@media screen and (max-width: 640px) {
  .modalWrapper .h2_ttl01 {
    font-size: 1.0rem; } }
/************************************************

	List

*************************************************/
.li_none01 li {
  margin: 0 0 10px 0; }
  .li_none01 li:last-child {
    margin: 0; }

.li_disc01 li {
  list-style: disc;
  margin: 0 0 5px 18px; }

.li_circle01 li {
  list-style: circle;
  margin: 0 0 10px 18px; }

.li_decimal01 li {
  list-style: decimal;
  margin: 0 0 5px 20px; }

.li_float01 li {
  float: left;
  margin: 0 15px 0 0; }

.li_inline01 li {
  display: inline-block;
  margin: 0 15px 0 0; }

/************************************************

	link

*************************************************/
.link01,
.tel a {
  text-decoration: underline; }
  .link01:hover,
  .tel a:hover {
    text-decoration: none; }

/************************************************

	Btn

*************************************************/
.btn_2col {
  text-align: center; }
  .btn_2col p {
    display: inline-block;
    padding: 0 10px; }

.btn01 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #001744;
  width: 150px;
  color: #fff; }
  .branch ~ #contents .btn01 {
    background: #440017; }
  .admin ~ #contents .btn01 {
    background: #043338; }
  .btn01:visited {
    color: #fff; }
  .btn01:hover {
    opacity: 0.7; }

.btn02 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #999;
  width: 150px;
  color: #fff; }
  .btn02:visited {
    color: #fff; }
  .btn02:hover {
    opacity: 0.7; }

.btn03 {
  background: #999;
  padding: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 0.7rem;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle; }
  .btn03:hover {
    opacity: 0.7; }

.btn04 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #999;
  padding: 10px 15px;
  width: 100px;
  color: #fff; }
  .btn04:visited {
    color: #fff; }
  .btn04:hover {
    opacity: 0.7; }

.btn05 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #e63434;
  width: 150px;
  color: #fff; }
  .btn05:visited {
    color: #fff; }
  .btn05:hover {
    opacity: 0.7; }

.btn06 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #2d6ccc;
  width: 150px;
  color: #fff; }
  .btn06:visited {
    color: #fff; }
  .btn06:hover {
    opacity: 0.7; }

.btn_w300 {
  width: 300px; }

@media screen and (max-width: 640px) {
  .btn_2col p {
    display: block; }

  .btn01, .btn02, .btn05, .btn06 {
    width: 100%;
    margin-bottom: 10px; }

  .btn04 {
    padding: 8px 6px;
    font-size: 0.9rem;
    font-weight: normal; }

  .btn_w300 {
    width: 100%; } }
/************************************************

	table

************************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  table {
    border-collapse: inherit; } }
.table01 {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  margin-bottom: 5px; }
  .table01 th,
  .table01 td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4; }
  .table01 th {
    background: #ebf0f9; }
    .branch ~ #contents .table01 th {
      background: #f9ebeb; }
    .admin ~ #contents .table01 th {
      background: #e3f0f1; }
    .table01 th.sort {
      position: relative;
      padding: 10px 15px 10px 10px; }
      .table01 th.sort span {
        position: absolute;
        height: 22px;
        top: 0;
        bottom: 0;
        right: 7px;
        margin: auto 0;
        cursor: pointer;
        transition: .3s;
        font-size: 12px; }
        .table01 th.sort span:hover {
          opacity: 0.7; }

.form_table01 {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC; }
  .form_table01 th,
  .form_table01 td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left; }
  .form_table01 th {
    background: #ebf0f9;
    width: 200px; }
    .branch ~ #contents .form_table01 th {
      background: #f9ebeb; }
    .admin ~ #contents .form_table01 th {
      background: #e3f0f1; }
  .branch ~ #contents .form_table01 .inside_info > th {
    background: #b6cae3; }
  .admin ~ #contents .form_table01 .inside_info > th {
    background: #b6dfe3; }
  .branch ~ #contents .form_table01 .inside_info > td {
    background: #e7fdff; }
  .admin ~ #contents .form_table01 .inside_info > td {
    background: #e7fdff; }
  .form_table01 .price th {
    background: #FDE4E4;
    color: #C00; }
  .form_table01 .price td {
    color: #C00;
    font-weight: bold; }

.branch ~ #contents .overseas_lbl, .branch ~ #contents .overseas_txt {
  display: none; }
.admin ~ #contents .overseas_lbl, .admin ~ #contents .overseas_txt {
  display: none; }

@media screen and (max-width: 768px) {
  .form_table01 th {
    width: 150px; } }
@media screen and (max-width: 640px) {
  .table01 th,
  .table01 td {
    padding: 6px;
    font-size: 0.8rem; }
  .table01 th.sort {
    padding: 6px 15px 6px 6px; }
    .table01 th.sort span {
      right: 4px; }

  .form_table01 th,
  .form_table01 td {
    display: block;
    width: 100%; }

  .form_table01 th {
    border-bottom: none; } }
.zebra tr td {
  background: #FFF; }

.zebra tr:nth-child(odd) td {
  background: #EEE; }

@media screen and (max-width: 768px) {
  .box_responsib_table,
  .box_responsib_table_short {
    overflow: scroll; }
    .box_responsib_table > table,
    .box_responsib_table_short > table {
      width: 1000px; }

  .box_responsib_table_short > table {
    width: 800px; } }
.cell_search01 {
  width: 12%; }

.cell_search02 {
  width: 17.8%; }

.tr_changed {
  background: #f5c3c4; }
  .tr_changed td {
    border-right-color: #fff; }

.list_cars {
  margin-top: -10px; }
  .list_cars > span {
    display: inline-block; }

.in_btn tbody tr td:first-of-type {
  padding: 10px 15px 0; }
  .in_btn tbody tr td:first-of-type > * {
    margin-bottom: 10px;
    display: inline-block; }

.cp_table *, .cp_table *:before, .cp_table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #dddddd; }

.cp_table thead th {
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #dddddd !important; }

.cp_table thead th:last-child {
  border-right: 1px solid #dddddd; }

.cp_table tbody th {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #ffffff;
  background: #dddddd !important;
  white-space: nowrap; }

.cp_table tbody tr:last-child th {
  border-bottom: 1px solid #dddddd; }

.cp_table tbody td {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #ffffff; }

.cp_table .sp_lbl {
  display: none; }

@media only screen and (max-width: 640px) {
  .cp_table thead {
    display: none; }

  .cp_table tbody th {
    display: block; }

  .cp_table tbody td {
    display: block;
    padding: 10px 5px; }

  .cp_table tbody td::before {
    font-weight: bold;
    float: left;
    /*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
    /*padding: 0.5em 0;*/
    content: attr(label); }

  .cp_table tbody td p {
    padding: 0.5em 0 0 1em;
    margin: 0; }

  /*親テーブルにcp_tableクラス指定があり、子テーブルには適用したくない場合*/
  .cp_table_Invalid thead {
    display: table-header-group; }

  .cp_table_Invalid thead th,
  .cp_table_Invalid tbody th,
  .cp_table_Invalid tbody td {
    width: 50% !important;
    display: table-cell !important; }

  .cp_table_Invalid tbody td {
    display: table-cell; }

  .cp_table_Invalid tbody td::before {
    font-weight: bold;
    float: none;
    content: none; }

  .cp_table .sp_lbl {
    display: inline; } }
.th_pink {
  background: #ffeefd !important; }

.th_yellow {
  background: #fffaee !important; }

/************************************************

	予約一覧

*************************************************/
#body_admin .resv_list_tbl .th_no {
  width: 55px; }
#body_admin .resv_list_tbl .th_regtime {
  width: 74px; }
#body_admin .resv_list_tbl .th_entr_date {
  width: 98px; }
#body_admin .resv_list_tbl .th_ondayhotel {
  width: 30px; }
#body_admin .resv_list_tbl .th_staff {
  width: 98px; }
#body_admin .resv_list_tbl .th_status {
  width: 83px; }
#body_admin .resv_list_tbl .th_uptime {
  width: 74px; }
#body_admin .resv_list_tbl .th_btn {
  width: 194px; }

#body_agent .resv_list_tbl .th_no {
  width: 55px; }
#body_agent .resv_list_tbl .th_regtime {
  width: 74px; }
#body_agent .resv_list_tbl .th_entr_date {
  width: 74px; }
#body_agent .resv_list_tbl .th_staff {
  width: 98px; }
#body_agent .resv_list_tbl .th_status {
  width: 65px; }
#body_agent .resv_list_tbl .th_btn {
  width: 194px; }

@media screen and (max-width: 868px) {
  #body_agent .resv_list_tbl .th_btn {
    width: 100px; }
  #body_agent .resv_list_tbl .btn01, #body_agent .resv_list_tbl .btn02 {
    margin: 2px 0; } }
/************************************************

	text

*************************************************/
.cpt {
  text-align: center;
  font-size: 0.85rem; }

.must {
  background: #C00;
  padding: 3px 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-block; }

.company {
  background: #0005cc;
  padding: 3px 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-block; }

.notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9rem; }

/************************************************

	img

*************************************************/
@media screen and (max-width: 640px) {
  .halfimg {
    width: 40%; }
    .halfimg img {
      width: 100%;
      height: auto; } }
/************************************************

	form

*************************************************/
input[type="button"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  padding: 10px;
  font-size: 1.0rem;
  font-family: YuGothic medium, "Yu Gothic medium","游ゴシック","游ゴシック体",'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #BBB; }

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  color: #BBB;
  opacity: 1.0; }

:-moz-placeholder {
  color: #BBB; }

:-ms-input-placeholder {
  color: #BBB; }

input[type="radio"],
input[type="checkbox"] {
  margin: 5px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4); }

input[disabled],
select[disabled],
textarea[disabled] {
  background-color: #ebebe4; }

.iPhone select,
.iPad select {
  height: 3.0em;
  -webkit-appearance: none;
  border-radius: 0;
  background: #FFF url(../../common/images/ico/ico_select01.png) no-repeat right 10px center;
  background-size: 10px 9px;
  padding-right: 25px; }

.btn_input01 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #de7c1a;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 1.0rem; }
  .btn_input01:hover {
    opacity: 0.7; }

.btn_input02 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  background: #999;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 1.0rem; }
  .btn_input02:hover {
    opacity: 0.7; }

.btn_correction {
  width: 300px;
  margin: 0 auto;
  transition: .2s; }
  .btn_correction input {
    background: #CCC;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border: 0;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    outline: none; }
  .btn_correction:hover {
    opacity: 0.7; }

/*input[type=radio] {
  display: none;
}
.radio01 {
    box-sizing: border-box;
    position: relative;
    padding-left: 25px;
    cursor: pointer;

	&::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		display: block;
		background: url(../../common/images/ico/ico_radio01_off.png) no-repeat;
		background-size: 20px;
		content: '';

        input[type=radio]:checked + & {
            background: url(../../common/images/ico/ico_radio01_on.png) no-repeat;
            background-size: 20px;
        }
    }
}*/
.error {
  background: #FFD7D8;
  padding: 3px;
  margin-top: 5px;
  color: #B00;
  font-weight: bold;
  font-size: 0.8rem; }

@media screen and (max-width: 640px) {
  /*select {
      width: 100%;
      box-sizing: border-box;
  }*/
  .btn_input01 {
    width: 100%; }
    .btn_input01::after {
      top: 45%;
      right: 10px;
      width: 14px;
      height: 5px;
      background-size: 14px 5px; }

  .btn_correction {
    width: 100%; } }
.button-radio input[type="radio"] {
  display: none; }

.button-radio label {
  display: inline-block;
  background-color: #2780e3;
  padding: 5px 10px;
  border: 6px solid #9b9898;
  text-align: center;
  width: 30%;
  background: #ccc;
  font-weight: bold;
  color: #aaa; }

.button-radio input[type="radio"]:checked + label {
  border: 6px solid #7896cf;
  background: #ccd7ee;
  color: #333; }

/************************************************

	stepbar

*************************************************/
.stepbar {
  position: relative;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1; }

.stepbar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 59px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold; }
  .stepbar .step .overseas_lbl {
    margin-left: 10px; }

.stepbar .step:before,
.stepbar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 30px; }

.stepbar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg); }

.stepbar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg); }

.stepbar .step:first-child:before, .stepbar .step:first-child:after {
  content: none; }

.stepbar .step.current {
  color: #FFF;
  background-color: #001744; }

.stepbar .step.current:before, .stepbar .step.current:after {
  background-color: #001744; }

.stepbar.step2 .step {
  width: 50%; }

.stepbar.step3 .step {
  width: 33.333%; }

.stepbar.step4 .step {
  width: 25%; }

.stepbar.step5 .step {
  width: 20%; }

@media screen and (max-width: 640px) {
  .stepbar .step {
    padding: 0 18px 0 10px;
    font-size: 0.9rem;
    line-height: 30px; }
    .stepbar .step .overseas_lbl {
      margin-left: 0; }

  /*.stepbar .step:first-child {
      padding: 0 15px 0 10px;
  }*/
  .stepbar .step:before,
  .stepbar .step:after {
    left: -10px;
    width: 15px; } }
/************************************************

	Margin Padding

*************************************************/
.m10 {
  margin: 10px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt-10 {
  margin-top: -10px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.p10 {
  padding: 10px !important; }

.p12 {
  padding: 12px !important; }

.p20 {
  padding: 20px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl40 {
  padding-left: 40px !important; }

@media screen and (max-width: 640px) {
  .sp_mt5 {
    margin-top: 5px !important; }

  .sp_ml0 {
    margin-left: 0 !important; }

  .sp_mt0 {
    margin-top: 0 !important; } }
/************************************************

	Width

*************************************************/
.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w45 {
  width: 45px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w80 {
  width: 80px; }

.w100 {
  width: 100px; }

.w120 {
  width: 120px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w450 {
  width: 450px; }

.w700 {
  width: 700px; }

.w750 {
  width: 750px; }

.w10per {
  width: 10%; }

.w15per {
  width: 15%; }

.w20per {
  width: 20%; }

.w30per {
  width: 30%; }

.w40per {
  width: 40%; }

.w50per {
  width: 50%; }

.w60per {
  width: 60%; }

.w70per {
  width: 70%; }

.w80per {
  width: 80%; }

.w90per {
  width: 90%; }

.w_full {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.w300_full {
  width: 300px; }

@media screen and (max-width: 640px) {
  .sp_full {
    width: 100%; }

  .w300_full {
    width: 100%;
    box-sizing: border-box; } }
/************************************************

	Float Align

*************************************************/
.f_left {
  float: left; }

.f_right {
  float: right; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

@media screen and (max-width: 640px) {
  .sp_center {
    text-align: center; } }
.middle {
  vertical-align: middle !important; }

/************************************************

	clearfix

*************************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/************************************************

	others

*************************************************/
.maru_em {
  border-radius: 50%;
  font-size: 1.5em;
  line-height: 2em;
  padding-top: 0.15em;
  padding-left: 0.35em;
  padding-right: 0.35em;
  padding-bottom: 0.1em;
  color: #bbb;
  border: 2px solid #bbb;
  font-weight: bold;
  margin-left: 40px; }

@media screen and (max-width: 640px) {
  .maru_em {
    font-size: 1.2em;
    margin-left: 7px; } }
.text01 {
  background: #e63434;
  padding: 1px 4px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: -0.08em; }

.text02 {
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
  font-size: 0.75rem; }

.text03 {
  line-height: 1.6;
  display: inline-block;
  font-weight: normal;
  font-size: 80%; }

/************************************************

	message

*************************************************/
.msg-danger
, .msg-warning
, .msg-info
, .msg-success {
  padding: 5px 10px;
  font-size: 0.85rem;
  margin-bottom: 15px;
  list-style: disc;
  list-style-position: inside; }

/*メッセージ danger(赤)*/
.msg-danger {
  background: #fff0f0;
  border: 2px solid #f00;
  color: #f00; }

/*メッセージ warning(黄)*/
.msg-warning {
  background: #fafad2;
  border: 2px solid #db8b0b;
  color: #db8b0b; }

/*メッセージ info(青) */
.msg-info {
  background: #f0f8ff;
  border: 2px solid #00a7d0;
  color: #00a7d0; }

/*メッセージ success(緑)*/
.msg-success {
  background: #ddf7dd;
  border: 2px solid #008d4c;
  color: #008d4c; }

.msg-danger li
, .msg-warning li
, .msg-info li
, .msg-success li {
  list-style: disc;
  text-align: left;
  list-style-position: inside;
  margin: 5px 0; }

/************************************************

	error

*************************************************/
input[type="text"].err,
input[type="email"].err,
input[type="tel"].err,
input[type="search"].err,
input[type="password"].err,
select.err,
textarea.err {
  background: #FFCACB;
  border: 1px solid #D00; }

.input_box {
  position: relative;
  box-sizing: border-box; }

.input_box.err input[type="text"],
.input_box.err input[type="email"],
.input_box.err input[type="tel"],
.input_box.err input[type="search"],
.input_box.err input[type="password"],
.input_box.err select,
.input_box.err textarea {
  background: #FFCACB !important;
  border: 1px solid #D00; }

.input_box.err .err_txt {
  position: relative;
  bottom: 7px;
  left: 10px;
  display: table-cell;
  background: #D00;
  padding: 8px 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.0;
  width: max-content; }

.input_box.err .err_txt::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 20px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #D00; }

/*------------------------------------

	Css for Modal window

--------------------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.5); }

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 40%;
  max-width: 85%;
  max-height: 85%;
  min-height: 50%;
  overflow-x: visible;
  overflow-y: scroll;
  padding: 20px 30px;
  background-color: #fff; }

.closeModal {
  position: absolute;
  /* modalを閉じるボタン */
  top: 4px;
  right: 5px;
  font-size: 40px;
  color: #333;
  cursor: pointer;
  border: none;
  background: none; }

.modalContents {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.3; }
  .modalContents h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold; }
  .modalContents h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold; }
  .modalContents h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold; }
  .modalContents h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold; }
  .modalContents p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }
  .modalContents p a:not([class^="btn"]) {
    color: #0058ff;
    cursor: pointer;
    text-decoration: underline; }

@media screen and (max-width: 640px) {
  .modalWrapper {
    width: 95%;
    height: 95%;
    padding: 10px; } }
/*------------------------------------

	Datepicker

--------------------------------------*/
#ui-datepicker-div {
  z-index: 20 !important; }

/*------------------------------------

	Pager

--------------------------------------*/
.pager_area {
  text-align: right; }

.pager {
  display: inline-block; }

.pager ul.pagination {
  margin: 0;
  padding: 0; }

.pager .pagination li {
  display: inline;
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  background: #001744;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative; }
  .branch ~ #contents .pager .pagination li {
    background: #440017; }
  .admin ~ #contents .pager .pagination li {
    background: #043338; }

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none; }

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700; }

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #ebf0f9; }
  .branch ~ #contents .pager .pagination li a:hover, .branch ~ #contents
  .pager .pagination li a.active {
    background: #f9ebeb; }
  .admin ~ #contents .pager .pagination li a:hover, .admin ~ #contents
  .pager .pagination li a.active {
    background: #e3f0f1; }

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none; }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: calc(100vw/5);
    height: 50px;
    text-align: center; }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center; } }
/************************************************

	resv_list

*************************************************/
.btn_addrsv {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  transition: .3s;
  position: absolute;
  top: -1px;
  right: 0;
  background: #2d6ccc !important;
  color: #fff;
  padding: 7px 21px;
  width: auto;
  font-size: 19px;
  border-radius: 0; }
  .branch ~ #contents .btn_addrsv {
    background: #440017; }
  .admin ~ #contents .btn_addrsv {
    background: #043338; }
  .btn_addrsv:visited {
    color: #fff; }
  .btn_addrsv:hover {
    opacity: 0.7; }

@media screen and (max-width: 640px) {
  .btn_addrsv {
    top: 5px;
    right: 5px;
    font-size: 13px; } }
/************************************************

	resv_form

*************************************************/
.tour_type_area {
  display: flex; }

@media screen and (max-width: 640px) {
  .tour_type_area {
    display: block; } }
.tour_type {
  display: inline-block;
  width: 200px;
  border: 5px solid #e8e7e7;
  color: #b3b3b3;
  padding: 5px;
  margin-right: 20px; }

.tour_type.on {
  border: 5px solid #0C3377;
  color: inherit; }
  .branch ~ #contents .tour_type.on {
    border: 5px solid #770c12; }
  .admin ~ #contents .tour_type.on {
    border: 5px solid #085861; }

@media screen and (max-width: 640px) {
  .tour_type {
    width: 60%; } }
