@charset "UTF-8";
/*-- パックご飯 de 晩餐会　--*/
/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
.forSP {
  display: block;
}
@media (min-width: 569px) {
  .forSP {
    display: none;
  }
}

.forPC {
  display: none;
}
@media (min-width: 569px) {
  .forPC {
    display: block;
  }
}

/*---------------------------------------------------------------
　　　header
---------------------------------------------------------------*/
#gohanHeader {
  width: 100%;
  position: relative;
}
#gohanHeader img {
  width: 100%;
}
#gohanHeader h1 {
  display: none;
}
@media (min-width: 569px) {
  #gohanHeader h1 {
    display: block;
    height: 277px;
    width: 40%;
    max-width: 400px;
    background: url(../images/logo.png) no-repeat top center;
    background-size: contain;
    text-indent: -9999px;
    position: absolute;
    top: 25%;
    left: 5%;
  }
}

#page2 #gohanHeader h1 {
  position: absolute;
  top: 55%;
  left: 5%;
}

#page3 #gohanHeader h1 {
  position: absolute;
  top: 55%;
  left: 5%;
}

.topPd {
  padding-top: 110px;
}
@media (min-width: 569px) {
  .topPd {
    padding-top: 100px;
  }
}
.topPd h1 {
  margin-top: 92px;
}
@media (min-width: 569px) {
  .topPd h1 {
    margin-top: 90px;
  }
}

/*-------　nav　----------------------*/
#main_nav ul {
  width: 100%;
  background: #201e1e;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 569px) {
  #main_nav ul {
    flex-wrap: nowrap;
  }
}
#main_nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px #4c483d solid;
  border-bottom: 1px #4c483d solid;
  overflow: hidden;
  width: 49.5%;
}
@media (min-width: 569px) {
  #main_nav ul li {
    text-indent: -9999px;
    height: 100px;
    border-bottom: none;
  }
}
@media (min-width: 569px) {
  #main_nav ul li.nav01 {
    background: url("../images/nav01.png") no-repeat center center;
    background-size: 140px;
  }
  #main_nav ul li.nav02 {
    background: url("../images/nav02.png") no-repeat center center;
    background-size: 140px;
  }
  #main_nav ul li.nav03 {
    background: url("../images/nav03.png") no-repeat center center;
    background-size: 140px;
  }
  #main_nav ul li.nav04 {
    background: url("../images/nav04.png") no-repeat center center;
    background-size: 140px;
  }
  #main_nav ul li.nav05 {
    background: url("../images/nav05.png") no-repeat center center;
    background-size: 140px;
  }
}
#main_nav ul li a {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ae9d64;
  height: 100%;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px;
}
@media (min-width: 569px) {
  #main_nav ul li a {
    transition: all 0.3s ease;
  }
}
#main_nav ul li a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

#gMenu {
  background: #333;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

.menu-trigger,
.menu-trigger span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
  margin: 14px 0 0 14px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#gMenu.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg);
}

#gMenu.active span:nth-of-type(2) {
  opacity: 0;
}

#gMenu.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

.g-nav {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 500;
}
.g-nav .list {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}
.g-nav .list a {
  text-align: center;
  text-decoration: none;
  color: #d1a04b;
  display: block;
  font-size: 18px;
  padding: 0 0.3em;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(210, 161, 67) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: 0.3s;
  padding: 20px 0;
}

.fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#aboutpackgohan, #menu, #recommend, #interview, #charm {
  margin-top: -125px !important;
  padding-top: 125px !important;
  display: block;
}
@media (min-width: 569px) {
  #aboutpackgohan, #menu, #recommend, #interview, #charm {
    margin-top: -100px !important;
    padding-top: 100px !important;
  }
}

/*---------------------------------------------------------------
　　　contents
---------------------------------------------------------------*/
#rice a {
  outline: none;
}
#rice a img {
  border: none;
}
#rice a:focus {
  outline: none;
}
#rice ul {
  list-style: none;
}

#contents {
  width: 100%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
}

.innerSmall {
  clear: both;
  width: 90%;
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width: 569px) {
  .innerSmall {
    width: 75%;
  }
}

.innerNormal, .riceMenu__inner {
  clear: both;
  width: 90%;
  max-width: 920px;
  margin: auto;
}

#packgohan p {
  text-align: left;
  margin: auto;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.read {
  border-top: 30px #333 solid;
  background: #d1a04b;
  padding: 20px;
  margin-bottom: 50px;
}
.read h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color: #333;
}
@media (min-width: 569px) {
  .read h2 {
    font-size: 24px;
  }
}
.read p {
  display: block;
  max-width: 800px;
  color: #fff;
}

