@charset "utf-8";
.__banner-container {
    width: 200px;
}
/*++++++++++++++
共通
++++++++++++++*/

body {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;*/
  position: relative;
}

article {
  margin: -100px 0 0;
  padding: 130px 0 0;
}

#wrapper {
  padding: 0;
  margin: 0;
}

.container {
  margin: 105px 0 0 90px;
  /* height: 2000px; */
  /* width: 100%; */
  /* background: #eee; */
  z-index: 999;
  /* padding: 30px 50px 50px 30px; */
  box-sizing: border-box;
}

.inner {
  max-width: 1280px;
  margin: auto;
}

.w90 {
  max-width: 90%;
  margin: auto;
}

.w80 {
  max-width: 80%;
  margin: auto;
}

section#page .inner {
  /* max-width: 90%; */
}

.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*改行*/
.br {
  display: block !important;
}

.br2 {
  display: none !important;
}

/*レスポンシブ*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*センタリング*/
.center {
  display: block;
  margin: auto;
  text-align: center;
}

/*404*/
.notfound {
  background: #f7f7f7;
  padding: 20px;
}

/*flex*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow: hidden; */
}

.column2 li {
  width: 49%;
  margin: 0 3% 3% 0;
}

.column2 li:last-child {
  margin: 0 0 3%;
}

.column3 {
  flex-wrap: wrap;
}

.column3 li {
  width: 32%;
  margin: 0 2% 5% 0;
}

.column3 li:nth-child(3n) {
  margin: 0 0 5%;
}

/*museumshop*/
.museumshop .column3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	align-items: flex-start;
}
.museumshop .column3 li {
	width: auto;
	margin: 0;
}
.museumshop .column3 li img {
	aspect-ratio:3/2;
	object-fit: cover;
}

/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
  margin: 0 0 20px;
}

/*小*/
.mb1 {
  margin: 0 0 30px;
}

/*中*/
.mb2 {
  margin: 0 0 50px;
}

/*大*/
.mb3 {
  margin: 0 0 80px;
}

/*+++++++++++++++++++
/*注意書き
+++++++++++++++++++*/
.careful-area {
  /* border: 1px solid #bb2a1f; */
  /* background: #fbf3f3; */
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  background: #f7f7f7;
}

.careful-area strong {
  color: #bb2a1f;
}

.careful-area:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  /* border: 1px solid #bb2a1f; */
  border-radius: 100px;
  border: 1px solid #666;
  margin: 10px;
  left: 0;
  top: 0;
}

.careful-area:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  /* border: 1px solid #bb2a1f; */
  border-radius: 100px;
  margin: 10px;
  right: 0;
  top: 0;
  border: 1px solid #666;
}

.careful-area .bottom {
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.careful-area .bottom:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #666;
  border-radius: 100px;
  margin: 10px;
  left: 0;
  bottom: 0;
}

.careful-area .bottom:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #666;
  border-radius: 100px;
  margin: 10px;
  right: 0;
  bottom: 0;
}

/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale {
  transition: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  position: relative;
  display: block;
}

.scale:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  /*background: rgba(0,0,0,0.2);*/
}

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
}

/*++++++++++++++*/

/*大見出し*/
h2 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
  /* border-left: 1px solid #222; */
  /* padding: 0 0 0 30px; */
  line-height: 1.2;
}

h2:before {
  /* content:""; */
  background: #222;
  position: absolute;
  height: 100%;
  width: 1px;
  left: -5px;
}

/*中見出し*/
h3 b {
  font-size: 1.9em;
  letter-spacing: 2px;
  font-weight: 300;
  padding: 0;
}

/*小見出し*/
h4 {
  background: #f7f7f7;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 10px 25px;
  border-radius: 5px;
}

/*以下見出し*/
h5 {
  font-size: 1.5em;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  width: auto;
  border-bottom: 2px solid #ccc;
  position: relative;
  padding: 0 0 15px;
}

h5:after {
  content: "";
  position: absolute;
  background: #111;
  width: 30%;
  bottom: -2px;
  left: 0;
  z-index: 1;
  height: 2px;
}

/*以下見出し*/
h6 {
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.8;
}

/*本文*/
p {
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 400;
}

strong {
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
  line-height: 1.8;
}

.indent {
  position: relative;
  margin: 0 0 0 20px;
  text-indent: -20px;
}

.indent:before {
  content: "・";
  position: absolute;
}

b {
  font-weight: 500;
}

/*補足*/
em {
  font-style: normal;
  font-size: 0.85em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}

/**/
/*上*/
.view-lowup {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.view-lowup2 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.6s;
  transition-delay: 0.6s;
}

.view-lowup3 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.7s;
  transition-delay: 0.7s;
}

.view-lowup4 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.view-lowup5 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.9s;
  transition-delay: 0.9s;
}

.view-fixed {
  transition: 0.2s;
  transition-delay: 2s;
}

