/*
Theme Name: Cedar
Theme URI: https://www.cedar-chophouse.com/wp-content/themes/pdp_rst_theme/
Description: CEDAR restaurant theme
Version: 1.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Fredoka+One&Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

body{
    background:#f3f3f3;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:0.1em;
	color: #333;
	font-size:0.9rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
    transition:all 0.3s;
}

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

.cl{
    overflow: hidden;
}

.txt-center{
    text-align: center;
}

/*==================================================
 Area
===================================*/

#main-area{
    margin: 0 0 100px 0;
}

#container{
    position: relative;
    overflow-x: hidden;
}

#content-area{
    width:100%;
    padding:0 0 0 230px;
}

@media screen and (max-width:990px) {

#content-area{
    padding:0;
}

}

.inner{
   padding:20px 50px 50px 50px;
}

@media screen and (max-width:768px) {
.inner{
   padding: 30px;
}
}

/*==================================================
 Heading
===================================*/

@media (max-width:1360px) {
    .w1360 {
        display: none;
    }
}
@media (max-width:1280px) {
    .w1280 {
        display: none;
    }
}

.heading-block{
    position: relative;
    display: flex;
    justify-content: center;
}

.heading-block p{
    font-size: 4rem;
    text-transform: uppercase;
    color: #ddd;
    position: absolute;
    top: 108px;
    z-index: -1;
    letter-spacing: 0.3em;
    font-family: Clarimo UD PE ExtraLight;
}

_:-ms-lang(x)::-ms-backdrop, #menu .heading-block p{margin:0 0 0 -2.5em;}
_:-ms-lang(x)::-ms-backdrop, #access .heading-block p{margin:0 0 0 -3.3em;}
_:-ms-lang(x)::-ms-backdrop, #faq .heading-block p{margin:0 0 0 -2.3em;}

#menu h2,
#access h2,
#faq h2{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    letter-spacing:0.2em;
    font-size:2rem;
    margin:100px 0;
}


@media screen and (max-width:990px) {
.heading-block p{
    font-size: 2.7rem;
    top:58px;
    }
#menu h2,
#access h2,
#faq h2{
    font-size:1.6rem;
    margin:50px 0;
    }
}

.heading01{
    text-align:center;
    padding:20px 0;
    margin: 0 0 50px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.heading01 .title{
    font-size: 1.5rem;
    display: block;
}

@media screen and (max-width:768px) {
  .heading01 .title{
    font-size: 1.2rem;
}
}

.heading01 .cap{
    color:#666;
    font-size: 0.9rem;
}

.heading02{
    font-size:1.1rem;
    margin: 0 0 50px 0;
    text-align: center;
}


/*==================================================
 404
===================================*/

.error404 .inner p{
    margin: 0 0 80px 0;
    text-align: center;
}


@media screen and (max-width:768px) {
.error404 .inner p.desc{
    text-align: left;
}
}

/*==================================================
 Slider
===================================*/

#slider-area{
    position: relative;
}

#slider-area .scrolldown1{
    top: inherit;
    bottom:0;
    z-index: 1;
}

/*==================================================
  Header
===================================*/

#header{
    position:fixed;
    top:0;
    left:0;
    width:230px;
    height: 100vh;
    background:#fdfdfd;
    display: flex;
    justify-content: center;
}

#header h1{
    padding:72px 0 75px 0;
}

#header svg{
    max-width:130px;
}

 
#header h1 span{
    display: none;
}

#header p{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    letter-spacing: 0.3em;
    font-size: 1rem;
    position: relative;
    left: 46px;
}

#header dl{
    position: absolute;
    left: 26px;
    right: 17px;
    bottom: 95px;
    text-align: center;
}

#header dl dt{
    font-size:1.3rem;
}

#header dl dt small {
    font-size: .7rem;
    display: inline-block;
}

#header dl dd{
    font-size:0.9rem;
}

/* #header .sns-link{
    position: absolute;
    left: 10%;
    width:80%;
    bottom:22px;font-size: .8rem;
} */

.sptel{
    display: none;
}

#g-nav-list li,.footer-link li {
    text-align:center;
}
#g-nav-list li a span,.footer-link li a span,#main-nav p a span {
    display: block;
    font-size:.5rem;
    font-family: Clarimo UD PE ExtraLight;
    position: relative;
    top: -5px;
    letter-spacing: 1px;
}

@media screen and (max-width:990px) {

#header{
    position: relative;
    width: auto;
    height: auto;
    background: none;
}
  
.page-template-page-top #header{
    position:absolute;
    z-index: 3;
    color: #fff;
    width:100%;
    height: 100vh;
    top: 0;
    left: 0;
    align-items: center;
}
    
#header h1{
 padding: 90px 0 20px 0;
}
    
.page-template-page-top #header h1 {
    padding: 0 0 15px 0;
}

#header p{
    display: none;
}
    
.page-template-page-top #header p{
    display: block;
}
 
.page-template-page-top #header h1 svg path{
     fill:#fff;   
}
    
.page-template-page-top .header-area{
    height: 20vh;
}

#header dl{
    display:none;
}
    
.sptel {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8D6D62;
    color: #fff;
    text-align: center;
    height: 55px;
    width: 54px;
    position: fixed;
    right: 62px;
    top: 3px;
    z-index: 3;
    }
    
    .sptel a{
        display: block;
        color: #fff;
    }
    .sptel i{
        transform: rotate(-4deg);
        font-size: 1.2rem;
    }

    /* #header .sns-link{
    left: 10px;
    top:20px;
    bottom:inherit;
    } */
    
/* .page-template-page-top #header .sns-link a{
    color: #fff;
    } */
}

@media screen and (max-width:450px) {
    #header h1 svg{
        width:120px;
    }
    .page-template-page-top #header h1 svg{
    width:160px;   
}
}

