/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background: center/cover no-repeat url(../images/top/body-bg.png);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}
.header-logo a {
  max-width: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 310px;
  width: 100%;
  margin-top: 30px;
}
.header-info {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 35px;
}
.header .global-nav {
  max-width: 234px;
  width: 100%;
}
.header .global-nav-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff !important;
  padding: 11px;
  background-color: #000033;
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
}
.header-sns-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-sns-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.header-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 80px;
}
.header .main-visual-video {
  width: 100%;
  height: 100%;
}
.header .main-visual-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .sub-visual-textbox img {
  height: 38px;
}
.header .page-top {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 10;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media (max-width: 550px) {
  #voice .sub-visual {
    background-position: -370px 0 !important;
  }
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 820px;
  height: 176px;
  background: center/contain no-repeat url(../images/top/top-about-top.png);
  z-index: -1;
}
.top-about-inner {
  padding: 185px 0 50px 0;
}
.top-about-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.top-about-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 750px;
  height: 5px;
  background: center/contain no-repeat url(../images/top/top-about-title-border.png);
}
.top-about-title .accent {
  font-size: 2.6rem;
  color: #b77927;
}
.top-about-title .l-font {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 515px;
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.fix-bg {
  width: 100%;
  height: 250px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.fix-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/top/fix-bg.png.jpg);
  background-size: cover;
}

.top-intro {
  background: center/1920px 7000px repeat url(../images/top/body-bg.png);
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 762px;
  background: center top -110px/cover no-repeat url(../images/top/top-intro-bg-r-t.png);
  z-index: -1;
}
.top-intro-inner {
  padding: 0 0 100px 0;
}
.top-intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-intro-img {
  margin-top: -30px;
  margin-bottom: 20px;
}
.top-intro-textbox {
  max-width: 440px;
  width: 100%;
}
.top-intro-title {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.top-intro-title img {
  height: 150px;
}
.top-intro-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
}
.top-intro-banner {
  display: block;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  background: center/cover no-repeat url(../images/top/top-intro-banner-bg.png);
  outline: 1px solid #fff;
  outline-offset: -6px;
}
.top-intro-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-intro-banner-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-intro-banner-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  background: center/cover no-repeat url(../images/top/top-about-btn-arrow.png);
}
.top-intro-banner-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-intro-banner-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 44px;
  height: 1px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/top-intro-banner-text-l.png);
}
.top-intro-banner-text::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 44px;
  height: 1px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/top-intro-banner-text-r.png);
}

