@charset "utf-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
html {
  overflow: visible;
}
body {
  background: #fff;
  width: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /* font-feature-settings: "palt"; */
  /* font-family: "游明朝", "Yu Mincho","Hiragino Mincho Pro", serif; */
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; */
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  }
  
  body.ipad-mini .container {
    /* iPad mini専用のレイアウト調整 */
    transform: scale(0.9);
  }
/* -------

【重要】
上記bodyに対するfont-familyの記述は必要なものだけ使用し、
使わない分は忘れずに削除すること。

----*/

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


/*PC用*/
@media print,screen  {
  .pc { display: block !important }
  .sp { display: none !important }
  .h_menu, #sp_global_nav { display: none; }

  #header {
    padding: 20px 0 18px 41px;
    width: 94.0825%;
    align-items: center;
  }
  #header .logo {
    margin-top: 4px;
    
  }
  
  #header #gnav ul li.hd_plan {
    padding-right: 53px;
    cursor: pointer;
  }
  #header #gnav ul li:nth-of-type(2) { padding: 0 36px 0 35px; }
  #header #gnav ul li:nth-of-type(3) { padding: 0 38px 0 34px; }
  #header #gnav ul li:nth-of-type(4) { padding: 0 20px 0 36px; }
  #header #gnav ul li,
  #header #gnav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  #header #gnav ul li::before {
    content:'';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 40px;
    background: #C8C8C8;
  }
  #header #gnav ul li:last-of-type::before { display: none; }
  #header #gnav ul li span.f_mont {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
  }
  #header #gnav ul li.hd_plan .plus {
    position: absolute;
    top: 7px;
    right: 43px;
  }
  #header #gnav ul li.hd_plan .plus::before,
  #header #gnav ul li.hd_plan .plus::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    background: var(--main-color);
    transition: .7s;
  }
  #header #gnav ul li.hd_plan .plus::after {
    transform: rotate(90deg);
  }
  #header #gnav ul li.hd_plan.active .plus::before {
    transform: rotate(90deg);
    transition: .7s;
  }
  #header #gnav ul li.nav02 a::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -20px;
    background: var(--main-color);
    left: 0;
    transition: 0.3s;
    transform: translateY(2px);
    opacity: 0;
}
  
  .sub_navigation {
    position: absolute;
    top: 64px;
    left: 0;
    padding: 36px 30px;
    width: 404px;
    border-radius: 12px;
    background: var(--bg-color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 100;
  }
  .hd_plan.active .sub_navigation {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #header #gnav .sub_navigation li,
  #header #gnav .sub_navigation li a {
    text-align: left;
    padding: 0;
    font-size: 16px;
  }
  #header #gnav .sub_navigation ul li:nth-of-type(2),
  #header #gnav .sub_navigation ul li:nth-of-type(3),
  #header #gnav .sub_navigation ul li:nth-of-type(4),
  #header #gnav .sub_navigation ul li:nth-of-type(5) { padding: 15px 0 0 0; }
    
  .sub_navigation li::before {
    display: none;
  }

  /* hamburger */
  .sticky_nav {
    position: fixed;
    right: 0;
    top: 30px;
    z-index: 1000;
  }
  .sticky_nav .hamburger {
    position: absolute;
    right: 2vw;
    width: 36px;
    height: 24px;
    cursor: pointer;
    z-index: 9999;
  }
  .sticky_nav .hamburger span {
    display: block;
    position: absolute;
    width: 36px;
    height: 3px;
    background: #000;
    transition: all 0.5s ease;
  }
  .sticky_nav .hamburger span:nth-of-type(1) { top: 0; }
  .sticky_nav .hamburger span:nth-of-type(2) { top: 10px; }
  .sticky_nav .hamburger span:nth-of-type(3) { bottom: 0px; }
  
  .sticky_nav .hamburger p {
    position: absolute;
    top: 42px;
    right: -10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.37;
    text-align: center;
    transition: opacity 0.4s ease;
  }

  .sticky_nav .globalMenuSp {
    position: fixed;
    top: 0;
    right: 0;
    width: 436px; 
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    z-index: 1000;
    background: #F4F4F4;
  }
  .sticky_nav .globalMenuSp.active {
    transform: translateX(0);
  }

  
  .sticky_nav .hamburger.active span:nth-of-type(1) { 
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .sticky_nav .hamburger.active span:nth-of-type(2) { opacity: 0; }
  .sticky_nav .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .sticky_nav .sidenav {
    padding: 166px 30px 60px;
  }
  .sticky_nav .sidenav li,
  .sticky_nav .sidenav li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  .sticky_nav .sidenav li .sub {
    margin: 25px 0 30px;
  }
  .sticky_nav .sidenav li + li {
    margin-top: 40px;
  }
  .sticky_nav .sidenav .sub li + li {
    margin-top: 10px;
  }
  .sticky_nav .sidenav li span.f_mont {
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
  .globalMenuSp .sidenav .sub li.plan a {
    font-size: 16px;
  }

  /* follow me */
  .sticky_side {
    position: fixed;
    right: 0.7%;
    bottom: 0;
    z-index: 100;
  }
  .sticky_side .sns_list {
    margin-left: auto;
    text-align: center;
    width: 4.27vw;
  }
  .sticky_side .sns_list li {
    margin-top: 20px;
  }
  .sticky_side .reserve_btn {
    margin-top: 20px;
  }
  .sticky_side .reserve_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #FFC809;
  }
  .sticky_side .reserve_btn a::before {
    content:'';
    position: absolute;
    width: 160px;
    height: 160px;
    background: url(../../images/src/common/resv_txt.svg) no-repeat left top / 100%;
    animation: rotate-loop 40s linear infinite;
    transform: translate(-50%, -50%);
    transform-origin: center center;
  }
  .sticky_side .pagetop {
    margin: 15px 0 25px auto;
    width: 4.27vw;
    text-align: center;
  }
  .sticky_side .pagetop a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.37;
    letter-spacing: 0.04em;
  }
  .sticky_side .pagetop img {
    display: block;
    margin: 0 auto 5px;
  }

  @keyframes rotate-loop {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .sticky_side .reserve_btn a p {
    position: relative;
    padding-bottom: 26px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
  }

  .sticky_side .reserve_btn a p::after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 12px;
    background: url(../../images/src/common/arrow_black.svg) no-repeat center top / 100%;
    transition: .7s;
  }
  /*
    Footer
  ----------------------*/

  #footer {
    padding: 80px 0;
    width: 94.0825%;
    background: var(--bg-color);
  }
  #footer .left_col .logo {
    margin-bottom: 20px;
    width: 311px;
  }
  #footer .left_col .ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.77;
  }
  #footer .left_col .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  #footer .left_col ul {
    margin: 35px 0;
    justify-content: left;
    gap: 0 30px;
  }
  #footer .right_col {
    width: 650px;
  }
  .hd_plan.active .sub_navigation a,
  #footer .right_col ul li,
  #footer .right_col ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  #footer .right_col ul li span {
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
  
  #header #gnav ul .hd_plan.active .sub_navigation li.plan a::after,
  .globalMenuSp .sidenav li a::after,
  #footer .right_col ul li a::after {
    content:'';
    position: absolute;
    top: 3px;
    right: 0;
    width: 26px;
    height: 12px;
    background: url(../../images/src/common/arrow_black.svg) no-repeat right center / 100%;
    transition: .7s;
  }
  .globalMenuSp .sidenav li a::after {
    right: 40%;
  }
  .globalMenuSp .sidenav .sub li.plan a::after {
    right: 0;
  }


  #footer .right_col ul li.plan {
    margin-top: 14px;
    width: 360px;
  }
  #footer .right_col ul li.plan a {
    font-size: 16px;
  }
  #header #gnav ul .hd_plan.active .sub_navigation a span.f_mont,
  .globalMenuSp .sidenav .sub a span.f_mont,
  #footer .right_col ul li.plan a span {
    display: inline-block;
    margin-right: 10px;
    padding-top: 3%;
    width: 94.724px;
    height: 39.411px;
    transform: rotate(-9.274deg);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    background: var(--plan01-color);
  }
  
  #footer .right_col ul li.plan01 { margin-top: 20px; }
  #header #gnav ul .hd_plan.active .sub_navigation .plan02 a span,
  .globalMenuSp .sidenav .sub li.plan02 a span,
  #footer .right_col ul li.plan02 a span { background: var(--plan02-color); }
  #header #gnav ul .hd_plan.active .sub_navigation .plan03 a span,
  .globalMenuSp .sidenav .sub li.plan03 a span,
  #footer .right_col ul li.plan03 a span { background: var(--plan03-color); }
  #header #gnav ul .hd_plan.active .sub_navigation .plan04 a span,
  .globalMenuSp .sidenav .sub li.plan04 a span,
  #footer .right_col ul li.plan04 a span { background: var(--plan04-color); }
  #header #gnav ul .hd_plan.active .sub_navigation .plan_option a span,
  .globalMenuSp .sidenav .sub li.plan_option a span,
  #footer .right_col ul li.plan_option a span { border: 1px solid #000; color: #000; background: #fff; }


  #header #gnav ul .hd_plan.active .sub_navigation li.plan01 a::after,
  .globalMenuSp .sidenav .sub li.plan01 a::after,
  #footer .right_col ul li.plan01 a::after { background-image: url(../../images/src/common/arrow_blue.svg); }
  #header #gnav ul .hd_plan.active .sub_navigation li.plan02 a::after,
  .globalMenuSp .sidenav .sub li.plan02 a::after,
  #footer .right_col ul li.plan02 a::after { background-image: url(../../images/src/common/arrow_purple.svg); }
  #header #gnav ul .hd_plan.active .sub_navigation li.plan03 a::after,
  .globalMenuSp .sidenav .sub li.plan03 a::after,
  #footer .right_col ul li.plan03 a::after { background-image: url(../../images/src/common/arrow_green.svg); }
  #header #gnav ul .hd_plan.active .sub_navigation li.plan04 a::after,
  .globalMenuSp .sidenav .sub li.plan04 a::after,
  #footer .right_col ul li.plan04 a::after { background-image: url(../../images/src/common/arrow_orange.svg); }

  #footer .right_col ul:last-of-type li + li {
    margin-top: 24px;
  }
  #footer .right_col ul:last-of-type li {
    width: 211px;
  }
  #footer .copyright {
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (max-width:1370px) {
  
  #header #gnav ul li,
  #header #gnav ul li a {
    font-size: 12px;
  }
  #header #gnav ul li span.f_mont {
    font-size: 18px;
  }
  #header #gnav ul li:nth-of-type(2) { padding: 0 26px 0 25px; }
  #header #gnav ul li:nth-of-type(3) { padding: 0 28px 0 24px; }
  #header #gnav ul li:nth-of-type(4) { padding: 0 10px 0 26px; }
  .sticky_side .reserve_btn a {
    width: 145px;
    height: 145px;
  }
  .sticky_side .reserve_btn a::before {
    width: 130px;
    height: 130px;
  }
  #footer {
    padding-bottom: 180px;
  }
}

