@charset "UTF-8";

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body{
  background:#322012 no-repeat; 
font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

header {
	width: 1000px;
    margin: 0 auto;
}

header img{
	left: 0;
	padding-top: 25px;
}

header h1{
	width: 210px;
	height: 118px;
	position: absolute;
	z-index: 999;
}

#main .slider {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 55.7%;
}

#main .slider li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2500px;
  min-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

#main .slider .slide_01 {
	background: url(../img/slide_01.jpg) no-repeat top center;
	background-size: cover;
}

#main .slider .slide_02 {
	background: url(../img/slide_02.jpg) no-repeat top center;
	background-size: cover;
}

#main .slider .slide_03 {
	background: url(../img/slide_03.jpg) no-repeat top center;
	background-size: cover;
}

#main .slider .slide_04 {
	background: url(../img/slide_04.jpg) no-repeat top center;
	background-size: cover;
}

#main .slider .slide_05 {
	background: url(../img/slide_05.jpg) no-repeat top center;
	background-size: cover;
}

#main .slider .slide_06 {
	background: url(../img/slide_06.jpg) no-repeat top center;
	background-size: cover;
}

#main .bx-wrapper {
	position: relative;
}

#main .bx-pager{
	display: flex;
	justify-content: center;
	width: 480px;
}

#main .bx-wrapper .bx-controls{
	display: flex;
	justify-content: center;
	position: relative;
	top: -60px;
	z-index: 60;
}

#main .bx-pager .bx-pager-item:not(:last-child) {
	margin-right: 20px;
}


#main .bx-pager .bx-pager-item a{
	text-indent: -9999px;
	display: block;
	background-color: #656360;
	width: 80px;
	height: 1px;
	text-decoration: none;
    position: relative;
}
#main .bx-pager .bx-pager-item a:after{
    content: '';
    width: 0;
    height: 1px;
    background-color: #a0968e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#main .bx-pager .bx-pager-item a.on{
    background-color: #a0968e;
}

#main .bx-pager .bx-pager-item .active:after{
    -webkit-animation: indicator 5s linear backwards;
    animation: indicator 5s linear backwards;
}
@-webkit-keyframes indicator {
    0% { width: 0; }
    100% { width: 80px; }
}
@keyframes indicator { 
    0% { width: 0; }
    100% { width: 80px; } 
}

body h2 {
	text-align: center;
	padding-top: 100px;
	margin-bottom: 135px;
	font-size: 36px;
	line-height: 1;
}
body h2:after {
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	background-color: #fff;
	margin: 20px auto 0;
}

.copy{
  text-align: center;
  margin: 40px 0 0;
  font-size: 14px;
  color: #ebb589;
  padding: 0 0 20px;
}

#info{
	background-image: url("../img/info.jpg");
	background-size: auto;
	background-size: cover;
	width: 100%;
	height: 1113px;
}

#info .center{
	display: flex;
	justify-content: center;
}

#info .center p{
	font-size: 20px;
}

#menu{
	background-image: url("../img/menu.jpg");
	background-size: auto;
	background-size: cover;
	width: 100%;
	height: 1396px;
}

#menu .colum{
	display: block;
	width: 1000px;
	margin: 0 auto;
}

#menu .menu_box{
	margin-bottom: 50px;
	padding: 0;
}

#menu .menu_box dl{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

#menu .menu_box dt{
	margin-right: auto;
}

#menu .menu_box dd{
	text-align: right;
}

#menu .menu01 {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

#menu .menu02 {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

#menu .image01 {
	background-image: none;
}
#menu .image02 {
	background-image: none;
}
#menu .colum p{
	line-height: 1;
}
#menu .colum p.menu_tit{
    font-weight: bold;
    margin-bottom: 20px;
	font-size: 20px;
}

#menu .menu_txt01{
	width: 440px;
	display: block;
	padding: 0;
}

#menu .menu_txt02{
	width: 440px;
	display: block;
	padding: 0;
}

#menu .txt{
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}

#access{
	background-color: #322012;
}

#access .map{
	padding: 0 15px;
	width: 100%;
}

#access .map iframe{
	width: 100%;
	height: 460px;
}

footer{
	height: 300px;
	background-color: #322012;
}
footer .footer_txt{
	display: block;
	margin: 0 auto;
	padding-top: 130px;
	width: 1000px;
}

footer .footer_txt .footer_box{
	display: flex;
	justify-content:space-between;
}


footer .footer_txt .txt1{
	margin-right: 80px;
    display: block;
}

footer .footer_txt .txt2{
	padding-top: 70px;
}

footer a {
  color: #ebb589;
  text-decoration: none;
}


footer .fhone a[href^="tel:"] {
	pointer-events: none;
}

.pc_only{
    display: inline;
    margin-right: 1em;
    margin-left: 1em;
}

.sp_only{
  display: none;
}


