@charset "utf-8";
/* レイアウトのためのCSS */

body{
    /*background:#f3f3f3 url(../img/bg_washi.png);
    background-size:48px 48px;*/
    font-family: 'Noto Serif JP', serif;
    letter-spacing:0.1em;
	color: #333;
	font-size:1rem;
	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;
}

a:hover {
	color: #C95D29;
	text-decoration: none;
    outline: none;
}

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


/*改行 PCで無効*/
.sp_br{
    display: none;
}

@media screen and (max-width:991px) {
    .sp_br{
        display: block;
    }  
 }   

/* area */

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

#header{
    position:fixed;
    top:0;
    left:0;
    width:230px;
    height: 100vh;
    background:#fdfdfd;
    padding: 150px 0 0 0;
}


#hd_logo{
max-width:230px;
width: 100%;
margin-right: auto;
/*position: fixed;
top: 0;
left: 6%;
width: 100px;
background: #fdfdfd;
z-index: 9999;
height: auto;*/
}



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

@media screen and (max-width:991px) {
#header{
    position: relative;
    width:100%;
    height: auto;
    padding: 0;
}
  
#content-area{
    padding:0;
}
    
}
/* heading */
.heading-block{
    display: flex;
    justify-content: center;
}

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

@media screen and (max-width:991px) {
    
#menu h2,
#access h2{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    letter-spacing:0.2em;
    font-size:1.4rem;
    margin:100px 0;
}    
 }


/* slider */

#slider-area{
    position: relative;
}

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

/* header */




.ttl-area {
    width:73px;
    height: 230px;
}

.ttl-area h1{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    font-size: .6rem;
    letter-spacing: .8em;
    line-height: 1.3;
    color:#fff;
    padding: 0 0 20px 0;
}

.ttl-area h1 span{
letter-spacing: 0.2em;
display: block;
font-size: 2.3rem;
}

.ttl-area p{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    letter-spacing: 0.3em;
}

.ttl-area .sns-link{
    position: absolute;
    left: 45px;
    bottom:50px;
}

.ttl-area .sns-link p{
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    font-size: 10px;
    font-style:normal!important;
    margin-bottom: 1em;
    background: none!important;
    padding: 0!important;
    height: auto!important;
}

.header-area{
   /* width:auto;
    height: 170px;*/
    margin-right: auto;
}

.header-area h1{
margin-bottom: 0;
margin-left: 1em;
}


#header h1{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    font-size: .6rem;
    letter-spacing: .7em;
    line-height: 1.3;
    color: #3B3A39;
    padding: 0 0 20px 0;
}

#header h1 span{
letter-spacing: 0.2em;
display: block;
font-size: 2.1rem;
/*color:#C95D29;*/
}

#header p{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    letter-spacing: 0.3em;
}

#header .sns-link{
    position: absolute;
    left: 45px;
    bottom:50px;
}

#header .sns-link p{
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    font-size: 10px;
    font-style:normal!important;
    margin-bottom: 1em;
    background: none!important;
    padding: 0!important;
    height: auto!important;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: bold;
}

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

#header{
    display: flex;
    justify-content: center;
}
    
.ttl-area{
    width:auto;
    height: auto;
}
    
#header{
    position:absolute;
    z-index: 2;
    background: none;
    color: #fff;
    height: 90vh;
    align-items: center;
}
    
.header-area{
    width:auto;
    height: auto;
}

#header h1{
color: #fff;
background: #C95D29D9; /*#C95D29;*/
padding: 20px 32px 0 0px;
width: 119px;
height: 200px;
white-space: nowrap;
margin-bottom: 0;
}

#header h1 span{
    font-size: 2.3rem;
}
    
#header p{
    background:#C95D29D9; /*#C95D29;*/
    padding: 20px 18px 20px 0;
    width: 119px;
    height: 125px;
}
    
 #header .sns-link{
    left: 10px;
    bottom:20px;
}
    
    
    
}


/* sns */

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

.sns-link li img{
     width:20px;   
}

/* g-navi */

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

