@charset "utf-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
body {
    margin: 0;
    word-wrap: break-word;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: normal;
    font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
    /*16-18*/
    line-height: 1.65;
    font-feature-settings: "palt" 1,"pkna" 1;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

article, footer, main {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in-out;
}
p{
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    vertical-align: top;
}
.sp_none{
    display: block;
}
.pc_none{
    display: none;
}
#sp_Btn{
    display: none;
}
sub, sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
    text-align: center;
    font-size: 15px;
    margin: 0 auto 3em;
    background-color: #fff;
    line-height: 1.5rem;
}
table td {
    border: solid 1px #999;
    padding: 1rem;
    margin: 0;
}
ul,li,dl,dt,dd{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
}



/**ヘッダー**/
header{
    color: #000;
    font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
    /*14-16*/
    font-family: "Zen Old Mincho", serif;
    border-top: 1px solid #b2a267;
    border-bottom: 2px solid #b2a267;
    padding: 45px 1em 1em;
    width: calc(100% - 2em);
    display: flex;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 50;
    background:url("../img/kazari_left_ue.svg")no-repeat top 5px left 5px,
        url("../img/kazari_right_ue.svg")no-repeat top 5px right 5px;
    background-size: 30px, 30px;
    background-color: rgba(255,255,255,0.9);
}
header ul{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
header ul li{
    margin-right: clamp(0.1rem, -0.609rem + 1.48vw, 0.5rem);
    /*0.1r-0.5r*/
    color: #a3a3a3;
}
header ul li img{
    width: 100%;
    display: inline-block;
}
header ul li:nth-child(4){
    position: relative;
    margin-top: -40px;
    width: 15%;
    min-width: 140px;
}
header ul li:nth-child(4)::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    display: block;
}
header ul li:nth-child(4)::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: url(../img/kazari_center_header.svg) no-repeat top center;
    background-size: contain;
    padding: 0;
}
header ul li::after{
    content: "│";
    font-size: clamp(0.688rem, 0.245rem + 0.92vw, 0.938rem);
    /*11-15*/
    padding-left: clamp(0.1rem, -0.609rem + 1.48vw, 0.5rem);
    /*0.1r-0.5r*/
}
header ul li:nth-child(5)::before{
    content: "│";
    font-size: clamp(0.688rem, 0.245rem + 0.92vw, 0.938rem);
    /*11-15*/
    padding-right: clamp(0.1rem, -0.609rem + 1.48vw, 0.5rem);
    /*0.1r-0.5r*/
}
header ul li:last-child::after{
    content: "";
    padding-right:0;
}
header ul li a{
    color: #000;
}
header ul li a:hover{
    color: #b2a267;
}
.sp_hamburger{
    display: none;
}
/**ヘッダーここまで**/


