@charset "UTF-8";

/*-----------------------------------
コンテンツ

-----------------------------------*/
#mv{
width: 100%;
height: 740px;
position: relative;

}

.visual{
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.visual.ptn01{
  background: url("../img/2019/index/bg_mv_02.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 740px;
  transition: opacity 2s ease;
  transition-delay: 1s;
}
.visual.ptn01 h1{
  width: 600px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -500px;
}
.visual.ptn01 h1 img{
  width: 100%;
}
.visual.ptn02{
  background: url("../img/2019/index/bg_mv_01.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 740px;
  transition: opacity 1s ease;
  transition-delay: 6s;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.open .visual{
  opacity: 1;
}
.css-fade2{
  animation-name:fade-in2;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:5s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity: 0;
text-align:center;
}
@keyframes fade-in2 {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
@media screen and (max-width: 640px) {
  #mv{
    width: 100%;
    height: auto;
    position: relative;
    }
  .visual.ptn01{
    background: url("../img/2019/index/bg_mv_02_sp.jpg") center top no-repeat;
    background-size: cover;
    height: 300px;
  }
  .visual.ptn01 h1{
    width: 60%;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-left: 0;
  }
  .visual.ptn02{
    background: url("../img/2019/index/bg_mv_01_sp.jpg") center top no-repeat;
    background-size: cover;
    height: 300px;
  }
}



@media screen and (max-width: 640px) {
.concept-block {
  margin: 0 15px 50px;
}
}

@media screen and (min-width: 641px) {
.concept-block .image {
  display: inline-block;
  width: 225px;
  margin-right: 108px;
  padding-top: 10px;
  padding-left: 7px;
  vertical-align: top;
}
}

@media screen and (max-width: 640px) {
.concept-block .image {
  width: 90%;
  margin: 0 auto 25px;
}
}

@media screen and (min-width: 641px) {
.concept-block .contents {
  display: inline-block;
  width: 640px;
  vertical-align: top;
}
}
.concept-block .contents .title {
  margin-bottom: 10px;
  color: #5E3727;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.concept-block .contents .txt {
  color: #000;
  font-size: 1.4rem;
}

@media screen and (min-width: 641px) {
.concept-block .contents .txt {
  line-height: 2.5;
}
}

@media screen and (max-width: 640px) {
.concept-block .contents .txt {
  line-height: 2.0;
}
}
.tab .concept-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tab .concept-block .image {
  margin-right: 0;
}

@media screen and (min-width: 641px) {
.continuance-wrap .column2-wrap {
  margin: 0 -20px 30px;
}
}

@media screen and (min-width: 641px) {
.continuance-wrap .column-box {
  width: 360px;
  margin: 0 20px;
}
}

@media screen and (max-width: 640px) {
.continuance-wrap .column-box {
  margin-bottom: 20px;
}
}
.continuance-wrap .txt {
  color: #000;
}

@media screen and (min-width: 641px) {
.continuance-wrap .txt {
  font-size: 1.4rem;
  line-height: 2.0;
  text-align: center;
}
}

@media screen and (max-width: 640px) {
.continuance-wrap .txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
}
.tab .continuance-wrap .column2-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 30px;
}
.tab .continuance-wrap .column2-wrap .column-box {
  margin: 0;
}
.top-contents-title {
  text-align: center;
  color: #000;
}
.top-contents-title span {
  display: block;
}
.top-contents-title .jpn {
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
.top-contents-title .eng {
  font-family: fantasy;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 5px;
    color: #545454;
}
.top-contents-title .eng:after {
  content: "\e908";
  margin-top: 10px;
  display: block;
  width: 100%;
  color: #000;
  font-size: 46px;
  font-family: 'icomoon02';
  line-height: 46px;
  text-align: center;
}
.top-contents-toptxt{
  max-width: 380px;
  margin: -20px auto 40px;
  background: #FFFF00;
  text-align: center;
  padding: 10px 20px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .top-contents-title .jpn {
    font-size: 14px;
  }
  .top-contents-title .eng{
    font-size: 30px;
    font-family: sans-serif;
  }
}
/*-- 共通 --*/
.btn {
  background: #009b92;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  color: #FFF;
  transition: all .3s ease;
  text-decoration: none;
  box-shadow: 10px 10px 0 0 #808080;
}
.btn:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "＞";
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.0;
  margin-top: -0.5em;
  font-size: 20px;
}
.btn:hover {
  box-shadow: none;
  transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 640px) {
  .btn {
    height: 83px;
    line-height: 40px;
    font-size: 16px;
    box-shadow: none;
  }
}
/*-- NEWS --*/
#news {
  width: 100%;
  height: auto;
  padding: 210px 0 80px;
  position: relative;
}
#news .top-contents-title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#news .news-block-wrap {
  background: #FFF;
  width: 1024px;
  height: 350px;
  padding: 30px 50px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
}
#news .news-block-wrap .news-block {
  padding-right: 80px;
}
#news .news-block-wrap .article-box {
  padding: 20px 0 3px;
  border-bottom: 1px #000 dashed;
}
#news .news-block-wrap .article-box .data {
  font-size: 0;
  letter-spacing: 0.1em;
}
#news .news-block-wrap .article-box time {
  display: inline-block;
  margin-right: 20px;
  /*color: #000; 1802変更*/
  color: #000333;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.4rem;
}
#news .news-block-wrap .article-box [class|="cat"] {
  display: inline-block;
  padding: 0 1.0em;
  color: #333333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 1.2rem;
}
#news .news-block-wrap .article-box .cat-campaign {
  background: #DBE9ED;
}
#news .news-block-wrap .article-box .cat-blog {
  background: #DFDCC6;
}
#news .news-block-wrap .article-box .cat-information {
  background: #EEF1DD;
}
#news .news-block-wrap .article-box a {
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 1.4rem;
}
#news .news-block-wrap .article-box a:hover {
  text-decoration: underline;
}
#news .news-block-wrap .article-box .title {
  padding: 10px 0;
  /*color: #000; 1802変更*/
  color: #333;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  #news {
    padding: 140px 15px 40px;
    box-sizing: border-box;
  }
  #news .top-contents-title {
    top: -20px;
  }
  #news .news-block-wrap{
    width: 100%;
    padding: 20px;
  }
  #news .news-block-wrap .news-block{
    padding-right: 0;
  }
}