#g-nav ul{
    display: flex;
}

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

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

#g-nav ul ul li a:hover::before{
display: block;
animation: none;
transform: none;
transition: unset;
}

/*2階層目以降は横並びにしない*/
#g-nav ul ul{
	display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#g-nav ul li{
	position: relative;
}
#g-nav ul li li a{
	padding:10px 25px;
}

/*下の階層を持っているulの指定*/
#g-nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top: 79px;
	z-index: 4;
    /*形状を指定*/
	background:rgba(167,84,25,0.81);
	width: 270px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
#g-nav li.has-child:hover > ul,
#g-nav li.has-child ul li:hover > ul,
#g-nav li.has-child:active > ul,
#g-nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
#g-nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

#g-nav li.has-child ul li:last-child a{
	border-bottom:none;
}

#g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active{
	background:#C95D29;
}


/*==矢印の設定*/

/*2階層目を持つliの矢印の設定
#g-nav ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}*/

/*3階層目を持つliの矢印の設定*/
#g-nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:25px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}



/*==3階層目*/

/*3階層目の位置*/
#g-nav li.has-child ul ul{
	top:0;
	left:182px;
	background:#C9825F;
}

#g-nav li.has-child ul ul li a:hover,
#g-nav li.has-child ul ul li a:active{
	background:#C9825F;
}

@media screen and (max-width:1189px) {
#g-nav ul li a{
    padding: 25px 10px 25px 10px;
    font-size: .90rem;
}}

@media screen and (max-width:1130px) {
    
/*下の階層を持っているulの指定*/
#g-nav li.has-child ul{
	position: absolute;
	left:0;
	top: 67px;
	width: 240px;
}

    
#g-nav ul li a{
    padding: 14px 9px;
    font-size: .85rem;
}
.svg_content {
    width: auto;
    max-width: 90%;

}
}



@media screen and (max-width:1040px) {
#g-nav ul li a{
    padding: 14px 8px;
    font-size: .85rem;
}
.svg_content {
    width: auto;
    max-width: 87%;

}

}


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



/*SP部分*/

@media screen and (max-width:991px) {
     
#g-nav ul{
    display: block;
    text-align: center;
}
#g-nav ul li a{
    padding: 10px 15px;
    color: #fff;
    font-size: 16px!important;
}
#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;
}
     
/*2階層目を持つliの矢印の設定*/
#g-nav ul li.has-child::before{
	content:'';
	position: absolute;
	left:15px;
	top:21px;
	width:10px;
	height:10px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}
    
#g-nav{
    padding: 0;
  }
  
#g-nav ul{
    display: block;
  }

#g-nav li.has-child ul,
#g-nav li.has-child ul ul{
    position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;/*JSで制御するため一旦表示*/
  opacity:1;/*JSで制御するため一旦表示*/
  display: none;/*JSのslidetoggleで表示させるため非表示に*/
  transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
  
#g-nav ul li a{
	border-bottom:1px solid #ccc;
}
   
    
/*矢印の位置と向き*/

#g-nav ul li.has-child::before{
	left: 62%;
}

#g-nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}

#g-nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

    
    
/*下の階層を持っているulの指定*/
  
#g-nav li.has-child ul{
left: 50%;
/*margin-top: 6.3em;
margin-bottom: -6.3em;*/
margin-top: 4em;
margin-bottom: -3.4em;
padding-bottom: 5px;
height: auto;
border-bottom:solid 1px rgba(255,255,255,0.6);
} 
}

@media screen and (max-width:428px) {
/*矢印の位置と向き*/
#g-nav ul li.has-child::before{
	left: 78%;
} 
} 

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

   
#g-nav ul li li a {
  padding: 5px 25px;
}
    
#main-nav dl.telactive{
left: 0%;
width: 100%;
border: none;
bottom:0px;
}
#g-nav li.has-child ul {
  left: 50%;
/*  margin-top: 5.1em;
  margin-bottom: -5.1em;*/