/**ご予約・お問い合わせ**/
.sec_contact{
    background-color: #3696c1;
    position: relative;
    padding: clamp(2rem, 0.907rem + 4.37vw, 3rem) 0;
    /*766 2r-3r*/
    margin: clamp(7.5rem, 5.456rem + 8.17vw, 9.375rem) 0 0;
    /*767 120-150*/
}
.sec_contact::before {
    content: "";
    width: 100%;
    height: clamp(2.875rem, 0.559rem + 9.26vw, 5rem);
    /*767 46-80*/
    background-image: url(../img/txt_its-brilliant.svg);
    background-size: contain;
    background-position: left;
    position: absolute;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    transform: translateY(-100%);
}
.sec_contact .inner{
    padding: 50px 50px 25px;
    width: calc(85% - clamp(2.188rem, 1.166rem + 4.09vw, 3.125rem));
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
}
.sec_contact h2{
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1.5rem, 0.661rem + 3.84vw, 2.5rem);
    /*767 24-40*/
    font-weight: inherit;
    margin: 0px auto clamp(1.25rem, 0.567rem + 2.73vw, 1.875rem);
    /*20-30*/
    display: block;
    letter-spacing: normal;
}
.sec_contact .inner p{
    line-height: 2;
    font-size: clamp(0.938rem, 0.733rem + 0.82vw, 1.125rem);
    /*767 15-18*/
    margin-bottom: 32px;
    font-family: "Zen Kaku Gothic New", serif;
}
.sec_contact .inner a{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    background-color: #fff;
    border: solid 1.5px #777;
    text-align: center;
    max-width: 350px;
    width: 90%;
    padding: 1rem 0;
    border-radius: 7px;
    font-size: clamp(1rem, 0.895rem + 0.48vw, 1.125rem);
    /*767 16-18*/
    line-height: 2.5;
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.sec_contact .inner a img{
    width: 40px;
    margin-right: 1rem;
}
.sec_contact .inner a:hover{
    border: solid 1.5px #06c755;
    color: #06c755;
}
.sec_contact .inner .sec_blog{
    border-top: solid 1px #548299;
    padding: 1em 0 0;
    text-align: center;
    font-size: 16px;
}
.sec_contact .inner .sec_blog p{
    margin: 0 auto clamp(1.25rem, 0.43rem + 3.28vw, 2rem);
    /*766 20-32*/
}
.sec_contact .inner .sec_blog ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 610px;
    margin: auto;
    gap: clamp(1rem, 0.454rem + 2.19vw, 1.5rem) 5px;
    /*766 1r-1.5r*/
}
.sec_contact .inner .sec_blog ul li{
    width: 49%;
}
.sec_contact .inner .sec_blog ul li img{
    width: 18px;
    height: auto;
    margin: 0 0.5rem 0 0;
}
.sec_contact .inner .sec_blog ul li a {
    justify-content: center;
    align-items: center;
    display: flex;
    width: calc(100% - 2rem);
    padding: 0 1rem;
    font-size: 18px;
    line-height: 3;
    border-radius: 35px;
    background-color: #3696c1;
    border: solid 1px #3696c1;
    color: #fff;
}
.sec_contact .inner .sec_blog ul li a::after{
    content: "";
    background: url(../img/ico_betsutab.svg) no-repeat center;
    display: inline-block;
    padding: 0 0 0 1rem;
    background-size: contain;
    width: 0.8rem;
    height: 0.8rem;
}
.sec_contact .inner .sec_blog ul li a:hover{
    background-color: #2426a4;
    color: #fff;
}
/**ご予約・お問い合わせここまで**/