#header .sns-link{
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
@media screen and (max-width: 990px){
#header .sns-link {
    left: 10px;
    top: 66px;
    bottom: inherit;
    justify-content: start;
    gap: 1rem;
    position: fixed;
    width: fit-content;
    display: flex;
    flex-direction: column;
}}

/* sns */

.sns-link li{
    display:inline-block;
}

.sns-link li i{
    font-size: 1.8rem;
    background: rgb(255 255 255 / 1);
    border-radius: 20px;
    padding: 5px 4px 5px 5px;
}

/*==================================================
 G-navi
===================================*/

#main-nav{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}


#main-nav.fixed{
	position: fixed;
    top:0;
	width : calc(100% - 230px) ;
    background:rgba(255,255,255,0.8);
    z-index: 9;
}

#g-nav ul{
    display: flex;
}

#g-nav ul li a{
    display: block;
    padding: 34px 25px;
    position: relative;
    transition:all 0.3s;
}

#main-nav.fixed #g-nav ul li a{
     padding-top: 14px;  
     padding-bottom: 14px;   
}

@media screen and (max-width:1140px) {
 #g-nav ul li a {
    padding-left:20px;
    padding-right:20px;
    }
}

@media screen and (max-width:1080px) {
 #g-nav ul li a {
    padding-left:12px;
    padding-right:12px;
}
}

#g-nav ul li.current a::before,
#g-nav ul li a:hover::before{
    content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    left:50%;
    /*線の形状*/
	width: 1px;
	height: 20px;
	background: #8D6D62;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: gnavipathmove 2.4s ease-in-out infinite;
	opacity:0;
    color:#6a2e9e;
}

@media screen and (max-width:990px) {
#main-nav.fixed{
	position:relative;
	width :auto;
    background:transparent;
}

#g-nav ul{
    display: block;
    text-align: center;
}
#g-nav ul li a{
    padding: 15px;
    color: #fff;
}
#g-nav ul li.current a::before,
#g-nav ul li a:hover::before{
    animation: none;
    left:0;
    top:48%;
    width:10px;
    height: 1px;
    background: #fff;
    opacity: 1;
}
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes gnavipathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:20px;
		opacity: 1;
	}
	100%{
		height:0;
		top:30px;
		opacity: 0;
	}
}

#main-nav p a{
    background:#8D6D62;
    color: #fff;
    padding:37px 20px;
    text-align: center;display: block;
}

#main-nav.fixed p a{
    padding-top:27px;
    padding-bottom: 27px;
}

#main-nav p a:hover{
     background:#8D6D62;   
}


@media screen and (max-width:990px) {
#main-nav p a{
    display: none;
    transition: all 0.5s;
	opacity: 0;
    padding: 10px 0;
   font-size: 1.2rem; 
}

 
#main-nav p.reserveactive{
    display: block;
    position: fixed;
    z-index: 9999;
    bottom:30px;
    left:20%;
    width:60%;
    border: 1px solid rgba(255,255,255,0.8);
	animation: UpAnime 1s forwards;
}

}

@media screen and (max-width:420px) {
#main-nav p.telactive{
    width:90%;
    left:5%;
}
    
}

/*==================================================
  News
===================================*/

.more-btn{
    margin: 50px 0 0 0!important;
    text-align: right;
}

@media screen and (max-width:768px) {
    .more-btn{
    text-align: center;
    }
.more-btn a,
.more-btn span{
    display: block;
}
    
}

.article-list{
    margin:0 0 50px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #ccc;
}

.wp-pagenavi{
	text-align: center;
    padding: 0 0 50px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    border:none!important;
    padding: 8px 14px!important;
	margin:0 5px!important;
	border-radius: 20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border:none!important;
	background:#ddd;
}


#news-area{
    position: absolute;
    left: 0;
    bottom:0;
    background:rgba(141,109,098,0.9);
    width: 50%;
    z-index: 2;
}

@media screen and (max-width:990px) {
#news-area{
    position: relative;
    width:100%;
    }
}

#news-area article .no-link,
#news-area article a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:20px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#news-area article:last-child .no-link,
#news-area article:last-child a{
    border: none;
}

#news-area article a:hover{
    background:#8D6D62;
}

#news-area time{
    font-size: 0.6rem;
    padding: 0 10px 0 0;
}

#news-area h3{
    font-size: 0.8rem;
}


/*==================================================
  Lead
===================================*/

#lead{
    position: relative;
    display: flex;
    justify-content: center;
    /* height: 80vh;
    padding: 25vh 0 0 0;
    min-height: 650px; */
    text-align: center; /**/
    padding: 80px 0; /**/
}

/* #lead .lead-area{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
} */

#lead .svganimeblock{
    width:40%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

/* #lead .lead-heading{
    width:20%;
} */

#lead h2{
     /* font-size:1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
    padding: 0 0 0 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; */
    font-size: 1.5rem;
    line-height: 2.2;
    padding: 0 0 30px 0;
}

/* #lead .lead-desc{
    width:70%;
    display: flex;
    flex-direction: row-reverse;
    height: 23em;
} */

#lead .lead-desc p{
    letter-spacing: 0.1em;
    line-height: 3;
    margin: 0 0 30px 0;
    /* margin: 0 0 0 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl; */
}

_:-ms-lang(x)::-ms-backdrop, #lead .lead-btn{margin:0 10em 0 0;}

/* #lead .btnarrow5{
   padding: 20px 15px 40px 15px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
} */

/* #lead .btnarrow5::before{
    top:90%;
    right:50%;
    width:1px;
    height: 40px;
} */

/* #lead .btnarrow5::after{
    top: 105%;
    right:60%;
} */

/* _:-ms-lang(x), #lead .btnarrow5::after{
    right:70%;
} */


@media screen and (max-width:1020px) {
#lead h2{
    line-height: 1.8;
    /* padding: 0 0 50px 0; */
    display: inline-block;
    /* text-align: left;
    font-size: 1.5rem; */
    font-size: 1rem;
    letter-spacing: 0.2em;

}
#lead .lead-desc p{
    line-height:2.5;
}
    #lead .svganimeblock{
        top: 22%;
        width:220px;
    }
}