/*小さめ画面 */
@media screen and (max-width:1280px) {
  .sticky_nav .hamburger {
    right: 1.5vw;
  }
  .sticky_nav .hamburger p {
    top: 30px;
  }
}

/*タブレット */
@media screen and (max-width:1180px) {
  .tb {
    display: block;
  }
  #header .logo {
    width: 150px;
  }
  #header #gnav ul li:nth-of-type(2) { padding: 0 16px 0 15px; }
  #header #gnav ul li:nth-of-type(3) { padding: 0 18px 0 14px; }
  #header #gnav ul li:nth-of-type(4) { padding: 0 0 0 16px; }
}

@media screen and (max-width:1100px) {
  #footer .right_col {
    width: 580px;
  }
  #footer .right_col ul li.plan {
    width: 315px;
  }
  #footer .right_col ul li.plan a {
    font-size: 14px;
  }
  #footer .right_col ul li.plan a span {
    padding-top: 2%;
    width: 84px;
    height: 29px;
    font-size: 10px;
  }
  #footer .right_col ul:last-of-type li {
    width: 180px;
  }
  #footer .right_col ul li span {
    font-size: 20px;
  }
}
@media screen and (max-width:945px) {
  #header {
    padding-left: 20px;
  }
  #header .logo {
    margin-top: 0;
    width: 150px;
  }
  #header #gnav ul li.hd_plan {
    padding-right: 30px;
  }
  #header #gnav ul li.hd_plan .plus {
    right: 17px;
  }
}

