@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
}
body{
    font-size: 1.4rem;
    /* font-family: 'hirakakupron' !important; */
    background-color: #fdfdfd;
}
.wrapper{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.bg-two{
    background-color: #272727;
}
.height-10{
    height: 10px;
}
/* BEgin Button */
/* End button */
/* Begin <a> */
/* End </a> */
.img-point {
    margin-top: -6px;
    position: absolute;
}
.point-current-one {
    margin: 0 auto;
    text-align: center;
    width: 340px;
}
.info-point {
    clear: both;
    padding-left: 60px;
    text-align: center;
}
.list-btn > button {
    background-color: #ddd;
    border: medium none;
    color: #fff !important;
    padding: 26px 0;
}
.mar-center{
    margin:0 auto;
}
li.margin-bottom {
    margin-bottom: 20px;
}
.border-input {
    border: 1px solid #8d8d8d;
    border-radius: 0;
}
.email{
    color: #365ab7;
    font-weight: 600;
}
.height-25 {
    height: 25px;
}
.f-fleft{
    float: left;
}
.f-right{
    float: right;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
.errors {
    color: #FF478C;
}
.white {
    color: #fff;
}
.btn-transparent {
    background-color: transparent;
    border: medium none;
}
.center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
ul{
    list-style: none;
}
.bg-point-current {
    background-color: #272727;
    border-radius: 18px;
    color: #fff;
    display: inline;
    padding: 6px 20px;
}
.point-current {
    margin-bottom: 0;
}
ul.point-current > li > img {
    margin-top: -53px;
}
.txt-color-one{
    color: #ff478c;
}
.txt-color-three{
    color: #3399ff;
}

.color-white > p {
    color: #fff;
}
.color_gray {
	color:#B1B1B1;
}

.border-bottom {
    background-color: #e77d00;
    background-image: url("../img/border-bottom.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
}
.title-page {
    padding: 12px 0;
    text-align: center;
}
.title-page > p.txt {
    margin-bottom: 0;
}

/* Begin Header */
header {
    /*background-color: #272727;*/
    height: 70px;
    line-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
}
.header-title {
    background-image: url("../img/petit_logo.png");
    font-size: 1.4rem;
    font-weight: 600;
    height: 46px;
    margin-top: 10px;
    text-indent: -99999px;
    width: 144px;
    background-repeat: no-repeat;
}
header > span.f-right > a {
    color: #fff;
    /*display: block;*/
    margin-top: 5px;
}
.header_new {
	/*padding: 10px 10px 5px;*/
	margin: 0 10px;
	border-bottom: 2px dotted #c1c1c1;
	background-color: #fff;
	height: auto;
	line-height: inherit;
}
/* End Header */

/* Begin Content */
section {
    background-repeat: repeat-x;
    padding: 25px 10px !important;
    text-align: justify;
}
/* item */
.item-left {
    float: left;
    width: 30%;
}
.item-right {
    float: right;
    width: 70%;
}
div.img-item > img {
    margin: 0 auto;
}
.price-item {
    border: 1px solid #b1b1b1;
    border-radius: 8px;
    padding: 7px 10px;
    background-color: transparent;
}
.price-item.center-block > span {
    margin-left: 40px;
}
/* end item */
/* End Content */

/*Font*/
.fontBold {
    font-weight:bold;
}
.font12 {
    font-size: 1.2rem;
}
.font13 {
    font-size: 1.3rem;
}
.font14 {
    font-size: 1.4rem;
}
.font16 {
    font-size: 1.6rem;
}
.font20 {
    font-size: 2rem;
}
.font22 {
    font-size: 2.2rem;
}
.font24 {
    font-size: 2.4rem;
}
.font32 {
    font-size: 3.2rem;
}
.font48 {
    font-size: 4.8rem;
}
.line-shadow {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
/* */
@media (min-width: 320px) and (max-width: 360px){
    .point-current-one {
        width: 299px;
    }
    .font20 {
        font-size: 1.5rem;
    }
    .bg-point-current {
        font-size: 1.2rem;
    }
    .header-title {
        background-size: 85% auto;
        margin-top: 15px;
    }
    ul.pagination-pg > li > span > a{
        height: 40px;
        width: 30px;
        background-size: 60% auto;
    }
    .active-pg-left , .active-pg-right{
        height: 40px;
        width: 30px;
        background-size: 60% auto;
    }
    ul.ul-list > li {
        background-size: 4% auto;
    }
    .btnPG {
        padding: 5px 0;
        width: 115px;
    }
}
/*
* Add for error form
*/
.error-message {
    color: red;
    font-weight: bold;
}


/*hight light link*/
.hightlight {
    color: #262626!important;
}


/*
* responsive with input text placholder
*/
form {
    position: relative;
    overflow: hidden;
}

/*
* limit_day page and confirm page
*/
.button_contain{
	border: 1px solid #000;
    background: #555;
    padding: 5px; 
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.button_limit_day {
	width:200px;
}

.button_yes, .button_no {
	width:100px;
}

.button_no:hover, .button_limit_day:hover{
	color: #FFF;
}
/* モーダル　CSS*/
/* Anti FOUC */
#modal1Title {
  line-height: 26px;
  font-size: 20px;
}
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(60, 59, 60, .7);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 25px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  border-radius: 5px;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 140px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #444;
  background: #fff;
  border: 2px solid #444;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
}
.remodal-confirm:after{
  content:"";
  display: block;
  width:6px;
  height:6px;
  border-top:2px solid #444;
  border-right:2px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right:14px;
  top:50%;
  margin-top:-5px;
}

.remodal-cancel {
  color: #fff;
  background: #444;
  border: 2px solid #444;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
}
.remodal-cancel:after{
  content:"";
  display: block;
  width:6px;
  height:6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right:14px;
  top:50%;
  margin-top:-5px;
}
h2{
  font-weight: bold;
  margin-bottom: 20px;
}
.staff_coment{
    text-align: center;
    margin-bottom: 10px;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
@media only screen and (max-width: 641px) {
  #modal1Title {
    font-size: 16px;
  }
}
/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
.remodal-bg.with-red-theme.remodal-is-opening,
.remodal-bg.with-red-theme.remodal-is-opened {
  filter: none;
}

.remodal-overlay.with-red-theme {
  background-color: #f44336;
}

.remodal.with-red-theme {
  background: #fff;
  }