.mv-lowup {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mv-fixed {
}

/*右*/
.view-lowright {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.mv-lowright {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*左*/
.view-lowleft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.mv-lowleft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fade {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.mv-fade {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/**/
/*++++++++*/
/*ホバーエフェクト
/*++++++++*/
.hover,
.hover span {
  transition: 0.3s;
}

.hover:hover,
.hover span:hover {
  transition: 0.3s;
  color: #999;
}

/**/
/*++++++++++++++
button
++++++++++++++*/
.right {
  position: absolute !important;
  /* top: -2%; */
  right: 0;
}

.button1 {
  display: block;
  border: 1px solid #111;
  text-align: center;
  padding: 20px 50px 20px;
  max-width: 400px;
  margin: auto;
  font-weight: 400;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.button2 {
  border: 1px solid #111;
  color: #111;
  text-align: center;
  font-size: 1em;
  max-width: 400px;
  margin: 0;
  background: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.button2 span {
  /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
  /* background-size: 12px; */
  display: block;
  padding: 15px 30px 15px;
}

.button2 span:before {
  content: "";
  position: absolute;
  background: #111;
  top: 0;
  width: 30px;
  height: 1px;
  bottom: 0;
  margin: auto;
  right: 0;
}

.button2:hover span:before {
  right: 0;
  background: #fff;
}

.button2:hover span {
  color: #fff;
  position: relative;
  z-index: 100;
  /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
}

.button2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  color: #111;
  background: #111;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

.button2:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button3 {
  border: 1px solid #ccc;
  /* color: #fff; */
  text-align: center;
  font-size: 1em;
  padding: 15px 0;
  max-width: 300px;
  margin: auto;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
  letter-spacing: 2px;
}

.button3.onn {
  background: #fff;
  color: #222;
}

.button3.onn span:before,
.button3.onn span:after,
.button3.onn:hover:after {
  display: none;
  transform: none;
}

.button3 span {
  /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
  /* background-size: 12px; */
  display: block;
  padding: 0;
}

.button3 span:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  width: 30px;
  height: 1px;
  bottom: 0;
  margin: auto;
  right: 0;
}

.button3:hover span:before {
  right: 0;
  background: #111;
}

.button3:hover span {
  color: #111;
  position: relative;
  z-index: 100;
  /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
}

.button3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

.button3:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/**/
.button3.sc {
  display: flex;
  padding: 15px;
  justify-content: center;
}
.button3.sc:hover span:before {
}
.button3.sc img {
  margin: 0 10px 0 0;
  width: 25px;
}
.button3.sc:hover img {
  display: block;
  width: 25px;
}
.button3.sc span:before {
  background: none;
}
.button3.sc:hover span {
  color: #fff;
}
.button3.sc:hover span:before {
  color: inherit;
  background: none;
}

.button3.sc:after {
  background: none;
  transform: none;
  transform-origin: unset;
  left: inherit;
}
.button3.sc:hover,
.button3.sc:hover:after {
  transform: none;
  transform-origin: unset;
  left: inherit;
}
/**/

.button4 {
  padding: 8px 0 8px 20px;
  letter-spacing: 1px;
  font-size: 1em;
  border-radius: 5px;
  position: relative;
  /* max-width: 200px; */
  box-sizing: border-box;
  font-weight: 300;
  /* margin: 0 20px 0 0; */
}

.button4 span {
  position: relative;
  padding: 0 0 0 40px;
}

.button4 span:after {
  content: "";
  background: url(../images/common/next_w.svg) no-repeat center center #24acba;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 100%;
  background-size: 12px;
}

.under {
  text-decoration: underline;
  color: #327d90;
}

.under:hover {
  text-decoration: none;
}

.button_pdf {
  width: 100%;
  padding: 0;
  font-size: 1.1em;
  font-weight: 300;
  margin: 0 30px 30px 0;
  letter-spacing: 1px;
  border: 1px solid #bb2a1f;
  box-sizing: border-box;
  text-align: center;
  color: #bb2a1f;
  position: relative;
  display: inline-block;
  /* padding: 20px 0; */
  text-decoration: none;
  transition: 0.3s;
  max-width: 400px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

.button_pdf span {
  background: url("../images/common/pdf.png") no-repeat center left 4%;
  display: block;
  padding: 25px 50px;
}

.button_pdf:hover span {
  color: #fff;
  position: relative;
  z-index: 100;
  background: url("../images/common/pdf_hover.png") no-repeat center left 4%;
}

.button_pdf::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  color: #c62828;
  background: #c62828;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

.button_pdf:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button_pdf.excel {
  /* padding: 20px 50px 20px; */
  color: #06b036;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  padding: 0;
  max-width: 400px;
  border: 1px solid #06b036;
}

.button_pdf span {
  background: url("../images/common/pdf.png") no-repeat center left 4%;
  display: block;
  padding: 25px 50px;
}

.button_pdf.excel span {
  background: url("../images/common/excel.png") no-repeat center left 4%;
  display: block;
  padding: 25px 50px;
}

.button_pdf.excel:hover span {
  color: #fff;

  position: relative;
  z-index: 100;
  background: url("../images/common/excel_hover.png") no-repeat center left 4%;
}

.button_pdf::after {
}

.button_pdf.excel::after {
  color: #06b036;
  background: url("../images/common/excel.png") no-repeat center left 4%;
  background: #06b036;
  transform: scale(0, 1);
}

.button_pdf.excel:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*++++++++++++++
list 箇条書きまとめ
++++++++++++++*/
.listinbox {
  background: #f7f7f7;
  padding: 40px 40px 30px;
}

.listinbox .inner {
  /* background: #fff; */
  /* height: 500px; */
  /* padding: 50px; */
  box-sizing: border-box;
  max-width: 100%;
}

.listinbox li {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  justify-content: left;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  margin: 0 0 20px;
  border-radius: 10px;
}

.listinbox li figure {
  width: 100px;
  margin: 0 30px 0 0;
}

.listinbox li dt {
  margin: 0 0 5px;
}

/*++++++++++++++
table
++++++++++++++*/
table {
  border: 1px solid #eee;
  font-size: 1em;
  width: 100%;
  /* border-spacing: 0; */
  /* padding: 3px; */
  /* border-collapse: separate; */
}

tr {
  border-bottom: 1px solid #eee;
}

tr:nth-child(odd) {
  /* background:#f7f7f7; */
}

th {
  background: #f1f1f1;
  padding: 15px;
  width: 25%;
  /* color: #fff; */
  letter-spacing: 1px;
  font-weight: 400;
  /* border-right: 1px solid #eae3e3; */
  border-bottom: 2px solid #fff;
}

th:last-child {
  border-right: none;
}

td {
  font-weight: 400;
  padding: 15px 30px;
  border-right: 1px solid #e2e0e0;
  /* border-bottom: 1px solid #e2e0e0; */
  letter-spacing: 1px;
}

td:last-child {
  border-right: none;
}

.red {
  color: #bb2a1f;
}

.reservee {
  /* background: #bb2a1f; */
  height: auto;
  position: fixed;
  top: 13%;
  right: -20%;
  box-sizing: border-box;
  z-index: 10000;
}

.reservee.active {
  right: 0;
  transition: all 0.8s;
}

.reservee a {
  display: block;
  width: 230px;
  padding: 0;

  transition: 0.3s;
}

.reservee.off {
  z-index: 999;
}

.reserveebox:after {
}

.reserveebox span {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  display: block;
  line-height: 1.8;
  background: url(../images/common/i_b.svg) no-repeat;
  padding: 0 0 0 40px;
}

.reservee .close {
  position: absolute;
  background: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #ba2a1f;
  border: 2px solid #ba2a1f;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  margin: -4%;
  z-index: 100;
  cursor: pointer;
}

.reservee .close b {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
}

/*+++++++++++++++++++
/aside
+++++++++++++++++++*/
aside {
  position: fixed;
  width: 90px;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: 10;
}

.asidebox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: #fff;
  /* border-right: 1px solid #ccc; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.asidebox ul {
  width: 100%;
}

aside li {
  margin: auto;
  overflow: hidden;
}

aside li:last-child {
  margin: 0 auto 0;
}

aside li a {
  /* width: 40px; */
  /* height: 40px; */
  /* background: #f5f5f5; */
  /* border-radius: 100px; */
  box-sizing: border-box;
  padding: 0;

  /* display: flex; */
  display: block;
  padding: 20px 0;
  margin: auto;
  transition: 0.3s;
}

aside li a:hover {
  background: #222;
  transition: 0.3s;
}

aside li a:hover em {
  color: #fff;
}

aside li a:hover img {
  display: none;
}

aside li a:hover img.on {
  display: block;
}

aside li a img.on {
  display: none;
}

aside li a.active {
  background: #222;
}

aside li a.active img {
  display: none;
}

aside li a.active img.on {
  display: block;
}

aside li.n3 a img,
aside li.n3 a.active img.on {
  width: 25px;
}

aside li a.active em {
  color: #fff;
}

aside li a img {
  width: 30px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 0 auto 10px;
  display: block;
}

aside .pull {
  /* display:none; */
  background: #222;
  height: 100%;
  position: fixed;
  left: -300px;
  box-sizing: border-box;

  top: 0;
  z-index: -1;
  padding: 200px 20px;
  width: 350px;
  /* transition: .3s; */
  box-sizing: border-box;
}

aside .pull.active {
  /* display:block; */
  margin: 0;
  z-index: -1;
  transition: 0.3s;
  left: 90px;

  top: 0;
}

aside .pullbox {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: #fff;
}

aside .pullbox a.button3 {
  margin: 0 auto 20px;
}

aside .pullbox p {
  font-size: 0.9em;
  letter-spacing: 1px;
}

aside .pullbox .ttl img {
  width: 40px;
  display: block;
  margin: 0 auto 8px;
}

aside .pullbox .ttl b {
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 300;
  display: block;
}

aside .pullbox .sns {
  flex-wrap: wrap;
}

aside .pullbox .sns a {
  padding: 0;
  width: 50%;
  margin: 0 0 25px;
}

aside .pullbox .sns a img {
  width: 50px;
}

aside .pullbox .sns a img.yt {
  width: 70px;
}

aside a.close {
  background: url("../images/common/close.png") no-repeat center center;
  position: absolute;
  bottom: 5%;
  width: 70px;
  height: 70px;
  background-size: 70px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  /* border: 1px solid #fff; */
  box-sizing: border-box;
}

aside a.close:hover {
  background: url("../images/common/close.png") no-repeat center center;
}

/*+++++++++++++++++++
/section
+++++++++++++++++++*/
section {
  padding: 100px 0;
}

section#page {
  padding: 0 0 50px;
  /* background: #f5f5f5; */
}

/*+++++++++++++++++++
/article
+++++++++++++++++++*/
.article {
}

/*+++++++++++++++++++
/*drawer
+++++++++++++++++++*/
.drawer-hamburger {
  display: none;
}

.drawer-nav {
  display: none;
}

.drwfixed {
  overflow: auto;
  height: 100%;
}

/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {
  align-items: center;
  /* width: 95%; */
  overflow: hidden;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  /* z-index: 1; */
  opacity: 0;
  box-sizing: border-box;
}

header.is-animation {
  opacity: 1;
}

header a.logo {
  width: 380px;
  display: block;
  z-index: 1;
  transition: 0.3s;
}

header ul {
  width: auto;
  margin: 0;
  overflow: hidden;
  justify-content: unset !important;
}

header ul li {
  margin: 0 20px 0 0;
  position: relative;
  /* padding: 20px 0; */
  width: auto !important;
}

header ul li:last-child {
  margin: 0;
}

header ul li a {
  padding: 40px 0;
  display: block;
  cursor: pointer;
}

header ul li span {
  font-size: 1.1em;
  letter-spacing: 2px;
  color: #fff;
}

/*下層ページ*/
header.is-animation {
  position: fixed;
  background: #fff;
  z-index: 10;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  padding: 0 80px 0 30px;
}

header.is-animation ul li span {
  color: #111;
}

/*+++++++++++++++++++
/*bunner
+++++++++++++++++++*/
section#bunner {
  clear: both;
  padding: 50px 0 0;
  /* border-top: 1px solid #eee; */
  position: relative;
  background: #fff;
}

section#bunner .inner {
  max-width: 980px;
}

section#bunner li {
  /* border:1px solid #ccc; */
  /* margin: 0 10px; */
}

/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
.__banner-container {
    margin: 0 0 15% !important;
}

footer {
  clear: both;
  background: url("../images/common/bg_footer.jpg") no-repeat bottom #fff;
  height: 920px;
  position: relative;
}

footer .copyright {
  font-size: 0.75em;
  text-align: center;
}

footer .footertopbox {
  padding: 100px 0 50px;
}

footer .footertopbox a.flogo {
  display: block;
  width: 700px;
}

footer .footertopbox dl {
  width: 60%;
  margin: 0 0 0 100px;
}

footer .footertopbox dt {
  margin: 0 0 5px;
  font-size: 1.3em;
}

footer .footertopbox dd {
}

footer .footertopbox dd .ftel {
  margin: 0 20px 0 0;
}

#pagetop {
  transition: auto;
  position: fixed;
  z-index: 1;
  right: 0;

  bottom: 2%;
  width: 100px;
  height: 100px;

  border-radius: 100px;
  background: #000000;
  margin: 30px;
  cursor: pointer;
}

#pagetop span {
  position: absolute;

  bottom: 0;
  font-family: "Secular One", sans-serif;
  left: 0;
  right: 0;
  font-size: 0.9em;
  text-align: center;
  display: block;
  margin: 0 auto -30px;
  letter-spacing: 1px;
}

#pagetop:before {
  content: "";
  background: url("../images/common/i_dn2_b.svg") no-repeat;
  position: absolute;
  width: 300px;
  height: 126px;
  left: -30%;
  top: -98%;
  margin: 0;
  background-size: 80px;
  transform: rotate(-30deg);
}

#pagetop:after {
  content: "";
  background: url(../images/common/next_w.svg) no-repeat;
  width: 50px;
  height: 25px;
  transform: rotate(-90deg);
  position: absolute;
  background-size: 50px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

#pagetop:hover {
  transition: 0.3s;
  bottom: 3%;
}

.sitemap {
  align-items: baseline;
  margin: 0 auto 40px;
}

.sitemap dl {
  width: 100%;
}

.sitemap dt {
  margin: 0 0 20px;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.sitemap dd {
  margin: 0 0 5px;
}

.sitemap dd p {
  font-size: 0.9em;
  font-weight: 400;
  position: relative;
  transition: 0.3s;
}

.sitemap dd p a {
  position: relative;
  padding: 0 0 0 20px;
  transition: 0.3s;
}

.sitemap dd a:hover {
  padding: 0 0 0 30px;
  color: #000;
  transition: 0.3s;
}

.sitemap dd p a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  margin: auto;
  transition: 0.3s;
  bottom: 0;
}

.sitemap dd p a:hover:after {
  background: #000;
  width: 20px;
  transition: 0.3s;
}

/*+++++++++++++++++++
/*slick
+++++++++++++++++++*/
.slick-dots {
  bottom: -8%;
}

.slick-dots li {
  margin: 0 20px 0 0 !important;
  border: 1px solid #333;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  width: 9px;
  height: 9px;
  background: #000;
  content: "";
  border-radius: 100px;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
  background: #1da4bc;
  opacity: 1;
}

/*++++++++++++++
information
++++++++++++++*/
.wp-block-image img {
  height: auto;
}

.informationbox {
  align-items: flex-start;
}

.infobox ul {
  border-top: 1px solid #eee;
  margin: 0 0 20px;
}

.infobox ul li {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.infobox.event ul li:nth-child(n + 5) {
  display: none;
}

.infobox ul li a {
  display: block;
  padding: 20px 10px;
  transition: 0.3s;
}

.infobox ul li a:hover {
  background: #f7f7f7;
  transition: 0.3s;
}

.infobox ul li dl {
  justify-content: left;
}

.infobox ul li dt {
  font-size: 0.9em;
  letter-spacing: 1px;
  color: #666;
  width: auto;
  display: flex;
  margin: 0 20px 0 0;
  padding: 0;
}

.infobox ul li dd {
  display: flex;
  align-items: center;
}

span.cate {
  margin: 0 0 0 20px;
  border: 1px solid #111;
  padding: 1px;
  letter-spacing: 1px;
  font-size: 0.75em;
  display: inline-block;
  width: 80px;
  text-align: center;
}

.infobox ul li dd p {
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
}

.infobox ul li.important a {
  background: rgba(187, 42, 31, 0.051);
}

.infobox ul li.important span.cate,
span.important {
  background: rgba(187, 42, 31, 1);
  color: #fff;
  border: 1px solid rgba(187, 42, 31, 1);
}

.infobox ul li.important dd p,
.backnumber li.important a b {
  color: rgba(187, 42, 31, 1);
  font-weight: 500;
}

/*++++++++++++++
list
++++++++++++++*/

.listbox {
  width: auto;
  margin: 0 2% 0 0;
  position: relative;
  float: left;
  max-width: 100%;
  background: #fff;
  width: 70%;
  box-sizing: border-box;
}

.listbox ul {
  width: auto;
  margin: 0;
}

.listbox li {
  background: #fff;
  /* box-shadow: 0px 1px 3px rgba(0,0,0,0.2); */
  border-radius: 5px;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.listbox li:last-child {
  margin: 0;
  /* padding: 0; */
}

.listbox li a {
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
}

.listbox li a:hover {
  transition: 0.3s;

  color: #69c;
}

.listbox li a figure {
  /* width: 25%; */
  float: none;
}

.listbox li dt {
  padding: 0 0 10px;
}

/*++++++++++++++
宿泊プラン　list
++++++++++++++*/
section#information.plan .listbox li {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 31%;
  margin: 0 1.5% 3% 0;
  overflow: hidden;
}

section#information.plan .listbox li a {
  padding: 0;
}