/*SP用*/
@media screen and (max-width:828px) {
  .pc { display: none !important }
  .sp { display: block !important }
  img { max-width: 100%; height: auto; width: auto; }
  body { min-width: auto !important; overflow: inherit !important; }
  div, p, dd, dl, dt, th, td, span, li { box-sizing: border-box; }


  #header {
    padding: 3.623vw 0 3.019vw 3.623vw;
    width: 100%;
  }
  #header .logo {
    margin-top: 0;
    width: 53.623vw;
  }
  #header #gnav {
    display: none;
  }

  /* hamburger */
  .sticky_nav {
    right: 4.831vw;
    top: 3.435vw;
  }
  .sticky_nav .hamburger {
    top: 1.5vw;
    right: 2vw;
    width: 7.246vw;
    height: 4.71vw;
  }
  .sticky_nav .hamburger span {
    width: 7.246vw;
    height: 0.483vw;
  }
  .sticky_nav .hamburger span:nth-of-type(2) { top: 2.174vw; }
  
  .sticky_nav .hamburger p {
    top: 7.246vw;
    right: -2vw;
    font-size: 3.14vw;
    line-height: 1;
  }

  .sticky_nav .globalMenuSp {
    width: 100%; 
    height: 100vh;
  }

  
  .sticky_nav .hamburger.active span:nth-of-type(1) { 
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .sticky_nav .hamburger.active span:nth-of-type(2) { opacity: 0; }
  .sticky_nav .hamburger.active span:nth-of-type(3) {
    top: 0;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .sticky_nav .sidenav {
    padding: 24.155vw 4.831vw 19.324vw;
  }
  .sticky_nav .sidenav li,
  .sticky_nav .sidenav li a {
    font-size: 3.382vw;
  }
  .sticky_nav .sidenav li .sub {
    margin: 4.348vw 0 7.246vw;
  }
  .sticky_nav .sidenav li + li {
    margin-top: 7.246vw;
  }
  .sticky_nav .sidenav .sub li + li {
    margin-top: 1.812vw;
  }
  .sticky_nav .sidenav li span.f_mont {
    font-size: 5.314vw;
  }
  .globalMenuSp .sidenav .sub li.plan a {
    font-size: 3.865vw;
  }

  /* follow me */
  .sticky_side {
    display: none;
  }

    /*
    Footer
  ----------------------*/

  #footer {
    padding: 19.324vw 4.831vw 27.053vw;
    width: 100%;
  }
  #footer .left_col {
    margin-top: 11.232vw;
    width: 100%;
    order: 2;
  }
  #footer .left_col .logo {
    margin: 0 auto 5.435vw;
    width: 69.565vw;
    text-align: center;
  }
  #footer .left_col .ttl {
    margin-bottom: 3.019vw;
    font-size: 3.623vw;
    line-height: 1.06;
    text-align: center;
  }
  #footer .left_col .txt {
    font-size: 3.382vw;
    line-height: 1.85;
    text-align: center;
  }
  #footer .left_col ul {
    margin: 9.3vw auto;
    justify-content: center;
    gap: 0 11.111vw;
  }
  #footer .right_col {
    order: 1;
    width: 100%;
  }
  
  #footer .right_col > .flex {
    display: block;
  }
  #footer .right_col .flex ul + ul {
    margin-top: 7.246vw;
  }
  .hd_plan.active .sub_navigation a,
  #footer .right_col ul li,
  #footer .right_col ul li a {
    font-size: 3.382vw;
  }
  #footer .right_col ul li span {
    font-size: 5.314vw;
  }
  
  .globalMenuSp .sidenav li a::after,
  #footer .right_col ul li a::after {
    top: 2.362vw;
    right: 4vw;
    width: 4.676vw;
    height: 2.95vw;
  }
  .globalMenuSp .sidenav li a::after {
    right: 40%;
  }
  .globalMenuSp .sidenav .sub li.plan a::after {
    right: 0;
  }


  #footer .right_col ul li.plan {
    margin-top: 1.812vw;
    margin-left: 2.174vw;
    width: 100%;
  }
  #footer .right_col ul li.plan a {
    font-size: 3.865vw;
  }
  .globalMenuSp .sidenav .sub a span.f_mont,
  #footer .right_col ul li.plan a span {
    margin-right: 1.208vw;
    padding-top: 3%;
    width: 23.383vw;
    height: 9.729vw;
    transform: rotate(-10deg);
    font-size: 2.899vw;
  }
  
  #footer .right_col ul li.plan01 { margin-top: 20px; }


  #footer .right_col ul:last-of-type li + li {
    margin-top: 24px;
  }
  #footer .right_col ul:last-of-type li {
    width: 53.382vw;
  }
  #footer .copyright {
    font-size: 3.14vw;
    text-align: center;
  }
  .footer_sp_bnr.sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14.493vw;
    background: #fff;
    z-index: 1000;
  }
  .footer_sp_bnr.sp .flex {
    align-items: center;
  }
  .footer_sp_bnr .followme {
    padding-left: 3.14vw;
    font-size: 2.899vw;
    font-weight: 600;
    text-align: center;
  }
  .footer_sp_bnr ul {
    gap: 0 3.986vw;
  }
  .footer_sp_bnr ul li:nth-of-type(3) {
    width: 34.903vw;
  }
  .footer_sp_bnr ul li:last-of-type {
    margin-right: 4.227vw;
    width: 8.696vw;
  }
  
}



