@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* Vendor prefix
--------------------------------- */
/* line 11, ../sass/style.scss */
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Yu Mincho", "Hiragino Mincho ProN",'Noto Serif JP', serif;
  line-height: 1.5em;
  font-size: 14px;
  background: #381111;
  overflow-x: hidden;
}

/* line 22, ../sass/style.scss */
:focus {
  outline: 0;
}

/* line 26, ../sass/style.scss */
a {
  text-decoration: none;
  color: white;
  -webkit-transition: opacity 0.4s linear 0s;
  -moz-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

/* line 33, ../sass/style.scss */
a:hover {
  opacity: 0.7;
}

/* line 37, ../sass/style.scss */
a[href^="tel:"] {
  cursor: default;
}
/* line 39, ../sass/style.scss */
a[href^="tel:"]:hover {
  opacity: 1;
}

/* line 44, ../sass/style.scss */
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

/* line 48, ../sass/style.scss */
p {
  font-size: 15px;
  color: black;
  line-height: 2em;
}

/* line 54, ../sass/style.scss */
#wrap {
  width: 100%;
}

/* line 58, ../sass/style.scss */
sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/* header
------------------------------ */
/* line 67, ../sass/style.scss */
header {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9997;
}
/* line 73, ../sass/style.scss */
/*
header .inner {
  width: 100px;
  height: calc(100% - 100px);
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9996;
}
*/


header .inner {
  width: 100px;
  height: calc(100% - 16px);
  background: #5d2d2d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9996;
}



/* line 81, ../sass/style.scss */
header .inner .logo {
  width: 54px;
  position: absolute;
  top: 31px;
  left: 20px;
}
header .inner .logo img {
  width: 100%;
  height: auto;
}
/* line 87, ../sass/style.scss */
header .inner .menu {
  width: 44px;
  height: 41px;
  background: url(../img/menu_open01.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
}
/* line 96, ../sass/style.scss */
header .inner .menu.close {
  background: url(../img/menu_close01.png) no-repeat center center;
}
/* line 100, ../sass/style.scss */
/*
header .inner .iconList {
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
*/

header .inner .iconList {
  width: 60px;
  position: absolute;
  bottom: 0px;
  right: 20px;

}

/* line 105, ../sass/style.scss */
header .inner .iconList li {
  float: left;
  width: 20px;
  margin: 0 5px;
  line-height: 0;
}



/* line 112, ../sass/style.scss */
header .inner .menuTelSp {
  display: none;
}
/* line 115, ../sass/style.scss */
header .inner .menuReSp {
  display: none;
}
/* line 119, ../sass/style.scss */
/*
header .reserve {
  width: 130px;
  height: 100px;
  color: #fff;
  background: #832020 url(http://www.tsubaki.f-demo.com/noguchi-cms/wp-content/themes/tsubaki/img/bg_reserve01.png) no-repeat center top;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9993;
}
*/
/* line 129, ../sass/style.scss */
/*
header .reserve span {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 100px;
  text-align: center;
}
*/

.reserve {
  width: 130px;
  height: 100px;
  color: #fff;
/*
  background: #832020 url(http://www.tsubaki.f-demo.com/noguchi-cms/wp-content/themes/tsubaki/img/bg_reserve01.png) no-repeat center top;
*/
  cursor: pointer;
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 9994;
}

.reserve span {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 100px;
  text-align: center;
}

@media screen and (max-width: 750px) {
	.reserve{
		display:none;
	}
}
/* line 137, ../sass/style.scss */
header .pagetopSp {
  display: none;
}
/* line 141, ../sass/style.scss */
header .bLayer.closeLayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9989;
}
/* line 150, ../sass/style.scss */
header nav#headMenu {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 9992;
  -webkit-transition: width 0.4s linear 0s;
  -moz-transition: width 0.4s linear 0s;
  transition: width 0.4s linear 0s;
}
/* line 160, ../sass/style.scss */
header nav#headMenu.open01 {
  width: 770px;
}
/* line 163, ../sass/style.scss */
header nav#headMenu #menuInner {
  width: 770px;
  height: 100%;
  padding: 27px 80px;
  background: rgb(93, 45, 45);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
