/* Main CSS "lagoon" */

.color-scheme {
  color: #f4e96e;
  color: #b89b51;
  color: #a48532;

  color: #ffdbc9;
  color: #7e3816;
}
.img-base_size-01 {
  width: 1600px;
  height: 900px;
  width: 920px;
  height: 518px;
}
.img-base_size-02 {
  width: 1600px;
  height: 990px;
  width: 940px;
  height: 582px;
  width: 800px;
  height: 495px;
}
.img-base_size-03 {
  width: 1100px;
  height: 734px;
  width: 920px;
  height: 614px;
  width: 800px;
  height: 534px;
}
.img-base_size-04 {
  width: 1000px;
  height: 750px;
  width: 800px;
  height: 600px;
  font-family: 'Noto Serif JP', serif;
}


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

Base

-------------------*/
* {
  box-sizing: border-box;
}

body {

  font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
  /* background: #e9d8b8; */
  /* background: #f7f3ea; */
  background: #e5e5e5;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}

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

Common

-------------------*/
#wrapper {
  padding-top: 0px;
}

h2,
h3,
h4 {
  font-weight: normal;
}
.red-text {
  color: #e84b13;
}
.blue-text {
  color: #2191c5;
}
.yellow-text {
  color: #eadb03;
}
.bold-text {
  font-weight: 700;
}

@media screen and (min-width: 896px) {
  .is_sp {
    display: none;
  }
}

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

Spacer

-------------------*/
.nc20 {
  padding:20px 0;
}
.nc50 {
  padding:50px 0;
}
.spacer12 {
  padding:12px;
}
.spacer20 {
  padding:20px;
}
.spacer60 {
  padding:60px;
}

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

2nd_mv

-------------------*/
.second-mainvisual {
  width: 99%;
  margin: .5% auto;
  background-image: url(../img/second_mv_dishes.jpg);
  background-size: cover;
  background-position: 50% 30%;
  height: 78vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;

  border: solid 1px #333;
  box-sizing: border-box;

  /* outline: 1px solid #79c401;
  outline-offset: -8px; */

  /* border-radius: 24px; */
  /* clip-path: polygon(10% 0, 90% 0, 100% 3%, 100% 97%, 90% 100%, 10% 100%, 0 97%, 0 3%); */
}
.second-mainvisual::after {
  position: absolute;
  content: "";
  background: #a87139;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 5%;
  height: 40%;
  width: 35%;
  height: 10%;
  bottom: 0;
  left: 0;
}
.second-mainvisual::before {
  position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 5%;
  height: 40%;
  width: 35%;
  height: 10%;
  top: 0;
  right: 0;
}
.second-mainvisual.drink {
  background-image: url(../img/second_mv_drink.jpg);
  background-position: 50% 20%;
}
.second-mainvisual.cors {
  background-image: url(../img/second_mv_cors.jpg);
  background-position: 50% 50%;
}
.second-mainvisual.about {
  background-image: url(../img/top_mv1.jpg);
}
.second-mainvisual.gally1 {
  background-image: url(../img/second_mv_gally1.jpg);
}
.second-mainvisual.takeaway {
  background-image: url(../img/second_mv_takeaway.jpg);
  background-position: 54% 48%;
}
.second-mainvisual.stay {
  background-image: url(../img/second_mv_stay.jpg);
  background-position: 30% 60%;
}
.second-mainvisual.inside {
  background-image: url(../img/second_mv_inside.jpg);
  background-position: 90% 40%;
}
.second-mainvisual.contact {
  background-image: url(../img/2nd_mv_contact.png);
}
.second-mainvisual.dish2 {
  background-image: url(../img/second_mv_dish2.jpg);
  background-position: 46% 98%;
}
.second-mainvisual.recruit {
  background-image: url(../img/second_mv_recruit.jpg);
}
.second-mainvisual-outer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.second-maintitle {
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #4a4a4a 50%, #3c3c3c 50%);
  padding: 20px 40px;
  width: max-content;
  /* width: 230px; */
  height: auto;
  z-index: 2;
  /* transform: translateX(-50%); */
  /* filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.4)); */
  /* clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%); */
  border: solid 10px #222;
  box-sizing: border-box;
}
.mv2-en-title {
  font-weight: 400;
  font-size: 28px;
  color: #eee;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Fruktur', cursive;
}
.mv2-jp-title {
  font-weight: 500;
  font-size: 13px;
  padding: 4px 0 0;
  color: #fff;
  line-height: 1.0rem;
  /* transform: skew(20deg);  */
}
.second-maintitle.wide {
  width: 70%;
  letter-spacing: 0.10em;
  font-size: 34px;
}
.second-maintitle::before {
  position: absolute;
  font-size: 16px;
  top: 4px;
  left: 40px;
  color: #2e3740;
  letter-spacing: 0.2rem;
  text-shadow: none;
  font-weight: 500;
}
.second-maintitle.antivirus::before {
  /* content: "ANTIVIRUS"; */
}
.second-maintitle.policy::before {
  /* content: "EDUCATIONAL POLICY"; */
}
.second-maintitle.course2::before {
  /* content: "Junior high school"; */
}
.second-maintitle.course3::before {
  /* content: "High school"; */
}
.second-maintitle.flow::before {
  /* content: "FLOW OF ENROLLMENT"; */
}
.second-maintitle.chitose::before {
  /* content: "CHITOSE CLASSROOM"; */
}
.second-maintitle.company::before {
  /* content: "COMPANY"; */
}
.second-maintitle.contact::before {
  /* content: "CONTACT"; */
}
.second-maintitle.notice::before {
  /* content: "NOTICE"; */
}
.second-maintitle.news::before {
  /* content: "NEWS"; */
}

/*------------------
breadcrumbs
-------------------*/
.breadcrumbs {
  background: #e5e5e5;
}
.breadcrumbs ul {
  display: flex;
  font-size: 13px;
  padding: 20px 5%;
}
.breadcrumbs ul,
.breadcrumbs ul a {
  color: #333;
}
.breadcrumbs li::after {
  content: "/";
  padding: 0 10px;
  font-size: 13px;
}
.breadcrumbs li:last-child:after {
  content: '';
}

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

btn

-------------------*/
.btn-wrap {
  width: max-content;
  display: block;
  margin: 30px auto;
}
.btn2-wrap {
  width: 88%;
  display: block;
  margin: 30px auto 40px;
}
.btn3-wrap {
  width: 50%;
  display: block;
  margin: 10px auto 30px;
}
.btn-plane {
  color: #fff;
  padding: 10px 2px;
  /* background: linear-gradient(180deg, #a48532 50%, #907529 50%); */
  background: linear-gradient(180deg, #944711 50%, #72370d 50%);
  text-align: center;
  /* border: solid 1px #f7f3ea; */
  position: relative;
  z-index: 1;
  transition: all .6s ease;
  border-radius: 50px;
  box-shadow: 5px 5px 0px 0 #777;
  font-weight: 400;
  font-size: 18px;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  /* font-family: 'Zen Kurenaido', sans-serif; */
  /* font-family: 'Montserrat', sans-serif; */

}
.btn-plane.btn-red {
  padding: 18px 2px;
  font-size: 36px;
  background: linear-gradient(180deg, #9c0000 50%, #830101 50%);
}
.btn-plane.btn-gold {
  padding: 18px 2px;
  font-size: 36px;
  background: linear-gradient(180deg, #db7d24 50%, #c66c19 50%);
}
.btn-plane::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 5px auto;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0.1;
  z-index: -1;
  border-radius: 50px;
}
.btn-plane::after {
  content: "";
  position: absolute;
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  top: -8px;
  left: -8px;
  z-index: 1;
  border: solid 1px #888;
  border-radius: 50px;
}
.btn-plane:hover {
  color: #999;
  background: #111;
  /* border: solid 1px #999;
  outline: 1px solid #bbb; */
}
.moreinfo-unlink {
  letter-spacing: 1.83px;
  font-size: 14px;
  z-index: 1;
  width: 200px;
  text-decoration: none;
  background: none;
  position: relative;
  overflow: hidden;
}
.moreinfo-unlink::before { 
  content: "";
  z-index: -1;
  position: absolute;
  width: 190px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #8d5e3f;
  /* background-color: #3a3a3a; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo-unlink:hover:before {
  left: -100%;
}
.moreinfo-unlink span {
  display: block;
  width: 190px;
  color: #fff;
  padding: 5px 0 7px;
  text-align: center;
  border: #eee solid 1px;
  border: #111 solid 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moreinfo-unlink:hover span {
  color: #eee;
  background-color: #fff;
}
.moreinfo-unlink:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 25px;
  height: .5px;
  top: 18px;
  right: 0px;
  background-color: #777;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo-unlink:hover:after {
  right: 10px;
  background-color: #eee;
}

.moreinfo {
  letter-spacing: 1.83px;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
  width: 320px;
  text-decoration: none;
  background: none;
  position: relative;
}
.moreinfo:hover {
  /* border: solid 1px #aaa; */
}
.moreinfo::before { 
  content: "";
  z-index: -1;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 1px solid #555;
  outline-offset: -6px;
}
.moreinfo.v2::before {
  background: gray;
}
.moreinfo:hover:before {
  left: -100%;
}
.moreinfo a {
  display: block;
  width: 300px;
  color: #fff;
  padding: 15px;
  text-align: center;
  border: #333 solid 1px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.moreinfo.v2 a {
  border: #fff solid 1px;
}
.moreinfo:hover a {
  color: #c49e70;
  border: #666 solid 1px;
}
.moreinfo.v2:hover a {
  color: #fff;
}
.moreinfo:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 28px;
  right: 0px;
  background-color: #777;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo:hover:after {
  right: 20px;
  background-color: #c49e70;
}
.moreinfo.v2:hover:after {
  background-color: #fff;
}

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

heading

-------------------*/
.heading-outer30 {
  display: block;
  width: max-content;
  /* height: 260px; */
  margin: 0 auto 30px;
}
.heading-outer20 {
  display: block;
  width: max-content;
  /* height: 220px; */
  margin: 0 auto 20px;
}
.heading-outer80 {
  display: block;
  width: max-content;
  margin: 0 auto 80px;
}
.num-heading {
  /* width: max-content;
  font-size: 28px;
  color: #a87139;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem; */
  margin: 0px auto;

  /* font-family: 'Caveat', cursive; */
  /* font-family: 'Arya', sans-serif; */
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-style: italic; */
  /* font-family: 'Urbanist', sans-serif; */
  /* font-family: 'Yuji Boku', serif; */
  /* font-family: 'Cormorant Garamond', serif; */
  /* font-family: 'Montserrat', sans-serif; */

  background-image: url(../img/deco_num.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 86px;
  height: 86px;
  background-size: auto 86px;

  margin: auto;
}
.num-heading.num-deco2 {
  background-image: url(../img/deco_num2.png);
}
.num-heading.num-deco3 {
  background-image: url(../img/deco_num3.png);
}
.num-heading.num-deco4 {
  background-image: url(../img/deco_num4.png);
}
.num-heading.num-deco5 {
  background-image: url(../img/deco_num5.png);
}
.num-heading.num-deco6 {
  background-image: url(../img/deco_num6.png);
}
.en-heading {
  width: max-content;
  color: #3a3a3a;
  font-weight: 400; 
  font-size: 50px;
  /* line-height: 6.0rem; */
  letter-spacing: 0.1rem;
  /* border-bottom: solid 3px #fff; */
  margin: 22px auto 0px;
  /* padding: 0 0 6px; */
  text-align: center;
  position: relative;
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  /* font-family: 'Caveat', cursive; */
  /* font-family: 'Arya', sans-serif; */
  /* font-family: 'Anton', sans-serif; */
  /* font-style: italic; */
  /* font-family: 'Nothing You Could Do', cursive; */
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Yanone Kaffeesatz', sans-serif; */
  /* font-family: 'Nanum Pen Script', cursive; */
  /* font-family: 'Baskervville', serif; */

  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Charm', cursive; */
  /* font-family: 'Moul', cursive; */
  /* font-family: 'Josefin Slab', serif; */
  /* font-family: 'Rokkitt', serif; */
  /* font-family: 'Cormorant Garamond', serif; */
  /* font-family: 'Sancreek', cursive; */
  /* font-family: 'Fruktur', cursive; */
  font-family: 'Fruktur', cursive;
}
.num-heading.white {
  color: #ddd;
}
.en-heading.white {
  color: #ddd;
  /* color: #d7b45c; */
}
.jp-heading {
  width: max-content;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  /* line-height: 1.4rem; */
  letter-spacing: 0.2rem;
  margin: -4px auto 0;
  text-align: center;
  position: relative;
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  /* font-family: 'Yuji Syuku', serif; */
  /* font-family: 'Yuji Boku', serif; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Zen Kurenaido', sans-serif; */
  /* writing-mode: vertical-rl; */
  /* width: 100px; */
  /* background: #0e7fe9; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.en-heading::after {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, #333 0%, #33333300 100%); */
  background: #555;
  width: 80%;
  height: .6px;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  display: none;
}
.en-heading::before {
  position: absolute;
  content: "";
  background: #888;
  width: 1px;
  height: 30px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  /* display: none; */
}
.jp-heading.white {
  color: #ddd;
  /* color: #f1cf79; */
}
.en-heading.white::after {
  background: linear-gradient(90deg, #fff 0%, #ffffff00 100%);
}
.jp-heading::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #777 0%, #77777700 100%);
  /* background: #555; */
  width: 70%;
  height: 1px;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  display: none;
}
.jp-heading::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, #777 0%, #77777700 100%); */
  background: #555;
  width: 110%;
  height: .6px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  display: none;
}
.jp-heading.white::after {
  background: linear-gradient(90deg, #fff 0%, #ffffff00 100%);
  /* background: linear-gradient(90deg, #940005 0%, #94000500 100%); */
}
.jp-heading.right::after {
}
.jp-heading.black {
  /* color: #eee; */
}
.en-heading.black {
  /* color: #2e3740; */
}

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

Header

-------------------*/
/*navのベース,位置を指定*/
nav {
  width: 100%;
  /* height: 143px; */
  position: absolute;
  z-index: 99;
  background: transparent;
  left:0;
  top:0;
  /* border-bottom: solid 1px #fff; */
}
nav::after {
  /* content: "カシワ\Aアジアン ダイニング";
  white-space: pre ;
  position: absolute;
  display: block;
  width: 200px;
  top: 160px;
  left: 0px;
  color: #fde505;
  text-align: center;
  font-size: 14px;
  line-height: 1.4rem;
  z-index: -1; */
}

.drawer {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
  position: relative;
  height: auto;
  /* padding: 0 1em; */
  padding: 0 1em 0 0;
  /* background: lightskyblue; */
  z-index: 30;
}
/* h1 img {
  max-width: 150px;
  display: block;
  margin-left: 2px;
} */
/*menuは左に隠しておく*/
.menu {
  /* text-align: center;  */
  transition: .5s ease;
  
  /*左に隠しておく*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);

  /*右に隠しておく*/
  /* -webkit-transform: translateX(105%);
  transform: translateX(105%); */

  /*上に隠しておく*/
  /* -webkit-transform: translateY(-120%);
  transform: translateY(-120%); */
}
.menu ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border-bottom: solid 0.5px #666;
  color: #333;
  text-decoration: none;
  color: #fff;
  /* font-family: 'Zen Kurenaido', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Montserrat', sans-serif;
}
.menu ul li:first-child {
  border-top: solid 0.5px #666;
}
.menu ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  color: #ddd;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}

/* li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  display: inline-block;
  top: 40px;
  width: 100%;
  padding: 0px;
  background: pink;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
li.menu__single:hover ul.menu__second-level {
  top: 40px;
  visibility: visible;
  opacity: 1;
} */
.menu-tel-sp a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  background: #3a3a3a;
  /* background: linear-gradient(180deg, #484848 50%, #3a3a3a 50%); */
  text-decoration: none;
  color: #fff;
  /* font-family: 'Zen Kurenaido', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Montserrat', sans-serif;
}
.menu-tel-sp i {
  font-family: 'Font Awesome 5 Free';
  padding-right: 2px;
}
.menu-tel-sp small {
  font-size: 14px;
  font-weight: 500;
}
.menu-tel-sp a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}
.menu-contact-sp a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  background: #3a3a3a;
  /* background: linear-gradient(180deg, #484848 50%, #3a3a3a 50%); */
  text-decoration: none;
  color: #fff;
  /* font-family: 'Zen Kurenaido', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Montserrat', sans-serif;
}
.menu .menu-contact-sp i {
  padding-right: 6px;
}
.menu-contact-sp small {
  font-size: 14px;
  font-weight: 500;
}
.menu-contact-sp a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*右スライド*/
}
.Toggle {
  display: block;
  /* position: absolute; */
  position: fixed;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  top: 20px;
  right:15px;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 34px;
  border-bottom: solid 3px #cf8301;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
/*変化前*/
.Toggle span:nth-child(1) {
  top:5px;
}
.Toggle span:nth-child(2) {
  top: 13px;
  /* width: 28px; */
}
.Toggle span:nth-child(3) {
  top: 22px;
  /* width: 18px; */
}
/*変化後*/
.Toggle.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 34px;
}

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

Header max-width:896px

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

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

  .header-notice {
    /* width: 100%;
    font-size: 12px;
    background: #eee;
    padding: 8px 14px;
    line-height: 1.15rem;
    color: #fff; */
  }
  .header-notice a{
    /* color: #2BB8FA; */
  } 
  header h1 a {
    display: block;
    width: 110px;
    height: 110px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: auto 110px;
    overflow: hidden;
    /* text-indent: 100%; */
    margin-top: 18px;
    margin-left: 18px;
  }
  /*タイトルロゴは表示し、附随するテキストを隠す*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  .menu {
    position: fixed;
    margin-top: -46px;
    background-color: rgba(39, 39, 39, 0.85);
    width: 90%;
    z-index: 80;
    border: solid 4px #bbb;
  }
  .menu-tel,
  .menu-contact {
    display: none;
  }
  .menu__single .init-bottom {
    display: none;
  }
  /* .menu .form {
  display: none;
  } */
}

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

Header max-width:896px

-------------------*/
@media screen and (max-width: 896px) {
  nav {
    height: 80px; /*imp_tag*/
    /* background-color: teal; */
  }
  .drawer {
    /* border-bottom: solid .5px #fff; */
  }
  
}

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

Header min-width:896px

