/* Main CSS "lagoon" */

.color-scheme {
  color: #a0131b;

}
.special-font {
  font-family: 'Dancing Script', cursive;
  font-family: 'Chewy', cursive;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.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;
}

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

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: #ddd;
}

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: #2BB8FA;
}
.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 {
  background-image: url(../img/floor1.jpg);
  background-size: cover;
  background-position: center top 65%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
}
.second-mainvisual.dinner {
  background-image: url(../img/mv_dinner.jpg);
  background-size: cover;
  background-position: center center;
}
.second-mainvisual.drink {
  background-image: url(../img/mv_drink.jpg);
  background-size: cover;
  background-position: center 70%;
}
.second-mainvisual.sweets {
  background-image: url(../img/mv_sweets.jpg);
  background-size: cover;
  background-position: center top 30%;
}
.second-mainvisual.course3 {
  background-image: url(../img/2nd_mv_course3.jpg);
}
.second-mainvisual.flow {
  background-image: url(../img/2nd_mv_flow.png);
}
.second-mainvisual.map {
  background-image: url(../img/2nd_mv_map.png);
}
.second-mainvisual.company {
  background-image: url(../img/2nd_mv_company.png);
  background-position: 0 55%;
}

.second-maintitle-outer {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 60px;
  padding: 40px 0px;
  background: #ff3e3e;
  /* border-radius: 50%; */
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.second-maintitle {
}
.mv2-en-title {
  display: block;
  font-weight: 500;
  font-size: 48px;
  color: #fff;  
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  /* transform: skew(20deg);  */
  text-align: center;
}
.mv2-jp-title {
  display: block;
  font-weight: 700;
  font-size: 32px;
  padding: 2px 0 0;
  color: #fff;
  line-height: 1.2rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.2rem;
}
.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.course1::before {
  /* content: "Elementary school"; */
}
.second-maintitle.course2::before {
  /* content: "Junior high school"; */
}
.second-maintitle.course3::before {
  /* content: "High school"; */
}
.second-maintitle.flow::before {
  /* content: "FLOW OF ENROLLMENT"; */
}

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

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

btn

-------------------*/
.btn-wrap{
  width: 80%;
  display: block;
  margin: 28px auto 10px;
}
.btn-plane {
  color: #fff;
  color: #333;
  padding: 6px 2px;
  background: linear-gradient(180deg, #be7451 50%, #9f6043 50%);
  background: linear-gradient(180deg, #ccc 0%, #fff 100%);
  /* background: linear-gradient(180deg, #333 50%, #222 50%); */
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all .6s ease;
  border-radius: 50px;
  /* box-shadow: 5px 5px 0px 0 #999; */
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1rem;
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  /* font-family: "Libre Baskerville", serif; */
  /* border: solid 5px #333; */
  border: solid 5px #be7451;
  border: solid 5px #fff;
}
.btn-plane.btn-small {
  width: 120px;
  background: linear-gradient(180deg, #be7451 50%, #9f6043 50%);
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0rem;
  box-shadow: 3px 3px 0px 0 #777;
  margin: 0.5rem;
}
.btn-plane::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_ptn3.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 6px auto;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0.12;
  z-index: -1;
  border-radius: 50px;
  display: none;
}
.btn-plane::after {
  content: "";
  position: absolute;
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  top: -8px;
  left: -8px;
  z-index: 1;
  border: solid 1px #bbb;
  border-radius: 50px;
  display: none;
}
.btn-plane.btn-small::before,
.btn-plane.btn-small::after {
  display: none;
}
.btn-plane:hover {
  color: #333;
  background: #e7e7e7;
}
.btn-plane i {
  padding-right: 2px;
}

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

entrance

-------------------*/
.grp-container {
  /* background: #c1aff4; */
  /* background: linear-gradient(180deg, #f3e7dc 0%, #edcaa9 100%); */
  /* background: linear-gradient(180deg, #eee 0%, #ffdbab 100%); */
  background: linear-gradient(180deg, #222 0%, #3a3a3a 100%);
  border-radius: 30px;
  padding: 50px 0;
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.grp-container::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_sand1.png);
  background-repeat: repeat;
  background-position: 0% 0%;
  width: 100%;
  height: 100%;
  background-size: auto 800px;
  top: 0px;
  left: 0px;
  opacity: 0.98;
  z-index: -3;
  /* display: none; */
}
.grp-logo {
}
.grp-name {
  display: flex;
  width: 50%;
  height: 60px;
  margin: 39px auto -20px;
  margin: 20px auto 0;
  justify-content: center;
  align-items: center;
  
  padding: 10px 0;
  color: #222;
  font-size: 16px;
  background: transparent;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 60px;
  z-index: 2;
  transition: all .6s ease;
  border: solid 1px #666;
}
.ent-shop-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  /* align-items: center; */
  /* background: #e2e2e2; */
  /* background: #c1aff4; */
  /* background: linear-gradient(180deg, #f39dc2 -50%, #9082bd 100%); */
  /* background: linear-gradient(90deg, #3a3a3a 50%, #282828 50%);
  background: linear-gradient(90deg, #e2e2e2 50%, #282828 50%); */
  padding: 80px 0 160px;
  padding: 80px 0 20px;
  /* margin: 80px 0 0; */
  position: relative;
  z-index: 1;
}
.ent-shop-box::after {
  position: absolute;
  content: "";
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width: 1920px;
  height: 271px;
  background-size: auto 271px;
  top: 460px;
  right: -2px;
  z-index: -3;
  display: none;
}
@media screen and (min-width: 1920px) {
  .ent-shop-box::after {
    width: 2560px;
    height: 362px;
    background-size: auto 362px;
    top: 460px;
  }
}
.shop-box__num1 {
  width: 21%;
  width: 26%;
  margin: 20px 1% 50px;
}
.num1__shoplogo {
  background-image: url(../img/logo1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 148px;
  background-size: auto 148px;
  display: block;
  transition: all .6s ease;
}
.num2__shoplogo {
  background-image: url(../img/logo2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 148px;
  background-size: auto 120px;
  display: block;
  transition: all .6s ease;
}
.num3__shoplogo {
  background-image: url(../img/logo3.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 148px;
  background-size: auto 146px;
  display: block;
  transition: all .6s ease;
}
.num4__shoplogo {
  background-image: url(../img/logo4.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 108px;
  background-size: auto 82px;
  display: block;
  transition: all .6s ease;
}
.num1__shopname {
  display: flex;
  flex-direction: column;
  width: 86%;
  height: 68px;
  margin: 39px auto -20px;
  margin: 28px auto -20px;
  margin: 18px auto -20px;
  justify-content: center;
  align-items: center;
  
  padding: 10px 0;
  /* color: #333; */
  color: #eee;
  font-size: 14px;
  font-size: 16px;
  /* background: #eee; */
  /* background: linear-gradient(180deg, #fff 50%, #ddd 50%); */
  /* background: linear-gradient(180deg, #3e3e3e 50%, #555 50%); */
  /* background: linear-gradient(180deg, #b7790e 50%, #9a660c 50%); */
  background: linear-gradient(180deg, #945508 50%, #724002 50%);
  line-height: 1.6rem;
  /* letter-spacing: 0.1rem; */
  /* height: 140px; */
  font-weight: 500;
  /* font-weight: 600; */
  text-align: center;
  /* border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px; */
  /* white-space: nowrap; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'M PLUS Rounded 1c', sans-serif; */
  /* font-family: "Libre Baskerville", serif; */
  border-radius: 60px;
  z-index: 2;
  transition: all .6s ease;
  border: solid 5px #aaa;
  /* filter: drop-shadow(0px 4.5px 0px #aaa) */
}
.num1__shopname.shop-name2 {
  /* color: #eee; */
  /* font-size: 14px; */
}
.shopname__sub {
  font-size: 14px;
  display: block;
  letter-spacing: 0.12rem;
}
.shopname-small {
  display: block;
  /* font-size: 28px; */
}
.num1__shopname:hover {
  color: #f0d1a7;
  transform: scale(1.1);
}
.num1__shopimg {
  display: block;
  width: 100%;
  /* background-image: url(../img/ent_tori.jpg); */
  /* background-size: cover; */
  /* background-size: contain;
  background-repeat: no-repeat; */
  /* background-position: center center; */
  /* height: 90vh; */
  /* height: 1000px; */
  margin: 0px 0 10px;
  position: relative;
  /* outline: 1px solid #aaa;
  outline-offset: 6px; */
  z-index: -2;
}
.num1__shopimg img {
  margin-bottom: 0px;
  border-radius: 10px;
}
.num1__shopimg.tori {
  background-image: url(../img/ent_ramen.jpg);
}
.num1__shopimg::after {
  /* content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #84733f transparent transparent transparent;
  left: 0;
  top: 0;
  z-index: 1;   */
}
.num1__shopimg.tori::after {
  /* content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #f80000 transparent transparent transparent;
  left: 0;
  top: 0;
  z-index: 1;*/
}
.shop-spec-container {
  display: block;
  width: 92%;
  margin: 8px auto 0;
  /* background: linear-gradient(180deg, #994a0d 0%, #994a0d2a 100%); */
  background: linear-gradient(180deg, #724002 0%, #7240022a 100%);
  /* border: solid 3px #222; */
  /* border-bottom: solid .5px #444; */
  padding: 5% 2%;
  /* height: 43vh; */
  /* margin: 10% 0 0; */
  height: 280px;
  /* height: 330px; */
  border-radius: 10px;
  /* background: #eee; */
  /* color: #222; */
  color: #eee;
  /* z-index: -1; */
  /* font-family: 'Noto Serif JP', serif; */
}
.shop-spec-container.shop-name2 {
  /* background: #222; */
}
.shop-spec-wrap {
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  /* height: 100px; */
}
.shop-spec-text1,
.shop-spec-text2 {
  /* color: #eee; */
  padding: 8px 20px;
  line-height: 1.6rem;
  font-size: 14px;
  text-align: center;
  /* background: #17b397; */
  height: 60px;
  /* height: auto; */
}
/* .shop-spec-text1 {
  padding: 8px;
  text-align: right;
} */
.shop-spec-text1.white,
.shop-spec-text2.white {
  color: #eee;
}
.shop-spec-text2.maps {
  /* color: #fdeda2; */
}
.shop-spec-text2.tel {
  color: #fff;
}
.shop-spec-text1 {
  width: 15%;  
}
.shop-spec-text2 {
  width: 84%;
  /* height: auto; */
}
.shop-spec-text2 a {
  color: #fff;
}
.ent-shop-article {
  background: #222;
  padding: 20px 0 120px;
}
.shop-article__text {
  background: #333;
  color: #fff;
  width: 90%;
  padding: 30px 30px 50px;
  margin: 0 auto;  
}
.shop-article__text-heading {
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
}
.shop-article__text a {
  color: #fdeda2;
}
.shop-box__sub {
  width: 90%;
  margin: 120px auto 30px;
}
.box-subimg img {
  width: 100%;
  outline: 1px solid #aaa;
  outline-offset: 6px;
}
.subcon-act {
  background: #5d4105;
  color: #fff;
  padding: 40px;
  font-size: 14px;
  margin: 20px auto 40px;
}

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

heading

-------------------*/
.en-news-heading {
  color: #e84b13;
  font-weight: 600;
  padding-left: 4px;
}
.jp-news-heading {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 2.6rem;
}
.en-heading {
  color:  #744500;
  font-weight: 300;
  font-size: 58px;
  padding: 0 0 4px 4px;
  font-family: 'Chewy', cursive;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}
.jp-heading {
  color: #6a3906;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6rem;
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.jp-heading.large {
  color: #6a3906;
  font-weight: 700;
  font-size: 62px;
  line-height: 1.6rem;
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  filter: drop-shadow(0 6px 8px rgba(46, 46, 46, 0.3));
}
.en-heading.white {
  color: #fff;
}
.jp-heading.white {
  color: #fff;
}
.jp-heading::after {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 120px;
  height: 60px;
  background-size: auto 54px;
  top: 0px;
  left: -70px;
  filter: none; */
}
.jp-heading.white::after {
  background-image: url(../img/pict_w.png);
}
.jp-heading.nopict::after {
  background-image: none;
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  border-radius: 3px;
  background-color: #ed7600;
  left: 50%;
  transform: translateX(-50%);
  top: 130%;
}
.en-heading.black {
  color: #2e3740;
}
.jp-heading.pd2 {
  font-size: 26px;
  padding: 4px 20px 0;
  font-weight: bold;
}
.jp-subheading {
  color: #2e3740;
  font-weight: 400;
  font-size: 32px;
  line-height: 2.0rem;
  padding: 2px 22px 4px;
  border-left: solid 2px #17b397;
}
.jp-subheading.white {
  color: #fff;
  border-left: solid 2px #2e3740;
}
.jp-subheading-small {
  color: #2e3740;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8rem;
  padding: 2px 22px 4px;
  border-left: solid 2px #17b397;
}
.jp-heading i {
  padding-right: 8px;
}
.en-heading2 {
  color:  #555;
  font-size: 46px;
  /* font-weight: 600; */
  padding: 4px;
  font-family: 'Damion', cursive;
}
.en-heading2.white {
  color:  #fff;
}
.en-heading2_news {
  color:  #fff;
  font-size: 46px;
  padding: 4px;
  font-family: 'Damion', cursive;
  width: 12%;
}
.heading_rl {
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 600;
}
.heading_rl.white {
  color: #fff;
}
.heading_rl h2 {
  font-size: 16px;
  font-weight: 700;
}
.common-en-title {
  font-size: 22px;
  color: #004a68;
  /* width: max-content; */
  /* padding-left: 35px; */
  font-weight: bold;
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-family: 'Lora', serif;
  padding-left: 30px;
  position: relative;
}
.common-en-title::after {
  position: absolute;
  content: "";
  background: #555;
  width: 20px;
  height: 1px;
  left: 6px;
  top: 50%;
}
.common-en-title.white {
  color: #fff;
}
.common-en-title.white::after {
  background-color: #fff;
}
.common-jp-title {
  display: block;
  font-size: 32px;  
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  margin: auto 0;
  padding-left: 12px;
}
.common-jp-title::first-letter {
  font-size: 38px;
  letter-spacing: 0.01rem;
}
.common-jp-title.white {
  color: #fff;
}
.common2-jp-title {
  color: #004a68;
  font-size: 22px;
  font-weight: 900;
  font-family: 'Shippori Mincho', serif;
  position: relative;
}
/* .common2-jp-title::after {
  position: absolute;
  content: "";
  background-color:#ccc;
  width: 1px;
  height: 60%;
  right: -8px;
  top: 25%;
  transform: skewX(-20deg);
} */
.common2-jp-title::first-letter {
  font-size: 27px;
  letter-spacing: 0.01rem;
}
.common2-jp-title.white {
  color: #fff;
}
.jp-subheadig-rl {
  -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: 24px;
}


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

Header

-------------------*/
/*navのベース,位置を指定*/
nav {
  width: 100%;
  /* height: 143px; */
  position: absolute;
  z-index: 99;
  background: transparent;
  left:0;
  top:0;
  /*nav2の横scroll防止*/
  /* border-bottom: solid 1px #fff; */
}
/*sp_headerのデザイン,drawerでheightを指定*/
.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
  /* 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: 15px;
  /* font-weight: 600; */
  padding: 18px 20px;
  border-bottom: solid 1px #eee;
  color: #333;
  text-decoration: none;
}
.menu ul li:first-child {
  /* border-top: solid 1px #eee; */
}
.menu ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  color: #a76324;
  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: 18px;
  font-weight: 500;
  line-height: 1.1;
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
  color: #fff;
  text-decoration: none;
  background: #a76324;
}
.menu-tel-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.menu-tel-sp i {
  font-family: 'Font Awesome 5 Free';
  padding-right: 6px;
}
.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;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}
.menu-contact-sp a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  padding: 20px 20px;
  background: #96461f;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.menu .menu-contact-sp i {
  padding-right: 6px;
}
.menu-tel-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.menu-contact-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1rem;
}
.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;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*右スライド*/
}
.Toggle {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  top: 15px;
  right:15px;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 34px;
  border-bottom: solid 3px #fff;
  -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: 18px;
}
.Toggle span:nth-child(3) {
  top: 32px;
}
/*変化後*/
.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);
}

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

Header max-width:896px

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

  .header-notice {
    display: none;
  }
  header h1 a {
    display: block;  
    width: 300px;
    height: 88px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 84px; /*imprtant! ロゴの大きさ指定*/
    overflow: hidden;
    text-indent: 100%;
    z-index: 20;
    margin-top: 30px;
  }
  header h1 a::after {
    /* content: "";
    position: absolute;
    width: 122px;
    height: 70px;
    background: #fff;
    z-index: -1;
    top: 0;
    left: 0; */
  }
  /*タイトルロゴは表示し、附随するテキストを隠す*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  .menu {
    margin-top: 30px;
    background-color: rgba(255,255,255,0.85);
    width: 100%;
  }
  .menu-tel,
  .menu-contact {
    display: none;
  }
  .menu__single .init-bottom {
    display: none;
  }
  /* .menu .form {
  display: none;
  } */
  .navi {
    display: none;
  }
}

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