/*++++++++++++++
detail
++++++++++++++*/

.detailbox {
  margin: 0 0 50px;
  /* border: 1px solid #666; */
  /* padding: 50px; */
}

.detailbox .title {
  width: auto;
}

.backnumberbox .cate,
.detailbox .cate {
  width: auto;
}

.detailbox p {
  letter-spacing: 1px;
  font-size: inherit;
}

.detailbox .titlebox {
  width: 100%;
  display: block;
}

.detailbox p img {
  margin: 0 0 10px;
}

.detailbox strong {
  margin: 0;
}

.detailbox .titlebox b {
  font-size: 2em;
  padding: 0 0 30px;
  margin: 0 0 30px;
  display: block;
  line-height: 1.6;
  width: auto;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.detailbox .titlebox dd span {
  float: none;
  margin: 0 15px 0 0;
  font-size: 0.9em;
}

.detailbox .titlebox dd em {
  float: none;
  display: unset;
  font-size: 0.9em;
}

/*backnumber*/
.backnumberbox {
  width: 25%;
  float: right;
}

.backnumber {
  /* border: 3px solid #1DA4BC; */
  background: #fff;
  /* padding: 30px; */
  /* box-sizing: border-box; */
  overflow: hidden;
}

.backnumber h4 {
  display: block;
  background: none;
  border-radius: 0;
  padding: 12px 10px 10px;
  /* text-align: left; */
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #333;
}

.backnumber li a {
  padding: 10px 0;
  color: #000;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.backnumber li a b {
  display: block;
  padding: 2px 0 0;
  font-weight: 400;
}

.backnumber h5 {
  padding: 0;
  color: #222;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Secular One", sans-serif;
}

.backnumber ul {
  width: auto;
  padding: 20px 0;
  box-sizing: border-box;
  margin: 0;
}

.backnumber li {
  position: relative;
  border-bottom: 1px solid #eee5d7;
  margin: 0 0 15px;
  padding: 0 0 15px 0;
}

.backnumber li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.backnumber .archive li,
.backnumber .category li {
  border: none;
  padding: 0;

  margin: 0;
}

.backnumber .archive li a,
.backnumber .category li a {
  padding: 5px 0;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 300;
}

/*ページナビ詳細*/
.pagenum {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 0;
  border-top: 1px solid #eee;
  padding: 50px 0 0;
  position: relative;
}

.pagenum a {
  background: none;
  text-align: center;
  font-size: 0.9em;
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}

.pagenum .prev {
  text-align: left;
  width: 100%;
  /* position: relative; */
  padding: 0;
}

.pagenum .prev a {
  text-align: left;
  padding: 0 0 0 30px;
  width: auto;
  transition: 0.3s;
}

.pagenum .prev a:hover {
  transition: 0.3s;
  margin: 0 0 0 -2%;
}

.pagenum .prev a:before {
  content: "";
  background: url(../images/common/next.svg) no-repeat;
  position: absolute;
  width: 18px;
  height: 10px;
  transform: rotate(-180deg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transition: 0.3s;
}

.pagenum .list {
  width: 100%;
  text-align: center;
}

.pagenum .list a {
  padding: 0 0 5px;
}

.pagenum .next {
  width: 100%;
  position: relative;
  padding: 0;
  text-align: right;
}

.pagenum .next a {
  padding: 0 30px 0 0;
  text-align: right;
  transition: 0.3s;
}

.pagenum .next a:hover {
  transition: 0.3s;
  margin: 0 -2% 0 0;
}

.pagenum .next a:before {
  content: "";
  background: url(../images/common/next.svg) no-repeat;
  position: absolute;
  width: 18px;
  height: 9px;
  transform: rotate(0deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.3s;
}

/**/

/*+++++++++++++++++++
/*mainttl
++++++++++++++++++*/
#mainttl {
  padding: 80px 0;
  /* background: #ece9d1; */
  box-sizing: border-box;
  max-width: 1280px;
  margin: auto;
}

/*++++++++++++++
breadcrumb
++++++++++++++*/
.breadcrumb {
  /*background: #f5f5f5;*/
  padding: 10px 0;
  position: relative;
  /* margin: 0; */
  z-index: 1;
  border-bottom: 1px solid #eee;
  /* border-top: 1px solid #eee; */
}

.breadcrumb ul {
  max-width: 90%;
  justify-content: flex-start;
  margin: auto;
  display: flex !important;
}

.breadcrumb li {
  width: auto !important;
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 300;
}

.breadcrumb li a {
  /* font-size: 0.75em; */
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}

.breadcrumb li a:before {
  content: "";
  background: url("../images/common/next.svg") no-repeat center;

  background-size: 7px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.breadcrumb li:last-child a:before {
  background: none;
}

/*pagenavi*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 50px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  width: 75%;
  margin: auto;
}

.wp-pagenavi span.pages {
  padding: 10px;
  margin: 0 5px 0 0;
}

.wp-pagenavi span.current {
  display: inline-block;
  background: #1da4bc;
  color: #fff;
  padding: 10px 18px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  position: relative;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
}

a.page.smaller,
a.page.larger {
  display: inline-block;
  color: #222;

  padding: 10px 18px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 1em;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

a.page.smaller:hover,
a.page.larger:hover,
a.previouspostslink:hover,
a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  text-decoration: none;

  border-radius: 3px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  background: #1da4bc;
  color: #fff;
  /* background:#f5f1df; */
  box-shadow: none;
  transition: 0.3s;
  text-decoration: none;
}

a.page.smaller:hover:after,
a.page.larger:hover:after,
a.previouspostslink:hover:after,
a.nextpostslink:hover:after {
  margin: 0;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  display: inline-block;
  color: #1da4bc;
  padding: 10px 18px;
  text-align: center;
  margin: 0 1% 0 0;
  font-size: 1em;
}

.wp-pagenavi .extend {
  display: inline-block;
  color: #222;

  padding: 10px 20px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 1em;
  position: relative;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: inline-block;
  color: #222;
  align-items: center;
  background: none;
  /* border: 1px solid #b89d1c; */
  padding: 10px 20px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 1em;
}

/*++++++++++++++
pagetab
++++++++++++++*/
.pagetab ul {
  /* max-width: 1000px; */
  margin: auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.special .pagetab ul {
}

.pagetab li {
  width: 31%;
  margin: 0 20px 20px 0;
  /* background: #f5f5f5; */
}

.pagetab li:last-child {
  margin: 0;
}

.pagetab li a {
  width: 100%;
  padding: 20px;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #666;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

.pagetab li a:before {
  content: "";
  background: url(../images/common/next.svg) no-repeat;
  position: absolute;

  right: 7%;
  width: 15px;
  height: 11px;
  transform: rotate(90deg);
  background-size: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.pagetab li a:hover {
  background: #f5f5f5;
}

.pagetab li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #111;

  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  display: none;
}

.pagetab li a:hover {
  transition: 0.3s;
}

.pagetab li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.pagetab li a.active {
  background: #111;
  color: #fff;
}

.pagetab li a.active:before {
  content: "";
  background: url(../images/common/next_w.svg) no-repeat;
}

/*+++++++++++++++++++
/*venobox
+++++++++++++++++++*/
.vbox-title {
  display: block !important;
}

/*+++++++++++++++++++
/*n404
+++++++++++++++++++*/
article#n404 {
  padding: 80px 0 50px;
  margin: 0;
}

article#n404 .inner {
  background: #f7f7f7;
  padding: 80px;
  box-sizing: border-box;
}

/*popup*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.4);
}

.popup.active {
  z-index: 999;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.3s;
}

.popup figure {
  z-index: 1000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 900px;
  margin: auto;
}

.popup .close {
  position: absolute;
  z-index: 9999;
  right: 0;
  left: 0;
  bottom: 13%;
  margin: auto;
  cursor: pointer;
  transition: 0.3s;
  width: 80px;
  height: 80px;
  display: flex;
  font-size: 2em;
  align-items: center;
  border: 1px solid #fff;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  background: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.popup .close:hover {
  transition: 0.3s;
  background: #444;
}

.popup .close img {
  width: 50px;
  height: 50px;
}

.popup .overlay {
  background: rgba(255, 255, 255, 0.9);
}

/*+++++++++++++++++++
/*予約　分岐
+++++++++++++++++++*/
.modal {
  opacity: 1;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}

.modalbox {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  height: 60%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 40px;
  position: absolute;
  box-sizing: border-box;
}

.modalbox b {
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 1px;
}

.modalbox u.red {
  color: #bb2a1f !important;
}

.modalbox .indent {
  font-size: 0.85em;
  letter-spacing: 1px;
  margin: 0 0 0 36px;
}

.modalbox h6 {
  margin: 0 auto 20px;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 2px;
}

.js-close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 23%;
  margin: auto;
  top: 17%;
  background: #111;
  z-index: 1;
  border-radius: 100%;
  cursor: pointer;
}

.js-close img {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.modalbox ul {
  background: #f7f7f7;
  /* display: flex; */
  padding: 30px;
  box-sizing: border-box;
}

.modalbox li {
  width: 100%;
  margin: 0 0 25px;
  display: flex;
  /* background: #fff; */
  align-items: center;
  border-bottom: 1px dashed #999;
  padding: 0 0 25px;
}

.modalbox li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.modalbox li span {
  font-weight: 300;
  font-size: 0.95em;
  letter-spacing: 1px;
  line-height: 2;
  width: 45%;
}

.modalbox li a {
  display: block;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 25px;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  z-index: 999;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #bb2a1f;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-weight: 500;
  width: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.modalbox li a:before {
  content: "";
  background: url(../images/common/next_w.svg) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5%;
  background-size: 20px;
  transition: 0.3s;
  opacity: 1;
}

.modalbox li a:hover:before {
  right: 3%;
  transition: 0.3s;
}

.modalbox li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.modalbox li a:after {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 2px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  background: none;
}

.modalbox li:last-child a {
  border: 1px solid #00a5bf;
  background: #00a5bf;
  /* background: rgba(0,165,191,0.02); */
  color: #fff;
}

/**/
.social {
  /* background: #f7f7f7; */
  max-width: 90%;
  margin: 10px auto 10px;
  /* padding: 8px; */
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
}
.social a {
  margin: 0 10px;
}
.social a:last-child {
}
.social a img {
  width: 30px;
}
.social a:last-child img {
  width: 46px;
}

/**/
footer .social {
  max-width: 100%;
  margin: 10px auto 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
}
footer .social a {
  margin: 0 10px 0 0;
  padding: 5px;
  background: #fff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social a img {
  width: 20px;
  margin: 1px 0 0;
}
footer .social a:last-child img {
  width: 35px;
}
/*ノートPC等*/
@media screen and (max-width: 1699px) {
  .reservee a {
    width: 150px;
  }

  .inner {
    max-width: 90%;
  }

  /*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
  /*拡大*/
  .scale {
  }

  .scale:hover {
  }

  /*++++++++++++++
下層メインタイトル

++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/

  /*大見出し*/
  h2 {
  }

  /*中見出し*/
  h3 b {
  }

  /*小見出し*/
  h4 {
  }

  /*以下見出し*/
  h5 {
  }

  /*以下見出し*/
  h6 {
  }

  /*本文*/
  p {
    font-size: 0.9em;
  }

  /*補足*/
  em {
    font-style: normal;
    font-size: 0.75em;
    font-weight: 300;
  }

  /**/
  /*++++++++*/
  /*ホバーエフェクト
/*++++++++*/
  .hover {
  }

  .hover:hover {
  }

  /**/
  /*++++++++++++++
button
++++++++++++++*/
  .button1 {
    display: block;
    border: 2px solid #111;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
  }

  /*++++++++++++++
table
++++++++++++++*/
  table {
  }

  tr {
  }

  th {
  }

  td {
  }

  .reservee.off {
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li a.active em {
    color: #fff;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  aside .pullbox .sns a {
  }

  aside .pullbox .sns a img {
    width: 60px;
  }

  aside .pullbox .sns a img.yt {
    width: 80px;
  }

  .reserve #mainttl h2 {
    font-weight: 500;
    font-size: 1.5em;
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
  }

  /*+++++++++++++++++++
/article
+++++++++++++++++++*/
  .article {
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header {
    padding: 20px;
  }

  header a.logo {
    width: 300px;
  }

  header.is-animation {
    padding: 0 50px 0 30px;
  }

  header ul li {
    margin: 0 20px 0 0;
  }

  header ul li:last-child {
    margin: 0;
  }

  header ul li span {
    font-size: 1em;
    letter-spacing: 1px;
  }

  header ul li a:after {
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer .footertopbox a.flogo {
    width: 500px;
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  .sitemap dd a:hover {
  }

  .sitemap dd p a:hover:after {
    background: #000;
    width: 20px;
    transition: 0.3s;
  }

  /*+++++++++++++++++++
/*slick
+++++++++++++++++++*/
  .slick-dots {
    bottom: -8%;
  }

  .slick-dots li {
    margin: 0 20px 0 0 !important;
    border: 1px solid #333;
    border-radius: 100px;

    width: 15px;
    height: 15px;
  }

  .slick-dots li button:before {
    width: 9px;
    height: 9px;
    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
mainttl
++++++++++++++*/
  #mainttl {
    max-width: 90%;
    padding: 50px 0;
  }

  /*++++++++++++++



information
++++++++++++++*/
  .infobox ul li dl {
    display: block;
  }

  .infobox ul li dt {
    margin: 0 0 5px;
  }

  /*++++++++++++++
list 箇条書きまとめ
++++++++++++++*/
  .listinbox {
  }

  .listinbox .inner {
    /* background: #fff; */
    /* height: 500px; */
    /* padding: 50px; */
    box-sizing: border-box;
    max-width: 100%;
  }

  /*++++++++++++++

button
++++++++++++++*/

  .button1 {
    display: block;
    border: 1px solid #111;

    text-align: center;
    padding: 20px 50px 20px;
    max-width: 400px;
    margin: auto;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  .button2 {
  }

  .button2 span {
  }

  .button2 span:before {
    content: "";
    position: absolute;
    background: #111;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button2:hover span:before {
    right: 0;
    background: #fff;
  }

  .button2:hover span {
    color: #fff;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #111;
    background: #111;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button2:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button3 {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
    max-width: 90%;
    margin: auto;
    transition: 0.3s;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
  }

  .button3.active {
    background: #fff;
    color: #222;
  }

  .button3.active span:before,
  .button3.active span:after,
  .button3.active:hover:after {
    display: none;
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button4 {
    max-width: 150px;
    /* width: 100%; */
    /* display: block; */
    width: 100%;
    text-align: right;
  }

  /*+++++++++++++++++++
/*n404
+++++++++++++++++++*/
}

@media screen and (max-width: 1299px) {
  /*++++++++++++++
共通
++++++++++++++*/
  .container {
    margin: 105px 0 0 60px;
  }
  /*popup*/
  .popup figure {
    width: 750px;
  }

  .popup .close img {
    width: 50px;
    height: 50px;
  }

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/

  /*小*/
  .mb1 {
    margin: 0 0 20px;
  }

  /*中*/

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/

  /*大見出し*/
  h2 {
    font-size: 1.8em;
  }

  /*中見出し*/
  h3 b {
    font-size: 1.5em;
  }

  /*小見出し*/
  h4 {
  }

  /*以下見出し*/
  h5 {
    font-size: 1.3em;
    padding: 0 0 10px;
  }

  /*以下見出し*/
  h6 {
    font-size: 1em;
  }

  /*補足*/
  em {
    font-size: 0.7em;
  }

  /*++++++++++++++
button
++++++++++++++*/

  .button1 {
    display: block;
    border: 2px solid #111;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
  }

  .button3 {
    padding: 10px 0;
    font-size: 0.9em;
  }

  .button3 span {
  }

  .button3 span:before {
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button4 {
    top: 0;
    padding: 10px 0;
    font-size: 0.9em;
  }

  /*++++++++++++++
table
++++++++++++++*/
  table {
  }

  tr {
  }

  th {
  }

  td {
  }

  .reservee {
    padding: 0;
  }

  .reservee a {
    width: 180px;
  }

  .reserveebox:after {
    width: 35px;
    background-size: 35px;
    height: 20px;
    right: 3%;
  }

  .reserveebox span {
    background-size: 40px;
    background-position: center left;
    padding: 0 0 0 50px;
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  aside {
    width: 60px;
  }

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a {
    padding: 10px 0;
  }

  aside li a:hover {
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li a img {
    width: 20px;
  }

  aside li.n3 a img,
  aside li.n3 a.active img.on {
    width: 20px;
  }

  aside .pull.active {
    left: 60px;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  aside .pullbox .sns a img {
    width: 40px;
  }

  aside .pullbox .sns a img.yt {
    width: 60px;
  }

  aside a.close:hover {
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
  }

  /*+++++++++++++++++++
/article
+++++++++++++++++++*/
  .article {
  }

  /*+++++++++++++++++++
/*drawer
+++++++++++++++++++*/
  .drawer-hamburger {
    display: none;
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header a.logo {
    width: 260px;
  }

  header ul {
    margin: 0;
  }

  header.is-animation {
    padding: 0 30px;
  }

  header ul li {
    margin: 0 12px 0 0;
    padding: 10px 0;
  }

  header ul li:last-child {
    margin: 0;
  }

  header ul li a {
    padding: 20px 0;
  }

  header ul li span {
    font-size: 0.8em;
  }

  /*+++++++++++++++++++
/*bunner
+++++++++++++++++++*/

  section#bunner .inner {
    max-width: 90%;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer {
  }

  footer .copyright {
  }

  footer .footertopbox {
    padding: 100px 0 50px;
  }

  footer .footertopbox a.flogo {
    width: 400px;
  }

  footer .footertopbox dl {
    width: 60%;
    margin: 0 0 0 28px;
  }

  footer .footertopbox dt {
    font-size: 1.1em;
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  #pagetop {
    width: 80px;
    height: 80px;
  }

  #pagetop span {
  }

  #pagetop:before {
    width: 250px;
    height: 76px;
    background-size: 70px;
  }

  #pagetop:after {
    background-size: 40px;
    width: 40px;
    height: 21px;
  }

  #pagetop:hover {
  }

  .sitemap dl {
    width: 100%;
  }

  .sitemap dt {
    font-size: 1em;
  }

  .sitemap dd {
  }

  .sitemap dd p {
    font-size: 0.8em;
    letter-spacing: 0;
  }

  .sitemap dd p a {
  }

  .sitemap dd a:hover {
  }

  .sitemap dd p a:after {
    width: 5px;
  }

  .sitemap dd p a:hover:after {
    background: #000;
    width: 20px;
    transition: 0.3s;
  }

  /*+++++++++++++++++++
/*slick
+++++++++++++++++++*/
  .slick-dots {
    bottom: -8%;
  }

  .slick-dots li {
    margin: 0 20px 0 0 !important;
    border: 1px solid #333;

    border-radius: 100px;
    width: 15px;
    height: 15px;
  }

  .slick-dots li button:before {
    width: 9px;
    height: 9px;
    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
information
++++++++++++++*/

  .infobox ul {
    padding: 0;
  }

  .infobox ul li {
  }

  .infobox ul li dl {
    display: block;
  }

  .infobox ul li dt {
    font-size: 0.75em;
    letter-spacing: 0;
    float: left;
    margin: 0;
    padding: 0;
  }

  .infobox ul li dd {
    clear: both;
    width: 100%;
    display: block;
    padding: 5px 0 0;
  }

  span.cate {
  }

  .infobox ul li dd p {
    letter-spacing: 1px;
    font-size: 0.8em;
  }

  /*++++++++++++++
list 箇条書きまとめ
++++++++++++++*/
  .listinbox {
  }

  .listinbox .inner {
    /* background: #fff; */
    /* height: 500px; */
    /* padding: 50px; */
    box-sizing: border-box;
    max-width: 100%;
  }

  .listinbox li dl {
    width: 80%;
  }

  .listinbox li figure {
    width: 80px;
  }

  /*++++++++++++++
button
++++++++++++++*/
  .right {
    position: absolute !important;
    top: inherit;
    right: 0;
  }

  .button1 {
    display: block;
    border: 1px solid #111;
    text-align: center;
    padding: 20px 50px 20px;
    max-width: 400px;
    margin: auto;
    font-weight: 300;
    box-sizing: border-box;

    letter-spacing: 1px;
  }

  .button2 {
  }

  .button2 span {
  }

  .button2 span:before {
    content: "";
    position: absolute;
    background: #111;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button2:hover span:before {
    right: 0;
    background: #fff;
  }

  .button2:hover span {
    color: #fff;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #111;
    background: #111;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button2:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button3 {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
    max-width: 90%;
    margin: auto;
    transition: 0.3s;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
  }

  .button3.active {
    background: #fff;
    color: #222;
  }

  .button3.active span:before,
  .button3.active span:after,
  .button3.active:hover:after {
    display: none;
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button4 {
  }

  /*++++++++++++++
pagetab
++++++++++++++*/
  .pagetab ul {
    flex-wrap: wrap;
  }

  .pagetab li {
    width: 31%;
    margin: 0 18px 20px 0;
  }

  .pagetab li:last-child {
    margin: 0;
  }

  .pagetab li a {
  }

  .pagetab li a:before {
    right: 3%;
  }

  .pagetab li a:hover {
    background: #f5f5f5;
  }

  .pagetab li a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #111;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    display: none;
  }

  .pagetab li a:hover {
    transition: 0.3s;
  }

  .pagetab li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .pagetab li a.active {
    background: #111;
    color: #fff;
  }

  .pagetab li a.active:before {
    content: "";
    background: url(../images/common/next_w.svg) no-repeat;
  }

  /*+++++++++++++++++++
/*n404
+++++++++++++++++++*/
  article#n404 {
    padding: 180px 0 50px;
  }

  article#n404 .inner {
  }

  /*+++++++++++++++++++
/*予約　分岐
+++++++++++++++++++*/
  .modal {
  }

  .modalbox {
    max-width: 90%;
    height: 75%;
    overflow: scroll;
  }

  .modalbox b {
  }

  .modalbox u.red {
    color: #bb2a1f !important;
  }

  .modalbox .indent {
  }

  .modalbox h6 {
    font-size: 1.6em;
  }

  .js-close {
    right: 5%;
    top: 2%;
    bottom: inherit;
  }

  .modalbox ul {
  }

  .modalbox li {
  }

  .modalbox li:last-child {
  }

  .modalbox li span {
  }

  .modalbox li a {
    padding: 25px;
    font-size: 1.1em;
    width: 45%;
  }

  .modalbox li a:before {
    content: "";
    background: url(../images/common/next_w.svg) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    background-size: 20px;
    transition: 0.3s;
    opacity: 1;
  }

  .modalbox li a:hover:before {
    right: 3%;
    transition: 0.3s;
  }

  .modalbox li a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }

  .modalbox li a:after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 2px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    background: none;
  }

  .modalbox li:last-child a {
  }
}

/*タブレット*/
@media screen and (max-width: 1023px) {
  .container {
    margin: 60px 0 0 70px;
  }

  /*++++++++++++++
共通
++++++++++++++*/
  /*popup*/
  .popup figure {
    width: 450px;
    align-items: baseline;
    padding: 45px 0 0;
  }

  .popup .close {
    width: 60px;
    height: 60px;
  }

  .popup .close img {
    width: 50px;
    height: 50px;
  }

  .reservee {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
    width: 130px;
  }

  .reservee a {
    width: 130px;
  }

  .inner {
    max-width: 90%;
  }

  #mainttl {
    max-width: 90%;
  }

  /*++++++++++++++
pagetab
++++++++++++++*/
  .pagetab ul {
    flex-wrap: wrap;
  }

  .pagetab li {
    margin: 0 10px 10px 0;
    width: 48%;
  }

  .pagetab li:nth-child(2n) {
    margin: 0 0 10px;
  }

  .pagetab li a {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  /*++++++++++++++
共通
++++++++++++++*/

  #wrapper {
    padding: 0;
    margin: 0;
  }

  /*flex*/
  .flex {
    /* display: block; */
  }

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/

  /*大見出し*/

  h2 {
    font-size: 1.5em;
  }

  /*中見出し*/
  h3 b {
  }

  /*小見出し*/
  h4 {
  }

  /*以下見出し*/
  h5 {
  }

  /*以下見出し*/
  h6 {
    font-size: 1em;
  }

  /*本文*/
  p {
    font-size: 0.9em;
  }

  /*++++++++*/
  /*ホバーエフェクト
/*++++++++*/
  .hover {
  }

  .hover:hover {
  }

  /**/
  /*++++++++++++++
button
++++++++++++++*/
  .right {
    position: relative !important;
    float: right;
  }

  .button1 {
    display: block;
    border: 2px solid #111;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
  }

  .button3 {
    font-size: 0.8em;
  }

  .button3 span {
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;

    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button4 {
    top: 0;
    padding: 10px 10px 0 0;
  }

  /*++++++++++++++
table
++++++++++++++*/
  table {
  }

  tr {
  }

  th {
  }

  td {
  }

  .reserveebox:after {
  }

  .reserveebox span {
  }

  /*+++++++++++++++++++
/aside

+++++++++++++++++++*/

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li a {
  }

  aside li.n3 a img,
  aside li.n3 a.active img.on {
    width: 20px;
  }

  aside .pull {
    width: 300px;
    top: 0;
    bottom: 0;
  }

  aside .pull.active {
    padding: 150px 10px;
    width: 250px;
  }

  aside .pullbox {
  }

  aside .pullbox p {
    font-size: 0.8em;
  }

  aside .pullbox .ttl img {
  }

  aside .pullbox .ttl b {
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  aside a.close {
    box-sizing: border-box;
  }

  aside a.close:hover {
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
  }

  /*+++++++++++++++++++
/article
+++++++++++++++++++*/
  .article {
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header {
    padding: 10px;
  }

  header.is-animation {
    padding: 13px;
  }

  header a.logo {
    width: 200px;
  }

  header ul {
    display: flex !important;
  }

  header ul li {
    margin: 0 10px 0 0 !important;
  }

  header ul li a {
    padding: 0;
  }

  header ul li:last-child {
    margin: 0;
  }

  header ul li span {
    font-size: 0.65em;
  }

  header ul li a:hover:after {
    transition: 0.5s;
    opacity: 1;
    transform: scale(2);
    background: rgba(0, 164, 190, 0.1);
  }

  /*+++++++++++++++++++
/*bunner
+++++++++++++++++++*/
  section#bunner {
    padding: 50px 0;
  }

  section#bunner .inner {
    max-width: 80%;
  }

  section#bunner ul.slick-dots {
    bottom: -50px;
  }

  section#bunner li {
    margin: 0 5px;
  }

  /*+++++++++++++++++++

/*footer
+++++++++++++++++++*/
  footer {
    height: 1080px;
  }

  footer .copyright {
    font-size: 0.75em;
    text-align: center;
  }

  footer .footertopbox {
    padding: 80px 0 30px;
  }

  footer .footertopbox .flex {
    display: block;
  }

  footer .footertopbox a.flogo {
    margin: 0 auto 20px;
  }

  footer .footertopbox dl {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  footer .footertopbox dt {
    margin: 0 0 5px;
    font-size: 1.3em;
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  #pagetop {
  width: 50px;
  height: 50px;
  }

 
  #pagetop:before {
  width: 200px;
  height: 26px;
  background-size: 60px;
  top: -120%;
  }

  #pagetop:after {
  width: 25px;
  background-size: 25px;
  height: 15px;
  }

  .sitemap {
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
  }

  .sitemap dl {
    width: 33%;
    margin: 0 0 50px;
  }

  .sitemap dl:last-child {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .sitemap dt {
    margin: 0 0 10px;
  }

  .sitemap dd {
    margin: 0 0 5px;
  }

  .sitemap dd p a:hover:after {
    background: #000;
    width: 20px;
    transition: 0.3s;
  }

  /*+++++++++++++++++++

/*slick
+++++++++++++++++++*/
  .slick-dots {
    bottom: -12%;
  }

  .slick-dots li {
    margin: 0 20px 0 0 !important;
    border: 1px solid #333;
    border-radius: 100px;
    width: 15px;
    height: 15px;
  }

  .slick-dots li button:before {
    width: 9px;
    height: 9px;
    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;

    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
list 箇条書きまとめ
++++++++++++++*/
  .listinbox {
  }

  .listinbox .inner {
    /* background: #fff; */
    /* height: 500px; */
    /* padding: 50px; */
    box-sizing: border-box;
    max-width: 100%;
  }

  .listinbox li {
    display: flex;
  }

  .listinbox li figure {
  }

  /*++++++++++++++
button
++++++++++++++*/

  .button1 {
    display: block;
    border: 1px solid #111;
    text-align: center;
    padding: 20px 50px 20px;
    max-width: 400px;
    margin: auto;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  .button2 {
    font-size: 1em;
  }

  .button2 span {
  }

  .button2 span:before {
    content: "";
    position: absolute;
    background: #111;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button2:hover span:before {
    right: 0;
    background: #fff;
  }

  .button2:hover span {
    color: #fff;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #111;
    background: #111;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button2:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button3 {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
    max-width: 90%;
    margin: auto;
    transition: 0.3s;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
  }

  .button3.active {
    background: #fff;
    color: #222;
  }

  .button3.active span:before,
  .button3.active span:after,
  .button3.active:hover:after {
    display: none;
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;

    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  /*+++++++++++++++++++
/*n404
+++++++++++++++++++*/
  article#n404 {
    padding: 80px 0 0;
  }

  article#n404 .inner {
    padding: 50px;
    box-sizing: border-box;
  }

  article#n404 .inner figure {
  }

  /*+++++++++++++++++++
/*予約　分岐
+++++++++++++++++++*/
  .modal {
  }

  .modalbox {
    height: 75%;
  }

  .modalbox b {
    font-size: 1em;
  }

  .modalbox u.red {
    color: #bb2a1f !important;
  }

  .modalbox .indent {
    font-size: 0.75em;
    letter-spacing: 0;
  }

  .modalbox h6 {
    font-size: 1.6em;
  }

  .js-close {
    right: 4%;
    top: 5%;
  }

  .modalbox ul {
    padding: 25px;
  }

  .modalbox li {
  }

  .modalbox li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }

  .modalbox li span {
    font-size: 0.9em;
  }

  .modalbox li a {
  }

  .modalbox li a:before {
    content: "";
    background: url(../images/common/next_w.svg) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    background-size: 20px;
    transition: 0.3s;
    opacity: 1;
  }

  .modalbox li a:hover:before {
    right: 3%;
    transition: 0.3s;
  }

  .modalbox li a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }

  .modalbox li a:after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 2px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    background: none;
  }

  .modalbox li:last-child a {
  }
}

/*スマホ横*/
@media screen and (max-width: 767px) {
  input[type="text"],
  select {
    -webkit-appearance: none;
    appearance: none;
  }

  /*++++++++++++++
共通
++++++++++++++*/
  .inner {
    max-width: 90%;
  }

  #mainttl {
    max-width: 90%;
  }

  #mainttl.special {
    padding: 50px 0 30px;
  }

  #wrapper {
    padding: 0;
    margin: 0;
  }

  .container {
    margin: 70px 0 0;
  }

  /*404*/
  .notfound {
    padding: 20px 5px;
  }

  .overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  a {
  }

  img {
  }

  /*改行*/
  .br {
    display: none !important;
  }

  .br2 {
    display: none !important;
  }

  /*レスポンシブ*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*flex*/
  .flex {
    display: block;
  }

  .white {
    color: #fff;
  }

  .column2 li {
    width: 100%;
    margin: 0 0 3%;
  }

  .column3 {
    display: flex;
  }

  .column3.cb li {
    width: 100%;
    margin: 0 auto 50px;
  }

  .column3.cb li:nth-child(3n) {
    margin: 0 auto 50px;
    padding: 0;
  }

  .column3 li {
    width: 46%;
    margin: 0 2% 5%;
  }

  .column3 li:nth-child(3n) {
    margin: 0 2% 5%;
  }
	
	/*museumshop*/
	.museumshop .column3 {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
  /*極小*/
  .mb {
    margin: 0 0 10px;
  }

  /*小*/
  .mb1 {
  }

  /*中*/
  .mb2 {
  }

  /*+++++++++++++++++++
/*drawer
+++++++++++++++++++*/
  header.is-animation {
    padding: 0;
  }

  .drawer-hamburger {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    background: #111;
    border-radius: 100%;
  }

  .drawer-menu {
    padding: 20px 0;
    max-width: 500px;
    margin: auto;
  }

  .drawer-menu ul {
    margin: 0 auto 20px;
    max-width: 90%;
  }

  .drawer-menu li {
    border-bottom: 1px solid #eee;
    margin: 0 !important;
  }

  .drawer-menu li a {
    color: #666;
    font-size: 1em;
    background: url(../images/common/next_w.svg) no-repeat center left;
    background-size: 15px;
    display: block;
    padding: 20px 0;
    position: relative;
    font-weight: 400;
  }

  .drawer-menu li a:before {
    content: "";
    background: url(../images/common/next_w.svg) no-repeat center center #333;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    border-radius: 100%;
    background-size: 9px;
  }

  .drawer-menu .reservee {
    position: relative;
    width: 100%;
  }

  .reservee a {
    padding: 0;
    width: auto;
  }

  .reservee a:hover {
    padding: 0;
  }

  aside .pullbox {
    overflow: hidden;
    width: 90%;
    margin: auto;
  }

  aside .pullbox .mb {
    /* width: 50%; */

    display: flex;
    justify-content: space-between;
  }

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/

  /*大見出し*/
  h2 {
  }

  /*中見出し*/
  h3 b {
    font-size: 1.6em;
  }

  /*小見出し*/
  h4 {
    font-size: 1em;
    padding: 10px 15px;
  }

  /*以下見出し*/
  h5 {
  }

  /*以下見出し*/
  h6 {
  }

  /*本文*/
  p {
    font-size: 0.85em;
  }

  /*補足*/
  em {
  }

  /*++++++++++++++
button
++++++++++++++*/
  .button_pdf span {
    padding: 25px 20px;
    font-size: 0.9em;
  }
  .button1 {
    display: block;
    border: 2px solid #111;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
  }

  .button3 {
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button4 {
    max-width: inherit;
    text-align: center;
    justify-content: center;
  }

  /*++++++++++++++
table
++++++++++++++*/
  table {
    font-size: 0.9em;
  }

  tr {
  }

  th {
    padding: 10px;
  }

  td {
    padding: 10px;
  }

  .reservee {
    bottom: inherit;
    top: 0;
    right: 0;
    padding: 0;
    width: 48%;
    position: fixed;
    z-index: 99;
    left: inherit;
    right: 0 !important;
  }

  .reservee.off {
    z-index: 999;
  }

  .reserveebox {
    position: fixed;
    top: 0;
  }

  .reserveebox:after {
    width: 25px;
    background-size: 25px;
  }

  .reserveebox span {
    font-size: 0.9em;
    line-height: 1.5;
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  aside {
    width: 100%;
    height: 60px;
    top: inherit;
    bottom: 0;
  }

  .asidebox {
  }

  .asidebox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .asidebox ul > ol {
    display: flex;
    width: 42%;
  }

  aside li {
    width: 100%;
  }

  aside li.n5 {
    display: none;
  }
  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li .button3 {
    width: 300px;
  }

  aside .pullbox a.button3 {
    width: 300px;
    font-size: 0.9em;
    margin: 0 10px;
    padding: 15px 0;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active {
    background: #222;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li a img {
    width: 26px;
    margin: 0 auto 5px;
  }

  aside li:nth-child(3) a img {
    width: 13px;
  }

  aside .pull {
    left: 0;
    top: inherit;
    bottom: -400px;
    width: 100%;
    height: 100px;
  }

  aside .pull.active {
    width: 100%;
    left: 0;
    height: 80%;
    padding: 20px 0 120px;
    overflow-y: scroll;
    top: inherit;
    bottom: 0;
  }

  aside .pullbox .ttl {
    margin: 0 0 20px;
  }

  aside .pullbox .ttl img {
    width: 30px;
  }

  aside .pullbox .ttl b {
    font-size: 1.1em;
    margin: 0 0 20px;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
    display: flex;
    width: 80%;
    margin: 50px auto 0;
  }

  aside .pullbox .sns a {
    padding: 0;
    width: auto;
    margin: 0 0 25px;
  }

  aside a.close {
    bottom: inherit;
    background-size: 50px !important;
    top: 0;
    right: 0;
    left: inherit;
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
  }

  /*+++++++++++++++++++
/article
+++++++++++++++++++*/
  .article {
  }

  /*+++++++++++++++++++
/*drawer
+++++++++++++++++++*/
  .drawer-hamburger {
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header {
    top: 0;
    padding: 0;
    bottom: inherit;
    background: #fff;
    z-index: 10;
  }

  header a.logo {
    width: 200px;
    margin: 0;
    padding: 10px;
  }

  header ul {
    display: none !important;
  }

  header ul li {
  }

  header ul li:last-child {
    margin: 0;
  }

  header ul li span {
    font-size: 1.1em;
    letter-spacing: 2px;
  }

  header ul li a {
    /* position: relative; */
  }

  header ul li a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    transform: scale(1);
    background: rgba(0, 164, 190, 0.1);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
  }

  header ul li a:hover:after {
    transition: 0.5s;
    opacity: 1;
    transform: scale(2);
    background: rgba(0, 164, 190, 0.1);
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
.__banner-container {
	margin: 0 0 18% !important;
	right: inherit !important;
	left: 0;
	z-index: 9 !important;
}    
    
  footer {
    height: 100%;
    padding: 0 0 300px;
  }

  footer .copyright {
    font-size: 0.75em;
    text-align: center;
  }

  footer .footertopbox {
  }

  footer .footertopbox a.flogo {
    margin: 0 0 20px;
    width: 400px;
  }

  footer .footertopbox dl {
    width: auto;
    margin: 0;
  }

  footer .footertopbox dt {
  }

  footer .footertopbox dd {
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  #pagetop {
    width: 70px;
    height: 70px;
  }

  #pagetop span {
    font-size: 0.8em;
  }

  #pagetop:before {
    width: 150px;
    height: 20px;
    background-size: 40px;
  }

  #pagetop:after {
    width: 33px;
    height: 15px;
    background-size: 90%;
  }

  #pagetop:hover {
  }

  .sitemap {
    display: flex;
  }

  .sitemap dl {
    width: 49%;
  }

  .sitemap dd p a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    margin: auto;
    transition: 0.3s;
    bottom: 0;
  }

  .sitemap dd p a:hover:after {
    background: #000;
    width: 20px;
    transition: 0.3s;
  }

  /*+++++++++++++++++++
/*slick
+++++++++++++++++++*/

  .slick-dots {
    bottom: -8%;
  }

  .slick-dots li {
    margin: 0 20px 0 0 !important;
    border: 1px solid #333;

    border-radius: 100px;
    width: 15px;
    height: 15px;
  }

  .slick-dots li button:before {
    width: 9px;
    height: 9px;

    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;

    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
information
++++++++++++++*/

  .infobox ul li {
    padding: 0;
    margin: 0;
  }

  .infobox ul li a {
    display: block;
    padding: 10px;
  }

  /*++++++++++++++
list 箇条書きまとめ
++++++++++++++*/
  .listinbox {
    padding: 20px 20px 30px;
  }

  .listinbox .inner {
    /* background: #fff; */
    /* height: 500px; */
    /* padding: 50px; */
    box-sizing: border-box;
    max-width: 100%;
  }

  .listinbox li dl {
    width: 80%;
  }

  .listinbox li figure {
  }

  .listinbox li dt {
    margin: 0 0 5px;
  }

  /*++++++++++++++
button
++++++++++++++*/

  .button1 {
    display: block;
    border: 1px solid #111;
    text-align: center;
    padding: 20px 50px 20px;
    max-width: 400px;
    margin: auto;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  .button2 {
  }

  .button2 span {
  }

  .button2 span:before {
    content: "";
    position: absolute;
    background: #111;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button2:hover span:before {
    right: 0;
    background: #fff;
  }

  .button2:hover span {
    color: #fff;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button2::after {
  }

  .button2:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button3 {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
    max-width: 90%;
    margin: auto;
    transition: 0.3s;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
  }

  .button3.active {
    background: #fff;
    color: #222;
  }

  .button3.active span:before,
  .button3.active span:after,
  .button3.active:hover:after {
    display: none;
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  /*++++++++++++++
list
++++++++++++++*/

  .listbox {
    width: auto;
    margin: 0 0 50px;
    float: none;
    width: 100%;
  }

  .listbox ul {
    width: auto;
    margin: 0;
  }

  .listbox li {
  }

  .listbox li:last-child {
    margin: 0;
    /* padding: 0; */
  }

  .listbox li a {
    padding: 0;
    box-sizing: border-box;

    transition: 0.3s;
  }

  .listbox li a:hover {
  }

  .listbox li a figure {
    /* width: 25%; */

    float: none;
  }

  .listbox li dt {
    padding: 0 0 10px;
  }

  /*++++++++++++++
宿泊プラン　list
++++++++++++++*/

  section#information.plan .listbox li {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 31%;
    margin: 0 1.5% 3% 0;
    overflow: hidden;
  }

  section#information.plan .listbox li a {
    padding: 0;
  }

  /*++++++++++++++
detail
++++++++++++++*/

  .detailbox {
  }

  .detailbox .title {
    width: auto;
  }

  .detailbox p {
    font-size: 0.9em;
  }

  .detailbox .titlebox {
    width: 100%;
  }

  .detailbox .titlebox {
    display: block;
  }

  .detailbox .titlebox b {
    font-size: 1.6em;
    padding: 0 0 30px;
    display: block;
    line-height: 1.6;
    width: auto;
    letter-spacing: 1px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
  }

  .detailbox .titlebox dd span {
    float: none;
    margin: 0 15px 0 0;
    font-size: 0.9em;
  }

  .detailbox .titlebox dd em {
    float: none;
    display: unset;
    font-size: 0.9em;
  }

  /*backnumber*/
  .backnumberbox {
    width: 80%;
    float: none;
    margin: auto;
  }

  .backnumber {
    /* border: 3px solid #1DA4BC; */
    background: #fff;
    /* padding: 30px; */
    /* box-sizing: border-box; */
    overflow: hidden;
  }

  .backnumber h4 {
    font-size: 0.9em;
  }

  .backnumber li a {
    padding: 10px 0;
    color: #000;
    font-size: 1em;
    letter-spacing: 1px;
  }

  .backnumber li a b {
    font-size: 0.9em;
    padding: 5px 0 0;
  }

  .backnumber h5 {
    padding: 0;
    color: #222;
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Secular One", sans-serif;
  }

  .backnumber ul {
    width: auto;
    padding: 20px 0 0;
    box-sizing: border-box;
    margin: 0;
  }

  .backnumber li {
    position: relative;
    border-bottom: 1px solid #eee5d7;
    margin: 0 0 15px;
    padding: 0 0 15px 0;
  }

  .backnumber li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }

  .backnumber .archive li,
  .backnumber .category li {
    border: none;
    padding: 0;
    margin: 0;
  }

  .backnumber .archive li a,
  .backnumber .category li a {
    padding: 5px 0;
    font-size: 0.9em;
    display: inline-block;
  }

  /*ページナビ詳細*/
  .pagenum {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0;
    border-top: 1px solid #eee;
    padding: 50px 0 0;
    position: relative;
  }

  .pagenum .list {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }

  .pagenum .list a {
    padding: 0 0 5px;
  }

  .pagenum .next {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: right;
  }

  .pagenum .next a {
    bottom: 0;
    right: 0;
    top: 0;
    /* display: block; */
    margin: auto;
    width: auto;
    padding: 0 0 5px 0;
    text-align: right;
  }

  /**/

  /*+++++++++++++++++++
/*n404
+++++++++++++++++++*/
  article#n404 {
    padding: 146px 0 50px;
  }

  article#n404 .inner {
  }

  /*+++++++++++++++++++
/*予約　分岐
+++++++++++++++++++*/
  .modal {
  }

  .modalbox {
    height: 90%;
    padding: 30px;
  }

  .modalbox b {
    font-size: 0.9em;
  }

  .js-close {
    z-index: 10;
    background: #111;
    border-radius: 100%;
    right: 1%;
  }

  .modalbox ul {
    display: flex;
    justify-content: space-between;
  }

  .modalbox li {
    width: 100%;
    margin: 0 18px 0 0;
    display: block;
    border-bottom: none;
  }

  .modalbox li span {
    font-size: 0.8em;
  }

  .modalbox li a {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1em;
    letter-spacing: 0;
    padding: 20px 15px;
  }

  .modalbox li a:hover:before {
    right: 3%;
    transition: 0.3s;
  }

  .js-close img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  footer .social {
    margin: auto !important;
    justify-content: center;
  }
  footer .social a {
    width: 45px;
    height: 45px;
  }

  footer .social a img {
    width: 30px;
  }
  footer .social a:last-child img {
    width: 45px;
  }
	.wp-pagenavi {
		width: auto;
	}	