/*-- CONCEPT --*/

#concept {
  margin-top: 120px;
  position: relative;
}
#concept:before, #concept:after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}
#concept:before {
  background-image: url("");
  width: 618px;
  height: 618px;
  top: 120px;
  left: 0;
}
#concept:after {
  background-image: url("");
  width: 546px;
  height: 546px;
  top: 90px;
  right: 0;
}
#concept .inner {
  background: url("../img/2019/index/bg_concept.png") left bottom no-repeat;
  width: 1024px;
  height: auto;
  min-height: 590px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
#concept .inner:before, #concept .inner:after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
#concept .inner:before {
  background-image: url("../img/2019/index/img_concept01.png");
  width: 321px;
  height: 297px;
  top: 0;
  left: 0;
}
#concept .inner .conceptArea {
  background: url("") center center no-repeat;
  width: 600px;
  float: right;
  position: relative;
}
#concept .inner .conceptArea:after {
  content: "";
  background-image: url("../img/2019/index/img_concept02.png");
  width: 181px;
  height: 181px;
  right: -180px;
  bottom: 0;
  position: absolute;
}
#concept .inner .conceptArea h3 {
  text-align: center;
}

#concept .inner .conceptArea h3 span {
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  
}
#concept .inner .conceptArea h3 span.type01{
  font-size: 32px;
}
#concept .inner .conceptArea h3 span.type02{
  margin-top: 20px;
  font-size: 48px;
}
#concept .inner .conceptArea h3 span:after {
  content: "";
  background: #FFFF00;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -5px;
}
#concept .inner .conceptArea .txt {
  margin-top: 60px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
#concept .inner .conceptArea .btnArea {
  width: 480px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1400px){
  #concept:after{
    display: none;
  }
  #concept .inner .conceptArea:after {
    display: none;
  }
  
}
@media screen and (max-width: 640px) {
  #concept{
    margin-top: 10px;
padding: 0px 15px;
  }
  #concept:before {
    display: none;
  }
  #concept:after {
    display: none;
  }
  #concept .inner .conceptArea h3 span.type01{
    font-size: 18px;
  }
  #concept .inner .conceptArea h3 span.type02{
    margin-top: 10px;
    font-size: 30px;
  }
  #concept .inner{
    background: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 60px;
    min-height: auto;
  }
  #concept .inner:before {
    background-image: url(../img/2019/index/img_concept01_sp.png);
    background-size: contain;
    width: 25%;
    height: 104px;
    top: -140px;
    left: 10px;
  }
  #concept .inner .conceptArea {
    background-size: contain;
    width: 100%;
    height: auto;
    float: none;
    position: relative;
  }

  #concept .inner .conceptArea h3 {
    width: auto;
    font-size: 24px;
  }
  #concept .inner .conceptArea h3 span {
    font-size: 18px;

  }

  #concept .inner .conceptArea .txt {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    float: right;
    text-align: right;


  }
  #concept .inner .conceptArea .btnArea {
    width: 100%;
    margin: 80px auto 0;
  }
}
/*-- SHOPLIST --*/