/* line 171, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav {
  width: 615px;
}
/* line 173, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li {
  text-align: center;
  font-size: 16px;
  line-height: 47px;
  color: #fff;
  cursor: pointer;
  border-bottom: solid 1px #313824;
  background: url(../img/nav_arrow01.png) no-repeat right 3px top 17px;
}
/* line 181, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li.sub {
  background: none;
}
/* line 184, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li span {
  display: block;
  background: url(../img/nav_plus01.png) no-repeat right 1px top 17px;
}
/* line 188, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li span.close {
  display: block;
  background: url(../img/nav_minus01.png) no-repeat right 1px top 17px;
}
/* line 192, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li a {
  display: block;
}
/* line 196, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct {
  width: 190px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
/* line 201, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li {
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 15px;
  border-bottom: none;
  background: none;
  font-size: 12px;
}
/* line 208, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li.top, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li.top, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li.top {
  height: 60px;
  margin-bottom: 20px;
}
/* line 211, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li.top a, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li.top a, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li.top a {
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  display: block;
}
/* line 222, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li.top a {
  background: url(../img/img_navHon01.jpg) no-repeat center center;
}
/* line 229, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li.top a {
  background: url(../img/img_navGeihin01.jpg) no-repeat center center;
}
/* line 234, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt {
  margin-right: 0;
}
/* line 237, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li.top a {
  background: url(../img/img_navBath01.jpg) no-repeat center center;
}
/* line 242, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 {
  float: none;
  margin-bottom: 50px;
}
/* line 245, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li {
  float: left;
  width: 137px;
  border-bottom: none;
  margin-right: 20px;
  background: none;
}
/* line 251, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li:last-child {
  margin-right: 0;
}
/* line 254, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li a {
  line-height: 60px;
}
/* line 258, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li.spring a {
  background: url(../img/img_navSpring01.jpg) no-repeat center top;
}
/* line 263, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li.summer a {
  background: url(../img/img_navSummer01.jpg) no-repeat center top;
}
/* line 268, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li.autumn a {
  background: url(../img/img_navAutumn01.jpg) no-repeat center top;
}
/* line 273, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li.winter a {
  background: url(../img/img_navWinter01.jpg) no-repeat center top;
}
/* line 279, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.txtList02 {
  line-height: 1.2em;
  margin-bottom: 25px;
}
/* line 282, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.txtList02 li {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.2em;
  border-bottom: none;
  background: none;
}
/* line 289, ../sass/style.scss */
header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.txtList02 li:last-child {
  margin-right: 0;
}
/* line 297, ../sass/style.scss */
header nav#headMenu #menuInner ul.sNav {
  display: table;
  margin: 30px auto;
}
/* line 300, ../sass/style.scss */
header nav#headMenu #menuInner ul.sNav li {
  display: table-cell;
  text-align: center;
  font-size: 13px;
  padding: 0 10px;
}
/* line 307, ../sass/style.scss */
header nav#headMenu #menuInner ul.navTel {
  display: table;
  margin: 0 auto 40px;
}
/* line 310, ../sass/style.scss */
header nav#headMenu #menuInner ul.navTel li {
  display: table-cell;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  vertical-align: middle;
}
/* line 316, ../sass/style.scss */
header nav#headMenu #menuInner ul.navTel li:first-child {
  border-right: solid 1px #4e4e4e;
}
/* line 319, ../sass/style.scss */
header nav#headMenu #menuInner ul.navTel li:last-child {
  line-height: 0;
}
/* line 324, ../sass/style.scss */
header nav#headMenu #menuInner p.topics {
  text-align: center;
  margin-bottom: 5px;
  color: #fff;
}
/* line 330, ../sass/style.scss */
header nav#headMenu #menuInner ul.topicsList li {
  float: left;
  line-height: 0;
  margin: 0 10px;
}
/* line 338, ../sass/style.scss */
header #yoyaku {
  width: 610px;
  margin-top: 40px;
  background: #832020;
  position: relative;
}
/* line 343, ../sass/style.scss */
header #yoyaku form {
  width: 490px;
  padding: 15px 60px;
}
/* line 346, ../sass/style.scss */
header #yoyaku form .box01 {
  padding-bottom: 5px;
}
/* line 349, ../sass/style.scss */
header #yoyaku form .shuku01, header #yoyaku form .shuku02, header #yoyaku form .shuku03, header #yoyaku form .nin01, header #yoyaku form .nin02, header #yoyaku form .nin03 {
  float: left;
  white-space: nowrap;
  margin-right: 10px;
  color: #fff;
}
/* line 355, ../sass/style.scss */
header #yoyaku form input {
  text-align: center;
  border: none;
  height: 24px;
  line-height: 24px;
}
/* line 361, ../sass/style.scss */
header #yoyaku form input.year {
  width: 53px;
}
/* line 364, ../sass/style.scss */
header #yoyaku form input.month, header #yoyaku form input.day {
  width: 32px;
}
/* line 367, ../sass/style.scss */
header #yoyaku form select {
  text-align: center;
  border: none;
  height: 24px;
  padding: 0 30px 0 5px;
  background: #fff url(../img/dropdown01.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 377, ../sass/style.scss */