/**アクセス**/
.sec_access .inner{
    padding: clamp(1.875rem, -0.174rem + 8.2vw, 3.75rem) 0 clamp(3.125rem, 1.759rem + 5.46vw, 4.375rem);
    /*767 30-60*/
    /*767 50-70*/
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
.sec_access .inner h2 {
    font-size: clamp(5rem, 2.275rem + 10.9vw, 7.5rem);
    /*767 80-120*/
    color: #3696c1;
    font-family: "Cormorant", serif;
    margin: 0 auto clamp(1.875rem, 0.167rem + 6.83vw, 3.438rem);
    /*766 30-55*/
    font-weight: inherit;
    line-height: 1;
    display: block;
    text-align: center;
}
.sec_access .inner h2 span {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(1.313rem, 0.971rem + 1.37vw, 1.625rem);
    /*766 21-26*/
    color: #000;
}
.sec_access .inner .access {
    max-width: 900px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_access .inner iframe {
    width: 50%;
    height: 400px;
}
.sec_access .inner .info {
    width: 45%;
}
.sec_access .inner .info p.address {
    margin-bottom: clamp(0.5rem, -0.593rem + 4.37vw, 1.5rem);
    /*0.5r-1.5r*/
}
.sec_access .inner .info dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.sec_access .inner .info dl dt{
    width: 5rem;
}
.sec_access .inner .info dl dd{
    width: calc(100% - 5rem);
}
.sec_access .inner .info dl dd p{
    margin: 0 0 0 1rem;
    line-height: 1.2;
    font-size: 0.9em;
}
.sec_access .inner p.train {
    font-size: 16px;
    line-height: 1.5;
}

/**アクセスここまで**/


/**フッター**/
footer{
    color: #fff;
    background: url("../img/img_footer_mv_pc.png")no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 6rem 0 0;
}
footer a{
    color: #fff;
}
footer img{
    width: 100%;
    max-width: 270px;
    margin: 0 0 30px;
}
footer .content{
    font-size: 15px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
footer .content ul.f-left{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
footer .content ul.f-left li{
    width: 100%;
}
footer .content ul.f-left li dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
footer .content ul.f-left li dl dt{
    width: 3rem;
}
footer .content ul.f-left li dl dd{
    width: calc(100% - 3rem);
    margin: 0 0 1rem;
}
footer .content ul.f-left li dl dd:last-child{
    margin: 0;
}

footer .content .f-right{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 3rem;
}
footer .content .f-right ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
}
footer .content .f-right ul li{
    width: auto;
    color: #777777;
    align-self: flex-start;
}
footer .content .f-right ul li a{
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
footer .content .f-right ul li a img{
    width: 0.7rem;
    height: auto;
    margin: 0 0 0 0.5rem;
}
footer .content .f-right ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
footer .content .f-right ul li a:hover::after {
    transform: scale(1, 1);
}
footer p.copy{
    width: 100%;
    font-size: 15px;
    background-color: #3696c1;
    text-align: center;
    padding: 0.5rem 0 2rem;
}

/**フッターここまで**/


#container{
    width: 100%;
    margin: auto;
    position: relative;
}

/**SP フローティングボタン**/
#floating,
#floating a,
#floating a span{
    display: none;
}
/**SP フローティングボタンここまで**/

@media screen and (min-width: 1201px) {
}

@media screen and (max-width: 920px) {
}

@media(min-width: 768px){
a[href^="tel:"]{
    pointer-events: none;
}
}

@media screen and (max-width: 767px) {
body {
    font-size: clamp(0.938rem, 0.664rem + 1.09vw, 1.188rem);
    /*15-19*/
    line-height: 1.5;
}
.sp_none{
    display: none;
}
.pc_none{
    display: block;
}

/**SP　ヘッダー**/
header {
    padding: 1em 0 1em 1em;
    background: none;
    background-color: rgba(255,255,255,0.9);
    width: calc(100% - 1em);
}
header .header_logo{
    width: 180px;
    min-width: 180px;
    margin: 0;
}
.sp_hamburger{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}
.sp_right{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 5% 0 0;
}
.insta-icon{
    width: 13%;
    min-width: 30px;
    display: grid;
    align-items: center;
    margin: 0 8% 0 0;
}
header ul.pc_menu {
    display: none;
}
header nav{
    display: block;
}
header nav ul.sp_menu {
    display: none;
    list-style:none;
    width: 100%;
    height: calc(100vh - 2rem);
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-content: center;
    z-index: 100;
    margin: 0;
    overflow-y: auto;
    font-size: 18px;
    padding: 1rem 0;
}
header nav ul.sp_menu li,
header ul li:nth-child(4){
    /*margin-right: 0;*/
    margin: 0;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
}
header ul li:nth-child(4)::before,
header ul li:nth-child(4)::after,
header ul li:nth-child(5)::before{
    content: none;
}
header nav ul.sp_menu li a{
    padding: 1rem;
    margin: -1rem;
    font-size: 18px;
    color: #464646;
    display: block;
}
header nav ul.sp_menu li:first-child{
    border-bottom: solid 1px #ccc;
    margin: 0 auto 1rem;
}
header nav ul.sp_menu li:first-child img{
    width: 50%;
    max-width: 250px;
}
header ul li::after {
    content: none;
}
header ul li a::after {
    position: static;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: none;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
header ul li a:hover::after {
    transform: scale(1, 1);
}
.hamburger {
    position: absolute;
    right: 1rem;
    cursor: pointer;
    width: 6%;
    height: calc(100% - 2em);
    z-index: 200;
}
.hamburger span {
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #333;
    width:100%;
    z-index: 10;
}
.hamburger span:nth-of-type(1) {
    top: 8px;
}
.hamburger span:nth-of-type(2) {
    top: 18px;
}
.hamburger span:nth-of-type(3) {
    top: 28px;
}
.hamburger.open span:nth-of-type(1) {
    top: 8px;
    transform: translateY(6px) rotate(-42deg);
}
.hamburger.open span:nth-of-type(2) {
    opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
    top: 20px;
    transform: translateY(-6px) rotate(42deg);
}
/**SP　ヘッダーここまで**/

    
/**SP blog**/   
.sec_blog .inner ul li {
    width: 100%;
}
/**SP blogここまで**/

/**SP 問合せ**/
.sec_contact .inner{
    padding: clamp(1.563rem, -0.145rem + 6.83vw, 3.125rem) clamp(2.188rem, 1.166rem + 4.09vw, 3.125rem);
    /*25-50*/
    /*35-50*/
}
.sec_contact .inner a {
    max-width: 90%;
    padding: 0.5rem 0;
}
.sec_contact .inner p {
    text-align: left;
    line-height: 1.5;
}
.sec_contact .inner .sec_blog ul li {
    width: 100%;
}
.sec_contact .inner .sec_blog ul li a {
    margin: 0 auto;
    max-width: 20rem;
    font-size: clamp(1rem, 0.863rem + 0.55vw, 1.125rem);
    /*16-18*/
}
/**SP 問合せここまで**/   
    
/**SP アクセス**/
.sec_access .inner .access {
    width: 100%;
}
.sec_access .inner iframe {
    height: clamp(16.25rem, 13.518rem + 10.93vw, 18.75rem);
    /*260-300*/
    width: 100%;
    margin: 0 auto 2rem;
}
.sec_access .inner .info {
    width: 100%;
}
.sec_access .inner p.train {
    font-size: clamp(0.938rem, 0.869rem + 0.27vw, 1rem);
    /*15-16*/
}
/**SP アクセスここまで**/
    
/**SP フッター**/

footer{
    background: url("../img/img_footer_mv_sp.png")no-repeat center;
    padding: 4rem 0 0;
}
footer .content {
    width: 85%;
    margin: 0 auto 3rem;
}
footer .content .f-right {
    width: 90%;
    gap: 1rem;
    margin: auto;
}
footer .content ul.f-left {
    width: 100%;
    margin: 0 0 2rem;
}
footer .content ul.f-right {
    width: 100%;
    font-size: 14px;
    margin: 0 0 2rem;
    gap: 2rem 0;
}
footer .content .f-right ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem 0;
    width: 100%;
}
footer .content ul.f-right li {
    width: 50%;
    text-align: center;
}
footer .content .f-right ul li {
    color: #777777;
    align-self: flex-start;
    width: 49%;
    text-align: center;
}
footer .content .f-right ul li a {
    justify-content: center;
    position: static;
}
footer .content ul.f-right li:last-child {
    margin: 1rem 0 0;
}
footer .content ul.f-right li:last-child a {
    width: 100%;
    margin: auto;
}
footer .content p{
    text-align: center;
}
footer p.copy{
    padding: 0.5rem 0 clamp(5rem, 2.268rem + 10.93vw, 7.5rem);
    /*80-120*/
}
/**SP フッターここまで**/

/**SP フローティングボタン**/
#floating{
    display: none;
    width: 98%;
    margin: 0 auto -2px;
    position: fixed;
    background-color: #b2a267;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    z-index: 10;
    left: 1%;
}
#floating a{
    display: block;
    width: calc(98% - 2px);
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: clamp(1.125rem, 0.852rem + 1.09vw, 1.375rem);
    /*18-22*/
    padding: 0.4rem 0 0.2rem;
    border: solid 1px #fff;
    margin: 1% auto 0;
    border-radius: 10px 10px 0 0;
}
#floating a span{
    display: block;
    font-weight: normal;
    font-size: clamp(0.813rem, 0.608rem + 0.82vw, 1rem);
    /*13-16*/
}
/**SP フローティングボタンここまで**/

    
    
    
    
    

    
    
    
    
/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, calc(-50% + 0.2rem));
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.9rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
    

/* メニューのデザイン */
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: calc(100% - 5rem);
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
    flex-wrap: wrap;
}
.drawer__nav__link {
    display: block;
    text-decoration: none;
    padding: clamp(1rem, 0.454rem + 2.19vw, 1.5rem) 0;
    /*1r-1.5r*/
    font-size: clamp(1.063rem, 0.858rem + 0.82vw, 1.25rem);
    /*17-20*/
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
}

header ul li.drawer__nav__item {
    width: 100%;
    text-align: center;
    padding: 0;
}
li.drawer__nav__item:first-child {
    border-bottom: solid 1px #ccc;
    margin: 0 0 1rem;
    padding: 0;
}
li.drawer__nav__item:first-child img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
li.drawer__nav__item img {
    width: 1rem;
    height: auto;
    margin: 0 0 0 0.5rem;
    vertical-align: baseline;
}
}

@media screen and (max-width: 599px) {
}
