﻿@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

.font1,
.cms_title .font_2up,
.nav .nav2,
.more,
.other_link .box_title2,
#page_title .font_25{
    font-family: 'Zilla Slab', serif;
}
.font2,
.nav .nav1,
.cms_title .font_12up,
.other_link .box_title,
#page_title .font_45,
#page10 .more > div{
    font-family:'Zen Maru Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}
.width_25per{
    width:25%!important;
}


/*--all page---------------------------
-------------------------------------*/
body{
    -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
#body{
    overflow:hidden;
}
#wrap{
    width:100%;
    margin-top:0;
}
#loading_logo{
    max-width:250px;
}
/*
.all_header{
    background-color: #fff;;
}
*/
.svg_box{
    display:none;
}
.all_page .menu{
    padding-bottom:10px;
}
/*footer*/
footer{
    background-color: #fefbee;
    /*height:500px;*/
}
footer p{
    color:#555!important;
}
#footer{

    /*--height:initial;
    margin:150px auto 0;
    */
    /*height:500px;*/
}
/*--
#footer .logo{
    width:15%!important;
}
*/
.footer_txt{
    /*font-size: 1.2rem;*/
    line-height: 1.2;
}


/*time*/
.time_map{
    position:relative;
    z-index:2;
}
 #time {
    max-width: 600px;
}
#time>div{
    font-size:1rem!important;
}
#time .d_flex:first-of-type div,
#time .d_flex:nth-of-type(2) div{
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
#time .d_flex div:first-of-type {
    width: 30%;
}
#time .d_flex div:last-of-type {
    border-right-width: 0;
    line-height: 26px;
}
#time .d_flex div {
    box-sizing: border-box;
    width: 10%;
    border-right-style: solid;
    border-right-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#time .d_flex:last-of-type div {
    border-top-style: solid;
    border-top-width: 2px;
}




/*--top page---------------------------
-------------------------------------*/
.main_img_wrap{
    width:100%;
}
.main_img_wrap .navi{
    display:none
}
.main_img_wrap .catch{
    bottom:auto;
    top:60%;
    left:50%;
    transform:translate(-50%,0);
    font-size: 2rem;
    letter-spacing: 10px;
    z-index:2;
}
.catch_img{
    top:22%;
    left:50%;
    transform:translate(-50%,0);
    width:35vw;
}
.name{
    top:70%;
    left:50%;
    transform:translate(-50%,0);
    font-size:1.2rem;
}
.top_nav{
    display:none;
}
.t_cms_txt2,
.t_cms_txt5,
.t_cms_txt8{
    font-size:1.5rem;
}

.t_cms_txt3,
.t_cms_txt6,
.t_cms_txt9{
    font-size:2rem;
}
.t_cms_txt3::after,
.t_cms_txt6::after,
.t_cms_txt9::after{
    content:'';
    position:absolute;
    display:block; 
    background-repeat:no-repeat;
    background-size:contain;    
}
.t_cms_txt3::after{
    width:60px;
    height:30px;
    background-image:url(./Dup/img/ribon1.png);
    bottom:-10px;
    right:-65px;
}
.t_cms_txt6::after{
    width:50px;
    height:60px;
    background-image:url(./Dup/img/reaf1.png);
    bottom:-10px;
    right:-65px;
}
.t_cms_txt9::after{
    width:50px;
    height:60px;
    background-image:url(./Dup/img/reaf2.png);
    bottom:3px;
    right:-65px;
}
.t_cms_txt4,
.t_cms_txt7,
.t_cms_txt10{
    position:relative;
}
.t_cms_img1 .img-container img{
    border-radius: 98% 58% 75% 91%/89% 86% 80% 80%;
}
.t_cms_img2 .img-container img{
    border-radius: 73% 81% 75% 97%/100% 86% 100% 80%;
}
.t_cms_img3 .img-container img{
    border-radius: 60% 101% 75% 97%/100% 100% 100% 95%;
}
.welcome{
    width:15vw;
    top:-1%;
    left:-1%;
    z-index:1;
    transform-origin: center center;
    animation: swing 1s steps(2, start) infinite;
}
.leave{
    width:20vw;
    bottom:-19%;
    left:-8%;
    z-index:1;
    transform-origin: center center;
    animation: ball 1s alternate infinite;
}
.women{
    width:15vw;
    top:-7%;
    right:-1%;
    z-index:1;
    transform-origin: center center;
    animation: swing 1s steps(2, start) infinite;
}
@keyframes swing{
    0%{
        transform:rotate(2deg);
    }
    100%{
        transform:rotate(-2deg);
    }
}

.ball {
    animation: ball 0.6s alternate infinite;
}
@keyframes ball{
    0%{
        transform:translate(0,0) scale(0.99);
    }
    100%{
        transform:translate(0.-30px) scale(1,0);
    }
}

.img-container:before{
    display:none;
}

#contents .box figure:after{
    display:none;
}
#contents .box .txt_wrap{
    position:relative;
    z-index:1;
}
#contents .box .txt_wrap::before{
    content:'';
    position:absolute;
    display:block;
    width:400px;
    height:400px;
    border:0;
    background-image:url(./Dup/img/en1.png);
    background-repeat:no-repeat;
    background-size:contain;
    top:-45%;
    left:-20%;
    z-index:0;
    -webkit-animation: rotate 100s linear infinite;
    animation: rotate 100s linear infinite;
    pointer-events: none;    
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
#contents .box:nth-child(odd) figure:after{
    right:0;
}

