@charset "UTF-8";
/*==============================
	
	STYLE.CSS
	
	==============================*/
@font-face {
  font-family: 'Hannari-Min-R';
  src: url("../fonts/hannari.woff2") format("woff2"), url("../fonts/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*====================
	base
	====================*/
@-webkit-viewport {
  width: 960; }

@-moz-viewport {
  width: 960; }

@-ms-viewport {
  width: 960; }

@-o-viewport {
  width: 960; }

@viewport {
  width: 960; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

figure {
  margin: 0; }

html, body {
  font-size: 17px; }

body {
  background: #000000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "HG Mincho E", serif;
  line-height: 1.5; }

.page-container {
  width: 960px;
  margin: 0 auto; }

.page-main {
  position: relative; }

.sp{
 display: none ;
}
/*====================
	(module) Header & Footer
	====================*/
/*=== HEADER ===*/
.hamburger {
  display: none;
}
.ps-header {
  height: 90px;
  padding: 0 0;
  background: black;
  overflow: hidden;
  color: white; }
  .ps-header .prince-hr-logo {
    width: 149px;
    height: 100%;
    float: left; }
    .ps-header .prince-hr-logo > a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/com/prince-hr-logo.png) left center no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      -webkit-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s; }
      .ps-header .prince-hr-logo > a:hover {
        opacity: 0.7; }
  .ps-header .seibu-gr-logo {
    width: 138px;
    height: 100%;
    float: right; }
    .ps-header .seibu-gr-logo > a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/com/seibu-gr-logo.png) left center no-repeat;
      opacity: 1.0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      -webkit-transition: opacity 0.15s linear 0s;
      -moz-transition: opacity 0.15s linear 0s;
      -ms-transition: opacity 0.15s linear 0s;
      -o-transition: opacity 0.15s linear 0s;
      transition: opacity 0.15s linear 0s; }
      .ps-header .seibu-gr-logo > a:hover {
        opacity: 0.7; }