#packgohan p.nomura {
  font-size: 18px;
  text-align: center;
  padding: 15px;
}
#packgohan p.nomura span {
  display: block;
  font-size: 14px;
}

h2.readH2 {
  font-size: 18px;
  padding: 20px;
  letter-spacing: 0.1em;
  font-family: "Sawarabi Mincho";
}

#rice__lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 569px) {
  #rice__lineup {
    width: 100%;
    flex-wrap: nowrap;
  }
}
#rice__lineup li {
  padding: 10px 1.4%;
  width: 30%;
  text-align: center;
}
@media (min-width: 569px) {
  #rice__lineup li {
    width: auto;
  }
}
#rice__lineup li span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 0.7em;
  text-decoration: none;
  line-height: 1.4 !important;
  padding-top: 0.5em;
}
@media (min-width: 569px) {
  #rice__lineup li {
    padding: 10px;
  }
}
#rice__lineup li img {
  width: auto;
  height: 140px;
  opacity: 1;
}
#rice__lineup li a:hover img {
  opacity: 0.7;
}

#member {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
#member li {
  width: 46%;
  padding: 1.5%;
}
@media (min-width: 569px) {
  #member li {
    width: 30%;
  }
}
#member li p {
  text-align: center;
}
#member li p span {
  display: block;
  font-size: 13px;
}
#member li img {
  width: 60%;
  max-width: 130px;
  border-radius: 200px;
  margin-bottom: 5px;
}

.corner, .frame__rb, .frame__lb, .frame:after, .frame:before {
  content: url(../images/corner01.png);
  display: block;
  position: absolute;
  width: 35px;
  height: 48px;
}

.frame {
  border: 1px solid #ae9d64;
  margin: 30px auto 50px;
  position: relative;
  padding: 40px 20px;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 569px) {
  .frame {
    padding: 50px;
  }
}
.frame h2, .frame h3 {
  color: #ae9d64;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #ae9d64;
  text-align: left;
  line-height: 1.4em;
}
@media (min-width: 569px) {
  .frame h2, .frame h3 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 0 20px 0;
  }
}
.frame p {
  color: #333;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.8em !important;
}
.frame p strong {
  color: #d1a04b;
}
@media (min-width: 569px) {
  .frame p {
    line-height: 2em !important;
  }
}
.frame:before {
  left: -12px;
  top: -8px;
}
.frame:after {
  transform: scale(-1, 1);
  right: -12px;
  top: -8px;
}
.frame__lb {
  transform: scale(1, -1);
  left: -12px;
  bottom: -8px;
}
.frame__rb {
  transform: scale(-1, 1);
  transform: rotate(180deg);
  right: -12px;
  bottom: -8px;
}

.reviewC {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewC .txt {
  width: 75%;
  margin-right: 5%;
}
@media (min-width: 569px) {
  .reviewC .txt {
    width: 85%;
    margin-right: 5%;
  }
}
.reviewC .photo {
  text-align: center;
  width: 20%;
  position: relative;
}
@media (min-width: 569px) {
  .reviewC .photo {
    width: 10%;
  }
}
.reviewC .photo:before {
  content: url("../images/arrow.png");
  position: absolute;
  top: 0;
  left: -40%;
}
@media (min-width: 569px) {
  .reviewC .photo:before {
    left: -50%;
  }
}
.reviewC .photo img {
  width: 100%;
  border-radius: 200px;
}
.reviewC p {
  color: #333;
  line-height: 1.6em !important;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px !important;
  background: #edece8;
}
.reviewC p span {
  color: #d1a04b;
  padding-bottom: 5px;
  display: block;
  font-weight: bold;
}
.reviewC p strong {
  color: #d1a04b;
}

.review__comment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 569px) {
  .review__comment {
    display: flex;
  }
}
.review__comment--photo {
  text-align: center;
  width: 20%;
}
@media (min-width: 569px) {
  .review__comment--photo {
    width: 10%;
  }
}
.review__comment--photo img {
  width: 100%;
  border-radius: 200px;
}
.review__comment--txt {
  width: 78%;
  background: url(../images/comment.png) no-repeat left center;
  margin: 0 0 0 1%;
  padding: 0 0 0 8%;
  font-size: 14px;
  text-align: left;
  line-height: 1.6em;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 569px) {
  .review__comment--txt {
    padding: 0 0 0 5%;
    width: 88%;
  }
}
.review__comment--txt span {
  display: block;
  color: #FF8200;
  padding-bottom: 8px;
}