Header max-width:896px

-------------------*/
@media screen and (max-width: 896px) {
  nav {
    height: 70px;
    /* 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-image: url(../img/bg_wood2.jpg);
    background-repeat: repeat; */
    /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(95, 95, 95, 0.547) 100%); */
    /* justify-content: space-between; */
    /* box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2); */
    z-index: 99;
    /* border-bottom: solid 1px #fff; */
    /* overflow: hidden; */
  }
  /* nav {
    height: 140px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
  } */
  /* nav.fixed {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #333;

    height: 60px;
  } */
  .header-notice {
    height: 40px;
    width: 100%;
    font-size: 13px;
    /* background-image: url(../img/bg_wood1.jpg);
    background-repeat: repeat; */
    /* background: #222; */
    /* background: rgb(238,196,11);
    background: linear-gradient(300deg, rgba(240, 225, 62) 29%, rgba(240, 225, 62) 91%, rgba(206,44,49,1) 91%); */
    background: rgb(106,57,6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  nav.fixed .header-notice {
    /* transform: translateX(-100%); */
    display: none;
  }
  .header-notice a{
    color: #fff;
  }
  .header-notice a:hover{
    color: #2e3740;
  }
  .nav-wrapper {
    display: flex;
    justify-content:space-between;
    background: transparent;
    /* align-items: center; */
  }
  /*logoとtoggleの領域*/
  nav .drawer {
    /* width: 200px;
    height: 200px;
    position: relative;
    background: #fff;
    margin-left: 16px;
    margin-top: -20px;
    transition: all .6s; */
  }
  /*fixedのlogoサイズ,nav.fixedと同じheightを指定*/
  nav.fixed .drawer { 
    /* width: 150px;
    height: 150px;
    background-color: #fff;
    position: fixed; */
  }
  .drawer h1 a {
    display: block;
    width: 280px;
    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: left center;
    background-size: auto 130px;/*ロゴサイズ*/
    /* overflow: hidden;
    text-indent: 100%; */
    margin-left: 60px;
    margin-top: 100px;
    /* left: 10%; */
    /* top: 12px; */
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    z-index: 10;
  }
  .drawer h1 a::after {
    /* content: "";
    width: 250px;
    height: 250px;
    position: absolute;
    background: #fff;
    top: -30px;
    left: 20px;
    z-index: -1; */
  }
  /*logo画像を表示し、附随するテキストを隠す*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  nav .drawer::before {
    /* position: absolute;
    content: "ダクト･空調工事の会社";
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3rem;
    top:4px;
    left:11%;
    width: 300px; */
    /* right:10%; */
  }
  nav.fixed .drawer h1 a {
    width: 200px;
    height: 140px;
    background-image: url(../img/logo.png);
    background-position: left center;
    background-size: auto 80px;
    margin-top: 30px;
    margin-left: 40px;
    z-index: 100;
  }
  /* nav.fixed .drawer h1 a::after {
    content: "";
    width: 320px;
    height: 135px;
    position: absolute;
    background: #f0e13e;
    top: -30px;
    left: -20px;
    z-index: -1;
    transform: skew(-20deg); 
  } */
  nav.fixed .drawer::before {
    display: none;
  }

  /* h1 img {
    width: 200px;
    height: auto;
  } */
  
  .Toggle {
   display: none;
  }
  /*------------------
  menu-pc-inner
  -------------------*/  
  .menu-pc-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: lightcoral; */
    /* background: transparent; */
    /* background-color: #222; */
    /* background-image: url(../img/bg_b_1.jpg);
    background-repeat: repeat; */
    height: 60px;
    margin-top: 20px;
    margin-right: 30px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    /* border-bottom: solid .5px #fff; */
    /* border-top: solid .5px #fff; */
    background: linear-gradient(120deg, rgba(38,38,38,0) 6%, rgba(38,38,38,1) 29%, rgba(42,42,42,1) 48%, rgba(62,62,62,1) 72%, rgba(73,73,73,0) 85%);
  }
  nav.fixed .menu-pc-inner {
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border-top: none;
    border-bottom: none;
  }
  .menu {
    /*ulグループ,menu-tel,menu-conのflex*/
    display: flex;
    justify-content: space-around;    
    width: 100%;
    font-size:0.9em;
    background-color: transparent;
    padding: 0 0px 0 2px; 
    margin-right: 0;
    /*imp,spのために元はtranslateX(-105%);を指定*/
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
  }
  nav.fixed .menu {
    /* background-color: transparent; */
  }  
  .menu ul {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    margin: 0;
    /* -webkit-transform: translateX(0);
    transform: translateX(0); */
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    
  }
  nav.fixed .menu ul {
    height: 60px;
  }
  .menu ul li a {
   padding: 8px 16px;
   border-bottom: none;
   font-size: 15px;
   /* font-family: 'Lora', serif; */
   font-weight: 400;
   /* color: #2e3740; */
   color: #fff;
   /* border-bottom: solid .5px #fff;
   border-top: solid .5px #fff; */
   /* font-family: 'Shippori Mincho', serif; */
   font-family: 'M PLUS Rounded 1c', sans-serif;   
  }
  nav.fixed .menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }
  .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: #ed7600;
  }
  nav.fixed .menu ul li a:hover {
    color: #ed7600;
    }

  /* .sp-contact {
    display: block;
    background-color: #005AAE;
    margin-left: 14px;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
  .menu ul .sp-contact a:hover {
    color: #333;
  } */
  .menu-tel {
    display: flex;
    white-space: nowrap;
    height: 50px;
    text-align: center;
    align-items: center;
    /* border-left: solid 1px #777; */
    padding: 0 26px 0px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    /* background: #333; */
    letter-spacing: 0.1rem;
    /* background: rgb(116,69,0); */
    /* background: linear-gradient(135deg, rgba(116,69,0,1) 29%, rgba(116,69,0,1) 94%, rgba(161, 55, 20, 0) 94%); */
    
  }
  nav.fixed .menu-tel {
    height: 60px;
    background: transparent;
  }
  .menu-tel a {
    /* color: #555; */
    color: #fff;
  }
  .tel-num__num {
    font-size: 16px;
    /* font-family: 'Shippori Mincho', serif; */
    /* line-height: 0.2rem; */
    transform: translateY(10%);
  }
  .menu-tel-num p {
    font-size: 12px;
    line-height: 0.6rem;
  }
  .menu-tel-num i {
    margin-left: 0px;
    font-size: 16px;
  }
  .menu-tel a i {
    padding-right: 5px;
  }
  .menu-contact a {
    /*li aのblock化*/
    display: flex;
    white-space: nowrap;
    height: 80px;
    align-items: center;
    /* background-color: #2e3740; */
    background: rgb(150,70,34);
    color: #fff;
    /* font-family: 'Shippori Mincho', serif; */
    font-weight: 600;
    font-size: 18px;
    padding: 0 40px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  .menu-contact a i {
    padding-right: 5px;
  }
  .menu-contact a:hover {
    color: #D8FAF4;
  }
    
  nav.fixed .menu-contact a {
    height: 60px;
  }
  .menu-tel-sp,
  .menu-contact-sp {
    display: none;
  }

  /*ドロップダウン*/
  li.menu__single {
    position: relative;
  }
  li.menu__single ul.menu__second-level {
    position: absolute;
    /* text-align: center; */
    vertical-align: middle;
    /* top: 50px; */
    width: 180px;
    height: 110px;
    margin-left: 0;
    padding-left: 0px;
    background: #555;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
  }
  .menu__second-level li{
    padding-top: 14px;
  }
  ul.menu__second-level li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 2px 20px;
  }
  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;
  }

  .toggle-pc-outer {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 10px;
    right:10px;
  }
  .toggle-pc {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    top: 0px;
    right:0px;
  }
  .toggle-pc span {
    display: block;
    position: absolute;
    width: 34px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  /*変化前*/
  .toggle-pc span:nth-child(1) {
    top:5px;
  }
  .toggle-pc span:nth-child(2) {
    top: 18px;
  }
  .toggle-pc span:nth-child(3) {
    top: 32px;
  }
  /*変化後*/
  .toggle-pc.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle-pc.active span:nth-child(2),
  .toggle-pc.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle-navi {
    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%); */
  }

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

  humburger

  -------------------*/
  .el_humburger {
    position: fixed;
    top: 0px;
    right: 0px;
    padding-top: 25px;
    width: 100px;
    height: 80px;
    z-index: 50;
    cursor: pointer;
    pointer-events: auto;
    background: #222;
    text-align: center; /*imp!*/
    transition: 0.5s;
  }
  /* @media screen and (max-width: 840px) {
    .el_humburger {
      display: block;
      padding-top: 15px;
      width: 60px;
      height: 60px;
    }
  } */
  nav.fixed .el_humburger {
    background: violet;
    width: 80px;
    height: 64px;
    padding-top: 18px;
  }
  .el_humburger_wrapper {
    /* margin-bottom: 15px; */
    width: 40px; /*imp!barのwidth定義*/
    display: inline-block;
    transition: 0.5s;
  }
  nav.fixed .el_humburger_wrapper {
    width: 35px; /*imp!barのwidth定義*/
  }
  /* @media screen and (max-width: 840px) {
    .el_humburger_wrapper {
      margin-bottom: 5px;
      width: 30px;
    }
  } */
  /* .el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
  .js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
  }
  .el_humburger_text.el_humburger_text__close {
    display: none;
  }
  .js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
  }
  @media screen and (max-width: 840px) {
    .el_humburger_text {
      font-size: 10px;
      padding-top: 2px;
    }
  }
  @media screen and (max-width: 840px) {
    .el_humburger_text svg path {
      -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
      -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
      transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
      fill: #000;
    }
  }
  @media screen and (max-width: 840px) {
    .js_humburgerOpen .el_humburger_text svg path {
      fill: #000;
    }
  } */
  .el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 13px; /*imp!縦間隔*/
    height: .5px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  nav.fixed .el_humburger span.el_humburger_bar {
    margin: 0 auto 13px; /*imp!縦間隔*/
  }
  .el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #fff; /*Open時のbar色*/
  }
  @media screen and (max-width: 840px) {
    .el_humburger span.el_humburger_bar {
      left: 0;
      top: 0;
      /* background: #000; */
    }
  }
  /*Open時 nth(1)と(3)のrotate*/
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(13px) rotate(-45deg);
    -ms-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-13px) rotate(45deg);
    -ms-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }
 
  .navi { /*Close時のnavi*/
    position: fixed;
    /* position: relative; */
    top: 80px; /*重要*/
    right: 1px;
    height: 100%;
    background-color: rgba(146, 48, 48, 0.9);
    width: 0; /*隠しておく*/
    z-index: 40;
    padding-top: 100px;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    overflow: hidden;
  }
  nav.fixed .navi {
    top: 40px;
  }
  .js_humburgerOpen .navi {
    width: 450px; /*Open時*/
  }
  @media screen and (max-width: 840px) {
    .navi {
      top: 40px;
      right: 0;
    }
    .js_humburgerOpen .navi {
      width: 100%;
      padding: 100px 5% 0;
    }
  }
  .navi_item {
    margin-bottom: 28px;
    font-size: 20px;
    font-family: "Marcellus", serif !important;
    white-space: nowrap;
    margin-left: 90px;
  }
  .navi_item.op_innerLink {
    cursor: pointer;
  }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px;
    }
  }

}

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