@media screen and (min-width:768px) and ( max-width:1024.99px) {
    /*　for iPad 　*/
 
body {
	font-size: 15px;
}

body h2 {
	padding-top: 50px;
	margin-bottom: 60px;
}
	
header{
	width: 100%;
	}

header img{
	padding-left: 15px;
	padding-top: 25px;
}

#main{
	height: 500px;
}
	
#main .slider {
  padding-top: 0;
}

#main .slider li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  min-width: auto;
  height: 100%;
  margin: 0 auto;
}

#main .slider li {
	background-position: center;
	background-size: cover;
}


#main .bx-wrapper{
	position: relative;
	height: 500px;
	padding-top: 0;
}
	
#main .slider {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 500px;
}
	
#main .bx-pager{
	width: auto;
}

#main .bx-pager .bx-pager-item a{
	text-indent: -9999px;
	display: block;
	background-color: #3f3c3a;
	width: 50px;
	height: 2px;
	text-decoration: none;
}

#main .bx-pager .bx-pager-item .active{
	text-indent: -9999px;
	display: block;
	background-color: #fff;
	width: 50px;
	height: 2px;
	text-decoration: none;
}

#info {
	height: 500px;
	background-position: center;
}

#menu{
	background-image: url("../img/menu.jpg");
	background-size: auto;
	background-size: cover;
	background-position: 25%;
	width: auto;
	height: auto;
}

#menu .colum{
	display: block;
	width: 760px;
	margin: 0 auto;
}

#menu .menu_box{
	margin-bottom: 50px;
	padding: 0;
}

#menu .menu_box dl{
	display: flex;
	justify-content: space-between;
}

#menu .menu_box dt{
	margin-right: auto;
}

#menu .menu_box dd{
	text-align: right;
}

#menu .menu01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

#menu .menu02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
#menu .image01 {
	background-image: none;
}
#menu .image02 {
	background-image: none;
}

#menu .colum p{
	line-height: 2;
}

#menu .menu_txt01{
	width: 370px;
	display: block;
	padding: 0;
}

#menu .menu_txt02{
	width: 370px;
	display: block;
	padding: 0;
}


#menu .txt{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#menu .colum p.menu_tit{
	font-size: 19px;
}
	
#access .map{
	padding: 0 15px;
	width: 100%;
}

#access .map iframe {
    height: 350px;
}

footer .footer_txt{
	padding-top: 80px;
	width: 100%;
}

footer .footer_txt .footer_box{
	display: flex;
	justify-content: space-between;
}
	
footer .footer_box{
	margin-left: 15px;
	margin-right: 15px;
	}
	

footer .footer_txt .txt1{
	margin-right: 15px;
}

footer .footer_txt .txt2{
	padding-top: 80px;
}
	
footer .footer_txt .txt2{
	padding-top: 60px;
}
    
footer .fhone a[href^="tel:"] {
	pointer-events: auto;
}

.pc_only{
    display: inline;
}
    
 .sp_only{
    display: none;
}

}
@media screen and (min-width:500px) and ( max-width:767.99px) {

body{
	font-size: 14px;
}
	
#main{
	height: 400px;
}
	
#main .slider {
  padding-top: 0;
}
	
#main .slider li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  min-width: auto;
  height: 100%;
  margin: 0 auto;
}

#main .slider li {
	background-position: center;
	background-size: cover;
}

	
#main .bx-wrapper{
	position: relative;
	height: 400px;
	padding-top: 0;
}
	
#main .slider {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 400px;
}
	
#main .bx-pager{
	width: auto;
}

#main .bx-pager .bx-pager-item a{
	text-indent: -9999px;
	display: block;
	background-color: #3f3c3a;
	width: 40px;
	height: 2px;
	text-decoration: none;
}

#main .bx-pager .bx-pager-item .active{
	text-indent: -9999px;
	display: block;
	background-color: #fff;
	width: 40px;
	height: 2px;
	text-decoration: none;
}

header{
	width: 100%;
}

header .logo{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

header img{
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 25px;
}

body h2 {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 1;
}

#info {
	height: 400px;
	background-position: center;
}

#info .center p{
	font-size: 16px;
}
#menu{
	background-image: none;
	height: auto;
	width: auto;
}

#menu .colum{
	display: block;
	height: auto;
	width: auto;
}

#menu .menu01 {
	width: auto;
	display: block;
	padding: 0;
}

#menu .menu02 {
	width: auto;
	display: flex;
	padding: 0;
    flex-direction: column-reverse;
}

#menu .image01 {
	background-image: url(../img/menu.jpg);
    background-position: 20%;
	background-size: cover;
}
#menu .image02 {
	background-image: url(../img/sp_bg.jpg);
	background-position: 0px;
	background-size: 1000px;
}
	
#menu .menu_txt01{
	width: 480px;
	display: block;
	padding: 0;
	margin: 0 auto;
}