#contents .box{
    margin-bottom:200px;
}
#top_cms .line{
    display:none;
}


.ribon img{
    width:100px;
}
.cms_sub_title .font1{
    font-size:3rem;
    font-weight:600;
}
.other .box figure{
    opacity:0.5;
}
/*animation*/
/*下からzoomIn*/
 .zoomIn{
  animation-name:zoomInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  opacity: 0;
  }

  to {
    transform: scale(1);
  opacity: 1;
  }
}
.zoomInTrigger{
    opacity: 0;
}

/*TOP CMS menu_price read more btn*/
.grad-wrap{
    position:relative;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #cdac62;
    color: white;
    font-size: 0.8rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}

.grad-btn::before {
  content: "続きを読む"
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 50px; /*隠した状態の高さ*/
  min-height:50px;
  background-color:white;
  padding-bottom:40px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
#top_cms{
    background-color:#c7ae9e!important;
}




/*--under page---------------------------
-------------------------------------*/
#page_title .font_45{
    color:#754a2f;
}
#f_map iframe{
    width:100%;
    height: 200px;
}
#news_list li{width:inhert;}

@media screen and (max-width: 1000px){
.all_header #header {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
header .logo {
    width: 22%;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.all_header{
    z-index:2;
    background-color: #fff;
}

.top_page #header{
    padding-top:10px;
}
header .logo,
.button_container span{
    filter: drop-shadow(2px 2px white);
}
header .logo img{
    width:60%!important;
}
.vegas-overlay {
    opacity: 0.3!important;
}
.catch_img {
    top: 30%;
    width:60vw;
}
.main_img_wrap .catch{
    width:100%;
    text-align:center;
}
#contents .box {
    margin-bottom: 100px;
}
#contents .box .txt_wrap::before{
    top:-15%;
    left:-55%;
}
.t_cms_txt3,
.t_cms_txt6,
.t_cms_txt9 {
    font-size: 1.5rem;
}
.t_cms_txt6::after{
    bottom:auto;
    top:-65px;
    right:-5px;
}
.t_cms_txt9::after{
    bottom:auto;
    top:-50px;
    right:-15px;
}
.welcome{
    width:20vw;
    top:-14%;
}
.leave{
    width:22vw;
    bottom:-26%;
}
.women{
    width:22vw;
    top:-42%;
    right:-8%;
}
.cms_sub_title .font1{
    font-size:2.3rem;
}
#top_cms .cms_title p{
    font-size:1.2rem;
}
#f_map iframe{
    height: 250px;
}
#time .d_flex div{
    padding-top:5px;
    padding-bottom:5px;
}
#time .d_flex div {
    padding-top: 2px;
    padding-bottom: 0;
}
#footer .logo{
    width:60%!important;
    margin-bottom:10px;
}
.mg_r-clear_tb{
    margin-right:0;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#loading_logo {
    width: 40%;
}
header .logo {
    width: 20%;
}
header .logo img {
    width: 90%!important;
}
.main_img_wrap .catch{
    top:50%;
    font-size: 1.5rem;
    letter-spacing: 5px;
}
.name{
    top:60%;
    width:100%;
    text-align:center;
}
#contents .box .txt_wrap::before{
    width:300px;
    height:300px;
    top:-8%;
}
.t_cms_txt3::after{
    bottom:-25px;
    right:-45px;
}
.t_cms_txt4{
    margin-bottom:30px;
}

.welcome{
    width:40vw;
}
.leave {
    width: 41vw;
    bottom: auto;
    top: -10%;
}
.women {
    width: 41vw;
    top: -15%;
}
.ribon img {
    width: 60px;
}
#page_title .img-container::after{
    background-color: rgba(196,193,190,0.2);
}
#footer{
    padding-bottom:0;
}
#footer .logo{
    width:25%!important;
}

#footer .footer_box{
    margin-bottom: 5px;
}

#footer .footer_txt{
    line-height:1.5;
    font-size: 0.9rem;
}
/*
.time_map{
    width:90%;
    margin: 200px auto 10px;
}
*/
#time{
    margin:0 auto 20px;
}
#time > div{
    margin-bottom: 10px;
    font-size:12px!important;
}
#time .font_2up{
    font-size:1rem;
    margin-bottom:0;
}

#time .d_flex div:last-of-type{
    line-height: 20px;
}
#time .caution{
    letter-spacing: -1px;
    font-size: calc(1rem - 4px);
}

#f_map{
    width:100%!important;
    margin-bottom:10px;
}
#f_map iframe {
    height: 140px;
    width:75%!important;
}
#page-top{
    right:5px;
}
#copyright{
    padding-top:2px;
}

}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
#contact_tel a{
    padding-top:35px;
}
.top_cms_box .more_box .more div,
.page10 .more_box .more div{
    padding-top:0;
}

}


/*-----20240701-------*/
.dm{
    color:#111;
    transition:all 0.3s;
    border-bottom:1px solid;
}
.dm:hover{
    opacity:0.5;
}