header #yoyaku form select::-ms-expand {
  display: none;
}
/* line 380, ../sass/style.scss */
header #yoyaku form label {
  margin-left: 10px;
}
/* line 383, ../sass/style.scss */
header #yoyaku form input[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 389, ../sass/style.scss */
header #yoyaku form span.checkParts {
  position: relative;
  padding-left: 20px;
}
/* line 392, ../sass/style.scss */
header #yoyaku form span.checkParts::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  top: 0;
  left: 0;
}
/* line 403, ../sass/style.scss */
header #yoyaku form input.check:checked + span.checkParts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
/* line 415, ../sass/style.scss */
header #yoyaku form .submitFrm {
  border: solid 1px #e15656;
  padding: 3px;
  width: 220px;
  margin: 10px auto 0;
  -webkit-transition: opacity 0.4s linear 0s;
  -moz-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}
/* line 423, ../sass/style.scss */
header #yoyaku form .submitFrm input#submitBtn {
  background: #e15656 url(../img/submitArw01.png) no-repeat right 10px center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  width: 220px;
  height: 40px;
}
/* line 433, ../sass/style.scss */
header #yoyaku form .submitFrm:hover {
  opacity: 0.7;
}
/* line 438, ../sass/style.scss */
header #yoyaku .roomLink01 {
  text-decoration: underline;
  position: absolute;
  top: 52px;
  left: 346px;
}
/* line 444, ../sass/style.scss */
header #yoyaku .closeLink01 {
  display: none;
}
/* line 448, ../sass/style.scss */
header .iconList02 {
  display: none;
}

/* line 453, ../sass/style.scss */
.breadcrumb {
  background: #000;
  padding: 5px 0;
  position: relative;
}
/* line 457, ../sass/style.scss */
.breadcrumb p.breadInner {
  width: 1140px;
  padding-right: 100px;
  padding-top: 45px;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
}
/* line 464, ../sass/style.scss */
.breadcrumb p.breadInner span {
  display: inline-block;
  background: url(../img/nav_arrow02.png) no-repeat left 15px center;
  padding-left: 30px;
}
/* line 468, ../sass/style.scss */
.breadcrumb p.breadInner span.home {
  background: none;
  padding-left: 0;
}

/* line 478, ../sass/style.scss */
body#room02 .breadcrumb p.breadInner {
  padding-top: 0;
}

