@charset "UTF-8";
/* CSS Document */

body {
  background-color: #000;
  color: #134E78;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  body {
    background-color: #fff;
    color: #4a5556;
  }
}

.wrap-box {
  width: 100%;
  overflow-x: hidden;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
a {
  color: #fff;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

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

p {
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

b {
  font-weight: 400;
}

.display-none {
  display: none;
}

.margin-0 {
  margin: 0;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.padding-top-15 {
  padding-top: 15px;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.img_100,
.text_100 {
  width: 100%;
}

.img_60 {
  width: 80%;
}

.img_height_360 {
  height: 360px;
}

.img_height_300 {
  height: 300px;
}

.img_height_220 {
  height: 220px;
}

.img_height_130 {
  height: 130px;
}

.img_height_70 {
  height: 70px;
}

.img_height_60 {
  height: 60px;
}

.img_height_50 {
  height: 50px;
}

.img_height_40 {
  height: 40px;
}

.img_height_32 {
  height: 32px;
}

.img_height_30 {
  height: 30px;
}

.img_height_26 {
  height: 26px;
}

.img_height_20 {
  height: 20px;
}

.img_height_18 {
  height: 18px;
}

.img_height_16 {
  height: 16px;
}

.o-hidden {
  overflow: hidden;
}

.m-t-100px {
  margin-top: 100px;
}

.m-t-50px {
  margin-top: 50px;
}

.toppage-header {
  position: relative;
}

.header-box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}

.header-box .logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}

.main-logo {
  /* position: fixed;
  right: auto !important;
  top: 20px !important;
  left: 15px;
  height: 35px !important;
  width: 80px;
  z-index: 21; */
}

@media (max-width: 767px) {
  .main-logo {
    /* top: 15px !important;
    left: 10px; */
  }
}

.main-logo img {
  display: block;
  height: 70px;
  width: auto;
}

.main-logo__img {
  width: 150px;
  height: 30px;
}

.sub-logo {
  margin-left: 30px;
}

.sub-logo img {
  width: auto;
  height: 30px;
}

header .nav-box {
  height: 100px;
  background-color: #f48932;
  /* width: 40%; */
  display: flex;
  align-items: center;
  padding: 0 50px;
  border-bottom-left-radius: 10px;
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 0;
}

header nav li a {
  color: #FFF;
  transition: .3s;
}

.nav-logo {
  /*float: left;*/
  left: 8px;
  height: 30px;
  /*padding: 26px 15px;*/
  padding: 0;
}

.navbar-brand {
  float: none;
  line-height: 30px;
}

.nav-logo__img {
  width: 150px;
  height: 30px;
}

#top-head.fixed .nav-logo__img.logo-white,
#top-head:hover .nav-logo__img.logo-white {
  display: none;
}

#top-head .nav-logo__img.logo-black {
  display: none;
}

#top-head.fixed .nav-logo__img.logo-black,
#top-head:hover .nav-logo__img.logo-black {
  display: block;
}

#top-head.other-head .nav-logo__img.logo-black {
  display: block;
}

/*.navbar-brand > .logo-white {
	display: block;
	}
.navbar-brand > .logo-black {
	display: none;
	}
.fixed .navbar-brand > .logo-white {
	display: none;
	}
.fixed .navbar-brand > .logo-black {
	display: block;
	}*/
.navbar {
  min-height: 60px;
}

.navbar-color {
  /*background-color: #fff;
	border-bottom: 1px solid #dedede;*/
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.navbar-color .navbar-nav>li>a {
  /*color: #292929;*/
  color: #fff;
  transition: 0.5s linear 0.1s;
}

/*.navbar-color .navbar-nav > li > a:hover {
    color: #fff;
		background-color: #a71d31;
}*/
.nav-table {
  display: table;
  float: right;
  width: 700px;
  margin-top: 30px;
}

.nav-table>li {
  display: table-cell;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .navbar-nav>li {
    margin-left: 30px;
  }
}

/*.navbar-fixed-top {
	position: relative;
	}*/
/*.top-nav-collapse {
    padding: 0;
    border: none;
    background-color: #3f0d12;
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
		box-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 5px;
		display: block;
}
.navbar-color.top-nav-collapse .navbar-nav > li > a {
		color:#fff;
		font-family : YuMincho, '游明朝', serif;
		transition: 0.5s linear 0.1s;
}
.navbar-color.top-nav-collapse .navbar-nav > li > a:hover {
		color:#fff;
}*/

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding: 0;
  }
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  height: 80px;
  margin: 100px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
}

#top-head a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
}

/*#top-head li a::after {
	content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #c9b27c;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#top-head a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}*/
#top-head .inner {
  position: relative;
}

/*#top-head .logo {
    float: left;
    font-size: 36px;
}*/

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0;
  height: 80px;
  /*background: rgba(0,0,0,0.8);
		border-bottom: 1px solid #c9b27c;*/
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  /*box-shadow: 0 0 15px rgba(201, 178, 124, 0.6);*/
}

/*#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}*/
#top-head.fixed ul li a {
  color: #e8e8e8;
}

/*---------------------------------------------------------------------*/
.owl-carousel {
  position: relative;
  height: auto;
}

@media (max-width: 767px) {
  .slide-owl-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .slide-owl-phone {
    display: none;
  }
}

#owl-example .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: table;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  #owl-example .item {
    min-height: 500px;
    height: 50vh;
  }
}

@media (max-width: 767px) {
  #owl-example .item {
    min-height: 300px;
    height: 50vh;
  }
}

#owl-example .item-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  /*background-color: rgba(51, 34, 28, 0.05);*/
}

@media (max-width: 991px) {
  #owl-example .item-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    /*background-color: rgba(51, 34, 28, 0.2);*/
  }
}

@media (max-width: 767px) {
  #owl-example .item-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
  }
}

#owl-example .item-box img {
  margin: 10px auto;
  width: 100%;
  max-width: 500px;
}

@media (max-width: 991px) {
  #owl-example .item-box img {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  #owl-example .item-box img {
    /*margin-top: -100px;*/
    height: 60%;
    width: 100%;
  }
}

.owl-controls {
  width: 100%;
  position: absolute;
  z-index: 999;
  /*top: 47%;*/
  bottom: 20px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  /*width: 30px;
    height: 30px;*/
  /* background-color: white; */
  transform-origin: center center;
  -webkit-transform-origin: top left;
  cursor: pointer;
}

.owl-prev,
.owl-next {
  position: absolute;
}

/*---------------------------------------------------------------------*/
.owl-prev {
  left: 1%;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.owl-prev::before,
.owl-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.owl-prev::before {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  transition: 0.3s linear 0.1s;
}

.owl-prev:hover::before {
  background-color: #ff723b;
}

.owl-prev::after {
  left: 22px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: 0.3s linear 0.1s;
}

/*.owl-prev:hover::after {
border-top: 3px solid #292929;
border-right: 3px solid #292929;
	}*/
/*---------------------------------------------------------------------*/
.owl-next {
  right: 3.5%;
  /*position: relative;*/
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.owl-next::before,
.owl-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.owl-next::before {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  transition: 0.3s linear 0.1s;
}

.owl-next:hover::before {
  background-color: #ff723b;
}

.owl-next::after {
  left: 14px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s linear 0.1s;
}

/*.owl-next:hover::after {
border-top: 3px solid #292929;
border-right: 3px solid #292929;
	}*/
/*---------------------------------------------------------------------*/

.owl-controls {
  display: none;
  position: relative;
  /*top: 250px;*/
  width: 280px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .owl-controls {
    display: none;
  }
}

.owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dot span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px 5px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  background: #c9b27c;
  transition: 0.3s linear 0.1s;
}

.owl-dot span:hover {
  background-color: #fff;
  opacity: 1;
}

.owl-dot.active span {
  background-color: #fff;
  opacity: 1;
}

/*---------------------------------------------------------------------*/
.top-image-01 {
  background-image: url(../images/miki/slideshow/01_2024.jpg);
}

.top-image-02 {
  background-image: url(../images/miki/slideshow/02_2024.jpg);
}

.top-image-03 {
  background-image: url(../images/miki/slideshow/03_2024.jpg);
}

.top-image-04 {
  background-image: url(../images/miki/slideshow/04_2024.jpg);
}

.box-text-p {
  width: 155px;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
  display: inline-block;
}

.page-scroll {
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
}

@media (max-width: 991px) {
  .page-scroll {
    display: none;
  }
}

.page-scroll:visited {
  color: #fff;
}

.page-scroll:hover {
  color: #fff;
}

.page-scroll:active {
  color: #fff;
}

.page-scroll:focus {
  color: #fff;
}

.page-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: #f59339;
}

.page-scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/*.page-scroll span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 45px rgba(201, 178, 124,0.5);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}*/
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*---------------------------------------------------------------------*/
.top-news {
  padding: 80px 0;
  background-color: #fff;
  /*background-image: url(../images/miki/006-subtle-light-patterns.jpg);*/
  /*border-bottom: 1px solid #d5bf86;*/
  display: none;
}

@media (max-width: 767px) {
  .top-news {
    padding: 20px 0 50px 0;
  }
}

.top-concept {
  /* padding: 80px 0; */
  /* background-color: rgb(255 255 255 / 85%); */
  /* background-image: url(../images/miki/006-subtle-light-patterns.jpg); */
  /* border-bottom: 1px solid #d5bf86; */
  background: rgb(250 248 246 / 80%);
}

@media (max-width: 767px) {
  .top-concept {
    padding: 20px 0 50px 0;
  }

  #gallery.top-concept {
    padding: 80px 0 50px 0;
  }
}

.top-news-h2 {
  margin-bottom: 38px;
  text-align: left;
}

@media (min-width: 768px) {
  .top-news-h2 img {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .top-news-h2 img {
    height: 32px;
  }
}

.top-news-img {
  height: 44px;
  vertical-align: middle;
}

.news-wrap-box {
  /* max-width: 600px; */
  margin: 0 auto;
  float: none;
  /* padding-right: 30px;
  padding-left: 30px; */
}

.news-wrap {
  /*border-top: 1px solid #4a5556;*/
  /*margin-bottom: 60px;*/
  /*width: 1080px;*/
  margin-left: auto;
  margin-right: auto;
}

.news-wrap-active {
  display: block;
}

.news-wrap-article {
  /*border-bottom: 1px solid #4a5556;*/
  display: table;
  width: 100%;
  /*font-family: "Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;*/
  font-size: 16px;
}

.news-wrap-article time {
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 18px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 26px;
  width: 85px;
  color: #4a5556;
  font-style: italic;
}

@media (max-width: 767px) {
  .news-wrap-article time {
    padding-left: 0;
    padding-right: 15px;
  }
}

.news-wrap-article p {
  display: table-cell;
  padding-top: 26px;
  padding-bottom: 24px;
}

.news-wrap-article p a {
  text-decoration: none;
  color: #4a5556;
}

.news-wrap-article p a:hover {
  text-decoration: underline;
}

/*.news-wrap-article p a:after {
	    content: "";
    display: inline-block;
    width: 41px;
    height: 20px;
    background: url("../images/news/new_icon.png") center center no-repeat;
    vertical-align: middle;
    margin-left: 10px;
		margin-top: -3px;

	}*/
.news-btn {
  text-align: center;
  width: 198px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.news-btn>a {
  display: inline-block;
  padding: 0.5em 4em;
  border: 1px solid #4a5556;
  color: #4a5556;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

.news-btn>a:hover {
  color: #fff;
  background-color: #000;
}

@media (max-width: 767px) {
  .news-btn {
    margin-top: 50px;
  }

  .news-btn>a {
    display: inline-block;
    padding: 0.5em 4em;
    border: 1px solid #4a5556;
    color: #4a5556;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    font-size: 13px;
  }

  .news-btn>a:hover {
    color: #4a5556;
    background-color: #fff;
  }
}

/*---------------------------------------------------------------------*/
.menu-banner-sec {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}

.menu-banner-box {
  height: 500px;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.menu-banner-text {
  width: 40%;
  float: right;
  padding-right: 50px;
  padding-top: 145px;
  color: #fff;
  font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/*---------------------------------------------------------------------*/
.top-kiwami {
  background-color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .kiwami-box-phone {
    display: none;
  }

  .top-k-background {
    position: relative;
    background-size: cover;
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/top-kiwami.jpg) no-repeat 55% 50% fixed;
    /*background-repeat: repeat;*/
    height: auto;
  }
}

@media (max-width: 767px) {
  .top-kiwami {
    background-color: #dcd9d4;
    background-image: -webkit-linear-gradient(top,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%),
      -webkit-radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0,
          0,
          0,
          0.5) 50%);
    background-image: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%),
      radial-gradient(at 50% 0%,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(0, 0, 0, 0.5) 50%);
    background-blend-mode: soft-light, screen;
    position: relative;
  }

  #second.top-kiwami {
    background: #222222;
    /*background-image: -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-blend-mode: normal,screen;*/
    position: relative;
  }

  .top-k-background {
    position: relative;
    background: none;
  }
}

.top-kiwami-box-wrap {
  display: table;
  height: auto;
  width: 100%;
  /*max-width: 800px;*/
  margin: 0 auto;
  /*background-color: rgba(0,0,0,0.1);*/
  padding: 100px 0;
}

