@charset "UTF-8";
/*------------------------------------------------------
    Global
 ------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important; }
  body.page-top {
    visibility: hidden; }

@media print, screen and (max-width: 767px) {
  html {
    font-size: 50%; } }
@media print, screen and (min-width: 768px) {
  .container {
    width: 1050px; } }

.wrap {
  overflow: hidden; }

@media print, screen and (max-width: 767px) {
  .ul_style {
    padding: 0;
    margin: 40px 0 15px 0; } }

@media print, screen and (max-width: 767px) {
  .br_pc {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .br_sp {
    display: none; } }

.pc {
  display: block !important; }
  @media print, screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media print, screen and (max-width: 767px) {
    .sp {
      display: block !important; } }


/*--- d.miyake 20181207 ------------------------------*/
/* インスタボタン */

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/
}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

.insta_btn .insta{
  box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.50);
  transition: .4s;
}
.insta_btn .insta:hover{
  box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.50);
}

/*--- d-miyake 20181207 ------------------------------*/


/*----------------------------------------------------*/
/* 印刷時に非表示 */
/*----------------------------------------------------*/
@media print {
  #print_noneDisplay {
    display: none; } }
/*----------------------------------------------------*/
/* font-size */
/*----------------------------------------------------*/
.fs30 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto; }
  @media print, screen and (max-width: 767px) {
    .fs30 {
      font-size: 18px; } }

.fs22 {
  font-size: 22px;
  margin-top: 0; }
  @media print, screen and (max-width: 767px) {
    .fs22 {
      font-size: 16px; } }

.fs16 {
  font-size: 16px;
  margin-top: 0; }

.fs12 {
  font-size: 12px;
  font-weight: normal; }

/*----------------------------------------------------*/
/* top画面 */
/*----------------------------------------------------*/
#header_top {
  background-size: cover;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
  font-size: 0; }

/*タイトル*/
.title_style {
  display: inline-block;
  vertical-align: middle; }

.title_top {
  float: left;
  margin: 30px 0 10px 50px; }
  @media print, screen and (max-width: 767px) {
    .title_top {
      margin: 10px 0 10px 10px;
      width: 70%; } }

.reserve_btn_top {
  float: right;
  margin: 10px 50px 10px 0; }
  @media print, screen and (max-width: 767px) {
    .reserve_btn_top {
      display: none; } }

.top_image_pc {
  display: block !important; }
  @media print, screen and (max-width: 767px) {
    .top_image_pc {
      display: none !important; } }

.top_image_sp {
  display: none !important; }
  @media print, screen and (max-width: 767px) {
    .top_image_sp {
      display: block !important; } }

/*背景*/
#backgroundImages {
  background-image: url(../images/background_imaeg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; }

/*いちご狩りについて*/
#about {
  background-color: #ffffff; }

#about li {
  display: inline-block;
  vertical-align: middle; }

li.about_title_img {
  padding: 30px 20px 30px 0;
  margin: auto;
  width: 20%; }
  @media print, screen and (max-width: 767px) {
    li.about_title_img {
      width: 100%;
      text-align: center;
      padding: 0; } }

li.about_comment {
  width: 70%;
  padding: 30px 10px;
  margin: auto;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    li.about_comment {
      width: 100%;
      margin: 0 auto;
      padding: 0 auto; } }

li.green_icon {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  margin: 10px 0 10px 0;
  width: 20%;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    li.green_icon {
      width: 100%;
      text-align: center; } }

li.background_white {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 20px 50px;
  width: 70%;
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    li.background_white {
      width: 100%;
      padding: 25px 15px 20px 15px; } }

/*料金*/
.price_area {
  display: block;
  clear: left;
  float: left;
  width: 70%;
  margin: 10px auto; }
  @media print, screen and (max-width: 767px) {
    .price_area {
      width: 100%; } }

.price_area2 {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0; }

.price_area_comment {
  display: block;
  clear: left;
  float: left;
  margin: 0 0 15px 0;
  width: 100%; }