/* footer
------------------------------ */
/* line 486, ../sass/style.scss */
footer {
  padding-bottom: 15px;
  position: relative;
}
/* line 489, ../sass/style.scss */
footer .inner {
  width: 1300px;
  margin: 0 auto;
  padding-right: 100px;
}
/* line 493, ../sass/style.scss */
footer .inner .logo {
  width: 250px;
  text-align: center;
  line-height: 0;
  padding: 100px 0 70px;
  margin: 0 auto;
}
footer .inner .logo img {
	width: 100%;
	height: auto;
}
/* line 498, ../sass/style.scss */
footer .inner .address01 {
  text-align: center;
  margin-bottom: 35px;
}
/* line 501, ../sass/style.scss */
footer .inner .address01 .name {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #fff;
}
footer .inner .address01 .add01 {
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 12px;
}
/* line 507, ../sass/style.scss */
footer .inner .address01 .tel01 {
  line-height: 0;
  margin: 7px 0 10px;
}
footer .inner .address01 .tel02_img {
  height: auto;
}
/* line 511, ../sass/style.scss */
footer .inner .address01 .checkin {
  color: #fff;
  font-size: 12px;
}
/* line 516, ../sass/style.scss */
footer .inner ul.fNav {
  text-align: center;
}
/* line 518, ../sass/style.scss */
footer .inner ul.fNav li {
  display: inline-block;
  margin: 0 15px;
}
/* line 521, ../sass/style.scss */
footer .inner ul.fNav li a {
  color: #fff;
  font-size: 12px;
}
/* line 528, ../sass/style.scss */
footer .logoArea01 {
  background: url(../img/bg_paper01.jpg);
  padding-right: 100px;
  /*margin: 40px 0 30px;*/
  margin: 0 0 30px;
}
footer .bottom_topics {
  background: url(../img/bg_paper01.jpg);
  /*padding-right: 100px;*/
  margin: 40px 0 0;
}
footer .bottom_topics figure {
  width: 90%;
  margin: auto;
  text-align: center;
}
footer .bottom_topics figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: contain;
}

footer .bottom_topics .swiper-slide {
  text-align: center;
}
footer .bottom_topics .figure img {
  max-width: 235px;
  max-height: 137px;
  width: 100%;
  margin: auto;
}

.bottom_topics .swiper-button-prev {
  background: url(../img/index/img_top_slide-l.html) center center no-repeat;
}
.bottom_topics .swiper-button-next {
  background: url(../img/index/img_top_slide-r.html) center center no-repeat;
}

/* line 532, ../sass/style.scss */
footer .logoArea01 ul {
  display: table;
  margin: 0 auto;
  padding: 8px 0;
}
/* line 536, ../sass/style.scss */
footer .logoArea01 ul li {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  padding: 2px 10px;
}
/* line 541, ../sass/style.scss */
footer .logoArea01 ul li:first-child {
  border-right: solid 1px #000;
  padding: 2px 20px 2px 10px;
}
/* line 545, ../sass/style.scss */
footer .logoArea01 ul li:nth-child(2) {
  padding: 2px 10px 2px 20px;
}
/* line 551, ../sass/style.scss */
footer small {
  display: block;
  padding-right: 100px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
}

/* line 561, ../sass/style.scss */
body#omotenashi footer {
  background: #381111;
}

/* line 565, ../sass/style.scss */
#pagetop {
  width: 27px;
  height: 14px;
  padding: 43px 36px 43px 37px;
  background: rgba(35, 46, 32, 0.5);
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 130px;
  z-index: 999;
  -webkit-transition: background 0.4s linear 0s;
  -moz-transition: background 0.4s linear 0s;
  transition: background 0.4s linear 0s;
}
/* line 578, ../sass/style.scss */
#pagetop:hover {
  background: #000;
}
/* line 581, ../sass/style.scss */
#pagetop.bottom01 {
  position: absolute;
  bottom: auto;
  top: -38px;
}

/* line 589, ../sass/style.scss */
.vpc {
  display: block;
}

/* line 592, ../sass/style.scss */
.vsp {
  display: none;
}

/* line 596, ../sass/style.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 599, ../sass/style.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 602, ../sass/style.scss */
.mr0 {
  margin-right: 0 !important;
}