#menu .menu_txt02{
	width: 480px;
	display: block;
	padding: 0;
	margin: 0 auto;
}
	
#menu .menu_box{
	padding: 15px;
	margin: 0;
}
	
#menu .txt{
	padding: 20 15 15 20;
	text-align: center;
}

#menu .colum p.menu_tit{
	font-size: 18px;
}
#access .map iframe{
	width: 100%;
	height: 300px;
}
	
footer{
	font-family: 'Noto Serif JP', serif;
}
	
footer .footer_txt{
	padding-top: 30px;
	width: 100%;
}
	
footer .footer_txt .footer_box .fhone {
	text-align: center;
	font-size: 20px;	
    margin-bottom: 25px;
}
	
footer .footer_txt .txt1{
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
	
footer .footer_txt .footer_box{
	display: block;
}
footer .footer_box{
	margin-left: 15px;
	margin-right: 15px;
	}
	
    
footer .footer_txt .txt1 nobr{
    display: block;
}
	
footer .fhone a[href^="tel:"] {
	pointer-events: auto;
}
	
    
	
  .pc_only{
    display: none;
  }

  .sp_only{
    display: block;
  }
}

@media only screen and (max-width:499.99px) {
  
body{
	font-size: 14px;
}
	
#main{
	height: 400px;
}
	
#main .slider {
  padding-top: 0;
}
	
#main .slider li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  min-width: auto;
  height: 100%;
  margin: 0 auto;
}

#main .slider .slide_01 {
	background-position: center;
	background-size: cover;
}

#main .slider .slide_02 {
	background-position: center;
	background-size: cover;
}

#main .slider .slide_03 {
	background-position: center;
	background-size: cover;
}

#main .slider .slide_04 {
	background-position: center;
	background-size: cover;
}

#main .slider .slide_05 {
	background-position: center;
	background-size: cover;
}

#main .bx-wrapper{
	position: relative;
	height: 400px;
	padding-top: 0;
}
	
#main .slider {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 400px;
}
	
#main .bx-pager{
	width: auto;
}

#main .bx-pager .bx-pager-item a{
	text-indent: -9999px;
	display: block;
	background-color: #656360;
	width: 40px;
	height: 1px;
	text-decoration: none;
}

    #main .bx-pager .bx-pager-item .active:after{
        -webkit-animation: indicator 5s linear backwards;
        animation: indicator 5s linear backwards;
    }
    @-webkit-keyframes indicator {
        0% { width: 0; }
        100% { width: 40px; }
    }
    @keyframes indicator { 
        0% { width: 0; }
        100% { width: 40px; } 
    }

header{
	width: 100%;
}

header .logo{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

header img{
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 25px;
}

body h2 {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 1;
}

#info {
	height: 400px;
	background-position: center;
}

#info .center p{
	font-size: 16px;
}

#menu{
	background-image: none;
	background-position: 20%;
	height: auto;
	width: auto;
}

#menu .colum{
	display: block;
	height: auto;
	width: auto;
}
	
#menu .menu01 {
	width: auto;
	display: block;
	padding: 0;
}

#menu .menu02 {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}
	
#menu .image01 {
	background-image: url(../img/menu.jpg);
    background-position: 25%;
}
#menu .image02 {
	background-image: url(../img/sp_bg.jpg);
	background-position: -40px;
	background-size: 720px;
}
#menu .menu_txt01{
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
}

#menu .menu_txt02{
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
}

#menu .colum dt{
	padding-right: 1em;
}
	
#menu .menu_box{
	padding: 20px;
	margin: 0;
}

	#menu .txt{
	padding: 20 15 15 20;
	text-align: center;
}
#menu .colum p.menu_tit{
	font-size: 18px;
}
	
#access .map iframe{
	width: 100%;
	height: 300px;
}
	
footer{
	font-family: 'Noto Serif JP', serif;
}
	
footer .footer_txt{
	padding-top: 30px;
	width: 97%;
}
	
footer .footer_txt .footer_box .fhone {
	text-align: center;
	font-size: 20px;	
    margin-bottom: 25px;
}

footer .footer_txt .txt1{
	margin-right: 0;
}
	
footer .footer_txt .footer_box{
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
	
	
footer .footer_txt .txt1 {
	margin-bottom: 10px;
	width: 100%;
}
    
footer .footer_txt .txt1 nobr{
    display: none;
}
	
footer .fhone a[href^="tel:"] {
	pointer-events: auto;
}
    
    footer .footer_txt .txt2{
        padding-top: 40px;
    }
	

 .pc_only{
    display: none;
  }

  .sp_only{
    display: block;
  }
  
  .pre_open .title {
      padding: 30px 0 20px;
  }

  .pre_open{
  width: 90%;
  margin: 0 auto;
  }
  
  .pre_open .logo{
    width: 200px;
  }
  
  
}