margin-top: 3.3em;
margin-bottom: -3.4em;
padding-bottom: 5px;
  height: auto;
  border-bottom: solid 1px rgba(255,255,255,0.6);
}  
/*矢印の位置と向き*/
#g-nav ul li.has-child::before{
	left: 78%;
}   
}


/**/


#main-nav dl{
    background:#C95D29;
    color: #fff;
    padding: 20px 30px 5px 30px;
    text-align: center;
    margin-bottom: 0;
    line-height: normal!important;
}

#main-nav dl dt{
     font-size: 0.8rem;   
}

#main-nav dl a{
    color:#fff;
    font-size: 1.5vw;
}

#main-nav dd {
  padding-bottom: 0;
}

@media screen and (max-width:1130px) {
#main-nav dl {
  background: #C95D29;
  color: #fff;
  padding: 20px 10px 5px 10px;
  text-align: center;
  margin-bottom: 0;
  line-height: normal !important;
}
.header-area h1 {
  margin-bottom: 0;
  margin-left: .5em;
}
}


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

 
#main-nav dl.telactive{
    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 dl.telactive{
/*    width:90%;
    left:5%;*/
left: 0%;
width: 100%;
border: none;
bottom:0px;
}
    
}




/* lead */

#lead{
    position: relative;
    display: flex;
    justify-content: center;
    height: 80vh;
    padding: 25vh 0 0 0;
}

#lead .lead-area{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}



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

#lead .lead-heading{
    width:30%;
}

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

#lead .lead-desc{
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
    height: 16em;
    margin-right: 1em;
}

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

#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%;*/
top: 110%;
right: 44.5%;
}

_:-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;
    letter-spacing: 0.4em;
}
    
#lead .lead-desc p{
    line-height:2.5;
}
    
}


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

    #lead{
    height:auto;
    padding:100px 0;
    }
    
#lead .lead-heading{
    width:100%;
    text-align: center;
}
    .lead-btn{
    margin-top: 1.5em;    
    }   
    
#lead .lead-desc{
    width: 100%;
    padding: 0 30px;
    display: block;
    height: auto;
}
    
#lead .lead-desc p{
    width:auto;
    margin: 0 0 10px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    line-height:2.5;
}
 
#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;
}

#lead .btnarrow5::after{
    top: 152%;
    right: 52%;
}  
}

@media screen and (max-width:420px) {
   #lead .lead-desc{
    margin-right: 0;
} 
    
}


/* menu */

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

#menu .menu-bg{
    position: relative;
    background:url(../img/bg_01.jpg) no-repeat center;
    background-size:cover;
    background-attachment:fixed;
    width:100%;
    height:50vh;
}

#menu section{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

#menu section:nth-of-type(2n){
    flex-direction:row-reverse;
}

#menu .menu-img{
    width:50%;
    height: 60vh;
}

#menu .menu-img-detail{
    height: 60vh;
}

#menu .menu-box{
    animation-delay:.5s;
}

#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 section:nth-of-type(1) .menu-img-detail{
    background:url(../img/pict_01.jpg) no-repeat center;
    background-size:cover;
}

#menu section:nth-of-type(2) .menu-img-detail{
    background:url(../img/pict_02.jpg) no-repeat center;
    background-size:cover;
}

#menu section:nth-of-type(3) .menu-img-detail{
    background:url(../img/pict_03.jpg) no-repeat center;
    background-size:cover;
}
#menu section:nth-of-type(4) .menu-img-detail{
    background:url(../img/pict_04.jpg) no-repeat center;
    background-size:cover;
}
#menu section:nth-of-type(5) .menu-img-detail{
    background:url(../img/pict_05.jpg) no-repeat center;
    background-size:cover;
}

#menu .menu-content h3{
    font-size:1.2rem;
    margin:0 0 0 1em;
    font-weight: 700;
}

#menu .menu-content h3 span{
	font-size:1.2em;
	font-weight:bold;
	color:#C95D29;
}

#menu .menu-content p{
    height:13em;
    line-height:2.5;
}

@media screen and (max-width:768px) {
    
#menu .menu-content p{
    height:13em;
    line-height:1.5;
}
    