#ranking {
  width: 270px;
  padding: 10px 10px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.1);
}
#ranking .rankingBox {
  overflow: hidden;
  padding: 3px 0;
}
#ranking .rankingBox .left {
  float: left;
  font-size: 11px;
  width: 5.5em;
  text-align: right;
  padding: 0 0 0 5px;
  margin: 2px 0 0;
}
#ranking .rankingBox .right {
  float: right;
  font-size: 11px;
  width: 5.5em;
  text-align: left;
  padding: 0 5px 0 0;
  margin: 2px 0 0;
}

ul#rank {
  float: left;
  width: 120px;
  border-bottom: 1px #929497 solid;
  height: 15px;
  position: relative;
  margin: 0 0 0 9px;
  padding: 0;
}

ul#rank li {
  width: 30px;
  height: 15px;
  background: url(../images/rankno.png) no-repeat center bottom;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#rank li.rank01 {
  position: absolute;
  left: -15px;
  bottom: -1px;
}

ul#rank li.rank02 {
  position: absolute;
  left: 15px;
  bottom: -1px;
}

ul#rank li.rank03 {
  position: absolute;
  left: 45px;
  bottom: -1px;
}

ul#rank li.rank04 {
  position: absolute;
  left: 75px;
  bottom: -1px;
}

ul#rank li.rank05 {
  position: absolute;
  left: 105px;
  bottom: -1px;
}

.riceMenu {
  background: #333;
  padding: 25px 0;
  color: white;
  margin: 60px 0 30px;
}
.riceMenu img {
  width: 100%;
}
.riceMenu__inner {
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 569px) {
  .riceMenu__inner {
    flex-wrap: nowrap;
  }
}
.riceMenu__inner .frameTxt {
  background-size: contain;
  width: 140px;
  margin: 0 auto;
}
@media (min-width: 569px) {
  .riceMenu__inner .frameTxt {
    width: 180px;
  }
}
.riceMenu__inner .frameTxt h2 {
  padding: 5px 0px;
  font-size: 12px;
  border-bottom: 1px solid #333;
  width: 60%;
  margin: 0 auto;
  background: #d1a04b;
  color: black;
  line-height: 1em;
  border-radius: 50px;
}
.riceMenu__inner .frameTxt h3 {
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 569px) {
  .riceMenu__inner .frameTxt h3 {
    font-size: 16px;
  }
}
.riceMenu__inner--txt {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Sawarabi Mincho";
  margin-left: 0;
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 569px) {
  .riceMenu__inner--txt {
    margin-left: 20px;
    width: 47%;
    padding-top: 0;
  }
}
.riceMenu__inner--txt .syokumi {
  max-width: 280px;
}
.riceMenu__inner--txt #rice__lineup {
  margin: 0;
  width: 100%;
  padding: 0;
}
.riceMenu__inner--txt #rice__lineup li {
  padding-top: 0;
  margin-top: 0;
}
.riceMenu__inner--txt h3 {
  font-size: 16px;
  padding: 20px 0 20px;
  font-weight: normal;
}
.riceMenu__inner--txt h4 {
  font-size: 18px;
  line-height: 2em;
  padding: 0 0 15px;
  font-weight: normal;
  color: #ae9d64;
}
@media (min-width: 569px) {
  .riceMenu__inner--txt h4 {
    padding: 0 0 30px;
  }
}
.riceMenu__inner--txt h4 span {
  clear: both;
  display: inline-block;
  color: white;
  font-size: 12px;
  line-height: 1.4em;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: #ae9d64 solid 1px;
  padding: 10px 0 0;
  min-width: 250px;
}
@media (min-width: 569px) {
  .riceMenu__inner--txt h4 span {
    padding: 10px 10px 0;
    min-width: 200px;
  }
}
.riceMenu__inner--photo {
  width: 100%;
  position: relative;
}
@media (min-width: 569px) {
  .riceMenu__inner--photo {
    width: 52%;
  }
}
.riceMenu__inner--photo--menuImg {
  width: 77% !important;
  margin-right: 2%;
  float: left;
}
.riceMenu__inner--photo--riceImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20% !important;
  align-items: bottom !important;
}
.riceMenu .rice {
  clear: both;
  background: #333;
  margin: 10px auto 0;
  padding: 30px 20px;
  display: flex;
  align-items: top;
  justify-content: center;
}
@media (min-width: 569px) {
  .riceMenu .rice {
    padding: 30px 0;
    align-items: center;
  }
}
.riceMenu .rice .riceImg {
  width: 80px;
  margin-right: 20px;
}
@media (min-width: 569px) {
  .riceMenu .rice .riceImg {
    width: 100px;
    margin-right: 30px;
  }
}
.riceMenu .rice h4 {
  font-size: 18px;
  line-height: 2em;
  padding: 0 0 15px;
  font-weight: normal;
  color: #ae9d64;
  text-align: center;
}
.riceMenu .rice span {
  clear: both;
  display: inline-block;
  color: white;
  font-size: 12px;
  line-height: 1.4em;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: #ae9d64 solid 1px;
  padding: 10px 0 0;
  min-width: 200px;
}
@media (min-width: 569px) {
  .riceMenu .rice span {
    padding: 10px 10px 0;
  }
}