@media screen and (max-width:920px) {
_:-ms-lang(x)::-ms-backdrop, #lead .lead-btn{margin:0;}

    #lead{
    height:auto;
    padding:100px 0;
    }
    #lead .lead-heading{
    width:100%;
    text-align: center;
    }
    #lead .lead-desc p{
    padding: 0 30px;
    text-align: left;
    }
    #lead .btnarrow5{
    display: block;
    padding: 8px 30px;
    width:250px;
    margin: 0 auto;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    }
}

@media (max-width:768px) {
    #lead .lead-desc p {
        font-size: .85rem;
    }
    #lead .lead-desc p br {
        display: none;
    }
}

/*==================================================
  Menu
===================================*/

#menu{
    position:relative;
    margin: 0 0 100px 0;
}

#menu .menu-bg{
    position: relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    width:100%;
    height:50vh;
}

#menu .menu-lead{
    position: relative;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
align-items: flex-start;
    padding: 0 0 80px 0;
    margin: 0 0 100px 0;
}

@media screen and (min-width: 906px) {
#menu .menu-lead {
    padding-left:4em;
}
}

#menu .menu-lead:nth-of-type(2n){
	flex-direction: row-reverse;
	text-align: right;
}

#menu .menu-lead::after{
     content:'';
    position: absolute;
    left:0;
    bottom:0;
    background:url(../img/bg_lead.png) no-repeat;
    background-size: cover;
    width:60%;
    height: 70%;
z-index: -1;
}

#menu .menu-lead:nth-of-type(2n)::after{
    background:url(../img/bg_lead02.png) no-repeat;
    background-size: cover;
	right:0;
	left: inherit;
}


#menu .menu-lead-img{
    width:30%;
    margin: 0 0 0 10%;
}

#menu .menu-lead:nth-of-type(2n) .menu-lead-img{
    margin: 0 10% 0 0;
}

#menu .menu-lead-area{
    width:50%;
}

#menu .menu-lead-area h3{
     margin:0 0 50px 0;
    font-size: 1.2rem;
}

#menu .menu-lead-area h3 .cap{
    font-size:0.9rem;
    display: block;
}

#menu .menu-lead-area p{
    margin: 0 0 30px 0;
}

#menu section.menu-detail{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
align-items: flex-start;
margin-bottom:5em;
}

#menu section.menu-detail:nth-of-type(even){
    flex-direction:row-reverse;
}

#menu .menu-img{
  width: 45%;
line-height: 0;
}

#menu .menu-img-detail{
    position:relative;
}

.pdf-link{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pdf-link li{
    width: 49%;
    margin-bottom:10px;
    text-align: center;
}

.pdf-link a{
display: block;
padding: 10px;
background: rgba(255,255,255,0.3);
color: #333;
border: 1px solid #ccc;
}


.pdf-link a:hover{
   background: rgba(255,255,255,1);
}

#menu .menu-box{
    animation-delay:.5s;
    padding: 4em;
}
#menu .menu-box p {
    margin: 0 0 30px 0;
}
@media (max-width:640px){
    .pdf-link li {
        width: 100%;
    }

    #menu .menu-box p br {
        display:none;
    }
    #menu .menu-box p small br {
        display: initial;
    }
}

#menu .menu-content{
    width:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    /* -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; */

}


#menu .menu-content h3{
    font-size:2rem;
    margin:0 0 1em 0;
    color: #606D96;
    text-transform: uppercase;
    font-family: Clarimo UD PE ExtraLight;
}

#menu .menu-content h3 span.cap {
    font-size: .9rem;
    display: block;
    font-family: 'Noto Serif JP',serif;
}

.menu-img img{
    width:100%!important;
    }

@media screen and (max-width:768px) {
    #menu .menu-bg{
        background-attachment: inherit;
    }
    #menu .menu-box{padding:.5rem;}
}

@media screen and (max-width:905px) {
    #menu .menu-lead::after,#menu .menu-lead:nth-of-type(2n)::after{
        right: 0;
        top: 6%;
        left:inherit;
        bottom: inherit;
        width: 60%;
        height: 50%;
        z-index: -1;
    }
    #menu .menu-lead{
        padding: 0;
        margin: 0;
    }
    #menu .menu-lead-img{
        width:80%;
        height: 28vh;
        margin: 0;
    }
    #menu .menu-lead-area{
    width:100%;
    margin:50px 0;
    padding: 20px;
    }
#menu .menu-img {
    width: 90%;
    margin: 0 auto 30px auto;
}


    #menu .menu-content{
    width:100%;
    margin: 0 0 50px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb; 
    padding: 20px;
    }

    #menu .menu-content h3{
        margin: 0 0 30px 0;
        text-align: center;
    }
    /* #menu .menu-content p{
        height: auto;
        line-height: 1.85;
    } */
    .pdf-link{
        flex-wrap: wrap;
    }
    .pdf-link li:last-child a{
        border-top:1px solid rgba(255,255,255,0.2);
    }
	/* #menu section.menu-detail{flex-direction: column-reverse!important;} */
	#menu section.menu-detail:first-of-type{flex-direction: column!important;}
}
@media screen and (max-width:640px) {
    #menu .menu-lead::after,#menu .menu-lead:nth-of-type(2n)::after{
        height: 34%;
    }
    
}


/*==================================================
  Access
===================================*/

#access{
    position:relative;
}

#access .access-bg{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    width:100%;
    height:50vh;
}

#access .access-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background:#fff;
    box-shadow: 0 4px 4px #ccc;
    width:90%;
    margin: 0 auto 100px auto;
}

#access .access-area .access-block{
    width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:3em;
}

#access .access-area .access-block h3{
    font-size: 1.2rem;
    margin: 0 0 20px 0;
}