#shoplist {

  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0px 0 80px;
  position: relative;
}
#shoplist .top-contents-title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#shoplist .inner {
  background: rgb(255 255 255 / 0%);
  width: 1024px;
  margin: 0 auto;
  padding: 110px 80px 0px;
  box-sizing: border-box;
  position: relative;
}
#shoplist .inner .txt {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
#shoplist .inner .txt:after {
  content: "";
  background: #b1b1b1;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -11px;
}
#shoplist .inner .txt span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
#shoplist .inner .txt span:after {
  content: "";
  background: #b1b1b1;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -9px;
}
#shoplist .inner .shoplogo {
  position: absolute;
  top: 250px;
  left: 60px;
}
#shoplist .inner .catch {
  position: absolute;
  top: 224px;
  left: 310px;
}
#shoplist .inner .map {
  background: url("../img/2019/index/img_map.png") center center no-repeat;
  width: 806px;
  height: 702px;
  margin: 40px auto 0;
  position: relative;
  text-align: center;
  display: none;
}
#shoplist .inner .map img {
  position: relative;
  z-index: 5;
}
#shoplist .inner .map:after {
  content: "";
  background: url("../img/2019/index/img_shop03.png") center center no-repeat;
  width: 164px;
  height: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#shoplist .inner .map .area {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#shoplist .inner .map .area span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#shoplist .inner .map .area#hokkaidou {
  width: 150px;
  height: 154px;
  top: 0;
  right: 10px;
  color: #FFF;
}
#shoplist .inner .map .area#touhoku {
  width: 80px;
  height: 170px;
  top: 177px;
  right: 93px;
}
#shoplist .inner .map .area#kantou {
  width: 120px;
  height: 90px;
  top: 365px;
  right: 93px;
  color: #FFF;
}
#shoplist .inner .map .area#chubu {
  width: 187px;
  height: 147px;
  right: 194px;
  top: 308px;
}
#shoplist .inner .map .area#kansai {
  width: 110px;
  height: 127px;
  bottom: 153px;
  left: 403px;
  color: #FFF;
}
#shoplist .inner .map .area#chugoku {
  width: 233px;
  height: 61px;
  bottom: 221px;
  left: 150px;
}
#shoplist .inner .map .area#shikoku {
  width: 112px;
  height: 75px;
  bottom: 126px;
  left: 266px;
}
#shoplist .inner .map .area#kyushu {
  width: 95px;
  height: 145px;
  bottom: 55px;
  left: 155px;
}
#shoplist .inner .map .area#okinawa {
  width: 45px;
  height: 95px;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  #shoplist {
    margin-top: 20px;
    padding: 20px 5px 40px;
    position: relative;
    box-sizing: border-box;
  }
  #shoplist .top-contents-title {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #shoplist .inner {
    width: 100%;
    padding: 0px 20px 0px;
    box-sizing: border-box;
  }
  #shoplist .inner .txt {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 93%;
    margin-left: 3%;
  }
  #shoplist .inner .txt span {
    font-size: 13px;
    font-weight: bold;
    display: block;
  }
  #shoplist .inner .shoplogo {
    display: none;
  }
  #shoplist .inner .catch {
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -20px;
  }
  #shoplist .inner .catch img{
    width: 100%;
    left: 0;
    bottom: -20px;
  }
  #shoplist .areaList{
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #shoplist .areaList li{
    width: 47%;
  }

  #shoplist .areaList li .active{
    background: #909090;
  }
  #shoplist .areaList li:nth-child(even){
    margin-left: 10px;
  }
  #shoplist .areaList li:nth-child(n+3){
    margin-top: 25px;
  }


}
/*-- STAFF --*/
#staff {
  margin-top: 120px;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
#staff:after {
  content: "";
   width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#staff .staff-wrap {
  width: 1024px;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
#staff .staff-wrap .staff_list li {
  background: #FFF;
  box-shadow: 10px 10px 0 0 #6855A4;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative;
}
#staff .staff-wrap .staff_list li a .img_area{
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#staff .staff-wrap .staff_list li a .img_area img {
  width: 100%;
}
#staff .staff-wrap .staff_list .slick-list {
  padding-bottom: 80px;
}
#staff .staff-wrap .staff-prev, #staff .staff-wrap .staff-next {
  display: block;
  width: 25px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  /*	font-size: 40px;*/
  line-height: 0;
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  position: absolute;
  top: 60%;
  transform: translate3d(0, -160%, 0);
  z-index: 1;
}
#staff .staff-wrap .staff-prev {
  left: -55px;
}
#staff .staff-wrap .staff-next {
  right: -40px;
}
#staff .staff-wrap .staff-prev:before, .staff-wrap .staff-next:before {
  display: block;
  content: "";
  width: 25px;
  height: 50px;
  position: relative;
  z-index: 1;
}
#staff .staff-wrap .staff-next:before {
  background: url(../img/staff/icon_next.png) center center no-repeat;
  background-size: contain;
}
#staff .staff-wrap .staff-prev:before {
  background: url(../img/staff/icon_prev.png) center center no-repeat;
  background-size: contain;
}
#staff .staff-wrap .staff_list .staff_info_name {
  background: #FFFF00;
  width: 160px;
  height: auto;
  padding: 20px 0;
  text-align: center;
     font-family: fantasy;
  position: absolute;
  color: #000;
  font-size: 18px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
#staff .btnArea {
  width: 480px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 1;
  margin: auto;
}
#staff .btnArea .btn {
  color: #FFF;
}
#staff .btnArea .btn:before {
  color: #FFF;
}
@media screen and (max-width: 1200px) {
#staff .staff-wrap .staff-prev {
  left: 0;
}
#staff .staff-wrap .staff-next {
  right: 0;
}
}

@media screen and (max-width: 640px) {
  #staff{
    margin-top: 80px;
    padding-bottom: 40px;
  }
  #staff .staff-wrap{
    width: 100%;
    margin: 40px auto 20px;
  }
  #staff .btnArea{
    width: 90%;
    bottom: -30px;
  }
  #staff .staff-wrap .staff-prev {
    left: 0;
  }
  #staff .staff-wrap .staff-next {
      right: 0;
    }

#staff .staff-wrap .staff_list li a .img_area{
  height: 440px;
}
#staff .staff-wrap .staff_list .staff_info_name {
  background: #FFFF00;
  width: 70%;
  height: auto;
  padding: 20px 0;
  text-align: center;
     font-family: inherit;
  position: absolute;
  color: #000;
  font-size: 18px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
  #staff .staff-wrap .staff_list li+li {
    margin-left: 25px;
  }
 }