#menu .menu-bg{
    background-attachment: inherit;
    }
}

@media screen and (max-width:560px) {
    
#menu .menu-img,
#menu .menu-content{
    width:100%;
    margin: 0 0 50px 0;
}
    
}

/* access */

#access{
    position:relative;
}

#access .access-bg{
    background:url(../img/bg_02.jpg) no-repeat center;
    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;
    text-align: center;
}

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

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

#access .access-area .access-block p {
    margin: 0 0 20px 0;
}

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



#access .iframe-wrap {
  position: relative;
  padding-bottom: 51.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 .access-area .access-block{
        padding:40px 20px;
    }
}


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

/* reserve */

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

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

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

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

#reserve p br{
     display: none;   
}

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

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

#reserve p br{
     display:block;   
}
    
}

/* footer */

#footer{
    padding:40px;
    color: #fff;
    background:#C95D29;
}

#footer small a{
    color: #fff;
}
#footer small a:hover{
    color: #FFF8E0;
}

#footer .footer-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    margin-bottom: 1.2em;
}

#footer .footer-logo{
    /*letter-spacing: 1em;*/
    margin: 0 0 20px 0;
}

#footer .footer-logo span{
    font-size: 1.6rem;
    display: block;
}

#footer .footer-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .footer-link ul{
    font-size: 0.9rem;
    margin: 0 2vw 0 0;
}

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

#footer .footer-link a{
     color:#fff;   
}

#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);
}

@media screen and (min-width:769px) {
#footer #page-top a:hover span::before,
#footer #page-top a:hover span::after{
     background:#fff;   
}
}

@media screen and (max-width:810px) {
    #footer .footer-info{
        width: 100%;
        text-align: center;
    }
    #footer .footer-logo{
        margin: 0;
    }
    
    #footer .footer-link{
        width:100%;
        display: block; 
    }

    #footer .footer-link ul{
        text-align: center;
        margin: 10px 0;
        line-height: 3;
    }
    
    #footer small{
         display: block;
        text-align: center;
    }
    
}


.sp_ttl{
display: none;   
}
@media screen and (max-width:991px) {
 
.sp_ttl{
display:inline;
}
#hd_logo{
display: none; 
}
}

.fa-space{
    padding-bottom: 7px;
}
@media screen and (max-width: 920px){
    
 .fa-space{
    padding-right: 10px;
    padding-bottom: 0;
}   
}


/* -------------------------------- 
　お知らせ
-------------------------------- */

/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.modaal-content-container h3 {
padding: 10px 20px;
font-size: 1.2rem;
text-align: center;
}

.modaal-content-container p {
font-size: .9rem;
    letter-spacing: 0.05em;
    text-align: center;
}


