@charset "UTF-8";

:root {
  --pcvw: 1vw;
}

html {
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  /*scroll-behavior: smooth;*/
}

body {
  margin: 0px;
  width:100%;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #FFF;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased; 
  font-size:3.73vw;
  font-feature-settings: "palt";
}

.century-text {
  font-family:"Times New Roman","游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a.ub-link {
  border-bottom:1px solid #000;
  padding-bottom:0.4em;
}

select {
  color:#000;
}

input { 
  outline:0 !important;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color:#000;
}

button {
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color:#000;
}


@media (max-width: 839px) {
  .onlypc {
    display: none !important; 
  }
  svg .onlypc {
    display: none !important;
  } 
}

@media (min-width: 840px) {
  .onlysp {
    display: none !important; 
  }
  svg .onlysp {
    display: none !important; 
  } 
}

ul {
  padding:0px;
  margin:0px;
}

li {
  padding:0px;
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  background-color: #000;
  border: 0;
}

hr.gray {
  background-color:#d2d2d2;
}

.top-dummy {
  position:absolute;
  top:0px;
  left:0px;
  height:100vh;
  pointer-events: none;
}

.anchor-dummy {
  position:absolute;
  top:-25.34vw;
}

header {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  z-index:100;
}

.header-wrap {
  position:absolute;
  width:100%;
  font-weight: 400;
}

.header-main {
  position:relative;
  background-color:#FFF;
  width:100%;
  height:10.67vw;
}

.header-btn {
  position:absolute;
  left:0px;
  top:0px;
  width:16vw;
  height:100%;
  z-index:110;
}

.header-btn::before,
.header-btn::after {
  content:'';
  display:block;
  position:absolute;
  width:5.34vw;
  height:1px;
  background-color:#000;
  left:5.33vw;
  top:5.33vw;
  transition:transform 0.3s ease-in-out;
}

.header-btn::before {
  transform:translate(0px,-0.8vw);
}

.header-btn::after {
  transform:translate(0px,0.8vw);
}

.header-reservation-btn {
  position:absolute;
  right:0px;
  top:0px;
  height:100%;
  letter-spacing: 0.35em;
  display:flex;
  align-items: center;
  padding-right:5.33vw;
  padding-left:5.33vw;
  font-weight:normal;
}

.header-reservation-btn::before {
  content:url(/imgs/octagon_black.svg);
  position:relative;
  display:inline-block;
  width:4vw;
  height:4vw;
  margin-right:2.5vw;
}

.header-news {
  position:relative;
  background-color:#FFF;
  width:100vw;
  height:10.67vw;
  pointer-events: auto;
  overflow:hidden;
  text-align: center;
  font-size:3.73vw;
  -webkit-text-size-adjust: 100%;
}


.header-news2 {
  position:relative;
  width:100%;
  height:10.67vw;
  border-radius: 0px 0px 3.4645vw 3.4645vw;
  background-color:#000;
  color:#FFF;
  pointer-events: auto;
}

.header-news2 a {
  color:#FFF;
}

.scroll-news {
  overflow:hidden;
  white-space: nowrap;
}

.scroll-news > div {
  position:absolute;
  left:0px;
  bottom:0px;
  margin:0px;
  padding-bottom:1vw;
  width:100%;
}

.header-news > div {
  padding-bottom:3vw;
}

.header-news2 > div {
  padding-bottom:2.7vw;
  text-align: center;
  width:100%;
  margin:0px;
}

.scroll-news > div span {
  position:relative;
  white-space: nowrap;
  display:inline-block;
  margin-left:5.33vw;
  margin-right:5.33vw;
  -webkit-text-size-adjust: 100%;
}

.header-list {
  position:relative;
  width:100%;
  height:10.67vw;
  border-radius: 0px 0px 3.4645vw 3.4645vw;
  background-color:#e2e2e2;
  display:flex;
  align-items: center;
  overflow: hidden;
}

.header-list-top {
  margin-left:5.33vw;
  margin-right:5.33vw;
}

