@charset "utf-8";

/* font */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(//fonts.googleapis.com/css?family=Quattrocento);
/* icomoon */
@import url(../icomoon/style.css);

.royal_ibj-camp_img {
  display: block;
  width: 100%;
}

/* PC */
@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    color: #513534;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
  }

  .sp_only {
    display: none !important;
  }

  .btn a {
    transition: 1s;
  }

  .btn a:hover {
    opacity: 0.5;
  }

  .wrapper,
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .icon-freedial:before {
    color: #b09172;
  }

  .area01,
  .area02,
  .area03,
  .area04,
  .area06 {
    padding: 0 50px;
    box-sizing: border-box;
  }

  .area01 .inner,
  .area02 .inner,
  .area03 .inner,
  .area04 .inner {
    position: relative;
    height: 100%;
  }

  .area02 .box,
  .area03 .box,
  .area04 .box {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: max-content;
    padding: 40px;
    position: absolute;
    bottom: 100px;
  }

  .area02 .box h2,
  .area03 .box h2,
  .area04 .box h2 {
    font-family: 'Quattrocento', serif;
    color: #bd9860;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .area02 .box p,
  .area03 .box p,
  .area04 .box p {
    color: #513534;
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 400;
  }

  /* header */
  header {
    height: 90px;
    padding: 0 50px;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
  }

  header .rogo {
    width: 110px;
    float: left;
    box-sizing: border-box;
    margin: 15px 0;
  }

  header .rogo img {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }

  header .btn.cv a {
    height: 44px;
    line-height: 44px;
    width: 180px;
    float: right;
    font-size: 18px;
    margin: 23px 0;
    border: 1px solid #bd9860;
    color: #bd9860;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Sawarabi Mincho', serif;
    text-align: center;
    padding-right: 10px;
  }

  header .btn a:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: #bd9860;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  header .btn a:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #bd9860;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 8px;
    margin: auto;
    right: 9px;
  }

  header .btn a:hover {
    opacity: 0.5;
  }

  /* area01 */
  .area01 {
    background: url(../img/royal/area01_bg_ver00.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    padding: 220px 0 0;
    box-sizing: border-box;
  }

  .area01 .img01 {
    position: absolute;
  }

  .area01 .img02 {
    position: absolute;
    top: 47%;
  }

  .area01 .img03 {
    position: absolute;
    top: 47%;
    right: 0;
  }

  .area01 .img04 {
    position: absolute;
    top: 65%;
    right: 0;
    left: 0;
    margin: auto;
  }

  /* area02 */
  .area02 {
    background: url(../img/royal/area02_bg_ver00.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
  }

  .area02 .box {
    right: 0;
  }

  /* area03 */
  .area03 {
    background: url(../img/royal/area03_bg_ver00.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
  }

  /* area04 */
  .area04 {
    background: url(../img/royal/area04_bg_ver00.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
  }

  .area04 .box {
    right: 0;
  }

  /* area05 */
  .area05 {
    background: url(../img/royal/area05_bg.png);
  }

  .area05 h2 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-family: 'Sawarabi Mincho', serif;
    width: 100%;
    text-align: center;
    margin: 100px 0 50px;
  }

  .area05>div:nth-of-type(1) h2 {
    margin: 140px 0 50px;
  }

  .area05 h2:before,
  .area05 h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: calc(50% - 260px);
    height: 1px;
    background-color: #513534;
  }

  .area05 h2:before {
    left: 0;
  }

  .area05 h2:after {
    right: 0;
  }

  .area05 .box {
    background: #fff;
    padding: 80px 100px;
    margin-bottom: 100px;
  }

  .area05 .text_box {
    position: relative;
  }

  .area05 .text_box small {
    left: 0;
    bottom: 0;
    font-size: 11px;
    text-align: center;
    margin: 15px 0;
    display: block;
  }

  .area05 strong.course {
    font-size: 34px;
    font-family: 'Sawarabi Mincho', serif;
    letter-spacing: -0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .area05 strong.course em {
    font-size: 36px;
    letter-spacing: -0.03em;
  }

  .area05 strong.course .time {
    border: 1px solid #513534;
    font-size: 32px;
    margin-left: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 44px;
  }

  .area05 strong.course .time span {
    font-size: 25px;
  }

  .area05 em.partners_price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    border: 2px solid #e91e63;
    color: #e91e63;
    font-size: 23px;
    font-family: 'Sawarabi Mincho', serif;
    white-space: nowrap;
    letter-spacing: 0.15em;
    padding-left: 0.15em;
    width: 210px;
  }

  .area05 em.price {
    color: #e91e63;
    font-size: 78px;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: auto;
    width: 216px;
    display: block;
    margin-top: 5px;
  }

  .area05 .yen {
    font-size: 42px;
  }

  .area05 .tax {
    font-size: 13px;
    position: absolute;
    right: -10px;
    top: 15px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .area05 .btn.cv a {
    display: block;
    background: #bd9860;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Sawarabi Mincho', serif;
    height: 60px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
  }

  .area05 .btn.cv a:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }

  .area05 .btn.cv a:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 8px;
    margin: auto;
    right: 19px;
  }

  .area05 h3 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 28px;
    margin: 80px 0 20px;
  }

  .area05 ul:first-of-type li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }

  .area05 ul:first-of-type li:first-of-type {
    padding-right: 25px;
  }

  .area05 ul:first-of-type li:last-of-type {
    padding-left: 25px;
  }

  .area05 li img {
    display: block;
    width: 100%;
  }

  .area05 li p {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    margin-left: 10px;
    border-left: 1px solid #513534;
    line-height: 1;
  }

  .area05 .box>.btn a {
    border: 1px solid #513534;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #513534;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
    margin-top: 80px;
    font-family: 'Sawarabi Mincho', serif;
    display: block;
    text-align: center;
    padding-right: 10px;
  }

  .area05 .box>.btn a:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: #513534;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  .area05 .box>.btn a:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #513534;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 8px;
    margin: auto;
    right: 9px;
  }

  /* area06 */
  .area06 {
    padding-bottom: 100px;
  }

  .area06 h2 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-family: 'Sawarabi Mincho', serif;
    width: 100%;
    text-align: center;
    margin: 100px 0 50px;
    box-sizing: border-box;
  }

  .area06 p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .area06 img {
    width: 100%;
  }

  /* area07 */
  .area07 {
    background: url(../img/royal/last_bg_ver00.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .area07 .inner {
    padding: 0 100px;
    box-sizing: border-box;
  }

  .area07 .tel {
    margin-bottom: 60px;
  }

  .area07 .tel a {
    font-size: 48px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.2;
    pointer-events: none;
    color: #966b39;
    margin-bottom: 10px;
  }

  .area07 .tel a span {
    margin-right: 10px;
    top: 5px;
    position: relative;
  }

  .area07 .tel small {
    text-align: center;
    display: block;
    font-size: 16px;
  }

  .area07 .icon-freedial:before {
    content: "\e900";
    color: #966b39;
    font-size: 54px;
  }

  .area07 .course_no {
    margin-bottom: 50px;
  }

  .area07 .course_no p {
    color: #e91e63;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }

  .area07 .course_no small {
    font-size: 12px;
    text-align: center;
    display: block;
  }

  .area07 .jtba {
    width: calc(50% - 35px);
    margin: auto;
    box-sizing: border-box;
    position: relative;
  }

  .area07 .anea {
    width: calc(50% - 35px);
    float: right;
    box-sizing: border-box;
    position: relative;
  }

  .area07 li {
    text-align: center;
  }

  .area07 li div {
    background: #fff;
    height: 110px;
    border: 1px solid #ccc;
  }

  .area07 .jtba img {
    height: 50px;
    margin: 30px auto;
  }

  .area07 .anea img {
    height: 70px;
    margin: 20px auto;
  }

  .area07 li p {
    font-size: 11px;
    margin-top: 10px;
  }

  .area07 .tel strong {
    display: block;
    text-align: center;
    font-size: 32px;
    font-family: 'Sawarabi Mincho', serif;
    margin-bottom: 30px;
  }

  .area07 .tel strong small {
    margin-top: 10px;
    padding-top: 40px;
    font-size: 22px;
    border-top: 1px solid #000000;
    color: #966b39;
    margin-bottom: 10px;
  }

  .area07 .tel strong em {
    background: rgb(255 255 255 / 50%);
    padding: 0 10px;
    margin-top: 10px;
  }

  /* footer */
  footer .footer_nav {
    padding: 20px 0;
    background: #966b39;
    border-bottom: 1px solid #bd9860;
  }

  footer .footer_nav ul {
    width: 600px;
    width: max-content;
    margin: 0 auto;
  }

  footer .footer_nav li {
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    border-left: 1px solid #fff;
  }

  footer .footer_nav li:first-of-type {
    border-left: none;
  }

  footer .footer_nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #fff0;
    line-height: 1.2;
  }

  footer .footer_nav li a:hover {
    border-bottom: 1px solid #fff;
  }

  footer small {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #966b39;
  }

  /*  bxslider 設定　*/
  .bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin: 0 auto !important;
  }

  .slider {
    overflow: hidden;
  }

  .slider .bxslider {
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
  }

  .slider ul li img {
    width: 100%;
    height: auto;
    padding: 0px 25px;
    box-sizing: border-box;
  }

  .slider ul li {
    opacity: 0.5;
  }

  .slider ul li.active {
    opacity: 1;
  }

  /*  bxslider カーソル */
  .slider .bx-viewport {
    overflow: visible !important;
  }

  .bx-wrapper .bx-prev {
    left: -40px !important;
    background: none;
  }

  .bx-wrapper .bx-next {
    right: -40px !important;
    background: none;
  }

  .bx-wrapper .bx-controls-direction a {
    z-index: auto !important;
    background: rgba(136, 109, 77, 0.7) !important;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 80px !important;
    height: 80px !important;
    box-sizing: border-box;
    text-indent: -9999px;
    z-index: 99;
  }

  .bx-wrapper .bx-controls-direction a:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .bx-wrapper .bx-controls-direction a.bx-next:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 7px;
    margin: auto;
    right: 27px;
  }

  .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 8px;
    margin: auto;
    left: 27px;
  }

  /*  bxslider ページャー */
  .bx-wrapper .bx-pager {
    display: none !important;
  }

  /* stageBase */
  .stageBase {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .stageBase .fieldWrap {
    padding: 100px 0 0 0;
    text-align: center;
  }

  /* stageSlide */
  .stageSlide {
    position: relative;
    overflow: hidden;
    visibility: hidden;
  }

  .stageSlide .slideWrap {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
  }

  .stageSlide .slideWrap:before,
  .stageSlide .slideWrap:after {
    content: " ";
    display: table;
  }

  .stageSlide .slideWrap:after {
    clear: both;
  }

  .stageSlide .slideWrap {
    *zoom: 1;
  }

  .stageSlide .slidePanel {
    float: left;
    overflow: hidden;
  }

  .stageSlide .sdPrev,
  .stageSlide .sdNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 99;
  }

  .stageSlide .sdPrev {
    left: 80px;
    background: transparent url(../img/slide_prev.png) no-repeat left top;
  }

  .stageSlide .sdNext {
    right: 80px;
    background: transparent url(../img/slide_next.png) no-repeat left top;
  }

  .stageSlide .slideNav {
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 98;
  }

  .stageSlide .slideNav a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent url(../img/nav.png) no-repeat center center;
    display: inline-block;
    overflow: hidden;
  }

  .stageSlide .slideNav a.pnActive {
    background: transparent url(../img/nav_acv.png) no-repeat center center;
  }

  /* #pageNav */
  #pageNav {
    top: 0;
    right: 25px;
    width: 15px;
    text-align: center;
    position: fixed;
    z-index: 2;
  }

  #pageNav ul {
    width: 15px;
    display: block;
  }

  #pageNav ul li {
    padding-bottom: 5px;
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
  }

  #pageNav ul li a {
    width: 15px;
    height: 15px;
    background: transparent url(../img/nav.png) no-repeat center center;
    display: block;
  }

  #pageNav ul li.activeStage a {
    background: transparent url(../img/nav_acv.png) no-repeat center center;
  }

  /* #pageDown */
  #pageDown {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    position: fixed;
    overflow: hidden;
    z-index: 3;
  }

  #pageDown a {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: transparent url(../img/next_arw.png) no-repeat center center;
    display: block;
  }

  /* popup */
  #popup_course_flow .frame {
    font-family: 'Sawarabi Mincho', serif;
    background: #eee;
    padding: 20px;
    overflow: auto;
  }

  #popup_course_flow dl {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin: 1em;
    padding-right: 100px;
  }

  #popup_course_flow dl dt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #966b39;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
  }

  #popup_course_flow dl dt h5 {
    border: 1px solid #bd9860;
    background: #fff;
    padding: 10px 20px;
  }

  #popup_course_flow dl dd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #fff;
    color: #bd9860;
    padding: 30px 40px;
    position: relative;
  }

  #popup_course_flow dl dd img {
    display: block;
    width: 300px;
    margin: 5px auto 0;
  }

  #popup_course_flow dl dd h6 {
    font-size: 20px;
    line-height: 1.3;
    margin: 20px 0 0;
  }

  #popup_course_flow dl dd h6:nth-of-type(1) {
    margin: 0;
  }

  #popup_course_flow dl .next,
  #popup_course_flow dl .head {
    width: 50px;
    height: 50px;
    background: rgba(136, 109, 77, 0.7);
    cursor: pointer;
    position: absolute;
    top: 250px;
  }

  #popup_course_flow dl .next {
    right: calc(100% - 10px);
  }

  #popup_course_flow dl .head {
    left: calc(100% - 10px);
  }

  #popup_course_flow dl .next:before,
  #popup_course_flow dl .head:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #popup_course_flow dl .next:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 7px;
    margin: auto;
    right: 10px;
  }

  #popup_course_flow dl .head:after {
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 7px;
    margin: auto;
    left: 10px;
  }

  #popup_course_flow .row {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
  }

  #popup_course_flow .row .plus {
    font-size: 40px;
    padding: 50px 5px 0;
  }

  .iziModal-overlay:before,
  .iziModal-overlay:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 11px;
    right: 28px;
  }

  .iziModal-overlay:before {
    transform: rotate(45deg);
  }

  .iziModal-overlay:after {
    transform: rotate(-45deg);
  }

  /* pagePiling */
  #pp-nav li {
    margin: 16px;
  }

  #pp-nav span {
    width: 10px;
    height: 10px;
    border: none;
    background: #aaa;
    border-radius: 0;
  }

  #pp-nav li .active span {
    background: #bd9860;
  }

  .pp-next {
    display: block;
    width: 125px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
  }

  .pp-next:before {
    content: '';
    width: 1px;
    height: 25px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }

  .pp-next:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transform-origin: center bottom;
  }

  .section.s01 .pp-next {
    height: 35px;
    bottom: 40px;
    text-align: center;
    color: #bd9860;
    border: 1px solid #bd9860;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Sawarabi Mincho', serif;
    font-size: 90%;
    line-height: 1;
    padding-top: 9px;
    box-sizing: border-box;
  }

  .section.s01 .pp-next:before {
    top: 33px;
    height: 24px;
    background: #bd9860;
  }

  .section.s01 .pp-next:after {
    bottom: -24px;
    background: #bd9860;
  }
}