.voice {
  background-color: #000033;
}
.voice-inner .post-none-text {
  color: #fff;
}
.voice-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.voice-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85px;
  height: 84px;
  background: center/contain no-repeat url(../images/top/voice-title-deco.png);
}
.voice-title .accent {
  font-size: 2.2rem;
}
.voice-wrap {
  padding: 25px 15px;
  margin-bottom: 30px;
  background-color: #fff;
}
.voice-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-content:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.voice-content-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.voice-img {
  max-width: 280px;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.voice-body img {
  max-width: 100%;
}
.voice .cmn-btn {
  max-width: 480px;
  margin: 0 auto;
  color: #333333 !important;
  background-color: #fff;
}
.voice .cmn-btn::before {
  background: center/cover no-repeat url(../images/top/voice-arrow.png);
}

.top-access-title {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-access-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 21px;
  height: 21px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/top/top-access-title-deco.png);
}
.top-access-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-access-img {
  margin-bottom: 20px;
}
.top-access-textbox {
  max-width: 520px;
  width: 100%;
}
.top-access-table {
  width: 100%;
}
.top-access-table tr {
  display: block;
  padding-top: 15px;
}
.top-access-table tr:not(:last-of-type) {
  padding: 15px 0;
  border-bottom: 1px solid #bfbfbf;
}
.top-access-table tr th {
  width: 118px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 5px;
  border-left: 2px solid #000033;
}
.top-access-table tr td {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.top-map-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-map-title::before {
  content: "";
  width: 16px;
  height: 22px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/top-access-map-icon.png);
}
.top-map-wrap {
  width: 100%;
  height: 60vw;
}
.top-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-left {
  max-width: 311px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.news-section-title {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 50px;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background: center/contain no-repeat url(../images/top/news-deco.png);
  z-index: -1;
}
.news-textbox {
  max-width: 740px;
  width: 100%;
}
.news .cmn-btn {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #bfbfbf;
}
.news-list-item a {
  width: 100%;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 7px;
}
.news-accent-tag {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.news-accent-tag::before {
  content: "|";
  margin-right: 5px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 6px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.news-sub {
  padding: 15px !important;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  border: 1px solid #78a25f;
}
.news-sub-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-sub-textbox-top {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #c0c0c0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-sub-accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-sub-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 12px;
  margin-bottom: 5px;
  background-color: #e9e9e0;
}
.news-sub-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-sub-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-sub-time {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  margin-bottom: 10px;
}
.news-sub-time time {
  margin-bottom: 10px;
}
.news-sub-body {
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-sub-body img {
  max-width: 100%;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #b77927;
  border: 2px solid #b77927;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #b77927;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #b77927;
  border-bottom: 1px solid #b77927;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #b77927;
  border-right: 1px solid #b77927;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #b77927 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
main {
  overflow: hidden;
}

.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.about-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 700px;
  width: 100%;
  margin-top: 15px;
}
.about-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-title .accent {
  font-size: 2.6rem;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-text .accent {
  color: #b77927;
}

.take-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.take-img {
  margin-bottom: 20px;
}
.take-textbox {
  max-width: 700px;
  width: 100%;
  margin-top: 15px;
}
.take-title {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.take-title .accent01 {
  color: #b77927;
}
.take-title .accent02 {
  color: #ab1609;
}
.take-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
}
.take-text:not(:last-of-type) {
  margin-bottom: 40px;
}
.take-text .accent {
  color: #b77927;
}
.take .cmn-btn {
  max-width: 500px;
  margin: 0 auto;
}

/*========================================
menu
==========================================*/
.ranking-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ranking-content:not(:last-of-type) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}
.ranking-content-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 21px;
}
.ranking-img {
  max-width: 350px;
  width: 100%;
  height: 225px;
  margin-bottom: 20px;
}
.ranking-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ranking-textbox {
  max-width: 590px;
  width: 100%;
}
.ranking-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.ranking-title.no1::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 120px;
  height: 36px;
  margin-right: 14px;
  background: center/contain no-repeat url(../images/menu/rank-no01.png);
}
.ranking-title.no2::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 120px;
  height: 36px;
  margin-right: 14px;
  background: center/contain no-repeat url(../images/menu/rank-no02.png);
}
.ranking-title.no3::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 120px;
  height: 36px;
  margin-right: 14px;
  background: center/contain no-repeat url(../images/menu/rank-no03.png);
}
.ranking-price {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #b77927;
  margin-bottom: 15px;
}
.ranking-body {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
}
.ranking-body img {
  max-width: 100%;
}

.menu-inner {
  padding: 30px 0;
}
.menu-content {
  width: 100%;
}
.menu-content:not(:last-of-type) {
  margin-bottom: 45px;
}
.menu-title {
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background-color: #000033;
}
.menu-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-top: 14px;
}
.menu-list-item:not(:last-of-type) {
  padding-bottom: 14px;
  border-bottom: 1px solid #bfbfbf;
}
.menu-text {
  width: 48%;
  font-size: 1.6rem;
  font-weight: 900;
  padding-left: 5px;
}
.menu-price {
  width: 48%;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: right;
}

/*========================================
voice
==========================================*/
#voice .voice {
  background: none;
}

/*========================================
info
==========================================*/
.greeting .cmn-title {
  margin-bottom: 57px;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  width: 80%;
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 700px;
  width: 100%;
}
.greeting-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 21px;
  height: 21px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/about/about-title-deco.png);
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 40px;
}
.greeting-text .accent {
  color: #b77927;
}

.info-table {
  width: 100%;
  margin-bottom: 30px;
}
.info-table tr {
  display: block;
  padding-top: 15px;
}
.info-table tr:not(:last-of-type) {
  padding: 15px 0;
  border-bottom: 1px solid #bfbfbf;
}
.info-table tr th {
  width: 118px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 9px;
  border-left: 2px solid #000033;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-info {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 20px;
  background-color: #fff;
}
.contact-info-text {
  text-align: center;
  line-height: 1.3;
}
.contact-info-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.contact-line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.contact-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0 auto 20px auto;
}
.contact-tel .tel-font {
  font-size: 2.5rem;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #b77927;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #b77927;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #b77927;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #b77927;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #b77927;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #b77927;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #b77927;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #b77927;
  border-right: 1px solid #b77927;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  padding-bottom: 15px;
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-left {
  max-width: 501px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-info {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 20px;
}
.footer-tel .accent {
  font-size: 2rem;
}
.footer-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-sns-list-item {
  margin-bottom: 0 !important;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 25px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-btn {
  max-width: 220px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #333 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: relative;
}
.footer-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/footer-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::before {
  right: 2px;
}
.footer-nav {
  max-width: 315px;
  width: 100%;
  height: 160px;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-bottom: 20px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
}