#access .access-area .access-block p{
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom:1px solid #ccc;
}

#access .access-area .access-block ul{
    list-style: disc;
    margin: 0 0 50px 1.2em;
}

#access .access-map{
    width:50%;
}

#access .iframe-wrap {
  position: relative;
  padding-bottom:104.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 2;
}

#access .iframe-wrap iframe,
#access .iframe-wrap object,
#access .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1040px) {
    #access .access-area .access-block,
    #access .access-map{
        width:100%;
    }
    #access .iframe-wrap{
     padding-bottom: 56.65%;
    }
    #access .access-area .access-block{
        padding:40px 20px;
    }
}


@media screen and (max-width:768px) {
    #access .access-bg{
        background-attachment: inherit;
    }
}

@media (641px <= width <= 768px )  {
    #menu .menu-bg,#access .access-bg{
        height: 25vh;
        }
    #menu .menu-content p {
        max-width: 70vw;
    }
  
    .mc {
        margin-inline: auto;
        max-inline-size: max-content;
    }
    .mc a {
        display: block;
        max-width: 80vw;
    }
  }

/* faq */

#faq{
    position: relative;
}

.accordion-area{
    width:90%;
    margin: 0 auto 100px auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

.acc-title {
    position: relative;
    cursor: pointer;
    padding:20px 20px 20px 50px;
    transition: all .5s ease;
}

.acc-title::before,
.acc-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ccc;
}

.acc-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.acc-title::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}

.acc-title.close::before{
	transform: rotate(45deg);
}

.acc-title.close::after{
	transform: rotate(-45deg);
}

.box {
    display: none;
    padding: 20px;
    margin: 20px;
    background:#eee;
}


/* reserve */

#reserve{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width:90%;
    margin: 0 auto 100px auto;
    padding: 100px 0 0 0;
    text-align: center;
}

#reserve .scrolldown1,
#faq .scrolldown1{
     top:-10vh;
}

#reserve h2{
     font-size: 1.2rem;
}

#reserve .tel{
    font-size: 2vw;
    margin: 0 0 20px 0;
}

#reserve .tel-time{
    margin: 0 0 30px 0;
}

@media screen and (max-width:990px) {
    #reserve h2{
        font-size: 1rem;
    }
    #reserve .tel{
        font-size: 1.5rem;
    }
}

/* footer */

.mban{
    text-align: center;
    padding:0 20px;
    margin:0 0 50px 0;
}

#footer .footer-logo{
        margin: 0 30px 30px 30px;
    }
#footer .footer-logo img{
    width:130px;
}

#footer .footer-info{
    background:#ecefef;
    padding: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap:wrap;
}

#footer .footer-time li{
    margin:0 0 20px 0;
    font-size: 0.8rem;
}

#footer .footer-time dl{
    display: flex;
}

#footer .footer-time dt{
     width:8em;   
}

#footer .footer-time dt:after{
    content:':';   
}
#footer .footer-time tr{
    display: flex; 
}

#footer .footer-area{
    padding: 40px;
    background:#8D6D62;
    color:#fff;
    text-align: center;
}

.va-top {
    vertical-align: top;
}

.sns-footer{font-size:1.4rem;display:flex;justify-content:center;margin:0 0 40px 0}.sns-footer li{padding:0 10px}.sns-footer a{padding:0 10px;position:relative;transition:all .15s ease;font-family:'PT Sans',sans-serif}.sns-footer a:hover .tooltip{visibility:visible;opacity:1;-webkit-transform:translate(-50%,-150%);transform:translate(-50%,-150%)}.sns-footer a:active{box-shadow:0 1px 3px rgba(0,0,0,.5) inset}.sns-footer a.tw .tooltip{background:#2b97f1}.sns-footer a.tw .tooltip:after{border-top-color:#2b97f1}.sns-footer a.line .tooltip{background:#43c507}.sns-footer a.line .tooltip:after{border-top-color:#43c507}.sns-footer a.fb .tooltip{background:#3b5a9b}.sns-footer a.fb .tooltip:after{border-top-color:#3b5a9b}.sns-footer a.insta .tooltip{background:#527fa6}.sns-footer a.insta .tooltip:after{border-top-color:#527fa6}.sns-footer a.yt .tooltip{background:#c31414}.sns-footer a.yt .tooltip:after{border-top-color:#c31414}.sns-footer a i{position:relative;top:1px}.tooltip{display:block;position:absolute;color:#fff;top:0;left:50%;padding:.8rem 1rem;border-radius:4px;font-size:.8rem;font-weight:700;opacity:0;pointer-events:none;text-transform:uppercase;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.tooltip:after{display:block;position:absolute;bottom:1px;left:50%;width:0;height:0;content:"";border:solid;border-width:10px 10px 0 10px;border-color:transparent;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}
#footer .footer-link{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin: 0 0 30px 0;
}

#footer .footer-link li{
    display: inline-block;
     margin: 0 10px;
}

#footer a{
     color:#fff;
}

#footer a:hover{
     color:#ccc;
}

#footer small{
     color:#ccc;
}

#footer #page-top span{
    position: relative;
    top:-10px;
}

#footer #page-top span::before{
     content:'';
    position: absolute;
    left:50%;
    top:-3px;
    background:#6C6C6C;
    width:1px;
    height: 30px;
}

#footer #page-top span::after{
    content:'';
    position: absolute;
    left:6px;
    top:-7px;
    background:#6C6C6C;
    width:1px;
    height: 20px; 
    transform: rotate(-45deg);
}


#footer #page-top a:hover span::before,
#footer #page-top a:hover span::after{
     background:#fff;
}