@media screen and (max-width: 640px) {
  #staff .staff-wrap .staff_list li+li {
    margin-left: 0px;
  }
}

@media screen and (max-width: 640px) {
#staff .staff-wrap .staff_list li img {
  width: 100%;
  display: inline-block;
}
}
/*-- banaArea --*/
.banaArea {
  width: 100%;
  padding: 0px 0 0px;
background: #e4e4e4;
}
.banaArea ul {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banaArea ul li {
  width: 48%;
}
.banaArea ul li:nth-child(n+3) {
  margin-top: 20px;
}
.banaArea ul li a {
  transition: all .3s ease;
}
.banaArea ul li a:hover {
  opacity: 0.8;
}
.banaArea ul li img {
  width: 100%;
  box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}
@media screen and (max-width: 640px) {
  .banaArea {
    padding: 0px 0px 0px;
    box-sizing: border-box;
  }
  .banaArea ul{
    width: 100%;
    flex-direction: column;
  }
  .banaArea ul li{
    width: 100%;
  }
  .banaArea ul li img{
    width: 100%+
  }
  .banaArea ul li+li{
    margin-top: 20px;
  }
}
/*-- ABOUT --*/
#about {
  
  width: 100%;
  height: auto;
  padding: 0px 0 30px;
  position: relative;
}
#about .top-contents-title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #about{
    padding: 20px 15px 40px;
    box-sizing: border-box;
    background: #e4e4e4;
  } 
  #about .top-contents-title {
    top: -20px;
  }
}



#about ul {
  width: 1024px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  
}


@media screen and (min-width: 641px) {
#about li {
  display: inline-block;
  width: 310px;
  margin: 0 90px 70px 0;
  line-height: 1.5;
  vertical-align: top;
}
}

@media screen and (max-width: 640px) {
  #about ul {
  width: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
}
#about li {
  background: #FFF;
  width: 100%;
  margin-bottom: 10px;
}
}
#about li a {
  display: block;
}

@media screen and (max-width: 640px) {
#about li a {
  position: relative;
  padding: 0px 0%;
  font-size: 0;
}
}


@media screen and (min-width: 641px) {
#about li .image {
  margin-bottom: 16px;
  text-align: center;
}
}

@media screen and (max-width: 640px) {
#about li .image {
  display: inline-block;
  width: 28.0%;
  margin-right: 5.7%;
  vertical-align: top;
}
}

@media screen and (max-width: 640px) {
#about li .contents {
  display: inline-block;
  width: 55.9%;
  vertical-align: top;
}
}
#about li .title {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 641px) {
#about li a .title {
  position: relative;
  padding: 20px 0 30px;
  font-size: 1.8rem;
  color: #000;
}
}

@media screen and (max-width: 640px) {
#about li a .title {
  padding-top: 7px;
  padding-right: 15px;
  font-size: 1.6rem;
  color: #000;
}
}

@media screen and (min-width: 641px) {
#about li a .txt {
  margin-bottom: 15px;
  padding-left: 10px;
  color: #000;
  font-size: 1.4rem;
}
}

@media screen and (max-width: 640px) {
#about li .txt {
  display: none;
}
}

#about li .normal-link {
  background: #000;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  position: relative;
  text-decoration: none;
}
#about li .normal-link:before{
  display: none;
}
#about li .normal-link:after{
  position: absolute;
  top: 50%;
  right: 5px;
  content: "\e902";
  font-family: 'icomoon02';
  color: #FFF;
  line-height: 1.0;
  margin-top: -0.5em;
  font-size: 8px;
}



@media screen and (min-width: 641px) {
#about li .normal-link {
  margin-left: auto;
}
}

@media screen and (max-width: 640px) {
#about li .normal-link {
  position: absolute;
  right: 5.2%;
  bottom: 20px;
}
}

@media screen and (min-width: 641px) {
#about li:nth-of-type(3n-2) {
  margin-left: 20px;
}
}

@media screen and (min-width: 641px) {
#about li:nth-of-type(3n) {
  margin-right: 30px;
}
}

@media screen and (min-width: 641px) {
#about li:nth-of-type(1) .image {
  padding-top: 1px;
  padding-bottom: 4px;
}
}

@media screen and (min-width: 641px) {
#about li:nth-of-type(3) .image {
  padding-bottom: 1px;
}
}

@media screen and (min-width: 641px) {
#about li:nth-of-type(4) .image {
  padding: 1px 0 4px 4px;
}
}

@media screen and (min-width: 641px) {
#about li:nth-of-type(5) .image {
  padding: 4px 10px 3px 0;
}
}
#about ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about ul li {
  margin-right: 0;
}

/*-- PRESS --*/
#press {

  width: 100%;
  height: auto;
  padding: 60px 0 80px;
  position: relative;
background:#e4e4e4 !important;
}
#press .top-contents-title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#press .comcept-wrap .comcept_list{
  width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#press .comcept-wrap .comcept_list li{
  width: 220px;
  margin-bottom: 40px;
}