imgBox top_only

-------------------*/
.main_imgBox {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.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%);
  }
}
.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 90vh;
  background-position: center center;
  background-size: cover;
  position: absolute;
  /* background-attachment: fixed; */
  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;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

/* .main_img:nth-of-type(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
} */

@keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      transform: scale(1.1);
      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);
      z-index:9;
  }
  100% { opacity: 0 }
}
/*main_mvを囲む枠線*/
/* .main_img:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1540px;
  margin: 0 auto;
  border: 8px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  z-index: 4;
} */
.main_img::after {
  position: absolute;
  content: "";
  background-color: rgba(29, 29, 29, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.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-title-outer
-------------------*/  
.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;
  bottom: 8%;
  right: 8%;
  z-index: 12;
  transform: rotate(-8deg);
}
.main-title-rl {
	/* -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl; */
  /* text-shadow: 1px 1px 6px #777; */
  position: relative;
  z-index: 2;
}
.num1,.num2,.num3 {
  display: block;
  width: max-content;
  /* font-family: 'Shippori Mincho', serif; */
  font-size: 18px;
  letter-spacing: 0.3rem;	
	color: #fff;
  font-weight: 500;
  padding: 3px 14px;
  margin-bottom: 8px;
  background: #84733f;
}
.num2 {
  margin-left: 10%;
}
.num3 {
  margin-left: 20%;
}
.main-title-rl::after {
  /* position: absolute;
  content: "";
  background-image: url(../img/bg_b_1.jpg);
  width: 600px;
  height: 200px;
  right: 0;
  top: -4%;
  z-index: -1; */
}
.main-title-last_red {
  /* color: #e84b13; */
  color: #444;
  font-size: 66px;
}
/*------------------
  scrolldown
-------------------*/  
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  width: 200px;
  left:50%;
  bottom:10px;
  /*全体の高さ*/
  height:50px;
  z-index: 10;
}
/*Scrollテキストの描写*/
.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: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

