@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

@font-face {
  font-family: "Sequel", sans-serif;
  src: url("../font/Sequel.eot") format("eot"), url("../font/Sequel.woff") format("woff");
}
/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

a {
  text-decoration: none;
  color: #020202;
  transition: 0.5s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

a.white:link {
  color: #FFF;
}

.opacity:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  min-width: 1200px;
  background-color: #FCFCFC;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
    padding-top: 75px;
  }
}

.inner {
  clear: both;
  padding: 0 15px;
  max-width: 1350px;
  margin: 0 auto;
}

.inner02 {
  clear: both;
  padding: 0 15px;
  max-width: 1030px;
  margin: 0 auto;
}

.inner03 {
  clear: both;
  padding: 0 15px;
  max-width: 847px;
  margin: 0 auto;
}

.section_wrap02 {
  clear: both;
  overflow: hidden;
  padding: 0 0 8em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap02 {
    padding: 0 0 10%;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 30px 0 30px 60px;
}
@media screen and (max-width: 767px) {
  header {
    margin: 0;
    padding: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
  }
}

.header_box {
  display: flex;
  align-items: center;
}

.header_ttl {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1400px) {
  #gnavi {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  display: flex;
  align-items: center;
}
#gnavi ul li {
  position: relative;
  margin-right: 25px;
  z-index: 2;
}
#gnavi ul li:last-child {
  margin-right: 0;
}
#gnavi ul li > a {
  display: block;
  position: relative;
  z-index: 2;
}
#gnavi ul li img {
  width: 8px;
  height: 4px;
  vertical-align: middle;
  margin-left: 5px;
}
#gnavi ul li div {
  position: absolute;
  opacity: 0;
  width: 230px;
  z-index: -1;
  height: 0;
  overflow: hidden;
  margin-top: 5px;
}
#gnavi ul li div p {
  position: relative;
  height: 0;
  transition: 0.5s;
  font-size: 0.85em;
}
#gnavi ul li div p:after {
  position: absolute;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
}
#gnavi ul li div p a {
  display: none;
  padding: 0.2em 0 0.2em 1em;
}
#gnavi ul li div p a:hover {
  color: #3a496f;
}
#gnavi ul li:hover div {
  top: 0;
  padding-top: 40px;
  z-index: 1;
  opacity: 1;
  height: auto;
}
#gnavi ul li:hover div p {
  padding-bottom: 5px;
  margin-bottom: 10px;
  height: auto;
  background-color: #fff;
}
#gnavi ul li:hover div p a {
  display: block;
}

li.navi_list {
  position: relative;
}
li.navi_list:hover:before {
  position: absolute;
  content: "";
  background: url(../images/gnavistar.svg) no-repeat;
  width: 12px;
  height: 12px;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.7;
  transform: scale(1);
}

img.logo {
  text-align: left;
  width: 121px;
  height: 87px;
}
@media screen and (max-width: 767px) {
  img.logo {
    width: 65.5px;
    height: 43.5px;
  }
}
img.logo:hover {
  opacity: 0.7;
}

.main_img {
  clear: both;
  overflow: hidden;
  margin-bottom: 8%;
  position: relative;
  margin: 0 60px 100px;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin: 0 15px 10%;
  }
}

#main_slider_topWrapaction {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 2%;
  width: 100%;
  height: 402px;
}
@media screen and (max-width: 767px) {
  #main_slider_topWrapaction {
    margin-bottom: 10px;
    height: 40vh;
  }
}
#main_slider_topWrapaction img {
  width: 100%;
  height: 402px;
}
@media screen and (max-width: 767px) {
  #main_slider_topWrapaction img {
    height: 40vh;
  }
}
#main_slider_topWrapaction img.img_objuct {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#main_slider_topWrapaction ul li {
  width: 100% !important;
}

#main_slider_bottomWrapaction {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 402px;
}
@media screen and (max-width: 767px) {
  #main_slider_bottomWrapaction {
    margin-bottom: 10px;
    height: 40vh;
  }
}
#main_slider_bottomWrapaction img {
  width: 100%;
  height: 402px;
}
@media screen and (max-width: 767px) {
  #main_slider_bottomWrapaction img {
    height: 40vh;
  }
}
#main_slider_bottomWrapaction img.img_objuct {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#main_slider_bottomWrapaction ul li {
  width: 100% !important;
}