table.price_area_table {
  border-collapse: collapse; }
  @media print, screen and (max-width: 767px) {
    table.price_area_table {
      margin-bottom: 20px; } }

td.price_area_table {
  border: 2px #d9d9d9 solid;
  padding: 10px; }

td.price_title {
  background-color: #ff5141;
  color: #ffffff;
  text-align: center;
  border: 2px #d9d9d9 solid;
  font-size: 20px; }

td.price_table {
  background-color: #f2f2f2; }

/*注意*/
ul.attention_area {
  padding: 0;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    ul.attention_area {
      padding: 0 0 0 20px; } }

.li_green_disc {
  list-style-type: disc;
  color: #90b44b;
  margin-bottom: 10px; }

.li_green_disc span {
  color: #000000; }

#reserve_area {
  text-align: center;
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    #reserve_area {
      margin: 10px 0 0 0; } }

@media print, screen and (max-width: 767px) {
  .reserve_area_btn {
    display: block;
    background: rgba(153, 153, 153, 0.8);
    filter: alpha(opacity=80);
    /* ie lt 8 */
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    padding: 5px;
    margin: 0;
    width: 100%; } }

/*マップ*/
.access_text ul {
  background-color: #ffffff;
  padding: 20px 70px;
  margin: 60px 0 20px 0; }
  @media print, screen and (max-width: 767px) {
    .access_text ul {
      width: 100%;
      padding: 20px 15px 20px 15px;
      margin-top: 40px; } }
.access_text li {
  display: inline-block;
  vertical-align: middle;
  width: 48%; }
  @media print, screen and (max-width: 767px) {
    .access_text li {
      width: 100%; } }
@media print, screen and (max-width: 767px) {
  .access_text p {
    margin: 0; } }

.map_area {
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
  margin: 40px 80px; }
  @media print, screen and (max-width: 767px) {
    .map_area {
      margin: 20px; } }
  .map_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  margin-bottom: 0; }
  @media print, screen and (max-width: 767px) {
    #page-top {
      display: none; } }

#page-top a {
  width: auto;
  padding: 0;
  text-align: center;
  display: block; }
  @media print, screen and (max-width: 767px) {
    #page-top a {
      display: none; } }

#page-top a:hover img {
  cursor: pointer;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1; }
  @media print, screen and (max-width: 767px) {
    #page-top a:hover img {
      display: none; } }

#page-top_sp {
  margin: 0; }