.info-button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.info-button::before,
.info-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.info-button,
.info-button::before,
.info-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.info-button {
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
.info-button:hover {
  background-color: #C95D29;
  color: #fff;
}

@media screen and (max-width: 420px){	
.info-button {
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
 .info-button {
  display: inline-block;
  width: 180px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}   
}


/* -------------------------------- 
　page cover
-------------------------------- */

.page-cover{
}

@media screen and (max-width: 920px){
.page-cover{
		margin-top: 2px;
}	
}

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


#cover_philosophy {
background-image: url(../img/philosophy/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
#cover_access {
background-image: url(../img/access/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
/*#cover_menu {
background-image: url(../img/menu/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}*/
#cover_shopping {
background-image: url(../img/menu/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
#cover_eat {
background-image: url(../img/menu/top-bg2.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
#cover_takeout {
background-image: url(../img/menu/top-bg3.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
#cover_media {
background-image: url(../img/media/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
#cover_topics {
background-image: url(../img/topics/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}
#cover_kyotoeki {
background-image: url(../img/kyotoeki/top-bg.jpg);
background-repeat: repeat;
padding: 150px 50px;
background-size:cover;
}

@media screen and (max-width: 920px){
#cover_philosophy,
#cover_menu,
#cover_shopping,
#cover_eat,
#cover_takeout,
#cover_access,
#cover_topics,
#cover_media,
#cover_kyotoeki{
background-position: top center;
    }		
}




.square_or {
background-color: rgba(223,126,74,0.70);
padding: 10px 10px;
margin: 0 auto;
width: 90%;
max-width: 270px;
font-size: 1rem;
line-height: 1.7;
}


.square_wh {
background-color: rgba(255,255,255,0.5);
padding: 20px 10px;
margin: 0 auto;
width: 90%;
max-width: 310px;
font-size: 1rem;
line-height: 1.7;
}

.cover_ttl {
text-align: center;
	font-size: 140%;
	color: #FFFFFF;
    margin-bottom: 0!important;
}

.cover_ttl span{
	font-size: 70%;
	color: #FFF;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 921px) {
/*svg リンク有効用*/
.svg-replacement{
	/*display: inline-block;*/
}

.svg-replacement object{
	pointer-events: none;
}
}

/* -------------------------------- 
　横幅指定
-------------------------------- */

.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1140 {
width: 100%;
max-width: 1140px;
margin:0px auto;
}


/* ---------- MARGIN ---------- */
.m_b0 {margin-bottom: 0px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b5em {margin-bottom: 5em !important;}
.m_b7em {margin-bottom: 7em !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t60 {margin-top: 60px !important;}
.m_lr10 {
margin-left: 25px !important;
margin-right: 25px !important;
}
.m_b30pc {margin-bottom: 30px !important;}


/* ---------- PADDING ---------- */
.p_20 {padding: 20px;}
.p_r5 {padding-right: 5px;}
.p_l5 {padding-left: 5px;}
.p_l10 {padding-left: 10px;}
.p_l70 {padding-left: 70px;}
.p_r70 {padding-right: 70px;}
.p_t60 {padding-top: 60px !important;} 
.p_b0 {padding-bottom: 0px !important;}
		 
@media screen and (max-width: 1199px){  
.p_l70 {padding-left: 20px;}
.p_r70 {padding-right: 20px;}
}

@media screen and (max-width: 414px){
.p_l70 {padding-left: 20px;}
.p_r70 {padding-right: 20px;}
.m_lr10 {
margin-left: 10px !important;
margin-right: 10px !important;
}
.m_b30pc {margin-bottom: 10px !important;}
}
@media screen and (max-width: 360px){

}


/* -------------------------------- 
　京都離宮の想い
-------------------------------- */

#kasou_set {
	padding-bottom: 6em;
}

#kasou_set h2 {
font-size: 144%;
margin-bottom: 20px;
font-weight: bold;
text-align: center;
line-height: 2;
}
#kasou_set h3 {
    font-size: 154%;
	font-weight: bold;
	text-align: center;
}
#kasou_set h4 {
font-size: 154%;
font-weight: bold;
margin-bottom: .7em;
margin-top: 1em;
line-height: 1.5;
}
#kasou_set p {
	font-size: 91%;
	line-height: 1.8;
	padding-bottom: 16px;
}

#kasou_set .message-do p {
font-size: 100%;
line-height: 2.5 !important;
padding-bottom: 16px;
word-break: break-all;
}

.box_2tbc{
padding: 20px;
text-align: center;
}


/*上下揃え*/
.absolute-parent {
  position: relative;
  width: 100%;
  max-height: 500px;
  height: 100%;
}
.absolute-middle-center {
  position: absolute;
  top: 50%;
/*  left: 50%;
  transform: translate(-50%, -50%);*/
left: 25%;
transform: translate(-20%, -50%);
}




@media screen and (max-width: 920px){
#kasou_set h4 {
    font-size: 134%;
	font-weight: bold;
	margin-bottom: .7em;
    margin-top: .1em;
}
#kasou_set p {
  font-size: 85%;
  line-height: 1.8;
  padding-bottom: 16px;
}
}