-------------------*/
@media screen and (min-width: 896px) {
 
  nav {
    /* margin-top: 30px; */
    /*pcのheight base-px*/
    /* position: fixed; */
    /*drawer/menuのflex*/
    /* display: flex; */

    /* background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(75, 75, 75, 0.647) 100%); */

    /* justify-content: space-between; */
    /* box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2); */
    z-index: 99;
    /* border-bottom: solid .5px #fff; */
  }
  nav {
    height: 80px;
    /* transition: all 2s ease;
    -webkit-transition: all 2s ease; */
  }
  nav::before {
    /* position: absolute;
    content: "";
    width: 99%;
    height: 88vh;
    background: transparent;
    top: calc(8px + 6px);
    left: calc(8px + 6px);
    border: solid 1px #eee; */
  }
  nav.fixed::before {
    display: none;
  }
  .header-notice {
    /* height: 40px;
    width: 100%;
    font-size: 13px;
    background: transparent;
    background: rgb(23,179,151);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; */
  }
  .header-notice a {
  }
  .header-notice a:hover{
    color: #2e3740;
  }

  .nav-wrapper {
    display: flex;
    justify-content: space-between;
    background: transparent;
    /* padding: 0 2% 0 3%; */
    padding: 0% 4% 0 0%;
    /* background: #000;
    height: 80px; */
  }
  nav.fixed {
    position: fixed;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #fafafa;
    background: linear-gradient(180deg, #fafafa 56%, #eee 56%);
    /* background: linear-gradient(180deg, #333 56%, #222 56%); */
    /* background: #fffcf7; */
    /* background: #fbefd9; */
    /* background: #eee; */
    height: 80px;
    /* justify-content: center; */
    border-bottom: none;
    z-index: 200;
    /* border: solid 10px #eee; */
  }

  nav .drawer {
    width: auto;
    height: auto;
    /* background-color: #ddd; */
    position: relative;
    /* transition: all .2s ease;
    -webkit-transition: all .2s ease; */
  }
  nav.fixed .drawer {
    /* width: 326px; */
    /* height: 60px; */
  }
  .drawer h1 a {
    /* position: absolute; */
    display: block;
    width: 180px;
    height: 180px;
    /* margin: 20px 0; */
    /* background-image: url(../img/shop-logo-r.png); */
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: auto 180px;
    overflow: hidden;
    /* text-indent: 100%; */
    margin-left: 30px;
    margin-top: 26px;
    /* transition: all 2s ease;
    -webkit-transition: all 2s ease; */
    animation: anime-h1logo 3s;
  }
  @keyframes anime-h1logo {
    0% {
        opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  /*タイトルロゴ画像を表示して、附随するテキストは隠したい*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  nav .drawer::before {
    content: "";
    position: absolute;
    display: block;

    background: linear-gradient(90deg, #f0b58f 50%, #c18c6a 50%);
    background: #fff;

    /* background-image: url(../img/bg_washi.jpg);
    background-repeat: repeat;
    background-position: 50% auto;
    background-size: auto 260px;
    height: 490px; */

    width: 500px;
    height: 200px;
    top: 0px;
    left: 0px;
    z-index: -2;
    
    /* border-radius: 0 0px 22px 22px; */

    /* border-radius: 0 0 22px 22px; */

    /* border-radius: 22px; */

    /* border-radius: 1px; */

    /* border: solid 3px #555;
    box-sizing: border-box; */

    /* outline: 1px solid #aaa;
    outline-offset: -5px; */

    /* box-shadow: 0px 3px 0px 0 #bbb; */

    clip-path: polygon(0 0, 0% 100%, 100% 0);

    display: none;
    
  }
  nav .drawer::after {
    /* content: "";
    position: absolute;
    display: block;
    background-image: url(../img/bg_mokume.png);
    background-repeat: repeat;
    background-position: left center;
    width: 358px;
    height: 146px;
    background-size: 460px auto;
  

    top: 26px;
    left: 26px;
    z-index: -1;
    opacity: 0.08; */

    /* content: "";
    position: absolute;
    background-image: url(../img/bg_h1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 400px auto;
    top: 0;
    left: 30px;
    width: 340px;
    height: 148px;
    z-index: -3; */
    /* border-radius: 0 0 18px 18px; */

    /* content: "カシワ\Aアジアン ダイニング";
    white-space: pre ; */

    /* content: "RENGAKAN";
    position: absolute;
    display: block;
    width: 130px;
    top: 140px;
    left: 50px;
    color: #333;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    z-index: -1;
    letter-spacing: 0.1rem;
    background: #ddd;
    padding: 0 10px 0 0;
    line-height: 1.1rem; */
  }
  nav.fixed .drawer h1 a {
    width: 234px;
    height: 66px;
    background-image: url(../img/logo_fixed.png);
    background-position: left top;
    background-size: auto 66px;
    margin-top: 8px;
    margin-left: 78px;
  }
  nav.fixed .drawer::before {
    /* display: none; */
    top: 0;
    width: 280px;
    height: 100px;
  }
  nav.fixed .drawer::after {
    height: 80px;
    display: none;
  }
  .Toggle {
   display: none;
  }  
  .menu-pc-inner {
    display: flex;
    justify-content: center;
    background-color: transparent;
  }
  .menu {
    display: flex;
    font-size:0.9em;
    background-color: transparent;
    padding: 0 0px 0 2px; 
    margin-right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
  .menu {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }

  nav.fixed .menu { /*imp*/
    background-color: transparent;
  }
  
  .menu ul {
   height: 120px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   padding-right: 15px;
   margin: 0;
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
  .menu ul {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  nav.fixed .menu ul {
    height: 80px;
  }
  .menu ul li a {
   padding: 0 10px;
   border-bottom: none;
   font-size: 15px;
   color: #222;
   /* color: #4e4e4e; */
   font-weight: 500;
   letter-spacing: 0.1rem;
   transition: all .5s ease;
   /* font-family: 'Oswald', sans-serif; */
   /* font-family: 'Noto Serif JP', serif; */
   /* font-family: 'Arya', sans-serif; */
   /* font-family: 'Urbanist', sans-serif; */
   /* font-family: 'Noto Serif JP', serif; */
   /* font-family: 'Zen Kurenaido', sans-serif; */
   /* font-family: 'Montserrat', sans-serif; */
  }
  .menu ul li a i {
    padding-right: 3px;
  }
  nav.fixed .menu ul li a {
    /* color: #eee; */
    /* color: #333; */
  }
  .menu-tel a,
  .menu-contact a {
    border-bottom: none;
  }
  .menu ul li:first-child {
    border-top: none
  }
  .menu ul li a::after {
    display: none;
  }
  nav.fixed .menu ul a {
    color: #2e3740;
  }
  nav.fixed .menu .sp-contact a {
    color: #fff;
  }
  .menu ul li a:hover {
    background-color:transparent;
    color: #aaa;
  }
  nav.fixed .menu ul li a:hover {
    color: #aaa;
  }
  .menu-tel {
    display: flex;
    white-space: nowrap;
    height: 80px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    /* border-left: solid 1px #777; */
    padding: 0 2px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  nav.fixed .menu-tel {
    height: 80px;
  }
  .menu-tel a {
    /* color: #555; */
    color: #fff;
  }
  /* .menu-tel-num p {
    font-size: 10px;
  } */
  .menu-tel-num i {
    margin-left: 0px;
    font-size: 16px;
  }
  .menu-tel a i {
    padding-right: 5px;
  }
  .tel-num__num { 
    font-size: 14px;
    /* line-height: 0.2rem; */
    transform: translateY(10%);
    color: #fff;
    background: #3c3c3c;
    /* background: linear-gradient(90deg, rgb(129, 66, 66) 8px, rgba(51,51,51,1) 8px); */
    /* border: solid 1px #777; */
    padding: 10px 20px;
    position: relative;
    transition: all .6s ease;
    border-radius: 20px;
  }
  .tel-num__num::before {
  }
  .tel-num__num::after {
  }
  nav.fixed .tel-num__num {
    font-size: 14px;
    background: transparent;
    padding: 10px 20px;
    color: #ddd;
    border: solid 1px #aaa;
    border-radius: 20px;
    background: #3c3c3c;
  }
  .menu-tel-sp,
  .menu-contact-sp {
    display: none;
  }
  .tel-num__num:hover {
    color: #aaa;
  }
  nav.fixed .tel-num__num:hover {
    color: #aaa;
  }

  /*ドロップダウン*/
  li.menu__single {
    position: relative;
  }
  li.menu__single ul.menu__second-level {
    position: absolute;
    /* text-align: center; */
    vertical-align: middle;
    top: 30px;
    width: 180px;
    height: 190px;
    margin-top: 10px;
    margin-left: -20px;
    padding-left: 20px;
    /* background: #333; */
    background: linear-gradient(166deg, #af7439 46%, #976430 46%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    /* border-radius: 12px; */
    /* border-radius: 6px; */
    /* outline: 1px solid #666;
    outline-offset: -6px; */
    /* clip-path: polygon(80% 0, 100% 0, 100% 93%, 30% 100%, 0 100%, 0 8%); */
  }
  li.menu__single ul.menu__second-level.drop2 {
    width: 180px;
    height: 150px;
    margin-left: -40px;
  }
  .menu__second-level li{
    /* display: block; */
    padding-top: 12px;
    /* color: #333; */
  }
  .menu__second-level li:first-child{
    padding-top: 36px;
  }
  ul.menu__second-level li a {
    color: #fff;
    padding: 0 0 0 10px;
    line-height: 1.4rem;
    border-left: solid 2px #eee;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  nav.fixed ul.menu__second-level li a {
    color: #fff;
  }
  /* .menu__second-level li a {
    color: #fff;
  } */
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
}

/*------------------
circle-outer
-------------------*/
.circle-outer {
  display: flex;
  height: 120px;
  text-align: center;
  align-items: center;
  margin: 0 6px;
  /* background-color: #0e7fe9; */
}
nav.fixed .circle-outer {
  height: 80px;
}
.circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  /* background: #87582a; */
  background: #bb7600;
  border-radius: 50%;
  position: relative;
  color: #fff;
  transition: all .6s ease;
  /* border: solid 2px #ddd; */
}
.circle-btn.c-color2 {
  background: #222;
  /* background: #d71d18; */
}
.circle-btn.insta-lunch::after {
  position: absolute;
  content: "ランチ情報";
  text-align: center;
  font-size: 10px;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  color: #eee;
  display: block;
  width: 100px;
}
.circle-btn:hover {
  color: #aaa;
}
  
/*------------------

imgBox top_only

-------------------*/
.main_imgBox {
  width: 99%;
  height: 92vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
  
  /* border: solid 1px #555;
  box-sizing: border-box; */

  /* border-radius: 1px; */
  /* clip-path: polygon(10% 0, 90% 0, 100% 3%, 100% 97%, 90% 100%, 10% 100%, 0 97%, 0 3%); */
  /* clip-path: polygon(0 0, 90% 0%, 100% 6%, 100% 100%, 10% 100%, 0 94%); */

  margin: .5% auto;

}
.main_imgBox::after {
  position: absolute;
  content: "";
  /* width: 100%;
  height: 92vh;
  background: transparent; */

  background: #a87139;

  /* background: #0ba73c; */
  /* border: solid 12px #c96c32; */
  /* border: solid 14px #ddd;
  box-sizing: border-box; */

  z-index: 12;
  /* top: 0;
  left: 0; */

  /* outline: 1px solid #eee;
  outline-offset: -8px; */

  /* top: calc(6px + 6px);
  left: calc(6px + 6px);   */

  /* border: solid 1px #a87139;
  box-sizing: border-box; */

  /* clip-path: polygon(0% 15%, 0 0, 15% 0%, 50% 0, 50% 50%, 100% 50%, 100% 85%, 100% 100%, 85% 100%, 50% 100%, 50% 50%, 0 50%); */

  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 5%;
  height: 40%;
  width: 35%;
  height: 10%;
  bottom: 0;
  left: 0;

}
.main_imgBox::before {
  position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 5%;
  height: 40%;
  width: 35%;
  height: 10%;
  top: 0;
  right: 0;
}

.video-inner {
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* background: url(img/video.jpg) no-repeat center center/cover; */
}
video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sidebar {
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #fff;
}
.sidebar img {
  width: 16px;
  margin-top: 70px;
}
.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 92vh;
  background-position: 50% 78%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  background-position: 50% 40%;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
  background-position: 50% 36%;
}
/* .main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
  background-position: 40% 40%;
  z-index:9;
}
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
  background-position: 50% 40%;
} */

@keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      transform: scale(1.1);
      /* transform: translateX(5%); */
      z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      -webkit-transform: scale(1.1);
      /* transform: translateX(5%); */
      z-index:9;
  }
  100% { opacity: 0 }
}
.logo-main {
  position: absolute;
  width: 318px;
  height: 390px;
  background-image: url(../img/logo-main.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 390px;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  top: 52%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 50;
  animation: anime-mainlogo 18s infinite;
  /* filter: drop-shadow(0 0 0.35rem rgb(255, 255, 255)); */
  opacity: 0.1;
}
@keyframes anime-mainlogo {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main-title-outer {
  position: absolute;
  left: 65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top:80%;
  z-index: 12;
  text-align: center;

}
/* .main-title-outer::after {
  position: absolute;
  content:"";
  width: .5px;
  height: 380px;
  background: #17b397;
  left: -5%;
  top: -30%;
}
.main-title-outer::before {
  position: absolute;
  content:"";
  width: 100%;
  height: .5px;
  background: #17b397;
  left: -5%;
  top: -30%;
} */
.main-title {
  width: 560px;
  padding: 10px;
  font-size: 16px;
  border-top: solid 1px #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #fff;
}
.main-title2,
.main-title3 {
  width: 560px;
  padding: 10px;
  font-size: 16px;
  border-bottom: solid 1px #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #fff;
  font-size: 16px;
  margin-left: 30px;

  /* filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2)); */
  /* transform: translateX(150px); */
  /* filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.4)); */
}
.main-title-outer2 {
  position: absolute;
  width: auto;
  display: block;
  /* height: 500px; */
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 12;
  /* background: #009479; */
  display: flex;
  justify-content: center;
  text-align: center;
}
.main-copy {
  /* writing-mode: vertical-rl; */
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  /* height: 500px; */
  /* color: #fff6b2; */
  /* letter-spacing: -0.1rem; */
  font-family: 'Fredericka the Great', cursive;
}
.main-copy span {
  color: #fff;
  font-size: 30px;
}


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

animation

-------------------*/
.fadeInleft {
  opacity : 0;
  transform: translateX(-200px);
  transition: 0.4s;
}
.fadeInUp {
  opacity : 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.trs10 {
  transition: 1.0s;
}
.trs15 {
  transition: 1.5s;
}
.trs20 {
  transition: 2.0s;
}
.trs25 {
  transition: 2.5s;
}
.trs30 {
  transition: 3.0s;
}

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

promise

-------------------*/
.top-sec-promise {
  padding: 80px 0 50px;
  position: relative;  
  background: #252525;
  /* background: linear-gradient(90deg, #252525 50%, #191919 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #e9d8b8 50%); */
}
.top-sec-promise .inner {
  padding: 0 26px;
}
.promise-text-area {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 2.0rem;
  text-align: center;
  padding: 0 8%;
}

/*------------------
scrolldown
-------------------*/
.top-sec-scrolldown {
  padding: 20px 0 40px;
  position: relative;
  background: transparent;
  margin: 6px auto 40px;
}
.scrolldown1{
  position:absolute;
  width: 200px;
  left: 50%;
  top: 10px;
  height: 50px;
  z-index: 10;
  /* background: #0e7fe9; */
}
.scrolldown1 span {
  position: absolute;
  left:-15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: .5px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height: 0;
    top: 6px;
    opacity: 0;
  }
  30%{
    height: 30px;
    opacity: 1;
  }
  100%{
    height: 0;
    top: 58px;
    opacity: 0;
  }
}

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

concept

-------------------*/
.top-sec-concept {
  padding: 160px 0px 100px;
  background: #f8f8f8;
  /* background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 50%, #f0f0f0 50%); */
  position: relative;
  /* z-index: -2; */
  z-index: 1;
  overflow: hidden;
}
.top-sec-concept::before {
}
.top-sec-concept::after {
}
.top-sec-concept .inner {
  padding: 0 8%;
}
.top-sec-concept .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 615px;
  height: 220px;
  background-size: auto 220px;
  top: 4%;
  right: -2%;
  filter: none;
  z-index: -1;
  opacity: 0.1;
}
.concept-wrapper {
  /* width: 85%; */
  margin: 0 auto;
}
.concept-heading-outer {
  display: flex;
}
.concept-img-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 90px 0 20px;
  position: relative;
  z-index: -1;
}
.concept-img-container::before {
  /* content: "料理はお箸でも頂けます";
  position: absolute;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  top: -24%;
  left: 3%;
  padding: 4px 10px;
  transform: rotate(-10deg);
  z-index: 10;
  font-style: italic;

  font-family: 'Noto Serif JP', serif; */

}
.concept-img-container.about1::before {
  /* content: "少人数から団体様までOK";
  left: auto;
  right: 20%; */
}
.concept-img-container::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 260px;
  background: transparent;
  border: solid .5px #777;
  top: -14px;
  left: -14px;
  z-index: 6;
}
.concept-img-outer {
  flex-basis: 24.8%;
  display: block;
  background-image: url(../img/top_con1.jpg);
  background-size: cover;
  background-position: center 50%;
  height: 260px;
  position: relative;
  z-index: 1;
  margin: 0 2px;
}
.concept-img-outer.f-img2 {
  background-image: url(../img/top_con2.jpg);
  background-position: center 50%;
}
.concept-img-outer.f-img3 {
  background-image: url(../img/top_con3.jpg);
}
.concept-img-outer.f-img4 {
  background-image: url(../img/top_con4.jpg);
}
.concept-img-outer.f-img5 {
  background-image: url(../img/top_con5.jpg);
}
.concept-img-outer.f-img6 {
  background-image: url(../img/top_con6.jpg);
}
.concept-img-outer.f-img7 {
  background-image: url(../img/top_con7.jpg);
}
.concept-img-outer.f-img8 {
  background-image: url(../img/top_con8.jpg);
}
.concept-img-container img {
  width: 100%;
}
.concept-text__article {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.8rem;
}
.btn-outer-wide {
  width: max-content;
  margin: 30px auto 20px;
}

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

news

-------------------*/
.top-sec-news {
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
  margin: 16px 0 0;
}
.top-sec-news::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #ffffff 50%, #fff1e9 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%); */
  /* background: linear-gradient(90deg, #ffffff 50%, #f4efe4 50%); */
  background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #555;
  outline-offset: -6px;
}
.top-sec-news::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  background-repeat: repeat;
  background-size: 6px auto;
  background-position: left top;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
  border-radius: 1px;
}
.top-sec-news .inner {
  /* max-width: 1340px; */
  margin: auto; 
  padding: 0 100px;
  position: relative;
}
.top-sec-news .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_pirate1.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 800px auto;
  width: 98%;
  height: 2000px;
  top: -26%;
  left: 1%;
  z-index: -1;
  opacity: 0.03;
}
.top-sec-news .inner::after {
}
.news-container {
  padding: 6px 0 0;
  /* background: #f7f6f4; */
}
.news-wrap {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 3% 0;
  margin: 70px 0;
}
.news-wrap:last-child {
  border-bottom: 1px solid #ddd;
}
.news-wrap__day,
.news-wrap__event,
.news-wrap__text,
.news-wrap__btn {
  display: table-cell;
  vertical-align: middle; /*重要！縦中央*/
}
.news-wrap__day {
  width: 12%;
  font-size: 14px;
  text-align: center;
}
.news-wrap__event {
  width: 15%;
  font-size: 14px;
  text-align: center;
}
.news-wrap__text {
  width: 90%;
  font-size: 14px;
  text-align: left;
}
.news-wrap__btn {
  width: 12%;
}

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

fcon abt

-------------------*/
.top-sec-fcon {
  padding: 100px 0 60px;
  background: #e5e5e5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 10px 0 0;
}
.top-sec-fcon.fcon2 {
  padding: 80px 0 100px;
}
.top-sec-fcon:first-child {
  margin: 12px 0 0;
}
.top-sec-fcon::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-image: url(../img/bg_mokume.png);
  background-repeat: repeat;
  /* background-size: auto 6px; */
  background-size: 580px auto;
  background-position: center top;

  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  /* opacity: 0.96; */
  opacity: 0.05;
  z-index: -1;
  /* border-radius: 1px; */
}
.top-sec-fcon::after {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #eee 50%, #f4efe4 50%); */
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  /* background: linear-gradient(90deg, #ffffff 50%, #fff1e9 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%); */
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  /* opacity: 0.1; */
  /* border-radius: 1px; */

  outline: 1px solid #a87139;
  outline-offset: -6px;

  /* border: solid 12px #fff;
  box-sizing: border-box; */
}
.top-sec-fcon.fcon2::after {
  top: 0%;
}
.top-sec-fcon.fcon2::before {
  top: 0%;
}
.top-sec-fcon .inner {
  /* max-width: 1340px; */
  margin: auto; 
  padding: 0 5%;
  position: relative;
  /* overflow: hidden; */
}
.top-sec-fcon .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo2.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 390px;
  height: 220px;
  background-size: auto 220px;
  top: 10%;
  right: 10%;
  z-index: -1;
  opacity: 0.2;
  display: none;
}
.top-sec-fcon.fcon2 .inner::before {
  width: 98%;
  height: 130%;
  top: -30%;
  filter: none;
  opacity: 0.9;
  z-index: -1;
  /* clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%); */
}
.top-sec-fcon .inner::after {
  /* position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 5%;
  height: 30%;
  bottom: -13%;
  left: 1%;  
  opacity: 0.4; */
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_spice1.png);
  background-repeat: repeat;
  background-size: 380px auto;
  background-position: 50% top;

  width: 49%;
  height: 300%;
  top: -10%;
  left: 1%;
  filter: none;
  /* opacity: 0.96; */
  opacity: 0.06;
  z-index: -1;
  /* border-radius: 1px; */
}
.top-sec-fcon.fcon2 .inner::after {
  /* bottom: -14%; */
  top: -18%;
}
.fcon-wrapper {
  margin: 100px 0 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  /* justify-content: space-between; */
  /* position: relative; */
  align-items: center;
  /* z-index: 1; */
}
.fcon-wrapper.fcon-reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 60px 0 0px;
}
.fcon-img-outer {
  width: 52%;
  position: relative;
  z-index: 1;
  /* background: #0e7fe9; */
  margin-left: 6%;
  margin-left: 5%;
}
.fcon-img-outer.fcon-reverse {
  margin-right: calc(5% + 20px);
  margin-left: auto;
}
.fcon-img-outer::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 390px;
  height: 110px;
  background-size: auto 110px;
  top: -18%;
  left: -6%;
  filter: none;
  z-index: -1;
  opacity: 0.1;
  display: none;

  /* position: absolute;
  content: "piu alto - usione e vino -";
  color: #222;
  font-weight: 300;
  font-size: 38px;
  top: -11%;
  left: -2%;
  padding: 8px 10px;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  opacity: 0.6;
  white-space: nowrap; */
}
.fcon-img-outer::after {
  position: absolute;
  content: "";
  background: transparent;
  /* border: solid .5px #666; */
  border: solid .5px #777;
  width: 100%;
  height: 490px;
  top: -20px;
  left: -20px;
  z-index: 3;
}
.fcon-img-outer.fcon-reverse::before {
  top: -18%;
}
.fcon-img-outer.fcon-reverse::after {
  left: -20px;
  top: -20px;
}
.fcon-img {
  /* display: block; */
  width: 100%;
  background-image: url(../img/top_about1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 490px;
  /* margin-left: 6%; */
  position: relative;
  z-index: 2;
  box-shadow: 8px 8px 0px 0 #77777778;
}
.fcon-img.fcon-reverse {
  background-image: url(../img/top_about2.jpg);
}
.fcon-img.fcon-reverse {
}
.fcon-img::before {
  /* position: absolute;
  content: "";
  display: block;
  width: 240px;
  height: .5px;
  background: linear-gradient(90deg, #111 20%, #11111100 100%);
  transform: rotate(-14deg);
  top: 10px;
  left: -6%;
  z-index: 8; */

  content: "格安の焼き鳥が自慢！";
  position: absolute;
  background: #222;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  top: -10%;
  left: -11%;
  padding: 8px 10px;
  /* transform: rotate(-10deg); */
  z-index: 10;
  /* font-style: italic; */
  /* font-family: 'Nothing You Could Do', cursive; */
  /* font-family: 'Niconne', cursive; */
  /* font-family: 'Rokkitt', serif; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Niconne', cursive;
  font-family: 'Cormorant Garamond', serif;   */
  outline: 1px solid #888;
  outline-offset: -5px;
  display: none;
}
.fcon-img::after {
}
.fcon-img.fcon-reverse::before {
  /* content: ""; */
}
.fcon-text {
  display: flex;
  align-items: center;
  width: 48%;
  height: 460px;
  padding: 30px 60px 30px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  
  /* background-image: url(../img/bg1.jpg);
  background-repeat: repeat;
  background-size: 800px auto; */

  background: #fff;   
  background: linear-gradient(20deg, #eee 14%, #fff 14%, #fff 86%, #eee 86%);

  /* border: solid 12px #5555553f; */
  /* border: solid 12px #434343; */
  box-sizing: border-box;

  /* outline: 1px solid #d18f14;
  outline-offset: -8px; */
  margin-left: -30px;
}
.fcon-text.fcon-text-num2 {
  margin-left: auto;
  margin-right: -50px;
}
.fcon-text::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo2.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 354px;
  height: 200px;
  background-size: auto 200px;
  top: -3%;
  right: -1%;
  z-index: -1;
  opacity: 0.1;

  /* display: none; */
}
.outer__heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 8px 0 8px;
  width: 96%;
  position: relative;
  color: #ad6f05;
  /* font-family: 'Noto Serif JP', serif; */
}
.outer__heading.in-en {
  font-weight: 300;
  font-family: 'Zilla Slab', serif;
  color: #ddd;
  line-height: 2.0rem;
}
.outer__atc {
  padding: 14px 4px 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.0rem;
  color: #333;
}

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

scon policy