.footer_url {
  display: block;
  float: left;
  padding: 11px 0 10px;
  margin: 20px 0 20px 50px; }
  @media print, screen and (max-width: 767px) {
    .footer_url {
      margin: 20px 0 100px 10px;
      text-align: center; } }
  .footer_url li {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1; }
    .footer_url li::before {
      position: absolute;
      left: 0;
      content: "|";
      color: #222; }
    .footer_url li:last-child::after {
      position: absolute;
      right: -8px;
      content: "|";
      color: #222; }

/*----------------------------------------------------*/
.clear {
  clear: both; }

.fleft {
  float: left; }

.bold {
  font-weight: bold; }

.nobold {
  font-weight: 400; }

.center {
  text-align: center; }

/*----------------------------------------------------*/
/* footer */
/*----------------------------------------------------*/
#footer {
  clear: both;
  padding-bottom: 5px;
  font-size: 12px;
  height: 20px;
  width: 100%;
  color: #616161;
  text-align: center;
  line-height: 1.5em;
  border-top: 1px solid #fff;
  margin-top: 30px; }

.footertxt {
  padding: 5px 0;
  border-top: 1px solid #fff;
  background-color: #ececec; }

/*----------------------------------------------------*/
/* margin */
/*----------------------------------------------------*/
.mt40mb40 {
  margin: 40px 0; }

.ml120 {
  margin-left: 120px; }

/*----------------------------------------------------*/
/* font-size */
/*----------------------------------------------------*/
.fs13 {
  font-size: 17px; }

.fs18 {
  font-size: 24px; }

/*---------------------------------------------------*/
h2 {
  font-size: 20px;
  width: 100%;
  height: 38px;
  margin: 40px 0 10px 0;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px; }

h2.menuMonthTextA {
  border-bottom: 3px solid #ff5141; }

h2.menuMonthTextB {
  border-bottom: 3px solid #231815; }

h2.menuMonthTextC {
  border-bottom: 3px solid #231815; }

/*---------------------------------------------------*/
/* main */
div#main {
  width: 900px;
  margin: 0 auto; }

div#main_reserve_table {
  width: 99%;
  margin: 0 auto;
  font-size: 1.3rem; }

/*---------------------------------------------------*/
a.arrowLeftA,
a.arrowRightA,
a.arrowLeftB,
a.arrowRightB,
a.arrowLeftC,
a.arrowRightC {
  text-decoration: none;
  color: #FFF; }

.arrowLeftA,
.arrowRightA {
  display: inline-block;
  height: 30px;
  width: 80px;
  background-color: #ff5141;
  position: relative;
  top: 0;
  right: 30px;
  color: #FFF; }

.arrowLeftA:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #ff5141;
  right: 80px;
  top: 0; }

.arrowRightA:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #ff5141;
  left: 80px;
  top: 0; }

.arrowLeftB,
.arrowRightB {
  display: inline-block;
  height: 30px;
  width: 80px;
  background-color: #996633;
  position: relative;
  top: 0;
  right: 30px;
  color: #FFF; }

.arrowLeftB:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #996633;
  right: 80px;
  top: 0; }

.arrowRightB:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #996633;
  left: 80px;
  top: 0; }

.arrowLeftC,
.arrowRightC {
  display: inline-block;
  height: 30px;
  width: 80px;
  background-color: #58432c;
  position: relative;
  top: 0;
  right: 30px;
  color: #FFF; }

.arrowLeftC:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 15px solid #58432c;
  right: 80px;
  top: 0; }

.arrowRightC:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #58432c;
  left: 80px;
  top: 0; }

.arrowLeftA span,
.arrowLeftB span,
.arrowLeftC span {
  margin-left: 5px;
  display: block;
  font-size: 80%;
  line-height: 30px; }

.arrowRightA span,
.arrowRightB span,
.arrowRightC span {
  margin-left: 10px;
  display: block;
  font-size: 80%;
  line-height: 30px; }

/*--------------------------------------------------------------------------------------------------*/
/* administrator */
/*--------------------------------------------------------------------------------------------------*/
/* header */
#header {
  background-color: #fff;
  background-size: cover;
  width: auto;
  height: 90px;
  border-bottom: 1px solid #cecece; }

#header_inner {
  background-color: #fff;
  max-width: 1140px;
  min-width: 889px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse; }

#header_inner .title {
  padding: 33px 0px 0px 63px;
  color: #474747;
  font-size: 24px;
  width: 500px;
  float: left;
  font-weight: bold;
  line-height: 1em; }

#header_inner .icn {
  float: left; }

#header_inner .name {
  float: right; }