@media screen and (max-width: 767px){
   
/*上下揃え*/
.absolute-parent {
  position: relative;
  width: 100%;
  max-height: 500px;
  height: 100%;
}
.absolute-middle-center {
  position: static;
  top: 0%;
left: 0%;
transform: none;
}
    
    
#kasou_set {
	padding-bottom: 2em;
}
    
#kasou_set h2 {
font-size: 134%;
margin-bottom: 20px;
font-weight: bold;
text-align: left;
line-height: 1.7;
}
#kasou_set h3 {
    font-size: 144%;
	font-weight: bold;
	line-height: 1.7;
}
.kasou-ttl span {
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 30px;
    font-size: 74% !important;
    background-color: #FFF;
    color: #7E543E;
}
#kasou_set p {
  font-size: 100%;
  line-height: 1.8;
  padding-bottom: 16px;
  text-align: left!important;
}
}

@media screen and (max-width: 420px){
#kasou_set h3 {
    font-size: 144%;
	font-weight: bold;
	line-height: 1.7;
}
 #kasou_set p {
    font-size: 95%;
    line-height: 1.6;
    padding-bottom: 16px;
    text-align: left !important;
  }
}

/*  table（店舗情報）
----------------------------------*/

.shop-ttl {
  padding-bottom: .5em;
  border-bottom: 3px double #000;
    text-align: center;
  font-size: 1.3rem!important;
}

.shop-ttl2 {
  padding-bottom: .2em !important;
  border-bottom: 3px double #000;
    text-align: center;
  font-size: 1rem!important;
}

.shop-table {
}
.shop-table a {
    color: #C95D29;
    font-weight: 600;
}
.shop-table a:hover {
    color: #EB6220;
}

table.shop-table {
	width:100%;
	border-right:#CCCCCC solid 1px;
	border-collapse: collapse;
}
table.shop-table thead th {
	background:#888A8D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.shop-table thead th:last-child {
	border-right:#CCCCCC solid 1px;
}
table.shop-table tbody th {
	background:#F9F9F9;
	color:#231815;
	padding:20px 15px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
	border-left: #CCCCCC solid 1px;
}
table.shop-table tbody tr:first-child th {
		border-top: #CCCCCC solid 1px;
}
table.shop-table tbody tr:last-child th {
	border-bottom:#CCCCCC solid 1px;
}
table.shop-table tbody td {
	background:#FFF;
    padding:20px 15px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	vertical-align:top;
	text-align: left;
}

@media screen and (max-width: 920px) {
table.shop-table thead {
	display:none;
}
table.shop-table tbody th {
	display:block;
}
table.shop-table tbody td {
	border-top: none;
	display:block;

}
table.shop-table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.shop-table tbody td p {
	/*padding-left:9em;
	text-align: right;*/
}

}

@media screen and (max-width: 428px) {
table.shop-table tbody td p {
	/*padding-left:4.5em;*/
}
table.shop-table tbody td {
	/*padding:10px 10px;*/
}
}

/* media */

.media-table {
}

.media-table ul {
  list-style-type: square;
}

.media-table a {
    color: #C95D29;
    font-weight: 600;
}
.media-table a:hover {
    color: #EB6220;
}

table.media-table {
	width:100%;
	border-right:#CCCCCC solid 1px;
	border-collapse: collapse;
}
table.media-table thead th {
	background:#888A8D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.media-table thead th:last-child {
	border-right:#CCCCCC solid 1px;
}
table.media-table tbody th {
background: #333;
color: #fff;
	padding:20px 15px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
	border-left: #CCCCCC solid 1px;
}
table.media-table tbody tr:first-child th {
		border-top: #CCCCCC solid 1px;
}
table.media-table tbody tr:last-child th {
	border-bottom:#CCCCCC solid 1px;
}
table.media-table tbody td {
	background:#FFF;
padding: 20px 15px 20px 45px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	vertical-align:top;
	text-align: left;
}

@media screen and (max-width: 920px) {
table.media-table thead {
	display:none;
}
table.media-table tbody th {
	display:block;
}
table.media-table tbody td {
	border-top: none;
	display:block;

}
table.media-table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.media-table tbody td p {
	/*padding-left:9em;
	text-align: right;*/
}

}