@media screen and (max-width:768px) {

    #footer a {
    line-height: 3;
    }
    #footer .footer-info{
        padding: 40px 20px;
    }
    #footer .footer-time li{
        margin: 0 0 30px 0;
    }
    #footer .footer-time li:nth-of-type(2),
    #footer .footer-time li:nth-of-type(3),
    #footer .footer-time li:nth-of-type(4){
        text-align: center;
    }
    #footer .footer-time dl{
        display:block;
    }
    #footer .footer-time dt{
        width:auto;
        text-align: center;
        font-weight: bold;
        margin: 0 0 20px 0;
    }
    #footer .footer-time dt::before,
    #footer .footer-time dt::after{
        content:"－";
        padding: 0 10px;
    }
}

@media screen and (max-width:640px) {
    .footer-time table {
        width: 90%;
        margin: auto;
    }
    .footer-time th,.footer-time td {
        display: block;
    }
}


/*==================================================
　Loading
===================================*/

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#8D6D62;
	text-align:center;
	color:#fff;
}

#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo svg{
    width:130px;
}

/*==================================================
　Bg slide
===================================*/

.splashbg{
    display: none;
}

body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color:#8D6D62;
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;

}

@keyframes PageAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

#container{
	opacity: 0.01;
}

body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0.01;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*=============== SVGアニメーションの指定 =================*/

#mask path {
		fill-opacity: 0;
		transition: fill-opacity .5s;
		fill: none;
		stroke: #fff;
	}

#mask.done path{
	  fill: #fff;
	  fill-opacity: 1;
	  stroke: none;
	}


/*==================================================
Gnavi 背景拡大
===================================*/

@media screen and (max-width:990px) {
#g-nav.panelactive{
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

.circle-bg{
    position: fixed;
	z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background:#8D6D62;
	transform: scale(0);
	bottom:-50px;
    left:calc(50% - 50px);
    transition: all .6s;
}

.circle-bg.circleactive{
	transform: scale(50);
}

#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; 
}
    
#g-nav ul {
	opacity: 0;
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    transform: translate(-50%,-40%);
}

#g-nav.panelactive ul {
    opacity:1;
}

#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;
animation-fill-mode:forwards;
opacity:0;
}

}