.jalan {
	bottom: 12%;
}
}

/*スマホ縦*/
@media screen and (max-width: 480px) {
  /*++++++++++++++
共通
++++++++++++++*/
  .breadcrumb li a {
    font-size: 0.75em;
    padding: 0 10px 0 0;
  }

  .breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
  }

  /*popup*/
  .popup figure {
    width: 95%;
    align-items: center;
    padding: 0;
  }

  .popup .close {
    width: 60px;
    height: 60px;
    bottom: 25%;
  }

  /*改行*/
  .br {
    display: none !important;
  }

  .br2 {
    display: block !important;
  }

  /*レスポンシブ*/
  .pc {
  }

  .sp {
  }

  .w80 {
    max-width: 90%;
    margin: auto;
  }

  /*+++++++++++++++++++
/*pagenavi
+++++++++++++++++++*/
  .wp-pagenavi span.current {
    padding: 8px 12px;
    font-size: 0.8em;
  }

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
  /*極小*/
  .mb {
    margin: 0 0 15px;
  }

  /*小*/
  .mb1 {
  }

  /*中*/
  .mb2 {
    margin: 0 0 30px;
  }

  h3 {
    clear: both;
  }

  h3 b {
    font-size: 1.2em;
    line-height: 1.8;
  }

  /*以下見出し*/
  h6 {
  }

  strong {
    font-size: 1em;
  }

  /*本文*/
  .indent {
    text-indent: 0;
    margin: 0 0 0 15px;
  }

  .indent:before {
    left: -20px;
  }

  b {
    font-weight: 500;
  }

  /*補足*/
  em {
    font-style: normal;
    font-size: 0.75em;
    font-weight: 300;
  }

  /*++++++++++++++
button
++++++++++++++*/
  .right {
  }

  .button1 {
    display: block;
    border: 2px solid #111;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
  }

  .button3 {
    padding: 15px 0;
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3:hover span {
    color: #111;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button3::after {
    position: absolute;
    bottom: 0;

    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button4 {
    padding: 8px 0;
    font-size: 0.8em;
    top: 0;
    max-width: 100%;
    text-align: center;
  }

  .button4 span {
    padding: 0 0 0 30px;
  }

  .button4 span:after {
    width: 20px;
    height: 20px;
  }

  .button4:after {
    width: 20px;
    height: 20px;
    background-size: 11px;
  }

  /*++++++++++++++
table
++++++++++++++*/
  table {
    font-size: inherit;
  }

  tr {
  }

  th {
    width: 35%;
    font-size: 0.8em;
  }

  td {
  }

  .reservee {
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 1000;
    right: 0 !important;
  }

  .reservee.off {
    z-index: 999;
  }

  .reserveebox:after {
  }

  .reserveebox span {
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;

    display: block;
    line-height: 1.8;
    background: url(../images/common/i_b.svg) no-repeat;
    padding: 0 0 0 70px;
  }

  .container {
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  aside {
  }

  .asidebox {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background: #fff;
    /* border-right: 1px solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }

  .asidebox ul {
    width: 100%;
    padding: 5px 0 0;
  }

  aside li {
    margin: auto;
    overflow: hidden;
  }

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a {
    /* width: 40px; */
    /* height: 40px; */
    /* background: #f5f5f5; */
    /* border-radius: 100px; */
    box-sizing: border-box;
    padding: 0;
    /* display: flex; */
    display: block;
    padding: 20px 0;
    margin: auto;
    transition: 0.3s;
  }

  aside li a:hover {
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img {
    display: none;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active {
    background: #222;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li.n4 a img {
    width: 23px;
  }

  aside .pull {
  }

  aside .pull.active {
    width: 100%;
    left: 0;
    height: 70%;
    padding: 50px 0 120px;
    overflow-y: scroll;
    top: inherit;
    bottom: 0;
  }

  aside .pullbox .mb {
    display: block;
  }

  aside .pullbox a.button3 {
    margin: 0 auto 15px;
  }

  aside .pullbox p {
    margin: 0 0 10px;
  }

  aside .pullbox p:last-child {
    margin: 0 0 10px;
  }

  aside .pullbox .ttl img {
    width: 40px;
    display: block;
    margin: 0 auto 8px;
  }

  aside .pullbox p {
    font-size: 0.9em;
    letter-spacing: 1px;
  }

  aside .pullbox .ttl b {
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 300;
    display: block;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  aside .pullbox .sns a {
    padding: 0;
    width: 50%;
    margin: 0 0 25px;
  }

  aside .pullbox .sns a img {
  }

  aside .pullbox .sns a img.yt {
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
    padding: 100px 0;
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header a.logo {
    width: 200px;
    margin: auto;
    padding: 10px;
  }

  header {
    z-index: 1000;
    margin: 0 0 0;
    opacity: 0;
  }

  header.none {
    margin: 0;
  }
  header.is-animation {
    opacity: 1;
  }

  .drawer-open header {
    z-index: 1001;
    background: none;
    position: unset;
  }

  .drawer-open header a.logo {
    opacity: 0;
    transition: 0.3s;
  }

  header a.logo {
    margin: auto;
    display: block;
    padding: 10px;
  }

  header ul {
    /* width: 70%; */
    margin: 0 60px 0 0;
    overflow: hidden;
    justify-content: unset !important;
  }

  header ul li {
  }

  header ul li:last-child {
    margin: 0;
  }

  header ul li span {
    font-size: 1.1em;
    letter-spacing: 2px;
  }

  header ul li a {
    /* position: relative; */
  }

  header ul li a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    transform: scale(1);
    background: rgba(0, 164, 190, 0.1);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
  }

  header ul li a:hover:after {
    transition: 0.5s;
    opacity: 1;
    transform: scale(2);
    background: rgba(0, 164, 190, 0.1);
  }

  /*+++++++++++++++++++
/*bunner
+++++++++++++++++++*/

  section#bunner .inner {
    max-width: 980px;
  }

  section#bunner li {
    /* border:1px solid #ccc; */
    /* margin: 0 10px; */
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer {
  }

  footer .copyright {
    font-size: 0.75em;

    text-align: center;
  }

  footer .footertopbox {
    padding: 100px 0 50px;
  }

  footer .footertopbox a.flogo {
    display: block;
    width: 700px;
  }

  footer .footertopbox dl {
  }

  footer .footertopbox dt {
    font-size: 1.1em;
  }

  footer .footertopbox dd p {
    letter-spacing: 0.5px;
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  #pagetop {
    bottom: 10%;
    margin: 4%;
    width: 45px;
    height: 45px;
    right: 2%;
  }

  #pagetop span {
    font-size: 0.7em;
    margin: 0 auto -20px;
  }

  .sitemap {
    align-items: baseline;
    margin: 0 auto;
    max-width: 95%;
  }

  .sitemap dl {
    width: 100%;
  }

  .sitemap dt {
    margin: 0 0 20px;
  }

  .sitemap dd {
    margin: 0 0 5px;
  }

  .sitemap dd p a {
    padding: 0 0 0 15px;
  }

  .sitemap dd a:hover {
    padding: 0 0 0 20px;
  }

  /*+++++++++++++++++++
/*slick
+++++++++++++++++++*/
  .slick-dots {
    bottom: -8%;
  }

  .slick-dots li {
    margin: 0 20px 0 0 !important;
    border: 1px solid #333;
    border-radius: 100px;
    width: 15px;
    height: 15px;
  }

  .slick-dots li button:before {
    width: 9px;
    height: 9px;
    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
information
++++++++++++++*/

  .infobox ul {
    margin: 0 0 10px;
  }

  .infobox ul li dt {
    float: none;
    width: 100%;
  }

  .infobox ul li dt small {
    letter-spacing: 1px;
  }

  .infobox ul li dd {
    display: flex;
    align-items: center;
    width: auto;
  }

  span.cate {
    margin: 0 0 0 10px;
    width: auto;
    padding: 1px 5px;
  }

  /*++++++++++++++
pagetab
++++++++++++++*/
  .pagetab ul {
    flex-wrap: wrap;
  }

  .pagetab li {
    margin: 0 10px 10px 0;
    width: 48%;
  }

  .pagetab li:nth-child(2n) {
    margin: 0 0 10px;
  }

  .pagetab li a {
    padding: 10px;
    font-size: 0.8em;
  }
}

/*スマホ横*/
@media screen and (max-width: 767px) {
  /*++++++++++++++
共通
++++++++++++++*/

  /*大*/
  .mb3 {
    margin: 0 0 60px;
  }

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/

  /*大見出し*/
  h2 {
    font-size: 1.5em;
  }

  /*以下見出し*/
  h5 {
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 0 0 5px;
  }

  h5:after {
    width: 100px;
  }

  /*補足*/
  em {
  }

  /*++++++++++++++
button
++++++++++++++*/
  .button_pdf {
    margin: 0 0 20px;
  }

  .button1 {
    display: block;
    border: 2px solid #111;
    text-align: center;
    padding: 15px;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
  }

  .button3 {
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;

    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;

    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button3:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .reservee.off {
    z-index: 999;
  }

  .reserveebox span {
    background-size: 20px;
    padding: 0 0 0 30px;
    background-position: left;
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active {
    background: #222;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li a img {
  }

  aside li.n2 a img {
    width: 22px;
  }

  aside li.n3 a img {
    width: 15px;
  }

  aside .pullbox .ttl img {
    width: 30px;
  }

  aside .pullbox .ttl b {
    font-size: 1.1em;
    margin: 0 0 20px;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
    display: flex;
    width: 80%;
    margin: 50px auto 0;
  }

  /*+++++++++++++++++++
/*drawer
+++++++++++++++++++*/
  .drawer-hamburger {
  }

  .drawer-nav {
    display: block;
    padding: 100px 0 0;
  }

  /*+++++++++++++++++++

/*header
+++++++++++++++++++*/

  header ul li:last-child {
    margin: 0;
  }

  header ul li a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    transform: scale(1);
    background: rgba(0, 164, 190, 0.1);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
  }

  header ul li a:hover:after {
    transition: 0.5s;
    opacity: 1;
    transform: scale(2);
    background: rgba(0, 164, 190, 0.1);
  }

  /*+++++++++++++++++++
/*bunner
+++++++++++++++++++*/

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer {
  }

  footer .copyright {
    font-size: 0.75em;
    text-align: center;
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  .sitemap dl {
    width: 49%;
  }

  /*+++++++++++++++++++
/*slick
+++++++++++++++++++*/
  .slick-dots {
    bottom: -8%;
  }

  .slick-dots li {
    margin: 0 20px 0 0 !important;
    border: 1px solid #333;

    border-radius: 100px;
    width: 15px;
    height: 15px;
  }

  .slick-dots li button:before {
    width: 9px;

    height: 9px;
    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;

    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
information
++++++++++++++*/
}

/*スマホ縦*/
@media screen and (max-width: 480px) {
  .container {
    /*	margin: 120px 0 0;*/
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  .asidebox ul > ol {
    width: 40%;
  }

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img {
    display: none;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li.n3 a img,
  aside li.n3 a.active img.on {
    width: 16px;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li a img {
    margin: 0 auto 3px;
    width: 20px;
  }

  aside .pull.active {
    padding: 50px 0 0;
    top: inherit;
    bottom: 0;
    transition: 0.5s;
    height: 65%;
  }

  aside .pullbox .ttl b {
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 300;
    display: block;
    margin: 0 0 10px;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
    padding: 100px 0;
  }

  /*+++++++++++++++++++
/*bunner
+++++++++++++++++++*/
  section#bunner {
    padding: 50px 0;
  }

  section#bunner .inner {
    max-width: 90%;
  }

  section#bunner li {
    margin: auto;
  }

  section#bunner li img {
    width: 100%;
  }

  section#bunner .slick-dots {
    bottom: -30%;
  }

  section#bunner .slick-dots li {
    margin: 0 5px !important;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer {
  }

  footer .copyright {
    font-size: 0.75em;
    text-align: center;
  }

  footer .footertopbox {
  }

  footer .footertopbox a.flogo {
    width: auto;
  }

  footer .footertopbox dd .ftel {
    margin: 0 20px 0 0;
  }

  #pagetop {
  }

  #pagetop:hover {
    bottom: 10%;
  }

  .sitemap dl {
    margin: 0 0 21px;
  }

  .sitemap dd {
    margin: 0;
    width: auto;
  }

  .sitemap dd p a:hover:after {
    background: #000;
    width: 20px;
    transition: 0.3s;
  }

  /*+++++++++++++++++++
/*slick
+++++++++++++++++++*/
  .slick-dots {
    bottom: -15%;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .slick-dots li button:before {
    width: 6px;
    height: 6px;
    background: #000;
    content: "";
    border-radius: 100px;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }

  .slick-dots li.slick-active button:before {
    background: #1da4bc;
    opacity: 1;
  }

  /*++++++++++++++
list 箇条書きまとめ
++++++++++++++*/
  .listinbox {
  }

  .listinbox .inner {
    /* background: #fff; */
    /* height: 500px; */
    /* padding: 50px; */
    box-sizing: border-box;
    max-width: 100%;
  }

  .listinbox li {
    display: block;
  }

  .listinbox li figure {
    margin: 0 auto 20px;
  }

  .listinbox li dl {
    width: 100%;
  }

  /*++++++++++++++
button
++++++++++++++*/
  .right {
    position: relative !important;
    float: right;
    padding: 8px 0;
    width: auto;
    right: 0;
    box-sizing: border-box;
  }

  .button1 {
    display: block;
    border: 1px solid #111;
    text-align: center;
    padding: 20px 50px 20px;
    max-width: 400px;
    margin: auto;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  .button2 {
    max-width: 90%;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin: auto;
  }

  .button2 span {
    padding: 15px;
  }

  .button2 span:before {
    content: "";
    position: absolute;
    background: #111;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button2:hover span:before {
    right: 0;
    background: #fff;
  }

  .button2:hover span {
    color: #fff;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    color: #111;
    background: #111;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  .button2:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .button3 {
    border: 1px solid #fff;

    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
    max-width: 90%;
    margin: auto;

    transition: 0.3s;
    font-weight: 300;
    position: relative;
    letter-spacing: 2px;
  }

  .button3.active {
    background: #fff;
    color: #222;
  }

  .button3.active span:before,
  .button3.active span:after,
  .button3.active:hover:after {
    display: none;
  }

  .button3 span {
    /* background: url("../images/common/next_w.svg") no-repeat center right 4%; */
    /* background-size: 12px; */
    display: block;
    padding: 0;
  }

  .button3 span:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    width: 30px;
    height: 1px;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .button3:hover span:before {
    right: 0;
    background: #111;
  }

  .button3:hover span {
    color: #111;
    position: relative;
    z-index: 100;
    /*
	background: url("../images/common/next.svg") no-repeat center right 4% ;
    background-size: 12px;*/
  }

  .button3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";

    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  /*+++++++++++++++++++
/*注意書き
+++++++++++++++++++*/
  .careful-area {
    padding: 30px 20px;
  }

  /*++++++++++++++
list
++++++++++++++*/

  .listbox {
  }

  .listbox ul {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .listbox li {
  }

  .listbox li:last-child {
    margin: 0;
    /* padding: 0; */
  }

  .listbox li a {
    padding: 0;
    box-sizing: border-box;
    transition: 0.3s;
  }

  .listbox li a:hover {
  }

  .listbox li a figure {
    /* width: 25%; */
    float: none;
  }

  .listbox li dt {
    padding: 0 0 10px;
  }

  /*++++++++++++++
宿泊プラン　list
++++++++++++++*/
  section#information.plan .listbox li {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 31%;
    margin: 0 1.5% 3% 0;

    overflow: hidden;
  }

  section#information.plan .listbox li a {
    padding: 0;
  }

  /*++++++++++++++
detail
++++++++++++++*/

  .detailbox {
  }

  .detailbox .title {
    width: auto;
  }

  .detailbox p {
  }

  .detailbox .titlebox {
    width: 100%;
  }

  .detailbox .titlebox {
    display: block;
  }

  .detailbox .titlebox b {
    font-size: 1.5em;
    font-weight: 400;
  }

  .detailbox .titlebox dd span {
    float: none;
    margin: 0 15px 0 0;
    font-size: 0.9em;
  }

  .detailbox .titlebox dd em {
    float: none;
    display: unset;
    font-size: 0.9em;
  }

  /*backnumber*/
  .backnumberbox {
    width: 100%;
  }

  .backnumber {
    /* border: 3px solid #1DA4BC; */
    background: #fff;
    /* padding: 30px; */
    /* box-sizing: border-box; */
    overflow: hidden;
  }

  .backnumber h4 {
  }

  .backnumber li a {
    padding: 10px 0;
    color: #000;
    font-size: 1em;
    letter-spacing: 1px;
  }

  .backnumber li a b {
    display: block;
    padding: 12px 0 0;
    font-weight: 500;
  }

  .backnumber h5 {
    padding: 0;
    color: #222;
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Secular One", sans-serif;
  }

  .backnumber ul {
    padding: 10px 0;
  }

  .backnumber li {
    position: relative;
    border-bottom: 1px solid #eee5d7;
    margin: 0 0 15px;
    padding: 0 0 15px 0;
  }

  .backnumber li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }

  .backnumber .archive li,
  .backnumber .category li {
    border: none;
    padding: 0;
    margin: 0;
  }

  .backnumber .archive li a,
  .backnumber .category li a {
    padding: 5px 0;
    font-size: 0.9em;
    display: inline-block;
  }

  /*ページナビ詳細*/
  .pagenum {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0;
    border-top: 1px solid #eee;
    padding: 50px 0 0;
    position: relative;
  }

  .pagenum a {
    font-size: 0.8em;
  }

  .pagenum .list {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }

  .pagenum .list a {
    padding: 0 0 5px;
  }

  .pagenum .next {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: right;
  }

  .pagenum .next a {
    bottom: 0;
    right: 0;
    top: 0;
    /* display: block; */
    margin: auto;
    width: auto;
    padding: 0 0 5px 0;
    text-align: right;
  }

  /**/
  /*+++++++++++++++++++
/*n404
+++++++++++++++++++*/
  article#n404 {
    padding: 80px 0 0;
  }

  article#n404 .inner {
    padding: 30px;
  }

  article#n404 .inner figure {
    width: 150px;
    margin: 0 auto 20px;
  }

  /*+++++++++++++++++++
/*予約　分岐
+++++++++++++++++++*/

  .modalbox {
    max-width: 95%;
    padding: 15px;
    height: 85%;
    box-sizing: border-box;
  }

  .modalbox b {
    font-size: 0.8em;
    padding: 0;
  }

  .modalbox u.red {
    color: #bb2a1f !important;
  }

  .modalbox .indent {
    margin: 0 0 0 20px;
    line-height: 1.8;
  }

  .modalbox h6 {
    padding: 20px 20px 10px;
    margin: auto;
    font-size: 1.4em;
  }

  .js-close {
    width: 50px;
    height: 50px;
    top: 10%;
  }

  .modalbox ul {
    display: block;
    padding: 20px;
  }

  .modalbox li {
    display: block;
    border-bottom: 1px dashed #999;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .modalbox li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }

  .modalbox li span {
    line-height: 1.6;
  }

  .modalbox li span b {
    font-size: 1em;
    padding: 0 3px;
  }

  .modalbox .careful {
    padding: 0 20px;
  }
	
	.jalan {
	bottom: 8%;
}
}