@media screen and (max-width: 428px) {
table.media-table tbody td p {
	/*padding-left:4.5em;*/
}
table.media-table tbody td {
	/*padding:10px 10px;*/
}
}


/* Menu Section */

#menu-list {
	padding: 0 0 60px 0;
}

#menu-list h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
/*#menu-list .menu-section hr {
	margin: 0 auto;
    height: 10px;
}
.menu-section hr {
width: 10px;
text-align: center;
position: relative;
background: #C95D29;
margin: 0;
margin-bottom: 40px;
border: 0;
}*/


.menu-section ul{
padding-left: 16px;
  padding-top: 10px;
  border-top: 1px solid #c8c4c4;
  margin-top: 10px;
  border-bottom: 1px solid #c8c4c4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.menu-section li {
	list-style:disc;
    
}

#menu-list .menu-ttl {
	margin: 0 0px 20px;
}

#menu-list .menu-section {
	/*margin: 0 20px 20px;*/
}
#menu-list .menu-section-title {
	font-size: 20px;
	display: block;
	/*font-weight: 500;*/
	color: #000;
	margin: 20px 0 2.5em 0;
	text-align: center;
/*  padding: .5em .75em;*/
  border: 2px solid #fff;
  border-radius: 30px;
background-color: #ffffff70;
}
#menu-list .menu-item {
	margin: 10px 0 15px 0;
	font-size: 18px;
}
#menu-list .menu-item-name {
	/*font-weight: 600;*/
font-size: 17px;
color: #000;
border-bottom: 2px solid rgb(255, 255, 255);
padding-bottom: 4px;
}
#menu-list .menu-item-description {
	/*font-style: italic;*/
	font-size: 14px;
margin-top: 10px;
}
#menu-list .menu-item-price {
	float: right;
	/*font-weight: 600;*/
	color: #555;
	margin-top: -36px;
}

.menu-item img {
    padding: 10px;
	    background-color: #FFFFFF;
	    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.1);
}
.flam-wh {
    padding: 10px;
	    background-color: #FFFFFF;
	    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 920px) {


#menu-list .menu-section {
  margin: 0 5px 20px;
} 
    
#menu-list .menu-section-title {
  font-size: 20px;
  display: block;
  font-weight: 500;
  color: #000;
  margin: 10px 0 10px 0;
  text-align: center;
  padding: .5em .75em;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #ffffff70;
  line-height: 1.6;
}
    
 }

@media screen and (max-width: 320px) {
#menu-list .menu-section-title {
  font-size: 19px;
  display: block;
  font-weight: 500;
  color: #000;
  margin: 20px 0 10px 0;
  text-align: center;
  padding: .5em .75em;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #ffffff70;
}
#menu-list .menu-section {
  margin: 0 5px 20px;
}
#menu-list .menu-item-name {
font-size: 14px;
color: #000;
border-bottom: 2px solid rgb(255, 255, 255);
padding-bottom: 4px;
}
#menu-list .menu-item-price {
  float: right;
  color: #555;
  margin-top: -32px;
font-size: 14px;
}
    
}

.f_bold {
    font-weight: bold!important;
}
.f_s10 {font-size: 77% !important;}
.f_orange {
    color: #E05A00;
}
.f_red {
    color: #E00000;
}
.f_wt {
    color: #df3ba7;
    font-weight: bold;
}

.modaal-content-container a{
    color: #DA5413;
}

.modaal-content-container a:hover{
    color: #C95D29;
}