.btn-nav {
  width: 90px;
  height: 70px;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  color: #000; }

.btn-nav:hover {
  background-color: #cfcfcf; }

/* logo */
table.name_table {
  border-collapse: collapse;
  width: 210px;
  height: 80px;
  background-color: #f7f7f7;
  margin-top: -1px;
  border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border: 1px solid #ccc; }

table.name_table td {
  height: 50%; }

div.indiv_bar {
  width: auto;
  height: 42px;
  line-height: 3em;
  color: #000;
  font-weight: bold;
  background-color: #f7f7f7;
  background-size: cover;
  border-bottom: 1px solid #cecece; }

.name_area {
  max-width: 1140px;
  min-width: 889px;
  margin: 0 auto;
  float: left;
  background-color: #f7f7f7;
  border-bottom: 1px solid #cecece; }

/* text_box */
.input_text_middle {
  width: 180px;
  height: 20px;
  padding: 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #898989; }

select {
  padding: 5px;
  margin: 5px; }

/* button */
.btnType1 {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block; }

.btnType2 {
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 12px; }

.btnType1:hover,
.btnType2:hover {
  opacity: 0.7; }

.btnSizeS {
  padding: 10px 50px;
  margin: 10px; }
  @media print, screen and (max-width: 767px) {
    .btnSizeS {
      margin: 5px;
      padding: 10px 35px; } }

.btnSizeSS {
  padding: 4px 10px;
  margin: 5px; }

.btnBgOrange {
  background-color: #ff6c00; }

.btnBgRed {
  background-color: #e50e0e; }

.btnBgBlue {
  background-color: #2E9AFE; }

.btnBgGreen {
  background-color: #248550; }

.btnBgGray {
  background-color: #666666; }

.btnBorderGray {
  color: #666666;
  border: solid 2px #666666;
  background-color: #FFFFFF; }

.btnCancel {
  background-color: #666666;
  font-size: 10px; }

/* table */
table.loginTbl {
  padding: 0;
  margin: 40px auto 40px;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

table.loginTbl th {
  width: 200px;
  height: 50px;
  background: #eeeeee;
  text-align: left;
  padding-left: 20px; }

table.loginTbl td {
  width: 350px;
  padding-left: 20px; }

.loginBtn {
  text-align: center;
  margin: 40px 0 40px;
  padding: 13px 45px;
  background-color: #e30000;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 5px 5px 5px 5px;
  border: none;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.loginBtn:hover {
  opacity: 0.7; }

.menuTitle {
  margin: 40px 0 0 0px; }

.menuTitleText {
  width: 839px;
  height: 38px;
  margin: 80px auto 10px auto;
  background: url("../images/indiv/bar_title.png") 0 35px no-repeat; }

.about_area_ad {
  width: 839px;
  margin: 0 auto; }

table.calendarTbl {
  width: 100%;
  border-collapse: collapse; }

table.calendarTbl th {
  color: #FFF;
  background: #90b44b;
  border-right: 1px dashed #999999;
  border-left: 1px dashed #999999;
  text-align: center;
  padding: 5px; }

table.calendarTbl th.th_A {
  background: #ff5141; }

table.calendarTbl th.th_B {
  background: #996633; }

table.calendarTbl th.th_C {
  background: #58432c; }

table.calendarTbl th.thDate {
  color: #1E1E1E;
  background: #f2f2f2;
  border-bottom: 5px double #999999;
  text-align: center;
  padding: 5px; }

table.calendarTbl td {
  border-right: 1px dashed #999999;
  border-top: 1px solid #999999;
  text-align: center;
  padding: 5px 0; }

table.calendarTbl td#left_td {
  text-align: left;
  padding: 0 0.5em; }

table.calendarTbl th.sun,
table.calendarTbl td.sun {
  color: #d00; }

table.calendarTbl th.sat,
table.calendarTbl td.sat {
  color: #00d; }

table.calendarTbl span.font_maru {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 120%;
  line-height: 115%; }

table.calendarTbl span.font_sankaku {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 120%;
  line-height: 115%; }

table.calendarTbl span.font_batsu {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 140%;
  line-height: 1.0; }

table.calendarTbl span.font_haifun {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 140%;
  line-height: 1.0; }

input[type=radio] {
  display: none; }

.text_v_middle {
  vertical-align: middle;
  text-align: center;
  text-align: left;
  cursor: pointer; }

.calendarSituationBgYellow {
  background-color: #f7f8dc; }

.col_area {
  padding: 5px 3px;
  margin: 3px 1px;
  border: 1px dotted #868686; }

.col_area_s {
  color: #999;
  background-color: #fff;
  padding: 5px 3px;
  margin: 2px 1px;
  border: 1px dotted #868686; }

.ml_2 {
  margin-left: 3px !important; }

.mr_2 {
  margin-right: 3px !important; }

.commentsFactory {
  margin: 20px 0;
  padding: 5px 30px;
  float: right;
  background: #f2f2f2; }

.commentsFactory .maruTxt,
.commentsFactory .sankakuTxt,
.commentsFactory .batsuTxt,
.commentsFactory .haifunTxt {
  margin: 0 20px 0 0; }

.calendarBtn {
  margin: 0 0 0 0;
  font-size: 15px;
  font-weight: bold;
  float: right;
  position: relative;
  top: -0px; }
  @media print, screen and (max-width: 767px) {
    .calendarBtn {
      margin-top: 15px; } }
  @media print, screen and (min-width: 992px) {
    .calendarBtn {
      margin: 0 0 0 0;
      font-size: 17px;
      font-weight: bold;
      float: right;
      position: relative;
      top: -0px;
      right: 5%; } }

.confirmWebPage {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  float: right;
  font-size: 12px;
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .confirmWebPage {
      float: left;
      display: block;
      margin: 10px 0; } }
  @media print, screen and (min-width: 992px) {
    .confirmWebPage {
      margin: 10px 5% 10px 0;
      padding: 0 0 0 0;
      float: right;
      font-size: 12px; } }

.pagetop {
  position: fixed;
  bottom: 51px;
  right: 47px;
  text-align: center;
  cursor: pointer; }

/*----------------------------------------------------*/
/* 予約状況確認画面 */
/*----------------------------------------------------*/
footer, header {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

#areaHeaderA {
  background-color: #ff5141;
  border-bottom: 7px solid #e6e6e6; }

#areaHeaderB {
  background-color: #000000;
  border-bottom: 7px solid #e6e6e6; }

#areaHeaderC {
  background-color: #58432c;
  border-bottom: 7px solid #e6e6e6; }

#headerIn {
  position: relative;
  /*width: 980px;*/
  margin: 0 auto;
  padding: 0 10px; }

.logo {
  float: left;
  margin: 5px 0 8px;
  margin-top: 23px;
  margin-bottom: 21px; }

h1.titleSystemNmText {
  float: left;
  margin-top: 40px;
  margin-left: 20px;
  color: #FFFFFF; }

h1.titleSystemNmText span.titleFactoryNm {
  margin-right: 20px; }

table.calendarTblWebA,
table.calendarTblWebB,
table.calendarTblWebC {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse; }

table.calendarTblWebA th,
table.calendarTblWebB th,
table.calendarTblWebC th {
  color: #FFF;
  background: #90b44b;
  border: 1px dashed #999999;
  text-align: center;
  padding: 5px; }

table.calendarTblWebA tr,
table.calendarTblWebB tr,
table.calendarTblWebC tr {
  min-height: 6em;
  height: 6em; }

table.calendarTblWebA tr:first-child,
table.calendarTblWebB tr:first-child,
table.calendarTblWebC tr:first-child {
  min-height: 2em;
  height: 2em; }

table.calendarTblWebA td,
table.calendarTblWebB td,
table.calendarTblWebC td {
  border: 1px dashed #999999;
  text-align: left;
  vertical-align: top;
  padding: 0; }

table.calendarTblWebA td span.calendarDay,
table.calendarTblWebB td span.calendarDay,
table.calendarTblWebC td span.calendarDay {
  clear: both;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-top: 3px; }

table.calendarTblWebA td span.calendarTime,
table.calendarTblWebB td span.calendarTime,
table.calendarTblWebC td span.calendarTime {
  clear: both;
  margin: 5px 0 5px 10px;
  display: block;
  white-space: nowrap; }

.calendarTimeInner {
  margin: 0 5px 0 5px; }

table.calendarTblWebA th.sun,
table.calendarTblWebA th.sat {
  color: #FFF;
  background: #ff5141; }

table.calendarTblWebB th.sun,
table.calendarTblWebB th.sat {
  color: #FFF;
  background: #996633; }

table.calendarTblWebC th.sun,
table.calendarTblWebC th.sat {
  color: #FFF;
  background: #58432c; }

table.calendarTblWebA td.sun,
table.calendarTblWebA td.sat,
table.calendarTblWebB td.sun,
table.calendarTblWebB td.sat,
table.calendarTblWebC td.sun,
table.calendarTblWebC td.sat {
  color: #1E1E1E; }

table.calendarTblWebA td.td_empty,
table.calendarTblWebB td.td_empty,
table.calendarTblWebC td.td_empty {
  background: #f2f2f2; }

.commentsFactoryWeb span.font_maru,
table.calendarTblWebA span.font_maru,
table.calendarTblWebB span.font_maru,
table.calendarTblWebC span.font_maru {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 120%;
  line-height: 115%;
  color: #d00;
  font-weight: bold;
  vertical-align: middle; }

.commentsFactoryWeb span.font_sankaku,
table.calendarTblWebA span.font_sankaku,
table.calendarTblWebB span.font_sankaku,
table.calendarTblWebC span.font_sankaku {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 120%;
  line-height: 115%;
  color: #00d;
  font-weight: bold;
  vertical-align: middle; }

.commentsFactoryWeb span.font_batsu,
table.calendarTblWebA span.font_batsu,
table.calendarTblWebB span.font_batsu,
table.calendarTblWebC span.font_batsu {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 140%;
  line-height: 1.0;
  color: #1E1E1E;
  font-weight: bold;
  vertical-align: middle; }

.commentsFactoryWeb {
  margin: 20px 0 0 0;
  padding: 5px 30px;
  float: left;
  background: #f2f2f2; }

.commentsFactoryWeb span.font_haifun,
table.calendarTblWebA span.font_haifun,
table.calendarTblWebB span.font_haifun,
table.calendarTblWebC span.font_haifun {
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 140%;
  line-height: 1.0;
  color: #999;
  font-weight: bold; }

.commentsFactoryWeb .maruTxt,
.commentsFactoryWeb .sankakuTxt,
.commentsFactoryWeb .batsuTxt,
.commentsFactoryWeb .haifunTxt {
  margin: 0 20px 0 0; }

.calendarBtnWeb {
  margin: 0 0 0 0;
  font-size: 17px;
  font-weight: bold;
  float: right; }

.commentsFactoryTimeWebSp {
  display: none; }

.pagetopSp {
  display: none; }

@media print, screen and (max-width: 767px) {
  body {
    /*font-size: 16px;*/
    font-size: 14px; }

  .logo {
    display: none; }

  h1.titleSystemNmText {
    margin-top: 10px;
    margin-left: 0;
    /*font-size: 18px;*/
    font-size: 16px;
    line-height: 1.5em; }

  h1.titleSystemNmText span.titleFactoryNm {
    clear: both;
    display: block;
    margin-right: 0; }

  h1.titleSystemNmText span.titleSubSystemNm {
    clear: both;
    display: block; }

  h2 {
    margin-top: 20px;
    font-size: 16px; }

  .calendarBtnWeb {
    font-size: 14px; }

  .arrowLeftA,
  .arrowRightA {
    height: 24px;
    width: 70px;
    right: 24px; }

  .arrowLeftA:before {
    border: 12px solid transparent;
    border-right: 12px solid #ff5141;
    right: 70px; }

  .arrowRightA:before {
    border: 12px solid transparent;
    border-left: 12px solid #ff5141;
    left: 70px; }

  .arrowLeftB,
  .arrowRightB {
    height: 24px;
    width: 70px;
    right: 24px; }

  .arrowLeftB:before {
    border: 12px solid transparent;
    border-right: 12px solid #996633;
    right: 70px; }

  .arrowRightB:before {
    border: 12px solid transparent;
    border-left: 12px solid #996633;
    left: 70px; }

  .arrowLeftC,
  .arrowRightC {
    height: 24px;
    width: 70px;
    right: 24px; }

  .arrowLeftC:before {
    border: 12px solid transparent;
    border-right: 12px solid #58432c;
    right: 70px; }

  .arrowRightC:before {
    border: 12px solid transparent;
    border-left: 12px solid #58432c;
    left: 70px; }

  .arrowLeftA span,
  .arrowLeftB span,
  .arrowLeftC span {
    line-height: 24px; }

  .arrowRightA span,
  .arrowRightB span,
  .arrowRightC span {
    line-height: 24px; }

  div#main {
    width: 100%; }

  table.calendarTblWebA,
  table.calendarTblWebB,
  table.calendarTblWebC {
    margin-bottom: 15px;
    font-size: 12px; }

  table.calendarTblWebA td span.calendarTime,
  table.calendarTblWebB td span.calendarTime,
  table.calendarTblWebC td span.calendarTime {
    margin: 5px 0 5px 5px; }

  table.calendarTblWebA td span.calendarDay,
  table.calendarTblWebB td span.calendarDay,
  table.calendarTblWebC td span.calendarDay {
    font-size: 12px; }

  .calendarTimeInner {
    display: none;
    margin: 0 0 0 5px; }

  .commentsFactoryWeb {
    max-width: 100%;
    margin-top: 10px;
    padding: 5px 5px 5px 10px;
    font-size: 12px; }

  .commentsFactoryWeb .maruTxt,
  .commentsFactoryWeb .sankakuTxt,
  .commentsFactoryWeb .batsuTxt,
  .commentsFactoryWeb .haifunTxt {
    margin: 0 10px 0 0; }

  table.calendarTblWebA span.font_maru,
  table.calendarTblWebB span.font_maru,
  table.calendarTblWebC span.font_maru,
  table.calendarTblWebA span.font_sankaku,
  table.calendarTblWebB span.font_sankaku,
  table.calendarTblWebC span.font_sankaku,
  table.calendarTblWebA span.font_batsu,
  table.calendarTblWebB span.font_batsu,
  table.calendarTblWebC span.font_batsu,
  table.calendarTblWebA span.font_haifun,
  table.calendarTblWebB span.font_haifun,
  table.calendarTblWebC span.font_haifun {
    margin: 0 2px 0 5px; }

  .commentsFactoryTimeWebSp {
    font-size: 12px;
    display: block;
    clear: both;
    float: right;
    margin: 15px 5px 15px 5px; }

  .pagetopSp {
    clear: both;
    display: block;
    width: 100%;
    text-align: center; }

  .pagetopSp img {
    margin: 15px auto 15px auto; }

  #footer {
    font-size: 10px;
    margin-top: 10px;
    padding: 0 0;
    bottom: 0; }

  .footertxt {
    padding: 30px 0 20px 0; } }
.mailform_size input {
  width: 80%; }
  @media print, screen and (max-width: 767px) {
    .mailform_size input {
      width: 100%;
      font-size: 15px; } }

.fcolor_red {
  color: #e50e0e; }

.mailform_table {
  width: 100%; }
  .mailform_table tr {
    width: 100%; }
  .mailform_table th {
    height: 70px;
    text-align: left;
    background-color: #eeeeee;
    line-height: 150%;
    border-bottom: 3px solid #ffffff;
    width: 20%;
    padding: 20px; }
    @media print, screen and (max-width: 767px) {
      .mailform_table th {
        height: 55px;
        width: 100%;
        padding: 15px;
        display: block; } }
  .mailform_table td {
    width: 60%;
    padding: 20px; }
    @media print, screen and (max-width: 767px) {
      .mailform_table td {
        width: 100%;
        display: block; } }

.mailform_table2 {
  width: 75%; }
  @media print, screen and (max-width: 767px) {
    .mailform_table2 {
      width: 100%; } }
  .mailform_table2 tr {
    width: 100%; }
  .mailform_table2 th {
    height: 70px;
    text-align: left;
    background-color: #eeeeee;
    line-height: 150%;
    border-bottom: 3px solid #ffffff;
    width: 15%;
    padding: 20px; }
    @media print, screen and (max-width: 767px) {
      .mailform_table2 th {
        height: 55px;
        width: 100%;
        padding: 15px;
        display: block; } }
  .mailform_table2 .td_left {
    width: 11%;
    padding: 20px;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      .mailform_table2 .td_left {
        width: 50%;
        display: inline-block; } }
  .mailform_table2 .td_right {
    width: 19%;
    padding: 20px; }
    @media print, screen and (max-width: 767px) {
      .mailform_table2 .td_right {
        width: 50%;
        display: inline-block; } }

/*
.moushikomi_title_td{
    height: 70px;
    text-align: left;
    background-color: #eeeeee;
    line-height: 150%;
    border-right: 2px solid #c3c3c3;
    width: 20%;
    padding: 20px;
    font-weight:bold;
    
    @include MQ_SP {
        background-color: #ffffff;
        height: 55px;
        width: 50%;
        padding: 15px;
        border-right: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
    }
}

.moushikomi_price{
    height: 70px;
    text-align: left;
    line-height: 150%;
    width: 15%;
    padding: 20px;
    
    @include MQ_SP {
        height: 55px;
        width: 50%;
        padding: 15px;
        border-left: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
    }
}

.moushikomi_input_num{
    height: 70px;
    text-align: left;
    line-height: 150%;
    width: 15%;
    padding: 20px;
    border-left: 2px solid #c3c3c3;
    
    @include MQ_SP {
        height: 55px;
        width: 100%;
        padding: 15px;
        display: block;
        border-left: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
    }
}

.top_td{
    height: 30px;
}
*/
.mail_border {
  margin: 0 0 50px 0;
  border-bottom: 1px solid #000000; }

.error {
  color: #e50e0e; }

.cancel_td {
  padding: 0;
  background-color: #A4A4A4; }

.js-spots {
  padding: 2px 0; }

.spots_td {
  padding: 0;
  background-color: #F2F5A9; }

.createDay_td {
  font-size: 1rem; }

.createIkkatsu_p {
  background-color: #eeeeee;
  margin: 0 0 10px 20px;
  padding: 10px;
  width: 250px;
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .createIkkatsu_p {
      padding: 5px;
      margin: 10px 5px;
      display: block; } }

.createIkkatsu {
  background-color: #eeeeee;
  margin: 0 0 10px 20px;
  padding: 10px;
  /* width: 210px; */
  display: inline-block;
  vertical-align: bottom; }
  @media print, screen and (max-width: 767px) {
    .createIkkatsu {
      padding: 5px;
      margin: 10px 5px;
      display: block; } }

#txt_ikkatsu_spots {
  padding: 5px 0; }

.pickup {
  padding: 0.5em 1em;
  margin: 2em auto;
  border: solid 1.5px #d9d9d9;
  width: 80%; }
  @media print, screen and (max-width: 767px) {
    .pickup {
      width: 70%; } }

.pickup p {
  font-size: 20px;
  color: #ff5141;
  text-align: center;
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    .pickup p {
      font-size: 15px; } }

@media print{
  table.calendarTbl th.thDate{
    display: table-cell;

  }
  table.calendarTbl td{
    display: table-cell;
    padding: 13px 5px;
  }
}

/*# sourceMappingURL=common.css.map */


/* カレンダーページのスマホ版 */
.calendarDay_sp{
  display:none !important;
}
.txt_reserve_sp{
  display:none !important;
}
@media print, screen and (max-width: 767px) {
  .calendarTblWebA th{
    display: none;
  }

  .calendarTblWebA td{
    display: block;
    padding:1.5em !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .calendarTblWebA td:last-child{
    border-bottom: 1px dashed #999999 !important;
  }

  .calendarDay_sp{
    display:inline-block !important;
    font-weight:bold;
    font-size:1.2em;
  }
  .sun .calendarDay_sp{
    color:red;
  }
  .sat .calendarDay_sp{
    color:blue;
  }
  .calendarDay{
    display:none !important;
  }

  .calendarTime-noevent{
    display:none !important;
  }
  .calendarTimeInner{
    display: inline-block !important;
  }
  .td_empty{
    display:none !important;
  }

  .txt_reserve_sp{
    display:inline !important;
  }
}