/* pcのみのhoverアクションはここ */
@media (hover: hover) and (pointer: fine) {

  #header #gnav ul li a:hover { opacity: 1; }
  #header #gnav ul li.nav02 a:hover::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -20px;
    background: var(--main-color);
    left: 0;
    transition: 0.3s;
    transform: translateY(0px);
    opacity: 1;
  }

  .sticky_side .reserve_btn a:hover p::after {
    right: -10px;
  }
  #header #gnav ul .hd_plan.active .sub_navigation li.plan a:hover,
  .globalMenuSp .sidenav li a:hover,
  #footer .right_col ul li a:hover {
    opacity: 1;
  }
  #header #gnav ul .hd_plan.active .sub_navigation li.plan a:hover::after,
  .globalMenuSp .sidenav li a:hover::after,
  #footer .right_col ul li a:hover::after {
    right: -10px;
  }
  .globalMenuSp .sidenav .sub li.plan a:hover::after {
    right: -10px;
  }
  .globalMenuSp .sidenav li a:hover:after {
    right: 35%;
  }
}
  
 /*IE11用に以下のコードも追加*/
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {

}



/* 印刷用 */
@media print {
  body { zoom: 0.6; -webkit-print-color-adjust: exact; }
}

/* 印刷用 IE10以上 */
@media print and (-ms-high-contrast:none) {
  @page { size: A4; margin: 12.7mm 9.7mm; }
  body { zoom: 1.8; width: 1200px; transform: scale(0.5); transform-origin: 0 0; }
}