.scroll-outer{
  /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:50px;
  /*全体の高さ*/
  height:50px;
  z-index: 10;
}
.scroll-text {
  color: #fff;
  line-height: 0.4rem;
}
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  color: #fff;
  display: flex;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*------------------

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: 40px 0 40px;
  position: relative;  
  /* background: #004a68; */
  background-image: url(../img/bg_b_1.jpg);
  background-repeat: repeat;
}
.top-sec-promise .inner {
  margin: 0 26px;
}
.promise-container {
  display: flex;
  /* justify-content: flex-start;
  flex-wrap: wrap; */
  padding: 0 80px;
  align-items: center;
}
.promise-main-title {
  flex-basis: 20%;
  color: #333;
  font-size: 42px;
  font-weight: 800;
  line-height: 3.5rem;
  margin: 0 10px;
  letter-spacing: 0.4rem;
  text-align: right;
}
.promise-text-area__article {
  flex-basis: 100%;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-left: 25px;
}

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

twoway

-------------------*/
.top-sec-twoway {
  padding: 60px 0 40px;
  position: relative;  
  /* background: #004a68; */
  background-image: url(../img/bg_b_1.jpg);
  background-repeat: repeat;
}
.twoway-leadtext {
  font-family: 'Potta One', cursive;
  color: #fff;
  width: max-content;
  margin: auto;
  font-size: 34px;
  /* font-weight: bold; */
}
.twoway-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.container__twoway {
  flex-basis: 48%;
  height: 240px;
  margin: 0 8px;
  background-image: url(../img/bg_w_1.jpg);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.container__twoway::after {
  position: absolute;
  content: "昼";
  font-weight: bold;
  color: #fff;
  font-size: 200px;
  /* line-height: 5rem; */
  top: -35%;
  right: 20px;
  z-index: 1;
  /* line-height: 0.8rem; */
  font-family: 'Shippori Mincho', serif;
}
.container__twoway.night::after {
  content: "夜";
  color: rgba(153, 153, 153, 0.664);
}
.twoway-a1__img {
  flex-basis: 22%;
  height: 70%;
  background-image: url(../img/top_two1.jpg);
  background-size: cover;
  background-position: center center;
  margin: 10px 16px 10px 5px;
  border-radius: 2px;
}
.twoway-a1__img.night {
  background-image: url(../img/top_two2.jpg);
}
.twoway-a1__article {
  flex-basis: 70%;
  /* color: #fff; */
  z-index: 5;
}
.a1__article__title {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}

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

abt-3col-r_img

-------------------*/
.top-sec-abt-3col-r_img {
  padding: 170px 0 40px;
  position: relative;
  background: #eee;
  background: linear-gradient(120deg, rgba(132, 115, 63,1) 3%, rgba(238,238,238,1) 3%, rgba(238,238,238,1) 100%);
  /* background-image: url(../img/bg_w_1.jpg);
  background-repeat: repeat; */
  /* height: 600px; */
  z-index: 1;
  overflow: hidden;
}
.top-sec-abt-3col-r_img::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict_logo_kei.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 360px;
  height: 360px;
  background-size: auto 302px;
  top: -5%;
  left: 30%;
  filter: none;
  z-index: -1;
  transform: rotate(30deg);
}
.sec-heading-abt {
  width: max-content;
  /* background: lemonchiffon; */
  position: absolute;
  top: 40px;
  right: 8%;
}
.top-sec-abt-3col-r_img .inner {
  padding: 0 2%;
}
.abt-3col-r_img-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: relative;

}
.abt-3col-r_img__article {
  width: 480px;
  padding: 40px;
  background: #fff;
  /* position: absolute; */
  /* left: 5%;
  top: -40px; */
  z-index: 7;
  margin-right: 20px;
  margin-top: -80px;
  color: #333;
}
.abt-3col-article__heading1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.8rem;
  padding: 10px 0;
  color: #744500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.abt-3col-article__heading2 {
  font-size: 30px;
  line-height: 2.6rem;
  font-weight: 800;
  /* white-space: nowrap; */
  padding-bottom: 18px;
  color: #744500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.abt-3col-r_img__img1 {
  width: 450px;
  background-image: url(../img/top_abt1.jpg);
  background-size: cover;
  background-position: center center;
  height: 330px;
  display: block;
  margin-right: 6px;
  /* position: absolute; */
  z-index: 4;  
}
.abt-3col-r_img__img2 {
  width: 450px;
  background-image: url(../img/top_abt2.jpg);
  background-size: cover;
  background-position: center center;
  height: 330px;
  z-index: 2;
  /* position: absolute; */
  /* right: 5%;
  top: -30px; */
}

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