@keyframes gnaviAnime{
0% {
opacity: 0;
transform: translateY(100px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

/*========= Gnavi ボタン ===============*/

.openbtn{
    display: none;
}

@media screen and (max-width:990px) {
.openbtn{
    display: block;
	position: fixed;
    z-index: 9999;
    cursor: pointer;
    top:3px;
    right:3px;
    width: 55px;
    height:55px;
    background:#8D6D62;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
    height: 1px;
	background: #fff;
  	width: 62%;
    left: 10px;
 }

.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
	left:11px;
	font-size:0.55rem;
	text-transform: uppercase;
	color: #fff;
}

.openbtn span:nth-of-type(3) {
	top:41px;
}

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 34px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

}

/*==================================================
  線が動く
===================================*/

.scrolldown1{
	position:absolute;
	left:50%;
	top:36vh;
	height:100px;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100px;
	background: #8D6D62;
	animation: pathmove 2.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}

/*==================================================
ボタン
===================================*/

.btnarrow5{
	position: relative;
	border: 1px solid #555;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;
    outline: none;
    transition: all .2s linear;
    font-size: 0.9rem;
}

.btnarrow5:hover{
	background:#8D6D62;
	color:#fff;
}

.btnarrow5::before{
	content:"";
	position: absolute;
	top:50%;
	right:-26px;
	width:40px;
	height:1px;
	background:#8D6D62;
    transition: all .2s linear;
}

.btnarrow5::after{
	content:"";
	position: absolute;
    top: 20%;
    right: -20px!important;
	width:1px;
	height:12px;
	background:#8D6D62;
    transform:skewX(45deg);
    transition: all .2s linear;
}

.btnarrow5:hover::before{
	right:-30px;
}

.btnarrow5:hover::after{
	right:-25px;
}

/*===========================================================*/
/* Page top link*/
/*===========================================================*/

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	color: #6C6C6C;
    border:1px solid #6C6C6C;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0.01;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


/*===========================================================*/
/* slick*/
/*===========================================================*/

.slick-slide{
    height: auto!important;
}

.slick-slide img{
    width:100%!important;
}


/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#fff;
}

.slick-dots .slick-active button{
    background:#8D6D62;
}

/*==================================================
動き
===================================*/

/* blur */
.blur{
	animation-name: blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0.01;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0.01;
}


/*枠線が伸びて出現*/

.lineTrigger{
  position: relative; 
  opacity:0;
}

.lineTrigger.lineanime{
	animation-name:lineAnimeBase;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes lineAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content: '';
  width:0;
  height:1px;
  background:#8D6D62;
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content: '';
  width: 1px;
  height:0;
  background:#8D6D62;
}

/*上線*/
.lineTrigger::before {
	top:0;
	left:0;
}

.lineTrigger.lineanime::before {
	animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
	top:0;
	right:0;
}

.lineTrigger.lineanime .line2::before {
	animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after { 
	bottom:0;
	right:0;
}

.lineTrigger.lineanime::after {
	animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
	bottom:0;
	left:0;
}

.lineTrigger.lineanime .line2::after {
	animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
	0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
	0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear{
	animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
	opacity: 0;/*初期値を透過0にする*/	
}

@keyframes lineInnerAnime{
	0% {opacity:0;}
    100% {opacity:1;}
}

/*==================================================
SVGアニメーション2
===================================*/

.svganimeblock svg{
	width:100%;
}

/*アニメーション前の指定*/
.svganimeblock svg path {
		fill-opacity: 0;
		transition: fill-opacity .5s;
		fill: none;
		stroke: #ccc;
	}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
.svganimeblock svg.done path{
	  fill:#ddd;
	  fill-opacity: 1;
	  stroke: none;
}

/*==================================================
SINGLE
===================================*/

.wrapper p{
    margin: 0 0 20px 0;
}

.wrapper time,
.link-date{
    color: #666;
    font-size: 0.7rem;
}

.wrapper time.heading-time{
     text-align: center;
    display: block;
    margin: -40px 0 80px 0;
}

.select-year{
    text-align: center;
    margin: 0 0 50px 0;
}

.select-year li{
    display: inline;
}

.select-year li::after{
     content:'|';
    padding: 0 10px;
}

.select-year li:last-child::after{
     content: '';
}


.pn-link{
	margin:50px 0;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
    display:  flex;
    justify-content: space-between;
}

.pn-link li:last-child{
	text-align: right;
}

.pn-link li.wd50{
	width:50%;	
}

.pn-link a{
    display: block;
	padding:10px 40px 10px 40px;
	position: relative;
    color: #333;
}

.pn-link a:hover{
	background:#ddd;	
    text-decoration: none;
}

.pn-link li a:after {
    position: absolute;
    content: '';
    top: 45%;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #8D6D62;
    border-right: 1px solid #8D6D62;
    transform: rotate(45deg);
    transition: all .3s;
    z-index: 3;
}

.pn-link li:first-child a:after {
    right: inherit;
    left: 13px;
    transform: rotate(-135deg);
}

@media only screen and (max-width: 1000px){

.pn-link{
		flex-wrap: wrap;
}
.pn-link li.wd50{
    width: 100%;
}
.pn-link li:first-child a{
		border-bottom:1px solid #aaa;
}
}
@media only screen and (max-width: 430px){

.news-block.wd25{
    width:100%;
}
    
.pn-link a{
	padding:10px 30px 10px 30px;
}

.pn-link li:first-child a{
	padding:10px 30px 10px 30px;
}
	
}


/*------------- Form --------------*/
/*datepicker装飾*/
.ui-datepicker {width:auto!important;}
.ui-datepicker th,.ui-datepicker td,.ui-datepicker-title,.ui-datepicker-title select{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 35%!important;border: none;border-bottom: 1px dotted #aaa;height: 30px;margin: 4px!important;background: #fafafa;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border:none!important;background:none!important;border-radius:50%;margin: 4px;}
table.ui-datepicker-calendar tbody td:last-child a.ui-state-default {background: #69b!important;}
table.ui-datepicker-calendar tbody td:first-child a.ui-state-default {background: #c66!important;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {background: #f90!important;}
.ui-datepicker td span, .ui-datepicker td a {display: flex!important;height: 30px;width: 30px;align-items: center;justify-content: center;}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:none!important;}
.ui-datepicker .ui-datepicker-next{top:5px;right:5px;left:auto}
.ui-datepicker .ui-datepicker-prev{top:5px;left:5px;right:auto}
.flow_chart {
    list-style: none;
    overflow: hidden;
    margin: 0 auto 50px auto;
    display: flex;
    max-width:900px;
}.flow_chart li {
    background: #dfdfdf;
    color: #999;
    width: 31.333333%;
    font-size: 0.9rem;
    display: block;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    min-width: 80px;
    padding: 0 10px 0 20px;
    font-weight: bold;
    white-space: nowrap;
}


.flow_chart li:before {
	background: #dfdfdf;
    box-shadow: 5px 0 0 #fff;
    -moz-box-shadow: 5px 0 0 #fff;
    -webkit-box-shadow: 5px 0 0 #fff;
    content: " ";
    display: block;
    float: right;
    height: 12px;
    margin-bottom: -12px;
    margin-left: auto;
    margin-right: -20px;
    transform: skew(50deg);
    -o-transform: skew(50deg);
    -ms-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -webkit-transform: skew(50deg);
    width: 20px;
}

.flow_chart li:after {
    background: #dfdfdf;
    box-shadow: 5px 0 0 #fff;
    -moz-box-shadow: 5px 0 0 #fff;
    -webkit-box-shadow: 5px 0 0 #fff;
    content: " ";
    display: block;
    height: 12px;
    margin-left: auto;
    margin-right: -20px;
    margin-top: -12px;
    position: relative;
    transform: skew(-50deg);
    -o-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -webkit-transform: skew(-50deg);
    width: 20px;
}
.flow_chart li:first-child {
	padding: 0 10px 0 20px;
}
.flow_chart li.active {
	background: #8D6D62;
    color: #fff;
}
.flow_chart li.active:before,
.flow_chart li.active:after {
	background: #8D6D62;
}

.form_table{
    max-width:900px;
	margin:0 auto 30px auto;
}

.form_table dl {
	display: table;
	width: 100%;
	border-top: 1px solid #e0e0e0;
}
.form_table dt, .form_table dd {
	display: table-cell;
	vertical-align: middle;
}
.form_table dt {
	width: 30%;
	background: #eee;
	padding: 15px 0 15px 10px;
	font-weight: bold;
	position: relative;
}
.form_table dt.required:after {
	content: "必須";
	width: 31px;
	height: 16px;
	position: absolute;
	right: 0;
	margin: 2px 10px 0 0;
	display: inline-block;
	background: #d00;
	color: #fff;
	border-radius: 0.3em;
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;
}
.form_table dt.any:after {
    content: "任意";
    width: 31px;
    height: 16px;
    position: absolute;
    right: 0;
    margin: 2px 10px 0 0;
    display: inline-block;
    background: #aaa;
    color: #fff;
    border-radius: 0.3em;
    text-align: center;
    font-size: 10px;
    line-height: 1.5em;
}

.notes {font-size: 0.7rem;
    margin: 15px 0;
    border: 1px dotted #ccc;
    padding: 15px;
    color: rgb(160, 23, 41);}


.wrapper #mw_wp_form_mw-wp-form-97 p{
    margin: 0 0 40px 0;
    text-align: center;
}

@media (max-width:768px) {
 .wrapper #mw_wp_form_mw-wp-form-97 p{
    text-align: left;
    }
}

@media (max-width:640px) {.notes br{display:none;}.footer-link li a span {top: -20px;}}
.form_table dd {
/*	width: 70%;*/
	padding: 15px 20px;
}
.form_table .form_box dl:last-child {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
@media (max-width:640px) {
    .form_table dl {border-top:0}
}
.form_table input[type=text], .form_table input[type=tel], .form_table input[type=number], .form_table input[type=email], .form_table select, .form_table textarea {
    width: 100%;
    padding: 5px 10px;
    background-color: #f9fafb;
    border: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    border-radius:3px;
}
@media (max-width:640px) {
    .form_table input[type=text], .form_table input[type=tel],.form_table input[type=number], .form_table input[type=email], .form_table select, .form_table textarea {max-width:100%!important;font-size:0.8rem;}
}
.form_table select {
	width: 100%;
	height: 40px;
}
.ick input:nth-child(1) {border-bottom: 1px dotted #ccc;border-radius:5px 5px 0 0;}
.ick input:nth-child(2),.ick input:nth-child(3) {border-top: 0;border-radius: 0 0 5px 5px;}
.ick input:nth-child(4) {border-top: 1px dotted #ccc;border-radius: 0 0 5px 5px;}
.form_table input[type=text], .form_table input[type=tel] {
    max-width: 100%;
	height: 40px;
	box-sizing: border-box;
}
.form_table .check_list {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form_table .check_list .horizontal-item + .horizontal-item {
	margin-left: 0;
	margin-top: 5px;
}
.form_table .check_list span {
	width: 33%;
}
.form_table .check_list span:nth-child(1), .form_table .check_list span:nth-child(2), .form_table .check_list span:nth-child(3) {
	margin-top: 0 !important;
}
.form_table .mr10 {
	margin-right: 10px;
}
.form_table input[type=text].w-100{
	width: 100px;
}
.form_table .zip p{
	margin-top: 5px;
}
.form_table input[type=text]#address{
	max-width: 100%;
}
.form_table textarea{
	box-sizing: border-box;
}
.mw_wp_form_input .check {
	display: none;
}
.mw_wp_form_input .flow02 {
	display: none;
}
.mw_wp_form_preview .flow01 {
	display: none;
}
.mw_wp_form_preview .flow02 {
	display: block;
}
.mw_wp_form_preview .check {
	text-align: center;
}
.mw_wp_form p,.flow01 b {
	margin: 20px auto;
	max-width: 900px;
    display: inherit;
  }
.mw_wp_form .txtC {
    text-align: center;
}

.bg_gd:hover {
    opacity: 0.7;
}
.bg_gd {
    background: #8D6D62;
    color: #fff;
    max-width: 239px;
    min-height: 48px;
    padding: 12px 24px;
    border: none;
    border-radius: 0.2em;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.back {
    background: #ddd;
    max-width: 239px;
    min-height: 48px;
    padding: 12px 24px;
    border: none;
    border-radius: 0.2em;
    text-align: center;
    display: inline-block;
    cursor: pointer;
	margin-right: 20px;
}

.single-post article {max-width: 1280px;width: 95%;margin: auto;}
@media only screen and (max-width:640px){.single-post article {max-width: 97%;width:100%;margin-bottom: 2rem;}}

@media only screen and (max-width:820px){
.form_table dl,
.form_table dt, .form_table dd{
	display: block;
	width:auto;
}
}

@media only screen and (max-width:385px){
    .back,.bg_gd{
        max-width:100%;
        width:100%;
        margin: 0 0 20px 0;
    }
}

/* .phone,#reserve .tel,#reserve .tel-time {display:none} */

.sponly {display:none}
@media only screen and (max-width:640px){.sponly{display:block}}

.ban{
	position: absolute;
	bottom:-50px;
	right:1vw;
	z-index: 1;
    max-width: 25vw;
}
.ban img{
	width:100%;
    box-shadow: 4px 4px 10px rgba(0,0,0,.5);
    border-radius: 10px;
}

@media only screen and (max-width: 1020px) {
  .ban {
    display: none;
  }
}

.bnr_fv_spArea {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .bnr_fv_spArea img {
    border-radius: 10px;
  }

/* ----------------------------------------
POPUP
---------------------------------------- */

#popupinfo{
    display: none;
}


.popupinfo-area{
    padding-top:60px;
    display: grid;
    grid-template-columns: 1.8fr 3fr;
    gap: 2em;
}
@media only screen and ( max-width : 500px ) {
    .popupinfo-area{
        padding-top:15px;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.popupinfo-area figure img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.popupinfo-area .btn-area{
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
}
@media (max-width:640px) {
    .popupinfo-area figure img {
        aspect-ratio: 1 / .65;
        object-position: top;
    }
    .popupinfo-area .btn-area{
        justify-content: center;
    }
}

.popupinfo-area .btn-area li{
    list-style: none;
    margin:1em 0 0 0!important;
}

.popupinfo-area .btn-area li a{
    background:#55664C;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 0.2em;
}
@media (max-width:640px) {
    .popupinfo-area .btn-area li,.popupinfo-area .btn-area li a {
        width: 100%;
    }
}

.popupinfo-area .btn-area li a:hover{
    background:#333;
}

.modaal-close{
    position: absolute!important;
    border-radius: 0!important;
}


.modaal-content-container h2{
    font-size: 1.4rem;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.modaal-content-container p,
.modaal-content-container ul{
    margin:0 0 30px 0;
}

.modaal-content-container h3{
    font-size: 1.3rem;
    margin: 0 0 30px 0;
}
.modaal-content-container h4{
    font-size: 1rem;
    margin:0 0 30px 0;
}

@media only screen and ( max-width : 768px ) {
    .modaal-content-container h2{
        font-size: 1.2rem;
    }

    .modaal-content-container h3{
        font-size: 1.1rem;

    }

}

.modaal-content-container  .border-box h4{
    border-bottom: 2px solid #333;
    padding: 0 0 10px 0;
}

.modaal-content-container ul li{
     list-style: disc;
    margin: 0 0 10px 1.5em;
}

.modaal-content-container .border-box{
    text-align: center;
    font-weight: bold;
}

@media only screen and ( max-width : 768px ) {
.modaal-content-container .border-box{
    text-align: left;
    }
.modaal-content-container .m-btn-l{
    width:100%;
}
}

.modaal-close:after, .modaal-close:before{
    width: 1px!important;
    height: 34px!important;
    background: #888!important;
}

.modaal-close:focus, .modaal-close:hover{
    background: none!important;
}

.modaal-close{
    top:0!important;
    }

.modaal-close span {
    position: absolute !important;
    clip: auto!important;
    clip: auto!important;
    padding: 0 !important;
    border: 0 !important;
    height: auto!important;
    width: auto!important;
    overflow: auto!important;
    color: #333;
    left: 0;
    right: 0;
    bottom: -20px;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: #fff;

}

@media only screen and ( max-width : 768px ) {

    .modaal-close{
        right: 5px!important;
        top: -5px!important;
        }
        

}

@media only screen and ( max-width : 640px ) {

    .modaal-close{
        position: fixed!important;
        right: 0!important;
        top: 0!important;
        background: #fff !important;
        width: 60px;
        }
    .modaal-close:after, .modaal-close:before {
        left: 30px!important;
    }        

}



.modal-open {
        margin:.2rem;
        padding: .9rem;
        background: #4c300b;
        color: #fff;
        position: fixed;
        top: 0;
        z-index: 3;
        width: 230px;
        text-align: center;
        transition:.2s ease-in all;
    }
@media (min-width:769px){
    .modal-open {
        margin: 0;
    }
}
.modal-open:hover {
    background:#000;
}
.modal-open i{
    transform: rotate(15deg);
    /* animation:4s ease-in 1s infinite alternate forwards running moved; */
    }
    /* @keyframes moved{
        0%{
            transform: rotate(20deg);
        }
        50%{
            transform: rotate(-20deg);
        }
        100%{
            transform: rotate(20deg);
        }
    } */

    @media screen and (max-height: 1000px){
        .modaal-inner-wrapper {
            max-width: 100vw;
        }
    }
    @media (max-width:640px){
        .modaal-content-container {
            padding: 15px!important;
        }
        .modaal-content-container p{
            font-size: .8rem;
            margin: 0 0 10px 0;
        }
    }



/**202304**/

#reservation-button,
#reservation-modal {
  display: none;
}

#reservation-modal .reservation-modal_text {
  font-size: 10vw;
}

@media screen and (max-width: 990px) {
  #reservation-button {
    position: fixed;
    left: 10px;
    z-index: 2;
    bottom: 10px;
    width: calc(100% - 90px);
    max-width: inherit !important;
    opacity: 0;
    transform: translateY(100px);
    display: block;
  }

  #reservation-button.UpMove {
    animation: UpAnime 0.5s forwards;
  }

  /* 予約ボタン */
  #reservation-button button {
    background: #722b1e;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 1.5 !important;
    letter-spacing: 0.1em;
    width: 100%;
    display: grid;
    place-content: center;
    text-transform: uppercase;
  }

  #reservation-button button:hover {
    transition: all 0.3s;
    opacity: 0.9;
  }

  #reservation-button button span {
    font-size: 13px;
  }

  #reservation-modal {
    width: 100%;
    height: 100svh;
    max-width: inherit;
    max-height: inherit;
    border: none;
    background: none;
    letter-spacing: 0.1em;
    text-align: center;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0.01;
    }

    100% {
      opacity: 0.9;
    }
  }

  #reservation-modal[open] {
    display: flex;
  }

  #reservation-modal::backdrop {
    background: #68461c;
    opacity: 0.9;
    transition: opacity 0.3s;
  }

  #reservation-modal[open]::backdrop {
    animation: fadeIn 0.5s 1;
  }

  #reservation-modal .reservation-modal_inner {
    position: relative;
    z-index: 1;
    padding: 40px 24px;
    margin: auto;
    width: 100%;
    max-width: 640px;
  }

  #reservation-modal * {
    color: #fff;
  }

  #reservation-modal .reservation-modal_text {
    font-size: 15vw;
    opacity: 0.15;
    position: fixed;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  #reservation-modal .reservation-modal_close-btn {
    display: grid;
    margin: 64px auto 0;
    place-content: center;
  }

  #reservation-modal .reservation-modal_close-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }

  #reservation-modal .dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 24px;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    margin: 0 auto;
    position: relative;
    transform: rotate(45deg);
    margin-bottom: 10px;
  }

  #reservation-modal .dli-close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  #reservation-modal .reservation-modal_title {
    text-transform: uppercase;
    max-width: inherit !important;
    line-height: 1.5 !important;
    display: grid;
    font-size: 16px;
  }

  #reservation-modal .reservation-modal_title span {
    font-size: 13px;
  }

  #reservation-modal .reservation-modal_tel {
    display: grid;
    line-height: 1.5;
    max-width: inherit;
    font-size: 20px;
    letter-spacing: 0.2em;
  }

  #reservation-modal .reservation-modal_tel span {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
  }

  #reservation-modal .reservation-modal_sub-ttile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    gap: 5px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  #reservation-modal .reservation-modal_sub-ttile:before,
  #reservation-modal .reservation-modal_sub-ttile:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
  }

  #reservation-modal .reservation-modal_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #reservation-modal .reservation-modal_link a {
    display: grid;
    place-content: center;
    border: 1px solid #fff;
    min-height: 72px;
    line-height: 1.75;
    max-width: inherit;
    transition: all 0.3s;
  }

  #reservation-modal .reservation-modal_link a:hover {
    background: #fff;
    color: #68461c;
  }

  .reservation-modal_inner small {
    font-size: 70%;
    display: inline-block;
    margin-top: 1rem;
    text-align: left;
}
}