@media (max-width: 767px) {
  .top-kiwami-box-wrap {
    display: table;
    height: auto;
    width: 100%;
    /*max-width: 100%;*/
    margin: 0 auto;
    /*background-color: #FFF;*/
    padding: 50px 15px;
    z-index: 10;
    position: relative;
  }
}

.top-kiwami-box {
  display: table-cell;
  vertical-align: middle;
}

.top-kiwami-title {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 3px;
  width: 100%;
  max-width: 800px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-kiwami-title {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    max-width: 800px;
  }
}

@media (max-width: 767px) {
  .top-kiwami-title {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    max-width: 800px;
  }
}

.top-kiwami-des-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-kiwami-des-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.marugen {
  position: absolute;
  top: 15%;
  left: 15%;
  z-index: 1;
}

.top-kiwami-des {
  margin-bottom: 30px;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .kiwami-des-white {
    display: none;
  }
}

@media (max-width: 767px) {
  .kiwami-des-black {
    display: none;
  }
}

.top-kiwami-text {
  font-size: 13px;
  position: relative;
  top: 47%;
  text-align: left;
  width: 100%;
  color: #fff;
  z-index: 5;
  line-height: 2;
  letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  .top-kiwami-text {
    font-size: 13px;
    position: relative;
    top: 47%;
    text-align: left;
    width: 100%;
    color: #3a3a3a;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    z-index: 5;
    line-height: 2;
  }

  #second .top-kiwami-text {
    font-size: 13px;
    position: relative;
    top: 47%;
    text-align: left;
    width: 100%;
    color: #e8e8e8;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    z-index: 5;
    line-height: 2;
  }
}