garally

-------------------*/
.top-sec-gally {
  padding: 70px 0 70px;
  background: #eee;
  /* background-size: cover; */
  background-position: center bottom;
  position: relative;
}
.top-sec-gally .inner {
  max-width: 1600px;
  margin: auto;
  padding: 0 6%;
}
.sec-heading-gally {
  padding: 20px 14%;
}
.sec-gally-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #0e667c;
  font-family: 'Lora', serif;
  font-size: 26px;
  letter-spacing: 1.0rem;
}
.gally-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 30px;
  margin: 0 auto;
  /* max-width: 1200px; */
}
.gally-img-container a {
  width: 280px;
  margin: 3px;
}
.gally-img-container .coll2-empty {
  width: 280px;
  margin: 3px;
}

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

information

-------------------*/
.top-sec-info {
  padding: 70px 0 30px;
  /* background-color: #eee; */
  background-image: url(../img/bg_info.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.top-sec-info .inner {  
  max-width: 1300px;
  margin: auto;
  padding: 0 80px;
}
.sec-heading-info {
  text-align: center;
}
.info-heading-outer {
  padding: 10px 5%;
  /* margin-left: 65%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  border-top: solid .5px #999;
  border-bottom: solid .5px #999;
  width: max-content;
}
.corp-info-wrap {
  padding: 20px 0 10px;
}
.corp2-heading-outer {
  padding: 10px 0 0;
}
.corp-wrap__table {
  margin: 3% 0;
  width: 100%;
}
.corp-wrap__table th,
.corp-wrap__table td {
	border-bottom: 1px dotted #ddd;
  padding: 24px 38px;
  vertical-align: middle;
  font-size: 14px;
}
.corp-wrap__table th {
  width: 30%;
  text-align: right;
}
.corp-wrap__table tr:first-child {
  border-top: 1px dotted #ddd;
}
.corp-wrap__table th {
  background: #fafafa;
  font-weight: 400;
}
.corp-wrap__table td {
  background-color: #fff;
}
.corp2-map-wrap {
  margin: 20px 0;
  padding: 2%;
  background:#004a68;
}
.corp2-map-data {
  padding: 1%;
}
.corp2-map-data iframe {
  width: 100%;
}
.corp2-map__text {
  padding: 0 30px;
  font-size: 16px;
  color:#fff;
}
.corp2-map__text i {
  padding-right: 3px;
  font-size: 20px;
}

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

gmap

-------------------*/
.top-sec-gmap {
  padding: 60px 0px 0px;
  /* z-index: -1; */
  position: relative;
}
.sec-heading-gmap {
  text-align: center;
}
.map-wrapper__iframe {
  padding: 50px 0 0;
}
.map-cont-wrap {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  /* align-items: center; */
  margin: 3% 0;
  padding: 3% 1% 3% 3.5%;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
  z-index: -1;
}
.cont-wrap__img {
  width: 42%;
  box-sizing: border-box;
  padding: 20px 10px;
}
.cont-wrap__img img {
  width: 100%;
}
.cont-wrap__map {
  width:  52%;
  position: relative;
}
.cont-wrap__caption {
  color: #2e3740;
  padding: 10px 0 0;
}
.cont-wrap__desc {
  width: 48%;
  padding: 10px;
  margin: 1% 2%;
  line-height: 2.0;
  height: 80%;
  z-index: 20;
}
.map-text {
  display: block;
  padding: 24px;
  background: #f5f7f8;
  /* border: solid .5px #aaa; */
  color: #2e3740;
  /* margin-left: 22px; */
}
.cont-wrap__desc a i {
  padding-right: 5px;
}
.acs_shop-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}

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

news

-------------------*/
.top-sec-news {
  padding: 80px 0 100px;
  position: relative;
  background: #ddd;
  /* background-image: url(../img/bg_news.jpg);
  background-size: cover; */
  z-index: 1;
  overflow: hidden;
}
.top-sec-news::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict_logo_kei.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 360px;
  height: 360px;
  background-size: auto 322px;
  top: 0px;
  left: 80px;
  filter: none;
  z-index: -1;
  transform: rotate(30deg);
}
.sec-heading-news {
  padding: 0px 20px;
  text-align: center;
}
.top-sec-news .inner {
  max-width: 1340px;
  margin: auto; 
  padding: 0 80px;
}
.news-heading-outer {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 0 20px;
}
.news-wrap {
  display: table;
  width: 100%;
  /* border-top: .5px solid #777; */
  padding: 3% 0;
  /* color: #fff; */
  background: #f0f0f0;
  margin-bottom: 6px;
}
.news-wrap:last-child {
  /* border-bottom: .5px solid #777; */
}
.news-wrap__day,
.news-wrap__event,
.news-wrap__text,
.news-wrap__btn {
  display: table-cell;
  vertical-align: middle; /*重要！縦中央*/
}
.news-wrap__day {
  width: 15%;
  font-size: 16px;
  text-align: center;
}
.news-wrap__event {
  width: 15%;
  font-size: 14px;
  text-align: center;
}
.news-wrap__text {
  width: 68%;
  font-size: 16px;
  text-align: left;
  padding: 0 5%;
}
.news-wrap__btn {
  width: 20%;
}

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

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%;
  /* position: relative; */
  z-index: 3;
}
.about-wrap__img img{
  width: 100%;
}
.about-wrap__text-outer {
  flex-basis: 28%;
  margin: -40px 0 0 120px;
  /* position: relative; */
}
.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;
}

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

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-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 700;
}
.slogan-text {
  /* text-align: right; */
  width: 340px;
  margin: 0 10% 0 auto;  
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  font-weight: 700;
}

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

