@charset "utf-8";

html {
  /* スクロールバーのスペースを常に確保する */
  scrollbar-gutter: stable;
}
/*土曜の文字色*/
.youbi_6{
  color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
  color:red!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
  background:#FF9;
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
  background:#FDD;
  cursor: not-allowed;
  
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
  background:#FDD;
  cursor: not-allowed;
}
.hidden{
  display:none;  
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
  display:inline-block;
  width:13px;
  height:13px;
  margin:3px 3px 0 3px;
  position:relative;
  top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
  display:inline-block;
  width:13px;
  height:13px;
  margin:3px 3px 0 3px;
  position:relative;
  top:2px;
}
/*---------------------------------
      index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
  width:100%;  
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-collapse:collapse;
}
#calenderTable th{
  padding:5px;
  font-size:12px;
  border:1px solid #ccc;
  color:#333;
  background:#eee;
  text-align:center;
}
#calenderTable td{
  padding:5px;
  width: 12%;
  text-align:right;
  font-size:14px;
  border:1px solid #ccc;
  color:#555;
  background:#fff;
  vertical-align:top;
}
#calenderTable td.hoverbg:hover{
  background-color: #ffeeba;
  cursor:pointer;
}
#calenderTable td.nohover{
  cursor: not-allowed;
}
#calenderTable .calenderHeader a{
  color:#555;
  text-decoration:none;
}

#calenderTable td .scheduleComment{
  text-align:left;
  color:#555;
  font-size:10px;
}
#calenderTable td .schedulePulldownList{
  text-align:center;
  color:#555;
  /*font-size:10px;*/
  padding:0px 0 3px;
  border-bottom:1px dotted #ccc;
}
.reservBtnWrap{
  color: blue;
  font-size: 18px;
  /*text-decoration:underline;*/
}
#calenderTable td .schedulePulldownListDate{
  text-align: center;
  padding:0px 0 3px;
  border-bottom:1px dotted #ccc;
  font-weight: bold;
}
#calenderTable .borderless{
  border:0!important
}
.countNum{
  font-size:110%;
}
p.holidayText{
  font-size:12px!important;
  color:#444;
  margin:0;
  padding:0 0 5px;
}


/* if ListStyle */
ul#calenderList{
  list-style:none;
  margin:0;
  padding:0;
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#calenderList li{
  border-bottom:1px solid #999;
  padding:5px;
}
#calenderList li.first-child{
  border-top:1px solid #999;
}
#calenderList .scheduleComment{
  text-align:left;
  color:#555;
  font-size:10px;
}
#calenderList .schedulePulldownList{
  text-align:left;
  color:#555;
  font-size:11px;
  padding:0px 0 3px;
  border-bottom:1px dotted #aaa;
}
table.navNextPrev {
  width:100%;
}
table.navNextPrev .dspPrev{
  text-align:left;  
  padding:10px;
}
table.navNextPrev .dspNext{
  text-align:right;
  padding:10px;
}
h2#headerYm{
  background:#666;
  color:#fff;
  text-align:center;
  padding:5px ;
  font-size:110%;
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width:120px;
  height:25px;
}
/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
  display:inline;  
}
.reservForm input{
  font-size:12px;
  cursor:pointer;
  font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding:2px 2px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
  width:650px;
  margin:10px auto;
  color:#555;
  line-height:120%;
  font-size:100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.attentionWrap{
  width:620px;
  margin:20px auto;
  color:#555;
  line-height:120%;
  font-size:14px;
  font-family:"Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formWrap h2{
  font-weight:normal;
  font-size:14px;
  color:#111;
  margin:0 0 10px;
  background:#efefef;
  padding:5px 8px 3px;
  border-radius:3px;
  border:1px solid #ccc;
}
#formWrap p {
  margin:0 0 5px;
  padding:0;
  font-size:13px;
}

table.formTable {
  width:100%;
  margin:15px auto;
  border-collapse:collapse;
}
table.formTable td, table.formTable th {
  border:1px solid #ccc;
  padding:10px;
  font-size:90%;
}
table.formTable th {
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
}

/*---------------------------------
    /index.php style 
---------------------------------*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 14px;
}
img{
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
.swiper-wrapper {
  max-width: 500px;
  height: 360px;
}
.swiper-slide {
  max-width: 500px;
  width: 100%;
  height: 100%;
  line-height: 360px;
}
.swiper {
  max-width: 500px;
  height: 360px;
}
.swiper img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: 360px;
}
.grid-container {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-auto-rows: auto auto;
  margin: 30px auto;
  max-width: 1060px;
  justify-items: center;
  align-items: start;
}
#grid-A, #grid-B, #grid-C, #grid-D {
  margin: 15px;
  width: 100%;
  max-width: 500px;
}
#grid-B {
  background-color: #f1ffd8;
  border: solid 1px #ccc;
  padding: 10px;
}

.tbl {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl th {
  padding: 10px;
  background: #f1ffd8;
  border: solid 1px #ccc;
}
.tbl td {
  padding: 10px;
  border: solid 1px #ccc;
}
.caution {
  color:red;
  font-weight: bold;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
label {
  cursor:pointer;
}
input[type="submit"], input[type="file"], input[type="checkbox"], input[type="reset"], input[type="button"] {
  cursor: pointer;
  font-size:14px;
}
@media screen and (max-width: 949px) {
  body {
    font-size: 16px;
  }
  table.formTable td, table.formTable th {
    font-size:16px;
  }
  input, select{
    font-size:16px;
  }
  #formWrap {
    width: calc(100% - 30px);
    margin:15px;
  }
  .attentionWrap{
    width: calc(100% - 30px);
    margin:15px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 100%;
    margin: 30px 15px !important;
  }
  #grid-A, #grid-B, #grid-C, #grid-D {
    margin: 15px 0px;
  }
  .swiper img {
    object-fit: cover;
    width: 100%;
    height: 360px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}