/*---------------------------------------------------------------------*/
.top-pro {
  position: relative;
  background-image: -webkit-linear-gradient(top,
      #ebebeb 0%,
      #dcdddf 48%,
      #c4c5c7 99%);
  background-image: linear-gradient(-180deg,
      #ebebeb 0%,
      #dcdddf 48%,
      #c4c5c7 99%);
  height: 700px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-pro {
    display: none;
  }
}

.top-pro-box-wrap {
  display: table;
  height: 700px;
  width: 560px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-pro-box-wrap {
    width: 50%;
    margin: 0;
    position: absolute;
    left: 30px;
  }
}

.top-pro-box {
  display: table-cell;
  vertical-align: middle;
}

.top-pro-title {
  position: relative;
  top: 20%;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  z-index: 5;
}

.top-pro-text {
  font-size: 13px;
  position: relative;
  top: 47%;
  text-align: left;
  width: 100%;
  color: #3a3a3a;
  z-index: 5;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.top-pro-master {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-pro-master {
    left: 35%;
  }
}

@media (max-width: 767px) {
  .top-pro-master {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
  }

  .top-pro-meat {
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 1;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .top-pro-meat {
    display: none;
  }
}

.top-pro-master img {
  height: 650px;
  width: auto;
}

@media (max-width: 767px) {
  .top-pro-master img {
    height: 500px;
    width: auto;
    opacity: 0.8;
  }

  .top-pro-meat img {
    height: 400px;
    width: auto;
    opacity: 0.8;
  }
}

/*---------------------------------------------------------------------*/
.top-staff {
  position: relative;
  background-color: #fff;
  height: 600px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-staff {
    position: relative;
    background-color: #fff;
    height: 400px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .top-staff {
    display: none;
  }
}

.top-staff-box-wrap {
  /*display: table;*/
  height: 500px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-staff-box-wrap {
    /*display: table;*/
    height: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.top-staff-box {
  /*display: table-cell;
    vertical-align: middle;*/
  position: relative;
  top: 20%;
  margin: 0 auto;
}

.top-staff-title {
  /*position: relative;
    top: 20%;*/
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  z-index: 5;
}

.top-staff-text {
  font-size: 15px;
  position: relative;
  top: 47%;
  text-align: center;
  width: 100%;
  color: #3a3a3a;
  z-index: 5;
  line-height: 2;
  margin: 0 auto;
  max-width: 1080px;
  /*letter-spacing: 0.1rem;*/
}

.top-staff-text img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-staff-text img {
    height: auto;
    width: 100%;
    padding: 0 30px;
  }
}

.top-staff-master {
  position: absolute !important;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.top-staff-master ul {
  margin: 0;
  height: 350px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-staff-master ul {
    margin: 0;
    height: 350px !important;
  }
}

.top-staff-master li {
  margin: 0 20px;
}

.top-staff-master img {
  height: 350px;
  /*width: 100%;*/
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-staff-master img {
    height: 350px;
    /*width: 100%;*/
  }
}

.staff-slide-sec {
  padding-bottom: 80px;
  padding-top: 73px;
  margin-top: -73px;
  background-color: #fff;
  border-top: 1px solid #d5bf86;
}

.staff-slide-sec #left_slide ul li {
  padding: 0 30px;
}

/*---------------------------------------------------------------------*/

.top-menu-select {
  background-image: url(../images/miki/2025/01.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .top-menu-select-div {
    /* margin-bottom: 50px;
    padding: 0; */
  }

  .top-menu-select-div-last {
    padding: 0;
  }
}

.top-menu-select-h2 {
  color: #f59339;
  line-height: 2;
  letter-spacing: 0.2rem;
  /* padding-bottom: 30px; */
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  margin: 0;
}

.top-menu-select-h2 span.en {
  color: #f59339;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 0;
}

.top-menu-select-h2 span.jp {
  color: #134E78;
  font-size: 16px;
  line-height: 1.6;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  .top-menu-select-h2 {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-menu-select-h2 img {
    height: 32px;
  }
}

.top-menu-in-select-h2 {
  color: #c9b27c;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .top-menu-in-select-h2 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .top-menu-in-select-h2 img {
    height: 32px;
  }
}

.top-menu-select {
  position: relative;
  background-color: #fdfcfb;
  overflow: hidden;
  padding: 100px 0;
}

.top-menu-select-black {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .top-menu-select-black {
    padding: 0;
    /*padding-top: 50px;*/
  }
}

.top-menu-select-des {
  font-size: 13px;
  text-align: left;
  padding: 0 10px;
  color: #3a3a3a;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  .top-menu-select-des {
    font-size: 13px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
}

.top-menu-select-div {
  /* padding-right: 7.5px;
  padding-left: 7.5px; */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-menu-select-div {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .top-menu-select-div {
    /* padding-right: 0;
    padding-left: 0; */
  }
}

.top-menu-select-col-top {
  /* padding-top: 0;
  padding-bottom: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  gap: 30px;
}

.top-menu-select-div-top {
  margin-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .top-menu-select-div-top {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-menu-select-div-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .top-menu-select-div-top {
    margin-bottom: 50px;
    padding: 0;
  }
}

.top-menu-select-col-top-img {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .top-menu-select-col-top-img {
    margin-bottom: 50px;
    padding: 0;
  }
}

.title_36 {
  height: 36px;
}

/*.hp-border-bottom {
	border-bottom: 1px solid #d5bf86;
	}*/
/*---------------------------------------------------------------------*/
.top-menu-select-figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #9e947d;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .top-menu-select-figure {
    border: none;
    box-shadow: none;
  }
}

.top-menu-select-col-top-img .top-menu-select-figure {
  height: 300px;
}

@media (max-width: 767px) {
  .top-menu-select-col-top-img .top-menu-select-figure {
    height: auto;
  }
}

.top-menu-select-figure *,
.top-menu-select-figure *:before,
.top-menu-select-figure *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.top-menu-select-figure img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  width: 100%;
}

.top-menu-select-figure figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 8px;
}

@media (min-width: 768px) {
  .fig-phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .fig-phone-none {
    display: none;
  }
}

.news-btn.fig-phone {
  margin-top: 30px;
}

.top-menu-select-figure figcaption:before,
.top-menu-select-figure figcaption:after {
  height: 1px;
  width: 600px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.top-menu-select-figure figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.top-menu-select-figure figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.top-menu-select-figure figcaption div:before,
.top-menu-select-figure figcaption div:after {
  width: 1px;
  height: 400px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.top-menu-select-figure figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.top-menu-select-figure figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.top-menu-select-figure h2,
.top-menu-select-figure h4 {
  margin: 0;
  text-transform: uppercase;
}

.top-menu-select-figure h2 {
  font-weight: 400;
}

.top-menu-select-figure h4 {
  display: block;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #333333;
  font-size: 14px;
}

.top-menu-select-figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .top-menu-select-figure:hover figcaption div {
    box-shadow: 0 0 45px rgba(255, 255, 255, 0.6);
  }

  .top-menu-select-figure:hover figcaption:before,
  .top-menu-select-figure.hover figcaption:before,
  .top-menu-select-figure:hover figcaption:after,
  .top-menu-select-figure.hover figcaption:after,
  .top-menu-select-figure:hover figcaption div:before,
  .top-menu-select-figure.hover figcaption div:before,
  .top-menu-select-figure:hover figcaption div:after,
  .top-menu-select-figure.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .top-menu-select-figure:hover figcaption:before,
  .top-menu-select-figure.hover figcaption:before,
  .top-menu-select-figure:hover figcaption:after,
  .top-menu-select-figure.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}

/*---------------------------------------------------------------------*/
.top-lunch-background {
  /*position: relative;*/
  background-size: cover;
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/top-lunch.jpg) no-repeat center top fixed;
  /*background-repeat: repeat;*/
  height: 700px;
}

/*---------------------------------------------------------------------*/
.cut-box {
  display: table;
  background-color: transparent;
  width: 100%;
  height: 40vh;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cut-box {
    display: table;
    background-color: transparent;
    width: 100%;
    height: 50vh;
  }
}

@media (max-width: 767px) {
  .cut-box {
    height: 300px;
  }
}

.cut-box-phone {
  display: table;
  background-color: transparent;
  width: 100%;
  height: 50vh;
}

@media (min-width: 768px) {
  .cut-box-phone {
    display: none;
  }
}

.top-cut-01 {
  background: url("../images/miki/slideshow/06_2024.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-cut-02 {
  background: url("../images/miki/slideshow/07_2024.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top-cut-03 {
  background: url("../images/miki/slideshow/08_2024.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 991px) {
  .top-cut-01 {
    background-attachment: scroll;
    background-image: url("../images/miki/slideshow/06_2024.jpg");
    background-repeat: no-repeat;
    background-position: top center;
  }

  .top-cut-02 {
    background-attachment: scroll;
    background-image: url("../images/miki/slideshow/07_2024.jpg");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .top-cut-03 {
    background-attachment: scroll;
    background-image: url("../images/miki/slideshow/08_2024.jpg");
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .top-cut-01 {
    background-attachment: scroll;
    background-image: url("../images/miki/slideshow/06_2024.jpg");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .top-cut-02 {
    background-attachment: scroll;
    background-image: url("../images/miki/slideshow/07_2024.jpg");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .top-cut-03 {
    background-attachment: scroll;
    background-image: url("../images/miki/slideshow/08_2024.jpg");
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.top-cut-box {
  max-width: 960px;
  margin: 0 auto;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  /*background-color: rgba(0,0,0,0.1);*/
}

.menu-box-cut-01 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu-box-cut-01 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_01.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .menu-box-cut-01 {
    background-attachment: scroll;
    background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.menu-box-cut-02 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-menu/lunch-menu_yakiniku-set.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu-box-cut-02 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-menu/lunch-menu_yakiniku-set.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .menu-box-cut-02 {
    background-attachment: scroll;
    background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-menu/lunch-menu_yakiniku-set.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.menu-box-cut-03 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-menu/lunch-menu_syabusyabu.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu-box-cut-03 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-menu/lunch-menu_syabusyabu.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .menu-box-cut-03 {
    background-attachment: scroll;
    background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-menu/lunch-menu_syabusyabu.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .phone-cut-01 {
    background-attachment: scroll;
    background-image: url(../images/miki/wa03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.cut-logo {
  width: 150px;
}

/*@media (max-width: 767px) {	
.cut-logo {
display:none;
}
}*/
/*---------------------------------------------------------------------*/
.top-oshinagaki-box {
  background-color: #f1f1eb;
  padding: 50px 0;
}

.top-oshinagaki-title {
  margin-bottom: 50px;
}

.top-oshinagaki-h2 {
  color: #9e8a59;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}

.top-oshinagaki-h2 span {
  font-size: 12px;
}

.top-oshinagaki-des {
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.2rem;
}

.top-oshinagaki-sec {
  padding: 0 20px;
}

.top-oshinagaki-h3 {
  color: #9e8a59;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #292929;
  letter-spacing: 0.2rem;
}

.top-oshinagaki-ul {
  list-style-type: none;
  padding-left: 0;
}

.top-oshinagaki-ul>li {
  color: #292929;
  line-height: 4;
  letter-spacing: 0.1rem;
  padding: 0 10px;
}

.top-oshinagaki-ul>li>b {
  float: right;
}

/*---------------------------------------------------------------------*/
.top-set-box {
  background-color: #f1f1eb;
  padding: 50px 0;
}

.top-set-title {
  margin-bottom: 50px;
}

.top-set-h2 {
  color: #9e8a59;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}

.top-set-h2 span {
  font-size: 12px;
}

.top-set-des-box {
  width: 100%;
}

.top-set-des {
  font-size: 13px;
  line-height: 1.8;
  color: #292929;
  letter-spacing: 0.2rem;
  text-align: left;
  display: inline-block;
}

.top-set-img-cut {
  margin-bottom: 50px;
}

.top-set-sec {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top-set-sec {
    margin-bottom: 20px;
  }
}

.top-set-h3 {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 767px) {
  .top-set-h3 {
    font-size: 16px;
    float: left;
    display: block;
    width: 100%;
  }
}

.top-set-h3 span {
  color: #ddd;
  font-size: 14px;
}

.top-set-p {
  color: #eee;
  font-size: 13px;
  line-height: 1.67;
}

@media (max-width: 767px) {
  .top-set-p {
    display: none;
  }
}

@media (min-width: 768px) {
  .top-set-p-phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-set-p-phone {
    color: #c58b4f;
    font-size: 12px;
    line-height: 1.67;
    display: inline-block;
    width: 100%;
  }
}

.top-set-ul {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  .top-set-ul {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    float: right;
  }
}

.top-set-ul>li {
  color: #eee;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  .top-set-ul>li {
    line-height: 1.7;
  }
}

.top-set-ul>li>b {
  margin-left: 10px;
  float: right;
}

.top-set-foot {
  font-size: 12px;
  line-height: 1.8;
  color: #ddd;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
  border: 1px solid #9e8a59;
  padding: 10px;
  width: 100%;
  /*box-shadow: 0 0 15px rgba(201, 178, 124, 0.6);*/
}

/*---------------------------------------------------------------------*/
.top-bentou-box {
  background-color: #f1f1eb;
  padding: 50px 0;
}

.top-bentou-title {
  margin-bottom: 50px;
}

.top-bentou-h2 {
  color: #9e8a59;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}

.top-bentou-h2 span {
  font-size: 12px;
}

.top-bentou-des-box {
  width: 100%;
}

.top-bentou-des {
  font-size: 13px;
  line-height: 1.8;
  color: #292929;
  letter-spacing: 0.2rem;
  text-align: left;
  display: inline-block;
}

.top-bentou-img-cut {
  margin-bottom: 50px;
}

.top-bentou-img-p {
  font-size: 20px;
  margin: 0;
  margin-top: 20px;
}

.top-bentou-sec {
  position: relative;
  margin-bottom: 50px;
  border-top: 1px solid #d8d8d8;
  padding-top: 50px;
}

.top-bentou-h3 {
  color: #292929;
  margin: 0;
  padding-bottom: 50px;
  letter-spacing: 0.2rem;
  text-align: center;
}

.top-bentou-ul {
  list-style-type: none;
  padding-left: 0;
}

.top-bentou-ul>li {
  color: #292929;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}

.top-bentou-ul>li>b {
  margin-left: 10px;
  float: right;
}

/*---------------------------------------------------------------------*/
.lunch-box-select-sec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
  /*background-image: url(../images/washi-bg_06.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .lunch-box-select-sec {
    padding: 30px 0;
  }
}

.lunch-box-rec-select-sec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .lunch-box-rec-select-sec {
    padding: 50px 0;
  }
}

.lunch-box-select-in-des {
  font-size: 13px;
  line-height: 2;
  color: #717171;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-sauce-box {
  background-color: #fff;
  padding: 80px 0;
}

.top-sauce-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top-sauce-title {
    margin-bottom: 20px;
  }
}

.top-sauce-h2 {
  color: #9e8a59;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}

.top-sauce-h2 span {
  font-size: 12px;
}

.top-sauce-des-box {
  width: 100%;
}

.top-sauce-des-box p {
  font-size: 13px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-sauce-des {
  font-size: 13px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
}

.top-sauce-figure {
  margin-bottom: 50px;
}

.top-sauce-figure img {
  height: 180px;
  margin: 30px;
}

.top-sauce-figcaption {
  color: #555;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-size: 16px;
}

.top-sauce-figcaption>b {
  color: #717171;
  font-size: 13px;
}

.top-sauce-foot {
  font-size: 12px;
  line-height: 1.8;
  color: #717171;
  letter-spacing: 0.2rem;
  text-align: left;
  display: inline-block;
  border: 1px solid #9e8a59;
  padding: 10px;
  /*box-shadow: 0 0 15px rgba(201, 178, 124, 0.6);*/
}

.lunch-box-set-h3 {
  color: #555;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 13px;
}

.lunch-box-set-ul {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.lunch-box-set-ul>li {
  font-size: 13px;
  color: #717171;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.lunch-box-set-ul>li>b {
  margin-left: 10px;
  float: right;
}

.lunch-box-text-1 {
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.lunch-box-text-1 .top-set-sec:last-child {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.lunch-box-text-2 .top-set-sec:last-child {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.lunch-box-text-2 {
  margin-top: 120px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .lunch-box-text-1 {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lunch-box-text-2 {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lunch-box-text-1 {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lunch-box-text-1 .top-set-sec {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .lunch-box-text-2 {
    clear: both;
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lunch-box-text-2 .top-set-sec {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
  }
}

/*.lunch-box-img-2 {
	margin-top: 40px;
}*/
.take-out-set .top-set-sec {
  position: relative;
  margin-bottom: 50px;
  overflow: visible;
}

.take-out-set .top-set-h3 {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: 16px;
}

.take-out-set .top-set-ul>li {
  font-size: 13px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
}

/*---------------------------------------------------------------------*/
footer {
  background-color: #d7d0c5;
}

address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.42857143;
}

.footer-h2 {
  display: none;
}

.footer-h3 {
  font-size: 13px;
  color: #9e8a59;
  padding-bottom: 6px;
  margin-bottom: 15px;
  /*border-bottom: 1px solid #292929;*/
  letter-spacing: 0.2rem;
}

.footer-h3 a {
  color: #9e8a59;
}

.footer-main-logo {
  margin: 0;
}

.footer-main-logo img {
  height: 70px;
}

.footer-menu {
  padding: 70px 0;
  background-color: #fdfcfb;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-image: url(../images/miki/04-polish-wood.png);

  display: none;
}

@media (max-width: 767px) {
  .footer-menu {
    background-color: #fdfcfb;
    /*border-top: 1px solid #c9b27c;*/
  }

  .footer-menu.pc-footer {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-menu.phone-footer {
    display: none;
  }
}

.pc-footer .footer-menu-ul {
  list-style-type: none;
  padding: 0;
}

.pc-footer .footer-menu-ul>li {
  line-height: 2.5;
  text-align: justify;
  letter-spacing: 0.1rem;
  font-size: 14px;
}

.pc-footer .footer-menu-ul>li:before {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin-right: 8px;
  width: 6px;
  height: 10px;
  content: "";
  vertical-align: middle;
  background: url("file:///Macintosh HD/Users/uetashinji/Documents/Dreamweaver/みき美容室クレシェント/images/yajirushi.svg") left center / auto 10px no-repeat;
}

.footer-menu-ul>li>a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-menu-ul>li>a:hover {
  color: #aaa;
}

.footer-shop-info-col {
  padding-top: 10px;
}

.footer-shop-info {
  color: #333;
}

@media (max-width: 767px) {
  .footer-shop-info {
    color: #fff;
    padding: 15px 5px;
    padding-top: 30px;
    /*border-top: 1px solid #222;*/
    text-align: center;
  }
}

.footer-shop-info p {
  line-height: 1.3;
  /*text-align: justify;*/
  letter-spacing: 0.1rem;
  font-size: 13px;
}

.footer-shop-info address p {
  font-size: 13px;
}

.ion-iphone:before {
  content: "\f1fa";
}

.info-tel a {
  color: #333;
  font-size: 30px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .info-tel a {
    color: #666;
  }
}

.info-tel a p {
  font-size: 30px;
  vertical-align: middle;
}

.info-tel a p i {
  font-size: 30px;
}

.info-tel p i,
.fb-mark i {
  margin-right: 10px;
}

.fb-mark {
  font-size: 18px;
  display: inline;
}

.footer-sitemap-col {
  padding-top: 0;
}

@media (max-width: 767px) {
  .footer-sitemap-col {
    padding: 0;
  }
}

.footer-copy-box {
  padding: 20px 0;
  background-color: #f59339;
  width: 100%;
  /*border-top: 1px solid #d5bf86;*/
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-copy-box {
    padding: 0;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    width: 100%;
    /*border-top: 1px solid #d5bf86;*/
    text-align: center;
  }
}

.copyright {
  color: #fff;
}

/*-----------------phone-footer↓-----------------*/
.phone-footer {
  padding: 0 10px;
}

.phone-footer .footer-shop-info p {
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #666;
}

.phone-footer .footer-menu-ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}

.phone-footer .footer-menu-ul>li {
  line-height: 2.5;
  letter-spacing: 0.1rem;
  /*border-bottom: 1px solid #c3c0b9;*/
  padding-left: 15px;
}

.phone-footer .footer-menu-ul>li:first-child {
  border-top: 1px solid #c3c0b9;
}

.phone-footer .footer-menu-ul>li>a {
  color: #333;
  display: block;
}

.phone-footer address {
  margin-top: 10px;
}

.phone-footer .footer-shop-info address p {
  font-size: 14px;
  color: #666;
}

.phone-footer .info-tel a p {
  font-size: 30px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .footer-copy-box {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f59339;
    width: 100%;
    line-height: 1;
    /*border-top: 1px solid #d5bf86;*/
    text-align: left;
  }
}

.phone-footer .nav-logo__img {
  width: 150px;
  height: 30px;
  margin-bottom: 10px;
}

.footer-copy-box .row>div>div {
  padding-left: 15px;
}

/*-----------------phone-footer↑-----------------*/
/*---------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 12.5px;
  right: 12.5px;
  z-index: 1;
  margin: 0;
}

.page-home {
  position: fixed;
  bottom: 15px;
  right: 65px;
  z-index: 9990;
  margin: 0;
}

#page-top img {
  height: 40px;
}

.page-home img {
  height: 40px;
}

#page-top a,
.page-home a {
  transition: all 0.5s;
}

#page-top a:link,
.page-home a:link,
#page-top a:visited,
.page-home a:visited,
#page-top a:active,
.page-home a:active {
  opacity: 1;
}

#page-top a:hover,
.page-home a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {

  #page-top a:link,
  .page-home a:link,
  #page-top a:visited,
  .page-home a:visited,
  #page-top a:hover,
  .page-home a:hover,
  #page-top a:active,
  .page-home a:active {
    opacity: 1;
  }
}

/*---------------------------------------------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.scaleDownIn {
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease,
    -moz-transform 1s ease, -o-transform 1s ease;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.scaleUpIn {
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease,
    -moz-transform 1s ease, -o-transform 1s ease;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/*---------------------------------------------------------------------*/
.header-other {
  margin-bottom: 73px;
}

.other-top {
  background-color: #000;
}

.other-top-background {
  background-size: cover;
  height: 100vh;
  /*height: 600px;*/
}

@media (max-width: 767px) {
  .other-top-background {
    height: 80vh;
    margin-top: 50px;
  }
}

.other-top-shop {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/shop/shop_03.jpg) no-repeat 70% 73%;
}

.other-top-lunch-box {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-box/lunch-box_00_01.jpg);
  background-repeat: no-repeat;
  background-position: center 50%;
}

.other-top-oshinagaki {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_top_2.jpg);
  background-repeat: no-repeat;
  background-position: center 50%;
}

.other-top-kodawari {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/kodawari/kodawari_top.jpg);
  background-repeat: no-repeat;
  background-position: center 50%;
}

.other-top-recruit {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/recruit/recruit_top.jpg);
  background-repeat: no-repeat;
  background-position: 30% 20%;
}

.other-top-kiwami {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/kiwami/kiwami_top.jpg);
  background-repeat: no-repeat;
  background-position: center 50%;
}

.other-top-box-wrap {
  display: table;
  height: 100%;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  /*background-color: rgba(0,0,0,0.1);*/
}

.other-top-box-wrap-shop {
  display: table;
  height: 100%;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.other-top-box {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}

/*@media (min-width: 768px) and (max-width: 1024px) {
.other-top-box {
		padding-left: 100px;
    padding-right: 100px;
}	
}*/
@media (max-width: 767px) {
  .other-top-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*.other-top-border {
	background-color: rgba(187, 178, 156, 0.7);
  padding: 30px 0;
	}*/
/*.other-top-des {
		position: relative;
		text-shadow: 0 3px 2px rgba(0, 0, 0, 1);
    text-align: center;
		z-index: 5;
		margin-bottom: 30px;
	}*/
.other-top-des {
  position: relative;
  text-shadow: 0 1px 5px rgba(156, 139, 97, 0.8);
  text-align: center;
  z-index: 5;
  margin-bottom: 30px;
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.8rem;
}

.other-top-kodawari .other-top-des {
  position: relative;
  text-shadow: 0 1px 5px rgba(156, 139, 97, 0.8);
  text-align: center;
  z-index: 5;
  margin-bottom: 30px;
  font-size: 200px;
  color: #fff;
  line-height: 200px;
  letter-spacing: 0.8rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .other-top-des {
    font-size: 50px;
    line-height: 50px;
    /*padding-left: 100px;
    padding-right: 100px;*/
  }
}

.other-top-des__img {
  height: 54px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .other-top-des__img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .other-top-des__img {
    width: 100%;
  }
}

.other-top-text {
  font-size: 13px;
  /*text-shadow: 0 1px 5px rgba(156, 139, 97, 0.8);*/
  position: relative;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 5;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .other-top-text {
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .other-top-text {
    font-size: 13px;
    text-align: left;
  }
}

/*---------------------------------------------------------------------*/
.about-cut-01 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_16.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-cut-02 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_17.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-select-sec-first {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 200px 0;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/kodawari/about_cut_01.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.about-select-sec-about-2 {
  position: relative;
  /*background-color: #000;*/
  overflow: hidden;
  padding: 100px 0;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/kodawari/yasai.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.about-master-sec {
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/kodawari/master.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 100%;
  width: 50%;
  height: auto;
  z-index: -10;
  /* background: url(image/sampleposter.jpg) no-repeat; */
  background-size: cover;
}

/*.about-sec-left {
    width: 50%;
    height: 85vh;
    float: right;
    position: relative;
    background-color: #f1f1eb; 
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    margin: 0 auto;
}*/
.about-sec-left-right {
  width: 50%;
  height: 85vh;
  float: left;
  position: relative;
  background-color: #f1f1eb;
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
  margin: 0 auto;
}

.about-sec-new-wrap {
  background-color: #f1f1eb;
  position: relative;
  z-index: 1;
}

.about-sec-new {
  width: 100%;
  height: 85vh;
  position: relative;
  /* background-color: rgba(0,0,0,0.2); */
}

.about-mask-window {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0,0.6); */
}

/*---------------------------------------------------------------------*/
.shop-sec {
  padding-bottom: 73px;
  /*margin-bottom: 73px;*/
  /*border-top: 1px solid #d5bf86;
    border-bottom: 1px solid #d5bf86;*/
  padding-top: 73px;
  /*margin-top: -73px;*/
  /*background-color: #f1f1eb;*/
  background-color: #fff;
}

.shop-sec_2 {
  padding-bottom: 73px;
  margin-bottom: 73px;
  /*border-bottom: 1px solid #d5bf86;*/
  /*padding-top: 73px;*/
  /*margin-top: -73px;*/
  /*background-color: #f1f1eb;*/
  background-color: #fff;
}

@media (max-width: 767px) {
  .shop-sec {
    padding: 0;
    margin: 40px 0;
  }

  .shop-sec_2 {
    padding-bottom: 0;
    margin-bottom: 93px;
  }
}

.shop-first-sec-text-box {
  padding-right: 50px;
}

.shop-second-sec-text-box {
  padding-left: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .shop-first-sec-text-box {
    padding-right: 15px;
  }

  .shop-second-sec-text-box {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .shop-first-sec-text-box {
    padding: 0 20px;
  }

  .shop-first-sec-text-box h2 {
    margin: 0;
  }

  .shop-second-sec-text-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .shop-second-sec-text-box-phone {
    display: none;
  }
}

.shop-second-sec-text-box-phone {
  padding: 0 20px;
}

.shop-second-sec-text-box-phone h2 {
  margin: 0;
}

.shop-sec-text {
  font-size: 13px;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin: 20px 0;
  color: #333;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.shop-cut-01 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/shop/shop_03.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.shop-slide-sec {
    margin-top: -73px;
		background-image: -webkit-linear-gradient(left, #F4F4F4 4%, #DFDEDC 99%);
  background-image: linear-gradient(to right, #F4F4F4 4%, #DFDEDC 99%);
		border-top: 1px solid #d5bf86;
	}*/
@media (max-width: 767px) {
  .shop-slide-sec {
    border: none;
  }
}

.shop-slide-text-box {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*background: url(../images/logo/gen-logo-gray.svg) no-repeat center center;*/
}

@media (max-width: 767px) {
  .shop-slide-text-box {
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.shop-slide-text-box {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1rem;
  display: inline-block;
}

.shop-slide-text-h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .shop-slide-text-h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.shop-slide-text-img {
  height: 24px;
}

@media (max-width: 767px) {
  .shop-slide-text-img {
    width: 70%;
  }
}

.slide-ul {
  margin: 0;
}

.shop-course-select-sec {
  position: relative;
  /*background-color: #000;*/
  overflow: hidden;
  padding: 100px 0;
  padding-bottom: 0;
  background-image: -webkit-linear-gradient(left, #f4f4f4 4%, #dfdedc 99%);
  background-image: linear-gradient(to right, #f4f4f4 4%, #dfdedc 99%);
}

@media (max-width: 767px) {
  .shop-course-select-sec {
    padding: 30px 0;
    background-image: -webkit-linear-gradient(top,
        #e9e9e7 2%,
        #efeeec 27%,
        #eeeeec 58%,
        #d5d4d0 94%);
    background-image: linear-gradient(180deg,
        #e9e9e7 2%,
        #efeeec 27%,
        #eeeeec 58%,
        #d5d4d0 94%);
  }
}

.shop-course-select-sec .container {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .shop-course-select-sec .container {
    padding-bottom: 0;
  }
}

/*---------------------------------------------------------------------*/
.lunch-box-first-sec-text-box {
  padding-right: 50px;
  padding-top: 10px;
}

.lunch-box-second-sec-text-box {
  padding-left: 50px;
  padding-top: 10px;
}

.lunch-box-sec-text {
  line-height: 2;
}

.lunch-box-yakinikubentou {
  height: 30px;
}

.lunch-box-yakinikubentou-box_1 {
  background-color: #000000;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lunch-box-yakinikubentou-h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.lunch-box-yakinikubentou-p {
  font-size: 13px;
  line-height: 1.8;
  color: #cccccc;
  letter-spacing: 0.1rem;
  text-align: left;
}

.lunch-box-bentou-h3 {
  text-align: left;
  padding-bottom: 10px;
  /*padding-left: 10px;*/
  margin: 0;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #a71d31;*/
  border-bottom: 1px solid #eee;
}

.img_h_26px {
  height: 26px;
}

.lunch-box-sec-in-sec {
  padding-bottom: 80px;
  margin-bottom: 73px;
  /*border-top: 1px solid #d5bf86;
    border-bottom: 1px solid #d5bf86;*/
  padding-top: 80px;
  margin-top: -80px;
  background-color: #0c0c0c;
}

.lunch-box-sec-in-sec-bottom {
  padding-bottom: 80px;
  /*border-bottom: 1px solid #d5bf86;*/
  padding-top: 73px;
  margin-top: -73px;
  background-color: #000;
}

.lunch-box-bentou-ul {
  list-style-type: none;
  padding-left: 0;
}

.lunch-box-bentou-ul>li {
  line-height: 3;
  letter-spacing: 0.1rem;
  /*padding: 0 10px;*/
  color: #ccc;
}

.lunch-box-bentou-ul>li>b {
  margin-left: 10px;
  float: right;
}

.lunch-box-cut-01 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_11.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lunch-box-cut-02 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_10.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lunch-box-cut-01 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_11.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .lunch-box-cut-02 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_10.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .lunch-box-cut-01 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_11.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .lunch-box-cut-02 {
    background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_10.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.lunch-box-sec-new {
  width: 100%;
  height: 85vh;
  position: relative;
}

.lunch-box-sec-left {
  width: 50%;
  height: 85vh;
  float: left;
  position: relative;
  /*background-color: #f1f1eb;*/
  background-color: rgba(241, 241, 235, 1);
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki-bg-01.png);
  background-repeat: no-repeat;
  /*background: url(/img_corporate/index/products_mark.png) no-repeat 50% 30% #4d6d2d;
    background-size: 360px 400px;*/
  background-position: center center;
  display: table;
}

.lunch-box-left-text-box {
  position: relative;
  left: 50%;
  width: 70%;
  height: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}

.lunch-box-left-h2 {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lunch-box-left-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.6;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.lunch-box-sec-right {
  width: 50%;
  height: 100%;
  float: right;
  background-size: cover;
  position: relative;
  padding-left: 10px;
  margin-left: -10px;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/lunch-box/lunch-box_00.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.lunch-box-img-box {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.lunch-box-img-box_img {
  width: 140%;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

/*---------------------------------------------------------------------*/
.oshinagaki-sec-new {
  width: 100%;
  height: 85vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}

.oshinagaki-sec-text-box {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 10;
}

.oshinagaki-sec-left {
  width: 70%;
  height: 85vh;
  /*float: left;*/
  position: relative;
  /*background-color: #f1f1eb;*/
  /*background-color: rgba(241,241,235,0.5);
	background-image: url(../images/oshinagaki/oshinagaki-bg-01.png);*/
  background-repeat: no-repeat;
  /*background: url(/img_corporate/index/products_mark.png) no-repeat 50% 30% #4d6d2d;
    background-size: 360px 400px;*/
  background-position: center center;
  display: table;
  margin: 0 auto;
}

.oshinagaki-left-text-box {
  /*position: relative;
    left: 50%;
    width: 70%;
    height: 100%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}

.oshinagaki-left-h2 {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #101010;
  font-size: 36px;
}

.oshinagaki-movie-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.oshinagaki-left-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  /*margin-left: auto;
    margin-right: auto;*/
  color: #3a3a3a;
}

.oshinagaki-cut-01 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_01.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.oshinagaki-cut-02 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_02.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.oshinagaki-cut-03 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_03.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.oshinagaki-cut-04 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_04.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.oshinagaki-cut-05 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_05.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.oshinagaki-sec {
  padding-bottom: 80px;
  padding-top: 73px;
  margin-top: -73px;
  background-color: #f1f1eb;
}

.oshinagaki-menu-sec {
  overflow: hidden;
  background-color: #f1f1eb;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/paper-washi.jpg);
  background-repeat: repeat;
}

.oshinagaki-menu-box {
  padding-bottom: 100px;
}

.oshinagaki-row {
  position: relative;
  padding-top: 100px;
}

.oshinagaki-row-1 {
  position: relative;
}

.oshinagaki-yakiniku-box {
  position: absolute;
  opacity: 1;
}

.o-y-1 {
  top: 20px;
  left: 25%;
}

.o-y-2 {
  top: 450px;
  left: 70%;
}

.o-y-3 {
  top: 850px;
  right: 80%;
}

.o-y-4 {
  top: 1100px;
  left: 20%;
}

.o-y-5 {
  top: 1400px;
  left: 90%;
}

.o-ys-1 {
  top: 50px;
  left: 45%;
}

.o-ys-2 {
  top: 150px;
  left: 90%;
}

.o-ys-3 {
  top: 1250px;
  right: 90%;
}

.o-gh-1 {
  top: 100px;
  right: 85%;
}

.o-gh-2 {
  top: 700px;
  left: 40%;
}

.o-gh-3 {
  top: 900px;
  left: 80%;
}

.o-ip-1 {
  top: 400px;
  right: 63%;
}

.o-ip-2 {
  top: 1200px;
  left: 65%;
}

.o-ip-3 {
  top: 20px;
  left: 80%;
}

.o-ip-4 {
  top: 1400px;
  right: 40%;
}

.img_h_40px {
  height: 40px;
}

.oshinagaki-yakiniku_img_s {
  height: 200px;
  opacity: 1;
}

.oshinagaki-yakiniku_img_sm {
  height: 250px;
  opacity: 1;
}

.oshinagaki-yakiniku_img_m {
  height: 300px;
  opacity: 1;
}

.oshinagaki-yakiniku_img_ml {
  height: 350px;
  opacity: 1;
}

.oshinagaki-yakiniku_img_l {
  height: 400px;
}

.oshinagaki-ippin_img_01 {
  height: 300px;
  opacity: 1;
}

.oshinagaki-ippin_img_02 {
  height: 150px;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .oshinagaki-yakiniku_img_s {
    height: 100px;
    opacity: 0.5;
  }

  .oshinagaki-yakiniku_img_sm {
    height: 150px;
    opacity: 0.6;
  }

  .oshinagaki-yakiniku_img_m {
    height: 180px;
    opacity: 0.7;
  }

  .oshinagaki-yakiniku_img_ml {
    height: 220px;
    opacity: 0.8;
  }

  .oshinagaki-yakiniku_img_l {
    height: 300px;
  }

  .oshinagaki-ippin_img_01 {
    height: 250px;
    opacity: 0.8;
  }

  .oshinagaki-ippin_img_02 {
    height: 120px;
    opacity: 0.9;
  }
}

.page-oshinagaki-none-h2 {
  display: none;
}

.page-oshinagaki-h3 {
  color: #9e8a59;
  padding-bottom: 15px;
  padding-left: 10px;
  letter-spacing: 0.2rem;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #a71d31;
}

.page-oshinagaki-ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.page-oshinagaki-ul>li {
  line-height: 3;
  letter-spacing: 0.1rem;
  padding: 0 10px;
}

.page-oshinagaki-ul>li>b {
  float: right;
  font-weight: normal;
}

/*--parallax-------------------------------------------------------------------*/
.parallax {
  position: relative;
  /*overflow: visible;*/
  overflow: hidden;
}

/*.parallax__wrap {
    min-height: 100vh;
}*/

/*.parallax__wrap	{
  overflow: visible;
  display: table;
  height: 100%;
  left: 0;
  top: 0;
	}*/
#scene,
#scene-1,
#scene-2,
#scene-3 {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#scene div.layer,
#scene-1 div.layer,
#scene-2 div.layer,
#scene-3 div.layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------*/
.other-top-sauce {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/sauce/sauce_top.jpg) no-repeat center center fixed;
}

/*--lunch-menu-------------------------------------------------------------------*/
.lunch-menu-sec {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.lunch-menu-sec-text-box {
  padding: 30px;
  /*background-color: rgba(255,255,255,0.5)*/
}

.lunch-menu-sec-left {
  width: 40%;
  height: 500px;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
}

.lunch-menu-left-text-box {
  position: relative;
  left: 50%;
  width: 70%;
  height: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}

.lunch-menu-left-h2 {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lunch-menu-left-text {
  font-size: 2.4rem;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  letter-spacing: 0.1rem;
}

.lunch-menu-sec-left-img {
  position: absolute;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 50%;
  height: auto;
  z-index: -10;
  background-size: cover;
}

.lunch-menu-sec-right {
  width: 40%;
  height: 500px;
  float: right;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
}

.lunch-menu-right-text-box {
  position: relative;
  left: 50%;
  width: 70%;
  height: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}

.lunch-menu-right-h2 {
  text-align: right;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lunch-menu-right-text {
  font-size: 2.4rem;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  letter-spacing: 0.1rem;
}

.lunch-menu-sec-right-img {
  position: absolute;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 50%;
  height: auto;
  z-index: -10;
  background-size: cover;
}

.lunch-menu-select-figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.lunch-menu-select-figure *,
.lunch-menu-select-figure *:before,
.lunch-menu-select-figure *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.lunch-menu-select-figure img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  width: 100%;
}

.lunch-menu-select-figure figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 8px;
}

.lunch-menu-select-figure figcaption:before,
.lunch-menu-select-figure figcaption:after {
  height: 1px;
  width: 600px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.lunch-menu-select-figure figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.lunch-menu-select-figure figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.lunch-menu-select-figure figcaption div:before,
.lunch-menu-select-figure figcaption div:after {
  width: 1px;
  height: 400px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.lunch-menu-select-figure figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.lunch-menu-select-figure figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.lunch-menu-select-figure h2,
.lunch-menu-select-figure h4 {
  margin: 0;
  text-transform: uppercase;
}

.lunch-menu-select-figure h2 {
  font-weight: 400;
}

.lunch-menu-select-figure h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #333333;
  font-size: 14px;
}

.lunch-menu-select-figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.lunch-menu-select-figure:hover img,
.lunch-menu-select-figure.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}*/
.lunch-menu-select-figure:hover figcaption:before,
.lunch-menu-select-figure.hover figcaption:before,
.lunch-menu-select-figure:hover figcaption:after,
.lunch-menu-select-figure.hover figcaption:after,
.lunch-menu-select-figure:hover figcaption div:before,
.lunch-menu-select-figure.hover figcaption div:before,
.lunch-menu-select-figure:hover figcaption div:after,
.lunch-menu-select-figure.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.lunch-menu-select-figure:hover figcaption:before,
.lunch-menu-select-figure.hover figcaption:before,
.lunch-menu-select-figure:hover figcaption:after,
.lunch-menu-select-figure.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.lunch-menu-select-h2 {
  padding: 0;
  font-size: 0;
  margin-bottom: 10px;
}

.lunch-menu-oshinagaki-box {
  background-color: #f1f1eb;
  padding: 50px 0;
}

/*--menu-------------------------------------------------------------------*/
.oshinagaki-sec {
  padding-bottom: 80px;
  padding-top: 73px;
  margin-top: -73px;
  background-color: #f1f1eb;
}

.menu_table-row {
  position: relative;
  /*padding-top: 100px;*/
}

.menu_table-text-box {
  padding: 30px;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .menu_table-text-box {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu_table-in-row {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .menu_table-in-row {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.parallax__wrap {
  overflow: visible;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.menu_table-in-sec {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu_table-in-sec {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .menu_table-in-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu_table-in-col-left {
  padding: 0 5% 0 15px;
}

.menu_table-in-col-right {
  padding: 0 15px 0 5%;
}

.menu_table-in-col-ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu_table-padd {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.menu_table-in-col-ul>li {
  line-height: 3;
  letter-spacing: 0.1rem;
  padding: 0;
  color: #333;
}

.menu_table-in-col-ul>li>span {
  font-size: 11px;
  color: #ccc;
}

.menu_table-in-col-ul>li>b>span {
  font-size: 11px;
  color: #aaa;
}

.menu_table-in-col-ul>li>b {
  float: right;
  font-weight: normal;
}

.menu_table-in-h2 {
  color: #292929;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 20px;
  font-size: 40px;
}

@media (max-width: 767px) {
  .menu_table-in-h2 {
    margin: 0;
    padding-bottom: 30px;
  }
}

.menu-select-col-yoji .menu_table-in-h2 {
  text-align: center;
}

.menu_table-in-h2 span {
  font-size: 11px;
  color: #aaa;
}

.menu_table-in-des {
  font-size: 13px;
  line-height: 1.8;
  color: #3a3a3a;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.set-course-select-sec-first .menu_table-in-des-menu {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
  .set-course-select-sec-first .menu_table-in-des-menu {
    font-size: 14px;
  }
}

.menu_table-in-des-menu {
  font-size: 15px;
  line-height: 1.8;
  color: #eee;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .menu_table-in-des-menu {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .menu_table-in-des {
    margin: 0;
    font-size: 13px;
  }
}

.menu_table-in-des span {
  float: right;
  font-size: 11px;
}

.menu_table-in-h3 {
  color: #c9b27c;
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-left: 0;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.2rem;
}

.layer-z-20 {
  z-index: 20;
}

.menu-banner {
  width: 100%;
  max-width: 1280px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.menu-select-col-top {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .menu-select-col-top {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu_table-in-h2 img {
    height: 50px;
  }
}

/*@media (max-width: 767px){	
.menu_table-in-h2 img {
	    height: auto;
			width: 100%;
			padding: 0 20px;
	}
}*/
.set-course-select-sec-first {
  position: relative;
  background-color: #000;
  overflow: hidden;
  padding: 100px 0;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_12.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 767px) {
  .set-course-select-sec-first {
    padding: 30px 0;
    background-image: none;
    background-image: -webkit-radial-gradient(51% 98%, #d3d4cf 7%, #bdbfba 98%);
    background-image: radial-gradient(51% 98%, #d3d4cf 7%, #bdbfba 98%);
  }
}

.set-course-select-sec-second {
  position: relative;
  background-color: #000;
  overflow: hidden;
  padding: 100px 0;
  background-image: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/oshinagaki/oshinagaki_top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .set-course-select-sec-second {
    padding: 30px 0;
    background-image: none;
    background-image: -webkit-radial-gradient(51% 98%, #d3d4cf 7%, #bdbfba 98%);
    background-image: radial-gradient(51% 98%, #d3d4cf 7%, #bdbfba 98%);
  }
}

.set-course-select-sec-second .menu_table-in-des-menu {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .set-course-select-sec-second .menu_table-in-des-menu {
    font-size: 14px;
  }
}

.set-course-select-sec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
  padding-bottom: 0;
  /*background: -webkit-linear-gradient(left, #7E898F 0%, #636C75 100%), -webkit-radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), -webkit-radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
  background: linear-gradient(90deg, #7E898F 0%, #636C75 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
  background-blend-mode: multiply;*/
}

.set-course-select-sec .container {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .set-course-select-sec .container {
    padding-bottom: 0;
  }
}

.lb-course-select-sec {
  position: relative;
  /*background-color: #f9f7f3;*/
  overflow: hidden;
  padding: 100px 0;
  padding-bottom: 0;
  background-image: -webkit-linear-gradient(left, #f4f4f4 4%, #dfdedc 99%);
  background-image: linear-gradient(to right, #f4f4f4 4%, #dfdedc 99%);
}

@media (max-width: 767px) {
  .lb-course-select-sec {
    padding: 50px 0;
    background-image: -webkit-linear-gradient(top,
        #e9e9e7 2%,
        #efeeec 27%,
        #eeeeec 58%,
        #d5d4d0 94%);
    background-image: linear-gradient(180deg,
        #e9e9e7 2%,
        #efeeec 27%,
        #eeeeec 58%,
        #d5d4d0 94%);
  }
}

.lb-course-select-sec .container {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .lb-course-select-sec .container {
    padding-bottom: 0;
  }
}

.lb_table-in-des {
  font-size: 13px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.lunch-menu-select-sec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 50px 0;
}

.lunch-menu-select-p {
  color: #aaa;
}

.lunch-menu-select-col {
  margin-bottom: 50px;
  padding: 0 7.5px;
}

.menu-images-box {
  width: 100%;
}

.menu-images-box li {
  width: 50%;
  float: left;
  position: relative;
}

.menu-images-box li img {
  width: 100%;
  vertical-align: top;
}

.yoji-jukugo {
  height: 130px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .yoji-jukugo {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .yoji-jukugo {
    width: 100%;
    height: auto;
  }
}

.menu-select-col-yoji {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .menu-select-col-yoji {
    margin-bottom: 0;
  }
}

/*--recruit-------------------------------------------------------------------*/
.recruit-box {
  background-color: #fff;
  /*margin-bottom: 80px;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruit-sec-in-sec {
  padding-bottom: 80px;
  margin-bottom: 73px;
  /*border-top: 1px solid #d5bf86;
    border-bottom: 1px solid #d5bf86;*/
  padding-top: 80px;
  /*margin-top: -80px;*/
  background-color: #0c0c0c;
}

.recruit-in-sec-bottom {
  padding-bottom: 80px;
  /*border-bottom: 1px solid #d5bf86;*/
  padding-top: 73px;
  margin-top: -73px;
  background-color: #000;
}

.staff-menu-select {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

.recruit-select-sec-first {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

.recruit-select-in-des {
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  letter-spacing: 0.1rem;
  text-align: left;
  display: inline-block;
}

.recruit-box-cut-01 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_14.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.recruit-box-cut-02 {
  background: url(file:///Macintosh%20HD/Users/uetashinji/Documents/Dreamweaver/%E3%81%BF%E3%81%8D%E7%BE%8E%E5%AE%B9%E5%AE%A4%E3%82%AF%E3%83%AC%E3%82%B7%E3%82%A7%E3%83%B3%E3%83%88/images/cut/cut_15.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*--img-liquid, mask-window-------------------------------------------------------------------*/

.img-liquid-right {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
}

.mask-window {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0,0.2);*/
}

.mask-a {
  display: table;
  content: " ";
}

/*--video-------------------------------------------------------------------*/
video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
}

.navbar-header {
  float: none;
  display: none;
}

@media (min-width: 1000px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 1200px) {
  #top-head .container {
    width: 100%;
    padding: 0;
  }
}

.menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /*background-color: rgba(0,0,0,0.8);
		border-bottom: 1px solid #c9b27c;
		box-shadow: 0 0 15px rgba(201, 178, 124, 0.6);*/
  transition: background 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.menu>.menu-box li.title-target-box {
  float: left;
  width: auto;
  height: 80px;
  line-height: 80px;
  /*background: rgb(29, 33, 19);*/
  list-style: none;
  text-align: center;
  /*padding-top: 30px;*/
  margin-right: 2.5%;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

#top-head .menu>.menu-box li a.title-target::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #f59339;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top-head .menu>.menu-box li:hover a.title-target::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#top-head .menu>.menu-box li a {
  display: inline-block;
  color: #fff;
  /*height: 50px;*/
}

#top-head:hover .menu>.menu-box li a {
  display: inline-block;
  color: #3a3a3a;
  /*height: 50px;*/
}

#top-head.fixed .menu>.menu-box li a {
  display: inline-block;
  color: #3a3a3a;
  /*height: 50px;*/
}

.menu>.menu-box li a:hover {
  color: #999;
}

div.menu__second-level-box,
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu__second-level,
.menu__second-level li {
  line-height: 0;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu>.menu-box>li:hover {
  /*background: #072A24;*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

/* .menu {
	*zoom: 1;
} */

li.menu__mega div.menu__second-level-box {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  padding: 40px 2%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
  border-bottom: 1px solid #c9b27c;
  background-color: #0a0a0a;
  /*background-image: url(../images/washi-bg_04.jpg);*/
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(201, 178, 124, 0.6);
  line-height: 0;
  opacity: 0;
}

li.menu__mega ul.menu__second-level {
  width: 100%;
  max-width: 1170px;
  display: inline-block;
  padding: 0;
}

li.menu__mega:hover div.menu__second-level-box {
  top: 80px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

li.menu__mega:hover ul.menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

li.menu__mega ul.menu__second-level>li {
  float: left;
  width: 23%;
  margin: 0 1%;
  border: none;
  list-style: none;
}

/*li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}*/

.menu .logo-box {
  position: relative;
  top: 25px;
  float: left;
  width: 150px;
  height: 30px;
  /* line-height: 50px; */
  margin-right: 28%;
  /*margin-left: 2.5%;*/
  text-align: center;
}

.menu .menu-box {
  /*float: right;*/
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

#top-head:hover .menu {
  background-color: rgba(255, 255, 255, 0.9);
  /*border-bottom: 1px solid #c9b27c;
    box-shadow: 0 0 15px rgba(201, 178, 124, 0.6);*/
}

#top-head.fixed .menu {
  background-color: rgba(255, 255, 255, 0.9);
  /*border-bottom: 1px solid #c9b27c;
    box-shadow: 0 0 15px rgba(201, 178, 124, 0.9);*/
}

#top-head.other-head .menu {
  background-color: rgba(255, 255, 255, 0.8);
  /*border-bottom: 1px solid #c9b27c;
    box-shadow: 0 0 15px rgba(201, 178, 124, 0.9);*/
}

#top-head.other-head .menu>.menu-box li a {
  display: inline-block;
  color: #3a3a3a;
  /* height: 50px; */
}

.ab-images {
  position: relative;
  margin: 0 auto 0 auto;
  width: 1200px;
}

.cut-box-container {
  padding: 100px 0;
}

@media (min-width: 768px) {
  .cut-box-container {
    padding: 50px 0;
  }

  .cut-box-text-box {
    padding: 0 5%;
  }
}

.menu_table-in-h2 img {
  height: 40px;
}

@media (max-width: 767px) {
  .cut-box-container {
    padding: 0 15px;
  }

  .menu_table-in-h2 img {
    height: 32px;
  }
}

.cut-box-container .top-menu-select-col-top {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .top-cut-box {
    max-width: 960px;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    /* background-color: rgba(0,0,0,0.1); */
    padding: 100px 0;
  }

  .cut-box {
    display: block;
    background-color: transparent;
    width: 100%;
    height: 30vh;
  }

  .cut-logo {
    width: 20%;
  }
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

.popup-box {
  background-color: #fff;
  padding: 15px 15px;
}

.google-play a {
  display: inline-block;
}

.google-play img {
  width: 150px;
  height: auto;
}

.app-store a {
  margin: 10px;
}

.popup-title {
  border: 2px solid #888;
  /*display: inline-block;*/
  padding: 5px 10px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  border: 2px solid #fff;
  top: -46px;
  opacity: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.popup-list li {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.1rem;
}

.app-image {
  margin-bottom: 15px;
}

.app-image img {
  width: 100%;
  height: auto;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
/*.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "この部分をクリックで閉まる";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}*/

/* サイドメニュー ※リストのスタイルは省略 */
/*.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  font-size: 13px;
  background: #2A408E;
  z-index: 1;
}*/

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
/*.side-menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #ccc;
  cursor: pointer;
  z-index: 4;
}*/

/* メインコンテンツ */
/*.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  background: #F8F8F8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}*/
/* メインコンテンツ内のスタイル ※デザインに併せて適当に */
/*.header {
  padding: 100px 0;
  background: #161616;
  color: #fff;
}
.header h1,
.contents h1 {
  margin-bottom: 30px;
  font-size: 20px;
}
.contents {
  width: 100%;
  padding: 150px 0;
  background: #f5f5f5;
}
.contents p {
  margin-bottom: 50px;
}
.footer {
  padding: 150px 0;
  background: #fff;
}*/

/* サイドメニューオープン */
/*.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

@media (max-width: 1199px) {
nav.navbar {
	display: none;
	}
}
@media (min-width: 1200px) {
nav.side-menu, .side-menu-btn {
	display: none;
	}
}*/
.item-box p {
  color: #fff;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  background: linear-gradient(transparent 90%, #f59339 0%);
  display: inline-block;
}

@media (max-width: 991px) {
  .item-box p {
    color: #fff;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 30px;
    background: linear-gradient(transparent 90%, #f59339 0%);
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .item-box p {
    color: #fff;
    font-size: 12px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    left: 0;
    background-color: #f59339;
    padding: 5px 0;
  }
}

/*----------------------------------------------*/

.miki-concept .concept-message {
  font-size: 28px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 50px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #134E78;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  .miki-concept .concept-message {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
}

.miki-concept p {
  color: #134E78;
  font-size: 16px;
  line-height: 2.2;
  /*font-family: YuMincho, '游明朝', serif;*/
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .miki-concept p {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.1rem;
    text-align: justify;
  }
}

.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  padding: 18px 30px;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
}

.sec-button {
  color: #282829;
  border-color: #282829;
  text-transform: uppercase;
  margin: 0 10px 30px;
  margin-top: 50px;
  min-width: 166px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sec-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #282829;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) skew(-45deg);
  transform: translate(-50%, -50%) skew(-45deg);
}

.sec-button::after {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sec-button:hover::after {
  width: 150%;
}

.salon-menu ul {
  /* max-width: 450px; */
  margin: 0 auto;
}

.salon-menu li {
  font-size: 18px;
  line-height: 2.6;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.salon-menu li {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgb(19 78 120 / 10%);
}

.salon-menu li.text-dis-none {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: linear-gradient(transparent 95%, rgba(245, 147, 57, 0.2) 95%); */
  color: #134E78;
}

.salon-menu li.text-dis-none.one {
  margin-bottom: 0;
  background: none;
  padding-bottom: 0;
  border-bottom: none;
}

.salon-menu li.text-dis-none.two {
  margin-bottom: 0;
  padding-top: 0;
}

.salon-menu li.text-dis-on p:first-of-type {
  /* background: linear-gradient(transparent 85%, rgba(245, 147, 57, 0.2) 85%); */
  padding-bottom: 10px;
  color: #134E78;
  margin-bottom: 0;
}

.salon-menu li p.text-dis {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  font-weight: normal;
  font-size: 12px;
  color: #777;
}

.salon-menu li b {
  margin-left: 20px;
  font-size: 16px;
  float: right;
}

@media (max-width: 767px) {
  .salon-menu li b.phone-layout {
    margin-left: 0;
    font-size: 16px;
    float: none;
    right: 0;
    display: block;
    margin-bottom: 5px;
    text-align: right;
  }
}

.salon-menu li b::after {
  content: "~";
}

.salon-menu li span {
  /*float: right;*/
  font-size: 14px;
  font-weight: normal;
}

.salon-menu li span.blow {
  float: none;
  font-size: 12px;
}

.tax-info {
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 0.2rem;
}

.other-contents {
  padding: 80px 0;
  padding-top: 200px;
  background-color: #fff;
  background-image: url(../images/miki/006-subtle-light-patterns.jpg);
  /* border-bottom: 1px solid #d5bf86; */
}

.other-page-header .navbar-color {
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.other-page-header #top-head .menu>.menu-box li a {
  display: inline-block;
  color: #666;
}

@media (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

@media (min-width: 768px) {
  .phone-on {
    display: none;
  }
}

.shop-info {
  color: #333;
}

@media (max-width: 767px) {
  .shop-info {
    color: #fff;
    padding: 15px 5px;
    padding-top: 30px;
    /*border-top: 1px solid #222;*/
    text-align: center;
  }
}

.shop-info p {
  line-height: 1.8;
  /*text-align: justify;*/
  letter-spacing: 0.1rem;
  font-size: 14px;
  color: #134E78;
}

.shop-info address p {
  font-size: 16px;
}

address .info-tel p {
  font-size: 30px;
  font-weight: bold;
  /* vertical-align: middle; */
  color: #f69e41;
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 0;
  line-height: 1.6;
}

.info-tel p i {
  font-size: 30px;
}

.info-tel p i,
.fb-mark i {
  margin-right: 10px;
}

.service-01 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-01-bg {
  background-image: url(../images/miki/shop_img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: calc(100% + 4rem);
  position: absolute;
  right: 0;
}

.service-02 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-02-bg {
  background-image: url(../images/miki/shop_img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.service-02-bg-color {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: calc(100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 991px) {
  .service-02-bg-color {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100%);
    position: absolute;
    left: 0;
    background-color: #fff;
  }
}

#top-service .text-top {
  position: relative;
  margin-bottom: 4rem;
}

#top-service .text-top h3 {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #333;
}

.text-top p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #cf111b;
}

.text-bottom {
  margin-bottom: 4rem;
}

.text-bottom p.copy {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #666;
}

.text-bottom p.dis {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.address-wrap {
  padding: 0;
  padding-bottom: 0;
  background-color: #fff;
  /* background-image: url(../images/miki/006-subtle-light-patterns.jpg); */
  /* border-bottom: 1px solid #d5bf86; */
}

.address-right {
  padding-top: 50px;
  padding-bottom: 30px;
}

section.salon-menu {
  position: relative;
  background: rgb(250 248 246 / 80%);
  overflow: hidden;
  padding: 100px 0;
}

.address-select-h2 {
  color: #f59339;
  line-height: 2;
  letter-spacing: 0.2rem;
  padding-bottom: 0;
  font-size: 16px;
}

.address-select-h2 span {
  color: #f59339;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.1;
}

/* .top-menu-select-div {
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .top-menu-select-div {
    padding-right: 30px;
    padding-left: 30px;
  }
} */

section.kitsuke-menu {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

.kitsuke-menu ul {
  max-width: 95%;
  margin: 0 auto;
}

.kitsuke-menu li {
  font-size: 16px;
  line-height: 2.6;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.kitsuke-menu li {
  margin-bottom: 15px;
}

.kitsuke-menu .salon-menu li {
  margin-top: 10px;
}

.kitsuke-menu li.text-dis-none {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: linear-gradient(transparent 90%, rgba(245, 147, 57, 0.2) 90%); */
  color: #134E78;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgb(19 78 120 / 10%);
}

.kitsuke-menu li.text-dis-none.one {
  margin-bottom: 0;
  background: none;
}

.kitsuke-menu li.text-dis-none.two {
  margin-bottom: 30px;
}

.kitsuke-menu li.text-dis-on p:first-of-type {
  /* background: linear-gradient(transparent 85%, rgba(245, 147, 57, 0.2) 85%); */
  padding-bottom: 10px;
  color: #134E78;
  line-height: 1.4;
}

.kitsuke-menu li p.text-dis {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  font-weight: normal;
  font-size: 14px;
  color: #134E78;
}

.kitsuke-menu li b {
  margin-left: 20px;
  font-size: 16px;
  float: right;
}

@media (max-width: 767px) {
  .kitsuke-menu li b.phone-layout {
    margin-left: 0;
    font-size: 16px;
    float: none;
    right: 0;
    display: block;
    margin-bottom: 5px;
    text-align: right;
  }
}

.kitsuke-menu li b.etc::after {
  content: "~";
}

.kitsuke-menu li span {
  /*float: right;*/
  font-size: 14px;
  font-weight: normal;
}

.kitsuke-menu li span.blow {
  float: none;
  font-size: 12px;
}

.tax-info {
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 0.2rem;
}

.kitsuke-border {
  background-color: #f69e41;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}

.kitsuke-border p {
  margin: 0;
}

section.bridal-menu {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 100px 0;
}

.bridal-menu ul {
  /* max-width: 450px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.bridal-menu li {
  font-size: 18px;
  line-height: 2.6;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.bridal-menu li {
  margin-bottom: 15px;
}

.bridal-menu li.text-dis-none {
  display: block;
  align-items: center;
  justify-content: space-between;
  /* background: linear-gradient(transparent 90%, rgba(245, 147, 57, 0.2) 90%); */
  color: #134E78;
  margin-top: 15px;
  border-bottom: 1px solid rgb(19 78 120 / 10%);
  flex: calc(50% - 15px);
  margin: 0;
}

@media (max-width: 767px) {
  .bridal-menu li.text-dis-none {
    flex: 100%;
  }
}

.bridal-menu li.text-dis-none.one {
  margin-bottom: 0;
  background: none;
}

.bridal-menu li.text-dis-none.two {
  margin-bottom: 30px;
}

.bridal-menu li.text-dis-on p:first-of-type {
  background: linear-gradient(transparent 85%, rgba(245, 147, 57, 0.2) 85%);
  padding-bottom: 10px;
  color: #333333;
}

.bridal-menu li p.text-dis {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  font-weight: normal;
  font-size: 12px;
  color: #777;
}

.bridal-menu li b {
  margin-left: 20px;
  font-size: 16px;
  float: right;
}

@media (max-width: 767px) {
  .bridal-menu li b.phone-layout {
    margin-left: 0;
    font-size: 16px;
    float: none;
    right: 0;
    display: block;
    margin-bottom: 5px;
    text-align: right;
  }
}

.bridal-menu li b.etc::after {
  content: "~";
}

.bridal-menu li span.left-bridal {
  width: 65%;
}

.bridal-menu li span.right-bridal {
  /*float: right;*/
  font-size: 12px;
  font-weight: normal;
  width: 30%;
  margin-left: 5%;
}

.bridal-menu li span.blow {
  float: none;
  font-size: 12px;
}

.tax-info {
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: right;
}

.bridal-border {
  background-color: #f69e41;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 0.1rem;
}

.bridal-border p {
  margin: 0;
}

.bridal-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bridal-name {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bridal-name span.right-bridal {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.bridal-name span.right-bridal a {
  color: #fff;
  background-color: #f7a74a;
  display: block;
  padding: 10px;
  text-align: center;
  line-height: 1;
}

.bridal-address {
  font-size: 14px;
  font-weight: normal;
}

/*---------------------------------*/
.overflow {
  overflow: hidden;
  height: 100%;
}

.midnightInner {
  overflow: hidden !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.menu {
  position: fixed;
  /*display: table;*/
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 1);
  /* background-image: url(../images/main-navi-logo.png); */
  background-repeat: no-repeat;
  background-position: 10% center;
}

.side-open .menu {
  /* cursor: url(../images/cross.svg),auto; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}

.side-open .menu {
  animation-duration: 1s;
  animation-name: slidein;
}

.menu-contents {
  /*display: table-cell;
    vertical-align: middle;*/
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu nav#nav-list li {
  /* width: 300px; */
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  list-style-type: none;
  /*margin-left: 80px;*/
}

.side-open .menu nav#nav-list li {
  opacity: 1;
  margin-bottom: 30px;
}

.side-open .menu nav#nav-list li:nth-child(1) {
  -webkit-transition: opacity 1s ease 0.2s;
  transition: opacity 1s ease 0.2s;
}

.delay {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: inline-block;
}

.delay:before,
.delay:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 25%;
}

.delay:before {
  z-index: 1;
}

.delay:after {
  z-index: 2;
  width: 0%;
  background-color: #051630;
}

.delay a {
  z-index: 3;
  position: relative;
  display: block;
  color: #f69e41;
}

.menu nav#nav-list li a span {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  color: #f69e41;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.delay-anime:after {
  transition: width 0.15s linear;
}

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  /*width: 50px; */
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 21;
}

.menu-btn-text {
  position: fixed;
  top: 55px !important;
  right: 15px !important;
  width: 50px;
  height: 20px;
  line-height: 50px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger--htx {
  background-color: #f48932;
  height: 50px !important;
}

.c-hamburger--htx.is-active {
  background-color: #fff;
}

.section01 .c-hamburger--htx {
  background-color: #f59339;
}

.section01 .c-hamburger--htx.is-active {
  background-color: #f59339;
}

.section02 .c-hamburger--htx {
  background-color: #fff;
}

.section02 .c-hamburger--htx.is-active {
  background-color: #f59339;
}

.button-box {
  width: 50px;
  position: fixed;
  top: 15px !important;
  right: 15px !important;
  overflow: hidden;
  height: 50px;
}

@media (max-width: 991px) {
  .button-box {
    position: fixed;
    top: 5px !important;
    right: 5px !important;
    overflow: hidden;
    height: 50px;
  }

  .menu-btn-text {
    position: fixed;
    top: 40px !important;
    right: 5px !important;
    width: 50px;
    height: 20px;
    line-height: 50px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .button-box {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    overflow: hidden;
    height: 50px;
  }

  .menu-btn-text {
    position: fixed;
    top: 40px !important;
    right: 0 !important;
    width: 50px;
    height: 20px;
    line-height: 50px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
}

.c-hamburger span {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #fff;
}

.button-box .section01 .c-hamburger--htx span {
  background-color: #fff;
}

.button-box .section01 .c-hamburger span::after,
.button-box .section01 .c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.button-box .section01 .c-hamburger.is-active span::after,
.button-box .section01 .c-hamburger.is-active span::before {
  background-color: #fff;
}

.button-box .section02 .c-hamburger--htx span {
  background-color: #f59339;
}

.button-box .section02 .c-hamburger span::after,
.button-box .section02 .c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f59339;
  content: "";
}

.button-box .section02 .c-hamburger.is-active span::after,
.button-box .section02 .c-hamburger.is-active span::before {
  background-color: #fff;
}

.menu-btn-text span:after {
  content: attr(data-txt-open);
}

.menu-btn-text .section01 span {
  color: #f69e41;
}

.menu-btn-text .section02 span {
  color: #fff;
}

.side-open .menu-btn-text span:after {
  content: attr(data-txt-close);
  font-size: 10px;
  color: #0cf;
}

.side-open .menu-btn-text span:after {
  content: attr(data-txt-close);
  font-size: 10px;
  color: #f69e41;
}

.button-box .section01 .c-hamburger--htx.is-active span {
  background: 0 0;
}

.button-box .section02 .c-hamburger--htx.is-active span {
  background: 0 0;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  /*フォントサイズ*/
  background: #f7a74a;
  /*背景色*/
  color: #fff;
  /*文字色*/
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
}

.ribbon h3 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  /*上の破線*/
  border-bottom: dashed 1px #fff;
  /*下の破線*/
  line-height: 34px;
  font-size: 16px;
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.slide-ul li {
  width: 400px;
  height: 300px;
  text-align: center;
}

.sub-logo {
  /* position: fixed;
  top: 30px !important;
  left: calc(50% - 150px);
  height: 35px !important;
  width: 300px;
  z-index: 21;
  margin: 0 auto; */
}

@media (max-width: 991px) {
  .sub-logo {
    /* position: fixed;
    top: 20px !important;
    left: calc(50% - 125px);
    height: 25px !important;
    width: 250px;
    z-index: 21;
    margin: 0 auto; */
  }
}

@media (max-width: 767px) {
  .sub-logo {
    /* display: none; */
  }
}

.header-box {
  width: 100%;
  /* height: 100px; */
  /*background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.7));*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 991px) {
  .header-box {
    background: none;
  }
}

.button-o {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.button-o::before,
.button-o::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-o,
.button-o::before,
.button-o::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-o {
  background-color: #f69e41;
  border: 2px solid #f69e41;
  color: #fff;
  line-height: 50px;
}

.button-o:hover {
  background-color: #fff;
  border-color: #f69e41;
  color: #f69e41;
}

.modal-address {
  margin-top: 30px;
}

.modal-address p {
  font-size: 14px;
  text-align: center;
}

.nav-list {
  padding: 100px 0 50px 0;
}

#gallery a img {
  width: 100%;
  height: auto;
}

#gallery .img-liquid a {
  height: 140px !important;
}

.gallery-single-bg-wrap {
  padding: 0 5px;
}

.gallery-single-bg {
  background-position: center 20% !important;
}

@media (max-width: 991px) {
  #gallery .img-liquid a {
    height: 150px !important;
  }

  .gallery-single-bg-wrap {
    padding: 0 5px;
  }

  #gallery .img-liquid {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #gallery .img-liquid a {
    height: 120px !important;
  }

  .gallery-single-bg-wrap:nth-child(even) {
    padding: 0 5px 0 7.5px;
  }

  .gallery-single-bg-wrap:nth-child(odd) {
    padding: 0 7.5px 0 5px;
  }

  #gallery .img-liquid {
    margin-bottom: 10px;
  }
}

.slide-wrap {
  position: relative;
}

.site-title {
  display: none;
}

.section.page-content-box.works {
  text-align: center;
  position: relative;
  clear: both;
  padding: 50px 0;
  padding-bottom: 50px;
}

.section#tab-works.page-content-box.works {
  padding-top: 0;
  margin-bottom: 200px;
}

.full_content {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 10px auto 0;
  clear: both;
}

.full_content:before {
  content: "";
  display: block;
  padding-top: 10px;
}

.tabmenu {
  width: 32%;
  background: transparent;
  border: 1px solid #f59339;
  float: left;
  font-weight: bold;
  list-style: none;
  padding: 10px 0 10px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #393232;
  transition: 0.3s;
  top: 0;
  position: absolute;
}

.tabmenu.tabactive {
  background: #f59339;
  border: 1px solid #f59339;
  color: #fff;
}

.tabcontent {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  top: 0;
  left: 0;
  position: relative;
}

@media (max-width: 767px) {
  .tabcontent {
    margin-top: 50px;
  }
}

.tab-img {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tab-img {
    margin-bottom: 0;
  }

  .tab-img:nth-child(odd) {
    padding-right: 5px;
  }

  .tab-img:nth-child(even) {
    padding-left: 5px;
  }
}

.tab-img .img-liquid {
  display: block;
  /*height: 250px;*/
  /*background-position: top center !important;*/
  overflow: hidden;
  padding-bottom: 66.67%;
}

@media (max-width: 767px) {
  .tab-img .img-liquid {
    display: block;
    /*height: 120px;*/
  }
}

.tab-img .title {
  font-size: 14px;
  margin: 15px 0;
}

.tab-img .category {
  font-size: 12px;
  background-color: #f99d1b;
  padding: 5px 7.5px;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
}

.mr01:nth-of-type(3) {
  left: 34%;
}

.mr01:nth-of-type(5) {
  left: 68%;
}

section.page-content-box.works {
  text-align: center;
  position: relative;
  clear: both;
  padding: 50px 0;
  padding-bottom: 50px;
}

section#tab-works.page-content-box.works {
  padding-top: 0;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  section#tab-works.page-content-box.works {
    padding-top: 0;
    margin-bottom: 0;
  }
}

/*------------20221021_追加------------*/
@media screen and (min-width: 768px) {
  .miki-concept h2 br.dis-phone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .miki-concept h2 {
    font-size: 20px;
  }
}

/*------------20230322_追加------------*/
.caveat-col {
  border: 2px solid #f59339;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 20px;
  width: auto;
}

.miki-concept .caveat-col h2 {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: 2px solid #f59339;
  display: inline-block;
}

.miki-concept .caveat-col p {
  margin-bottom: 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .miki-concept .caveat-col p {
    font-size: 14px;
    text-align: center;
  }
}

.news-wrap-box {
  /* max-width: 700px; */
}

/*------------20230417_追加------------*/
.early-morning {
  display: inline-block;
  margin-bottom: 0;
}

.early-morning p {
  display: inline-block;
  margin-bottom: 0;
  border: solid 2px #fdeadc;
  padding: 10px;
  font-size: 12px;
  background-color: #fdeadc;
  line-height: 1.8;
}

/*------------20240529_追加------------*/
body {
  background-color: #fff;
}

.instagram-modal {
  width: 50px;
  /* margin: 0 auto; */
  margin-top: 20px;
}

.instagram-modal img {
  width: 100%;
}

.instagram-logo {
  text-align: center;
  margin-top: 50px;
}

.instagram-logo img {
  height: 60px;
  margin-bottom: 10px;
}

.instagram-logo a {
  color: #333333;
  display: inline-block;
}

.instagram-logo p {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .instagram-logo {
    margin-top: 30px;
  }

  .instagram-logo img {
    height: 50px;
  }
}

.salon-menu,
.kitsuke-menu,
.bridal-menu,
.top-menu-select {
  /* padding: 100px 0; */
}

.top-concept {
  padding-top: 0;
  padding-bottom: 150px;
}

/*------------------ 20250314_追加 ------------------*/
.top-instagram {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  height: auto;
  background: rgb(250 248 246 / 80%);
}

#right_slide {
  margin: 50px 0;
}

.top-menu-select .top-menu-select-h2 span.en {
  color: #FFF;
}

.top-menu-select .top-menu-select-h2 span.jp {
  color: #FFF;
}


.top-concept {
  position: relative;
}

.top-concept video {
  color: #FFF;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 画面全体を覆う */
  z-index: -1;
  /* 背景として配置 */
}

/* コンテンツ用のスタイル */
.content {
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
  font-size: 24px;
  padding: 20px;
}

.top-concept .splide {
  /* max-width: 360px; */
  margin-right: 0;
  margin-left: auto;
}

.splide__slide img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}


.slide-media img {
  transition: 7s 1s linear;
  transform: translateX(-1.5%) scale(1.1);
}

.slide-title,
.slide-text,
.slide-link {
  animation: 2s var(--easing) both;
  opacity: 0;
}

.splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: translateX(1.5%) scale(1.05);
}

.splide__slide.anm-started .slide-title,
.splide__slide.anm-started .slide-text,
.splide__slide.anm-started .slide-link {
  animation-name: mv02-fadeIn;
}

.splide__slide.anm-finished .slide-title,
.splide__slide.anm-finished .slide-text,
.splide__slide.anm-finished .slide-link {
  animation-name: mv02-fadeOut;
}

@keyframes mv02-fadeIn {
  0% {
    transform: translateY(6rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mv02-fadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-6rem);
    opacity: 0;
  }
}

.top-concept .contents-box {
  display: flex;
  gap: 80px;
}

.top-concept .contents-box .left-box {
  width: 55%;
}

.top-concept .contents-box .right-box {
  width: 45%;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.top-concept .top-menu-select-h2 {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}

.top-concept .top-menu-select-h2 span.en {
  /* font-size: 20px; */
}

.main-visual .splide {
  max-width: 60vw;
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 150px;
}

.main-visual {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  height: 100vh;
  background: rgb(250 248 246 / 80%);
}

.main-visual .splide__slide img {
  height: auto;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 3 / 2;
}

.main-visual .main-title .container {
  position: relative;
  z-index: 1;
}

.main-visual .main-title .row {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
}

.main-visual .main-title .row img {
  width: 90%;
}

.main-visual .main-title p {
  font-size: 30px;
  font-family: YuMincho, '游明朝', serif;
}

/* -------------着物体験-------------- */
.kimonotaiken .main-visual {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  height: auto;
  background: rgb(250 248 246 / 80%);
}

.kimonotaiken .main-visual .main-title {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.kimonotaiken .main-visual .splide {
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 60vh;
}

.kimonotaiken .main-visual .splide::before {
  content: '';
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(18 79 120 / 10%);
  z-index: 1;
  mix-blend-mode: multiply;
}

.kimonotaiken .main-visual .splide__slide img {
  height: 60vh;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 3 / 2;
}

.kimonotaiken .main-visual .main-title .row {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.kimonotaiken .main-visual .main-title p {
  font-size: 24px;
  color: #316286;
  margin-top: 30px;
}

.kimonotaiken .main-visual .main-title .top-menu-select-h2 span.en {
  color: #f59339;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
}

.kimonotaiken .main-visual .main-title .top-menu-select-h2 span.jp {
  color: #134E78;
  font-size: 30px;
  line-height: 1.6;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.kimonotaiken .img-box-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.kimonotaiken .img-box-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}

.kimonotaiken .kimono-sec {
  background-image: url(../images/miki/2025/01.jpg);
  background-size: contain;
  background-position: center;
  position: relative;
  padding: 150px 0;
  padding-bottom: 0;
}

.kimonotaiken .kimono-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(245 158 119 / 70%);
}

.kimonotaiken .katsura-sec {
  background-image: url(../images/miki/2025/01_01.jpg);
  background-size: contain;
  background-position: center;
  position: relative;
  padding: 150px 0;
  padding-bottom: 0;
}

.kimonotaiken .katsura-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(78 183 206 / 70%);
  mix-blend-mode: difference; */
  background-color: rgb(245 158 119 / 70%);
}

.kimono-sec .top-menu-select-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.kimono-sec .top-menu-select-h2 span.en {
  color: #FFF;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
}

.kimono-sec .top-menu-select-h2 span.jp {
  color: #FFF;
  font-weight: 400;
  font-size: 30px;
}

.kimono-sec .contents-box.contents-top .description {
  color: #FFF;
  font-size: 18px;
}

.kimono-sec .contents-top {
  margin-bottom: 250px;
  position: relative;
  z-index: 2;
}

.add-bg {
  background: rgb(250 248 246 / 100%);
  padding: 0;
  padding-bottom: 150px;
  height: auto;
  position: relative;
  z-index: 2;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.kimono-sec .plan-box {
  display: flex;
  gap: 20px;
  margin-top: -200px;
  margin-bottom: 100px;
}

.kimono-sec .plan-box.kimono .plan {
  border: 2px solid rgb(250 248 246);
}

.kimono-sec .plan {
  padding: 30px;
  border-radius: 30px;
  flex: calc(50% - 10px);
}

.kimono-sec .plan-box.kimono .plan.left {
  background-color: #f37a7a;
}

.kimono-sec .plan-box.kimono .plan.right {
  background-color: #f6ac62;
}

.kimono-sec .plan-box.kimono .plan .title {
  color: #FFF;
  line-height: 1;
  margin-bottom: 30px;
}

.kimono-sec .plan .title {
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kimono-sec .plan-box.kimono .plan.left .title:before, .kimono-sec .plan-box.kimono .plan.left .title:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/miki/2025/icon_01.svg);
  background-size: contain;
  vertical-align: middle;
}

.kimono-sec .plan .title:before {
  margin-right: 10px;
}

.kimono-sec .plan .title:after {
  margin-left: 10px;
}

.kimono-sec .plan-box.kimono .plan.right .title:before, .kimono-sec .plan-box.kimono .plan.right .title:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/miki/2025/icon_02.svg);
  background-size: contain;
  vertical-align: middle;
}

.kimono-sec .plan img.model {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.kimono-sec .plan-box.kimono .plan .description {
  color: #FFF;
  font-size: 16px;
  margin: 0;
}

.kimono-sec .plan .text {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.kimono-sec .plan .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.kimono-sec .plan .select {
  flex: calc(50% - 7.5px);
  display: flex;
  justify-content: center;
  background-color: #FFF;
}

.kimono-sec .plan .select img {
  width: 80px;
  height: 80px;
}

.kimono-sec .add-bg .top-menu-select-h2 span.en {
  color: #134E78;
}

.kimono-sec .add-bg .top-menu-select-h2 span.jp {
  color: #134E78;
}

.pricing .pricing-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing .pricing-inner .plan {
  padding: 30px;
  border: 2px solid #134E78;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex: calc(50% - 10px);
}

.pricing .pricing-inner .plan .title {
  border-bottom: 1px solid #124f78;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.pricing .pricing-inner .plan .description {
  font-size: 16px;
}

.pricing .pricing-inner .plan .price {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  text-align: center;
}

.pricing .pricing-inner .plan .price span {
  font-size: 18px;
  margin-left: 5px;
}

.pricing .pricing-inner .plan table {
  width: 80%;
  border: none;
  margin: 0 auto;
}

.pricing .pricing-inner .plan table td {
  padding: 15px 20px;
  font-size: 20px;
  border: none;
}

.pricing .pricing-inner .plan table tr {
  border-top: 1px dotted #124f78;
}

.pricing .pricing-inner .plan table tr:last-of-type {
  border-bottom: 1px dotted #124f78;
}

.pricing .pricing-inner .plan table td.right {
  text-align: center;
}

.pricing .pricing-inner .plan .add {
  display: block;
  margin: 0 auto;
  width: 80%;
  font-size: 12px;
  margin-top: 15px;
  padding: 0 20px;
}

/* -------------かつら体験-------------- */

.katsura-sec .top-menu-select-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.katsura-sec .top-menu-select-h2 span.en {
  color: #FFF;
  letter-spacing: 0.2rem;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
}

.katsura-sec .top-menu-select-h2 span.jp {
  color: #FFF;
  font-weight: 400;
  font-size: 30px;
}

.katsura-sec .contents-box.contents-top .description {
  color: #FFF;
  font-size: 18px;
}

.katsura-sec .contents-top {
  margin-bottom: 250px;
  position: relative;
  z-index: 2;
}

.add-bg {
  background: rgb(250 248 246 / 100%);
  padding: 0;
  padding-bottom: 150px;
  height: auto;
  position: relative;
  z-index: 2;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.katsura-sec .plan-box {
  display: flex;
  gap: 20px;
  margin-top: -200px;
  margin-bottom: 100px;
}

.katsura-sec .plan-box.kimono .plan {
  border: 2px solid rgb(250 248 246);
}

.katsura-sec .plan {
  padding: 30px;
  border-radius: 30px;
  flex: calc(33.33% - 10px);
}

.katsura-sec .plan-box.kimono .plan.left {
  background-color: #f37a7a;
}

.katsura-sec .plan-box.kimono .plan.center {
  background-color: #f16836;
}

.katsura-sec .plan-box.kimono .plan.right {
  background-color: #f6ac62;
}

.katsura-sec .plan-box.kimono .plan .title {
  color: #FFF;
  line-height: 1;
  margin-bottom: 30px;
}

.katsura-sec .plan .title {
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.katsura-sec .plan-box.kimono .plan.left .title:before, .katsura-sec .plan-box.kimono .plan.left .title:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/miki/2025/icon_01.svg);
  background-size: contain;
  vertical-align: middle;
}

.katsura-sec .plan .title:before {
  margin-right: 10px;
}

.katsura-sec .plan .title:after {
  margin-left: 10px;
}

.katsura-sec .plan-box.kimono .plan.right .title:before, .katsura-sec .plan-box.kimono .plan.right .title:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/miki/2025/icon_02.svg);
  background-size: contain;
  vertical-align: middle;
}

.katsura-sec .plan img.model {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.katsura-sec .plan-box.kimono .plan .description {
  color: #FFF;
  font-size: 16px;
  margin: 0;
}

.katsura-sec .plan .text {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.katsura-sec .plan .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.katsura-sec .plan .select {
  flex: calc(50% - 7.5px);
  display: flex;
  justify-content: center;
  background-color: #FFF;
}

.katsura-sec .plan .select img {
  width: 80px;
  height: 80px;
}

.katsura-sec .add-bg .top-menu-select-h2 span.en {
  color: #134E78;
}

.katsura-sec .add-bg .top-menu-select-h2 span.jp {
  color: #134E78;
}

.pricing .pricing-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing .pricing-inner .plan {
  padding: 30px;
  border: 2px solid #134E78;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex: calc(50% - 10px);
}

.katsura-sec .pricing .pricing-inner {
  display: block;
}

.katsura-sec .pricing .pricing-inner .plan {
  padding: 30px;
  border: 2px solid #134E78;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 50%;
  margin: 0 auto;
}

.pricing .pricing-inner .plan .title {
  border-bottom: 1px solid #124f78;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.pricing .pricing-inner .plan .description {
  font-size: 16px;
}

.pricing .pricing-inner .plan .price {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  text-align: center;
}

.pricing .pricing-inner .plan .price span {
  font-size: 18px;
  margin-left: 5px;
}

.pricing .pricing-inner .plan table {
  width: 80%;
  border: none;
  margin: 0 auto;
}

.pricing .pricing-inner .plan table td {
  padding: 15px 20px;
  font-size: 20px;
  border: none;
}

.pricing .pricing-inner .plan table tr {
  border-top: 1px dotted #124f78;
}

.pricing .pricing-inner .plan table tr:last-of-type {
  border-bottom: 1px dotted #124f78;
}

.pricing .pricing-inner .plan table td.right {
  text-align: center;
}

.pricing .pricing-inner .plan .add {
  display: block;
  margin: 0 auto;
  width: 80%;
  font-size: 12px;
  margin-top: 15px;
  padding: 0 20px;
}

/* -------------流れ-------------- */
.kimonotaiken .flow-sec {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  height: auto;
  background: rgb(250 248 246 / 80%);
}

.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
  width: 100%;
}

.flow09>li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow09>li dl dt {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.flow09>li .icon09 {
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09>li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09>li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 72px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 92px;
  margin: auto;
}

.flow09>li dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.flow09>li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
  padding-left: 30px;
}

.flow-sec .main-title {
  text-align: center;
  margin-bottom: 50px;
}

.flow-sec .top-menu-select-h2 {
  align-items: center;
  margin-bottom: 30px;
}

.flow-sec .top-menu-select-h2 span.en {
  color: #f59339;
  font-size: 22px;
}

.flow-sec .top-menu-select-h2 span.jp {
  color: #134E78;
  font-size: 30px;
}

.flow-sec .main-title .description {
  display: inline-block;
}

.top-gallery-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(245 158 119 / 70%);
}

.top-gallery-sec .top-menu-select-h2 {
  padding-bottom: 0;
}

.top-gallery-sec {
  padding: 50px 0;
}

.top-gallery-sec .top-menu-select-col-top {
  margin-bottom: 0;
}

.address-wrap .info-tel {
  text-align: left;
}

#gallery {
  padding-top: 200px;
}

.address-wrap .top-menu-select-h2 {
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .header-box-mobile {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header-box {
    display: none;
  }

  .header-box-mobile {
    display: block;
  }

  .header-box-mobile .main-logo {
    position: fixed;
    right: auto !important;
    top: 15px !important;
    left: 15px;
    height: 35px !important;
    width: auto;
    z-index: 21;
  }

  .header-box-mobile .main-logo img {
    height: 35px;
  }

  .header-box-mobile .sub-logo {
    display: none;
  }

  .button-box {
    height: 50px !important;
  }
}

.banner-box {
  margin-top: 150px;
}

.banner-box a {
  display: block;
  transition: all 0.3s ease;
}

.banner-box a:hover {
  opacity: 0.7;
}

.banner-box img {
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  section.salon-menu {
    padding: 50px 0;
  }

  .address-select-h2 {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f59339;
    color: #f59339;
  }

  .shop-info {
    padding: 0;
    padding-top: 0;
  }

  .shop-info p {
    text-align: center;
    color: #f59339;
  }

  address .info-tel p {
    background-color: transparent;
  }

  .instagram-modal {
    margin: 0 auto;
  }

  .text-bottom {
    margin-bottom: 15px;
  }

  .address-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-instagram {
    position: relative;
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .footer-copy-box {
    text-align: center;
  }

  .address-select-h2 span {
    font-size: 38px;
    color: #f59339;
  }

  .address-wrap .info-tel {
    text-align: center;
    border: 1px solid #f59339;
    margin-bottom: 15px;
    display: inline-block;
  }

  .address-wrap .info-tel p {
    margin-bottom: 0;
    color: #f59339;
    padding: 5px 20px;
  }

  .top-menu-select-h2 span.jp {
    color: #f59339;
  }

  .top-concept .top-menu-select-h2 {
    align-items: center;
  }

  .address-wrap .top-menu-select-h2 {
    align-items: center;
  }

  .address-wrap .container {
    width: 100%;
  }

  section.bridal-menu {
    padding: 0;
    padding-top: 50px;
  }

  .kitsuke-menu li p.text-dis {
    font-size: 14px;
  }

  .tax-info {
    text-align: center;
    margin-top: 0;
  }

  section.kitsuke-menu {
    padding: 50px 0;
  }

  .kitsuke-menu .salon-menu .text-dis-on p {
    text-align: center;
  }

  .top-concept .contents-box {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .top-concept .contents-box .left-box {
    width: 100%;
  }

  .top-concept .contents-box .right-box {
    width: 100%;
  }

  .top-concept {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .miki-concept .concept-message {
    font-size: 22px;
    text-align: center;
  }

  .main-visual {
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-visual .splide__slide img {
    height: 70vh;
  }

  .main-visual .splide {
    max-width: 100vw;
    top: 0;
  }

  .news-wrap-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-menu-select-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bridal-address {
    text-align: center;
  }

  .bridal-menu li span.left-bridal {
    width: auto;
  }

  .bridal-menu li span.right-bridal {
    width: auto;
    margin-left: 0;
  }

  .bridal-name {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .main-visual .main-title .row {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    gap: 30px;
  }

  .main-visual .main-title p {
    color: #FFF;
    line-height: 1.4;
    font-size: 24px;
  }

  .main-visual::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(87 83 75 / 30%);
    z-index: 0;
    mix-blend-mode: multiply;
  }

  .main-visual .main-title .row img {
    width: 100%;
  }

  .main-visual picture {
    width: 70%;
  }

  .address-wrap .top-menu-select-h2 {
    align-items: center;
  }

  .banner-box {
    margin-top: 50px;
  }

}

a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none !important;
}

.c-hamburger--htx.is-active {
  background-color: #FFF;
}

.section02 .c-hamburger--htx.is-active {
  background-color: #f59339;
}

.section02 .c-hamburger--htx.is-active {
  background-color: #f59339;
}





.button-box .section02 .c-hamburger--htx span {
  background-color: #f59339;
}

.button-box .section02 .c-hamburger--htx.is-active span {
  background: 0 0;
}