@font-face {
  font-family: 'TsukuA';
  src: url("../fonts/AppleTsukuARdGothic-Regular-AlphaNum-01.otf") format("opentype");
  src: url("../fonts/TsukushiAMaruGothic.ttc") format("truetype"); }
/* reset
------------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

p.btm img {
  border: 0;
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%; }

/* body
------------------------------------------------- */
body {
  background: #f2f2f2;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'TsukuA';
  _display: inline;
  _zoom: 1; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* article
------------------------------------------------- */
article {
  background: url("../img/bg_kanri.png") repeat-y left top;
  width: 100%;
  min-height: 100%;
  display: flex; }
  article .btn_area {
    width: 500px;
    margin: 50px auto 0;
    overflow: hidden; }
    article .btn_area .button {
      display: block;
      background: #ff6161;
      border-radius: 5px;
      border: none;
      width: 220px;
      margin: 0 auto;
      padding: 12px 0;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s; }
      article .btn_area .button:hover {
        background-color: #ff9595;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }

#kanri .main {
  flex: 1;
  padding: 40px 50px; }
  #kanri .main .inner {
    background: #fff;
    margin: 0 auto;
    padding: 40px 50px 70px; }
    #kanri .main .inner h3 {
      margin-bottom: 50px;
      text-align: center;
      color: #5b5b5b;
      font-size: 24px;
      font-weight: bold; }
    #kanri .main .inner dl {
      overflow: hidden;
      margin-bottom: 20px; }
      #kanri .main .inner dl dt {
        width: 18%;
        float: left;
        padding-top: 5px; }
      #kanri .main .inner dl dd {
        width: 82%;
        float: right; }
        #kanri .main .inner dl dd input[type=text],#kanri .main .inner dl dd input[type=number] {
          border: 1px solid #aaa;
          background: #fff;
          padding: 10px 2%;
          font-size: 16px; }
          #kanri .main .inner dl dd input[type=text].text01 {
            width: 95%; }
          #kanri .main .inner dl dd input[type=text].text02 {
            width: 45%; }
          #kanri .main .inner dl dd input[type=text].text03 {
            width: 40%; }
          #kanri .main .inner dl dd input[type=text].text04 {
            width: 60%; }
          #kanri .main .inner dl dd input[type=text].text05 {
            width: 15%; }
        #kanri .main .inner dl dd select {
          border: 1px solid #aaa;
          background: #fff;
          width: 30%;
          padding: 10px 2%;
          font-size: 16px; }
        #kanri .main .inner dl dd .radio {
          overflow: hidden; }
          #kanri .main .inner dl dd .radio li {
            float: left;
            margin-right: 10px;
            padding-bottom: 2px; }
            #kanri .main .inner dl dd .radio li input[type=radio] {
              /* display: none; */
                opacity: 0;
              }
            #kanri .main .inner dl dd .radio li label {
              display: inline-block;
              border-radius: 2px;
              position: relative;
              cursor: pointer;
              margin-left: 20px;
              padding: 10px 10px 10px 20px;
              text-align: center;
              font-size: 16px;
              line-height: 1; }
              #kanri .main .inner dl dd .radio li label:before {
                position: absolute;
                content: "";
                top: 50%;
                left: -10px;
                width: 20px;
                height: 20px;
                margin-top: -10px;
                background: #fff;
                border: 1px solid #aaa;
                border-radius: 50%; }
            #kanri .main .inner dl dd .radio li input[type="radio"]:checked + label:after {
              position: absolute;
              content: "";
              top: 50%;
              left: -6px;
              width: 14px;
              height: 14px;
              margin-top: -6px;
              border-radius: 50%;
              background: #ff6161; }
        #kanri .main .inner dl dd textarea {
          border: 1px solid #aaa;
          background: #fff;
          width: 95.5%;
          height: 150px;
          padding: 10px 2%;
          font-size: 16px; }
        #kanri .main .inner dl dd .plan {
          overflow: hidden; }
          #kanri .main .inner dl dd .plan li {
            width: 34%;
            float: left; }
            #kanri .main .inner dl dd .plan li:last-child {
              width: 15%; }
        #kanri .main .inner dl dd .pax {
          overflow: hidden; }
          #kanri .main .inner dl dd .pax li {
            width: 49%;
            float: left;
            margin-bottom: 10px; }
            #kanri .main .inner dl dd .pax li:nth-child(odd) {
              clear: both; }
            #kanri .main .inner dl dd .pax li:nth-child(even) {
              float: right; }
            #kanri .main .inner dl dd .pax li:nth-child(7), #kanri .main .inner dl dd .pax li:nth-child(8) {
              margin-bottom: 0; }
        #kanri .main .inner dl dd .ml {
          margin-left: 10px; }
        #kanri .main .inner dl dd .mt {
          margin-top: 10px; }
        #kanri .main .inner dl dd table.plan_d {
          border-top: 1px solid #aaa;
          border-left: 1px solid #aaa;
          width: 100%; }
          #kanri .main .inner dl dd table.plan_d th {
            border-right: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
            padding: 5px 0;
            text-align: center;
            font-size: 12px; }
            #kanri .main .inner dl dd table.plan_d th.ws {
              width: 6%; }
          #kanri .main .inner dl dd table.plan_d td {
            border-right: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
            padding: 5px 0;
            text-align: center; }
            #kanri .main .inner dl dd table.plan_d td input[type=text] {
              border-radius: 0;
              background: #fff;
              padding: 5px 0;
              text-align: center;
              font-size: 12px; }
              #kanri .main .inner dl dd table.plan_d td input[type=text].text05 {
                width: 100%; }
        #kanri .main .inner dl dd table.hotel_d {
          border-top: 1px solid #aaa;
          border-left: 1px solid #aaa;
          width: 100%; }
          #kanri .main .inner dl dd table.hotel_d th {
            border-right: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
            padding: 5px 0;
            text-align: center;
            font-size: 12px; }
            #kanri .main .inner dl dd table.hotel_d th.wl {
              width: 20%; }
            #kanri .main .inner dl dd table.hotel_d th.ws {
              width: 6%; }
          #kanri .main .inner dl dd table.hotel_d td {
            border-right: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
            padding: 5px 0;
            text-align: center; }
            #kanri .main .inner dl dd table.hotel_d td input[type=text] {
              border-radius: 0;
              background: #fff;
              padding: 5px 0;
              text-align: center;
              font-size: 12px; }
              #kanri .main .inner dl dd table.hotel_d td input[type=text].text05 {
                width: 100%; }
  #kanri .main .copy {
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px; }

#kanri .side {
  display: block;
  width: 220px;
  height: auto !important;
  min-height: 100%;
  padding: 30px 20px; }
  #kanri .side h1 {
    width: 100px;
    margin: 0 auto 40px; }
    #kanri .side h1 img {
      border-radius: 20px;
      width: 100%;
      height: auto; }
  #kanri .side ul li {
    margin-bottom: 30px; }
    #kanri .side ul li a {
      color: #fff;
      font-weight: bold;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      #kanri .side ul li a:hover {
        color: #aaa;
        text-decoration: none;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }

/* footer
------------------------------------------------- */
footer {
  background: #ffefe8;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px; }

/* *******************************************
     common
******************************************* */
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none; }

a:hover,
a:active {
  color: #000;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

@media (max-width: 640px) {
  a.alpha:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100); } }
/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* modal
------------------------------------------------- */
.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  width: 500px;
  padding: 30px 30px 40px;
  z-index: 9999;
  font-size: 18px; }
  .modal-content .ttl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 110%;
    font-weight: bold; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 120%;
  z-index: 9998; }

.modal-close {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 44px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }

@media (max-width: 640px) {
  .modal-content {
    width: 86%;
    padding: 5% 3%;
    font-size: 14px; } }