#kondate {
  text-align: center;
}
#kondate .frame_s {
  background: #edece8;
  margin-bottom: 30px;
}
#kondate .frame_s h3 {
  border: none;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  background: #333;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
#kondate h2 {
  text-align: center;
}
#kondate li {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 1.8em !important;
}
@media (min-width: 569px) {
  #kondate li {
    font-size: 16px;
  }
}
#kondate li a {
  color: #7a0a0d;
  text-decoration: none;
  line-height: 1.8em !important;
  font-weight: bold;
}
#kondate li a:hover {
  color: #ab171b;
}

.photoImg {
  width: 100%;
  max-width: 650px;
  margin: 50px auto;
}
.photoImg p {
  display: block;
  margin-top: 10px !important;
  font-size: 13px !important;
  line-height: 1.3em !important;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.photoImg_s {
  width: 150px;
  float: right;
  margin: 0 0 15px 15px;
  text-align: center;
}
@media (min-width: 569px) {
  .photoImg_s {
    width: 200px;
  }
}
.photoImg img {
  width: 100%;
}

span.name {
  display: block;
  padding-top: 10px;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 16px;
}
span.name small {
  display: inline-block;
  border-bottom: 1px solid black;
  padding: 0px 0 5px;
  margin-bottom: 5px;
}
@media (min-width: 569px) {
  span.name small {
    padding: 20px 0 5px;
  }
}

.mark01 {
  width: 100%;
  background: url(../images/mark01.png) no-repeat center center;
  background-size: contain;
  margin: 40px auto;
  height: 20px;
}

/*---------------------------------------------------------------
　　　footer
---------------------------------------------------------------*/
.pageNation {
  display: flex;
  justify-content: space-around;
  width: 150px;
  margin: 50px auto;
}
.pageNation li {
  width: 35px;
  height: 35px;
  color: white;
  text-align: center;
}
.pageNation li a {
  background: #333;
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  transition: all 0.3s ease;
  border: 1px solid #333;
}
.pageNation li a:hover {
  color: #333;
  border: 1px solid #333;
  background: white;
}
.pageNation li.this a {
  background: #ae9d64;
  border: 1px solid #ae9d64;
}
.pageNation li.this a:hover {
  color: white;
}

#banner {
  width: 90%;
  max-width: 500px;
  margin: auto;
}
#banner img {
  width: 100%;
}
#banner a img {
  opacity: 1;
}
#banner a img:hover {
  opacity: 0.7;
}

/*---------------------------------------------------------------
	epilogue
---------------------------------------------------------------*/
#epilogue img {
  width: 100%;
}
#epilogue h2 {
  background: #d1a04b;
  color: white;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (min-width: 569px) {
  #epilogue h2 {
    font-size: 22px;
  }
}
#epilogue h2 img {
  width: 120px;
  margin-top: 10px;
}
#epilogue .menuAll {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 569px) {
  #epilogue .menuAll {
    flex-wrap: nowrap;
  }
}
#epilogue .menuAll li {
  width: 32%;
  margin: 0.45%;
}
@media (min-width: 569px) {
  #epilogue .menuAll li {
    flex: 9;
    margin: 0.4%;
  }
}
#epilogue .endComment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
#epilogue .endComment__box {
  width: 100%;
  margin: 80px 0 0;
  background: white;
  padding: 1%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 569px) {
  #epilogue .endComment__box {
    width: 46%;
  }
}
#epilogue .endComment__box__photo {
  width: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
#epilogue .endComment__box__photo img {
  border-radius: 200px;
  width: 100%;
}
#epilogue .endComment__box__border {
  border: 1px solid #d1a04b;
  padding: 50px 4% 4%;
  display: block;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #333;
  font-size: 16px;
}
#epilogue .endComment__box__border__name {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
}

.packgohan_pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/pagetop_out.png") no-repeat center center;
  background-size: contain;
  opacity: 0.7;
  position: fixed;
  bottom: 5%;
  right: 2%;
}
@media (min-width: 569px) {
  .packgohan_pagetop a {
    bottom: 5%;
    right: 5%;
  }
}
.packgohan_pagetop a:hover {
  background: url("../images/pagetop_on.png") no-repeat center center;
  background-size: contain;
  opacity: 0.7;
}