-------------------*/
.top-sec-scon {
  padding: 120px 0 80px;
  position: relative;
  background: #e5e5e5;
  z-index: 1;
  overflow: hidden;
  margin: 18px 0 0px;
}
.top-sec-scon::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #f2f0ec 50%, #dedede 50%); */
  /* background: linear-gradient(90deg, #ffffff 50%, #ecdec5 50%); */
  /* background: linear-gradient(90deg, #eee 50%, #f4efe4 50%); */
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #e9d8b8 50%); */
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #a87139;
  outline-offset: -6px;
  /* border: solid 12px #fff;
  box-sizing: border-box; */
}
.top-sec-scon::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_mokume.png);
  /* background-image: url(../img/bg_ptn3.png); */
  background-repeat: repeat;
  background-size: auto 6px;
  background-size: 580px auto;
  background-position: left top;
  width: 98%;
  /* width: 98%; */
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -2;
  border-radius: 1px;
}
.inner-scon {
  position: relative;
  z-index: -1;
}
.inner-scon::before {
  /* position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 6%;
  height: 18%;
  top: -22%;
  right: 1%;
  opacity: 0.4; */
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_spice1.png);
  background-repeat: repeat;
  background-size: 380px auto;
  background-position: 50% 0%;
  width: 49%;
  height: 300%;
  top: -28%;
  left: 1%;
  filter: none;
  opacity: 0.06;
  z-index: -1;
}
.inner-scon::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 372px;
  height: 210px;
  background-size: auto 210px;
  top: -7%;
  right: 9%;
  filter: none;
  z-index: -2;
  opacity: 0.1;
  /* display: none; */

  /* position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 6%;
  height: 18%;
  bottom: -6%;
  left: 1%;
  opacity: 0.4; */

  /* display: none; */
}
.scon-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 80px;
  position: relative;
  z-index: -1;
  margin: 100px 0 0 2%;
}
.scon-wrapper.scon-mid {
  width: 72%;
  margin: 60px auto 60px;
  /* background: #17b397; */
}
.scon-wrapper.scon-reverse {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  margin: 80px 0 0 2%;
}
.scon-wrapper::before {
}
.scon-wrapper.scon-num2 {
  margin: 100px 0 120px;
}
.scon-img-outer {
  width: 72%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  z-index: -1;
}
.scon-img-outer.scon-mid {
  width: 90%;
}
.scon-img-outer::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 480px;
  background:  transparent;
  border: solid .5px #777;
  top: 26px;
  left: 20px;
  z-index: 3;
}
.scon-img-outer.scon-mid::before {
  height: 420px;
}
.scon-img-outer::after {
  content: "様々な用途にご対応可能！";
  position: absolute;
  /* color: #d7c671; */
  color: #222;
  font-weight: 500;
  font-size: 22px;
  top: -9%;
  left: 3%;
  /* transform: rotate(-10deg); */
  z-index: 3;
  /* text-shadow: 2px 0px 2px #f4f4f4cc; */
  /* writing-mode: vertical-rl; */
  /* background: #222; */
  /* padding: 8px 22px; */
  padding: 6px;
  letter-spacing: 0.1rem;
  /* outline: 1px solid #888;
  outline-offset: -5px; */
  font-family: 'Zen Kurenaido', sans-serif;
  font-family: 'Noto Serif JP', serif;
  opacity: 0.7;
}
.scon-img-outer.scon-mid::after {
  content: "";
  top: -12px;
  display: none;
}
.scon-img-outer.scon-reverse::after {
  content: "うりゅう米を始め厳選した食材";
  /* top: -50px; */
  top: -9%;
  left: 0%;
}
.scon-img-outer.scon-reverse::before {
  top: 26px;
  left: auto;
  right: 60px;
  z-index: 3;
}
.scon-img1 {
  width: 48%;
  background-image: url(../img/top_scon1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 480px;
  display: block;
  z-index: 2;
}
.scon-img1.scon-mid {
  width: 100%;
  height: 420px;
  background-image: url(../img/top_scon5.jpg);
  background-position: 50% 50%;
}
.scon-img1.scon-reverse {
  background-image: url(../img/top_scon3.jpg);
  background-position: 50% 50%;
}
.scon-img1::before {
}
.scon-img2 {
  width: 48%;
  background-image: url(../img/top_scon2.jpg);
  background-size: cover;
  background-position: 20% 50%;
  height: 480px;
  z-index: 2;
  margin-left: 6px;
}
.scon-img2.scon-mid {
  width: 100%;
  height: 420px;
  background-image: url(../img/top_scon6.jpg);
  background-position: 50% 50%;
}
.scon-img2.scon-reverse {
  background-image: url(../img/top_scon4.jpg);
  background-position: 50% 50%;
}
.scon-img2::before {
}
.scon-img1.scon-num2 {
}
.scon-img1.scon-num2::before {
}
.scon-text {
  display: block;
  width: 22%;
  padding: 40px 42px;
  /* margin-left:20px; */
  z-index: 7;
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  /* outline: 1px solid #cfcfcf;
  outline-offset: -6px;   */
  /* background: #7b715e; */
  /* background: transparent; */
  background: #fff;
  background: linear-gradient(166deg, #eee 14%, #fff 14%, #fff 86%, #eee 86%);
  margin-top: 5%;
  z-index: 5;
  /* outline: 1px solid #888;
  outline-offset: -4px; */
  /* border: solid 6px #88888855;
  box-sizing: border-box; */
  
  box-shadow: 6px 6px 0px 0 #a871397d;

  /* border-radius: 2px; */

  border: solid 8px #eee;
  box-sizing: border-box;
}
.scon-text.scon-reverse {
  margin-right: 2%;
}
.scon-text.scon-num2 {
}
.scon-text::before {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn8.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 40px auto;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0.038; */

  position: absolute;
  content: "";
  background-image: url(../img/bg_ptn7.png);
  background-image: url(../img/bg_trg.png);
  background-repeat: repeat;
  background-size: 46px auto;
  background-position: 50% 0%;
  opacity: 0.08;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
}
.scon-text::after {
  /* content: "";
  position: absolute;
  display: block;
  background: none;
  background-image: url(../img/deco_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 288px;
  height: 38px;
  background-size: auto 38px;
  bottom: -2%;
  right: -2%;
  opacity: 0.08; */

}
.scon-text.scon-reverse::after {
  /* background-image: url(../img/deco_okamu_rl.png);
  width: 76px;
  height: 240px;
  background-size: auto 240px; */
}
.scon-outer__heading {
  /* font-size: 18px;
  font-weight: 300;
  line-height: 1.8rem;
  width: 90%;
  padding: 10px 0 10px;
  color: #face30;
  font-family: 'Zilla Slab', serif; */
}
.scon-outer__atc {
  line-height: 1.6rem;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0 0;
}

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

jcon

-------------------*/
.top-sec-jcon {
  padding: 120px 0 20px;
  position: relative;
  background: #eee;
  z-index: -5;
  overflow: hidden;
  margin: 20px 0 0;
}
.top-sec-jcon::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%);
  /* background: linear-gradient(90deg, #ffffff 50%, #f4efe4 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #e9d8b8 50%); */
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -4;
  border-radius: 1px;
  outline: 1px solid #dea557;
  outline-offset: -8px;
}
.top-sec-jcon::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  background-repeat: repeat;
  background-size: auto 6px;
  background-position: left top;
  width: 98%;
  /* width: 98%; */
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.06;
  z-index: -3;
  border-radius: 1px;
}
.top-sec-jcon .inner {
  margin: auto; 
  padding: 0 4%;
  position: relative;
}
.jcon-cont-outer {
  /* background: #89705f; */
  background: #7f3c18;
  position: relative;
  z-index: -2;
  margin: 100px 0 0;
  border-radius: 2px;
}
.jcon-cont-outer::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn6.png);
  background-repeat: repeat;
  background-size: 76px auto;
  background-position: left top;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0.036;
}
.jcon-cont-outer::after {
  /* content: "Pasta La Climat";
  position: absolute;
  display: block;
  top: -100px;
  left: 2%;
  color: #fff;
  font-size: 100px;
  z-index: 1;
  font-family: 'Urbanist', sans-serif; */

  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 559px;
  height: 220px;
  background-size: auto 220px;
  top: -14%;
  left: 4%;
  filter: none;
  z-index: -1;
  opacity: 0.06; */
}
.jcon-cont-flex1 {
  margin: 60px 0 0px;
  display: flex;
  justify-content: start;
  height: 500px;
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 5;
}
.jcon-cont-flex1::before {
}
.jcon-cont-flex1::after {
}
.flex1__text {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 40px 40px 40px 26px;
  /* background: #333; */
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
}
.flex1__img {
  width: 40%;
  background-image: url(../img/top_jcon1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  z-index: 2;
  margin: 0 2px;
  outline: 1px solid #777;
  outline-offset: -8px;
  /* border: solid 6px #77777785;
  box-sizing: border-box; */
  border-radius: 1px;
}
.flex1__img.j-img2 {
  background-image: url(../img/top_jcon2.jpg);
}
.jcon-cont-flex2 {
  margin: 0px 0 120px;
  display: flex;
  justify-content: start;
  height: 420px;
  width: 100%;
  padding: 40px 40px 60px;
  z-index: 5;
}
.flex2__img {
  width: 40%;
  background-image: url(../img/top_jcon3.jpg);
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  z-index: 2;
  margin: 0 2px;
  outline: 1px solid #777;
  outline-offset: -6px;
  border-radius: 1px;
  /* border: solid 2px #888;
  box-sizing: border-box; */
}
.flex2__img.j-img2 {
  background-image: url(../img/top_jcon4.jpg);
}
.flex2__img.j-img3 {
  background-image: url(../img/top_jcon5.jpg);
}
/*------------------

service-menu

-------------------*/
.top-sec-service {
  padding: 30px 0 30px;
  position: relative;
  /* background: #eee; */
  background: #e5e5e5;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0 0;
}
.top-sec-service::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  /* background-image: url(../img/bg_pirate.jpg);
  background-repeat: repeat;
  background-size: 800px auto;
  background-position: center top; */

  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  /* border-radius: 1px; */

  outline: 1px solid #a87139;
  outline-offset: -6px;

  /* margin: 16px 0 0; */

  /* opacity: 0.03; */

  /* border: solid 12px #fff;
  box-sizing: border-box; */
}
.top-sec-service::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_mokume.png);
  /* background-image: url(../img/bg_ptn3.png); */
  background-repeat: repeat;
  background-position: left top;
  background-size: auto 6px;
  background-size: 580px auto;
  width: 98%;
  /* width: 49%; */
  height: 100%;
  top: 0%;
  left: 1%;
  z-index: -1;
  opacity: 0.05;
  border-radius: 1px;
  /* margin: 16px 0 0; */
}
.top-sec-service .inner {
  padding: 100px 26px 20px;
  /* padding: 100px 0px 100px; */
  position: relative;
}
.top-sec-service .inner::before {
  content: "";
  position: absolute;
  background: #a8713920;
  width: 98%;
  height: 90%;
  top: -20%;
  left: 1%;
  filter: none;
  opacity: 0.9;
  z-index: -1;
  clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
  display: none;

}
.top-sec-service .inner::after {
}
.anime-inner {
  position: relative;
  padding: 0px 0;
  /* overflow: hidden; */
}
.anime-inner::before {
  /* content: "KAKUUCHI TAMAYURA MENU KAKUUCHI TAMAYURA MENU KAKUUCHI TAMAYURA MENU KAKUUCHI TAMAYURA MENU";
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
  color: #aaa;
  font-size: 5vw;
  letter-spacing: 0.1rem;
  text-align: center;
  z-index: -2;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  opacity: 0.2; */

  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Charm', cursive; */
  /* font-family: 'Rokkitt', serif; */
  /* font-family: 'Yuji Boku', serif; */
  /* font-family: 'Cormorant Garamond', serif; */

  /* position: absolute;
  content: "";
  background-image: url(../img/deco_logo_rl.png);
  background-repeat: repeat-y;
  background-position: center top;
  width: 86px;
  height: 4000px;
  background-size: auto 600px;
  opacity: 0.066; */

  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_pirate1.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 800px auto;
  width: 98%;
  height: 2000px;
  top: -26%;
  left: 1%;
  z-index: -1;
  opacity: 0.03; */

  /* display: none; */
}
.anime-inner::before {
  /* left: 0; */
  /* right: 6%;
  animation: flowimg 280s linear infinite; */
}
.anime-inner::after {
  /* left: 100%; */
  /* right: 100%;
  animation: flowimg 280s linear infinite; */
}
@keyframes flowimg {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}
@media screen and (max-width: 480px) {
  .flowimg {
    padding: 40px 10vw;
  }
}

.service-lead {
  width: 70%;
  margin: 80px auto 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.service-img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 88px 0 20px;
  position: relative;
}
.service-img-flex::before {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_logo3.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 605px;
  height: 100px;
  background-size: auto 100px;
  top: -10%;
  right: 2%;
  filter: none;
  z-index: -1;
  opacity: 0.35; */
}
.menu-outer {
  position: relative;
  z-index: 1;
}
.menu-outer::before {
  position: absolute;
  content: "";
  width: 380px;
  height: 380px;
  /* background-image: url(../img/bg_ptn1.png);
  background-repeat: repeat;
  background-size: 7px auto;
  background-position: left top; */
  background: linear-gradient(90deg, #c15b2c 0%, #994017 100%);

  background-image: url(../img/bg_ptn8.png);
  background-repeat: repeat;
  background-size: 30px auto;

  top: -20px;
  left: 10px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.1;
}
.service-img {
  display: block;
  /* width: 360px;
  height: 360px; */
  width: 380px;
  height: 380px;
  background-image: url(../img/menu_dishes_main.jpg);
  background-size: cover;
  background-position: center center;
  /* background: linear-gradient(130deg, #eee 50%, #373737 50%); */
  border-radius: 50%;
  margin: 10px auto;
  position: relative;
  /* overflow: hidden; */
  transition: all 1s ease;
  box-shadow: 0px 10px 30px rgba(0,0,0,.4);
  /* z-index: 5; */
}
.service-img:hover {
  transform: rotate(-40deg);
  transform: scale(1.06);
}
.service-img.cors {
  background-image: url(../img/menu_cors_main.jpg);
  background-position: center center;
}
.service-img.drink {
  background-image: url(../img/menu_drink_main.jpg);
  background-position: center 99%;
}
.service-img.dish2 {
  background-image: url(../img/menu_dish2_main.jpg);
  background-position: center center;
}
.service-img::before {
  /* position: absolute;
  content: "01";
  top: -5%;
  left: -2%;
  color: #fff;
  font-size: 100px;
  opacity: 0.2;
  font-weight: 600;
  transition: all 1s ease; */
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: solid .5px #888;
  border-radius: 50%;
  top: -10px;
  left: -10px;  
}
.service-img::after {
  position: absolute;
  content: "";
  display: block;
  width: 290px;
  height: .5px;
  background: linear-gradient(90deg, #333 0%, #33333300 100%);
  top: 5%;
  left: -2%;
  transform: rotate(-14deg);
  display: none;
}
.service-img:hover::before {
  /* transform: rotate(40deg); */
}
.service-img.flex2::before {
}
.service-img.flex3::before {
}
.service-img.flex4::before {
}
.service-img::after {
  /* position: absolute;
  content: "";
  width: 210px;
  height: 90px;
  background-image: url(../img/logo_pump.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease; */
}
.service-img.flex2::after {
}
.service-img.flex3::after {
}
.service-img:hover::after {
}
.menu-outer__name {
  width: max-content;
  margin: 30px auto;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  color: #333;
  /* letter-spacing: 0.1rem; */

  /* background: #0e7fe9; */
  /* font-family: 'Arya', sans-serif; */
  font-family: 'Noto Serif JP', serif;
  /* font-family: 'Urbanist', sans-serif; */
  /* font-family: 'Nothing You Could Do', cursive; */
  /* font-family: 'Nanum Pen Script', cursive; */
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Yuji Boku', serif; */
  /* font-family: 'Moul', cursive; */
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Rokkitt', serif; */
  /* font-family: 'Cormorant Garamond', serif; */
}
.menu-outer__name::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background: linear-gradient(90deg, #eeb51a 0%, #cc9601 100%);
  /* border: solid .5px #940005;  */
  
  border-radius: 50%;
  top: -10px;
  left: 0px;
  z-index: -2;
  opacity: 0.38;

  /* position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #940005;
  bottom: 6px;
  left: 0px;
  z-index: -2; */

  /* background-image: url(../img/deco_logo3.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 120px;
  height: 120px;
  background-size: auto 120px;
  opacity: 0.2; */
  /* transform: rotate(-10deg); */
}
.menu-outer__name.menu_2::after {
  /* background-image: url(../img/deco_right.png);
  width: 140px;
  height: 140px;
  background-size: auto 140px;
  top: -120%;
  left: auto;
  right: -40px; */
}

.mn-cont-container {
  /* background: #aaa; */
  margin: 60px auto;
  width: 98%;
  /* padding: 8px 0; */
  padding: 8px;
  /* border-top: solid 1px #777;
  border-bottom: solid 1px #777; */
  border: solid 1px #999;

}
.mn-cont-outer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;

}
.mn-text-group {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  background: #fff;
  background: linear-gradient(70deg, #eee 12%, #fff 12%, #fff 88%, #eee 88%);
  padding: 0px 8%;
  /* outline: 1px solid #ccc; */
  outline: 1px solid #aaa;
  outline-offset: -10px;
  position: relative;
  overflow: hidden;
  /* z-index: -1; */
  /* border: solid 1px #e20000;
  box-sizing: border-box; */
}
.mn-text-group::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_spice2.png);
  background-repeat: repeat;
  background-position: 0% 0%;
  width: 100%;
  height: 180%;
  background-size: auto 600px;
  top: -2%;
  left: 0%;
  filter: none;
  /* z-index: -1; */
  opacity: 0.08;
}
.mn-text-group::after {
  /* content: "";
  position: absolute;
  display: block;
  width: 10%;
  height: 100%;
  background: #0a7f6a;
  background: linear-gradient(90deg, #54b274 33.2%, #ffffff 33.2%, #ffffff 66.6%, #ff3100 66.6%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2; */
}
.mn-text-group__box {
  z-index: 10;
}
.mn-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8rem;
  padding: 20px 0;
  z-index: 2;
}
.mn-img-group {
  width: 50%;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.mn_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 580px;
  background-position: 50% 30%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /* -webkit-animation: anime2 18s 0s infinite;
  animation: anime2 18s 0s infinite; */
  -webkit-animation: anime2 12s 0s infinite;
  animation: anime2 12s 0s infinite;
  transform: scale(1.1);
}

.mn_img:nth-of-type(2) {
  /* -webkit-animation-delay: 6s;
  animation-delay: 6s; */
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  background-position: 50% 38%;
}
.mn_img:nth-of-type(3) {
  /* -webkit-animation-delay: 12s;
  animation-delay: 12s; */
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  background-position: 50% 62%;
}
@-webkit-keyframes anime2 {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      -webkit-transform: scale(1);
      /* transform: translateX(5%); */
      z-index:9;
  }
  100% { opacity: 0 }
}


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

rst

---------------- */
.top-sec-rst {
  padding: 0px 0;
  background: #eee;
}
.top-sec-rst .inner {
  margin: auto; 
  /* padding: 0 100px; */
}
.rst-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 430px;
}
.rst-wrapper__text {
  width: 50%;
  background: #252525;
  position: relative;
  padding: 30px;
}
.rst-wrapper__text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 430px 100px 0 0;
  border-color: #252525 transparent transparent transparent;
  top: 0;
  right: -100px;
}
.rst-heading-outer {
  display: flex;
  justify-content: center;
  /* margin: 0 auto; */
  padding: 0 0 20px;
}
.rst-text_article {
  color: #fff;
  padding: 20px 50px;
  font-size: 14px;
  font-weight: 200;
}
.btn-outer-rst {
  width: max-content;
  margin: 40px auto 0px;
}
.rst-wrapper__img {
  width: 50%;
  background: url(../img/top_rst.jpg) no-repeat center center;
  background-size: cover;
}

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

collection

---------------- */
.top-sec-coll {
  padding: 100px 0 100px;
  background: #f7f3ea;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 10px 0 20px;
}
.top-sec-coll::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  outline: 1px solid #666;
  outline-offset: -8px;
}
.top-sec-coll::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-size: auto 6px;
  background-position: center top;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
}
.top-sec-coll .inner {
  position: relative;
}
.top-sec-coll .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_map3.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 600px auto;
  width: 98%;
  height: 9000px;
  top: -26%;
  left: 1%;
  z-index: -1;
  opacity: 0.08;
}
.coll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: 430px;
  margin: 80px auto 20px;
  overflow: hidden;
  width: 96%;
}
.coll-wrapper__img {
  width: 50%;
  background: url(../img/top_contact.jpg) no-repeat center center;
  background-size: cover;
}
.coll-wrapper__cont {
  width: 50%;
  background: #222;
  position: relative;
  padding: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
}
.coll-wrapper__cont::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 430px 100px;
  border-color: transparent transparent #222 transparent;
  top: 0;
  left: -100px;
  z-index: 2;
}
.coll-outer {
  height: auto;
}
.coll-text {
  color: #fff;
  padding: 20px 50px;
  font-size: 14px;
  font-weight: 200;
}
.btn-outer-coll {
  width: max-content;
  margin: 40px auto 0px;
}
.coll-tel {
  width: 40%;
  margin: 40px auto 0px;
  border: solid 1px #999;
}
.coll-tel a {
  display: block;
  color: #fff;
  padding: 15px 30px 13px;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.2rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.0rem;
  transition: all .6s ease;
}
.coll-tel a:hover {
  color: #fff6a9;
  transform: translateX(6px);
}

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

gallery

-------------------*/
.top-sec-gally {
  padding: 140px 0 80px;
  background: #e5e5e5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0 10px;
}