.header-list-top::after {
  content:url(/imgs/right_arrow.svg);
  position:relative;
  display:inline-block;
  top:0.15vw;
  width:1.8vw;
  margin-left:4vw;
}

.header-list-sub-wrap {
  flex: 1;
  overflow: hidden;
  height: 100%;
}

.header-list-sub {
  font-size:3.2vw;
  height:100%;
  overflow:scroll;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.header-list-sub::-webkit-scrollbar {
  display: none;
}

.header-list-sub ul {
  /*position:absolute;*/
  white-space: nowrap;
}

.header-list-sub li {
  position:relative;
  display:inline-block;
  margin-top:1em;
  margin-right:1em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.header-list-sub a::before {
  content:'';
  position:absolute;
  width:3px;
  height:3px;
  border-radius: 50%;
  background-color:#000;
  left:calc(50% - 1.5px);
  top:2px;
 
  transition:opacity 0.2s ease-in-out,top 0.2s ease-in-out;
}

.header-list-sub a.active::before {
  top:-3px;
  opacity:1;
}


.header-modal {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:0px;
  overflow:hidden;
  transition:height 0.3s ease-in-out;
  z-index:100;
}

.header-modal-contents {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.header-bg {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:#FFF;
}

.header-modal nav {
  position:absolute;
  width:100%;
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

.header-modal nav ul {
  margin-left:8.85vw;
}

.header-modal nav li {
  pointer-events: auto;
  display:block;
}

.header-modal nav ul:first-of-type {
  font-size:8vw;
  letter-spacing: 0.4em;
  flex:1;
  display:flex;
  flex-direction: column;
  justify-content: center;
  margin-top:5.33vw;
}

.header-modal nav ul:first-of-type li {
  margin-bottom:8vw;
}

.header-modal nav ul:last-of-type {
  font-size:3.73vw;
  /*display: flex;
  flex-direction: column;*/
}

.header-modal nav ul:last-of-type li {
  margin-bottom:4vw
}

.header-modal .header-sns {
  position:absolute;
  right:5.33vw;
  top:5.33vw;
  display:flex;
}

.header-modal .header-sns li {
  width:6.4vw;
  height:6.4vw;
  margin-left:4.8vw;
}

.header-modal .header-sns li img {
  width:100%;
}

.header-top-btn-wrap {
  position:fixed;
  right:8vw;
  bottom:-10.4vw;
  transition:bottom 0.2s ease-in-out;
  z-index:10;
  pointer-events: auto;
}

.header-top-btn {
  width:10.4vw;
  height:10.4vw;
  background-image:url(/imgs/octagon_black.svg);
  background-size:contain;
  background-repeat: no-repeat;
  display:flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 0px;
}

.header-top-btn img {
  width:2.54vw;
}

.header-top-btn-wrap.show {
  bottom:8vw;
}


.main-wrap {
  position:relative;
  padding-top:21.33vw;
  width:100%;
  z-index:0;
}

header.header-open .header-btn::after{
  transform:rotate(19.32deg) scale(1.0595,1);
}

header.header-open .header-btn::before{
  transform:rotate(-19.32deg) scale(1.0595,1);
}

header.header-open .header-modal {
  height:100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* TOP */
.top-logo {
  position:relative;
  width:100%;
  padding-top:10.67vw;
  line-height: 0px;
}

.top-logo h1 {
  margin:11.33vw auto 8vw;
  width:21.33vw;

}

.top-logo h2 {
  margin:8vw auto 11.33vw;
  width:17.33vw;
 
}

.loaded .top-logo h1,
.loaded .top-logo h2 {
  opacity:1;
}



/* TOP SECTION */
.top-section {
  position:relative;
  margin-bottom:17.5vw;
}

.top-section-photo {
  position:relative;
  width:100%;
  height:133.33vw;
  overflow:hidden;
}

.top-section-photo img {
  position:absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.top-first-section .top-section-photo {
 
}

.top-first-section .top-section-photo img {
  transform:scale(1.1);
}

.loaded .top-first-section .top-section-photo {
  animation:fade-in-animation 2s 0.2s ease-out forwards;
}

.loaded .top-first-section .top-section-photo img {
  animation:zoom-out-animation 10s ease-out forwards;
}

.sr2 .top-section-photo {
 
}

.sr2 .top-section-photo img {
  transform:scale(1.1);
}

#main_visual_notice {
  position: absolute;
  top: 20px; /* 上からの距離（調整可） */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6); /* 半透明の背景 */
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  z-index: 10;
  max-width: 90%;
  border-radius: 4px;
}

.loaded .sr-show .top-section-photo {
  animation:fade-in-animation 1s ease-out forwards;
}

.loaded .sr-show .top-section-photo img {
  animation:zoom-out-animation 10s ease-out forwards;
}

@keyframes fade-in-animation {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes zoom-out-animation {
  0% {
    transform:scale(1.1);
  }
  100% {
    transform:scale(1);
  }
}



.top-section-text {
  position:relative;
  width:100%;
  display:inline-block;
}

h3.wbtitle {
  position:absolute;
  left:9vw;
  top:0px;
  height:0px;
  font-size:8vw;
  letter-spacing: 0.45em;
  line-height:1em;
  writing-mode: vertical-rl;
  font-weight:200;
}

h3.wbtitle>span {
  position:absolute;
  white-space: nowrap;
}

h3.wbtitle img {
  width:7.47vw;
  line-height: 0px;
}

@media (max-width: 841px){
h3.wbtitle.twoline {
    position: absolute;
    left: 6vw;
    top: 0px;
    height: 0px;
    font-size: 8vw;
    letter-spacing: 0.45em;
    line-height: 1.2em;
    writing-mode: vertical-rl;
	font-weight: 200;
}
}
.sr2 .top-section-text h3.wbtitle > span:nth-of-type(2n) {
  top:0px;
 
  transition:top 0.5s 0.5s ease-in-out,opacity 0.5s 0.5s ease-in;
}

.loaded .sr-show .top-section-text h3.wbtitle > span:nth-of-type(2n) {
  top:0px;
  opacity:1;
}

.sr2 .top-section-text .section-text-main {
 
  transform-origin: top center;
  transition:opacity 0.5s 0.7s ease-in;  
}

.top-first-section .sr2 .top-section-text h3.wbtitle > span:nth-of-type(2n) {
  transition-delay: 0s;
}
.top-first-section .sr2 .top-section-text .section-text-main {
  transition-delay: 0.2s;
}

.loaded .sr-show .top-section-text .section-text-main {
  opacity:1;
}


.h3-1 {
  width:9.07vw;
}

.h3-2 {
  width:22.4vw;
}

.h3-3 {
  width:35.73vw;
}

.h3b-1 {
  width:7.73vw;
}

.h3c-1 {
  width:6.4vw;
}

.h3c28-1 {
  width:7.47vw;
}

.h3c-2 {
  width:14.4vw;
}

.h3d-1 {
  width:3.2vw;
}

.h3e-2 {
  width:13.6vw;
}

.faq-title {
  width:8vw;
}
h3.wbtitle>span:first-of-type {
  bottom:0em;
  color:#FFF;
}

h3.wbtitle > span.title_w{
  bottom:0em;
  color:#FFF;
	top: auto;
}
h3.wbtitle>span:last-of-type {
  top:0em;
}

.category-section-top-text h3 {
  width:26.96vw;
  font-size:8vw;
  letter-spacing: 0.45em;
  line-height:1.25em;
  writing-mode: vertical-rl;
  font-weight:200;
  margin:0px;
  display:flex;
  align-items: center;
}

.category-section-middle-text h3 {
  width:26.96vw;
  font-size:6.4vw;
  letter-spacing: 0.45em;
  line-height:1.25em;
  writing-mode: vertical-rl;
  font-weight:200;
  margin:0px;
  display:flex;
  align-items: center;
}

/*
h3.vtitle {
  position:absolute;
  left:9vw;
  top:0px;
  font-size:8vw;
  letter-spacing: 0.45em;
  line-height:1em;
  writing-mode: vertical-rl;
  font-weight:300;
  margin:0px;
}
*/

.category-section-text h3 {
  width:26.96vw;
  font-size:6.4vw;
  letter-spacing: 0.45em;
  line-height:1.25em;
  writing-mode: vertical-rl;
  font-weight:200;
  margin:0px;
  white-space: nowrap;
  display:flex;
  align-items: center;
}

/*
h3.vtitle2 {
  position:absolute;
  left:10vw;
  top:10.67vw;
  font-size:6.4vw;
  letter-spacing: 0.45em;
  line-height:1em;
  writing-mode: vertical-rl;
  font-weight:300;
  margin:0px;
  white-space: nowrap;
}
*/

.category-section-text h3 .vtitle-subtext {
  position:absolute;
  left:5.33vw;
  top:0px;
  font-size:3.2vw;
  letter-spacing: 0.45em;
  line-height:1em;
  writing-mode: vertical-rl;
  font-weight:200;
  margin:0px;
  white-space: nowrap;
}

/*
h3.vtitle2b {
  position:absolute;
  left:6vw;
  top:10.67vw;
  font-size:6.4vw;
  letter-spacing: 0.45em;
  line-height:1.25em;
  writing-mode: vertical-rl;
  font-weight:300;
  margin:0px;
}
*/

.category-section-text-v h3 {
  position:relative;
  font-size:6.4vw;
  line-height: 1.67em;
  font-weight: 400;
  letter-spacing:0.4em;
  margin:0px 8vw;
}

/*
h3.vtitle3 {
  position:relative;
  font-size:6.4vw;
  line-height: 1.67em;
  font-weight: 400;
  letter-spacing:0.4em;
  margin:10.67vw 8vw;
}
*/


.top-section-text h3.wbtitle .wbtitle-bk{
    top: 0.2em !important;
}

.top-section-link {
  position:absolute;
  width:10.67vw;  
  height:10.67vw;
  bottom:-18vw;
  left:-1.33vw;
}

.top-section-link > div {
  position:relative;
  width:100%;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(/imgs/top_octagon_btn.svg);
  background-size:contain;
  display:flex;
  align-content: center;
  justify-content: center;
  align-items: center
}

.top-section-link > div::after {
  content:'';
  background-image:url(/imgs/right_arrow.svg);
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
  width:1.875vw;
  height:3.185vw;
  margin-left:6%;
  display:inline-block;
}

.category-section-top-text,
.category-section-middle-text {
  position:relative;
  margin:40px 0px 66px;
  display:flex;
  width:100%;
}

.section-text-main {
  position:relative;
  /*margin:24vw 9.15vw 0px 26.824vw;*/
  /*margin:0px 9.15vw 0px 26.824vw;*/
  line-height:2.14em;
  letter-spacing:0.1em;
  width: 64.27vw;
}

.top-section .section-text-main {
  margin:12.53vw 9.15vw 0px 26.824vw;  
}

.category-section-text-bw .section-text-main {
  margin:12.53vw 9.15vw 0px 26.824vw;  
}

.category-section-top-text .section-text-main {
  padding-top:14vw;
}
.category-section-middle-text .section-text-main {
  padding-top:10vw;
}

.section-text-main2 {
  position:relative;
  margin:6.4vw auto 0px 8vw;
  width:64vw;
  line-height:2.14em;
  letter-spacing: 0.1em;
}

/*
@media (max-width: 839px) {
  .m90 {
    margin-top:24vw !important;
  }

  .m80 {
    margin-top:21.33vw !important;
  }

  .m55 {
    margin-top:14.67vw !important;
  }

  .m47 {
    margin-top:12.53vw !important;
  }

  .m40 {
    margin-top:10.67vw !important;
  }

  .m37 {
    margin-top:9.87vw !important;
  }

  .mb180 {
    margin-bottom:48vw !important;
  }

  .mb80 {
    margin-bottom:21.33vw !important;
  }

  .mb24 {
    margin-bottom:6.4vw !important;
  }
}
*/

span.caution-text {
  font-size:3.2vw;
  line-height: 1.5em;
  display:block;
  margin-top:1em;
  padding-left:1em;
	text-indent:-1em;
}



/* CATEGORY TOP */  
.category-top {
  position:relative;
  width:100%;
}

.category-top-c {
  display:flex;
  margin-bottom:17.83vw;
}

.category-top-c h3{
  position:relative;
  width:26.96vw;
  writing-mode: vertical-rl;
  font-size:9.6vw;
  font-weight:300;
  margin:9vw 0px 0px;
  line-height: 1.39em;
  letter-spacing:0.45em;
  display:flex;
  align-items: center;
}

@media (max-width: 839px) {
  .category-top-c h3.category-title2 {
    width:84vw;
    align-items:flex-end;
    margin-left:auto;
    margin-right:auto;
  }
}

.category-top-text {
  position:relative;
  /*margin:0px 9.15vw 17.5vw 26.824vw;*/
  padding-top:28vw;
  line-height:2.14em;
  letter-spacing: 0.1em;
  width:64.27vw;
}

.category-top hr,
.category-section hr {
  width: 84vw;
  margin:0px auto;
}

/* CATEGORY SECTION */
.category-section {
  position:relative;
  width:100%;
  /*margin:10.67vw auto 17.5vw;*/
  margin:0px auto 21.33vw;
}

.category-section-photo-slider {
  position:relative;
  width:92vw;
  height:92vw;
  margin:10.67vw auto 0px;
  /*overflow:hidden;*/
}

.hrmt {
  margin-top:21.33vw !important;
}

.category-section-photo-slider > div {
  width:100%;
  height:100%;
}

.category-section-photo-slider > div img {
  position:absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%
}

.category-section-text {
  position:relative;
  display:inline-block;
  width:100%;
  display:flex;
  margin:10.67vw 0px 18vw;
}

.category-section-text-bw {
  position:relative;
  display:inline-block;
  width:100%;
  margin:0px 0px 18vw;
}

.category-section-text-v {
  position:relative;
  display:inline-block;
  width:100%;
  margin:10.67vw 0px 0px;
}

.section-text-main dl {
  display: flex;
  flex-wrap: wrap;
  margin:0px 0px 0.4em;
}

.section-text-main dt{
  width: 3.2em;
  white-space: nowrap;
}

@media (max-width: 839px) {
  .section-text-main .nomargin-menu-ex dt {
    width:1em;
  }
  .section-text-main li {
    position:relative;
  }
  .section-text-main li::before {
    content:'・';
    position:absolute;
    left:-1em;
  }
}

.section-text-main dd{
  width:calc(100% - 3.2em);
  margin:0px;
}

.section-text-main h4 {
  font-size:5.33vw;
  font-weight:bold;
  margin:0px 0px 1em;
}

.section-text-main h4.century-text small {
  font-size:3.2vw;
}

.section-more-btn {
  width:13.87vw;
  text-align:center;
  font-size:2.652vw;
  /*margin:-8.21vw auto 18vw;*/
  margin:9.33vw auto 0px 16.105vw;
  transition:opacity 0.2s ease-in,margin 0.5s ease-in-out;
}

.section-more-btn.hide {
 
  pointer-events: none;
  margin-top:-16.88vw;
}

.section-more-btn img {
  margin-top:1vw;
}

.section-more-text {
  position:relative;
  overflow:hidden;
  height:0px;
  transition:height 0.5s ease-in-out; 
}

.foods-menu-one {
  padding-left:1em;
	text-indent:-1em;
  display:block;
}

/* About Section */
.about-section {
  position:relative;
  width:100%;
}

.about-section h1 {
  width:40vw;
  margin:29.33vw auto 21.33vw;
  line-height: 0px;
}

.about-section-text {
  position:relative;
  width:64vw;
  margin:21.33vw auto 17.5vw;
  line-height:2.14em;
  letter-spacing: 0.1em;
}

/* News Section */
.news-section {
  position:relative;
  width:92vw;
  margin:20vw auto;
}

.news-sort {
  position:relative;
  font-size:4.27vw;
  margin:0px 3.2vw 16vw;
  width:calc(100% - 6.4vw);
  border: solid 1px #000;
  padding-top:8.5vw;
  padding-bottom:8.5vw;
}

.news-sort-title {
  position:absolute;
  left:3vw;
  top: -0.65em;
  line-height: 1em;
  background-color: #FFF;
  padding-left: 3vw;
  padding-right: 3vw;
  letter-spacing: 0.1em;
}

.news-sort-inner {
  position:relative;
  margin:0px auto;
  width:73.13vw;
}

.news-sort-date {
  position:relative;
  padding-right:5vw;
  display:inline-block;
}

.news-sort-date:first-of-type {
  margin-right:0.2em;
}

.news-sort > span {
  position:relative;
  display: inline-block;
  min-height:1em;
  vertical-align: bottom;
}

.news-sort-margin {
  margin-right:1em;
}

.news-sort select {
  outline: none;
  border-color:transparent;
}

.news-sort input {
  position: relative;
  width:25vw;
  border:none;
  -webkit-appearance: none;
  background-color:transparent;
  font-size:70%;
  letter-spacing: 0.1em;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  top:-0.2em;
}

.news-sort input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

.news-sort input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

.news-sort input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
 
}

.news-sort input::placeholder {
  color:#000;
}

.news-sort button {
  border:none;
  border-bottom:solid 1px #000;
  background-color:transparent;
  padding:0px;
  margin-top:4vw;
  font-size:70%;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.news-sort-date-arrow {
  position:absolute;
  right:0.6em;
  top:-0.5em;
}

.news-sort-date-bar {
  position:absolute;
  right:0.5em;
  top:0px;
  pointer-events: none;
 
  font-size:70%;
}

.news-sort-date-mobile-text {
  position:absolute;
  left:0px;
 
  pointer-events: none;
  letter-spacing: 0.1em;
  font-size:70%;
}

.news-sort-date-arrow img {
  width:2.27vw;
}

.news-sort-date-cover {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  cursor: pointer;
}


.news-list {
  position:relative;
  width:100%;
}

.news-list a {
  display:block;
}

.news-list li {
  margin-bottom:20vw;
}

.news-thumb {
  width:100%;
  overflow:hidden;
}

.news-thumb img {
  width:100%;
  object-fit: cover;
  object-position: center;
}

.news-text,
.news-text2 {
  width:85.6vw;
  margin:5.33vw auto 3.73vw;
}

.news-text {
  font-size:6.4vw;
  line-height:1.5em;
}

.news-text2 {
  margin-top:8vw;
  font-size:4.27vw;
  line-height:1.875em;
}


.news-date {
  width:85.6vw;
  margin:3.73vw auto 0px;
  text-align:right;
  display:flex;
}

.news-date > span:first-of-type {
  position:relative;
  flex:1;
  top:0.8em;
  background-color:#000;
  height:1px;
}

.news-date > span:last-of-type {
  margin-left:0.8em;
}

.news-pager {
  font-size:4.27vw;
  text-align:center;
  display:flex;
  justify-content: center;
}


.news-pager li {
  margin-left:0.6em;
  margin-right:0.6em;
  padding-left:0.2em;
  padding-right:0.2em;
}
/*
.news-pager a {
  padding-left:0.8em;
  padding-right:0.8em;
}
*/

/* Acess map */
.access-text {
  position: relative;
  width: 84vw;
  margin: 0px auto;
}

.access-text > div {
  position:relative;
  display:flex;
  align-items: stretch;
  margin:10.67vw 0px; 
}

.access-text > div > div:first-of-type {
  position:relative;
  width:18.67vw;
  writing-mode: vertical-rl;
  text-align: left;
  font-size:5.33vw;
  letter-spacing: 0.4em;
  line-height: 1.5em;
  left:-1em;
}

.access-text > div > div:nth-of-type(2) {
  position:relative;
  flex:1;
  border-left:1px solid #000;
  display:flex;
  align-items: center;
  letter-spacing: 0.05em;
  line-height:2.14em;
}

.access-text > div > div:nth-of-type(2) > div {
  margin-left:6vw;
  margin-top:10.67vw;
  margin-bottom:10.67vw;
}

.access-map-section {
  position:relative;
  margin:21.33vw 4vw;
}

.access-map-section > iframe {
  width:100%;
}

.access-strong {
  font-size:4.8vw;
}

.access-text .ub-link {
  line-height: 3em;
}

.access-text .caution-text {
  margin-bottom:1em;
}

.access-text > div.access-second-block {
  margin-top:-5.33vw;
}

.access-sub-title {
  position:absolute;
  left:-1.6vw;
  top:0px;
  width:3.2vw;
  padding-bottom:4vw;
  line-height:0px;
  background-color:#FFF;
}

/* faq */
.faq-section {
  width:84vw;
  margin:10.67vw auto 17.6vw;
}

.faq-section li {
  display:flex;
  align-items: stretch;
}

.faq-section li:not(:last-of-type) {
  margin-bottom:20.27vw;
}

.faq-section li > div {
  position:relative;
  width:10.13vw;
  writing-mode: vertical-lr;
  font-size:5.33vw;
  letter-spacing: 0.3em;
  text-align: left;
  left:-0.25em;
}

.faq-section li > dl {
  flex:1;
  border-left:1px solid #000;
  margin:0px;
  padding-left:5.33vw;
}

.faq-section li dt {
  font-size:4.8vw;
  line-height:1.67em;
  letter-spacing:0.1em;
  margin-bottom:1em;
}

.faq-section li dd {
  line-height:2.14em;
  margin:0px;
  letter-spacing:0.1em;
}

.faq-section li dd:not(:last-of-type) {
  margin-bottom:5em;
}

/* Contact */
.contact-section {
  width:84vw;
  margin:21.33vw auto;
}

.contact-text {
  width:100%;
  margin:0px auto;
  letter-spacing: 0.1em;
  line-height:2.14em;
}

.contact-text p {
  margin-bottom:6.53vw;
}

.contact-text a {
  font-size:5.33vw;
}

/* company */
.company-section {
  width:84vw;
  margin:21.33vw auto;
}

.company-text {
  width:100%;
  margin:21.33vw auto;
}

.company-text dl {
  margin:0px;
}

.company-text dt {
  font-size:3.73vw;
  line-height:2.14em;
  margin-bottom:0.2em;
  letter-spacing: 0.05em;
}

.company-text dd {
  font-size:4.8vw;
  line-height:1.67em;
  margin:0px;
  letter-spacing: 0.05em;
}

.company-text dd:not(:last-of-type) {
  margin-bottom:18.67vw;
}

/* Privacy Policy */
.privacy-section {
  width:84vw;
  margin:21.33vw auto;
}

.privacy-section p {
  font-size:3.73vw;
  line-height: 2.14em;
  margin:0px;
  letter-spacing: 0.05em;
}

.privacy-section p:not(:last-of-type) {
  margin-bottom:1.6em;
}

/* footer */
footer {
  position:relative;
  width:100%;
}

footer hr {
  width: 84vw;
  margin:0px auto;
}

footer > div {
  position:relative;
  width:84vw;
  margin:0px auto;
}

.footer-logo {
  width:21.33vw;
  margin:10.67vw 0px 17.5vw;
  display:flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.footer-logo > img:first-of-type {
  width:21.33vw;
  margin-bottom:8vw;
}

.footer-logo > img:last-of-type {
  width:17.33vw;
}

.footer-sns {
  position:absolute;
  right:0px; 
  top:0px;
}

.footer-sns li {
  display:inline-block;
  width:9.6vw;
  margin-left:5.33vw;
  line-height: 0px;
}

.footer-sns li img {
  width:100%;
}

.footer-link ul {
  margin-bottom:17.5vw;
}

.footer-link li {
  margin-bottom:8vw;
}

.footer-address {
  line-height: 2.14em;
}

.footer-address p {
  letter-spacing: 0.02em;
  margin:0px 0px 0.15em;
}

.footer-copyright {
  font-size:2.67vw;
  margin:10.67vw 0px 32.53vw;
}

/* Slider */

.keen-slider {
  width: 100%;
  height: 100%;
 
  transition:opacity 0.5s ease-in;
}

.keen-slider.keen-slider-created {
  opacity:1;
}

.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 10px 0 0px;
  margin-right:-8.15px;
  justify-content: flex-end;
}

.dot {
  position:relative;
  border: none;
  width: 20px;
  height: 20px;
  margin: 0;
}

.dot::after {
  content:'';
  position:absolute;
  left:8.5px;
  top:8.5px;
  width:3px;
  height:3px;
  background-color:#000;
  opacity:0.2;
  border-radius: 50%;
  cursor: pointer;
}

.dot:focus::after {
  outline: none;
}

.dot--active::after {
  opacity:1;
}

.arrow {
  width: 10.4vw;
  height: 10.4vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  background-image:url("/imgs/octagon_white.svg");
  background-size:contain;
  background-position: center;
  line-height:0px;
}

.arrow--left {
  left: 1.33vw;
  /*background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");*/
}

.arrow--right {
  left: auto;
  right: 1.33vw;
  /*background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");*/
}

.arrow--left:after {
  content:url('/imgs/slider_arrow.svg');
  position:absolute;
  left:50%;
  top:50%;
  width:1.13vw;
  transform: translate(-50%,-50%) rotate(180deg);
}

.arrow--right:after {
  content:url('/imgs/slider_arrow.svg');
  position:absolute;
  left:50%;
  top:50%;
  width:1.13vw;
  transform: translate(-50%,-50%);
}

.category-section-photo-slider .keen-slider .keen-slider__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.category-section-top-text h3.eng_tate{
    writing-mode: vertical-rl;
	text-orientation: upright;
}

.ub-link.ub-link-mb{
	display: inline-block;
	margin-bottom: 0.7em;
	padding-bottom: 0;
}

.gmap{
	width: 92vw;
	height: 90vw;
	margin:0  auto;
	display: block;
}
.img_full{
	width: 100%;
    max-width: 1172px;
	margin: auto;
	display: block;
}
.category-section .img_full{
	width: 100%;
}


.section-text-main .enjoy-spotlist {    padding-left: 1.5em;
    position: relative;
}
.section-text-main .enjoy-spotlist li{
	position: relative;
}
.section-text-main .enjoy-spotlist li::before {
    content: '・';
    position: absolute;
    left: -1em;
}
.gmap_box{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.gmap_box .category-section-block{
	flex-direction: column;
	justify-content: space-between;
	display:flex;
}
.gmap_box > hr:last-child{
	margin-top: 18vw;
}
@media (min-width: 840px){
.img_full{
	width: calc(100% - 180px);
	margin-bottom: 125px;
}
.category-section .img_full{
	width: 100%;
}
.gmap{
	width: 80%;
    height: min(39vw,470px);
    height: min(35vw,470px);
    margin: 0;
	    width: 80%;
    height: min(39vw,470px);
    height: min(31vw,390px);
	}
.gmap-full{
	width: 80%;
	margin: auto;
	margin-bottom: 125px;
}
.gmap_box > hr:last-child{
	margin-top: 125px;
}
	.gmap_left{
		align-items: center;
	}
	.gmap_right{
		align-items: center;
	}
}