/* line 605, ../sass/style.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 608, ../sass/style.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 611, ../sass/style.scss */
.mt120 {
  margin-top: 120px !important;
}

.mt140 {
  margin-top: 140px !important;
}

/* line 614, ../sass/style.scss */
.pt0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 1400px) {
  /* line 621, ../sass/style.scss */
  .breadcrumb p.breadInner {
    width: 90%;
    box-sizing: border-box;
  }

  /* line 628, ../sass/style.scss */
  footer .inner {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  footer .bottom_topics .swiper-all-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }

}
@media screen and (max-width: 1400px) and (min-width: 750px) {
  footer .bottom_topics .swiper-button-next {
    margin-right: 100px;
  }
  footer .bottom_topics .swiper-button-next,
  footer .bottom_topics .swiper-button-prev {
    margin-top: -10px;
  }
}
@media screen and (max-width: 750px) {
  /* line 637, ../sass/style.scss */
  p {
    font-size: 13px;
  }

  /* line 641, ../sass/style.scss */
  header {
    width: 100%;
    height: auto;
  }
  /* line 644, ../sass/style.scss */
  header .inner {
    width: 100%;
    height: 60px;
  }
  /* line 647, ../sass/style.scss */
  header .inner .logo {
    width: 106px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
  }
  /* line 652, ../sass/style.scss */
  header .inner .menu {
    display: block;
    width: 38px;
    height: 33px;
    background: url(../img/menu_open01_sp.png) no-repeat center center;
    background-size: 38px 33px;
    margin-top: 0;
    position: absolute;
    top: 13px;
    left: auto;
    right: 10px;
  }
  /* line 663, ../sass/style.scss */
  header .inner .menu.close {
    background: url(../img/menu_close01_sp.png) no-repeat center center;
    background-size: 38px 33px;
  }
  /* line 668, ../sass/style.scss */
  header .inner .iconList {
    display: none;
  }
  /* line 671, ../sass/style.scss */
  header .inner .menuTelSp {
    display: block;
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 138px;
  }
  /* line 679, ../sass/style.scss */
  header .inner .menuReSp {
    display: block;
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 58px;
  }
  /* line 688, ../sass/style.scss */
  header .reserve {
    display: none;
  }
  /* line 691, ../sass/style.scss */
  header .pagetopSp {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9989;
  }
  /* line 701, ../sass/style.scss */
  header nav#headMenu {
    width: 100%;
    height: auto;
    top: 60px;
    right: 0;
  }
  /* line 706, ../sass/style.scss */
  header nav#headMenu #menuInner {
    width: 100%;
    height: 0;
    padding: 0;
    -webkit-transition: height 0.4s linear 0s;
    -moz-transition: height 0.4s linear 0s;
    transition: height 0.4s linear 0s;
  }
  /* line 713, ../sass/style.scss */
  header nav#headMenu #menuInner.open02 {
    height: calc(100vh - 60px);
    box-sizing: border-box;
    padding: 10px 0;
  }
  /* line 718, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav {
    width: 100%;
  }
  /* line 720, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li {
    line-height: 55px;
    background: url(../img/nav_arrow01.png) no-repeat right 10px top 23px;
  }
  /* line 723, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li.sub {
    background: none;
  }
  /* line 726, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li span {
    background: url(../img/nav_plus01.png) no-repeat right 10px top 23px;
  }
  /* line 729, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li span.close {
    background: url(../img/nav_minus01.png) no-repeat right 10px top 23px;
  }
  /* line 733, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct {
    width: 90%;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    margin: 0 auto 20px;
  }
  /* line 739, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li {
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 15px;
    border-bottom: none;
    background: none;
    font-size: 12px;
  }
  /* line 746, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li.top, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li.top, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li.top {
    height: 60px;
    margin-bottom: 20px;
  }
  /* line 749, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li.top a, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li.top a, header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li.top a {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    display: block;
  }
  /* line 760, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.lt li.top a {
    background: url(../img/img_navHon01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  /* line 768, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.ct li.top a {
    background: url(../img/img_navGeihin01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  /* line 774, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt {
    margin-right: 0;
    margin: 0 auto 15px;
  }
  /* line 778, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.rt li.top a {
    background: url(../img/img_navBath01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  /* line 784, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 {
    float: none;
    margin: 0 auto 20px;
  }
  /* line 787, ../sass/style.scss */
  header nav#headMenu #menuInner ul.mainNav li .subBox01 ul.btnList01 li {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
  }
  /* line 796, ../sass/style.scss */
  header nav#headMenu #menuInner ul.sNav {
    display: block;
    margin: 30px auto;
  }
  /* line 799, ../sass/style.scss */
  header nav#headMenu #menuInner ul.sNav li {
    display: block;
    margin-bottom: 15px;
    padding: 0;
  }
  /* line 805, ../sass/style.scss */
  header nav#headMenu #menuInner ul.navTel {
    display: none;
  }
  /* line 808, ../sass/style.scss */
  header nav#headMenu #menuInner ul.topicsList {
    width: 90%;
    margin: 0 auto;
  }
  /* line 811, ../sass/style.scss */
  header nav#headMenu #menuInner ul.topicsList li {
    line-height: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 819, ../sass/style.scss */
  header #yoyaku {
    width: 90%;
    margin: 20px auto 0;
  }
  /* line 822, ../sass/style.scss */
  header #yoyaku form {
    width: 100%;
    padding: 19px 10px;
    box-sizing: border-box;
  }
  /* line 826, ../sass/style.scss */
  header #yoyaku form .box01 {
    padding-bottom: 0;
    text-align: center;
  }
  /* line 830, ../sass/style.scss */
  header #yoyaku form .shuku01, header #yoyaku form .shuku02, header #yoyaku form .shuku03, header #yoyaku form .nin01, header #yoyaku form .nin02, header #yoyaku form .nin03 {
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 837, ../sass/style.scss */
  header #yoyaku form .submitFrm {
    border: solid 1px #e15656;
    padding: 3px;
    width: 250px;
    float: none;
    margin: 10px auto 0;
  }
  /* line 843, ../sass/style.scss */
  header #yoyaku form .submitFrm input#submitBtn {
    width: 250px;
    height: 40px;
  }
  /* line 849, ../sass/style.scss */
  header #yoyaku .roomLink01 {
    width: auto;
    text-decoration: underline;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  /* line 859, ../sass/style.scss */
  header .iconList02 {
    display: block;
    width: 60px;
    margin: 20px auto;
  }
  /* line 863, ../sass/style.scss */
  header .iconList02 li {
    float: left;
    width: 20px;
    margin: 0 5px;
    line-height: 0;
  }

  /* line 873, ../sass/style.scss */
  .breadcrumb p.breadInner {
    padding-right: 0;
    padding-top: 35px;
  }

  /* line 879, ../sass/style.scss */
  footer {
    padding-bottom: 90px;
  }
  /* line 882, ../sass/style.scss */
  footer .inner {
    width: 90%;
    padding-right: 0;
  }
  /* line 885, ../sass/style.scss */
  footer .inner .logo {
    padding: 100px 0 70px;
    width: 200px;
  }
  /* line 889, ../sass/style.scss */
  footer .inner ul.fNav li {
    font-size: 13px;
    margin: 0 10px;
  }
  /* line 895, ../sass/style.scss */
  footer .logoArea01 {
    padding-right: 0;
    /*margin: 20px 0 15px;*/
    margin: 0 0 15px;
  }
  footer .bottom_topics {
    padding-right: 0;
    margin: 20px 0 0;
  }

  /* line 898, ../sass/style.scss */
  footer .logoArea01 ul {
    display: block;
    padding: 10px 5%;
  }
  /* line 901, ../sass/style.scss */
  footer .logoArea01 ul li {
    display: block;
    vertical-align: middle;
    line-height: 0;
    padding: 10px 20%;
  }
  /* line 906, ../sass/style.scss */
  footer .logoArea01 ul li:first-child {
    border-right: none;
    border-bottom: solid 1px #000;
    padding: 10px 20% 20px;
  }
  /* line 911, ../sass/style.scss */
  footer .logoArea01 ul li:nth-child(2) {
    padding: 20px 20% 10px;
  }
  /* line 917, ../sass/style.scss */
  footer small {
    padding-right: 0;
  }

  /* line 922, ../sass/style.scss */
  #pagetop {
    display: none;
  }

  /* line 926, ../sass/style.scss */
  .vpc {
    display: none;
  }

  /* line 929, ../sass/style.scss */
  .vsp {
    display: block;
  }

  /* line 933, ../sass/style.scss */
  .mt120 {
    margin-top: 60px !important;
  }
}

