html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

* {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'MS Mincho', "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
    line-height: 1.8;
    color: #1d1d1d;
}

a {
    background-color: transparent; /* Remove the gray background on active links in IE 10 */
	text-decoration: none;
	color: inherit;
}
  
a:active, a:hover {
    outline-width: 0; /* Remove the outline when hovering in all browsers */
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* top */
#top {
    width: 100%;
    height: 100vh;
    position: relative;
}

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
  
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: zoomUp 10s linear 0s 1 normal both;  
  }

.slide-img img{
    display: block;
    width: 100%;
    height: 100vh;
  }

.top_inner {
    width: 90%;
    height: 600px;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.tel_box {
    width: 240px;
    height: 70px;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    margin-top: 2em;
    background: -moz-linear-gradient(left,rgba(255, 0, 0, 0.1),#6a3906 33%,rgba(255, 0, 0, 0.1)); 
    background: -webkit-linear-gradient(left,rgba(255, 0, 0, 0.1),#6a3906 33%,rgba(255, 0, 0, 0.1)); 
    background: linear-gradient(to right,rgba(255, 0, 0, 0.1),#6a3906 33%,rgba(255, 0, 0, 0.1));
}

.top_tel {
    font-size: 2em;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.logo_top {
    width: 228px;
}

.nav_top {
    width: 300px;
    position: absolute;
    top: 50%;
}

.nav_top ul {
    display:flex;
    justify-content: space-around;
    align-items: flex-start;
}

.nav_top ul li {
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
}

.nav_li1 {
    width: 22px;
}

.nav_li2 {
    width: 20px;
}

.nav_li3 {
    width: 16px;;
}

.nav_top a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav_top a::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.nav_top a:hover::after {
  top: -10px;
  opacity: 1;
  visibility: visible;
}

.top_title {
    width: 82px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
    position: absolute;
    right: 0;
}

/* goaisatu */
.inner {
    width: 1000px;
    margin: 0 auto;
}

.top_box {
    margin-top: 5em;
    position: relative;
    padding: 2em 3em;
    border-top: solid 1px #D1D1D1;
    border-bottom: solid 1px #D1D1D1;
}

.top_box:before,
.top_box:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #D1D1D1;
}

.top_box:before {
    left: 10px;
}

.top_box:after {
    right: 10px;
}

.top_box p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.white_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aisatu {
    width: 146px;
}

.aisatu_text {
    width: 540px;
    padding: 5em 0;
}

/* break1 */
.break1 {
    width: 100%;
    height: 300px;
    background: url("images/food_img1.jpg") center center / cover no-repeat;   
}

/* white_box2 */
.white_box2 {
    position: relative;
    max-width: 1200px;
    margin: 5em auto 0 auto;
}
.right {
    width: 55%;
    max-width: 694px;
}

.midashi2 {
    width: 128px;
    position: absolute;
    top: 2em;
    right: 20%;
}

.sendo_text {
    width: 900px;
    margin: 4em auto 5em auto;
}

/* black_box */
.black_box {
    padding: 5em 0; 
    background: -moz-linear-gradient(top left, #252320, #080503); 
    background: -webkit-linear-gradient(top left, #252320, #080503); 
    background: linear-gradient(to bottom right, #252320, #080503);
}

.black_img {
    width: 525px;
    height: 290px;
}

.black_left img:first-child {
    margin-bottom: 3em;
}

.black_inner {
    display: flex;
}

.black_left {
    width: 525px;
}

.black_right {
    width: 470px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}

.midashi3 {
    width: 76px;
    margin: 2em;
}

.black_text {
    writing-mode: vertical-rl;
    color: #fff;
    width: 150px;
    height: 470px;
    padding: 6em 2em 2em;
}

/* corce */
.corce {
    background-image: url("images/corce.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 600px;
    padding-top: 100px;
}

.corce_box {
    width: 436px;
    height: 404px;
    padding: 3em;
    background: -moz-linear-gradient(top, rgba(255,255,255, 1),
    rgba(255,255,255, 0.9) 30%,
    rgba(255,255,255, 0.1));
    background: -webkit-linear-gradient(rgba(255,255,255, 1),
    rgba(255,255,255, 0.9) 30%,
    rgba(255,255,255, 0.1));
    background: linear-gradient(to bottom, rgba(255,255,255, 1),
    rgba(255,255,255, 0.9) 30%,
    rgba(255,255,255, 0.1));
}

.corce_box h3 {
    font-size: 2em;
}

.corce_title {
    font-size: 0.8em;
}

.corce_text {
    margin-top: 2em;
    line-height: 2em;
}

.corce_box ul {
    writing-mode: vertical-rl;
    padding: 1em;
}

/* syun */
.shun {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 2em;
}

.left2 {
    width: 480px;
    position: absolute;
    left: -10em;
    top: -3em;
}

.right2 {
    width: 640px;
    position: absolute;
    right: -8em;
    top: 0;
}

.midashi4 {
    width: 298px;
    margin-left: auto;
}

.img_right {
    text-align: right;
}

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

.midashi5 {
    width: 75px;
    margin-top: 2em;
}

.space_left h2 {
   text-align: center;
}

.space_left {
    width: 50%;
}

.space_left p {
    padding-top: 4em; 
}

.space_right {
    width: 44%;
}

.space_right img {
    width: 100%;
}


/* menu */

  .accordion-wrap{
      border-bottom: 1px solid #000;
      width: 96%;
      margin: 0 auto;
      padding: 1em 0;
  }
  
  .accordion-item {
    cursor: pointer;
    margin-top: 2em;
  }
  
  .accordion-header {
    transition: ease-in-out 300ms;
    text-align: center;
    font-size: 1.2em;
  }
  
  .accordion-text{
    width: 100%;
    display: none;
    padding-top: 1em;
    padding-bottom: 2em;
   }
  
   .fa{
      transition: ease-in-out 300ms;
   }
  
   .rotate-fa{
      transform: rotate(180deg);
   }
  
   .accordion-header .fa{
      float: right;
      line-height: 35px;
   }
  
   .accordion-gold{
      color: #af9849;
   }
  
   .accordion-no-bar{
      border-bottom: 0;
  }

  .ac-container {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
  }

  .center {
      text-align: center;
  }

 .ac-container table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 290px;
	 	margin-bottom: 1em;
 }

 .ac-container table th {
    border-bottom: solid 2px #000;
  } 

  .ac-container table tr {
    border-bottom: solid 1px #000;
    height: 2.5em;
    vertical-align: bottom;
  }

  .td_right {
      text-align: right;
  }

  .bottom {
      margin-bottom: 4em;
  }

/* break2 */
.break2 {
    width: 100%;
    height: 300px;
    background: url("images/tenpo_img1.jpg") center center / cover no-repeat;   
}

/* store_info */
.store_info {
    background-image: url("images/back_img1.jpg");
    background-size: cover;
    padding: 4em 0;
}

.store_info .inner {
    text-align: center;
}

.tenpo {
    width: 98px;
    margin-bottom: 2em;
}

.logo2 {
    width: 137px;
    margin-bottom: 2em;
}

.tenpo_tel {
    color: #b18147;
    font-size: 1.5em;
}

.store_info table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 600px;
    margin: 0 auto;
}

.store_info table tr {
    border-bottom: solid 1px #000;
    height: 3em;
}

.store_info table th {
    width: 250px;
}

.store_info table th, .store_info table td {
    text-align: left;
    padding: 10px;
}

.map {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
}
    
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.white_box3 {
    padding: 4em 0;
    background-image: url("images/back_img1.jpg");
    background-size: cover;
}

.white_box3 .inner {
    position: relative;
}

.tenpo_text {
    width: 580px;
    padding: 2em;
    margin-top: 12em;
    position: absolute;
    right: 0;
    top: 0;
    background:rgba(255,255,255,0.8);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.tenpo_img2 {
    width: 500px;
}

.tenpo_img {
    width: 300px;
}

.tenpo_container {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

footer {
    width: 100%;
    background: -moz-linear-gradient(top left, #252320, #1a1308); 
    background: -webkit-linear-gradient(top left, #252320, #1a1308); 
    background: linear-gradient(to bottom right, #252320, #1a1308);
    text-align: center;
    color: #FFF;
    padding-top: 1.5em;
}

.footer_tel {
    font-size: 1.5em;
    line-height: 2em;
}

.copyright {
    line-height: 3em;
	font-size: 0.8em;
}

.logo3 {
    width: 136px;
}

/* topbotton */
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
  
#pageTop i {
    padding-top: 6px
}
  
#pageTop a {
    display: block;
    z-index: 999;
    padding: 2px;
    border-radius: 5px;
    width: 50px;
    height: 60px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
  
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 99;
}

#wrapper nav ul li {
    display:block;
    padding: 20px 28px;
}

#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd;
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
}


#wrapper .btn-gnavi.open span {
    background: #fff;
}

#wrapper .btn-gnavi.open span {
    width: 24px;
}

#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}

#wrapper .contents section:nth-child(odd) p {
    left: 10%;
}

#wrapper .contents section:nth-child(even) p {
    right: 10%;
}

#wrapper {
	display: none !important;
}

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

    body {
        width: 100%;
        font-size: 14px;
    }

    .top_inner {
        width: 90%;
        height: 100vh;
    }

    .slide-img {
        position: relative;
        width: auto;
        height: 100vh;
    }

    .slide-img img{
        position: absolute;
        width: auto;
        height: 100vh;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .top_title {
        bottom: 25%;
		right: 5%;
    }

    .inner {
        width: 96%;
    }
    
    .white_box1 {
        flex-direction: column;
        justify-content: flex-start;
        padding: 3em 0;
    }

    .aisatu_text {
        width: 90%;
        padding: 1em 0 0;
    }

    .break1, .break2 {
        width: 100%;
        height: 0;
        padding-top: calc(300 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    }

    .midashi2 {
        width: 96px;
        top: 0;
        right: 10%;
    }

    .sendo_text {
        width: 96%;
    }

    .black_img {
        width: 100%;
        height: auto;
    }
    
    .black_inner {
        display: flex;
    }
    
    .black_left {
        width: 60%;
    }
    
    .black_right {
        width: 40%;
    }
    
    .black_text {
        writing-mode: vertical-rl;
        color: #fff;
        width: 100px;
    }
    
    .midashi4 {
        width: 260px;
        margin-left: auto;
    }
    
    .img_right {
        text-align: right;
    }

    .shun {
        position: relative;
        width: 100%;
        height: 350px;
        margin-top: 2em;
    }
    
    .left2 {
        width: 350px;
        position: absolute;
        left: -9em;
        top: -4em;
    }
    
    .right2 {
        width: 470px;
        position: absolute;
        right: -2%;
        top: 0;
    }
    
    .space {
        display: flex;
        justify-content: space-between;
    }
    
    .midashi5 {
        width: 70px;
        margin-top: 1em;
    }
    
    .space_left h2 {
       text-align: center;
    }
    
    .space_left {
        width: 48%;
    }
    
    .space_left p {
        padding-top: 4em; 
    }
    
    .space_right {
        width: 48%;
    }

    .ac-container {
        display: flex;
        flex-wrap:wrap;
        justify-content: space-around;
      }

    .tenpo_img {
        width: 33.3%;
        height: 33.3%;
    }

}



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

    .logo_top {
        width: 136px;
    }

    .tel_box {
        width: 220px;
        height: 60px;
        position: absolute;
        bottom: 10%;
    }

    .top_box {
        margin-top: 3em;
    }

    .white_box1 {
        flex-direction: column;
        justify-content: flex-start;
        padding: 3em 0;
    }

    .aisatu {
        width: 108px;
    }

    .midashi2 {
        width: 83px;
        top: 0;
        right: 10%;
    }

    .sendo_text {
        width: 92%;
        margin: 7em auto 3em auto;
    }

    .black_img {
        width: 90%;
        height: auto;
    }

    .black_inner {
        display: flex;
        flex-direction: column;
    }

    .black_left {
        width: 100%;
        text-align: center;
    }

    .black_right {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .midashi3 {
        width: 52px;
    }

    .black_text {
        writing-mode: horizontal-tb;
        width: 90%;
        height: auto;
        padding: 0;
    }

    .black_box {
        padding: 3em 0;
    }

    .black_left img:first-child {
        margin-bottom: 1em;
    }
    
    .corce {
        height: auto;
        padding-top: 80px;
    }

    .corce_box {
        width: 90%;
        height: auto;
        padding: 5%;
    }

    .corce_box h3 {
        font-size: 1.5em;
    }

    .corce_text {
        margin-top: 1em;
        line-height: 2em;
    }

    .white_box2 {
        margin-top: 3em;
    }

    .midashi4 {
        width: 208px;
        margin-right: 3%;
    }

    .shun {
        position: relative;
        width: 100%;
        height: 150px;
        margin-top: 2em;
    }
    
    .left2 {
        width: 40%;
        position: absolute;
        left: -2em;
        top: -3em;
    }
    
    .right2 {
        width: 220px;
        position: absolute;
        right: -2%;
        top: 0;
    }

    .space {
        flex-direction: column;
        align-items: center;
    }

    .midashi5 {
        width: 50px;
        margin-top: 3em;
    }

    .space_left {
        width: 90%;
    }
    
    .space_left p {
        padding: 2em 0; 
    }
    
    .space_right {
        width: 90%;
    }
    
    .bottom {
        margin-bottom: 2.5em;
    }

    .accordion-wrap {
        padding: 0.5em 0;
        width: 90%;
    }

    .ac-container {
        flex-direction: column;
        align-items: center;
    }

    .store_info {
        padding: 3em 0;
    }

    .store_info table {
        width: 90%;
        margin: 1em auto;
    }
    
    .store_info table tr {
        border-bottom: solid 1px #000;
        height: 3em;
    }

    .store_info table th {
        width: 100%;
        margin-top: 0.5em;
        font-size: 15px;
    }

    .store_info table td {
        margin-bottom: 0.5em;
    }
    
    .store_info table th, .store_info table td {
        display: block;
        text-align: center;
        padding: 0;
    }

    .tenpo {
        width: 94px;
        margin-bottom: 1em;
    }
    
    .logo2 {
        width: 104px;
        margin-bottom: 1em;
    }

    .tenpo_text {
        width: 90%;
        padding: 1em;
        margin-top: 0;
        position: inherit;
        background:rgba(255,255,255,0.7);
    }
    
    .tenpo_img2 {
        width: 100%;
    }
    
    .tenpo_img {
        width: 33.3%;
        height: 33.3%;
    }
    
    .tenpo_container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 1em;
    }

    .logo3 {
        width: 98px;
    }
	
	.nav_top {
		display: none;
	}
	
	#wrapper {
		display: block !important;
    }
    
    #pageTop i {
        padding-top: 6px
    }
      
    #pageTop a {
        display: block;
        z-index: 999;
        padding: 2px;
        border-radius: 5px;
        width: 40px;
        height: 50px;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }


}