@charset "UTF-8";
@import url(reset.css);
/* ------------------------------------------------------------ */
/* 変数 */
/* ------------------------------------------------------------ */
:root {
  --main-font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, "メイリオ", Meiryo,
    sans-serif;
  --en-font: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,
    Verdana, "メイリオ", Meiryo, sans-serif;
  --main-font-color: #341709;
  --sub-font-color: #c69c6d;
  --sub-font-color-wht: #fff;
  --main-bg-color: #341709;
  --sub-bg-color: #c69c6d;
}
/*--------------------------------------------------------------
reset.css
リセット関係・clearfixなど

common.css
reset.cssのimport、レイアウト、TOPのスタイル記載したcss

sub.css
下層のレイアウトを記載したcss
--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　479：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--main-font-color);
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, "メイリオ", Meiryo,
    sans-serif;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 1.6px;
}
.pc {
  display: none;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* font */
/* ------------------------------------------------------------ */
.min,
.main-ttl,
.sub-ttl,
.item-ttl,
.ooyu-status .span01 {
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.lato,
.openhour,
.page-numbers {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue,
    Verdana, "メイリオ", Meiryo, sans-serif;
}
/* ------------------------------------------------------------ */
/* img */
/* ------------------------------------------------------------ */
.main-logo,
.thum {
  margin: 0 auto;
  text-align: center;
}
.main-logo img,
.thum img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-logo a:hover img,
.thum a:hover img {
  /*  opacity: .7;*/
}
/* ------------------------------------------------------------ */
/* link */
/* ------------------------------------------------------------ */
/*
::selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
::-moz-selection {
  color: #383838;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
*/
a {
  color: var(--main-font-color);
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
/* ------------------------------------------------------------ */
/* ボタン */
/* ------------------------------------------------------------ */
.btn {
  width: 100%;
  margin: 0 auto 1em;
}
.btn a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  color: var(--sub-font-color);
  background: var(--main-bg-color);
  margin: 0 auto;
  padding: 14px;
  position: relative;
  z-index: 1;
  border-radius: 60px;
}
.btn a:hover {
  /*
  background: var(--sub-bg-color);
  color: var(--main-font-color);
*/
}
/* ------------------------------------------------------------ */
/* icon */
/* ------------------------------------------------------------ */
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
.icon-home {
  width: 28px;
  height: 25px;
}
.icon-weather {
  width: 28px;
  height: 28px;
}
.icon-car {
  width: 36px;
  height: 25px;
}
.icon-bus {
  width: 28px;
  height: 28px;
}

.icon-spot {
  width: 40px;
  height: 24px;
}

.icon-monkey {
  width: 28px;
  height: 28px;
}
/* ------------------------------------------------------------ */
/* main-logo */
/* ------------------------------------------------------------ */
.main-logo {
  max-width: 420px;
  max-height: 96px;
}
.main-logo a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
/* ------------------------------------------------------------ */
/* common layouts */
/* ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 2em 1em;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}
.scroll-contents {
  overflow: scroll;
  width: 835px;
  height: 490px;
}
/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
.main-header {
  width: 100%;
  background: url(../img/bg-nav.png) repeat center / auto;
  /*  padding: 10px 15px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.9);
  z-index: 9999;
  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.main-header .main-logo {
  width: 30%;
  margin: 0;
}
/* ------------------------------------------------------------ */
/* hamburger */
.drawer-hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  min-height: inherit;
  padding: 0;
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  right: 15px;
}
.drawer-open .drawer-hamburger {
  height: 30px;
}
.drawer-hamburger-icon {
  margin-top: 0;
  height: 100%;
  background: none;
  border-top: 3px solid #fff;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  top: 5.25px;
  height: 3px;
}
.drawer-hamburger-icon:after {
  top: inherit;
  bottom: 0;
  height: 3px;
}
.drawer-open .drawer-hamburger-icon {
  border-top: none;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 14px;
}
/* ------------------------------------------------------------ */
/* gnav */
/* ------------------------------------------------------------ */
.gnav {
  width: 80%;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.drawer_inner {
  background: var(--main-bg-color);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-menu {
  padding: 60px 0 0;
}
.drawer--right .drawer-nav {
  right: -100%;
}
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* ------------------------------------------------------------ */
/* nav-menu */
.nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 2em;
}
.nav-menu .menu-item {
}
.nav-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.menu-item a {
  display: block;
  width: 100%;
  /*  padding: 20px;*/
  color: var(--sub-font-color-wht);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.menu-item a:hover {
  opacity: 1;
}
.menu-item .menu-ttl {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
/* ------------------------------------------------------------ */
/* common content */
/* ------------------------------------------------------------ */
.content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainarea {
  width: 100%;
  /*  padding: 1em;*/
  background: url("../img/bg-main.png") no-repeat center top / cover;
}
.sidearea {
  width: 100%;
  background: var(--main-bg-color);
  padding: 2em;
}
.base {
  width: 96.5%;
  height: auto;
  position: relative;
  margin: 0 auto 2em;
  background-image: url("../img/bg-sec-body.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
.base::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  background-image: url("../img/bg-sec-btm.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}
/* ------------------------------------------------------------ */
/* side content */
/* ------------------------------------------------------------ */
.side-item {
  width: 100%;
  margin: 0 auto 1.5em;
}
/* livecam */
.side-item.livecam {
}
.side-item.livecam .thum {
  position: relative;
}
.side-item.livecam .thum img {
  width: 100%;
}
.side-item.livecam .thum .tag {
  display: inline-block;
  text-align: center;
  background: #cb5245;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  color: var(--sub-font-color-wht);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}
.side-item.livecam .sub-ttl {
  border-radius: 15px 15px 0 0;
  padding: 8px 10px 45px 45px;
  font-size: 2rem;
  color: var(--sub-font-color-wht);
  background: url("../img/bg-livecamera_ttl.png") repeat center top / cover;
  position: relative;
}
.side-item.livecam .sub-ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon/icon-monkey.svg") no-repeat center center / 100%
    auto;
  position: absolute;
  top: 15px;
  left: 10px;
}
.side-item.livecam .sub-ttl .status {
  font-family: var(--main-font);
  background: #fff;
  border-radius: 60px;
  font-size: 11px;
  color: var(--main-font-color);
  display: inline-block;
  padding: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.side-item.livecam .sub-ttl .status span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.status .is-active {
  color: #cb5245;
}
.status .is-hidden {
  color: #888;
}
/* ooyu */
.ooyu-status {
  display: flex;
  border-radius: 60px;
  /*  padding-left: 50%;*/
  margin: 0 auto 1.5em;
  /*  background: #fff;*/
  position: relative;
  background-image: url("../img/btn-ooyu.png");
  background-repeat: repeat;
  /*  background-size: 100% auto;*/
  background-position: left top;
  overflow: hidden;
}
.ooyu-status::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.ooyu-status::after {
  content: "";
  display: block;
  width: 31px;
  height: 38px;
  background-image: url("../img/icon/icon-ooyu.svg");
  background-repeat: no-repeat;
  /*  background-size: 100% auto;*/
  background-position: left top;
  position: absolute;
  top: 11px;
  left: 8px;
}
.ooyu-status .span01 {
  font-size: 15px;
  padding: 10px;
  margin: 0 0 0 35px;
  color: #fff;
  line-height: 1.6;
}
.ooyu-status .span02 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  border-radius: 0 60px 60px 0;
  display: block;
  background: #fff;
  margin: 1px 0;
  /*  padding: 6px;*/
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.side-btn {
  width: 100%;
}
.side-btn .btn-item {
  width: 100%;
  margin: 0 auto 1.5em;
}
.side-btn .btn-item a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.side-btn .btn-item img {
  width: 100%;
}
.gnav .side-item {
  padding: 0 1em;
}
.gnav .ooyu-status span {
  font-size: 12px;
  padding: 7px 5px;
}
/* ------------------------------------------------------------ */
/* ttl */
.ttl-box {
  margin: 10px auto 0;
  padding: 0 0 10px;
  background-image: url("../img/bg-ttl-body.png");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.ttl-box::before,
.ttl-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  z-index: 2;
}
.ttl-box::before {
  background-image: url("../img/bg-ttl-top.png");
  top: -5px;
}
.ttl-box::after {
  background-image: url("../img/bg-ttl-btm.png");
  bottom: -5px;
}
.main-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-left: 35px;
  color: var(--sub-font-color);
  background-image: url("../img/icon/icon-main_ttl.svg");
  background-repeat: no-repeat;
  background-position: left -25px top 11px;
  background-size: 48px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ttl-caps {
  font-size: 12px;
  font-family: var(--main-font);
  display: inline-block;
  color: var(--sub-font-color-wht);
  padding: 0 10px;
}
.sub-ttl {
  font-size: 2.2rem;
  line-height: 1.4;
}
.item-ttl {
  font-size: 2.2rem;
  line-height: 1.4;
}
.icon-ttl {
  padding: 0 0 0 36px;
  position: relative;
}
.icon-ttl::before {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  background: url("../img/icon/icon-sub_ttl.svg") no-repeat center top / 100%
    auto;
  position: absolute;
  top: 8px;
  left: 0;
}
/* ------------------------------------------------------------ */
/* flx_box */
.flx_box {
  /*
  width: 100%;
  height: auto;
*/
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* カラム共通 */
.flx_item {
  width: 100%;
  height: auto;
  margin: 0 auto 2em;
}
.flx_item .thum {
  width: 100%;
  height: auto;
  margin: 0 auto 1em;
}
/* ------------------------------------------------------------ */
/* animation */
@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInup {
  opacity: 0;
  animation: fadeInup 1.5s ease-in-out 0.3s 1 forwards;
}
.fadeIn {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 2.5s 1 forwards;
}
/* ------------------------------------------------------------ */
/* swiper */
/* ------------------------------------------------------------ */
.slider,
.shop-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.shop-slider {
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.slider .swiper-slide {
  /*  border-radius: 15px;*/
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff;
  border: 2px solid var(--main-bg-color);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.swiper-pagination-bullet-active {
  background: var(--main-bg-color);
}

.swiper-button-next,
.swiper-button-prev {
  color: #5e5988;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}
/* ------------------------------------------------------------ */
/* list */
/* ------------------------------------------------------------ */
.archive-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-item {
  width: 100%;
  padding: 1em;
  background: rgba(52, 23, 9, 0.1);
  margin: 0 auto 1em;
  /*  display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-item .txt {
  width: 100%;
  margin: 0 auto;
}
.archive-item .item-ttl {
  font-size: 22px;
  margin: 0 auto 15px;
}
.archive-item .caps {
  line-height: 1.5;
  margin: 0 0 15px;
}
.archive-item .info {
  font-size: 12px;
}
.info .info-item {
  position: relative;
  padding-left: 28px;
  margin: 0 0 5px;
  line-height: 1.5;
}
.info-item::before {
  font-family: var(--main-font);
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  margin-right: 5px;
  line-height: 1;
  font-size: 11px;
  text-align: center;
  color: var(--sub-font-color-wht);
  border-radius: 5px;
  background: var(--main-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
}
.info .openhour {
}
.info .openhour::before {
  content: "営";
}
.info .closed::before {
  content: "休";
}
.info .phone {
  font-family: var(--en-font);
}
.info .phone::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.archive-item .thum {
  width: 100%;
}
.archive-item .thum figure {
  width: 100%;
  margin: 0 auto 1em;
}
/* ------------------------------------------------------------ */
/* section */
/* ------------------------------------------------------------ */
/* mainvisual */
.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainvisual img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  /* スマートフォン横 */
  .sp {
    display: block;
  }
  /* ------------------------------------------------------------ */
  /* flx_box */
  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc(100% / 2 - 0.5em);
    margin: 0 0.5em 1em 0;
  }
  .flx_2cols .flx_item:nth-child(2n),
  .flx_2cols .flx_item:last-child {
    margin: 0 0 1em;
  }
  /* 3カラム */
  .flx_3cols .flx_item {
    width: calc(100% / 3 - 0.5em);
    margin: 0 0.5em 1em 0;
  }
  .flx_3cols .flx_item:nth-child(3n) {
    margin: 0 0 1em;
  }
  .drawer-menu {
    padding: 80px 0 0;
  }
  .side-item.livecam .sub-ttl {
    padding: 8px 10px 8px 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .side-item.livecam .sub-ttl .status {
    font-size: 10px;
    padding: 5px 8px;
    position: relative;
    bottom: inherit;
    right: inherit;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .gnav .side-item {
    padding: 0 2em;
  }
  .ooyu-status span {
    padding: 0.6em 6px;
    font-size: 2.2rem;
  }
  .gnav .ooyu-status span {
    font-size: 1em;
    padding: 12px 8px;
  }
  /* ------------------------------------------------------------ */
  /* sectionごとのスタイルここから */
  /* ------------------------------------------------------------ */
}
@media screen and (min-width: 768px) {
  /* タブレット縦 / スマートフォン横 */
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  /* ------------------------------------------------------------ */
  /* flx_box */
  /* 2カラム */
  .flx_2cols .flx_item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em 0;
  }
  .flx_2cols .flx_item:nth-child(2n),
  .flx_2cols .flx_item:last-child {
    margin: 0 0 2em;
  }
  /* 3カラム */
  .flx_3cols .flx_item {
    width: calc(100% / 3 - 1em);
    margin: 0 1em 2em 0;
  }
  .flx_3cols .flx_item:nth-child(3n) {
    margin: 0 0 2em;
  }
  /* ------------------------------------------------------------ */
  /* swiper */
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }
  /* ------------------------------------------------------------ */
  /* gnav */
  /* ------------------------------------------------------------ */
  .gnav {
    width: 50%;
  }
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .inner {
    padding: 2em;
  }
  .base {
  }
  .side-item {
    width: 60%;
    margin: 0 auto 1.5em;
  }
  .gnav .side-item {
    width: 100%;
  }
  .gnav .side-item.livecam .sub-ttl {
    padding: 8px 10px 45px 45px;
  }
  .gnav .side-item.livecam .sub-ttl .status {
    padding: 5px 8px;
    /*    display: inline-block;*/
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .ooyu-status span {
    font-size: 1.8rem;
  }
  .gnav .ooyu-status span {
    font-size: 14px;
    padding: 8px 5px;
  }
  /* ------------------------------------------------------------ */
  /* list */
  /* ------------------------------------------------------------ */
  .archive-item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em 0;
  }
  .archive-item:nth-of-type(2n) {
    margin: 0 0 2em 1em;
  }
  /* ------------------------------------------------------------ */
  /* sectionごとのスタイルここから */
}
@media screen and (min-width: 1025px) {
  /* デスクトップ/タブレット横 */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .icon {
    width: 28px;
    height: 28px;
  }
  .icon-home {
    width: 30px;
    height: 28px;
  }
  .icon-weather {
    width: 32px;
    height: 32px;
  }
  .icon-car {
    width: 45px;
    height: 28px;
  }
  .icon-bus {
    width: 28px;
    height: 28px;
  }
  .icon-restaurant {
    width: 28px;
    height: 28px;
  }
  .icon-shop {
    width: 26px;
    height: 28px;
  }
  .icon-spot {
    width: 38px;
    height: 24px;
  }
  .wrapper {
    /*max-height: 694px;*/
    height: 100vh;
    overflow: hidden;
  }
  .single .wrapper {
    /* height:auto; */
  }
  .slider {
    padding: 0 30px;
  }
  .btn a {
    font-size: 16px;
    padding: 10px 14px;
  }
  /* ------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------ */
  .main-header {
    padding: 10px 0;
  }
  .main-header .main-logo {
    width: 15%;
    margin-left: 20px;
  }
  /* ------------------------------------------------------------ */
  /* gnav */
  /* ------------------------------------------------------------ */
  .gnav {
    width: 65%;
    /*max-width: 500px;*/
  }
  .drawer_inner {
    background: none;
  }
  .nav-menu {
    flex-direction: row;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:not(:last-child) {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .menu-item a {
    padding: 0 12px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .menu-item .icon {
    display: block;
    margin: 0 auto;
  }
  /*.menu-item .menu-ttl {
    margin: 5px auto 0;
      font-size: 15px;
  }*/
  .menu-item .menu-ttl {
    margin: 5px auto 0;
    font-size: 12px;
    width: 100%;
  }
  /* ------------------------------------------------------------ */
  /* common content */
  /* ------------------------------------------------------------ */
  .content {
    flex-wrap: nowrap;
    height: 100%;
  }
  .mainarea {
    /*width: 71vw;*/
    width: 75vw;
    padding: 20px 0 0;
  }
  .sub .mainarea {
    padding-top: 30px;
  }
  .single .mainarea {
    padding-top: 30px;
  }
  .sidearea {
    /*width: 29vw;*/
    width: 25vw;
    padding: 30px 20px 0;
  }
  .sub .sidearea {
    /* padding: 30px 20px 0; */
  }
  .single .sidearea {
    /* padding: 20px 20px 0; */
  }
  .side-item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .side-item.livecam .sub-ttl {
    padding: 8px 10px 40px 47px;
    font-size: 18px;
    margin: 0 auto;
  }
  .side-item.livecam .sub-ttl::before {
    width: 31px;
    height: 30px;
    left: 5px;
    top: 5px;
  }
  /*.side-item.livecam .sub-ttl .status {
    padding: 6px 7px;
          letter-spacing: 1px;
  }*/
  .side-item.livecam .sub-ttl .status {
    font-size: 12px;
    padding: 4px 8px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .side-item.livecam .sub-ttl .status span {
    font-size: 15px;
  }
  .side-item.livecam .thum .tag {
    font-size: 15px;
    padding: 5px 10px;
    top: 10px;
    line-height: 1.2;
  }
  .side-btn .btn-item {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 20px 0;
  }
  .side-btn .btn-item:nth-child(even) {
    margin: 0 0 20px 10px;
  }
  .ooyu-status {
    margin: 0 auto 25px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ooyu-status::before {
    display: none;
    background-position: left center;
  }
  .ooyu-status::after {
    width: 26px;
    height: 24px;
    top: 9px;
    left: 18px;
  }
  .ooyu-status span {
    font-size: 15px;
    padding: 0.4em;
  }
  .ooyu-status .span01 {
    font-size: 16px;
    padding: 5px;
    margin: 0;
  }
  .ooyu-status .span02 {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    border-radius: 0;
    width: 100%;
  }
  .inner {
    padding: 2%;
  }
  .post_content .inner {
    padding: 30px 25px 10px;
  }
  .base {
    margin: 0 auto;
  }
  .base::after {
    height: 25px;
    bottom: -5px;
  }
  .ttl-box {
    margin: 20px auto 0;
    padding: 0 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top .ttl-box {
    margin: 10px auto 0;
  }
  .single .ttl-box {
    margin: 0 auto;
    padding: 0 0 5px;
  }
  .ttl-box::before,
  .ttl-box::after {
    height: 25px;
  }
  .ttl-box::before {
    top: -17px;
  }
  .single .ttl-box::before {
    top: -8px;
  }
  .ttl-box::after {
    bottom: -12px;
  }
  .single .ttl-box::after {
    bottom: -12px;
  }
  /*.main-ttl {
    width: 300px;
    font-size: 21px;
    padding-left: 70px;
    background-position: left -32px top 5px;
    background-size: 88px 45px;
  }*/
  .main-ttl {
    /*width: 260px;*/
    font-size: 28px;
    padding-left: 55px;
    background-position: left -32px top 7px;
    background-size: 68px 40px;
  }
  .top .main-ttl {
    font-size: 24px;
    padding-left: 48px;
    background-position: left -28px top 7px;
    background-size: 65px 32px;
  }
  .ttl-caps {
    font-size: 14px;
    padding: 0.7em 1.5em 0;
  }
  .top .ttl-caps {
    padding: 0 1.5em;
  }
  .item-ttl {
    font-size: 24px;
    line-height: 1.2;
  }
  .icon-ttl {
    padding: 0 0 0 36px;
  }
  .icon-ttl::before {
    /*width: 36px;
    height: 18px;
    top: 8px;*/
    width: 28px;
    height: 15px;
    top: 10px;
  }

  .shop-slider {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop-slider .swiper-wrapper {
    height: 200px;
    /* overflow-y: hidden; */
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -7px;
  }
  /* ------------------------------------------------------------ */
  /* list */
  /* ------------------------------------------------------------ */
  .archive-list {
    max-height: 400px;
    overflow-y: scroll;
  }
  .archive-item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 1em 0;
    padding: 1.2em;
    display: flex;
    flex-direction: row;
  }
  .archive-item:nth-of-type(2n) {
    margin: 0 0 1em 1em;
  }
  .archive-item .txt {
    width: 52%;
    /*padding-right: 1.2em;*/
    margin: 0;
  }
  .archive-item .caps {
    font-size: 14px;
    margin: 0 0 15px;
    width: 100%;
  }
  .archive-item .item-ttl {
    font-size: 20px;
    width: 100%;
    padding: 0 0 0 38px;
  }
  .archive-item .info {
    font-size: 13px;
  }
  .info .info-item {
    padding-left: 30px;
    margin: 0 0 10px;
  }
  .info-item::before {
    font-size: 13px;
  }
  .archive-item .thum {
    width: 45%;
    margin: 0;
  }
  .archive .post_content .tabBox {
    display: none;
  }
  .archive-item .btn a {
    font-size: 14px;
    padding: 10px 14px;
  }
  /* ------------------------------------------------------------ */
  /* sectionごとのスタイルここから */
  .mainvisual {
    margin: 0 auto 3%;
  }
}

@media screen and (min-width: 1165px) {
  /* mouse10以上になったら通常PC版 */

  .wrapper,
  .content {
    height: auto;
    min-height: 100vh;
  }

  .base {
    max-width: 1280px;
  }
  .side-item {
    max-width: 90%;
  }

  .archive-list {
    max-height: 60vh;
  }
}
