@charset "utf-8";

/* #booking
================================================== */
#booking {
  width:100%;
  padding:0 0 0;
  position: relative;
  overflow: hidden;
}

.blw_cent{
  width: 100%;
  height: 40%;
  position: absolute;
  top: 100px;
  right: 0;
  background-image: url(../images/bg-illust.png);
  background-color:#edeff0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index:0;
  padding:0;
}

.resv_syousai{
  width:100%;
  margin:0 auto 0;
  max-width:950px;
}

@media screen and (max-width: 568px) {
.resv_syousai{
  box-sizing: border-box;
  padding:0 3%;
}
}

.reservef_bt{
  width:100%;
  margin:10px auto 20px;
  text-align: center;
}

@media only screen and  (max-width: 568px) {
.reservef_bt{
  margin:10px auto;
}
}

.reservef_bt li {
  width:45%;
  height:auto;
  margin:2%;
  display:inline-block;
  vertical-align: top;
  text-align: center;
  font-size:1.25em;
  font-weight:400;
  font-family: 'Zen Old Mincho', serif;
}

@media only screen and  (max-width: 820px) {
.reservef_bt li {
  font-size:1.15em;
  width:47%;
  margin:2% 1%;
}
}

@media only screen and  (max-width: 568px) {
.reservef_bt li {
  width:96%;
  height:auto;
  margin:3% 2%;
 text-align: center;
 font-size:1.1em;
 display:block;
}
}

.reservef_bt li .fa{
  margin-right:5px;
}

.reservef_bt .resv a {
  display:block;
  padding:20px 0;
  border:1px solid #333A56;
  background:#333A56;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

.reservef_bt .resv a:hover {
  color:#FFF;
  background:#52658F;
  border:1px solid #52658F;
  text-decoration: none;
  border:1px solid #52658F;
}

.reservef_bt .resv a .fa {
  color:#FFF;
}
.reservef_bt .resv a:hover .fa {
  color:#FFF;
}

.resv_syousai a {
  text-decoration: underline;
  color: #174291;;
}
.resv_syousai a:hover {
  color: #52658F;
  text-decoration: none;
}

.resv_syousai h2{
  width:100%;
  padding:10px 3% 10px;
  font-weight:normal;
  background:#655B2A;
  color:#FFF;
  font-size:1.4em;
  font-weight:400;
  font-family: 'Zen Old Mincho', serif;
  box-sizing: border-box;
}

@media only screen and  (max-width: 568px) {
.resv_syousai h2{
  font-size:1.2em;
  text-align: center;
}
}

.resv_syousai h3{
  width:100%;
  padding:10px 3% 10px;
  font-weight:normal;
  background:#655B2A;
  color:#FFF;
  font-size:1.4em;
  font-weight:400;
  font-family: 'Zen Old Mincho', serif;
  box-sizing: border-box;
}

@media only screen and  (max-width: 568px) {
.resv_syousai h3{
  font-size:1.2em;
  text-align: center;
}
}

.resv_text{
  width:100%;
  box-sizing: border-box;
  margin:0 0 5% 0;
  padding:2% 2% 2%;
  background:#FFF;
}

@media only screen and  (max-width: 568px) {
.resv_text{
  padding:1% 2%;
}
}

.resv_text p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
}

.resv_syousai .sy_text2{
  width: 100%;
  box-sizing: border-box;
  padding:0 2% ;
  margin:5px auto 0;
  line-height:1.8;
}

@media only screen and  (max-width: 568px) {
.resv_syousai .sy_text2{
  font-size:0.9em;
  line-height:1.6;
  margin:5px auto 10px;
}
}

.sy_text2 strong{
  color:#B91018;
  font-weight:500;
  font-family: 'Noto Sans JP', sans-serif;
  font-size:1.05em;
}

.sy_text2 span{
  color:#B91018;
}

.resv_syousai .sy_text3{
  width: 100%;
  box-sizing: border-box;
  padding:0 2% ;
  margin:5px auto 5px;
  line-height:1.8;
}

@media only screen and  (max-width: 568px) {
.resv_syousai .sy_text3{
  font-size:0.9em;
  line-height:1.6;
}
}

.sy_text3 strong{
  color:#B91018;
  font-weight:500;
  font-family: 'Noto Sans JP', sans-serif;
}

.cansel{
  width: 96%;
  max-width: 520px;
  margin:0 2% 3%;
  font-size:1.1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.cansel dt{
  width : 66.6666%;
  padding : 1.5% 5px 5px 10px;
  box-sizing: border-box;
  clear : both;
  display:inline-block;
  vertical-align:middle;
  font-weight:500;
  border-bottom : 1px dotted #180D0F;
  transition: all .3s;
  vertical-align:middle;
  line-height:1.4;
}

@media only screen and  (max-width: 568px) {
.cansel dt{
  width : 55%;
  font-size:14px;
  padding : 1.5% 0 5px 5px;
}
}

.cansel dd{
  width : 33.3333%;
  padding : 1.5% 5px 5px 10px;
  box-sizing: border-box;
  display:table-cell;
  border-bottom : 1px dotted #180D0F;
  transition: all .3s;
  display:inline-block;
  vertical-align:middle;
  line-height:1.4;
  font-weight:500;
}

@media only screen and  (max-width: 568px) {
.cansel dd{
  width : 45%;
  font-size:14px;
  padding : 1.5% 0 5px 0;
}
}