footer {
    padding: 40px 0 0 0;
}

#banar {
    margin: 20px 0 20px 0;
}

header img {
    padding: 20px 20px 0 20px;
}

video {
  width: 40%;
  padding: 0 0 20px 0;
}

/* PC用のCSSコード */

@media all and (min-width: 800px) {


p {
    color: #333333;
}

.inner {
    background:
        linear-gradient(
            to bottom, #f6b79e 0%, #fde9dd 49%, #f6b79e 100%
        );
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 100%;
}

#top_img1 {
    width: 30%;
}

#top_img2 {
    width: 63%;
    text-align: right;
    float: right;
}

#top_img3 {
    width: 5%;
    float: right;
    display: none;
}

#sp-menu ul li{
    display: inline;
}

#wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.left-column {
    width: 20%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.right-column {
    width: 70%;
}

#Top_reservation {
    border: none;
    font-size: 100%;
    display: block;
    color: #333333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    padding: 20px 0 0 0;
    line-height: 1.5;
    list-style: none!important;
}

#menubar {
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 100%;
}

img {
}

.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

h5 {
    width: 40%;
    color: #223883;
    background: #f2f2f9;
    border: 3px double #223883;
    font-size: 16px;
    margin: 10px 0;
    padding: 2px 10px;
    font-weight: normal;
    display: -webkit-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 0px;
    font-size: 18px;
    display: table;
    background-color: #fde9dd;
    color: #333333;
}

.officephoto {
    width: 100%;
}

footer p {
    background-color: #777;
    padding: 30px 0 20px 0;
    clear: both;
    margin: 0;
    color: #EEE;
}

footer a {
    background-color: #777;
    margin: 0;
    clear: both;
    color: #EEE;
}

.right {
    float: right;
}

.half {
    width: 50%;
}

.left-column2 {
    width: 50%;
}

.flex {
    display: flex;
}

th {
    width: 60%;
}

.side-space {
    margin: 0 5% 0 5%;
}

.space {
    margin: 0 5% 0 0;
}

h4 {
    color: #333333;
}

h3 {
    color: #333333;
}

#float {
  float: left;
}

#tbl th {
  text-align: left;
  padding-left: 40px;
}


}




/* レスポンシブ用のCSSコード */

@media all and (max-width: 800px) {

p {
    color: #333333;
}

header {
    padding-bottom: 40px;
    border-bottom: 1px solid;
    border-color: #999;
}


.inner {
    background:
        linear-gradient(
            to bottom, #f6b79e 0%, #fde9dd 49%, #f6b79e 100%
        );
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 100%;
}

#top_img1 {
    width: 38%;
}

#top_img2 {
    width: 32%;
}

#top_img3 {
    width: 8%;
    display: none;
}

#gnav ul li{
    display: inline;
}

#wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.left-column {
    width: 20%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.right-column {
    width: 70%;
}

#Top_reservation {
    border: none;
    font-size: 100%;
    display: block;
    color: #333333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    padding: 20px 0 0 0;
    line-height: 1.5;
    list-style: none!important;
}

#menubar {
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 100%;
}

img {
}

.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

h5 {
    width: 85%;
    color: #223883;
    background: #f2f2f9;
    border: 3px double #223883;
    font-size: 16px;
    margin: 10px 0;
    padding: 2px 10px;
    font-weight: normal;
    display: -webkit-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 0px;
    font-size: 18px;
    display: table;
    background-color: #fde9dd;
    color: #333333;
}

.officephoto {
    width: 100%;
}

footer p {
    background-color: #777;
    padding: 30px 0 20px 0;
    clear: both;
    margin: 0;
    color: #EEE;
}

footer a {
    background-color: #777;
    margin: 0;
    clear: both;
    color: #EEE;
}

.right {
    float: right;
}

.right-column2 {
    width: 50%;
}

.left-column2 {
    width: 50%;
}

.flex {
    display: flex;
}

th {
    width: 60%;
}

.side-space {
    margin: 0 5% 0 5%;
}

h4 {
    color: #333333;
}

h3 {
    color: #333333;
}




/* ---------------------------- */
/* --- ハンバーガーアイコン --- */
/* ---------------------------- */
#hm-icon{
  position: relative;
  right: 20px;
  top: 20px;
  z-index: 10;
  margin-top: -40px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  text-align: right;
  margin-top: -40px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  background-color: #fff;
}
/* ------------------------ */
/* ------ spメニュー ------ */
/* ------------------------ */
#sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  width: 100%;
  min-height: 100%;
  display: none;
  z-index: 9;
}
#sp-menu li{
  text-align: center;
  margin-bottom: 30px;
}
#sp-menu a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* ------------------------ */
/* - テーブルのレスポンシブ -- */
/* ------------------------ */
#tbl .thead {
  display: none;
}
#tbl tr,
#tbl td{
  display: block;
  width: 100%;
  position: relative;
}
#tbl td:first-child:before {
  background: #e9727e;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  height: 40px;
  padding: 10px;
  position: absolute;
  top: -41px;
  left: -0.2%;
  display: block;
  width: 100.5%;
}
#tbl th {
  text-align: left;
  padding-left: 10px;
}


@media all and (max-width: 520px) {

    #top_img1 {
        width: 80%;
    }

    #top_img2 {
        width: 32%;
        display: none;
    }

    #top_img3 {
        width: 8%;
        display: inline;
    }

  }

}