.kh-header {
  height: 162px;
  text-align: center;
  position: relative;
  background-color: #000000; }
  .kh-header a {
    display: inline-block;
    position: relative;
    top: 31px;
    width: 150px;
    height: 70px;
    /*height: 100px;*/
    background: #000000 url(../img/com/kh-logo.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1.0;
    -webkit-transition: opacity 0.15s linear 0s;
    -moz-transition: opacity 0.15s linear 0s;
    -ms-transition: opacity 0.15s linear 0s;
    -o-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s; }
    .kh-header a:hover {
      opacity: 0.7; }

/*=== FOOTER ===*/
.page-footer {
  background-color: #000000;
  color: #999;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px; }
  .page-footer .kawana-hotel, .page-footer .colophon {
    line-height: 1.0; }
  .page-footer .kawana-hotel {
    margin: 0 0 1em; }
    .page-footer .kawana-hotel a {
      color: inherit;
      text-decoration: none; }
    .page-footer .kawana-hotel a:hover {
      text-decoration: underline; }
  .page-footer .colophon {
    margin: 0;
    font-size: 0.64706em; }

/*====================
	(module) Mainmenu
	====================*/
.mainmenu {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(128, 79, 33, 0.8);
  font-family: "Hannari-Min-R", "HannariMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "HG Mincho E", serif;
  text-align: center; }
  .mainmenu .menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    height: 100%;
    overflow: hidden; }
  .mainmenu li {
    font-size: 22px;
    font-size: 1.29412rem;
    display: inline-block;
    height: 100%; }
  .mainmenu li.resbar:before {
    content: "";
    display: inline-block;
    float: left;
    width: 1px;
    height: calc(100% - 20px);
    background-color: white;
    position: relative;
    top: 10px; }
  .mainmenu li > a {
    display: block;
    padding: 0 30px;
    line-height: 60px;
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s; }
  .mainmenu li > a:hover,
  .mainmenu li.active > a {
    background-color: rgba(127, 17, 31, 0.7); }

.mainmenu.fixed {
  position: fixed;
  left: 0;
  top: 0; }

/*====================
	top : index.html
	====================*/
.page-top {
  /* タイトル */
  /* featured */ }
  .page-top .title-section {
    position: relative;
    height: 554px;
    background: url(../img/top/intro-img.jpg) no-repeat; }
  .page-top .site-title {
    margin: 0;
    position: absolute;
    width: 422px;
    height: 267px;
    right: 47px;
    top: 151px;
    background: url(../img/top/site-title.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .page-top .featured-section {
    position: relative; }
  .page-top .secret {
    position: relative;
    width: 100%;
    height: 458px;
    background-repeat: no-repeat; }
    .page-top .secret > a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      background-color: transparent;
      -webkit-transition: background-color 0.15s linear 0s;
      -moz-transition: background-color 0.15s linear 0s;
      -ms-transition: background-color 0.15s linear 0s;
      -o-transition: background-color 0.15s linear 0s;
      transition: background-color 0.15s linear 0s; }
      .page-top .secret > a:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .page-top .secret .featured-title {
      margin: 0;
      position: absolute;
      background-repeat: no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .page-top .secret.one {
    background-image: url(../img/top/secr1-img.jpg); }
    .page-top .secret.one .featured-title {
      background-image: url(../img/top/secr1-title.png);
      width: 293px;
      height: 153px;
      left: 133px;
      top: 80px; }
  .page-top .secret.two {
    background-image: url(../img/top/secr2-img.jpg); }
    .page-top .secret.two .featured-title {
      background-image: url(../img/top/secr2-title.png);
      width: 351px;
      height: 153px;
      right: 40px;
      top: 33px; }
  .page-top .secret.three {
    background-image: url(../img/top/secr3-img.jpg); }
    .page-top .secret.three .featured-title {
      background-image: url(../img/top/secr3-title.png);
      width: 199px;
      height: 146px;
      left: 136px;
      bottom: 33px; }

/*====================
	secrets : secret-1.html, secret-2.html, secret-3.html
	====================*/
/*=== secrets 共通 =====*/
.page-secrets {
  /* title-section */
  /* featured-section */ }
  .page-secrets .page-main {
    background-color: #000000; }
  .page-secrets .title-section {
    height: 518px;
    background-repeat: no-repeat;
    position: relative; }
  .page-secrets .page-title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0; }
  .page-secrets .featured-section {
    width: 752px;
    margin: 0 auto;
    color: white;
    padding: 40px 0 70px 0; }
    .page-secrets .featured-section .sect-title {
      margin: 0;
      text-align: center;
      font-family: "Hannari-Min-R", "HannariMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "HG Mincho E", serif;
      font-size: 29px;
      font-size: 1.70588rem;
      color: #b28247;
      -webkit-font-smoothing: antialiased; }
    .page-secrets .featured-section .sect-msg {
      text-align: justify;
      margin: 1.17647em 0;
      -webkit-font-smoothing: antialiased; }
  .page-secrets .featured-images {
    margin: 30px 0 0 0;
    overflow: hidden; }
  .page-secrets .featured-img {
    width: 100%;
    margin: 20px 0 0 0;
    height: 268px; }
    .page-secrets .featured-img figcaption {
      text-align: center;
      font-family: "Hannari-Min-R", "HannariMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "HG Mincho E", serif;
      font-size: 22px;
      font-size: 1.29412em;
      height: 40px;
      -webkit-font-smoothing: antialiased;
      font-weight: bold; }
    .page-secrets .featured-img img {
      display: inline-block;
      width: 368px;
      height: 228px; }
      .page-secrets .featured-img img + img {
        margin-left: 14px; }
  .page-secrets .featured-img.single {
    width: 368px;
    float: left; }
    .page-secrets .featured-img.single + .featured-img.single {
      margin-left: 14px; }
  .page-secrets .featured-img.no-caption:last-of-type {
    height: 228px; }

.secrets-nav {
  margin: 70px auto 0; }
  .secrets-nav .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center; }
  .secrets-nav .nav-list > li {
    font-size: 17px;
    font-size: 1.0rem;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 0 60px; }
  .secrets-nav li > a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #b28247;
    background: transparent center center no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: background-color 0.15s linear 0s;
    -moz-transition: background-color 0.15s linear 0s;
    -ms-transition: background-color 0.15s linear 0s;
    -o-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s; }
  .secrets-nav li.active > a, .secrets-nav li > a:hover {
    background-color: white; }
  .secrets-nav li.one > a {
    background-image: url(../img/com/snav1-icon.png); }
  .secrets-nav li.two > a {
    background-image: url(../img/com/snav2-icon.png); }
  .secrets-nav li.three > a {
    background-image: url(../img/com/snav3-icon.png); }

/*=== secret-1 =====*/
.page-secrets.one .title-section {
  background-image: url(../img/se1/s1-img1.jpg); }

.page-secrets.one .page-title {
  background-image: url(../img/se1/page-title-s1.png);
  width: 292px;
  height: 152px;
  left: 114px;
  top: 190px; }

/*=== secret-2 =====*/
.page-secrets.two .title-section {
  background-image: url(../img/se2/s2-img1.jpg); }

.page-secrets.two .page-title {
  background-image: url(../img/se2/page-title-s2.png);
  width: 351px;
  height: 154px;
  left: 97px;
  top: 206px; }

/*=== secret-3 =====*/
.page-secrets.three .title-section {
  background-image: url(../img/se3/s3-img1.jpg); }

.page-secrets.three .page-title {
  background-image: url(../img/se3/page-title-s3.png);
  width: 199px;
  height: 146px;
  left: 123px;
  top: 103px; }

/*====================
	menus : lunch.html, dinner.html, breakfast.html
	====================*/
/*=== menus 共通 ===*/
.page-menus {
  /* title-section */
  /* featured-section */
  /*=== reserve-section ===*/ }
  .page-menus .title-section {
    height: 496px;
    background-repeat: no-repeat;
    position: relative; }
  .page-menus .page-title-bg {
    position: absolute;
    mix-blend-mode: multiply; }
  .page-menus .page-title {
    margin: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .page-menus .featured-section {
    margin: 0;
    padding: 30px 0 0 0;
    background-color: #000000;
    text-align: center; }
    .page-menus .featured-section .sect-title {
      margin: 0;
      font-family: "Hannari-Min-R", "HannariMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "HG Mincho E", serif;
      -webkit-font-smoothing: antialiased;
      font-size: 29px;
      font-size: 1.70588rem;
      letter-spacing: -2px;
      color: #b28247; }
    .page-menus .featured-section .sect-lead {
      margin: 12px 0 30px 0;
      height: 23px;
      background-position: center top;
      background-repeat: no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .page-menus .featured-row {
    overflow: hidden;
    padding: 8px 0 0 0;
    margin: 0 0 80px 0;
    border-top: 1px dotted #b28146; }
    .page-menus .featured-row:last-of-type {
      margin-bottom: 0; }
  .page-menus .featured.single {
    width: 50%;
    float: left; }
  .page-menus .featured-img {
    height: 295px; }
  .page-menus .featured-title {
    margin: 0.5em 0 0.25em;
    font-family: "Hannari-Min-R", "HannariMincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "HG Mincho E", serif;
    font-size: 24px;
    font-size: 1.41176rem; }
  .page-menus .featured-msg {
    margin: 0;
    color: white;
    padding: 0 22px;
    -webkit-font-smoothing: antialiased; }
  .page-menus .reserve-section {
    padding: 50px 0 70px 0;
    background-color: #000000; }
  .page-menus .reserve-btn {
    width: 244px;
    height: 31px;
    margin: 0 auto;
    border: 1px solid #f29600; }
    .page-menus .reserve-btn a {
      display: block;
      font-size: 0.82353em;
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 31px;
      text-align: center;
      color: #f39800;
      text-decoration: none;
      background-color: transparent;
      -webkit-transition: background-color 0.15s linear 0s;
      -moz-transition: background-color 0.15s linear 0s;
      -ms-transition: background-color 0.15s linear 0s;
      -o-transition: background-color 0.15s linear 0s;
      transition: background-color 0.15s linear 0s; }
      .page-menus .reserve-btn a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
  .page-menus .reserve-section .notes-list {
    margin: 50px 0 0 0;
    padding: 0;
    color: white;
    text-align: center;
    list-style: none;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.70588em;
    line-height: 1.5; }

/*=== lunch ===*/
.page-menus.lunch .title-section {
  background-image: url(../img/lun/l-img1.jpg); }

.page-menus.lunch .page-title-bg, .page-menus.lunch .page-title {
  width: 264px;
  height: 264px;
  left: 348px;
  top: 144px; }

.page-menus.lunch .page-title-bg {
  background-color: rgba(185, 107, 21, 0.95); }

.page-menus.lunch .page-title {
  background-image: url(../img/lun/page-title-l.png); }

.page-menus.lunch .featured-section .sect-lead {
  background-image: url(../img/lun/page-subtitle-en-l.png); }

.page-menus.lunch .featured-title {
  color: #d57e08; }

/*=== dinner ===*/
.page-menus.dinner .title-section {
  background-image: url(../img/din/d-img1.jpg); }

.page-menus.dinner .page-title-bg,
.page-menus.dinner .page-title {
  width: 100%;
  height: 138px;
  left: 0;
  top: 191px; }

.page-menus.dinner .page-title-bg {
  background-color: rgba(106, 57, 6, 0.8); }

.page-menus.dinner .page-title {
  background-image: url(../img/din/page-title-d.png); }

.page-menus.dinner .featured-section .sect-lead {
  background-image: url(../img/din/page-subtitle-en-d.png); }

.page-menus.dinner .featured-title {
  color: #956134; }

/*=== breakfast ===*/
.page-menus.breakfast .title-section {
  background-image: url(../img/bre/b-img1.jpg); }

.page-menus.breakfast .page-title-bg,
.page-menus.breakfast .page-title {
  width: 312px;
  height: 312px;
  right: 55px;
  top: 82px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.page-menus.breakfast .page-title-bg {
  background-color: rgba(104, 128, 0, 0.5); }

.page-menus.breakfast .page-title {
  background-image: url(../img/bre/page-title-b.png); }

.page-menus.breakfast .featured-section .sect-lead {
  background-image: url(../img/bre/page-subtitle-en-b.png); }

.page-menus.breakfast .featured-title {
  color: #84a729;
  font-size: 28px;
  font-size: 1.64706rem; }


@media screen and (max-width:768px) {
.sp{
 display: block;
}

  .page-main {
    font-size: 0.8em;
  }
  .seibu-gr-logo {
    display: none;
  }
  .page-container {
    width: 95%;
    margin: 0 auto;
  }
  .mainmenu {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    padding-top: 80px;
  }
  .mainmenu.active {
    display: block;
  }
  .mainmenu li {
    width: 100%;
    display: block;
    height: auto;
  }
  .hamburger {
	  display : block;
	  position: fixed;
	  z-index : 9999;
	  right : 13px;
	  top   : 14px;
	  width : 42px;
    height: 60px;
	  cursor: pointer;
	  text-align: center;
    background: rgba(0, 0, 0, 0.4);
	}
  .hamburger.active {
    background:0;
  }
	.hamburger > span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 3px ;
	  left    : 6px;
	  background : #FFF;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition   : 0.3s ease-in-out;
	  transition        : 0.3s ease-in-out;
	}
	.hamburger > span:nth-child(1) {
	  top: 10px;
	}
	.hamburger > span:nth-child(2) {
	  top: 20px;
	}
	.hamburger > span:nth-child(3) {
	  top: 30px;
	}

	/* ナビ開いてる時のボタン */
	.hamburger.active > span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  background :#fff;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform   : rotate(-45deg);
	  transform        : rotate(-45deg);
	}

	.hamburger.active > span:nth-child(2),
	.hamburger.active > span:nth-child(3) {
	  top: 16px;
	  background :#fff;
	  -webkit-transform: rotate(45deg);
	  -moz-transform   : rotate(45deg);
	  transform        : rotate(45deg);
	}
		.hamburger p span.open ,
		.hamburger.active p span.close{
			display: block;
			position: absolute;
			bottom: 0px;
			left: 0;font-size: 10px;
			right: 0;
			margin: 0 auto;
			text-align: center;
				color : #FFF;
		}
		.hamburger.active p span.close{
				color: #FFF;
		}
		.hamburger.active p span.open,
		.hamburger p span.close {
			display: none;
		}

     /*=== top ===*/
    .page-top .secret {
      background-position: center;
      background-size: cover;
      height: 50vw;
    }
    .page-top .title-section {
      height: 50vw;
      background-size: 110%;
    }
    .page-top .site-title {
      right: 5vw;
      max-width: 40vw;
      top: 10vw;
      background-size: 100%;
    }
    
    .page-top .secret.one .featured-title {
      left: 10vw;
      margin: auto;
      max-width: 38vw;
      top: 5vw;
      background-size: 100%;
    }
    .page-top .secret.two .featured-title {
      right: 3vw;
      max-width: 40vw;
      top: 3vw;
      background-size: 100%;
    }
    .page-top .secret.three .featured-title {
      left: 5vw;
      max-width: 24vw;
      background-size: 100%;
      bottom: 5vw;
      height: 18vw;
    }

    /*=== menus ===*/
    .page-menus .title-section {
      height: 50vw;
      background-size: cover;
    }
    .page-menus .featured-title {
      width: 100%;
    }
    .page-menus .featured-img{
      height: auto;
    }
    .page-menus .featured-img img{
     width: 100% ;
    }
    .page-menus .featured.single {
      width: 100%;
      margin-bottom: 40px;
    }
    .page-menus .featured-title {
      font-size: 1.3rem;
    }
    .page-menus .featured-section .sect-title {
      font-size: 1.5rem;
    }


    /*=== dinner ===*/
    .page-menus.dinner .page-title-bg, .page-menus.dinner .page-title {
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .page-menus.dinner .page-title-bg, .page-menus.dinner .page-title {
      height: 15vw;
    }
    .page-menus.dinner .page-title {
      background-size: 70%;
    }

    /*=== lunch ===*/
    .page-menus.lunch .page-title-bg,
    .page-menus.lunch .page-title {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 39vw;
      height: 39vw;
    }
    .page-menus.lunch .page-title {
      background-size: 75%;
    }

     /*=== breakfast ===*/
    .page-menus.breakfast .page-title-bg,
    .page-menus.breakfast .page-title {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 40vw;
      height: 40vw;
    }
    .page-menus.breakfast .page-title {
      background-size: 70%;
    }

    

    /*=== secrets ===*/
    .page-secrets.one .page-title{
      top: 10vw;
      left: 5vw;
      margin: 0;
      max-width: 40vw;
      background-size: 100%;
    }
    .page-secrets.two .page-title {
      top: 20vw;
      left: 5vw;
      margin: 0;
      max-width: 40vw;
      background-size: 100%;
    }
    .page-secrets.three .page-title {
      top: 20px;
      left: 11vw;
      margin: 0;
      max-width: 22vw;
      background-size: 100%;
    }

    .page-secrets.one .title-section,
    .page-secrets.two .title-section,
    .page-secrets.three .title-section{
      background-position: center;
      background-size: cover;
    }
    .page-secrets .title-section {
      height: 50vw;
    }
    .page-secrets .featured-img img {
      max-width: 100%;
    }
    .page-secrets .featured-img.single + .featured-img.single,
    .page-secrets .featured-img img + img {
      margin-left: 0;
    }
    .page-secrets .featured-img.single {
      width: 100%;
    }
    .page-secrets .featured-section {
      width: 100%;
    }
    .page-secrets .featured-img {
      height: auto;
      text-align: center;
    }
    .page-secrets .featured-img.no-caption:last-of-type {
      height: auto;
      text-align: center;
    }
    .secrets-nav .nav-list > li {
      height: 25px;
      width: 25px;
      margin: 0 15px;
    }
    .secrets-nav li > a {
      background-size: 60% !important;
    }
 
 .page-secrets .featured-section .sect-title{
  font-size: 1.3rem;
 }
}

/*# sourceMappingURL=style.map */