.top_topics .inner {
  padding-top: 5px;
  padding-bottom: 0;
}
.top_topics .swiper-button-prev,
.top_topics .swiper-button-next {
  position: absolute;
  z-index: 2;
  font-size: 0;
  width: 13px;
  height: 25px;
  top: 50%;
  margin-top: -13px;
  background: url(../img/index/slide_icon_01.html) no-repeat;
}
@media screen and (min-width: 751px) {
  .top_topics .swiper-slide figure img {
    max-width: 258px;
    max-height: 137px;
  }
  .top_topics .topics_border {
    margin-top: 15px;
    padding: 10px 30px;
    border: 10px solid #e2e2e2;
  }
  .top_topics .inner {
    max-width: 1160px;
    width: 100%;
    padding-left: 15px;
    /*padding-right: 15px;*/
  }
  .top_topics .swiper-button-prev {
    left: -30px;
    background-position: left center;
    }
  .top_topics .swiper-button-next {
    right: -30px;
    background-position: right center; 
  }
}
@media screen and (max-width: 750px) {

  .top_topics .topics_border {
    /*margin-top: 25px;*/
    padding: 10px 15px;
    border: 10px solid #e2e2e2;
  }
  .top_topics .swiper-container {
    width: 90%;
    height: auto;
  }

  .top_topics .swiper-button-prev {
    left: 5px;
    background-position: left center;
    }
  .top_topics .swiper-button-next {
    right: 5px;
    background-position: right center; 
  }

	header nav#headMenu #menuInner ul.sNav:not(:first-of-type) {
		margin-top: 0;
	}
	header nav#headMenu #menuInner ul.sNav:not(:last-of-type) {
		margin-bottom: 0;
	}
}