.topImg {
  width: 100%;
  margin-bottom: 105px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topImg {
    margin-bottom: 10%;
  }
}

.topImgbg {
  height: 500px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topImgbg {
    height: 200px;
  }
}

#about, #omiyagestand {
  background-image: url(../images/topimg_omiyagestand.jpg);
}

#onsenstand {
  background-image: url(../images/topimg_onsenstand.jpg);
}

#kiwosk-cafe {
  background-image: url(../images/topimg_cafe.jpg);
}

#access {
  background-image: url(../images/topimg_access.jpg);
}

#hirugami-onsen {
  background-image: url(../images/top_about.jpg);
}

#contact, #error, #check, #thanks {
  background-image: url(../images/topimg_contact.jpg);
}

#information {
  background-image: url(../images/topimg_info.jpg);
}

.topImg_txt {
  position: absolute;
  font-size: 1.68em;
  width: 443px;
  height: 153px;
  background: #000;
  color: #fff;
  bottom: -76.5px;
  left: 5%;
  padding: 1.1em 0 0 1em;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .topImg_txt {
    font-size: 5vw;
    width: auto;
    height: auto;
    bottom: -15px;
    left: 15px;
    padding: 0.5em 1em 1em;
  }
}
.topImg_txt span {
  font-size: 0.48em;
  display: block;
  padding-top: 10px;
  letter-spacing: 2px;
  position: relative;
}
.topImg_txt span:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 25px;
  top: 0;
}

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

.menu-trigger {
  position: fixed;
  top: 70px;
  right: 70px;
  width: 35px;
  height: 23px;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 25px;
    right: 20px;
    width: 30px;
  }
}
.menu-trigger:hover span:nth-of-type(1), .menu-trigger:hover span:nth-of-type(2), .menu-trigger:hover span:nth-of-type(3) {
  animation: none;
}
.menu-trigger span {
  filter: drop-shadow(0 0 1px #fcfcfc);
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: slide_line 3s ease-in-out 0s infinite;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  animation: slide_line 3s ease-in-out 0.15s infinite;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 70%;
  animation: slide_line 3s ease-in-out 0.3s infinite;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    height: 1px;
  }
}
.menu-trigger.active {
  height: 35px;
  transition: 0.5s;
  z-index: 5;
}
.menu-trigger.active span {
  background: #202020;
  z-index: 5;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -5px;
  animation: none;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: none;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  width: 100%;
  bottom: -2px;
  animation: none;
}
.menu-trigger.active:hover {
  transform: rotate(90deg);
}

@keyframes slide_line {
  0% {
    left: -100%;
    opacity: 0;
  }
  15% {
    left: 0;
    opacity: 1;
  }
  85% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(27, 27, 27, 0.5);
}
@media screen and (max-width: 767px) {
  #overlay {
    z-index: -1;
    background: #FCFCFC;
  }
}
#overlay ul {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.7em;
  padding: 120px 5% 5%;
  width: 40%;
  background: #FCFCFC;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #overlay ul {
    width: 100%;
    height: auto;
    padding: 100px 10% 10%;
    font-size: 4.5vw;
  }
}
#overlay ul li {
  margin-bottom: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid #020202;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #overlay ul li {
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
#overlay ul li a {
  color: #020202;
}

.display_none {
  display: none;
}

#overlay ul li .accordion_content p {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  #overlay ul li .accordion_content p {
    font-size: 4vw;
    margin-top: 0.5em;
  }
}
#overlay ul li .accordion_content p a {
  padding: 0;
}
#overlay ul li .accordion_content p a:hover {
  border-bottom: 1px solid #000;
}