.top-sec-gally::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #8d451e 50%, #773b1a 50%); */
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #e9d8b8 50%); */
  /* background: linear-gradient(90deg, #ffffff 50%, #f4efe4 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%); */
  /* background: linear-gradient(90deg, #fff6e4 50%, #ece1cd 50%); */
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #a87139;
  outline-offset: -6px;
  /* border: solid 12px #fff;
  box-sizing: border-box; */
}
.top-sec-gally.gally-v2::before {
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
}
.top-sec-gally.stay-gally::before {
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
}
.top-sec-gally::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_mokume.png);
  /* background-image: url(../img/bg_ptn3.png); */
  background-repeat: repeat;
  background-position: left top;
  background-size: auto 6px;
  background-size: 580px auto;
  width: 98%;
  /* width: 49%; */
  height: 100%;
  top: 0%;
  left: 1%;
  z-index: -1;
  opacity: 0.05;
  border-radius: 1px;
}
.top-sec-gally.gally-v2::after {
  background-image: url(../img/bg_ptn4.png);
}
.top-sec-gally .inner {
  margin: auto;
  padding: 0 4%;
  position: relative;
}
.top-sec-gally .inner::before {
  position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 5%;
  height: 28%;
  top: -16%;
  right: 1%;
  opacity: 0.4;
  display: none;
}
.top-sec-gally .inner::after {
  position: absolute;
  content: "";
  background: #a87139;
  z-index: 12;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 5%;
  height: 28%;
  bottom: -9%;
  left: 1%;
  opacity: 0.4;
  display: none;
}
.top-sec-gally.gally-v2 .inner::before,
.top-sec-gally.stay-gally .inner::before {
  background-image: url(../img/bg_map3.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 600px auto;
  opacity: 0.08;
}
.gally-lead {
  font-size: 15px;
  color: #eee;
  width: 70%;
  margin: 80px auto 20px;
  text-align: center;
}
.gally-lead.stay-gally {
  color: #333;
}
.gally-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 30px;
  margin: 0 auto;
}
.gally-img-container a {
  width: 320px;
  margin: 8px;
}
.gally-img-container .coll2-empty {
  width: 320px;
  margin: 8px;
}
.gally-img-container img {
  border-radius: 2px;
}
.slide-container {
  margin: 60px auto 60px;
  width: 96%;
}
.slide-lead {
  text-align: center;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 300;
  font-size: 16px;
  color: #eee;
}
.slide-lead.gally-v2 {
  color: #222;
}
.slide-img-outer {
  margin: 40px auto 80px;
  width: 98%;
  background: #888;
  /* background-image: url(../img/bg_marble.jpg);
  background-repeat: repeat;
  background-size: 1500px auto;
  background-position: 50% 20%; */
  padding: 4%;
  border: solid 10px #666;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.slide-img-outer.slide-v2 {
  border: solid 10px #bbb;
}
.slick01 img {
  height: 600px;
  width: auto;
  margin: auto;
}
.slide-img-outer::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg_map4.jpg);
  background-repeat: repeat;
  background-size: 660px auto;
  background-position: 50% 50%;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide-img-outer.slide-v2::before {
  background-image: url(../img/bg_map5.jpg);
  opacity: 1;
}

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

About us

-------------------*/
.top-sec-about {
  padding: 60px 0 20px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.top-sec-about::after {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 2;
}
.top-sec-about::before {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 10%; 
}
.top-sec-about .inner::after {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 115px; 
}
.top-sec-about .inner::before {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 255px; 
}
.about-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: start;/*左寄せ*/
  position: relative;
  padding-bottom: 10%;
}
.about-wrap__img{
  width: 100%;
  z-index: 3;
}
.about-wrap__img img{
  width: 100%;
}
.about-wrap__text-outer {
  flex-basis: 28%;
  margin: -40px 0 0 120px;
}
.about-text {
  width: 550px;
  padding: 80px 62px;
  background-color: #ed7600;
  position: absolute;
  left: 8%;
  margin-top: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 2.5rem;
  z-index: 5;
}
.about-text__title {
  font-size: 20px;
  font-weight: 4  00;
  padding-bottom: 20px;
  line-height: 2.2rem;
}

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

map_new

-------------------*/
.top-sec-gmap {
  padding: 100px 0 120px;
  background: #e5e5e5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 22px 0 0;
}
.top-sec-gmap::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #f1f1f1 50%, #e9e9e9 50%); */
  /* background: linear-gradient(90deg, #eee 50%, #f4efe4 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #e9d8b8 50%); */
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  /* background: linear-gradient(90deg, #ffffff 50%, #fff1e9 50%); */
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 98%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #a87139;
  outline-offset: -6px;
  /* border: solid 12px #fff;
  box-sizing: border-box; */
}
.top-sec-gmap::after {
  content: "";
  position: absolute;
  display: block;
  /* background-image: url(../img/bg_ptn3.png); */
  background-image: url(../img/bg_mokume.png);
  background-repeat: repeat;
  background-size: auto 6px;
  background-size: 580px auto;
  background-position: left top;
  width: 98%;
  height: 98%;
  top: 0%;
  right: 1%;
  z-index: -1;
  opacity: 0.05;
  border-radius: 1px;
}
.map-wrapper {
  margin: 100px 0 10px;
}
.map-wrapper__iframe {
  padding: 0 4%;
}

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

Slogan

-------------------*/
.top-sec-slogan {
  padding: 20px 0 40px;
  position: relative;
}
.top-sec-slogan::after {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 20;
}
.top-sec-slogan::before {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 10%; 
}
.top-sec-slogan .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 100px;
}
.top-sec-slogan .inner::after {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 115px; 
}
.top-sec-slogan .inner::before {
  /* background: #ddd; */
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 255px; 
}
.slogan-text-container {
  width: 60%;
  display: flex;
  justify-content: center;
  margin: 0 auto
}
.slogan__left,
.slogan__right {
  padding: 20px;
  width: 50%;
  font-size: 18px;
  font-weight: 700;
}
.slogan-text {
  /* text-align: right; */
  width: 340px;
  margin: 0 10% 0 auto;
  font-size: 20px;
  font-weight: 700;
}

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

asd-corp

-------------------*/
.top-sec-asd {
  padding: 120px 0 60px;
  background: #eee;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0 0;
}
.top-sec-asd::after {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #f0e6d4 50%, #ecdec5 50%); */
  background: linear-gradient(90deg, #ecd8c5 50%, #dec6ae 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  /* border-radius: 10px; */
  outline: 1px solid #666;
  outline-offset: -8px;
}
.top-sec-asd::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  background-repeat: repeat;
  background-size: 560px auto;
  background-position: center top;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
  border-radius: 1px;
}
.sec-heading-asd {
  width: max-content;
  margin: 10px auto 80px;
  position: relative;
}
.asd__img {
  display: block;
  width: 380px;
  height: 380px;
  background-image: url(../img/asd_img.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin: 80px auto 0;
  position: relative;
  transition: all 1s ease;
  box-shadow: 0px 8px 20px rgba(0,0,0,.4);
  /* z-index: 5; */
}
.asd__lead {
  width: 70%;
  margin: 60px auto 20px;
  font-size: 16px;
  /* padding: 6px 16px; */
  text-align: center;
}
.asd-wrapper {
  padding: 20px 0;
}
.asd-nav-outer {
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
}
.asd-nav__name {
  display: block;
  width: 32%;
  font-size: 16px;
  padding: 10px 20px;
  border: solid 1px #bbb;
  border-radius: 6px;
  text-align: center;
  background: #fff;
  font-weight: 500;
}
.asd-nav__name:hover {
  color: #f1c945;
}
.asd-logo {
  width: 16%;
  margin: 20px auto;
}
.asd-cont-wrap {
  width: 92%;
  padding: 50px 0px 60px;
  background: #fff;
  margin: 20px auto 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* border-radius: 4px; */
  outline: 1px solid #aaa;
  outline-offset: -6px;
}
.asd-cont-wrap::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-size: 6px auto;
  background-position: left top;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  z-index: -2;
  opacity: 0.06;
  /* border-radius: 4px; */
}
.asd-cont-wrap__lead {
  width: max-content;
  margin: 20px auto 40px;
  font-size: 20px;
  padding: 6px 16px;
  border-bottom: solid 2px #555;
  border-radius: .6em;
}
.asd-name {
  width: max-content;
  padding: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 2.4rem;
  text-align: center;
  margin: 20px auto 0px;
  position: relative;
}
.asd-name::before {
  position: absolute;
  content: "";
  background: #333;
  width: 2px;
  height: 70%;
  top: 15%;
  left: 0px;
  transform: rotate(20deg);
}
.asd-name::after {
  position: absolute;
  content: "";
  background: #333;
  width: 2px;
  height: 70%;
  top: 15%;
  right: 0px;
  transform: rotate(20deg);
}
.asd-img-outer {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 60px 40px 20px;
}
.asd-atc {
  width: 90%;
  margin: 0 auto;
}
.asd-img__img1 {
  width: 38%;
  background-image: url(../img/asd_1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 280px;
  display: block;
  margin: 0 16px;
  /* outline: 1px solid #999;
  outline-offset: 6px; */
  /* box-shadow: -6px -6px 0px 0 #ccc; */
  border: solid 8px #ccc;
  box-sizing: border-box;
}
.asd-img__img1.grp2 {
  background-image: url(../img/asd_1_grp2.jpg);
  background-position: 50% 50%;
}
.asd-img__img1.grp3 {
  background-image: url(../img/asd_1_grp3.jpg);
  background-position: 50% 50%;
}
.asd-img__img2 {
  width: 38%;
  background-image: url(../img/asd_2.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 280px;
  display: block;
  /* outline: 1px solid #999;
  outline-offset: 6px; */
  /* box-shadow: -6px -6px 0px 0 #ccc; */
  border: solid 8px #ccc;
  box-sizing: border-box;
}
.asd-img__img2.grp2 {
  background-image: url(../img/asd_2_grp2.jpg);
  background-position: 50% 50%;
}
.asd-img__img2.grp3 {
  background-image: url(../img/asd_2_grp3.jpg);
  background-position: 50% 50%;
}
.asd-img__img3 {
  width: 38%;
  background-image: url(../img/asd_3.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 280px;
  display: block;
  /* border-radius: 20%; */
  margin: 0 14px;
  /* outline: 1px solid #999;
  outline-offset: 6px; */
  /* box-shadow: -6px -6px 0px 0 #ccc; */
  border: solid 8px #ccc;
  box-sizing: border-box;
}
.asd-img__img3.grp2 {
  background-image: url(../img/asd_3_grp2.jpg);
  background-position: 50% 50%;
}
.asd-img__img3.grp3 {
  background-image: url(../img/asd_3_grp3.jpg);
  background-position: 50% 50%;
}
.lcd-info-wrap {
  padding: 20px 0;
  /* background: #0e7fe9; */
}
.lcd-wrap__table {
  margin: 14px auto;
  width: 70%;
}
.lcd-wrap__table tr {
  /* display: block; */  
  margin: 20px;
  border: solid 5px #eee;
}
.lcd-wrap__table th,
.lcd-wrap__table td {
	/* border-bottom: 1px dotted #aaa; */
  padding: 20px 38px;
  vertical-align: middle;
  font-size: 14px;
  /* color: #fff; */
  font-weight: 400;
}
.lcd-wrap__table td a {
  /* color: #333; */
}
.lcd-wrap__table th {
  width: 30%;
  text-align: right;
  background: #d7d7d7;
  font-weight: 400;
}
.lcd-wrap__table tr:first-child {
  /* border-top: 1px solid #ddd; */
}
.lcd-wrap__table td {
  width: 70%;
  color: #333;
  background: #fff;
}
.lcd-info-wrap__moreinfo {
  display: block;
  width: 25%;
  margin: 50px auto 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  text-align: center;
  padding: 10px;
  /* background: #8d5e3f; */
  background: linear-gradient(180deg, #a36b46 50%, #8d5e3f 50%);
  border-radius: 50px;
  transition: all .6s ease;
  /* border: solid 4px #aaa; */
  /* box-shadow: 0px 6px 16px rgba(0,0,0,.2); */
  /* pointer-events: none; */
}
.lcd-info-wrap__moreinfo:hover {
  color: #ccc;
}
.lcd-info-pagetop {
  display: block;
  width: max-content;
  margin: 20px auto;
  /* color: #fff; */
  font-size: 16px;
  text-align: center;
}
.lcd-info-pagetop i {
  font-size: 32px;
}

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

ytm

-------------------*/
.top-sec-ytm {
  padding: 160px 0px 180px;
  /* position: relative; */
  overflow: hidden;
}
.top-sec-ytm .inner {
  max-width: 1340px;
  margin: auto; 
  padding: 0 20px;
}
.ytm-lead {
  width: 60%;
  margin: 60px auto 50px;
  text-align: center;
}
.ytm-container {
  /* padding: 10px 150px; */
  /* background: #f7f6f4; */
  /* position: relative; */
  position: relative;
  height: 500px;
  margin: 10px 0;
}

.sec-heading-ytm {
  width: max-content;
  margin: 0 auto 40px;
  position: relative;
}
/*------------------

footer

-------------------*/
#footer {
  background-image: url(../img/top_mv1.jpg);
  background-size: cover;
  background-position: 40% 98%;
  padding: 130px 0;
  height: 740px;
  position: relative;
  margin: 0px auto 0;
  /* z-index: 0; */
  overflow: hidden;
  width: 98%;
}
#footer::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;

  border: solid 2px #222;
  box-sizing: border-box;

  outline: 1px solid #ccc;
  outline-offset: -8px;
}
#footer .inner {
  max-width: 1340px;
  margin: 0 auto;
}
.footer-container {
  position: absolute;  
  width: 100%;
  top: 56%;
  left: 50%;
  transform:translateY(-50%) translateX(-50%);
  z-index: 5;
}
.footer-img img {
  width: 18%;
  margin: 0 auto 20px;
  /* filter: drop-shadow(0 0 0.35rem rgb(255, 255, 255)); */
}
.footer-nav {
  padding: 30px 0 10px;
}
.footer-nav__container {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px;
  width: max-content;
  margin: 0 auto;
}
.footer-nav li a {
  font-size: 18px;
  color:#fff;
  padding: 0 20px;
  z-index: 5;
  font-weight: 300;
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Arya', sans-serif; */
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Zen Kurenaido', sans-serif; */
}
.pagetop {
  position: fixed;
  width: 50px;
  height: 100px;
  /* background: #eee; */
  bottom: 100px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .5%;
  z-index: 100;
  cursor: pointer;
  /* clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%); */
}
.pagetop span {
  color: #bb7600;
  font-size: 36px;
}
.footer-snav {
  position: fixed;
  width: 60px;
  height: 150px;
  bottom: 50%;
  right: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  /* background: #720423; */
  background: linear-gradient(90deg, #02986d 50%, #008a63 50%);
  /* background: linear-gradient(90deg, #b25023 50%, #994017 50%); */
  text-align: center;
  outline: 1px solid #666;
  outline-offset: -6px;
  z-index: 200;
  /* border-radius: 16px 0 0 16px; */
  /* border: solid 4px #ccc; */
}
.footer-snav.fnav2 {
  bottom: 27%;
}
.footer-snav__text {
  display: block;
  /* display: table-cell; */
  writing-mode: vertical-rl;
  width: max-content;
  height: 140px;
  color: #eee;
  vertical-align: middle;
  /* padding-right: 10%; */
  /* background: #17b397; */
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.footer-toplink {
  text-align: center;
}
.footer-toplink a {
  color: #fff;
  font-size: 14px;
  padding: 40px;
}
/*------------------

copyright

-------------------*/
.copyright-sec {
  padding: 6px;
  background-color: #f7f3ea;
}
.copyright {
  padding: 2px 0;
  font-size: 0.7rem;
  text-align: center;
  color: #333;
  /* color: #eee; */
}

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

2nd_shop

-------------------*/
.p2-sec-img {
  padding: 100px 0px 80px;
  background: #f7f3ea;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 30px 0;
}
.p2-sec-img::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%); */
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #666;
  outline-offset: -8px;
}
.p2-sec-img::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-size: auto 6px;
  background-position: center top;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
  border-radius: 1px;
}
.p2-sec-img .inner {
  /* padding: 0 10%; */
  position: relative;
}
.p2-sec-img .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_map3.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 600px auto;
  width: 98%;
  height: 9000px;
  top: -26%;
  left: 1%;
  z-index: -1;
  opacity: 0.08;
}
.shop-subtitle {
  text-align: center;
  /* padding: 10px 0; */
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  margin: 50px 0 0;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  /* font-family: 'Oooh Baby', cursive; */
  /* font-family: 'Arya', sans-serif; */
  font-family: 'Charm', cursive;
}
.shop-subtitle.pv2 {
  color: #333;
}
.shop-title {
  text-align: center;
  padding: 4px 0;
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  margin: 10px 0 20px;
  font-size: 36px;
  font-weight: 400;
  color: #333;
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Yuji Boku', serif;
}
.shop-title.pv2 {
  color: #333;
}
.store-logo {
  width: 20%; 
  margin: 20px auto;
}
.store-logo.fake {
  width: 16%; 
  margin: 20px auto;
}
.shop-img-container {
  /* overflow: hidden; */
  width: 90%;
  padding: 80px 50px;
  margin: auto;
  position: relative;
}
.shop-img-container.pv2 {
  padding: 60px 50px 40px;
}
.shop-img-container.pv2::before {
  position: absolute;
  content: "こだわりその1";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  background: #eee;
  color: #ddd;
  top: 50%;
  left: 50%;
  outline: 1px solid #888;
  outline-offset: -4px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.shop-img-container.pnum2.pv2::before {
  content: "こだわりその2";
}
.shop-img-container.pnum3.pv2::before {
  content: "こだわりその3";
}
.shop-img-container::before {
}
.shop-img-outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  align-items: center;
}
.shop-img-outer.img-reverse {
  /* flex-direction: row-reverse; */
}
.shop-img-outer::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: solid 1px #999;
  top: -26px;
  left: 20px;
  z-index: 4;
}
.shop-img-outer.img-reverse::before {
  left: -30px;
}
.shop-img-outer::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-size: 4px auto;
  top: 26px;
  left: -22px;
  z-index: -1;
  opacity: 0.2;
}
.shop-img-outer.img-reverse::after {
  left: 28px;
}
.shop-img-outer.pv2::after {
  opacity: 1;
}
.outer__shop-img1 {
  display: block;
  width: 50%;
  background-image: url(../img/shop1_mv1.jpg);
  background-size: cover;
  background-position: center center;
  height: 480px;
  position: relative;
  margin: 0 4px;
}
.outer__shop-img1.shop1-r {
  background-image: url(../img/shop1_mv3.jpg);
}
.outer__shop-img1.shop2 {
  background-image: url(../img/shop2_mv1.jpg);
}
.outer__shop-img1.shop2-r {
  background-image: url(../img/shop2_mv3.jpg);
}
.outer__shop-img2 {
  display: block;
  width: 50%;
  background-image: url(../img/shop1_mv2.jpg);
  background-size: cover;
  background-position: center center;
  height: 480px;
  position: relative;
  margin: 0 4px;
}
.outer__shop-img2.shop1-r {
  background-image: url(../img/shop1_mv4.jpg);
}
.outer__shop-img2.shop2 {
  background-image: url(../img/shop2_mv2.jpg);
}
.outer__shop-img2.shop2-r {
  background-image: url(../img/shop2_mv4.jpg);
}
.outer__shop-img1.block2 {
  height: 380px;
  margin: 0 4px;
  background-image: url(../img/s2_mv1.jpg);
}
.outer__shop-img2.block2 {
  height: 380px;
  margin: 0 4px;
  background-image: url(../img/s2_mv2.jpg);
}
.outer__shop-img1.pv2.pvmv3 {
  background-image: url(../img/pv2_mv3.jpg);
}
.outer__shop-img2.pv2.pvmv4 {
  background-image: url(../img/pv2_mv4.jpg);
}
.outer__shop-img1.pv2.pvmv5 {
  background-image: url(../img/pv2_mv5.jpg);
}
.outer__shop-img2.pv2.pvmv6 {
  background-image: url(../img/pv2_mv6.jpg);
}
.shop-cont-lead {
  width: 70%;
  background: #af6116;
  margin: 40px auto;
  padding: 8px;
  position: relative;
}
.shop-cont-lead::before {
  position: absolute;
  content: "";  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 86px 40px 0 40px;
  border-color: #af6116 transparent transparent transparent;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.shop-cont-lead__text {
  background: transparent;
  padding: 50px;
  background: #222;
  position: relative;
  z-index: 3;
  color: #eee;
}
.shop-cont-lead__text::before {
  position: absolute;
  content: "";
  width: 40px;
	height: 40px;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	top: 14px;
	left: 14px;
}
.shop-cont-lead__text::after {
  position: absolute;
  content: "";
  width: 40px;
	height: 40px;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	bottom: 14px;
	right: 14px;
}
.shop-cont1 {
  width: 88%;
  margin: 20px auto;
  background: #0c947b;
  border-radius: 1px;
  /* padding: 80px 100px; */
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shop-cont1.floor2 {
  background: #8d6216;
}
.shop-cont1.floor1 {
  background: #0d3293;
}
.shop-cont1::before {
  content: "";
  position: absolute;
  display: block;
  /* background-image: url(../img/bg_mokume.png); */
  background-image: url(../img/bg_star2.png);
  background-repeat: repeat;
  background-size: 120px auto;
  background-position: left top;
  /* width: 49%; */
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
  border-radius: 2px;
}
.shop-cont1-heading {
  font-size: 30px;
  color: #eee;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  width: max-content;
  margin: 20px auto 20px;
  /* transform: translateY(-50%); */
}
.shop-cont1-atc {
  background: transparent;
  border: solid 1px #eee;
  border-radius: 1px;
  padding: 60px 100px;
  font-size: 20px;  
  color: #eee;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 3.0rem;
}
.shop-cont1-atc i {
  padding-right: 8px;
}
.shop-cont2 {
  display: block;
  width: 30%;
  margin: 60px auto;
  background: linear-gradient(180deg, #0c947b 50%, #0a7f6a 50%);
  padding: 20px;
  position: relative;
  overflow: hidden;
  color: #eee;
  font-size: 28px;
  letter-spacing: 0.2rem;
  text-align: center;
  font-family: 'Antonio', sans-serif;
  font-weight: 800;
  z-index: 1;
  outline: 1px solid #ccc;
  outline-offset: -6px;
  transition: all .5s ease;
}
.shop-cont2.floor2 {
  background: linear-gradient(180deg, #af7d28 50%, #8d6216 50%);
}
.shop-cont2.floor1 {
  background: linear-gradient(180deg, #1947ba 50%, #0d3293 50%);
}
.shop-cont3 {
  width: 90%;
  margin: 0 auto;
}
.shop-cont2:hover {
  color: #f1e26f;
}
.shop-cont3-wrapper {
  padding: 20px 4%;
  /* border: solid 1px #aaa; */
  position: relative;
}
.shop-cont3-wrapper::before {
}
.shop-cont3-flex {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  outline: 1px solid #ccc;
  outline-offset: -6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.shop-cont3-flex::before {
  position: absolute;
  content: "Type B";
  white-space: pre;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  width: 220px;
  height: 220px;
  background: #c66c19;
  color: #fff;
  font-size: 38px;
  letter-spacing: 0.2rem;
  font-weight: 200;
  z-index: 1;
  bottom: -6%;
  right: -1%;
  border-radius: 50%;
  /* transform: rotate(-10deg); */
  font-family: 'Fruktur', cursive;
}
.shop-cont3-flex.feature2::before {
  content: "Type P";
}
.shop-cont3-flex.feature3::before {
  content: "Type E";
}
.shop-cont3-flex.feature4::before {
  content: "Type S";
}
.shop-cont3-flex::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  top: 70%;
  left: 0%;
  z-index: -1;
}
.cont3-flex__img {
  width: 40%;
  background-image: url(../img/f3_img1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 320px;
  position: relative;
  z-index: 2;
}
.cont3-flex__img.img-2 {
  background-image: url(../img/f3_img2.jpg);
}
.cont3-flex__img.img-3 {
  background-image: url(../img/f3_img3.jpg);
}
.cont3-flex__img.img-4 {
  background-image: url(../img/f3_img4.jpg);
}
.cont3-flex__img.floor2-img1 {
  background-image: url(../img/f2_img1.jpg);
}
.cont3-flex__img.floor2-img2 {
  background-image: url(../img/f2_img2.jpg);
}
.cont3-flex__img.floor2-img3 {
  background-image: url(../img/f2_img3.jpg);
}
.cont3-flex__img.floor2-img4 {
  background-image: url(../img/f2_img4.jpg);
}
.cont3-flex__img.floor1-img1 {
  background-image: url(../img/f1_img1.jpg);
}
.cont3-flex__img.floor1-img2 {
  background-image: url(../img/f1_img2.jpg);
}
.cont3-flex__img.floor1-img3 {
  background-image: url(../img/f1_img3.jpg);
}

.cont3-flex__atc {
  width: 58%;
  margin-left: 40px;
  padding: 20px 0;
  z-index: 2;
  position: relative;
}
.cont3-flex__atc::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/deco_annex.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 569px;
  height: 140px;
  background-size: auto 140px;
  bottom: 0%;
  left: 0%;
  filter: none;
  z-index: -1;
  opacity: 0.06;
}
.cont3-atc__heading {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 500;
  color: #a48532;
  /* border-bottom: 2px solid #555555;
  border-radius: 0.6em; */
}
.cont3-atc__heading i {
  padding-right: 4px;
}
.cont3-atc__text {
  font-size: 15px;
  padding-right: 8%;
}
.shop-cont4 {
  width: 70%;
  margin: 0 auto;
  /* background: #fce5e5; */
  background: #0c947b;
  padding: 20px;
  border: solid 1px #aaa;
  outline: 1px solid #aaa;
  outline-offset: 6px;
  position: relative;
}
.shop-cont4-flex {
  display: flex;
  justify-content: start;
  position: relative;
  z-index: 1;
}
.cont4-flex__img {
  width: 34%;
  background-image: url(../img/f3_warning.jpg);
  background-size: cover;
  background-position: 99% 50%;
  height: 300px;
  position: relative;
  z-index: 2;
}
.cont4-flex__atc {
  width: 58%;
  margin-left: 40px;
  padding: 20px 0;
  z-index: 2;
  color: #eee;
}
.cont4-flex__atc.colum1 {
  width: 100%;
  margin: 0px;
  padding: 0px 5% 20px;
  z-index: 2;
}
.cont4-atc__heading {
  font-size: 22px;
  padding: 6px 0 14px;
  font-weight: 600;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.shop-cont5 {
  width: max-content;
  margin: 20px auto 0;
  writing-mode: vertical-rl;
  height: 240px;
  font-size: 20px;
  /* background: #0a7f6a; */
  padding: 4px 10px;
  position: relative;
}
.shop-cont6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background: linear-gradient(90deg, #d4b87b 50%, #c9a965 50%);
  height: 200px;
  margin: 0px auto;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  box-shadow: 4px 4px #bbb;
  transition: all .8s ease;
}
.shop-cont6:hover {
  transform: rotate(28deg);
  /* background: linear-gradient(180deg, #d4b87b 50%, #c9a965 50%); */
}
.store-info-wrap {
  background: #f7f3ea;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 12px 0 0;
  padding: 100px 0 100px;
}
.store-info-wrap::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #aaa;
  outline-offset: -8px;
}
.store-info-wrap::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 6px auto;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  z-index: -1;
  opacity: 0.05;
  border-radius: 1px;
}
.store-info-wrap .inner {
  position: relative;
}
.store-info-wrap .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_map3.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 600px auto;
  width: 98%;
  height: 9000px;
  top: -26%;
  left: 1%;
  z-index: -1;
  opacity: 0.08;
}
.store-wrap__table {
  width: 80%;
  margin: 80px auto 20px;
  /* border-top: .5px solid #ccc; */
}
.store-wrap__table tr {
  border: solid 5px #eddfc3;
}
.store-wrap__table th {
  width: 30%;
  padding: 18px 10px;
  background: linear-gradient(180deg, #fff 82%, #f3f3f3 82%);
  border-right: solid 5px #eddfc3;
  font-size: 15px;
  text-align: right;
  vertical-align: middle;
}
.store-wrap__table td {
  width: 70%;
	padding: 18px 32px;
  background: #fff;
  background: linear-gradient(180deg, #fff 82%, #f3f3f3 82%);
  font-size: 14px;
  vertical-align: middle;
}
.store-tel {
  color: #333;
}
.store-atag {
  color: rgb(161, 110, 0);
}

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

2nd-vcon

-------------------*/
.second-sec-vcon {
  padding: 100px 0px 80px;
  background: #f7f3ea;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 12px 0;
}
.second-sec-vcon::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #fbefd9 50%, #eddfc3 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #666;
  outline-offset: -8px;
}
.second-sec-vcon::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-size: auto 6px;
  background-position: center top;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
}
.second-sec-vcon .inner {
  position: relative;
  padding: 0 2%
}
.second-sec-vcon .inner::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_map3.png);
  background-repeat: repeat;
  background-position: 0% 10%;
  background-size: 600px auto;
  width: 98%;
  height: 9000px;
  top: -26%;
  left: 1%;
  z-index: -1;
  opacity: 0.08;
}
.vcon-flex-content {
  width: 94%;
  margin: 80px auto 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  padding: 40px 20px 34px;
  position: relative;
}
.vcon-flex-content::before {
  position: absolute;
  content: "B Type";
  color: #eee;
  font-size: 30px;
  line-height: 2.2rem;
  /* background: #c66c19; */
  background: linear-gradient(180deg, #c66c19 50%, #b15e11 50%);  
  padding: 6px 60px;
  top: -34px;
  left: 0;
  font-family: 'Jolly Lodger', cursive;
  text-align: center;
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
.vcon-flex-content.p-type::before {
  content: "P Type";
}
.vcon-flex-content.e-type::before {
  content: "E Type";
}
.vcon-flex-content.s-type::before {
  content: "S Type";
}
.vcon-img {
  width: 36%;
  background-image: url(../img/vcon-img1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 380px;
  position: relative;
  z-index: 2;
  box-shadow: -8px -8px 0px 0 #77777778;
  margin: 0 10px;
}
.vcon-img.vcon-img2 {
  background-image: url(../img/vcon-img2.jpg);
}
.vcon-img.vcon-img3 {
  background-image: url(../img/vcon-img3.jpg);
}
.vcon-img.vcon-img4 {
  background-image: url(../img/vcon-img4.jpg);
}
.vcon-img.vcon-img5 {
  background-image: url(../img/vcon-img5.jpg);
}
.vcon-img.vcon-img6 {
  background-image: url(../img/vcon-img6.jpg);
}
.vcon-img.vcon-img7 {
  background-image: url(../img/vcon-img7.jpg);
}
.vcon-img.vcon-img8 {
  background-image: url(../img/vcon-img8.jpg);
}
.vcon-text-group {
  width: 26%;
  /* background: #eee; */
  display: flex;
  align-items: center;
  padding: 20px 30px;
  position: relative;
  /* overflow: hidden; */
}
.vcon-text-group::before {
  /* position: absolute;
  content: "";
  background-image: url(../img/bg_map.png);
  background-repeat: repeat;
  background-size: 800px auto;
  background-position: 50% 0%;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px; */
}
.vcon-text__box {
  /* background: #0e7fe9; */
}
.vcon-text__heading {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #a55a14;
}
.vcon-text__atc {
  padding: 4px 0px;
  font-size: 14px;
}
.vcon-text__price {
  padding: 4px 0px;
  font-size: 14px;
}

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

2nd_serv

-------------------*/
.second-sec-service {
  padding: 60px 0px 80px;
  background: #eee;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0 0;
}
.second-sec-service::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #ffffff 50%, #f4efe4 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  outline: 1px solid #666;
  outline-offset: -8px;
}
.second-sec-service::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  background-repeat: repeat;
  background-size: 560px auto;
  background-position: left top;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
  border-radius: 1px;
}
.second-sec-service.pv2::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #dedede 50%, #ccc 50%);
  width: 98%;
  height: 98%;
  top: 1.6%;
  left: 1%;
  filter: none;
  z-index: -2;
  outline: 1px solid #b3b3b3;
  outline-offset: -8px;
}
.second-sec-service .inner {
  padding: 0 10%;
}
.second-sec-service .inner.pv2 {
  padding: 0 2%;
}
.service-wrapper {
  margin: 0px auto;
}
.service-parent-wrapper {
  padding: 30px 0;
}
.service-parent-wrapper.pv2 {
  padding: 0px 10%;
}
.service-title-outer {
  width: max-content;
  padding: 0px 10px 0px;
  margin: 50px auto;
  text-align: center;
  /* background: #009479; */
  position: relative;
}
.service-title-outer::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #c90101 0%, #c9010100 100%);
  width: 70%;
  height: 5px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%)
}
.service-title-outer.serv2::before {
  background: linear-gradient(90deg, #e9e50e 0%, #e9e50e00 100%);
}
.service-title-outer.serv3::before {
  background: linear-gradient(90deg, #0e7fe9 0%, #0e7fe900 100%);
}
.service-en-title {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.1rem;
}
.service-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0.2rem;
}
.service-child-wrapper {
  padding: 30px 0px;
  width: 90%;
  margin: 0 auto;
}
.service-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #8d5e3f;
  padding: 10px 0;
}
.service-subtitle.pv2 {
  color: #ac6b08;
}
.service-subtitle i {
  padding-right: 5px;
  color: #966941;
}
.service-subtitle.pv2 i {
  color: #ac6b08;
}
.service-subtitle.serv2 i {
  padding-right: 5px;
  color: #d6da1d;
}
.service-subtitle.serv3 i {
  padding-right: 5px;
  color: #0e7fe9;
}
.service-atc {
  width: 100%;
  padding: 0 4px;
  color: #555;
  line-height: 2.0rem;
}
.service-atc.pv2 {
  color: #333;
}
.service-photo-wrapper {
  padding: 80px 0;
}
.photo-subtitle {
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 20px;
  position: relative;
}
.photo-subtitle::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #333 0%, #33333300 100%);
  width: 70%;
  height: 5px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%)
}
.photo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 20px;
  margin: 0 auto;
}
.photo-container a {
  width: 300px;
  position: relative;
  margin: 6px;
}
.photo-container .photo-empty {
  width: 300px;
  margin: 6px;
}

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