Garally

-------------------*/
.top-sec-galy {
  padding: 80px 0 20px;
  position: relative;
  background: #f7f6f5;
  /* z-index: -2; */
}
.top-sec-galy::after {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 2;
}
.top-sec-galy::before {
  background: #ddd;
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 10%; 
}
.galy-wrap {
  display: flex;
  /* flex-direction: row-reverse; */
  flex-wrap: nowrap;
  justify-content: start;/*左寄せ*/
  position: relative;
  padding-bottom: 60px;
}
.galy-wrap__photo-container{
  width: 100%;
  /* background: #fff; */
  height: 100%;
  /* position: relative; */
  z-index: 3;  
}
.container__num {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.galy-wrap__photo-container img {
  width: 32%;
  padding: 3px;
}
.galy-wrap__text-outer {
  flex-basis: 15%;
  margin: -10px 124px 0 20px;
  /* position: relative; */
}
.galy-text {
  width: 550px;
  line-height: 2rem;
  padding: 80px 62px;
  background-color: #3ca800;
  position: absolute;
  right: 8%;
  margin-top: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 2.5rem;
  z-index: 5;
}
.galy-text__title {
  font-size: 20px;
  font-weight: 4  00;
  padding-bottom: 20px;
  line-height: 2.2rem;
}

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

footer

-------------------*/
#footer {
  /* background-size: cover;
  background-position: center center; */
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  background: #222;
}
/* #footer::after {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
} */
#footer .inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 5%;
}
.footer-container {
  padding: 50px 0 20px;
  /* background: cornflowerblue; */
}
#footer img {
  width: 18%;
  margin: 0 auto;
  /* z-index: 5; */
}
.footer-container__nav {
  padding: 30px 0;
  /* background: lightcoral; */
  margin: 10px 0;
}
.footer-nav-container__wrap1,
.footer-nav-container__wrap2{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 25px 20px;
  margin: 0 auto;
  justify-content: center;
}
.footer-container__nav li a {
  color:#fff;
  padding: 50px 30px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-family: 'Shippori Mincho', serif; */
}
.footer-container__nav li:last-child a{
  /* padding-right: 0; */
}
.pagetop {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #84733f;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .5%;
  z-index: 2;
  cursor: pointer;
}
.pagetop span {
  color: #fff;
  font-size: 30px;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .8em;
  height: .8em;
  border: 0.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

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

copyright

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

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

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-2nd_mv
  
  -------------------*/
  .second-mainvisual {
    height: 50vh;
  }
  .second-maintitle-outer {
    /* bottom: 0px; */
    height: 50px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second-maintitle {
    padding: 20px 30px;    
  }
  .mv2-en-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6rem;
  }
  .mv2-jp-title {
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    line-height: 0.9rem;
    letter-spacing: 0.1rem;
  }  
  .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 {
    /* background: chocolate; */
  }
  .breadcrumbs ul {
    display: flex;
    font-size: 11px;
    padding: 20px 5%;
  }
  .breadcrumbs.map ul,
  .breadcrumbs.map ul a{
    color: #fff;
  }
  .breadcrumbs li::after {
    content: "/";
    padding: 0 10px;
    font-size: 13px;
  }
  .breadcrumbs li:last-child:after {
    content: '';
  }
  
  /*------------------

  sp-imgBox
  
  -------------------*/
  .main_imgBox {
    height: 75vh;
    margin-top: 0px; /*imp*/
  }
  .video-inner {
    /* position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; */
    display: none;
  }
  video {
    display: none;
  }
  .main_img {
    height: 75vh;
    /* background-position: left bottom 20%; */
    background-attachment: scroll;
    /* background-position: center bottom; */
  }
  .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 {
    /* display: none; */
    /* width: 100%; */
    position: absolute;
    bottom: 18%;
    left: 3%;
    /* transform: translateX(-50%); */
    z-index: 12;
  }
  .num1,.num2,.num3 {
    font-size: 16px;
    letter-spacing: 0.1rem;	
    padding: 3px 10px;
    margin-bottom: 6px;
  }
  .num2 {
    margin-left: 6%;
  }
  .num3 {
    margin-left: 12%;
  }
  .scrolldown1{
    height:30px;
    bottom:0px;
  }
  .scroll-outer {
    display: none;
  }

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

  sp-btn

  -------------------*/
  .btn-wrap{
    width: 88%;
    margin: 20px auto 0;
  }
  .btn-plane {
    font-size: 14px;
    padding: 5px;
    /* border-width: 5px; */
  }
  /*しんばしで利用*/
  .c-btn, .c-btn-small, .c-btn-next, .c-btn-prev, .c-btn-more {
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2rem;
  }
  .c-btn-next::before, .c-btn-next::after {
    position: absolute;
    top:  0.2em;
    bottom: 0;
    height: 1px;
    margin: auto; /*imp 上下左右中央*/
    background: #fff;
    content: "";
    transition: all 0.4s
  }
  .c-btn-next::before {
    width: 25px;
  }
  .c-btn-next::before, .c-btn-next::after {
    right: 22px;
  }
  .c-btn-next::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;
  }
  .c-btn-next:hover {
    color: #e84b13;
    background: #fff;
  }
  .c-btn-next:hover::before,
  .c-btn-next:hover::after {
    background: #e84b13;
  }
  .c-btn-next:hover::before {
    width: 30px;
  }
  .c-btn-next:hover::after {
    width: 14px;
  }

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

  sp-heading

  -------------------*/
  .jp-news-heading {
    font-size: 14px;
    line-height: 2.0rem;
  }
  .en-heading {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4rem;
    padding: 0 0 4px 4px;
  }
  .jp-heading {
    font-size: 16px;
    line-height: 2.2rem;
  }
  .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 {
    /* width: 100px;
    height: 50px;
    background-size: auto 48px;
    top: 0px;
    left: -70px;
    filter: none; */
  }
  .jp-heading.nopict::after {
    /* width: 60px; */
  }
  .jp-subheading {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7rem;
    padding: 2px 12px 4px;
    border-left: solid 2px #17b397;
  }
  .jp-subheading.white {
    color: #fff;
    border-left: solid 2px #2e3740;
  }
  .jp-subheading-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6rem;
    padding: 2px 22px 4px;
    border-left: solid 2px #17b397;
  }
  .heading_rl {
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 600;
  }
  .heading_rl.white {
    color: #fff;
  }
  .heading_rl h2 {
    font-size: 14px;
    font-weight: 700;
  }
  .common-en-title {
    font-size: 24px;  
  }
  .common-jp-title {
    font-size: 14px;
    padding-left: 10px;
  }
  .common2-jp-title {
    font-size:18px;
  }
  .common2-jp-title::first-letter {
    font-size: 22px;
    letter-spacing: 0.01rem;
  }
  
  /*------------------

  sp-entrance

  -------------------*/
  .grp-name {
    width: 96%;
    font-size: 15px;
  }
  .grp-logo {
    height: 146px;
    background-size: auto 146px;
    margin: 10px auto;
  }
  .grp-container {
    /* background: #222; */
    border-radius: 12px;
    padding: 10px 0;
    /* background: #111; */
    /* background: linear-gradient(180deg, #f3e7dc 0%, #edcaa9 100%); */
    /* background: linear-gradient(180deg, #f5eee6 0%, #efd6bf 100%); */
  }
  .grp-container::before {
    background-size: auto 600px;
  }
  .ent-shop-box {
    display: block;
    padding: 20px 4% 0px;
    margin: 0px 0 0;
    /* background: #222; */
    /* background: linear-gradient(180deg, #e0b6e0 50%, #c1aff4 50%); */
    /* background: #c1aff4; */
    /* background: linear-gradient(180deg, #f39dc2 -50%, #9082bd 100%); */
  }
  .ent-shop-box::after {
    position: absolute;
    content: "";
    background-image: url(../img/wave.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 896px;
    height: 127px;
    background-size: auto 127px;
    top: 49%;
    right: -10px;
    z-index: -1;
    display: none;
  }
  .shop-box__num1 {
    width: 100%;
    margin: 20px auto 20px;
    margin: 10px auto 10px;
    background: transparent;
    padding: 20px 0 10px;
    border-radius: 8px;
    /* background: linear-gradient(180deg, #f9f5f1 -20%, #f9f5f123 100%); */
    /* background: transparent; */
    /* border: solid .5px #555;
    border: solid .5px #aaa; */
    z-index: -3;
    position: relative;
    /* box-shadow: 0px 10px 20px #0000004d;
    box-shadow: 0px 0px 20px #afafaf4d; */
  }
  .shop-box__num1:nth-child(2) {
    /* width: 100%;
    margin: 50px 0px 40px;
    background: #3e3e3e;
    border: solid 1px #be4a02; */
  }
  .num1__shoplogo {
    width: 100%;
    height: 108px;
    background-size: auto 108px;
    background-position: 50% 50%;
    margin: 10px auto 8px;
  }
  .num2__shoplogo {
    width: 100%;
    height: 108px;
    background-size: auto 88px;
    background-position: 50% 50%;
    margin: 10px auto 0px;
  }
  .num3__shoplogo {
    width: 100%;
    height: 108px;
    background-size: auto 102px;
    background-position: 50% 50%;
    margin: 10px auto 0px;
  }
  .num4__shoplogo {
    width: 100%;
    height: 70px;
    background-size: auto 50px;
    background-position: 50% 50%;
    margin: 20px auto 3px;
  }
  .num1__shopname {
    padding: 8px 0px;
    padding: 12px 0px;
    font-size: 16px;
    font-size: 15px;
    /* font-size: 13px; */
    height: auto;
    line-height: 1.4rem;
    margin: 20px auto -20px;
    margin: 6px auto -20px;
    /* margin: 10px auto -20px; */
  }
  .shopname__sub {
    font-size: 13px;
    letter-spacing: 0.12rem;
    font-weight: 300;
  }
  .num1__shopname.shop-name2 {
    /* color: #eee; */
    font-size: 12px;
  }
  .num1__shopimg {
    width: 90%;
    background-position: center 50%;
    /* height: 60vh; */
    margin: auto;
    outline-offset: 4px;
  }
  .num1__shopimg img {
    margin-bottom: 10px;
  }
  .shop-spec-container {
    width: 88%;
    /* background: cornflowerblue; */
    padding: 20px 10px 26px;
    height: auto;
    /* margin: 30px 0 0; */
    /* margin: 10% 0 0; */
    margin: 0 auto 20px;
    border-radius: 6px;
  }
  .shop-spec-wrap {
  }
  .shop-spec-text1,
  .shop-spec-text2 {
    padding: 4px 6px;
    line-height: 1.4rem;
    font-size: 13px;
    height: auto;
  }
  .shop-spec-text1 {
    width: 20%;  
  }
  .shop-spec-text2 {
    width: 79%;  
  }
  .ent-shop-article {
    background: #222;
    padding: 20px 0 120px;
  }
  .shop-article__text {
    color: #fff;
    width: 90%;
    padding: 30px;
    line-height: 1.8rem;
    margin: 0 auto;    
  }
  .shop-box__sub {
    width: 88%;
    margin: 70px auto 30px;
  }
  .subcon-act {
    padding: 30px;
    margin: 16px auto 20px;
  }
  /*------------------

  sp-footer

  -------------------*/
  #footer {
    background:#333;
    padding: 30px 0 10px;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  #footer::after {
    display: none;
  }
  .footer-container {
    position: static;
    margin: 0 auto;
    transform: none;
  }
  .footer-nav-container__wrap1 {
    display: block;
    font-size: 12px;
    padding: 10px 0px;
  }
  #footer img {
    width: 30%;
  }
  .footer-container__nav {
    padding: 20px 0;
    text-align: center;
  }
  .footer-container__nav li a {
    padding: 0px;
    font-size: 15px;
    line-height: 2.9rem;
    z-index: 5;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .pagetop {
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .pagetop span {
    color: #fff;
    font-size: 30px;
  }
  .dli-chevron-up {
    color: #fff;
    line-height: 1;
    width: .6em;
    height: .6em;
  }

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

  sp-gally

  -------------------*/
  .top-sec-gally {
    padding: 60px 0 30px;
  }
  .top-sec-gally .inner {
    padding: 0 3%;
  }
  .sec-heading-gally {
    padding: 20px 0px 40px 80px;
  }
  .gally-img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 0 30px;
  }
  .gally-img-container a {
    width: 160px;
    margin: 2px;
  }
  .gally-img-container .coll2-empty {
    width: 280px;
    margin: 2px;
  }

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

  sp-info

  -------------------*/
  .top-sec-info {
    padding: 60px 0 10px;
    background-position: left top;
    background-size: 200% auto;
  }
  .top-sec-info .inner {
    padding: 0 20px;
  }
  .info-heading-outer {
    display: block;
    text-align: center;
  }
  .corp-info-wrap {
    display: block;
    padding: 20px 0 40px;
  }
  .corp-wrap__table {
    margin: 14px 0;
    width: 100%;
  }
  .corp-wrap__table th,
  .corp-wrap__table td {
    border-bottom: 1px dotted #ddd;
    padding: 24px 12px;
    font-size: 12px;
  }
  .corp2-map-wrap {
    padding: 10px;
  }
  .corp2-map__text {
    padding: 20px 10px;
    font-size: 15px;
    color:#fff;
  }

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

  sp-gmap

  -------------------*/
  .top-sec-gmap {
    padding: 60px 0 10px;
  }
  .gmap-heading-outer .common-en-title {
    padding-left: 10px;
  }
  .sec-gmap-title {
    top: -16px;
    left: 100px;
    font-size: 22px;
    letter-spacing: 0.7rem;
  }
  .map-wrapper {
    padding: 20px 0;
  }
  .map-wrapper__iframe {
    padding: 20px 10px 10px;
  }
  .access-text {
    padding: 10px 20px 10px;
  }


}




