@charset "utf-8";
#cboxContent {
  overflow: hidden;
}
#reservLink {
  padding: 40px 0px 0px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 740px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#reservLink .imgPh {
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 3;
}
#reservLink .border {
  border: 4px solid #5F605B;
  background-color: #FFFFFF;
  z-index: 2;
  position: relative;
  padding: 20px;
}
#reservLink h1 {
  font-size: 35px;
  line-height: 1.2em;
  margin: 30px 0;
  color: #676767;
  font-weight: 400;
}
#reservLink .clearfix {
  z-index: 4;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#reservLink .boxL {
  box-sizing: border-box;
  width: 49%;
  border-radius: 3px;
  background-color: #4AB3A8;
  padding: 20px;
  float: left;
  text-align: center;
  height: auto
}
#reservLink .boxR {
  box-sizing: border-box;
  width: 49%;
  border-radius: 3px;
  background-color: #f2a604;
  padding: 20px;
  float: right;
  text-align: center;
}
#reservLink h2 {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
#reservLink .boxR h2 {
  margin-bottom: 0
}
#reservLink h2 span {
  font-size: 18px;
}
#reservLink p {font-size: 14px;
color: #fff}
#reservLink a.btn {
  border-radius: 3px;
  display: block;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background-color: #FFFFFF;
  font-weight: bolder;
}
#reservLink a.btnTel {
  border-radius: 3px;
  display: block;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background-color: #FFFFFF;
  font-weight: bolder;
}
#reservLink a.btn.sec {
  margin-top: 10px
}
#reservLink a.btn span {
  background-repeat: no-repeat;
  background-position: right 50%;
  padding-right: 25px;
}
#reservLink a.btnTel span {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 25px;
  display: inline-block
}
#reservLink .boxL a.btn span {
  background-image: url(/images/common/icon_arrow01.png);
}
#reservLink .boxR a.btn span {
  background-image: url(/images/common/icon_arrow02.png);
}
#reservLink .boxR a.btnTel span {
  background-image: url(/images/common/header_ico01.png);
}
@media only screen and (max-width: 640px) {
  #reservLink {
    padding: 40px 0px 0px;
    margin: 0 2%;
    width: 96%;
  }
  #reservLink .imgPh {
    display: none;
  }
  #reservLink .border {
    border: 4px solid #5F605B;
    background-color: #FFFFFF;
    z-index: 2;
    position: relative;
    padding: 20px;
    background-image: url(../images/common/window_bg.png);
    background-position: 96% 20px;
    background-size: 40% auto;
    background-repeat: no-repeat;
  }
  #reservLink h1 {
    font-size: 20px;
    margin: 30px 0;
    width: 60%;
  }
  #reservLink .clearfix {
    display: block
  }
  #reservLink .boxL {
    width: 100%;
    padding: 10px;
    float: none;
    height: auto;
  }
  #reservLink .boxR {
    width: 100%;
    padding: 10px;
    float: none;
  }
  #reservLink h2 {
    font-size: 14px;
    line-height: 1.2
  }
  #reservLink p {font-size: 12px}
  #reservLink h2 span {
    font-size: 15px;
  }
  #reservLink a.btn {
    border-radius: 3px;
    display: block;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
    font-weight: bolder;
  }
  #reservLink a.btn span {
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 25px;
  }
  #reservLink .boxL a.btn span {
    background-image: url(/images/common/icon_arrow01.png);
  }
  #reservLink .boxR a.btn span {
    background-image: url(/images/common/icon_arrow02.png);
  }
}