info

-------------------*/
.corp2-sec-info {
  padding: 100px 0 100px;
  /* background: #eee; */
  background: #e5e5e5;
  /* background: linear-gradient(90deg, #f1f1f1 50%, #e9e9e9 50%); */
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 22px 0 0;
}
.corp2-sec-info::before {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #f1f1f1 50%, #e9e9e9 50%); */
  /* background: linear-gradient(90deg, #fff 50%, #e9e9e9 50%); */
  background: linear-gradient(90deg, #fff 50%, #ececec 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  border-radius: 1px;
  outline: 1px solid #a87139;
  outline-offset: -6px;
  /* border: solid 12px #fff; */
  box-sizing: border-box;
}
.corp2-sec-info::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn4.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 6px auto;
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  z-index: -1;
  opacity: 0.06;
  border-radius: 1px;
}
.corp2-sec-info .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 80px;
}
.corp2-info-wrap {
  padding: 20px 0;
}
.corp2-heading-outer {
  padding: 10px 0 0;
}
.corp2-wrap__table {
  margin: 1% 0;
  width: 100%;
}
.corp2-wrap__table tr {
  /* display: block; */  
  margin: 20px;
  border: solid 5px #f1f1f1;
}
.corp2-wrap__table th,
.corp2-wrap__table td {
	/* border-bottom: .5px dotted #aaa; */
  padding: 20px 38px;
  vertical-align: middle;
  font-size: 14px;
  color: #eee;
  font-weight: 400;
}
.corp2-wrap__table td a {
  color: #333;
}
.corp2-wrap__table td a.blue-text {
  color: #4f88eb;
}
.corp2-wrap__table th {
  width: 30%;
  text-align: right;
  background: #dadada;
  background: linear-gradient(180deg, #e2e2e2 70%, #dadada 70%);
}
.corp2-wrap__table tr:first-child {
  /* border-top: 1px solid #ddd; */
}
.corp2-wrap__table th {
  /* background: #fafafa; */
  font-weight: 500;
  color: #333;
}
.corp2-wrap__table td {
  background-color: #fff;
  /* background: linear-gradient(180deg, #fff 70%, #f5f5f5 70%); */
  color: #333;
}
.sns-link {
  width: 84%;
  margin: 50px auto 20px;
  padding: 40px 30px 40px;
  border: solid 1px #888;
  text-align: center;
  position: relative;
}
.sns-link.to-top {

  outline: 1px solid #666;
  outline-offset: -8px;
  margin: 50px auto 20px;
  background: #222;
}
.sns-link::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #999;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.sns-link__text {
  color: #333;
  line-height: 1.9rem;
}
.sns-link__text.sns-num1 {
  color: #eee;
}
.sns-link__bnr {
  display: flex;
  justify-content: space-around;
  margin: 14px 0 6px;
}
.sns-link__bnr a {
  display: block;
  width: max-content;
  font-size: 46px;
  padding: 0 10px;
  color: #333;
  position: relative;
}
.sns-link__bnr a.info1 {
  color: #d40000;
}
.sns-link__bnr a.info2 {
  color: #0ba73c;
}
.sns-link__bnr a.info3 {
  color: #256958;
}
.sns-link__bnr a.info1::after {
  position: absolute;
  content: "出前館";
  text-align: center;
  font-size: 14px;
  top: 80%;
  left: 50%;
  transform: translate(-50%);
  color: #d40000;
  display: block;
  width: max-content;
  padding: 4px 0;
}
.sns-link__bnr a.info2::after {
  position: absolute;
  content: "Uber Eats";
  text-align: center;
  font-size: 14px;
  top: 80%;
  left: 50%;
  transform: translate(-50%);
  color: #0ba73c;
  display: block;
  width: max-content;
  padding: 4px 0;
}
.sns-link__bnr a.info3::after {
  position: absolute;
  content: "雑貨Ripen";
  text-align: center;
  font-size: 14px;
  top: 80%;
  left: 50%;
  transform: translate(-50%);
  color: #256958;
  display: block;
  width: max-content;
  padding: 4px 0;
}
.sns-nav-outer {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
.sns-nav-outer__text {
  display: block;
  font-size: 50px;
  font-weight: 200;
  width: 48%;
  /* background: #4a4a4a; */
  background: #2a2a2a;
  background: linear-gradient(180deg, #373737 50%, #2d2d2d 50%);
  padding: 50px 0;
  margin: 0 6px;
  font-family: 'Jolly Lodger', cursive;
  position: relative;
  z-index: 1;
  border: solid 1px #888;
}
.sns-nav-outer__text::before {
  position: absolute;
  content: "";
  display: block;
  width: 20%;
  height: 30%;
  background: #9c0000;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 40%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
}
.sns-nav-outer__text.sns-nav-num2::before {
  background: #c66c19;
}.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
.sns-nav-outer__text span {
  color: #eee;
}

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

e-cont

-------------------*/
.econ-wrap {
  padding: 120px 0 100px;
  background: #eee;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0 20px;
}
.econ-wrap::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  /* background-image: url(../img/bg_mokume2.png); */
  background-repeat: repeat;
  background-size: 6px auto;
  background-position: center top;
  /* width: 49%; */
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  opacity: 0.05;
  z-index: -1;
  border-radius: 1px;
}
.econ-wrap::after {
  content: "";
  position: absolute;
  display: block;
  /* background: linear-gradient(90deg, #ffffff 50%, #f4efe4 50%); */
  /* background: linear-gradient(90deg, #fbefd9 50%, #e9d8b8 50%); */
  background: linear-gradient(90deg, #515151 50%, #3a3a3a 50%);
  width: 98%;
  height: 100%;
  top: 0%;
  left: 1%;
  filter: none;
  z-index: -2;
  /* opacity: 0.1; */
  border-radius: 1px;
  outline: 1px solid #555;
  outline-offset: -8px;
}
.econ-wrap .inner {
  width: 84%;
  margin: 0 auto;
} 
.econ-wrap__title {
  padding: 10px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  /* line-height: 2.8rem; */
  margin: 60px 0 20px;
}
.econ-fbox {
  display: flex;
  justify-content: center;
  /* padding: 5%; */
  /* background: #2191c5; */
}
.econ-fbox.fcon2 {
  display: block;
}
.econ-fbox__img {
  width: 45%;
  background-image: url(../img/top_about1.jpg);
  background-size: cover;
  background-position: center center;
  height: 400px;
  /* border-radius: 2px; */
  outline: 1px solid #bbb;
  outline-offset: 5px;  
}
.fcon-fbox__subimg-outer {
  width: 100%;
  display: flex;
  /* flex-flow: column; */
  /* align-items: center; */
  justify-content: start;
}
.fcon-fbox__subimg {
  width: 42%;
  background-image: url(../img/top_fcon2.jpg);
  background-size: cover;
  background-position: center center;
  height: 360px;
  outline: 1px solid #bbb;
  outline-offset: 5px;
  margin-right: 40px;
}
.fcon-fbox__subimg.fcon-subimg2 {
  width: 42%;
  background-image: url(../img/top_fcon3.jpg);
}
.econ-fbox__atc {
  width: 50%;
  margin-left: 4%;
  color: #eee;
}
.econ-fbox__atc.fcon2 {
  width: 90%;
  margin: 2% 0%;
}
.fbox-atc__heading {
  width: 78%;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px;
  border-left: #b89b51 solid 2px;
  margin: 0 0 12px;
}
.fbox-atc__text {
  width: 88%;
  font-size: 15px;
  line-height: 2.0rem;
  padding: 10px 2px;
}
.fbox-atc__btn {
  display: flex;
  width: 60%;
  height: auto;
  background: #111;
  color: #aaa;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  padding: 20px;
  /* border-radius: 50%; */
  border-radius: 1px;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  outline: 1px solid #777;
  outline-offset: -4px;
}
.fbox-atc__btn:hover {
  color: #ccc;
  transform: translateY(-10px);
}

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

2nd_inside

-------------------*/
.top-sec-fcon.isd2::after {
  background: linear-gradient(90deg, #323232 50%, #2a2a2a 50%);
  outline: 1px solid #555;
}
.fcon-wrapper {
  /* margin: 140px 0 100px; */
}
.fcon-img.isd2 {
  width: 51%;
  background-image: url(../img/isd2_img1.jpg);
  height: 420px;
  margin-left: 0%;
  outline: 1px solid #333;
  outline-offset: -8px;
  background-position: 50% 40%;
}
.fcon-img.isd2.isdimg2 {
  background-image: url(../img/isd2_img2.jpg);
}
.fcon-img.isd2.isdimg3 {
  background-image: url(../img/isd2_img3.jpg);
}
.fcon-img.isd2.isdimg4 {
  background-image: url(../img/isd2_img4.jpg);
}
.fcon-img.isd2::before {
 /* display: none; */
 width: 100px;
 left: 0;
}
.fcon-img.isd2::after {
  height: 420px;
  display: none;
}
.fcon-text.isd2 {
  width: 48%;
  height: 420px;
  padding: 30px 60px 30px;
  /* border: solid 1px #eee; */
  background: #eee;
  outline: 1px solid #333;
  outline-offset: -8px;
}
.outer__heading.isd2 {
  width: 100%;
}

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

2nd_menu

-------------------*/
.cors2d-sec-wrap {
  padding: 100px 0 100px;
  /* background: #fbefd9; */
  /* background: #f9f3e9; */
  background: #f4efe4;
  width: 98%;
  margin: 4px auto 20px;
  outline: 1px solid #bbb;
  outline-offset: -8px;
}
.cors2d-sec-wrap .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0px 140px;
}
.menu-flex {
  display: flex;
  justify-content: center;
  margin: 80px auto 30px;
}
.menu-flex__text {
  display: block;
  width: 30%;
  text-align: center;
  font-size: 14px;
  padding: 10px 6px;
  border: solid 1px #aaa;
  transition: all .6s ease;
  margin: 0 20px;
  /* background: #ffeddb; */
  background: #eee;
  border-radius: 1px;
}
.menu-flex__text:hover {
  color: #c48a0e;
}
.cors2d-cont-wrap {
  padding: 30px 0 0px;
  margin-bottom: 60px;
}
.cors2d-cont-wrap__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  /* color: #ccc; */
  color: #333;
  margin: 0 0 20px;
}
.cors2d-cont-wrap__subtitle {
  font-size: 14px;
  font-weight: 400;
  /* text-align: center; */
  letter-spacing: 0.0rem;
  padding: 26px 6px 10px;
  /* color: #ccc; */
  color: #333;
  margin: 0 0 20px;
}
.menu-category-wrapper {
  padding: 20px 0;
}
.cors2d-headding {
  padding: 0px 16px;
  font-weight: 500;
  font-size: 16px;
  border-left: solid 4px #af7928;
  margin: 10px 0 14px;
  /* color: #ddd; */
  color: #333;
}
.cors2d-subheadding {
  padding: 6px 10px 2px;
  font-size: 15px;
  color: #333;
}
.cors2d-tr {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding: 6px 14px;
  /* border-top: 1px solid #ccc; */
  background: #fff;
  /* background: #eee; */
  color: #333;
}
.cors2d-img {
  width: 35%;
}
.cors2d-container {
  width: 70%;
  padding: 0px 10px 0px 22px;
}
.cors2d-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 6px 0;
}
.td__cont2 {
  font-size: 14px;
  line-height: 1.4rem;
  padding: 6px 0;
}
.cors2d-price {
  width: 18%;
  margin: 6px 0 0;
  padding: 6px 20px;
  text-align: right;
}
.cors2d-price {
  font-size: 15px;
  line-height: 1.7rem;
  color: #333;
  /* color: #ddd; */
  font-weight: 400;
}
.cors2d-price .tax {
  font-size: 12px
}

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

2nd_rct