#press .comcept-wrap .comcept_list.press li a .comcept_info_name{
  color: #000;
  font-family: 'Noto Sans Japanese', Verdana, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, "M+ 1p", sans-serif;
  font-size: 14px;
}
#press .comcept-wrap .comcept_list li a .fig{
  height: 220px;
}
#press .bana{
  width: 980px;
  margin: 40px auto 0;
}
#press .bana img{
  width: 100%;
}
@media screen and (max-width: 640px) {
  #press {
    padding: 20px 15px 20px;
    box-sizing: border-box;
background: #e4e4e4;
  }
  #press .top-contents-title {
    top: -20px;
  }
  #press .short-box{
    width: 100%;
    margin: 0 auto;
  }
  #press .comcept-wrap .comcept_list{
    width: 100%;
  }
  #press .comcept-wrap .comcept_list li{
    width: 47%;
    margin-bottom: 20px;
  }

  #press .comcept-wrap .comcept_list li a .fig{
    height: 185px;
  }
  #press .bana{
    width: 100%;
  }
  #press .bana img{
    width: 100%;
  }
}




.posted {
  background: #FFFFFF;
  border: #EEEEEE solid;
}

@media screen and (min-width: 641px) {
.posted {
  border-width: 2px;
  padding: 58px 98px;
}
}

@media screen and (max-width: 640px) {
.posted {
  border-width: 1px;
  padding: 34px 19px;
}
}
.posted .posted-title {
  color: #A07328;
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'ipaexm', serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 641px) {
.posted .posted-title {
  margin-bottom: 50px;
  font-size: 2.2rem;
}
}

@media screen and (max-width: 640px) {
.posted .posted-title {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
}

@media screen and (min-width: 641px) {
.posted .posted-contents {
  font-size: 0;
}
}

@media screen and (min-width: 641px) {
.posted .posted-contents .image {
  display: inline-block;
  width: 220px;
  margin-right: 100px;
  vertical-align: top;
}
}

@media screen and (max-width: 640px) {
.posted .posted-contents .image {
  width: 56%;
  margin: 0 auto 40px;
}
}
.posted .posted-contents .posted-txt-wrap {
  position: relative;
  color: #000;
  font-size: 1.4rem;
}

@media screen and (min-width: 641px) {
.posted .posted-contents .posted-txt-wrap {
  display: inline-block;
  width: 640px;
  height: 200px;
  padding-top: 15px;
  line-height: 2.0;
  vertical-align: top;
}
}

@media screen and (max-width: 640px) {
.posted .posted-contents .posted-txt-wrap {
  line-height: 1.25;
}
}
.posted .posted-contents .posted-txt-wrap .posted-txt {
  position: relative;
  z-index: +1;
}
.posted .posted-contents .posted-txt-wrap .posted-txt:before, .posted .posted-contents .posted-txt-wrap .posted-txt:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 24px;
  background: url(../img/icon_double-quot.png) no-repeat center top/contain;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 641px) {
.posted .posted-contents .posted-txt-wrap .posted-txt:before {
  top: -10px;
  left: -15px;
}
}

@media screen and (max-width: 640px) {
.posted .posted-contents .posted-txt-wrap .posted-txt:before {
  top: -20px;
  left: 0;
}
}
.posted .posted-contents .posted-txt-wrap .posted-txt:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 641px) {
.posted .posted-contents .posted-txt-wrap .posted-txt:after {
  right: -15px;
  bottom: -10px;
}
}

@media screen and (max-width: 640px) {
.posted .posted-contents .posted-txt-wrap .posted-txt:after {
  right: 0;
  bottom: -20px;
}
}
.posted .posted-contents .posted-txt-wrap .title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
.posted .posted-contents .posted-txt-wrap p {
  margin-bottom: 35px;
}
}

@media screen and (min-width: 641px) {
.posted .posted-contents .posted-txt-wrap .normal-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
}
.posted .posted-contents .posted-txt-wrap .normal-link:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-left: 0.1em;
  background: url(../img/icon_blank.png) no-repeat center top/contain;
  content: "";
}

@media screen and (min-width: 641px) {
.posted .posted-contents .posted-txt-wrap .normal-link:hover:after {
  background-image: url(../img/icon_blank_hover.png);
}
}
.tab .posted .posted-contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tab .posted .posted-contents .image {
  margin-right: 0;
}
#voice {
  background: url(../img/bg_noise-beige.png);
}

@media screen and (min-width: 641px) {
#voice {
  padding-bottom: 60px;
}
}

@media screen and (max-width: 640px) {
#voice {
  padding: 0 15px 40px;
}
}
#voice .normal-link {
  margin-left: auto;
}

@media screen and (min-width: 641px) {
#access {
  position: relative;
  min-height: 326px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-left: 490px;
}
}

@media screen and (max-width: 640px) {
#access {
  padding: 40px 16px 15px;
}
}

@media screen and (min-width: 641px) {
#access .top-contents-title {
  width: 490px;
}
}

@media screen and (max-width: 640px) {
#access .top-contents-title {
  margin-bottom: 30px;
}
}

@media screen and (min-width: 641px) {
#access #map {
  position: absolute;
  top: 87px;
  left: 0;
  width: 360px;
  height: 360px;
}
}

@media screen and (max-width: 640px) {
#access #map {
  margin-bottom: 10px;
  height: 90.625vw;
}
}
#access .detail-link .normal-link {
  margin-left: auto;
}

@media screen and (max-width: 640px) {
.access-data {
  display: none;
}
}