/* ipad 用 */
@media screen and (min-width:768px) and (max-width:768px) {
  body {
    width: 1100px;
  }
}

/* SP */
@media screen and (max-width:767px) {
  body {
    font-size: 12px;
    color: #513534;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .pc_only {
    display: none !important;
  }

  #container>.section.pp-scrollable {
    -webkit-overflow-scrolling: touch;
  }

  section img,
  aside img {
    width: 100%;
    vertical-align: bottom;
  }

  .wrapper article>section {
    margin: 0 15px;
  }

  .area01 .inner,
  .area02 .inner,
  .area03 .inner,
  .area04 .inner {
    position: relative;
    height: 100%;
  }

  .area02 .box,
  .area03 .box,
  .area04 .box {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: max-content;
    padding: 20px;
    position: absolute;
    bottom: 50px;
  }

  .area02 .box h2,
  .area03 .box h2,
  .area04 .box h2 {
    font-family: 'Quattrocento', serif;
    color: #bd9860;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .area02 .box p,
  .area03 .box p,
  .area04 .box p {
    color: #513534;
    font-size: 12px;
    font-family: 'Sawarabi Mincho', serif;
    font-weight: 400;
  }

  /* header */
  header {
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
  }

  header .rogo img {
    height: 40px;
    margin: 10px 0;
    float: left;
  }

  header .btn.cv a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40%;
    float: right;
    font-size: 14px;
    margin: 10px 0;
    border: 1px solid #bd9860;
    color: #bd9860;
    text-decoration: none;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
  }

  header .btn.cv a:after {
    content: '';
    border-right: 1px solid #bd9860;
    border-bottom: 1px solid #bd9860;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  header .inner {
    padding: 0;
  }

  /* area01 */
  .area01 {
    background: url(../img/royal/area01_bg_sp_ver00.jpg) no-repeat;
    background-size: cover;
    height: 100%;
  }

  .area01 .img01 {
    position: absolute;
    top: 20%;
  }

  .area01 .img02 {
    position: absolute;
    top: 45%;
  }

  .area01 .img03 {
    position: absolute;
    top: 55%;
  }

  .area01 .img04 {
    position: absolute;
    top: 65%;
    margin: auto;
  }

  /* area02 */
  .area02 {
    background: url(../img/royal/area02_bg_sp_ver00.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
  }

  .area02 .box {
    right: 0;
  }

  /* area03 */
  .area03 {
    background: url(../img/royal/area03_bg_sp_ver00.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
  }

  /* area04 */
  .area04 {
    background: url(../img/royal/area04_bg_sp_ver00.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
  }

  .area04 .box {
    right: 0;
  }

  /* area05 */
  .area05 h2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Sawarabi Mincho', serif;
    width: 100%;
    text-align: center;
    margin: 60px 0 30px;
    letter-spacing: -0.07em;
    line-height: 1;
  }

  .area05>div:nth-of-type(1) h2 {
    margin: 100px 0 30px;
  }

  .area05 h2:before,
  .area05 h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: calc(50% - 140px);
    height: 1px;
    background-color: #513534;
  }

  .area05 h2:before {
    left: 10px;
  }

  .area05 h2:after {
    right: 10px;
  }

  .area05 .box {
    padding: 0 20px;
  }

  .area05 .text_box {
    margin-bottom: 60px;
  }

  .area05 strong.course {
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    letter-spacing: -0.1em;
    line-height: 1.7;
    display: block;
    margin-bottom: 5px;
    width: 280px;
    width: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .area05 strong.course em {
    font-size: 19px;
  }

  .area05 strong.course .time {
    border: 1px solid #513534;
    font-size: 20px;
    margin-left: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
  }

  .area05 strong.course .time span {
    font-size: 16px;
  }

  .area05 em.partners_price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    border: 1.5px solid #e91e63;
    color: #e91e63;
    font-size: 15.3px;
    font-family: 'Sawarabi Mincho', serif;
    white-space: nowrap;
    letter-spacing: 0.07em;
    padding-left: 0.07em;
    width: 130px;
  }

  .area05 em.price {
    color: #e91e63;
    font-size: 48px;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    line-height: 1;
    letter-spacing: -0.05em;
    display: block;
    width: 138px;
    margin: auto;
  }

  .area05 .text_box small {
    font-size: 10px;
    letter-spacing: -0.05em;
    display: block;
    text-align: center;
    margin: 10px 0;
  }

  .area05 .yen {
    font-size: 30px;
  }

  .area05 .tax {
    font-size: 10px;
    position: absolute;
    right: -8px;
    top: 5px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .area05 .btn.cv a {
    display: block;
    background: #bd9860;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Sawarabi Mincho', serif;
    height: 44px;
    line-height: 44px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding-right: 10px;
    float: right;
  }

  .area05 .btn.cv a:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  .area05 .box ul {
    margin-bottom: 40px;
  }

  .area05 .box h3 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 14px;
    line-height: 1;
  }

  .area05 .box li img {
    margin-top: 10px;
  }

  .area05 .box li p {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 12px;
    margin-left: 5px;
    border-left: 1px solid #513534;
    line-height: 1;
  }

  .area05 .box>.btn a {
    border: 1px solid #513534;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #513534;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto 60px;
    font-family: 'Sawarabi Mincho', serif;
    display: block;
    text-align: center;
    padding-right: 10px;
  }

  .area05 .box>.btn a:after {
    content: '';
    border-right: 1px solid #513534;
    border-bottom: 1px solid #513534;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  /* area06 */
  .area06 {
    background: url(../img/royal/area05_bg.png);
    background-size: 40px;
    padding-top: 20px;
  }

  .area06 .box {
    background: #fff;
    margin: 0 20px 20px;
    padding: 30px 15px;
    font-size: 12px;
    text-align: center;
  }

  .area06 h2 {
    font-size: 18px;
    font-family: 'Sawarabi Mincho', serif;
    margin: 0 0 15px;
    line-height: 1.2;
  }

  .area06 .btn a {
    border: 1px solid #513534;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #513534;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    margin: 20px auto 60px;
    font-family: 'Sawarabi Mincho', serif;
    display: block;
    text-align: center;
    padding-right: 10px;
  }

  .area06 .btn a:after {
    content: '';
    border-right: 1px solid #513534;
    border-bottom: 1px solid #513534;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  /* area07 */
  .area07 {
    padding: 50px 0 0;
    background: url(../img/royal/last_bg_sp_ver00.jpg) no-repeat;
    background-size: cover;
  }

  .area07 .tel strong {
    display: block;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .area07 .tel a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 40px;
    padding: 5px 0;
    margin: 0 auto;
    margin-bottom: 11px;
    background: #bd9860;
    margin: 0 30px;
    position: relative;
    padding-right: 10px;
  }

  .area07 .tel a :after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  .area07 .icon-freedial:before {
    color: #fff;
    margin-right: 5px;
    font-size: 26px;
    position: relative;
    top: 2px;
  }

  .area07 .tel small {
    text-align: center;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .area07 .course_no {
    margin-bottom: 20px;
  }

  .area07 .course_no p {
    color: #e91e63;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }

  .area07 .course_no small {
    font-size: 10px;
    text-align: center;
    display: block;
  }

  .area07 ul {
    padding: 10px 0 20px;
    margin: 0 30px;
    border-top: 1px solid #513534;
  }

  .area07 li {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
  }

  .area07 li div {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .area07 .jtba img {
    width: 65%;
    padding: 20px 0;
  }

  .area07 .anea img {
    width: 65%;
    padding: 13px 0;
  }

  .area07 li p {
    font-size: 10px;
    margin-top: 5px;
  }

  .area07 .tel strong {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: 'Sawarabi Mincho', serif;
    margin-bottom: 20px;
  }

  .area07 .tel strong small {
    margin-top: 10px;
    font-size: 12px;
    color: #bd9860;
    margin-bottom: 5px;
  }

  .area07 .tel strong em {
    background: rgb(255 255 255 / 50%);
    padding: 0 10px;
    margin-top: 10px;
  }

  /* footer */
  footer .inner {
    padding: 0;
  }

  footer .footer_nav {
    border-top: 1px solid #ededed;
  }

  footer .footer_nav li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
  }

  footer .footer_nav li:nth-of-type(odd) {
    clear: both;
    border-right: 1px solid #ededed;
  }

  footer .footer_nav li a {
    text-decoration: none;
    display: block;
    color: #555;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.01em;
  }

  footer .affiliation li {
    margin: 15px;
  }

  footer .affiliation img {
    width: 90%;
    margin: 0 auto 5px;
    display: block;
  }

  footer .affiliation p {
    font-size: 10px;
    text-align: center;
  }

  footer small {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #bd9860;
  }

  /*  bxslider 設定　*/
  .bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin: 0 auto !important;
  }

  .slider {
    overflow: hidden;
  }

  .slider .bxslider {
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
  }

  .slider ul li img {
    width: 100%;
    height: auto;
    padding: 0px 5px;
    box-sizing: border-box;
  }

  .slider ul li {
    opacity: 0.5;
  }

  .slider ul li.active {
    opacity: 1;
  }

  /*  bxslider カーソル */
  .slider .bx-viewport {
    overflow: visible !important;
  }

  .bx-wrapper .bx-prev {
    left: -15px !important;
    background: none;
  }

  .bx-wrapper .bx-next {
    right: -15px !important;
    background: none;
  }

  .bx-wrapper .bx-controls-direction a {
    background: rgba(136, 109, 77, 0.7) !important;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    z-index: 99;
  }

  .bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .bx-wrapper .bx-controls-direction a.bx-prev:after {
    left: 13px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  /*  bxslider ページャー */
  .bx-wrapper .bx-pager {
    display: none !important;
  }

  /* popup */
  #popup_course_flow {
    z-index: 10000 !important;
  }

  #popup_course_flow .frame {
    font-family: 'Sawarabi Mincho', serif;
    background: #eee;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #popup_course_flow dl {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    margin: 1em 0;
    padding-right: 50px;
  }

  #popup_course_flow dl dt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #966b39;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
  }

  #popup_course_flow dl dt h5 {
    font-size: 16px;
    border: 1px solid #bd9860;
    background: #fff;
    padding: 10px;
  }

  #popup_course_flow dl dd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #fff;
    color: #bd9860;
    padding: 20px;
    position: relative;
  }

  #popup_course_flow dl dd img {
    display: block;
    width: 50vw;
    margin: 5px auto 0;
  }

  #popup_course_flow dl dd h6 {
    font-size: 15px;
    line-height: 1.3;
    margin: 20px 0 0;
  }

  #popup_course_flow dl dd h6:nth-of-type(1) {
    margin: 0;
  }

  #popup_course_flow dl .next,
  #popup_course_flow dl .head {
    width: 32px;
    height: 32px;
    background: rgba(136, 109, 77, 0.7);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  #popup_course_flow dl .next {
    right: calc(100% - 10px);
  }

  #popup_course_flow dl .head {
    left: calc(100% - 10px);
  }

  #popup_course_flow dl .next:after,
  #popup_course_flow dl .head:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #popup_course_flow dl .next:after {
    left: 8px;
    transform: rotate(45deg);
  }

  #popup_course_flow dl .head:after {
    left: 13px;
    transform: rotate(225deg);
  }

  #popup_course_flow .row {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
  }

  #popup_course_flow .row .plus {
    font-size: 30px;
    padding: 40px 0 0;
  }

  #popup_course_flow .row img {
    width: 40vw;
  }

  .iziModal-overlay {
    z-index: 9999 !important;
  }

  .iziModal-overlay:before,
  .iziModal-overlay:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 11px;
    right: 28px;
  }

  .iziModal-overlay:before {
    transform: rotate(45deg);
  }

  .iziModal-overlay:after {
    transform: rotate(-45deg);
  }

  /* アコーディオン */
  .displayNone {
    display: none;
  }

  .accordion {
    background: #fff;
    border-bottom: 5px solid #fff;
  }

  .accordion a {
    display: block;
  }

  .switch {
    cursor: pointer;
    font-family: 'Sawarabi Mincho', serif;
    padding: 10px 20px;
    font-size: 16px;
    background: #efe8e2;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .contentWrap dt {
    background: #faf8f6;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #efe8e2;
  }

  .contentWrap dd a {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #faf8f6;
    text-decoration: none;
    color: #bd9860;
    position: relative;
  }

  .contentWrap dd.ladys a:after {
    content: 'レディース専門店';
    font-size: 11px;
    color: #fff;
    background: #bd9860;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 10px;
    vertical-align: top;
  }

  .contentWrap dd a:before {
    content: '';
    border-right: 1px solid #bd9860;
    border-bottom: 1px solid #bd9860;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }

  .switch:after {
    content: '';
    border-right: 1px solid #513534;
    border-bottom: 1px solid #513534;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }

  .switch.open:after {
    content: '';
    border-right: 1px solid #513534;
    border-bottom: 1px solid #513534;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }

  /* pagePiling */
  #pp-nav {
    display: none;
  }

  .pp-next {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
  }

  .pp-next:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
  }

  .section.s01 .pp-next {
    width: 100px;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 90%;
    line-height: 1;
    padding-top: 9px;
    box-sizing: border-box;
    color: #513534;
  }

  .section.s01 .pp-next:after {
    border-color: #513534;
    bottom: 5px;
  }
}