-------------------*/
.corp2-sec-rct {
  padding: 80px 0 100px;
  background: #eee;
}
.corp2-sec-rct .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 10%;
}
.corp2-rct-wrap {
  padding: 0px 0 20px;
}
.rct2-heading-outer {
  padding: 10px 0 10px;
  text-align: center;
  margin: 50px 0;
}
.rct2-heading {
  font-size: 20px;
  color: #ffee53;
}
.rct2-subheading {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 30px;
}
.occupation {
  padding: 22px 8px 8px;
  font-size: 18px;
  font-weight: 500;
  color: #ddd;
}
.rct2-wrap__table {
  margin: 1% 0 22px;
  width: 100%;
}
.rct2-wrap__table th,
.rct2-wrap__table td {
	border-bottom: 4px solid #eee;
  padding: 20px 38px;
  vertical-align: middle;
  font-size: 14px;
  color: #ddd;
}
.rct2-wrap__table th {
  width: 30%;
  text-align: right;
}
.rct2-wrap__table tr:first-child {
  /* border-top: 1px dotted #ddd; */
}
.rct2-wrap__table th {
  background-color: #333;
}
.rct2-wrap__table td {
  background-color: #eee;
}
.rct2-img-wrap {
  margin: 50px 0 30px;
  display: flex;
  justify-content: space-between;
}
.rct2-img {
  display: block;
  width: 47%;
  background-image: url(../img/rct2_1.jpg);
  background-size: cover;
  background-position: center center;
  height: 300px;
  margin: 0 4px;
  outline: 1px solid #888;
  outline-offset: 4px;  
}
.rct2-img.rct2-img-2 {
  background-image: url(../img/rct2_2.jpg);
}
.rct2-atc-outer {
  margin: 60px 0 40px;
}
.rct2-act__heading {
  font-size: 18px;
  font-weight: 500;
  color: #fff09b;
  text-align: center;
  background: #333;
  padding: 10px 0 12px;
  letter-spacing: 0.2rem;
  margin: 10px 0 20px;
}
.rct2-act__heading.heading2 {
  width: 50%;
}
.rct2-act__subheading {
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 4px 10px;
}
.rct2-act__text {
  color: #cecece;
  font-size: 14px;
  padding: 14px 4px;
}
.rct2-act__text span {
  display: block;
  color: #fff09b;
  font-size: 15px;
}
.rct2-act__text2 {
  font-size: 15px;
  color: #ddd;
  line-height: 2.0rem;
  padding: 0 4px;
}

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

2nd_news

-------------------*/
.news2-sec {
  padding: 120px 0 160px;
  background-color: #f1f1f1;
}
.news2-sec .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 7%;
}
.news2-text {
  /* border: solid 1px #ddd; */
  background: #fff;
  padding: 30px 50px;
}
.news2-text-title {
  font-weight: 600;
  font-size: 18px;
}

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

contact

-------------------*/
.ct2-sec-lead {
  padding:20px 0;
}
.ct2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 200px;
}
.ct2-sec-form {
  padding: 10px 0;
}
.ct2-sec-form .inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 10px;
}
.form-wrapper {
  z-index: 80;
  text-align: center;
  margin: auto;
}
.form-wrapper iframe {
  width: 100%;
  height: 1300px;
}

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

2nd_policy

-------------------*/
.abt2-sec {
  padding: 80px 0;
}
.abt2-sec .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 60px;
}
#abt2-serv.abt2-sec {
  background-position: top center;
  position: relative;
}
#abt2-serv.abt2-sec.num1 {
  background-image: url(../img/abt2_bg1.jpg);
  background-repeat: repeat;
  z-index: -10;
}
#abt2-serv.abt2-sec.num2 {
  background-image: url(../img/abt2_bg2.jpg);
  background-repeat: repeat;
  z-index: -10;
}
#abt2-serv.abt2-sec.num3 {
  background-image: url(../img/abt2_bg1.jpg);
  z-index: -10;
}
.abt2-serv-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.abt2-serv-wrap__img {
  flex-basis: 42%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.abt2-serv-wrap__img:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 1.5%;
  left: 1%;
  right: 1%;
  bottom: 1.5%;
  border: .8px solid rgba(255,255,255,0.8);
}
.abt2-serv-wrap__desc {
  flex-basis: 50%;
}
.abt2-sec.num2 .abt2-serv-wrap__desc {
  color: #fff;
}
.abt2-serv-wrap__title {
  font-size: 22px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 30px 10px 10px 0px;
  line-height: 1.9rem;
  z-index: 2;
}
.abt2-serv-wrap__title:after {
  content: '';
  position: absolute;
  background-image: url(../img/abt_icon1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 280px;
  height: 200px;
  background-size: auto 140px; /*ロゴサイズ*/
  bottom: 20%;
  left: 0;
  z-index: 10;  
}
.abt2-serv-wrap__title.num2:after {
  background-image: url(../img/abt2_icon2.png);
}
.abt2-serv-wrap__title.num3:after {
  background-image: url(../img/abt2_icon3.png);
}
.abt2-serv-wrap__text {
  padding: 20px 10px 10px 0px;
}

/* .abt2-serv-wrap__title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 95px;
  height: 0.5px;
  background-color: #777;
}
.abt2-serv-wrap__title:before {
  left:0;
}
.abt2-serv-wrap__title:after {
  right: -108px;
} */

/*from ebisuya css end*/


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

2nd_flow

-------------------*/
.fl2-sec-flow {
  padding: 40px 0 100px;
}
.fl2-sec-flow .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 80px;
}
.fl2-lead {
  padding: 0px 0 80px;
}
.fl2-box-parent {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0,0,0,.08);
}
.fl2-box__step {
  position: absolute;
  background-color: #17b397;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .3rem;
  padding: 10px 100px;
  right: 0;
  top: 0;
}
.fl2-box-child {
  /* display: flex; */
  /* justify-content: space-between; */
}
.fl2-box__img {
  background-size: cover;
  flex-basis: 42%;
  /* height: 320px; */
}
.fl2-box__text-area {
  /* flex-basis: 55%; */
}
.fl2-text-area__title {
  position: relative;
  font-weight: bold;
  font-size:1.4rem;
  padding-left: 5%;
  padding-top: 4%;
}
.fl2-text-area__text {
  line-height: 2.1rem;
  margin: 2% 3%;
  padding: 2% 4%;
  background: #f5f7f8;
}
.fl2-arrow {
  width: 8%;
  margin: 0 auto;
}
.fl2-fee-table {
	width: 60%;
	margin: 30px 80px;
}
.fl2-fee-table th,
.fl2-fee-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.fl2-fee-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.fl2-fee-table th:first-child {
  width: 50%;
}

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

2nd_Photo

-------------------*/
.ph2-sec-wrap {
  padding: 20px 0 60px;
  background-image: url(../img/abt2_bg2.jpg)
}
.ph2-sec-wrap .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}
.ph2-lead {
  padding: 40px 20px;
  color: #fff;
}
.ph2-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1% 0;
}
.photo-wrap__box {
  flex-basis: 29%;
  /* text-align: center; */
  background-image: url(../img/abt2_bg1.jpg);
  padding-bottom: 30px;
  /* border: solid 2px #ddd; */
  margin-bottom: 38px;
}
.ph2-box__name {
  font-size: 1.2em;
  color: #333;
  margin: 20px;
  padding: 3px 12px;
  border: dashed 1px #777;
  border-radius: 12px;
}
.ph2-box__text {
  color: #333;
  padding: 0 25px;
}

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

sp max-width: 896px