/*-----------------------------------
1705追加
-----------------------------------*/
@media screen and (min-width: 641px) {
.shop_list {
  margin-bottom: 60px;
}
.shop_list .contents-block-title {
}
.shop_list .contents-block-title > img {
}
.shop_list ul {
  margin-left: -20px;
  margin-top: -20px;
  letter-spacing: -.40em;/*		background: url(../img/bg_noise-beige02.png);*/
}
/* 1802変更
		.shop_list ul li {
		height: 280px;
		margin-left: 20px;
		margin-top: 20px;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
	}*/
.shop_list ul li {
  width: 50%;
  padding: 0 30px 15px;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.shop_list ul li a {
  display: block;
  border: 1px solid #5e3727;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5e3727;
  padding: 5px;
  box-shadow: 0 4px #5e3727;
  -webkit-box-shadow: 0 4px #5e3727;
  -moz-box-shadow: 0 4px #5e3727;
}
.shop_list ul li .osaka {
  background-color: #F4F99B;
}
.shop_list ul li .hyogo {
  background-color: #85E4F9;
}
.shop_list ul li .tokyo {
  background-color: #FA715F;
}
.shop_list ul li a img {
  vertical-align: middle;
}
.shop_list ul li a:hover {
  opacity: 0.9;
}
.schoolArea {
  margin-bottom: 120px;
}
.school {
  margin-bottom: 60px;
}
/* 1802変更
		.bnrArea {
		margin-bottom: 80px;
	}*/
.bnrArea {
  margin-bottom: 60px;
}
.bnrArea .bnrBtn {
}
.bnrArea .bnrBtn:hover img {
  opacity: 0.9;
}
.bnrArea .showPC {
  margin: 0 auto;
}
.bnrArea+.bnrArea {
  margin-top: 80px;
}
}

@media screen and (max-width: 640px) {
.shop_list {
  padding-top: 40px;
  background: url(../img/bg_noise-beige02.png);
}
.shop_list .contents-block-title {
}
.shop_list .contents-block-title > img {
}
.shop_list ul {
  padding: 0 0 30px;
}
.shop_list ul li {
}
.shop_list ul li a,  .shop_list ul li span {
  margin: 0 auto 10px;
  padding: 0 16px;
  display: block;
  text-align: center;
}
.schoolArea {
  padding: 40px 0;
}
.schoolArea .contents-block-title {
}
.schoolArea .contents-block-title > img {
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.bnrArea {
}
.bnrArea .bnrBtn {
}
}
/*-----------------------------------
1706追加
-----------------------------------*/
.slick-slide > a {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 640px) {
.mensArea {
  padding: 40px 0 20px;
}
}
/*-----------------------------------
1708追加
-----------------------------------*/
#news .alignRight {
  text-align: right;
}

/*-----------------------------------
1709追加
-----------------------------------*/
@media screen and (min-width: 641px) {
.concept-block {
  position: relative;
}
.concept-block .contents-block-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0)
}
.concept-block .image {
  width: 980px;
  margin: 0;
  padding: 0;
}
.concept-block .contents {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
}
.tab .concept-block {
  display: block;
}
.tab .concept-block .image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mangaArea img {
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
.mangaArea {
  margin-bottom: 60px;
}
}

@media screen and (max-width: 640px) {
.mangaArea {
  margin: 40px auto;
}
}
/*-----------------------------------
1710追加
-----------------------------------*/
#main {
  padding-bottom: 0;
}
.slidebnrArea {
  padding-bottom: 0px;
  background: #e0e0e0;
}

@media screen and (max-width: 640px) {
.slidebnrArea {
  overflow: hidden;
}
}
.bnr_slideCon, .staff-wrap {
  width: auto;
  position: relative;
}

@media screen and (max-width: 640px) {
.staff-wrap {
  margin-bottom: 45px;
}
}
.bnr_slideCon .bnr_slider {
  width: 1120px;
  margin: 0 auto;
}
.bnr_slideCon .bnr_slider li {
}
.bnr_slideCon .bnr_slider li a {
  display: block;
  width: 270px;
  height: 100px;
}
.bnr_slideCon .bnr_slider li a img {
  width: 100%;
  height: auto;
}
.bnr_slideCon .slick-prev, .bnr_slideCon .slick-next {
  display: block;
  width: 25px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  /*	font-size: 40px;*/
  line-height: 0;
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}
.bnr_slideCon .slick-prev {
  left: 0px;
}
.bnr_slideCon .slick-next {
  right: 0px;
}