/*--------------------------------
post area
---------------------------------*/
.btn_modaal {
	display: inline-block;
	padding-top: 10px;
	padding-right: 62px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 0px;
	background-color: #fff;
	background-image: linear-gradient(0deg, #c95d29, #c95d29);
	background-size: contain;
	color: #fff!important;
	text-decoration: none;
	border-width: 0px;
	border-style: solid;
	border-color: #424242;
	border-radius: 0px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	-webkit-appearance: none;
	line-height: 1.6;
	position: relative;
	text-align: left;
}

a .btn_modaal{
    color: #fff!important;
  }
  
.btn_modaal:hover {
	opacity: 0.7;
}

.btn_modaal svg {
	width: 24px;
	height: auto;
	position: absolute;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	stroke: #fff;
	stroke-width: 2px;
	right: 8px;
}

.btn_modaal:hover svg {
	stroke: undefined;
}
.bb_line{
    border-bottom: 2px solid #ddd;
}

.btn_modaal:hover {
	opacity: 0.7;
}


.info-btn {
display: inline-block;
}

/* ボタンのスタイル */
.info-btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #fff;
  font-size: 14px;
  color: #424242;
  text-decoration: none;
  text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #424242;
}

/* アイコンのスタイル */
.btn-arrow-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #424242;
  border-right: 2px solid #424242;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}

/*----ナビ追加修正-----*/


@media screen and (min-width:992px) {
.pc-only{ 
}
.sp-mn{
}
}

@media screen and (max-width:991px) {
.pc-only{
}
.sp-mn{
   opacity: 1;
}
}

/*gridのgutter調整　　row　に＋追加する*/

.row-0{
    margin-left:0px;
    margin-right:0px;
     }
.row-0 div{
        padding-right:0px;
        padding-left:0px;
    }

.menu-guidance{
    padding: 18px;
    border: 2px solid #eee;
    background-color: #fff;
    text-align: center!important;
}
.menu-guidance p{
    padding-bottom: 0px!important;
    margin-bottom: 12px;
}

.menu-guidance h3{
font-size: 114%!important;
font-weight: bold;
border-bottom: 1px solid #c8c4c4;
}


/**/
.btn_or{
	display: inline-block;
	padding-top: 10px;
	padding-right: 36px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 0px;
	background-color: #fff;
	background-image: linear-gradient(0deg, #c95d29, #c95d29);
	background-size: contain;
	color: #fff!important;
	text-decoration: none;
	border-width: 0px;
	border-style: solid;
	border-color: #424242;
	border-radius: 0px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	-webkit-appearance: none;
	line-height: 1.6;
	position: relative;
	text-align: center;
}

a .btn_or{
    color: #fff!important;
  }
  
.btn_or:hover {
	opacity: 0.7;
}

@media screen and (max-width:420px) {
.btn_or{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}  
}


.top_catbtn {
  position: relative;
  border: 1px solid #555;
  padding: 18px 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all .2s linear;
  font-size: 0.9rem;
  margin-right: 10px;
  height: 90%;
}
.top_catbtn:hover {
  background-color: #D56113;
  color: #fff;
  border: 1px solid #fff;
}
.img-ecbn {
width: 100%;
max-width: 300px;
margin:0px auto;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.img-ecbn:hover {
opacity: 0.7; 
}

.btn-area{
    text-align: center!important;
}
.btn-area span{
    text-align: center!important;
    font-size: 140%;
    font-weight: bold!important;
}
.flm_red {
  background-color: #fff;
  padding: 7px 15px 12px 15px;
  border: 1px solid #d41919;
  margin-bottom: 1.5em;
  font-size: 90%;
}
.flm_red h3 {
  font-size: 114%!important;
  text-align: left!important;
    margin-bottom: 0px!important;
}

.flm_red f_s10 {
  line-height: 1.5!important;
    
}
.flm_red p {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
  margin-top: 10px;
    
}


/* -------------------------------- 
　京都駅店
-------------------------------- */

#info-kyotoeki{
    background: #C95D29;
    padding: 5em 0;
    text-align: center;
}
#info-kyotoeki a{
    color: #fff;
}

#info-kyotoeki img{
  transition:0.3s;
  display:block;
  width:100%;
}
#info-kyotoeki:hover img{
  opacity:0.8;
}

.image_link img{
  display:block;
  width:100%;
}

.flm_000 span {
  background-color: #F2F2F2;
  padding: 7px 15px 7px 15px;
  border: 1px solid #767676;
  margin-bottom: 1.5em;
  font-size: 90%;
}