/* clearfix
------------------------------ */
/* line 940, ../sass/style.scss */
.clearfix:before, nav#headMenu .subBox01:before, ul.topicsList:before, #yoyaku form:before, nav#headMenu .subBox01 ul.btnList01:before,
nav#headMenu .subBox01 ul.txtList01:before, .iconList:before, #yoyaku form .box01:before,
.iconList02:before, ul.reBtnList:before,
.clearfix:after, nav#headMenu .subBox01:after, ul.topicsList:after, #yoyaku form:after, nav#headMenu .subBox01 ul.btnList01:after,
nav#headMenu .subBox01 ul.txtList01:after, .iconList:after, #yoyaku form .box01:after,
.iconList02:after, ul.reBtnList:after {
  content: "";
  display: block;
  overflow: hidden;
}

/* line 950, ../sass/style.scss */
.clearfix:after, nav#headMenu .subBox01:after, ul.topicsList:after, #yoyaku form:after, nav#headMenu .subBox01 ul.btnList01:after,
nav#headMenu .subBox01 ul.txtList01:after, .iconList:after, #yoyaku form .box01:after,
.iconList02:after, ul.reBtnList:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout)
 -------------------------------------------*/
/* line 957, ../sass/style.scss */
.clearfix, nav#headMenu .subBox01, ul.topicsList, #yoyaku form, nav#headMenu .subBox01 ul.btnList01,
nav#headMenu .subBox01 ul.txtList01, .iconList, #yoyaku form .box01,
.iconList02, ul.reBtnList {
  zoom: 1;
}



