/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: serif;
  font-size: 15px;
  line-height: 2;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
  color: #ffb6c1;
}

/*
    img:hover {
      opacity: .5;
      -webkit-opacity: .5;
      -moz-opacity: .5;
      filter: alpha(opacity=50);
      IE lt 8
      -ms-filter: "alpha(opacity=50)";
       IE 8
    }
    */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

li:not(:last-child) {
  margin-right: 20px;
}

article {
  padding: 20px;
}

p {
  font-family: 'Noto Serif JP';
  font-size: 18px;
  line-height: 2;
}

.en {
  font-family: 'Open Sans', sans-serif;
}

.ja {
  font-family: 'Noto Serif JP';
}

header {
  background-image: url(../img/sp/top.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: soft-light;
  min-height: 100vh;
  text-align: center;
}

.logo {
  display: none;
}

.header-inner {
  display: none;
}

.content-wrapper {
  background-color: #ffffff;
  /*padding: 40px 15px;*/
}

.splogo {
  float: left;
  margin-top: 25px;
  margin-right: 100px;
  padding: 15px;
  width: auto;
}

.sp-sns {
  background-color: #ffffff;
  width: auto;
  padding: 15px;
}

.sp-sns p {
  text-align: center;
}

.covid19 p {
  padding-left: 5px;
}

.covid19-bg {
  background-image: url(../img/covid19bg.png);
  width: auto;
}

.covid-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.covid-icon img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 50%;
}

.introduction {
  background-image: url(../img/sp/introduction-sp-bg.png);
  width: auto;
  min-height: 25vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F2F1F1;
  background-blend-mode: soft-light;
}


.invitation {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}

.banquet-bg {
  background-color: #ffffff;
  width: auto;
  text-align: center;
}

.plan-forsp img {
  width: 100%;
  max-width: 100%;
  height: auto;

}

.plan-forpc {
  display: none;
}

.event {
  background-color: #F0EDEB;
  width: auto;
  text-align: center;
}

section {
  margin-top: 50px;
}




/*某新年会ボタン*/
.boshinenkai_wrapper {
  position: relative;
}

.button_inner.boshinenkai {
  width: 40%;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.button_inner.boshinenkai.sweets {
  top: 90%;
}

/* 画像をホバーした */
img.button_inner:hover {

  /* 透明度を上げることで、画像の色を薄く見せる。*/
  opacity: 0.5;

  /* リンクをホバーしたときのカーソルにする。*/
  cursor: pointer;
}


/* ケーキボタン */
.cakes_wrapper {
  position: relative;
}

.button_inner.cakes {
  width: 30%;
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.button_inner.iehapi {
  width: 30%;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}



/* 画像をホバーした */
img.button_inner:hover {

  /* 透明度を上げることで、画像の色を薄く見せる。*/
  opacity: 0.5;

  /* リンクをホバーしたときのカーソルにする。*/
  cursor: pointer;
}

/* おせちボタン  */
.osechi_wrapper {
  position: relative;
}

.button_inner.osechi {
  width: 40%;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.iederi-content {
  position: relative;

}

.iederi-content-inner {
  width: 100%;
}

/* イベントボタン*/
.iederi-button {
  width: 20%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.plan-content {
  padding: 30px;
}


.gatturi-content2bg {
  background-image: url(img/gatturi2-bg.png);
  background-color: #ECD6D7;
}

.gatturi-content2bg {
  padding: 15px;

}

footer {
  background-color: #F0EDEB;
  width: auto;
  height: 200px;
  text-align: center;
}

.footer-inner img {
  padding: 5px;
  text-align:
}

.footer-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  background: white;
}

.nav-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-item {
  display: table-cell;
  border: solid 1px gray;
  padding: 5px 0px;
}

.nav-item a {
  text-decoration: none;
}

.nav-item i {
  display: block;
  font-size: 24px;
}

.nav-item a span {
  display: block;
  font-size: 10px;
}

/*=======PC版=========*/
@media(min-width: 600px) {
  .br-sp {
    display: none;
  }

  /*pc版 コンテナ*/
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  article {
    padding: 30px;
  }

  .covid-icon img {
    width: 50%;
  }

  .introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60%;
    width: auto;
  }

  .introduction p {
    text-align: center;
    /*
        margin: 50px 40px 10px 60px;
        */
  }

  .introduction img {
    width: 300px;
    height: auto;
  }

  .plan-forpc {
    display: none;
  }

  .button_inner.boshinenkai {
    top: 93%;

  }

  .soba_inner {
    width: 70%;
    margin: 0 auto;

  }


  /*=======PC版の設定範囲ここまで=========*/
  /*PC版（大）：コンテナ*/
  @media(min-width: 1025px) {
    .br-sp {
      display: none;
    }

    .container {
      max-width: 1920px;
    }

    .logo {
      display: block;
      float: left;
      padding: 10px;
    }

    .menu>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      list-style: none;
      height: 82px;
    }

    .menu>ul>li {
      width: 20%;
      position: relative;
      font-size: 20px;
    }

    .menu span {
      display: block;
    }

    .menu .ja {
      font-size: 12px;
    }

    .header-inner {
      display: block;
      height: 82px;
      background-image: url(../img/header-bar.png);
      position: relative;
    }

    .pc-sns {
      position: absolute;
      height: 75px;
      top: 25%;
      right: 0;
      padding-right: 10px;
      vertical-align: middle;
    }

    header {
      background-image: url(../img/top.png);
    }

    .sp-sns {
      display: none;
    }

    .covid19-bg {
      width: 2000px;
      height: 400px;
      display: table-cell;
      vertical-align: middle;
    }

    .covid-icon {
      width: 70%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .covid-icon img {
      -ms-flex-item-align: start;
      align-self: flex-start;
      width: 25%;
    }

    .covid19 p {
      text-align: center;
    }

    .invitation-img {
      display: block;
    }

    .introduction {
      background-image: url(../img/introduction-bg.png);
      width: auto;
      min-height: 25vh;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      background-size: cover;
      background-color: #F2F1F1;
      background-blend-mode: soft-light;
      text-align: center;
    }

    .plan-forsp {
      display: none;
    }

    .plan-forpc {
      display: block;
    }

    .plan-forpc img {
      width: 100%;
    }


    .button_inner.boshinenkai {
      top: 90%;
    }

    .button_inner.cakes {
      top: 88%;
    }

    .button_inner.osechi {
      top: 90%;
    }

    /*
  .plan-forpc img {
    padding-bottom: 15px;
  }
  */

    .banquet-top img {
      margin: 50px 0;
      padding: 15px;
    }

    .event-top img {
      margin: 50px 0;
      padding: 15px;
    }

    article {
      padding: 0;
    }

    footer {
      margin-top: 0;
      padding: 15px;
      height: 150px;
    }

    .footer-nav {
      display: none;
    }
  }

  /**=======PC版(大)の設定範囲ここまで=========**/