-------------------*/
@media screen and (max-width: 896px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

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

  sp-Common

  -------------------*/
  #wrapper {
    /* padding-top: 80px; */
  }
  .is_pc {
    display: none;
  }

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

  sp-btn

  -------------------*/
  .btn-wrap {
    margin: 30px auto 20px;
  }
  .btn2-wrap {
    width: 96%;
    margin: 10px auto 32px;
  }
  .btn3-wrap {
    width: 80%;
    margin: 6px auto 20px;
  }
  .btn-plane {
    font-size: 15px;
    padding: 8px;
    line-height: 1.8rem;
  }
  .btn-plane.btn-red {
    padding: 10px 2px;
    font-size: 26px;
  }
  .btn-plane.btn-gold {
    padding: 10px 2px;
    font-size: 26px;
  }
  .btn-plane::before {
    background-size: 5px auto;
  }
  .btn-plane::after {
    top: -6px;
    left: -6px;
  }
  .btn-mst {
    height: 53px;
    /* padding: 0 60px; */
    border: 1px solid #000;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1rem;
    text-align: center;
    position: relative;
    transition: all 0.6s;
  }
  .btn-mst::before, .btn-mst::after {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 28px;
  }
  .btn-mst::before {
    /* width: 25px; */
  }
  .btn-mst::before, .btn-mstt::after {
    /* right: 30px; */
  }
  .btn-mst::after {
    /* width: 10px;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; */
  }
  .btn-mst:hover {
    color: #000;
    background: #fff;
  }
  .btn-mst:hover::before,
  .btn-mst:hover::after {
    background: transparent;
    color: #000;
    right: 20px;  
  }
  .moreinfo {
    width: 270px;
  }
  .moreinfo::before { 
    width: 250px;
  }
  .moreinfo a {
    width: 250px;
  }
  

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

  sp-2nd_mv
  
  -------------------*/
  .second-mainvisual {
    width: 97.6%;
    margin: 1.2% auto 0;
    height: 55vh;
    /* margin: 1% auto; */
    /* width: 98%; */
    /* border-radius: 20px; */

    /* border: solid 8px #ddd;
    box-sizing: border-box; */

    outline-offset: -6px;

    /* clip-path: polygon(20% 0, 80% 0, 100% 3%, 100% 97%, 80% 100%, 20% 100%, 0 97%, 0 3%); */
    background-position: 50% 50%;
    border: solid 1px #333;
  }
  .second-mainvisual::after {
    width: 10%;
    height: 30%;
    width: 65%;
    height: 8%;
  }
  .second-mainvisual::before {
    width: 10%;
    height: 30%;
    width: 65%;
    height: 8%;
  }
  .second-mainvisual.drink {
    background-position: 50% 10%;
  }
  .second-mainvisual.dish2 {
    background-position: 40% 8%;
  }
  .second-mainvisual-outer {
    bottom: 2%;
    left: 2%;
  }
  .second-maintitle {
    padding: 8px 18px;
    border-width: 8px; 
  }
  .mv2-en-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8rem;
  }
  .mv2-jp-title {
    font-weight: 500;
    font-size: 13px;
  }  
  .second-maintitle::after {
    width: 190px;
    height: 170px;
  }
  .second-maintitle::before {
    position: absolute;
    font-size: 14px;
    top: 4px;
    left: 20px;
    color: #2e3740;
    letter-spacing: 0.1rem;
  }
  .second-maintitle.wide {
    font-size: 22px;
    width: 80%;
    line-height: 1.6rem;
    letter-spacing: 0.10em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  }

  /*------------------
  breadcrumbs
  -------------------*/
  .breadcrumbs {
  }
  .breadcrumbs ul {
    display: flex;
    font-size: 11px;
    padding: 20px 5%;
  }
  .breadcrumbs.chitose ul,
  .breadcrumbs.chitose ul a{
    color: #fff;
  }
  .breadcrumbs li::after {
    content: "/";
    padding: 0 10px;
    font-size: 13px;
  }
  .breadcrumbs li:last-child:after {
    content: '';
  }
  
  /*------------------

  sp-imgBox
  
  -------------------*/
  .main_imgBox {
    width: 97.6%;
    height: 85vh;
    /* margin: 1% auto; */
    /* width: 98%; */
    z-index: -1;

    /* border-radius: 1px; */
    /* clip-path: polygon(20% 0, 80% 0, 100% 3%, 100% 97%, 80% 100%, 20% 100%, 0 97%, 0 3%); */
    margin: 1.2% auto;
    /* border: solid 1px #333; */
  }
  .main_imgBox::after {
    /* position: absolute;
    content: "";
    width: 100%;
    height: 85vh;
    background: transparent;
    z-index: 12; */

    /* border: solid 1px #333; */

    /* outline: 1px solid #79c401;
    outline-offset: -6px; */

    /* top: calc(4px + 6px);
    left: calc(4px + 6px); */
    
    /* border: solid 4px #fed800a8; */
    width: 10%;
    height: 30%;
    width: 65%;
    height: 8%;
  }
  .main_imgBox::before {
    width: 10%;
    height: 30%;
    width: 65%;
    height: 8%;
  }
  nav::before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(90deg, #54b274 12%, #ffffff 12%, #ffffff 88%, #ff3100 88%);
    /* background-repeat: repeat;
    background-size: auto 200px; */
    width: 203px;
    height: 90px;
    top: 14px;
    left: 14px;
    z-index: -2;

    /* border: solid 3px #999; */

    /* border-radius: 0 0px 18px 18px; */

    border: solid 3px #fff;
    box-sizing: border-box;

    /* outline: 1px solid #72370d;
    outline-offset: -4px; */

    /* box-shadow: 2px 2px 0px 0 #888; */
    display: none;
  }
  nav::after {
    /* content: "RENGAKAN";
    position: absolute;
    display: block;
    width: 88px;
    top: 84px;
    left: 26px;
    color: #333;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    z-index: -1;
    letter-spacing: 0rem;
    background: #ddd;
    padding: 0 8px 0 0;
    line-height: 0.9rem; */

    /* content: "";
    position: absolute;
    display: block;
    background-image: url(../img/bg_mokume.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 240px;
    height: 90px;
    background-size: 280px auto;
  
    top: 16px;
    left: 16px;
    z-index: -1;

    opacity: 0.1; */
  }
  .video-inner {
    /* position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; */
    display: none;
  }
  video {
    display: none;
  }
  .main_img {
    height: 85vh;
    background-position: 62% 99%;
  }
  .main_img:nth-of-type(2) {
    background-position: 30% 30%;
  }
  .main_img:nth-of-type(3) {
    background-position: 30% 50%;
  }
  .main_img:nth-of-type(4) {
    background-position: 10% 40%;
  }
  .main_img:nth-of-type(5) {
    background-position: 70% 40%;
  }
  .main-title-outer {
    display: none;
    /* left: 6%;
    top:50%; */
  }
  .main-title-outer::after {
    /* position: absolute;
    content:"";
    width: .5px;
    height: 180px;
    background: #17b397;
    left: -5%;
    top: -20%; */
  }
  .main-title-outer::before {
    /* position: absolute;
    content:"";
    width: 100%;
    height: .5px;
    background: #17b397;
    left: -5%;
    top: -20%; */
  }
  .main-title,
  .main-title2,
  .main-title3 {
    /* font-size: 16px;
    padding: 6px 0px 10px;
    color: #fff;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2)); */
  }
  .main-title-outer2 {
    /* width: 150px; */
    width: 100%;
    /* height: 400px; */
    /* background: #0e7fe9; */
  }
  .main-copy {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
  }
  .main-copy span {
    font-size: 20px;
  }
  .logo-main {
    width: 240px;
    height: 240px;
    background-size: auto 240px;
    /* filter: drop-shadow(0 0 0.2rem #ffffff); */
    /* filter: none; */
  }

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

  sp-heading

  -------------------*/
  .heading-outer30 {
    margin: 0 auto 20px;
    /* height: 230px; */
    /* background: #0a7f6a; */
  }
  .heading-outer20 {
    /* height: 190px; */
    margin: 0 auto 10px;
    /* background: #0a7f6a; */
  }
  .heading-outer80 {
    margin: 0 auto 60px;
  }
  .num-heading { 
    /* font-weight: 400; */
    /* font-size: 24px; */
    /* line-height: 1.6rem; */
    width: 54px;
    height: 54px;
    background-size: auto 54px;
  }
  /* .num-heading.num-deco2 {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  }
  .num-heading.num-deco3 {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  } */
  .en-heading {
    font-size: 36px;
    /* letter-spacing: 0.2rem; */
    /* font-weight: 600; */
    /* line-height: 3.8rem; */
    /* padding: 0 0 4px 4px; */
    margin: 18px auto 0;
  }
  .en-heading::before {
    height: 24px;
    top: -16px;
  }
  .en-heading::after {
    width: 80%;
    bottom: 0px;
  }
  .jp-heading {
    /* width: 300px; */
    /* font-weight: 400; */
    font-size: 13px;
    /* line-height: 1.4rem; */
    letter-spacing: 0.1rem;
    white-space: nowrap;
    margin: -4px auto 6px;
  }
  .jp-heading.large {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4rem;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    /* filter: drop-shadow(0 6px 8px rgba(46, 46, 46, 0.3)); */
  }
  .jp-heading::after {
    bottom: -6px;
  }
  .jp-heading::before {
    top: -2px;
  }
 
  /*------------------

  sp-promise

  -------------------*/
  .top-sec-promise {
    padding: 10px;
  }
  .top-sec-promise .inner {
    padding: 0;
  }
  .promise-text-area {
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.8rem;
    padding: 8%;
  }

  /*------------------
  sp-scrolldown
  -------------------*/
  .top-sec-scrolldown {
    margin: 6px auto 20px;
  }
  .scrolldown1{
    position:absolute;;
    width: 100px;
    left:50%;
    top: 6px;
    height: 30px;
  }
  @keyframes pathmove{
    0%{
      height: 0;
      top: 4px;
      opacity: 0;
    }
    30%{
      height: 25px;
      opacity: 1;
    }
    100%{
      height: 0;
      top: 40px;
      opacity: 0;
    }
  }
  
  /*------------------

  sp-concept

  -------------------*/
  .top-sec-concept {
    padding: 60px 0 40px;
  }
  .top-sec-concept::before {
    border-width: 100px 50px 0 0;
    top: 5px;
    left: 5px;
  }
  .top-sec-concept::after {
    border-width: 0 0 100px 50px;
    bottom: 5px;
    right: 5px;
  }
  .top-sec-concept .inner {
    padding: 0 5%;
  }
  .top-sec-concept .inner::before {
    background-image: url(../img/deco_logo2.png);
    width: 150px;
    height: 200px;
    background-size: auto 200px;
    top: 4%;
    right: 0%;
    opacity: 0.1;
  }
  .concept-img-container {
    flex-wrap: wrap;
    margin: 20px 0 40px;
  }
  .concept-img-container::before {
    font-size: 15px;
    top: -12%;
    left: auto;
    right: 4%;
    transform: rotate(-8deg);
  }
  .concept-img-container.about1::before {
    /* left: 30%; */
    right: 4%;
    top: -14%;
  }
  .concept-img-container::after {
    width: 100px;
    bottom: 80px;
    right: -5%;
    z-index: 2;
    display: none;
  }
  .concept-img-outer {
    flex-basis: 44%;
    height: 160px;
    margin: 6px;
    outline: 1px solid #999;
    outline-offset: 3px;  
  }
  .concept-text-container {
    padding: 20px 10px 20px;
  }
  .concept-text__article {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 1.7rem;
  }

  /*------------------
  sp-rsv
  -------------------*/
  .sec-rsv {
    /* background: linear-gradient(90deg, #252525 50%, #191919 50%); */
    padding: 20px 0;
    z-index: 10;
  }
  .sec-rsv__text {
    width: 76%;
    height: 50px;
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.1rem;
    color: #ddd;
    display: block;
    /* background: linear-gradient(90deg, #f3d294 11%, #fef0d6 11%, #fef0d6 90%, #fff7e9 90%); */
    text-align: center;
    /* outline: .5px solid #b69501;
    outline-offset: 2px; */
    border: solid .5px #b69501;
    position: relative;
    z-index: 1;
  }
  .sec-rsv__text::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    border: solid .5px #888;
    top: -7px;
    left: -7px;
    z-index: -1;
  }
  .sec-rsv__text i {
    padding-right: 4px;
  }

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

  sp-fcon-abt

  -------------------*/
  .top-sec-fcon {
    padding: 60px 0 20px;
    margin: 12px 0 0;
  }
  .top-sec-fcon.fcon2 {
    padding: 30px 0 10px;
    margin: 6px 0 0;
  }
  .top-sec-fcon:first-child {
    margin: 8px 0 0;
  }
  .top-sec-fcon::before {
    width: 96%;
    /* width: 48%; */
    top: 0%;
    left: 2%;
    /* background-size: 5px auto; */
    background-size: 360px auto;
    /* border-radius: 8px; */
  }
  .top-sec-fcon::after {
    width: 96%;
    top: 0%;
    left: 2%;
    /* border-radius: 8px; */
    /* outline: none; */
    outline-offset: -4px;

    border-width: 8px;

  }
  .top-sec-fcon.fcon2::after {
    top: 0%;
    height: 100%;
  }
  .top-sec-fcon.fcon2::before {
    top: 0%;
    height: 100%;
  }
  .top-sec-fcon .inner {
    padding: 2%;
    /* background: #007c36; */
  }
  .top-sec-fcon .inner::before {
    /* width: 15%;
    height: 16%;
    background-size: auto 260px;
    top: -10%;
    right: 2%; */

    width: 96%;
    height: 35%;
    top: -8%;
    left: 2%;
    clip-path: polygon(0 35%, 100% 0, 100% 65%, 0 100%);
  }
  .top-sec-fcon.fcon2 .inner::before {
    /* left: auto;
    right: 0%; */
    /* top: -8%; */
    height: 42%;
    top: -7%;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
  }
  .top-sec-fcon .inner::after {
    /* width: 15%;
    height: 16%;
    bottom: -6%;
    left: 2%; */
    width: 96%;
    background-size: 180px auto;
    left: 2%;
  }
  .top-sec-fcon.fcon2 .inner::after {
    bottom: -4%;
  }
  .fcon-wrapper {
    margin: 40px 0 40px;
    display: block;
  }
  .fcon-wrapper.fcon-reverse {
    margin-top: 0px;
  }
  .fcon-img-outer {
    width: 92%;
    margin: 0 auto;
  }
  .fcon-img-outer.fcon-reverse {
    margin: 0 auto;
  }
  .fcon-img-outer::before {
    font-size: 22px;
    /* outline-offset: -4px; */
    /* padding: 6px 20px; */
    /* width: 241px;
    height: 46px;
    background-size: auto 46px; */
    top: -14%;
    left: -2%;
  }
  .fcon-img-outer::after {
    height: 280px;
    top: -8px;
    left: -6px;
  }
  .fcon-img-outer.fcon-reverse::before {
    top: -13%;
    left: -3%;
  }
  .fcon-img-outer.fcon-reverse::after {
    left: -6px;
    right: auto;
    top: -8px;
  }
  .fcon-img {
    width: 100%;
    height: 280px;
    margin: 0;
    box-shadow: 6px 6px 0px 0 #77777778;
  }
  .fcon-img.fcon-reverse {
    width: 100%;
    height: 280px;
    margin: 40px auto 0;
  }
  .fcon-img::before {
    /* width: 140px;
    height: .5px; */
    font-size: 15px;
    top: -13%;
    left: -7%;
    transform: rotate(-7deg);
  }
  .fcon-img::after {
    /* width: 54%; */
    font-size: 13px;
    padding: 2px 10px 2px;
    /* height: 170px; */
    border-radius: 8px;
  }
  .fcon-img.fcon-img.fcon-reverse::after {
  }
  .fcon-text {
    width: 90%;
    height: auto;
    padding: 20px 6% 20px;
    /* outline: 1px solid #444;
    outline-offset: -10px;   */
    margin: 16px auto 8px;

    border-width: 10px;
    background: linear-gradient(20deg, #eee 14%, #fff 14%, #fff 86%, #eee 86%);
  }
  .fcon-text.fcon-text-num2 {
    margin: 16px auto 8px;
  }
  .fcon-text::before {
    width: 227px;
    height: 128px;
    background-size: auto 128px;
  }
  .outer__heading {
    font-size: 15px;
    line-height: 1.6rem;
    padding: 8px 6px 8px;
    width: 98%;
  }
  .outer__heading::before {
    /* position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: .5px;
    background: #aaa;
    bottom: 30px;
    right: -40px;
    transform: rotate(-45deg); */
  }
  .outer__heading.in-en {
    font-weight: 300;
    line-height: 1.6rem;
  }
  .outer__atc {
    padding: 10px 6px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6rem;
  }

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

  sp-scon

  -------------------*/
  .top-sec-scon {
    padding: 80px 0 40px;
    margin: 12px 0 0;
  }
  .top-sec-scon::before {
    width: 96%;
    left: 2%;
    /* outline: none; */
    outline-offset: -4px;
    /* border: solid 8px #fff; */
  }
  .top-sec-scon::after {
    /* width: 48%; */
    width: 96%;
    left: 2%;
    background-size: 360px auto;
    /* background-size: 5px auto; */
    /* opacity: 0.03; */
  }
  .inner-scon {
  }
  .inner-scon::before {
    /* width: 15%;
    height: 12%;
    top: -16%;
    right: 2%; */

    width: 96%;
    background-size: 180px auto;
    top: -18%;
    left: 2%;
  }
  .inner-scon::after {
    /* font-size: 80px;
    top: -4%;
    left: -2%;
    z-index: -2; */

    /* width: 15%;
    height: 12%;
    bottom: -8%;
    left: 2%; */

    top: -14%;
    right: 4%;
    width: 213px;
    height: 120px;
    background-size: auto 120px;

  }
  .scon-wrapper {
    display: block;
    padding-bottom: 0px;
    margin: 60px 0 20px;    
  }
  .scon-wrapper.scon-mid {
    width: 92%;
    margin: 40px auto 80px;
   }
  .scon-wrapper.scon-reverse {
    display: block;
    margin-top: 20px;
  }
  .scon-img-outer {
    width: 90%;
    justify-content: space-between;
    z-index: 1;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .scon-img-outer.scon-mid {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .scon-img-outer::before {
    width: 100%;
    height: 560px;
    top: -20px;
    left: -20px;
    border: solid .5px #888;
  }
  .scon-img-outer.scon-mid::before {
    width: 96%;
    height: 200px;
    top: -12px;
    left: -12px;
    border: solid .5px #888;
  }
  .scon-img-outer::after {
    /* display: none; */
    font-size: 15px;
    letter-spacing: 0rem;
    top: -6%;
    left: -2%;
    /* height: 206px; */
    text-align: center;
    padding: 6px 12px;
    outline-offset: -4px;
  }
  .scon-img-outer.scon-mid::after {
    top: -22px;
    left: auto;
    right: 6%;
  }
  .scon-img-outer.scon-reverse::after {
    top: -6%;
    left: 0px;
  }
  .scon-img-outer.scon-reverse::before {
    width: 100%;
    top: -20px;
    left: auto;
    right: -20px;
  }
  .scon-img1 {
    width: 100%;
    height: 260px;
    margin-right: 2px;
    background-position: 40% 50%;
    /* clip-path: polygon(25% 0, 100% 4%, 100% 100%, 76% 100%, 0 95%, 0 0); */
    clip-path: polygon(80% 0%, 100% 0, 100% 96%, 26% 100%, 0 100%, 0 4%);
  }
  .scon-img1.scon-mid {
    width: 48%;
    height: 200px;
    background-position: 50% 50%;
    clip-path: none;
    margin: 0 3px 0;
  }
  .scon-img1.scon-reverse {
    background-position: 50% 50%;
  }
  .scon-img1::before {
  }
  .scon-img2 {
    width: 100%;
    height: 260px;
    margin: 0px 0 0 0;
    background-position: 48% 50%;
    /* clip-path: polygon(25% 0, 100% 4%, 100% 100%, 76% 100%, 0 95%, 0 0); */
    clip-path: polygon(80% 0%, 100% 0, 100% 96%, 26% 100%, 0 100%, 0 4%);
  }
  .scon-img2.scon-mid {
    width: 48%;
    height: 200px;
    background-position: 50% 50%;
    clip-path: none;
    margin: 0 3px 0;
  }
  .scon-img2.scon-reverse {
    background-position: 50% 50%;
  }
  .scon-img2::before {
  }
  .scon-img1.scon-num2 {
  }
  .scon-img1.scon-num2::before {
  }
  .scon-text {
    width: 80%;
    padding: 30px 28px;
    margin: 30px auto 60px;
    /* background: #2a2a2a; */
    border-width: 6px;
  }
  .scon-text.scon-reverse {
    margin: 30px auto 60px;
  }
  .scon-text.scon-num2 {
  }
  .scon-text::before {
    background-size: 36px auto;
    /* opacity: 0.06; */
  }
  .scon-text::after {
    width: 242px;
    height: 32px;
    background-size: auto 32px;
  }
  .scon-text.scon-reverse::after {
    /* width: 67px;
    height: 210px;
    background-size: auto 210px; */
  }
  .scon-outer__heading {
    font-size: 18px;
    line-height: 1.8rem;
    width: 85%;
    padding: 10px 2px 10px;
  }
  .scon-outer__atc {
    line-height: 1.5rem;
    font-size: 13px;
    padding: 2px 0 0;
  }

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

  sp-jcon

  -------------------*/
  .top-sec-jcon {
    margin: 10px 0;
    padding: 80px 0 60px;
  }
  .top-sec-jcon::before {
    width: 96%;
    left: 2%;
    outline-offset: -6px;
  }
  .top-sec-jcon::after {
    width: 96%;
    left: 2%;
    background-size: 5px auto;
  }
  .jcon-cont-outer {
    margin: 60px auto 0;
    width: 96%;
    border-radius: 2px;
    overflow: hidden;
  }
  .jcon-cont-outer::before {
    background-size: 56px auto;
  }
  .jcon-cont-outer::after {
    width: 305px;
    height: 120px;
    background-size: auto 120px;
    top: -2%;
    left: 4%;
  }
  .jcon-cont-flex1 {
    margin: 10px auto 0px;
    width: 100%;
    display: block;
    height: auto;
    padding: 20px 10px;
  }
  .jcon-cont-flex1::before {
    width: 100px;
    height: .5px;
    background: #aaa;
    top: 0;
    left: -2%;
    transform: rotate(-45deg);
  }
  .flex1__text {
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 13px;
  }
  .flex1__img {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    height: 200px;
    /* outline-offset: 4px; */
    outline: none;
    border-radius: 1px;
    /* box-shadow: 5px 5px 0px 0 #77777778; */
    border: solid 6px #555;
  }
  .jcon-cont-flex2-sp {
    margin: 0px auto 40px;
    width: 96%;
    display: block;
    height: auto;
    padding: 0 4px 40px;
    z-index: 5;
  }
  .jcon-flex2-child {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    height: auto;
    width: 100%;
    margin: 0 0 20px;
  }
  .flex2__img {
    flex-basis: 46%;
    display: block;
    margin: 0 4px;
    height: 160px;
    outline: none;
    border: solid 6px #555;
  }
  .flex2__img.j-img2 {
    flex-basis: 46%;
  }
  .flex2__img.j-img3 {
    width: 100%;
    display: block;
    margin: 0;
    height: 220px;
    outline: none;
    border: solid 6px #555;
  }

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

  sp-About us

  -------------------*/
  .top-sec-about {
    padding: 20px 0 30px;
    z-index: 1;
  }
  .top-sec-about .inner {
  }
  .top-sec-about::after {
    background: #ddd;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 50%; 
    z-index: -1;
  }
  .top-sec-about::before {
    background: #ddd;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    right: 14px; 
    z-index: -1;
  }
  .top-sec-about .inner::after {
    display: none;
  }
  .top-sec-about .inner::before {
    display: none;
  }
  .about-wrap {
    display: block;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: start;/*左寄せ*/
    position: relative;
    padding-bottom: 10px;
  }
  .about-wrap__img{
    width: 100%;
    z-index: 3;
  }
  .about-wrap__img img{
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
  .about-wrap__text-outer {
    width: 100%;
    margin: -40px auto 0px; 
    position: relative;
  }
  .about-wrap__text-outer .heading_rl {
    position: absolute;
    left: 10px;
    top: 50px;
  }
  .about-text {
    width: 80%;
    padding: 26px 32px;
    /* background-color: #ed7600; */
    position: static;
    margin-right: 0;
    margin-left: auto;   
    color: #fff;
    font-weight: normal;
    line-height: 1.7rem;
    z-index: 5;
  }
  .about-text__title {
    font-size: 16px;
    font-weight: 4  00;
    padding-bottom: 20px;
    line-height: 1.5rem;
  }

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

  sp-news

  -------------------*/
  .top-sec-news {
    padding: 60px 0 40px;
    margin: 10px 0 0;
  }
  .top-sec-news::before {
    width: 96%;
    top: 0%;
    left: 2%;
    outline-offset: -6px;
  }
  .top-sec-news::after {
    width: 96%;
    top: 0%;
    left: 2%;
    background-size: 5px auto;
  }
  .top-sec-news .inner {
    max-width: 1340px;
    padding: 0 20px;
  }
  .top-sec-news .inner::before {
    width: 96%;
    top: -10%;
    left: 2%;
    background-size: 300px auto;
  }
  .top-sec-news .inner::after {
    background-image: url(../img/deco_masaki_rl2.png);
    width: 44px;
    height: 290px;
    background-size: auto 290px;
    top: 12%;
    left: auto;
    right: 32%;
    opacity: 0.054;
  }
  .news-container {
    padding: 0px 0px 6px;
    /* background: #f7f6f4; */
  }
  .news-wrap {
    display: block;
    width: 100%;
    margin: 60px 0 40px;
  }
  .news-wrap__day,
  .news-wrap__event,
  .news-wrap__day,
  .news-wrap__btn {
    display: block;
  }
  .news-wrap__day {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 2px 4px;
  }
  .news-wrap__event {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 2px 4px;
  }
  .news-wrap__text {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 2px 4px;
  }
  .news-wrap__btn {
    width: max-content;
    padding: 8px 4px;
    margin: 0 1% 0 auto;
  }

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

  sp-rst

  ---------------- */
  .rst-wrapper {
    display: block;
    height: auto;
  }
  .rst-wrapper__text {
    width: 100%;
    height: 400px;
  }
  .rst-text_article {
    color: #fff;
    padding: 20px;
    font-size: 13px;
  }
  .btn-outer-rst {
    margin: 20px auto 0px;
  }
  .rst-wrapper__img {
    width: 100%;
    height: 300px;
  }
  .rst-wrapper__text::after {
    display: none;
  }

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

  sp-collection

  ---------------- */
  .top-sec-coll {
    padding: 60px 0 0px;
  }
  .top-sec-coll::before {
    width: 96%;
    left: 2%;
    outline-offset: -4px;
  }
  .top-sec-coll::after {
    background-size: auto 5px;
    width: 96%;
    left: 2%;
  }
  .top-sec-coll.inner {
    margin: auto; 
  }
  .top-sec-coll .inner::before {
    background-size: 340px auto;
    width: 96%;
    height: 9000px;
    top: -26%;
    left: 2%;
  }
  .coll-wrapper {
    display: block;
    height: auto;
    margin: 20px auto 10px;
    width: 92%;
  }
  .coll-wrapper__img {
    width: 100%;
    height: 260px;
  }
  .coll-wrapper__cont {
    width: 100%;
    display: block;
    padding: 30px 30px 50px;
  }
  .coll-wrapper__cont::after {
    display: none;
  }
  .coll-text {
    padding: 10px;
    font-size: 13px;
    line-height: 1.5rem;
  }
  .coll-tel {
    width: 80%;
    margin: 20px auto 0px;
  }

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

  sp-footer

  -------------------*/
  #footer {
    background-image: url(../img/top_mv1_sp.jpg);
    padding: 20px 0 30px;
    height: 720px;
    /* border: solid 4px #111; */
    background-position: 46% 78%;
    margin: 0px auto 0;
    width: 96%;
  }
  #footer::after {
    /* border: solid 8px #ddd; */
    outline-offset: -6px;
  }
  .footer-container {
  }
  .footer-nav__container {
    display: block;
    padding: 10px 0px;
  }
  #footer img {
    width: 42%;
    /* filter: drop-shadow(0 0 0.22rem rgb(255, 255, 255)); */
  }
  .footer-nav {
    text-align: center;
  }
  .footer-nav li a {
    padding: 0px;
    line-height: 2.3rem;
    z-index: 5;
    font-size: 16px;
  }
  .pagetop {
    bottom: 80px;
    right: 10px;
  }
  .pagetop span {
    font-size: 30px;
  }
  .footer-snav {
    width: 42px;
    height: 128px;
    bottom: 51%;
    right: 4px;
    outline-offset: -4px;
    /* border: solid 3px #ccc; */
  }
  .footer-snav.fnav2 {
    bottom: 26%;
  }
  .footer-snav__text {
    display: block;
    /* display: table-cell; */
    writing-mode: vertical-rl;
    width: max-content;
    height: 140px;
    vertical-align: middle;
    /* padding-right: 10%; */
    /* background: #17b397; */
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

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

  sp-2nd-serv

  -------------------*/
  .second-sec-service {
    padding: 40px 0px;
    margin: 8px 0 0;
  }
  .second-sec-service::before {
    width: 96%;
    height: 100%;
    left: 2%;
    outline-offset: -6px;
  }
  .second-sec-service::after {
    width: 96%;
    height: 100%;
    left: 2%;
    background-size: 360px auto;
    background-size: 5px auto;
  }
  .second-sec-service.pv2::before {
    outline-offset: -6px;
  }
  .second-sec-service .inner {
    padding: 0 5%;
  }
  .service-wrapper {
  }
  .service-parent-wrapper {
    padding: 10px 0;
  }
  .service-parent-wrapper.pv2 {
    padding: 0px 6%;
  }
  .service-title-outer {
    margin: 20px auto 50px;
  }
  .service-en-title {
    font-size: 16px;
  }
  .service-title {
    font-size: 22px;
  }
  .service-child-wrapper {
    padding: 0px 0px 0px;
    width: 82%;
    margin: 0 auto;
  }
  .service-child-wrapper.pv2 {
    /* width: 100%; */
  }
  .service-subtitle {
    font-size: 16px;
    padding: 6px 0;
    font-weight: 400;
  }
  .service-subtitle.pv2 {
    width: 88%;
  }
  .service-subtitle i {
    padding-right: 4px;
  }
  .service-atc {
    padding: 0px;
    line-height: 1.6rem;
  }
  .service-photo-wrapper {
    padding: 60px 0;
  }
  .photo-subtitle {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .photo-container {
    padding: 20px 0 20px;
    margin: 0 auto;
  }
  .photo-container a {
    width: 47%;
    margin: 2px;
  }
  .photo-container .photo-empty {
    display: none;
  }

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

  sp-asd-corp

  -------------------*/
  .top-sec-asd {
    padding: 80px 0 20px;
  }
  .top-sec-asd::after {
    width: 96%;
    /* height: 98%; */
    left: 2%;
    outline-offset: -6px;
  }
  .top-sec-asd::before {
    background-size: 360px auto;
    width: 96%;
    height: 100%;
    left: 2%;
  }
  .asd__img {
    display: block;
    width: 266px;
    height: 266px;
    margin: 60px auto 0;
  }
  .asd__lead {
    width: 74%;
    margin: 40px auto 10px;
    font-size: 13px;
  }
  .asd-nav-outer {
    display: block;
    text-align: center;
  }
  .asd-wrapper {
    padding: 10px 0 10px;
  }
  .asd-nav__name {
    margin: 20px 0;
    width: 100%;
    font-size: 15px;
    padding: 10px 14px;
  }
  .asd-logo {
    width: 40%;
    margin: 20px auto;
  }
  .asd-cont-wrap {
    width: 90%;
    padding: 20px 0px 20px;
    border-radius: 2px;
    outline-offset: -4px;
  }
  .asd-cont-wrap::before {
    background-size: 5px auto;
    border-radius: 2px;
  }
  .asd-cont-wrap__lead {
    margin: 20px auto 0px;
    font-size: 14px;
    padding: 6px 8px;
    /* letter-spacing: 0; */
  }
  .asd-name {
    padding: 10px;
    font-size: 16px;
    line-height: 1.8rem;
    margin: 10px auto 0px;
  }
  .asd-name::before {
    width: 1.4px;
    height: 70%;
    top: 15%;
    left: -10px;
  }
  .asd-name::after {
    width: 1.4px;
    height: 70%;
    top: 15%;
    right: -10px;
  }
  .sec-heading-asd {
    margin: 10px auto 40px;
  }
  .asd-img-outer {
    display: block;
    margin: 4px auto 0;
    padding: 10px;
  }
  .asd-img__img1 {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    border: solid 6px #ccc;
  }
  .asd-img__img2 {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    border: solid 6px #ccc;

  }
  .asd-img__img3 {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    border: solid 6px #ccc;

  }
  .lcd-info-wrap {
    display: block;
  }
  .lcd-info-wrap__moreinfo {
    display: block;
    width: 84%;
    margin: 32px auto 16px;
    font-size: 14px;
    padding: 10px;
  }
  .lcd-wrap__table {
    margin: 14px 0;
    width: 100%;
  }
  .lcd-wrap__table th,
  .lcd-wrap__table td {
    padding: 10px 12px;
    font-size: 12px;
  }
  .lcd-info-pagetop {
    font-size: 14px;
  }

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

  sp-ytm

  -------------------*/
  .top-sec-ytm {
    padding: 100px 0px 100px;
    /* position: relative; */
    overflow: hidden;
  }

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

  sp-info

  -------------------*/
  .corp2-sec-info {
    padding: 80px 0 40px;
    /* background: linear-gradient(90deg, #f4f0e7 95%, #fff 95%); */
    margin: 10px 0 0;
  }
  .corp2-sec-info::before {
    width: 96%;
    left: 2%;
    outline-offset: -4px;
  }
  .corp2-sec-info::after {
    width: 96%;
    left: 2%;
    background-size: 5px auto;
  }
  .corp2-sec-info .inner {
    padding: 0 20px;
  }
  .sec-corp-title {
    position: absolute;
    top: 80px;
    left: 40%;
    width: max-content;
    /* transform: translateX(-50%); */
    font-size: 20px;
    letter-spacing: 0.6rem;
  }
  .corp2-info-wrap {
    display: block;
    padding: 0px 0;
  }
  .corp2-wrap__table {
    margin: 14px 0;
    width: 100%;
  }
  .corp2-wrap__table th,
  .corp2-wrap__table td {
    padding: 14px 12px;
    font-size: 12px;
  }
  .corp2-map-wrap {
    padding: 10px;
  }
  .corp2-map__text {
    padding: 20px 10px;
    font-size: 15px;
  }
  .sns-link {
    width: 90%;
    padding: 36px 18px 26px;
  }
  .sns-link.to-top {
    width: 96%;
    outline-offset: -6px;
  }
  .sns-link__bnr {
    /* display: block; */
  }
  .sns-link__bnr a {
    font-size: 34px;
    margin: 20px auto;
  }
  .sns-link__text {
    line-height: 1.7rem;
  }
  .sns-nav-outer {
    display: block;
    margin: 30px 0px 10px;
  }
  .sns-nav-outer__text {
    display: block;
    font-size: 30px;
    width: 100%;
    padding: 20px 0 16px;
    margin: 10px 0px;
  }
  .sns-nav-outer__text::before {
    width: 14%;
    height: 30%;
  }

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

  sp-service-menu

  -------------------*/
  .top-sec-service {
    padding: 20px 0 30px;
    margin: 12px 0 0;
  }
  .top-sec-service::before {
    /* width: 95%; */
    width: 96%;
    top: 0%;
    /* left: 2.5%; */
    left: 2%;
    outline-offset: -4px;
    /* margin: 6px 0 0; */
  }
  .top-sec-service::after {
    /* width: 95%; */
    width: 96%;
    top: 0%;
    /* left: 2.5%; */
    left: 2%;
    background-size: 360px auto;
    /* background-size: 5px auto; */
    /* opacity: 0.04; */
    /* margin: 6px 0 0; */
  }
  .top-sec-service .inner {
    padding: 50px 3% 20px;
  }
  .top-sec-service .inner::before {
    width: 96%;
    height: 45%;
    top: -7%;
    left: 2%;
    clip-path: polygon(0 35%, 100% 0, 100% 65%, 0 100%);
  }
  .top-sec-service .inner::after {
    width: 292px;
    height: 60px;
    background-size: auto 60px;
    bottom: -8%;
    left: 6%;
    opacity: 0.05;
  }
  .anime-inner::before {
    /* font-size: 11vw; */
    /* width: 60px; */
    width: 96%;
    height: 6000px;
    background-size: 300px auto;

    /* animation: flowimg 420s linear infinite; */
    /* right: 8%; */
    left: 2%;
  }
  .service-lead {
    width: 90%;
    margin: 50px auto 20px;
    font-size: 13px;
  }
  .service-img-flex {
    display: block;
    margin: 60px 0;
  }
  .service-img-flex::before {
    width: 302px;
    height: 50px;
    background-size: auto 50px;
    top: -6%;
    right: 0%;
    opacity: 0.7;
    display: none;
  }
  .menu-outer {
    margin: 60px auto 20px;
    /* background: #000; */
    width: 84%;
  }
  .menu-outer::before {
    width: 290px;
    height: 290px;
    top: -26px;
    left: 20px;
    background-size: 20px auto;
  }
  .service-img {
    display: block;
    width: 290px;
    height: 290px;
    margin: 20px auto 10px;
  }
  .service-img::before {
  }
  .service-img::after {
    width: 180px;
    top: 2%;
    left: -2%;
    /* height: 70px;
    background-size: auto 70px; */
    transform: rotate(-18deg);
  }
  .service-img.flex2::after {
    width: 154px;
    height: 120px;
    background-size: auto 120px;
  }
  .service-img.flex3::after {
    width: 116px;
    height: 70px;
    background-size: auto 70px;
  }

  .menu-outer__name {
    margin: 18px auto;
    font-size: 20px;
    letter-spacing: 0rem;
    /* font-weight: 500; */
  }
  .menu-outer__name::after {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
    top: -10px;
    left: 0px;
  }
  .menu-outer__name.menu_2::after {
    /* width: 104px;
    height: 104px;
    background-size: auto 104px;
    top: -120%;
    right: 10px; */
  }
  .mn-cont-container {
    margin: 30px auto;
    width: 96%;
    padding: 6px;
    border: solid 1px #999;
  }
  .mn-cont-outer {
    display: block;  
  }
  .mn-text-group {
    width: 100%;
    padding: 10% 8% 14%;
    outline-offset: -6px;
    outline: none;
    margin: 6px auto 0;
    background: linear-gradient(90deg, #ffffff 50%, #eee 50%);
    background: linear-gradient(160deg, #eee 12%, #fff 12%, #fff 88%, #eee 88%);
    
  }
  .mn-text-group::before {
    /* width: 220px;
    height: 220px;
    background-size: auto 220px; */
    top: 0;
    width: 100%;
    height: 180%;
    background-size: auto 360px;
  }
  .mn-text {
    font-size: 13px;
    color: #333;
    line-height: 1.5rem;
    padding: 0px 0px 26px;
  }
  .mn-img-group {
    width: 100%;
    height: 320px;
  }
  .mn_img {
    width: 100%;
    height: 320px;
    background-position: 50% 30%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.1);
  }

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

  sp-2nd_inside

  -------------------*/
  .top-sec-fcon.isd2::after {
    outline-offset: -6px;
  }
  .fcon-wrapper.isd2 {
    margin: 80px auto 60px;
    border: solid 4px #eee;
    width: 92%;
  }
  .fcon-img.isd2 {
    width: 100%;
    height: 220px;
    margin: 0 auto 0;
    outline: 1px solid #bbb;
    outline-offset: 4px;
    outline: none;
  }
  .fcon-img.isd2::before {
    width: 80px;
    left: 0;
  }
  .fcon-text.isd2 {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px;
    outline: 1px solid #888;
    outline-offset: -4px;
    margin: 0 auto 0;
    outline: none;
  }
  .outer__heading.isd2 {
    width: 90%;
  }

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

  sp-gallery

  -------------------*/
  .top-sec-gally {
    padding: 60px 0 40px;
    margin: 12px 0 0;
  }
  .top-sec-gally.cafe-gally,
  .top-sec-gally.stay-gally {
    margin: 8px 0 20px;
  }
  .top-sec-gally::before {
    width: 96%;;
    left: 2%;
    /* outline: none; */
    outline-offset: -4px;
    /* border: solid 8px #fff; */
  }
  .top-sec-gally::after {
    width: 96%;
    /* width: 48%; */
    background-size: 360px auto;
    /* background-size: 5px auto; */
    left: 2%;
    /* opacity: 0.06; */
  }
  .top-sec-gally .inner {
    padding: 0 2%;
  }
  .top-sec-gally .inner::before {
    /* background-size: 300px auto; */
    width: 12%;
    height: 18%;
    top: -8%;
    right: 2%;
  }
  .top-sec-gally .inner::after {
    width: 12%;
    height: 18%;
    bottom: -6%;
    left: 2%;
  }
  .top-sec-gally.gally-v2 .inner::before,
  .top-sec-gally.stay-gally .inner::before {
    background-size: 340px auto;
  }
  .gally-lead {
    font-size: 13px;
    width: 90%;
    margin: 50px auto 10px;
  }
  .gally-img-container {
    padding: 0px 0 10px;
    margin: 40px auto 0;
  }
  .gally-img-container a {
    width: 46%;
    margin: 3px;
  }
  .gally-img-container .coll2-empty {
    width: 280px;
    margin: 3px;
  }
  .slide-container {
    margin: 40px auto 40px;
    width: 98%;
  }
  .slide-lead {
    font-size: 13px;
    width: 90%;
    margin: auto;
    line-height: 1.6rem;
    text-align: left;
  }
  .slide-img-outer {
    margin: 40px auto 40px;
    width: 96%;
    /* background: #fff; */
    background-size: 600px auto;
    background-position: 10% 10%;
    padding: 16% 1%;
    border-width: 8px;
  }
  .slick01 img {
    /* width: 98%;
    height: auto; */
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .slide-img-outer::before {
    background-size: 360px auto;
  }

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

  sp-gmap

  -------------------*/
  .top-sec-gmap {
    padding: 80px 0 70px;
    margin: 12px 0 0;
  }
  .top-sec-gmap::before {
    width: 96%;
    left: 2%;
    outline-offset: -4px;
    height: 98%;
    /* border: solid 8px #fff; */
  }
  .top-sec-gmap::after {
    background-size: 360px auto;
    /* background-size: 5px auto; */
    width: 96%;
    height: 98%;
    left: 2%;
    z-index: -2;
    /* opacity: 0.06; */
  }
  .map-wrapper {
    margin: 60px 0 10px;
  }
  .map-wrapper__iframe {
    padding: 0 6%;
  }

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

  sp-2nd_menu
  
  -------------------*/
  .cors2d-sec-wrap {
    padding: 40px 0 20px;
    width: 96%;
    margin: 2px auto 10px;
    outline-offset: -6px;
  }
  .cors2d-sec-wrap .inner {
    padding: 0 20px;
  }
  .menu-flex {
    display: block;
    margin: 30px auto 20px;
  }
  .menu-flex__text {
    width: 90%;
    margin: 10px auto;
    padding: 6px 10px;
  }
  .cors2d-cont-wrap__title {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
  .cors2d-cont-wrap__subtitle {
    font-size: 12px;
    padding: 18px 6px 10px;
  }
  .menu-category-wrapper {
    padding: 15px 0;
  }
  .cors2d-headding {
    font-size: 14px;
  }
  .cors2d-subheadding {
    padding: 4px 10px 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4rem;
  }
  .cors2d-tr {
    display: block;
    padding: 6px 0;
  }
  .cors2d-img {
    width: 100%;
    padding: 6px 14px;
  }
  .cors2d-container {
    width: 100%;
  }
  .cors2d-title {
    font-size: 14px;
    line-height: 1.6rem;
    padding: 0px;
  }
  .td__cont2 {
    font-size: 12px;
    line-height: 1.3rem;
    padding: 0px 0 1px;
    margin: 0;
  }
  .cors2d-price {
    width: 100%;
    margin-top: 0px;
    font-size: 14px;
    margin: 0;
    padding: 0 18px;
    text-align: right;
  }

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

  sp-2nd_shop

  -------------------*/
  .p2-sec-img {
    padding: 60px 0px 50px;
    margin: 18px 0;
  }
  .p2-sec-img::before {
    width: 96%;
    height: 100%;
    left: 2%;
    outline-offset: -4px;
  }
  .p2-sec-img::after {
    background-size: 5px auto;
    width: 96%;
    left: 2%;
  }
  .p2-sec-img .inner::before {
    background-size: 340px auto;
    background-position: 50% 10%;
  }
  .shop-subtitle {
    font-size: 18px;
  }
  .shop-title {
    margin: 2px 0 20px;
    font-size: 24px;
  }
  .store-logo {
    width: 40%;
    margin: 10px auto;
  }
  .store-logo.fake {
    width: 32%; 
    margin: 10px auto;
  }
  .shop-img-container {
    padding: 30px 0;
  }
  .shop-img-container.pv2 {
    padding: 60px 0px 20px;
  }
  .shop-img-container.pv2::before {
    width: 180px;
    padding: 12px 20px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .shop-img-outer {
    display: block;
    z-index: 1;
  }
  .shop-img-outer.img-reverse {
    /* flex-direction: row; */
  }
  .shop-img-outer::before {
    top: -20px;
    left: 20px;
  }
  .shop-img-outer.img-reverse::before {
    top: -24px;
    left: -30px;
  }
  .shop-img-outer::after {
    top: 10px;
    left: -8px;
  }
  .shop-img-outer.img-reverse::after {
    top: 10px;
    left: 6px;
  }
  .outer__shop-img1 {
    display: block;
    width: 100%;
    height: 280px;
    margin: 6px 0;
  }
  .outer__shop-img2 {
    display: block;
    width: 100%;
    height: 280px;
    margin: 6px 0;
  }
  .outer__shop-img1.pv2 {
    height: 220px;
    margin: 4px 0;
  }
  .outer__shop-img2.pv2 {
    height: 220px;
    margin: 4px 0;
  }
  .store-info-wrap {
    display: block;
    padding: 60px 0 30px;
    margin: 0px 0 0;
  }
  .store-info-wrap::before {
    width: 96%;
    left: 2%;
    outline-offset: -4px;
  }
  .store-info-wrap::after {
    background-size: 5px auto;
    width: 96%;
    height: 100%;
    top: 0%;
    left: 2%;
  }
  .store-info-wrap .inner::before {
    background-size: 340px auto;
  }
  .store-wrap__table {
    width: 90%;
    margin: 30px auto 10px;
  }
  .store-wrap__table th {
    width: 30%;
    padding: 10px 6px;
    font-size: 12px;
  }
  .store-wrap__table td {
    width: 70%;
    padding: 10px 12px;
    font-size: 12px
  }
  .shop-cont-lead {
    width: 86%;
    margin: 20px auto;
    padding: 6px;
  }
  .shop-cont-lead::before {
    border-width: 66px 30px 0 30px;
    bottom: -18%;
  }
  .shop-cont-lead__text {
    padding: 24px;
    line-height: 1.5rem;
  }
  .shop-cont-lead__text::before {
    width: 30px;
    height: 30px;
    top: 6px;
    left: 6px;
  }
  .shop-cont-lead__text::after {
    width: 30px;
    height: 30px;
    bottom: 6px;
    right: 6px;
  }
  .shop-cont1 {
    width: 88%;
    margin: 20px auto;
    padding: 10px;
  }
  .shop-cont1::before {
    background-size: 94px auto;
  }
  .shop-cont1-heading {
    font-size: 16px;
    margin: 20px auto 20px;
  }
  .shop-cont1-atc {
    border: solid 1px #eee;
    border-radius: 1px;
    padding: 24px 22px;
    font-size: 14px;  
    color: #eee;
    line-height: 1.6rem;
  }
  .shop-cont1-atc i {
    padding-right: 4px;
  }
  .shop-cont2 {
    width: 70%;
    margin: 40px auto 20px;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 0.2rem;
    outline-offset: -4px;
  }
  .shop-cont3-wrapper {
    padding: 10px 2%;
  }
  .shop-cont3-flex {
    display: block;
    margin: 30px 0;
    padding: 16px;
    outline-offset: -6px;
    padding: 20px 20px 60px;
  }
  .shop-cont3-flex::before {
    width: 160px;
    height: 160px;
    font-size: 24px;
    letter-spacing: 0.2rem;
    bottom: -8%;
    right: -2%;
    z-index: -1;
    opacity: 0.6;
  }
  .shop-cont3-flex::after {
    top: 80%;
    left: 0%;
    z-index: -2;
  }
  .cont3-flex__img {
    width: 100%;
    height: 240px;
  }
  .cont3-flex__atc {
    width: 100%;
    margin: 0px;
    padding: 20px 14px;
  }
  .cont3-atc__heading {
    font-size: 18px;
    margin: 8px 0 16px;
    text-align: center;
    /* border-bottom: 2px solid #bbb;
    border-radius: 0.8em; */
    padding: 6px;
    border: solid .5px #aaa;
    border-radius: 30px;
  }
  .cont3-atc__text {
    font-size: 13px;
    padding: 0 0px 8px;
  }
  .shop-cont4 {
    width: 78%;
    padding: 12px;
    outline-offset: 4px;
  }
  .shop-cont4-flex {
    display: block;
  }
  .cont4-flex__img {
    width: 100%;
    background-position: 50% 50%;
    height: 200px;
  }
  .cont4-flex__atc {
    width: 100%;
    margin: 0px;
    padding: 10px;
  }
  .cont3-flex__atc::before {
    width: 407px;
    height: 100px;
    background-size: auto 100px;
    bottom: -12%;
    left: 0%;
  }
  .cont4-atc__heading {
    font-size: 16px;
    padding: 10px 0 8px;
  }
  .shop-cont5 {
    margin: 60px auto 0;
    height: 200px;
    font-size: 16px;
    padding: 4px 10px;
  }
  .shop-cont6 {
    width: 160px;
    height: 160px;
    margin: 0px auto 60px;
    font-size: 16px;
    box-shadow: 4px 4px #bbb;
  }

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

  sp-2nd-vcon

  -------------------*/
  .second-sec-vcon {
    padding: 50px 0px 40px;
    margin: 10px 0;
  }
  .second-sec-vcon::before {
    width: 96%;
    top: 0%;
    left: 2%;
    outline-offset: -4px;
  }
  .second-sec-vcon::after {
    background-size: auto 5px;
    width: 96%;
    left: 2%;
  }
  .second-sec-vcon .inner {
    padding: 0 2%
  }
  .second-sec-vcon .inner::before {
    background-size: 340px auto;
    width: 96%;
    height: 9000px;
    top: -16%;
    left: 2%;
  }
  .vcon-flex-content {
    width: 94%;
    margin: 80px auto 40px;
    display: block;
    padding: 40px 20px 24px;
  }
  .vcon-flex-content::before {
    font-size: 26px;
    line-height: 2.2rem;
    padding: 4px 30px;
    top: -30px;
    left: 20px;
  }
  .vcon-img {
    width: 100%;
    height: 240px;
    box-shadow: -6px -6px 0px 0 #77777778;
    margin: 0px 0 20px;
  }
  .vcon-text-group {
    width: 100%;
    padding: 20px 16px;
    border: solid .5px #bbb;
  }
  .vcon-text__heading {
    padding: 0px 0 8px;
    font-size: 16px;
  }
  .vcon-text__atc {
    padding: 4px 0px;
    font-size: 13px;
  }
  .vcon-text__price {
    padding: 4px 0px;
    font-size: 13px;
  }

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

  sp-2nd-Contact
  
  -------------------*/
  .ct2-sec-lead {
    padding:20px 0;
  }
  .ct2-sec-lead .inner {
    padding: 0 30px;
  }
  .form-wrapper iframe {
    width: 100%;
    height: 1800px;
  }

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

  sp-2nd_rct

  -------------------*/
  .corp2-sec-rct {
    padding: 20px 0 60px;
  }
  .corp2-sec-rct .inner {
    padding: 0 20px;
  }
  .corp2-rct-wrap {
    padding: 0px 0 10px;
  }
  .rct2-heading-outer {
    margin: 30px 0 30px;
  }
  .rct2-heading {
    font-size: 16px;
   }
  .rct2-subheading {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .occupation {
    padding: 22px 8px 12px;
    font-size: 15px;
  }
  .rct2-wrap__table th,
  .rct2-wrap__table td {
    padding: 12px 12px;
    font-size: 13px;
    line-height: 1.5rem;
  }
  .rct2-img-wrap {
    margin: 20px 0 30px;
    display: block;
  }
  .rct2-img {
    display: block;
    width: 90%;
    height: 200px;
    margin: 6px auto 20px;
    outline: 1px solid #888;
    outline-offset: 4px;  
  }
  .rct2-atc-outer {
    margin: 40px 0 20px;
  }
  .rct2-act__heading {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0 8px;
    margin: 10px 0 16px;
  }
  .rct2-act__heading.heading2 {
    width: 100%;
  }
  .rct2-act__subheading {
    font-size: 14px;
    margin: 18px 4px 6px;
  }
  .rct2-act__text {
    font-size: 13px;
    padding: 10px 4px;
  }
  .rct2-act__text span {
    font-size: 14px;
  }
  .rct2-act__text2 {
    font-size: 14px;
    color: #ddd;
    line-height: 1.7rem;
    padding: 0 8px;
  }

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

  sp-2nd-news
  
  -------------------*/
  .news2-sec {
    padding: 80px 0 100px;
  }
  .news2-sec-lead .inner {
    padding: 0 20px;
  }
  .news2-text {
    padding: 20px;
  }
  .news2-text-title {
    font-weight: 600;
    font-size: 16px;
  }

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

  sp-econ

  -------------------*/  
  .econ-wrap {
    padding: 60px 0 60px;
  }
  .econ-wrap::before {
    width: 96%;
    top: 0%;
    left: 2%;
    background-size: 5px auto;
  }
  .econ-wrap::after {
    width: 96%;
    top: 0%;
    left: 2%;
    outline-offset: -6px;
  }
  .econ-wrap .inner {
    width: 80%;
    margin: 0 auto;
  }
  .econ-wrap__title {
    padding: 10px 0;
    font-size: 16px;
    margin: 40px 0 20px;
  }
  .econ-fbox {
    display: block;
  }
  .econ-fbox__img {
    display: block;
    width: 100%;
    height: 220px;
  }
  .fcon-fbox__subimg-outer {
    width: 100%;
    display: block;
  }
  .fcon-fbox__subimg,
  .fcon-fbox__subimg.fcon-subimg2 {
    width: 100%;
    height: 220px;
    margin: 0 auto 20px;
  }
  .econ-fbox__atc {
    width: 100%;
    margin: 2% 0 0;
    padding: 10px;
  }
  .econ-fbox__atc.fcon2 {
    width: 100%;
    margin: 2% 0 0;
    padding: 2%;
  }
  .fbox-atc__heading {
    width: 100%;
    font-size: 14px;
    margin-left: 0%;
    line-height: 1.5rem;
    padding: 8px 10px;
    margin: 6px 0 12px;
  }
  .fbox-atc__text {
    width: 100%;
    font-size: 13px;
    line-height: 1.7rem;
    padding: 0px;
    margin: 0 0 40px;    
  }
  .fbox-atc__btn {
    width: 260px;
    font-size: 14px;
    height: auto;
    margin: 20px auto 0;
    padding: 16px 6px;
  }

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

  sp-Slogan

  -------------------*/
  .top-sec-slogan {
    padding: 20px 0 40px;
    position: relative;
  }
  .top-sec-slogan::after {
    background: #ddd;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 50%; 
    z-index: -1;
  }
  .top-sec-slogan::before {
    background: #ddd;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    right: 14px; 
    z-index: -1;
  }
  .top-sec-slogan .inner {
    padding: 0 20px;
  }
  .top-sec-slogan .inner::after {
    display: none;
  }
  .top-sec-slogan .inner::before {
    display: none;
  }
  .slogan-text-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto
  }
  .slogan__left,
  .slogan__right {
    padding: 10px;
    font-size: 15px;
  }

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

  sp-Party

  -------------------*/
  .top-sec-party {
    background: transparent;
    padding: 20px 0 60px;
    position: relative;
    /* z-index: -2; */
  }
  .top-sec-party::after {
    background: #ddd;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    left: 50%; 
    z-index: -1;
  }
  .top-sec-party::before {
    background: #ddd;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    right: 14px; 
    z-index: -1;
  }
  .top-sec-party .inner {
    padding: 0 10px;
  }
  .top-sec-party .inner::after {
    display: none;
  }
  .top-sec-party .inner::before {
    display: none;
  }
  .party-img {
    width: 90%;
    margin: 0 auto;
    z-index: 3;
    background: transparent;
    position: relative;
  }
  .party-img .heading_rl {
    position: static;
    margin-left: 20%;
    margin-bottom: 20px;
  }
  .party-text-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto
  }
  .party-text-container p {
    padding: 20px;
    width: 50%;
  }

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

  sp-Profile

  -------------------*/
  .top-sec-prof {
    padding: 30px 0 80px;
  }
  .top-sec-prof .inner{
    padding: 0 22px;
  }
  .top-sec-prof::after {
    width: 100%;
    height: 84%;
    top:8%;
    z-index: -1;
  }
  .prof-wrap {
    display: block;
    flex-wrap: nowrap;
  }
  .prof-wrap__img {
    width: 100%;
  }
  .prof-wrap__text-outer.reverse {
    width: 100%;
    margin: 30px 4px 0 2px;
  }
  .prof-text {
    line-height: 1.7rem;
    padding: 20px 0 20px;
  }

  /*------------------
  
  sp-2nd-policy 当店について
  
  -------------------*/
  /*from ebisuya css Start*/
  .abt2-sec {
    padding: 30px 0;
  }
  .abt2-sec .inner {
    padding: 0 20px;
  }
  .main_imgBox-service {
    height: 20vh;
  }
  .blank__2a {
    display: none;
  }
  .abt2-serv-wrap {
    display: block;
  }
  .abt2-serv-wrap__img {
    margin: 10px 4px;
  }
  .abt2-serv-wrap__title {
    font-size: 1.2rem;
    margin: 5px;
    padding: 20px 0px 2px;
  }  
  .abt2-serv-wrap__text {
    margin: 0px;
    padding: 10px;
  }
  .abt2-serv-wrap__title:after {
    background-size: auto 100px;
    bottom: 5%;   
  }
  .abt2-serv-wrap__title.num2:after {
    bottom: -50%;
  }
  /*from ebisuya css end*/

  /*------------------
  
  sp-2nd-flow
  
  -------------------*/
  .fl2-sec-flow {
    padding: 20px 0 50px;
  }
  .fl2-sec-flow .inner {
    padding: 0 20px;
  }
  .fl2-lead {
    padding: 0px 0 40px;
  }
  .fl2-box-parent {
    padding: 40px 20px;
  }
  .fl2-box__step {
    font-size: 16px;
    padding: 2px 40px;
    top: 0%;
  }
  .fl2-box-child {
    /* display: block; */
  }

  .fl2-text-area__title {
    font-size:17px;
    padding-left: 0%;
    padding-top: 4%;
  }
  .fl2-text-area__text {
    line-height: 1.5rem;
    margin: 0%;
    padding: 10px 0px 20px;
    background-color: #fff;
  }
  .fl2-arrow {
    width: 8%;
    margin: 6px auto;
  }
  .fl2-fee-table {
    width: 100%;
    margin: 0px;
  }
  .fl2-fee-table th,
  .fl2-fee-table td {
    padding: 10px 18px;
  }

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

  sp-2nd_photo

  -------------------*/
  .ph2-sec-wrap {
    padding: 20px 0 40px;
  }
  .ph2-sec-wrap .inner {
    padding: 0 20px;
  }
  .ph2-lead {
    padding: 20px 10px;
  }
  .ph2-photo-wrap {
    display: block;
    margin: 2% 0;
  }
  .photo-wrap__box {
    width: auto;
    margin: 5% 2%;
  }
  

}