@media screen and (max-width: 640px) {
.staff-wrap .staff-prev {
  left: 0px;
}
.staff-wrap .staff-next {
  right: 0px;
}
}
.bnr_slideCon .slick-prev:before, .bnr_slideCon .slick-next:before {
  display: block;
  content: "";
  width: 25px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.bnr_slideCon .slick-prev:before {
  background: url(../img/top/icon_prev.png) center center no-repeat;
  background-size: contain;
}
.bnr_slideCon .slick-next:before {
  background: url(../img/top/icon_next.png) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) {
.bnr_slideCon .bnr_slider {
}
.bnr_slideCon .bnr_slider li {
}
.bnr_slideCon .bnr_slider li a {
}
.bnr_slideCon bnr_slide ul li a img {
}
}

@media screen and (max-width: 640px) {
#main {padding-top: 150px;}
.slidebnrArea {
  background: unset;
    padding: 0px;
padding-top: 0px;
    padding-bottom: 0px !important;
}
.graycol{ background: #e4e4e4 !important; padding-top: 20px;}
.bnr_slideCon {
text-align:left;
}
.bnr_slideCon .bnr_slider {
  width: 100%;
}
.bnr_slideCon .bnr_slider li a {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
}

/*-----------------------------------
180205追加
-----------------------------------*/
@media screen and (max-width: 640px) {
.shop_list ul li {
  width: 100%;
  padding: 0 15px 13px;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.shop_list ul li a {
  display: block;
  border: 1px solid #5e3727;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5e3727;
  padding: 5px;
  box-shadow: 0 4px #5e3727;
  -webkit-box-shadow: 0 4px #5e3727;
  -moz-box-shadow: 0 4px #5e3727;
}
.shop_list ul li .osaka {
  background-color: #F4F99B;
}
.shop_list ul li .hyogo {
  background-color: #85E4F9;
}
.shop_list ul li .tokyo {
  background-color: #FA715F;
}
.bnrArea {
  margin-bottom: 20px;
}
}
/*-----------------------------------
180413追加
-----------------------------------*/

.tripArea .bnrArea.short-box {
  width: 900px;
  margin: 20px auto;
}
.tripArea .bnrArea.short-box img {
  width: 100%;
}
.tripArea ul {
  display: block;
  letter-spacing: -.4em;
  text-align: center;
}
.tripArea ul li {
  width: 440px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.tripArea ul li img {
  padding: 0;
}
.tripArea ul li.redio {
  position: relative;
}
.tripArea ul li+li {
  margin-left: 18px;
}
/*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/

.audiojs .play {
  background: url(../img/top/player-graphics.gif) 2px -1px no-repeat;
}
.audiojs .pause {
  background: url(../img/top/player-graphics.gif) -2px -91px no-repeat;
}
.audiojs .loading {
  background: url(../img/top/player-graphics.gif) -2px -31px no-repeat;
}
.audiojs .error {
  background: url(../img/top/player-graphics.gif) -2px -61px no-repeat;
}
.audiojs {
  height: 40px;
  background: #FFF;
  width: 380px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -190px;
}
/*　再生・停止ボタンの高さ、幅、パディングの指定　*/
.audiojs .play-pause {
  background: #333;
  width: 13%;
  height: 100%;
  padding: 10px 8px 0px 8px;
  box-sizing: border-box;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
  width: 25px;
  height: 20px;
  margin: -3px 0px 0px -1px;
}
/*　進行状態・ロードの状態を表示する部分　*/
.audiojs .scrubber {
  background: #5a5a5a;
  width: 40%;
  height: 10px;
  margin: 15px 5px 5px 10px;
}
/*　進行状態を表示するバーの部分　*/
.audiojs .progress {
  height: 10px;
  width: 0px;
  background: #ccc;
}
/*　ロード状態を表示するバーの部分　*/
.audiojs .loaded {
  height: 10px;
  background: #000;
}
/*　再生時間の部分　*/
.audiojs .time {
  float: left;
  width: 38%;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-shadow: none;
  box-sizing: border-box;
  text-align: center;
}
.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #000;
  font-style: normal;
}
.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}
/*　再生している曲の情報　*/
.track-details {
  clear: both;
  height: 20px;
  width: 280px;
  padding: 1px 6px;
  background: #eee;
  color: #222;
  font-size: 11px;
  line-height: 20px;
}
.track-details:before {
  content: '♬  Now Playing: ';
}
.sns {
  padding-bottom: 160px;
}
.sns .youtube {
  width: 855px;
  margin: 200px auto 0;
  position: relative;
}
.sns .youtube:before {
  content: "";
  background: url(../img/top/img_youtube.png) center top no-repeat;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -70px;
}
.sns .btn.yt {
  width: 535px;
  margin: 40px auto 0;
  position: relative;
}
.sns .btn.yt:before {
  content: "";
  background: url(../img/top/icon_youtube.png) center center no-repeat;
  width: 43px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 20px;
  cursor: pointer;
}
.sns .btn.yt a {
  height: 80px;
  display: block;
  border: 2px solid #ff4f75;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ff4f75;
  line-height: 80px;
  box-sizing: border-box;
}
.sns .btn.yt a:before {
  content: "";
  background: #ff4f75;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
.sns .btn.yt a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #FFF;
  transform: rotateZ(45deg);
  z-index: 2;
}
.sns .btn.yt a:hover {
  opacity: 0.8;
}
.sns ul {
  margin-top: 190px;
  display: block;
  letter-spacing: -.4em;
  text-align: center;
}
.sns ul>li {
  width: 460px;
  height: 720px;
  border: 1px solid #9e9e9e;
  display: inline-block;
  vertical-align: top;
  position: relative;
  letter-spacing: normal;
}
.sns ul>li:before {
  content: "";
  background: center top no-repeat;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -70px;
}
.sns ul li.facebook:before {
  background-image: url(../img/top/img_facebook.png);
}
.sns ul li.insta:before {
  background-image: url(../img/top/img_insta.png);
}
.sns ul>li+li {
  margin-left: 60px;
}
.sns ul li .fb-page {
  width: 100%;
}
.sns ul li .fb-page > span, .sns ul li iframe {
  width: 100% !important;
}
.sns ul li.insta .instagram_k {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sns ul li.insta .instagram_k>li {
  width: 48%;
  height: auto;
  border: none;
}
.sns ul li.insta .instagram_k>li:before {
  display: none;
}
.sns ul li.insta .instagram_k>li+li {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
.tripArea {
  margin: 20px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.tripArea .bnrArea.short-box {
  width: 100%;
  margin: 20px auto;
}
.tripArea ul li {
  width: 100%;
  display: block;
}
.tripArea ul li+li {
  margin: 20px 0 0 0;
}
.audiojs {
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.sns {
  padding: 0 15px 100px;
}
.sns .youtube:before {
  background-size: contain;
  width: 100px;
  height: 100px;
  top: -120px;
  margin-left: -50px;
}
.sns .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sns .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sns .btn.yt {
  width: 100%;
  margin: 20px auto 0;
}
.sns .btn.yt a {
  padding: 10px 0;
  height: auto;
  line-height: 1.3;
  font-size: 14px;
}
.sns .btn.yt a:before {
  display: none;
}
.sns .btn.yt a:after {
  border-color: #ff4f75;
}
.sns ul {
  margin-top: 160px;
}
.sns ul li {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  position: relative;
}
.sns ul li:before {
  background-size: contain;
  width: 100px;
  height: 100px;
  top: -120px;
  margin-left: -50px;
}
.sns ul li+li {
  margin: 120px 0 0 0;
}
.sns ul li.insta .instagram_k>li+li {
  margin: 0;
}
}
/*-----------------------------------
180717追加
-----------------------------------*/
.comcept-wrap .comcept_list {
  padding-top: 90px;
  text-align: left;
}
.comcept-wrap .comcept_list li {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.comcept-wrap .comcept_list li a .fig {
  height: 220px;
  overflow: hidden;
}
.comcept-wrap .comcept_list.press li a .comcept_info_name {
  text-align: left;
}
.comcept-wrap .comcept_list li+li {
  margin-left: 20px;
}
.comcept-wrap .comcept_list li:nth-child(4n+1) {
  margin-left: 0;
}
.comcept-wrap .comcept_list .comcept_info_name {
  color: #5E3727;
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'ipaexm', serif;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 10px 0;
}
.comcept-wrap .comcept_list .comcept_info_name span {
  font-size: 16px;
}
.school {
  margin-bottom: 20px;
}
.shop-wrap .comcept-wrap .comcept_list {
  padding-top: 0px;
  text-align: left;
}
.shop-wrap .comcept-wrap .comcept_list {
  margin-left: 2%;
}
.shop-wrap .comcept-wrap .comcept_list li {
  width: 215px;
  text-align: center;
  margin-top: 20px;
  border: solid 1px #5E3727;
}
.shop-wrap .comcept-wrap .comcept_list li:nth-child(4n+1) {
  margin-left: 0px;
}
.shop-wrap h3 {
  display: block;
  color: #A59B5E;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 20px 0;
}

@media screen and (max-width: 640px) {
.comcept-wrap .comcept_list {
  padding-top: 10px;
}
.shop-wrap .comcept-wrap .comcept_list {
  padding-top: 0px;
}
.comcept-wrap .comcept_list li {
  width: 47%;
}
.shop-wrap .comcept-wrap .comcept_list li {
  width: 47%;
  min-height: 175px;
}
.comcept-wrap .comcept_list li+li {
  margin-left: 5px;
}
.shop-wrap {
  padding: 10px;
  box-sizing: border-box;
}
.shop-wrap .comcept-wrap .comcept_list li {
  margin-left: 0 !important;
}
.shop-wrap .comcept-wrap .comcept_list li+li {
  margin-left: 10px !important;
}
.shop-wrap .comcept-wrap .comcept_list li:nth-child(2n+1) {
  margin-left: 0px !important;
}
.shop-wrap .comcept-wrap .comcept_list {
  margin-left: 0;
}
.comcept-wrap .comcept_list li a .fig {
  height: 180px;
}
.comcept-wrap .comcept_list .comcept_info_name span {
  font-size: 14px;
}
}

#staff .staff-wrap .staff_list li {
    background: #FFF;
    /* box-shadow: 10px 10px 0 0 #6855A4; */
    padding: 0px 0px !important; 
    box-sizing: border-box;
    position: relative;
}
.befoaf li{max-width: 23%;}
@media screen and (max-width: 640px){
.midashi {
  
    margin-top: 30px;
}
.befoaf li{height:300px; }
#staff {
    margin-top: 50px;
    padding-bottom: 80px;
}
#staff .staff-wrap {
    width: 100%;
    margin: 40px auto 20px;
    top: 20px;
}}
.syousaiarea{display:none;}



.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}



.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 640px){
#staff .staff-wrap .staff_list .staff_info_name {
    background: #FFFF00;
    width: 70%;
    height: auto;
    padding: 0px 0;
    text-align: center;
       font-family: inherit;
    position: absolute;
    color: #000;
    font-size: 30px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
#staff .btnArea {
    width: 90%;
    bottom: 0px !important;
}
}

@media screen and (min-width: 640px){.zoumoushi .img_area img {
    padding-top: 20%;
    padding-left: 15%;
    width: 70% !important;
}
.graycol{ background: #e4e4e4 !important; padding-top: 20px;}


}

.zoumoushi .img_area{height: 300px !important;}
.zoumoushi .img_area img{width: 70% !important;}
.zoumoushi .staff_info_name{font-size:18px !important;} 

.inner2{  font-size: 13px;
    color: #e24b96;
    /* border: solid 1px; */
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: underline;}