.switch {
  color: #020202;
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}
.switch:after {
  position: absolute;
  content: "";
  background: url(../images/arrow02.svg) no-repeat center/cover;
  width: 16px;
  height: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.switch.open:after {
  transform: rotate(180deg);
}

/*
//フッター
------------------------------------------------------------
*/
#footer_wrap {
  text-align: center;
  font-size: 0.8em;
  line-height: 2.2;
}
#footer_wrap .f_txt {
  padding-bottom: 5%;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 1.25em;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #footer_wrap .f_txt {
    font-size: 3vw;
  }
}
#footer_wrap .copy {
  font-size: 0.9em;
  color: #020202;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  #footer_wrap .copy {
    font-size: 2.5vw;
  }
}

.footertxt {
  width: 100%;
  height: 100%;
  background: url(../images/footer_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.footertxt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 13, 45, 0.6);
}

.flogoarea {
  padding: 9% 0 3% 0;
}
@media screen and (max-width: 767px) {
  .flogoarea {
    padding: 10% 0;
  }
}

img.flogo {
  width: 100px;
  height: 305px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
}
img.flogo:hover {
  opacity: 0.8;
}

/*
5:div
------------------------------------------------------------
*/
.section_top {
  padding: 8% 0 9% 0;
  position: relative;
  clear: both;
  overflow: hidden;
  background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .section_top {
    padding: 15vw 0 10% 0;
  }
}
.section_top h2.vertical_ttl {
  position: absolute;
  z-index: 1;
  right: 13%;
}
@media screen and (max-width: 767px) {
  .section_top h2.vertical_ttl {
    position: relative;
    z-index: 1;
    left: 15px;
  }
}
.section_top div.img_onsen {
  height: 550px;
  margin-bottom: 10%;
  width: 55%;
  float: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top div.img_onsen {
    margin-bottom: 8%;
    width: 100%;
    height: auto;
  }
}
.section_top div.img_onsen:after {
  position: absolute;
  content: "";
  background: url(../images/star.svg) no-repeat center;
  width: 40%;
  height: 40%;
  top: 0;
  right: -47%;
}
.section_top div.img_onsen:before {
  position: absolute;
  content: "";
  background: url(../images/star.svg) no-repeat center;
  width: 40%;
  height: 40%;
  left: 20%;
  bottom: -60%;
}
@media screen and (max-width: 767px) {
  .section_top div.img_onsen:before {
    width: 20%;
    height: 20%;
    left: 40%;
    bottom: -20%;
    z-index: 1;
  }
}
.section_top div.img_onsen01 {
  background-image: url(../images/top_onsen01.jpg);
  height: 562px;
  width: 23%;
  position: absolute;
  top: 50px;
  right: 350px;
}
@media screen and (max-width: 767px) {
  .section_top div.img_onsen01 {
    width: 45%;
    height: 35%;
    top: 70%;
    right: 0;
  }
}
.section_top div.img_onsen02 {
  background-image: url(../images/top_onsen02.jpg);
  height: 481px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 27%;
}
@media screen and (max-width: 767px) {
  .section_top div.img_onsen02 {
    margin-top: 10%;
    width: 100%;
    top: auto;
    height: 300px;
    position: relative;
  }
}
.section_top .top_content {
  padding-bottom: 30px;
}
.section_top dl.sec_right {
  display: flex;
  flex-flow: row-reverse;
  width: 65%;
  float: right;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 35%;
  padding: 60px;
}
@media screen and (max-width: 1400px) {
  .section_top dl.sec_right {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .section_top dl.sec_right {
    flex-flow: wrap;
    width: 100%;
    position: relative;
    padding: 10% 0;
  }
}
.section_top dl.sec_right dt {
  width: 18%;
  margin: 5% 0 0 2%;
}
@media screen and (max-width: 767px) {
  .section_top dl.sec_right dt {
    padding-left: 15%;
    width: 40%;
    margin: 0 auto;
  }
}
.section_top dl.sec_right dd {
  width: 80%;
}
@media screen and (max-width: 1400px) {
  .section_top dl.sec_right dd {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section_top dl.sec_right dd {
    width: 100%;
    margin-top: 8%;
    padding: 0 15px;
  }
}
.section_top dl.sec_right dd img {
  width: 263px;
  height: 38px;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .section_top dl.sec_right dd img {
    margin: 0 auto 5%;
    display: block;
  }
}
.section_top dl.sec_right dd p {
  line-height: 2.1em;
  margin-bottom: 3%;
}
@media screen and (max-width: 1400px) {
  .section_top dl.sec_right dd p {
    line-height: 2em;
  }
}
@media screen and (max-width: 1200px) {
  .section_top dl.sec_right dd p {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .section_top dl.sec_right dd p {
    font-size: 0.9em;
    margin-bottom: 1em;
  }
}
.section_top dl.sec_right dd a.more {
  width: 147px;
  text-align: left;
  padding-left: 2em;
  margin-top: 5%;
}
.section_top dl.sec_right dd a.more:after {
  width: 147px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .section_top dl.sec_right dd a.more {
    float: none;
  }
}

video {
  width: 100%;
}

.video_area {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .video_area {
    height: auto;
    margin-bottom: 5%;
  }
}

.top_onsen {
  width: 50%;
  float: left;
  padding: 0 50px 0 170px;
  margin: 0% 0 10% 0;
}
@media screen and (max-width: 767px) {
  .top_onsen {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 5%;
  }
}
.top_onsen p {
  margin-bottom: 10%;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .top_onsen p {
    margin-bottom: 1em;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center {
    text-align: left;
  }
}

.center02 {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .center02 {
    text-align: left;
  }
}
.center02:before {
  position: absolute;
  content: "";
  background: url(../images/star.svg) no-repeat center;
  width: 113px;
  height: 56px;
  top: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.center02 img {
  width: 388px;
  height: 56px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .center02 img {
    width: 250px;
    height: 37px;
    margin-bottom: 5%;
  }
}

.list_left {
  width: 50%;
  float: left;
  padding: 0 30px 0 170px;
  margin: 5% 0 0 0;
}
@media screen and (max-width: 767px) {
  .list_left {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 5%;
  }
}

.list_left02 {
  width: 50%;
  float: right;
  padding: 0 170px 0 30px;
  margin: 5% 0 0 0;
}
@media screen and (max-width: 767px) {
  .list_left02 {
    width: 100%;
    float: right;
    padding: 0 15px;
    margin: 0 0 5%;
  }
}

.list_right {
  width: 50%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_right {
    width: 100%;
  }
}

.list_right02 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .list_right02 {
    width: 100%;
  }
}

.secound_p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secound_p {
    margin-bottom: 1em;
  }
}

.single_day {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single_day {
    margin-bottom: 1.5em;
    font-size: 3.5vw;
  }
}

.section_txt img {
  margin: 3% 0;
  display: block;
}

.map {
  position: relative;
}
.map::before {
  content: "";
  display: block;
  height: 400px;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .id_section {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.left_box {
  width: 50%;
  float: left;
  background: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .left_box {
    width: 100%;
    float: none;
  }
}

.right_box {
  width: 50%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .right_box {
    float: none;
    width: 100%;
    position: relative;
  }
}

.box {
  padding: 2em;
  margin: 0 0 2em;
}
.box::after {
  content: "";
  display: block;
  clear: both;
}
.box .ate {
  border: 1px dotted #1d1d1d;
}

/*
6:ul
------------------------------------------------------------
*/
ul.sideBox {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  ul.sideBox {
    display: none;
  }
}

ul.sideBox li {
  width: 117px;
  height: auto;
  padding-right: 10%;
  margin-bottom: 10%;
}
ul.sideBox li:hover {
  opacity: 0.9;
}
.list_top {
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_top {
    display: block;
  }
}
.list_top li {
  overflow: hidden;
  padding-right: 5%;
  text-align: center;
  width: 100%;
}
.list_top li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .list_top li {
    top: 0;
    padding-right: 0;
    margin-bottom: 10%;
  }
  .list_top li:last-child {
    margin-bottom: 0;
  }
}
.list_top .contents_img {
  width: 100%;
  height: auto;
}
.list_top p.contentstxt {
  padding: 2em 0 1.5em 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list_top p.contentstxt {
    padding: 1em;
  }
}

ul.list_item {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
ul.list_item li {
  width: 30%;
  margin-right: 5%;
}
ul.list_item li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  ul.list_item li {
    width: 100%;
    margin: 0 0 10%;
  }
  ul.list_item li:last-child {
    margin-bottom: 0;
  }
}
ul.list_item li dt {
  padding-bottom: 20px;
  width: 100%;
  height: auto;
}
ul.list_item li dd {
  font-size: 1.375em;
  text-align: left;
}
ul.list_item li dd span {
  display: block;
  font-size: 0.72em;
  text-align: left;
  padding: 10px 0 0 0;
}

ul.list_menu {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
ul.list_menu li {
  width: 47.5%;
  margin-right: 5%;
}
ul.list_menu li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  ul.list_menu li {
    width: 100%;
    margin: 0 0 10%;
  }
  ul.list_menu li:last-child {
    margin-bottom: 0;
  }
}
ul.list_menu li dt {
  padding-bottom: 20px;
  width: 100%;
  height: auto;
}
ul.list_menu li dd {
  font-size: 1.375em;
  text-align: left;
}
ul.list_menu li dd span {
  display: block;
  font-size: 0.72em;
  text-align: left;
  padding: 10px 0 0 0;
}

.bnrarea {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 9%;
}
.bnrarea li {
  background: #fff;
  width: 18.5%;
  margin: 0 1.875% 1.875% 0;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bnrarea li {
    width: 49%;
    margin: 0 2% 2% 0;
    height: 70px;
  }
  .bnrarea li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnrarea li:nth-child(5) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 767px) {
  .bnrarea li:nth-child(5) {
    margin: 0 2% 1% 0;
  }
}
.bnrarea li a {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.bnrarea li img {
  max-width: 80%;
  margin: 0 auto;
  height: 65px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bnrarea li img {
    max-width: 70%;
    height: 50px;
  }
}

.main_txt {
  position: absolute;
  left: 5%;
  color: #fff;
  opacity: 0.6;
  font-size: 333%;
  font-weight: 500;
  top: 50%;
  left: 3%;
  margin-top: 5%;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .main_txt {
    top: 65%;
    left: 5%;
    font-size: 10vw;
  }
}

.main_txt02 {
  position: absolute;
  left: 5%;
  color: #fff;
  opacity: 0.6;
  font-size: 333%;
  font-weight: 500;
  top: 0;
  left: 3%;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .main_txt02 {
    top: 0;
    left: 5%;
    font-size: 10vw;
  }
}

.list_cat li {
  margin-bottom: 10px;
}
.list_cat li:hover {
  border-bottom: 1px solid #000;
}

.list_info {
  display: flex;
  flex-flow: wrap;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .list_info {
    font-size: 0.9em;
  }
}
.list_info li {
  width: 23%;
  margin: 0 2.6% 2.6% 0;
}
@media screen and (max-width: 767px) {
  .list_info li {
    width: 100%;
    margin: 0 0 5vw;
  }
}
.list_info li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_info li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_info li a {
    display: flex;
    justify-content: space-between;
  }
}
.list_info li a:hover .info_img img {
  transform: scale(1.08, 1.08);
}
.list_info li .info_img {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_info li .info_img {
    width: 30%;
    margin-bottom: 0;
  }
}
.list_info li .info_img img {
  height: 300px;
  transform: scale(1, 1);
  transition: 0.5s;
}
@media screen and (max-width: 1370px) {
  .list_info li .info_img img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .list_info li .info_img img {
    height: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .list_info li .info_txt {
    width: 65%;
  }
}
.list_info li .info_txt .day {
  font-size: 0.8125em;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_information {
  position: absolute;
  color: #fff;
  bottom: 10%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .dlist_information {
    flex-flow: wrap;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .dlist_information dt {
    writing-mode: unset;
    margin: 0 0 1em;
    border-right: none;
    border-bottom: 1px solid #EEE;
    padding: 0 0 0.5em;
    font-size: 1.2em;
  }
}
.dlist_information dd {
  color: #fff;
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  .dlist_information dd {
    font-size: 0.85em;
    width: 100%;
  }
}
.dlist_information dd a {
  color: #fff;
}
.dlist_information dd ul li {
  margin-bottom: 1em;
}
.dlist_information dd ul li span {
  color: #fff;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .dlist_information dd ul li span {
    display: block;
    font-size: 0.9em;
  }
}

/*
8:table
------------------------------------------------------------
*/
.access_table {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .access_table {
    margin-bottom: 10%;
  }
}
.access_table tr {
  border-bottom: 1px solid #000;
  text-align: left;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .access_table tr {
    height: auto;
  }
}
.access_table tr th {
  width: 225px;
  padding-left: 3%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .access_table tr th {
    width: 100%;
    display: block;
    padding: 1em 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .access_table tr td {
    display: block;
    width: 100%;
    font-size: 0.85em;
    padding: 0 0 1em;
  }
}

.info_table {
  width: 100%;
  margin-bottom: 5%;
}
.info_table tr {
  border-bottom: 1px solid #000;
  text-align: left;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .info_table tr {
    height: auto;
    margin-bottom: 1em;
    display: block;
  }
}
.info_table tr th {
  width: 160px;
  padding-left: 3%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info_table tr th {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .info_table tr td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.sub_ttl {
  font-size: 1.125em;
  margin: 0 0 1em;
  text-align: center;
}
.sub_ttl img {
  display: block;
  margin: 0 auto 5px;
  width: 96px;
  height: 32px;
}
.sub_ttl span {
  font-size: 0.6em;
  margin-bottom: 1.5em;
  font-family: "Sequel", sans-serif;
  letter-spacing: 0.4em;
}

.sub_ttl02 {
  font-size: 1.125em;
  margin: 0 0 1em;
  text-align: center;
}
.sub_ttl02 img {
  display: block;
  margin: 0 auto 11px;
  width: 96px;
  max-height: 32px;
}
.sub_ttl02 span {
  font-size: 0.6em;
  margin-bottom: 1.5em;
  font-family: "Sequel", sans-serif;
  letter-spacing: 0.4em;
}

.vertical_ttl {
  writing-mode: vertical-rl;
  padding-right: 15px;
  font-size: 2.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .vertical_ttl {
    font-size: 1.6em;
    writing-mode: unset;
    margin: 0 0 1em;
  }
}

.top_ttl {
  font-size: 2.5em;
  letter-spacing: 5px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_ttl {
    font-size: 1.6em;
    margin-bottom: 1em;
    text-align: center;
  }
}

.top_ttl02 {
  font-size: 2.5em;
  margin: 0 0 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl02 {
    font-size: 2em;
    margin: 0 0 1em;
    line-height: 1;
  }
}
.top_ttl02 span {
  display: block;
  font-size: 0.35em;
  margin-bottom: 1.5em;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl02 span {
    font-size: 0.4em;
    margin-top: 1em;
  }
}

.top_ttl03 {
  font-size: 2.5em;
  margin: 0 0 1em;
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top_ttl03 {
    font-size: 6.5vw;
    text-align: center;
  }
}
.top_ttl03 span {
  display: block;
  font-size: 0.35em;
  margin-bottom: 1.5em;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl03 span {
    font-size: 0.4em;
  }
}

.top_ttl04 {
  font-size: 1.5em;
  margin: 0 0 1em;
  border-bottom: 1px solid #000;
}

.top_ttl05 {
  font-size: 2.5em;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .top_ttl05 {
    font-size: 6vw;
    line-height: 1.5em;
    margin-bottom: 0.5em;
  }
}

.top_ttl06 {
  font-size: 2.375em;
  margin: 0 0 1em;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .top_ttl06 {
    font-size: 5.5vw;
    margin: 0 0 0.5em;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.top_bg {
  background-image: url(../images/top01.jpg);
  width: 100%;
  height: 458px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_bg {
    height: 250px;
    margin-bottom: 10%;
  }
}

.about_bg {
  background-image: url(../images/bg_about.jpg);
  width: 100%;
  height: 458px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about_bg {
    height: 250px;
    margin-bottom: 10%;
  }
}

.onsenstand_bg {
  background-image: url(../images/bg_onsenstand.jpg);
  width: 100%;
  height: 458px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .onsenstand_bg {
    height: 250px;
    margin-bottom: 10%;
    background-position-x: left !important;
  }
}

.omiyagestand_bg {
  background-image: url(../images/bg_omiyage.jpg);
  width: 100%;
  height: 458px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .omiyagestand_bg {
    height: 250px;
    margin-bottom: 10%;
  }
}

.cafe_bg {
  background-image: url(../images/bg_cafe.jpg);
  width: 100%;
  height: 458px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cafe_bg {
    height: 250px;
    margin-bottom: 10%;
  }
}

img.img_onsen {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3%;
  display: block;
}

.self_bg {
  background-image: url(../images/selfcheck.jpg);
  width: 100%;
  height: 473px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .self_bg {
    height: 250px;
    margin-bottom: 10%;
  }
}

.p30 {
  padding-bottom: 20%;
}
@media screen and (max-width: 1400px) {
  .p30 {
    padding-bottom: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p30 {
    padding-bottom: 10%;
  }
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 47px;
  height: 121px;
  background: url(../images/pageTop.svg) no-repeat center/auto 100%;
  margin: 0 3% 1% 0;
}

.btn02 {
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 0.812em;
  background-color: #000;
  padding: 12px 50px;
  border-radius: 38px;
  position: relative;
  margin: 0 auto;
}
.btn02:after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}

a.more {
  display: block;
  text-align: center;
  font-size: 0.75em;
  position: relative;
  width: 97px;
  padding-bottom: 5px;
}
a.more:after {
  position: absolute;
  content: "";
  background: url(../images/right_arrow.svg) no-repeat center/100%;
  width: 97px;
  height: 5px;
  bottom: 0;
  left: -5px;
  animation: "pukapuka" 3s infinite alternate;
}
@media screen and (max-width: 767px) {
  a.more {
    float: right;
  }
}
a.button {
  width: 240px;
  height: 63px;
  color: #fff;
  font-size: 0.93em;
  display: inline-block;
  position: relative;
  background: #000;
  border-radius: 38px;
  padding: 16px 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button {
    padding: 1em;
    display: block;
    margin: 0 auto;
    height: auto;
  }
}
a.button:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
a.button:hover {
  background-color: #1b2747;
  color: #fff;
  border: 1px solid #1b2747;
  opacity: 0.8;
}
a.button02 {
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 0.81em;
  display: inline-block;
  position: relative;
  background: #000;
  border-radius: 38px;
  padding: 12px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button02 {
    margin: 0 auto;
    display: block;
  }
}
a.button02:before {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
a.button02:hover {
  background-color: #1b2747;
  color: #fff;
  border: 1px solid #1b2747;
  opacity: 0.8;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
img.main_logo {
  position: absolute;
  width: 25%;
  height: auto;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  img.main_logo {
    display: none;
  }
}

.parallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}

#list_breadcrumb {
  font-size: 0.8em;
  text-align: right;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    font-size: 2vw;
    text-align: left;
    margin-bottom: 10%;
  }
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
table.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.contactform {
    margin-bottom: 1em;
  }
}
table.contactform th {
  width: 30%;
  padding: 1.5em 1em 1em 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table.contactform th {
    padding: 0 0 0.5em;
    display: block;
    width: 100%;
  }
}
table.contactform td {
  padding: 1em 0;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 767px) {
  table.contactform td {
    padding: 0 0 1em;
    display: block;
    width: 100%;
  }
}

input, select, textarea {
  padding: 0.8em;
  border-radius: 5px;
  border: 1px solid #020202;
  width: 100%;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input.small {
  width: 100px;
}

span.mwform-tel-field input {
  width: 25% !important;
}

textarea {
  height: 230px;
  line-height: 1.5;
}

.submitBox {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
}

.submit, .backBtn {
  margin: 0 1em;
  padding: 1em;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-family: "Noto Serif JP";
}

.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.contactBtn {
  text-align: center;
}

/*入力画面　送信ボタン*/
.mw_wp_form_input .submit {
  width: 303px;
  height: 75px;
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  background: #000 url(../images/arrow.svg) no-repeat center right 5%/5px 9px;
  border-radius: 38px;
  padding: 16px 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .submit {
    width: 80%;
    font-size: 1em;
    height: auto;
    padding: 1.5em;
  }
}
.mw_wp_form_input .submit:hover {
  background-color: #1b2747;
  color: #fff;
  border: 1px solid #1b2747;
}

/*確認画面　送信ボタン*/
.mw_wp_form_confirm .submit {
  background: #020202 url(../images/arrow.svg) no-repeat center right 5%/5px 9px;
  width: 303px;
  height: 75px;
  border-radius: 45px;
  font-size: 1.218em;
}

.backBtn {
  background: #485157 url(../images/arrow.svg) no-repeat center right 5%/5px 9px;
  width: 303px;
  height: 75px;
  border-radius: 45px;
  font-size: 1.218em;
}

#datepicker {
  width: 40%;
}

.required {
  font-size: 0.85em;
  color: #020202;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0.5em;
  line-height: 1;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    text-align: center;
  }
}
.wp-pagenavi a {
  display: inline-block;
  color: #020202;
  font-size: 0.85em;
  margin-right: 1em;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
  display: inline-block;
  color: #020202;
  font-size: 0.85em;
  margin-right: 1em;
}
.wp-pagenavi span.current {
  display: inline-block;
  color: #020202;
  margin-right: 1em;
  font-weight: bold;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  height: 74px;
  margin: 4em auto 0;
  padding: 0;
  position: relative;
  letter-spacing: -0.5em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
ul.list_pagination::before {
  position: absolute;
  content: "";
  border: 0.5px solid #020202;
  width: 100%;
}
ul.list_pagination::after {
  position: absolute;
  content: "";
  border: 0.5px solid #020202;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  ul.list_pagination {
    margin: 10% auto 0;
    font-size: 0.9em;
  }
}
ul.list_pagination li {
  letter-spacing: normal;
  vertical-align: top;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.list_pagination li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
  align-items: center;
  color: #000;
}
ul.list_pagination li.prev {
  position: absolute;
  left: 35px;
}
ul.list_pagination li.prev a {
  position: relative;
}
ul.list_pagination li.prev a:before {
  position: absolute;
  content: "";
  background: url(../images/bottom.svg) no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  left: -35px;
}
ul.list_pagination li.middle {
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.middle {
    margin-top: 22px;
  }
}
ul.list_pagination li.next {
  position: absolute;
  right: 35px;
}
ul.list_pagination li.next a {
  position: relative;
}
ul.list_pagination li.next a:before {
  position: absolute;
  content: "";
  background: url(../images/bottom.svg) no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  right: -35px;
}

/*
opening
------------------------------------------------------------
*/
.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #FCFCFC;
}
.opening .opening_load {
  width: 361px;
  height: 358px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: opening 3s ease-in-out 0.3s infinite;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .opening .opening_load {
    width: 180.5px;
    height: 179px;
  }
}

@keyframes opening {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
last
------------------------------------------------------------
*/
.img_objuct {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.fes_banner img {
  position: fixed;
  bottom: 1vw;
  left: 1vw;
  z-index: 3;
  width: 150px;
}

@media screen and (max-width: 767px) {
  .fes_banner img {
    width: 90px;
  }
}
/*
20251106インスタ追加
------------------------------------------------------------
*/
.h_fix {
  position: fixed;
  top: 53%;
  left: 0.8vw;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .h_fix {
    top: 45%;
    left: 0;
  }
}
.h_fix:hover {
  opacity: 0.85;
}
.h_fix img {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -45px;
  left: 0px;
}
.h_fix p {
  writing-mode: tb;
}
@media screen and (max-width: 767px) {
  .h_fix p {
    font-size: 0.9em;
  }
}/*# sourceMappingURL=layout.css.map */n and (max-width: 767px) {
  .h_fix {
    top: 45%;
    left: 0;
  }
}

.h_fix:hover {
  opacity: .85;
}

.h_fix img {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -45px;
  left: 0px;
}

.h_fix p {
  writing-mode: tb;
}

@media screen and (max-width: 767px) {
  .h_fix p {
    font-size: .9em;
  }
}
