@charset "utf-8";

body {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP",
    "Hiragino Mincho Pro", "Avenir", "Helvetica Neue", "Helvetica", "Arial",
    "Hiragino Sans", serif;
  font-weight: normal;
  color: #4d4d4d;
  letter-spacing: 0.05em;
  /*合字解除*/
  font-variant-ligatures: none;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 auto;
  font-size: 1rem;
}
span {
  display: block;
  font-size: 1rem;
}
ul,
li {
  list-style: none;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
a {
  text-decoration: none;
  color: #000;
}
dl {
  margin: initial;
}
h1 {
  font: inherit;
  margin: 0;
  font-weight: normal;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  /*margin-bottom:100px;*/
}
/* コンセプト
-----------------------------*/
.concept_title {
  text-align: center;
  margin-bottom: 50px;
}
.concept_title h1 {
  font-size: 27px;
  letter-spacing: 0.12em;
  margin-bottom: -0.2em;
  /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
  font-weight: normal;
}
.concept_title small {
  font-size: 16px;
  /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
}
.concept_txt_title {
  margin-top: 50px;
}
.concept_txt_title h2 {
  margin: 0 18px 50px;
  font-size: 24px;
  letter-spacing: 0.09em;
  font-weight: normal;
  /*font-family: "Yu Mincho";*/
}
.c_text {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2097%20165%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23c7c6c6%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2263%22%20x2%3D%2297%22%20y2%3D%2263%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2248%22%20x2%3D%2248%22%20y2%3D%22165%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E),
    url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2097%20165%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23c7c6c6%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2297%22%20y1%3D%22102%22%20y2%3D%22102%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2249%22%20y1%3D%22165%22%20x2%3D%2249%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: top left 3%, bottom 0% right 3%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 90px;
}
.concept_txt_title {
  display: flex;
  justify-content: center;
}
.c_explain {
  font-size: 17px;
  padding-bottom: 70px;
  letter-spacing: 0.19em;
  line-height: 1.8em;
  padding-left: 50px;
  padding-right: 50px;
}
section .concept_area {
  margin: 0 auto;
}
.btn_restaurant {
  position: absolute;
  right: 90px;
  /*top: 300px;*/
  text-align: right;
  /*background-color: #fff;*/
}
.btn_restaurant p {
  padding-bottom: 0;
}
.btn_restaurant p a {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
}
.btn_restaurant .btnarrow-vm {
  visibility: hidden;
}
/* コンセプト END
-----------------------------*/
.btn {
  position: absolute;
  right: 90px;
  text-align: right;
}
.btn p a {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
}
.btn-news {
  text-align: right;
  margin-bottom: 30px;
  margin-right: 40px;
}
.btn-news p a {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
}
.btnarrow {
  position: relative;
  display: inline-block;
  padding: 0 57px;
  color: #b61f26;
  text-decoration: none;
  outline: none;
  padding: 0.5em 5em 0.5em 0;
}
.btnarrow::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 23%;
  width: 58%;
  height: 1px;
  background: #b61f26;
  transition: all 0.4s;
  border-radius: 30px;
}
.btnarrow::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #b61f26;
  transform: rotate(35deg);
  transition: all 0.4s;
  border-radius: 30px;
}
.btnarrow:hover::before{
  left: 30%;
}
.btnarrow:hover::after{
  right: 10%;
}
.btn:hover .btnarrow::before{
  left: 30%;
}
.btn:hover .btnarrow::after{
  right: 10%;
}  
.btn-news:hover .btnarrow::before{
  left: 30%;
}
.btn-news:hover .btnarrow::after{
  right: 10%;
}

/* ニュース
-----------------------------*/
.news_title {
  margin: 40px 0px 0 30px;
}
.news_title h1 {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.09em;
  margin-bottom: 2px;
  /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
  font-weight: normal;
  margin-bottom: -10px;
}
.news_title small {
  font-size: 16px;
  color: #fff;
  /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
}
/*#new dl div:not(:nth-child(4)):not(:last-child):not(:nth-child(5)) {
    border-bottom: 1px solid #c9c9c9;
}*/
/*#new dl div:not(:nth-child(5)) {
    padding: 1.7em;
    font-family: 'Kozuka Gothic Pr6N';*/
/*}*/
#new {
  display: flex;
}
#new dl {
  padding: 0px 20px;
  height: 300px;
}
#new dl .news-b {
  text-align: right;
  margin: 10px;
}
#new dl .news-vm {
  font-size: 24px;
  /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
}
#new dt {
  float: left;
  width: 9em;
  letter-spacing: 0.1em;
}
#new dd {
  padding-left: 9em;
  margin-bottom: 30px;
}
#new dd a {
  font-size: 17px;
}
/*ニュース左 赤色ボックス*/
#re-box .adjust-box {
  margin-right: 3em;
  float: left;
  position: relative;
  width: 33%;
  height: 170px;
  background-color: #1d2088;
  margin-left: 20px;
}
#re-box .box-1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#re-box .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*ニュース左 赤色ボックス END*/
/* ニュース END
-----------------------------*/

@media screen and (max-width: 1200px) {
  .inner {
    max-width: 830px;
  }
  #re-box .adjust-box {
    margin-left: 40px;
    margin-right: 20px;
  }
  /* コンセプト
-----------------------------*/
  .c_text {
    max-width: 800px;
  }
  .concept_txt_title {
    position: relative;
    max-width: 500px;
    height: 150px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .concept_txt_title h2 {
    margin: initial;
    font-weight: normal;
  }
  .concept_txt_title h2:nth-of-type(1) {
    position: absolute;
    left: 30px;
    display: block;
  }
  .concept_txt_title h2:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    white-space: nowrap;
  }
  .concept_txt_title h2:nth-of-type(3) {
    position: absolute;
    right: 30px;
    bottom: 0px;
  }
  /*#new dl div:not(:nth-child(5)) {
    padding: 1.3em;*/
  /*font-family: 'Kozuka Gothic Pr6N';*/
  /*}*/
}
/* コンセプト END
-----------------------------*/
@media screen and (max-width: 1200px) {
  #re-box .adjust-box {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .main_image_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .concept_area {
    margin-bottom: 150px;
    /*margin-top:80px;*/
    /*width: 100%;*/
  }
  #new {
    margin-right: 40px;
  }
  /*.news-top-p {
    margin-top:50px;
}*/
}
@media screen and (min-width: 769px) {
  .news_title_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main_image_sp {
    margin-bottom: 70px;
    background: url(../img/mainvisual_sp.png) center center / cover no-repeat;
    height: 100vh;
    /*position: relative;*/
  }
  .catch_sp_img {
    width: 100%;
  }
  .catch {
    width: 95% !important;
  }
  .btnarrow {
    position: relative;
    display: inline-block;
    padding: 0 57px;
    color: #b61f26;
    text-decoration: none;
    outline: none;
    padding: 0.5em 5em 0.5em 0;
  }
  .btnarrow::after {
    right: 21px;
  }
  .btnarrow:hover::before {
    left: 30%;
  }
  .btnarrow:hover::after {
    right: 10%;
  }
  .btn-news:hover .btnarrow::before{
    left: 30%;
  }
  .btn-news:hover .btnarrow::after{
    right: 10%;
  }
  .c_explain {
    padding-bottom: 60px;
  }
  .c_text {
    background-position: top left 3%, bottom 8% right 3%;
  }
  .inner {
    /*margin-bottom: 130px;*/
    max-width: 650px;
  }
  .concept_title {
    margin-bottom: 30px;
  }
  .concept_title h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.1em;
  }
  .concept_title small {
    font-size: 16px;
    color: #666666;
  }
  .concept_txt {
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2097%20165%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23c7c6c6%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%2263%22%20x2%3D%2297%22%20y2%3D%2263%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2248%22%20x2%3D%2248%22%20y2%3D%22165%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"),
      url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2097%20165%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23c7c6c6%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2297%22%20y1%3D%22102%22%20y2%3D%22102%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2249%22%20y1%3D%22165%22%20x2%3D%2249%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: top left, bottom 41% right 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 90px 90px;
  }
  .concept_txt h2 {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .concept_txt h2:nth-of-type(1) {
    text-align: left;
    margin-left: 60px;
  }
  .concept_txt h2:nth-of-type(2) {
    text-align: center;
  }
  .concept_txt h2:nth-of-type(3) {
    text-align: right;
  }
  .concept_txt p {
    display: block;
    text-align: center;
    line-height: 1.8;
  }
  .concept_txt p:nth-of-type(1) {
    padding-bottom: 100px;
  }
  .btn {
    visibility: hidden;
  }
  .news_title_sp {
    margin-bottom: 30px;
  }
  .news_title_sp h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.1em;
    /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
  }
  .news_title_sp {
    font-size: 16px;
    text-align: center;
    color: #666666;
    /*font-family: 'Kozuka Gothic Pr6N', '小塚ゴシック Pr6N', sans-serif;*/
    margin-top: 80px;
  }
  .news_title_sp small {
    font-size: 16px;
  }
  #re-box .adjust-box {
    display: none;
  }
  #new {
    display: initial;
  }
  .main_image_pc {
    display: none;
  }
  .main_image_sp_second {
    display: block;
    margin-bottom: 100px;
  }
  .main_image_sp_first img {
    width: 100%;
  }
  .main_image_sp_second img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  #new dl .btn-news {
    display: none;
  }
  #new dd {
    padding-left: initial;
  }
  #new dt {
    float: initial;
  }
}
@media screen and (max-width: 600px) {
  .concept_txt_title h2 {
    font-size: 1.4rem;
  }
  .c_text {
    background-size: 75px 75px;
  }
  .concept_txt_title h2:nth-of-type(1) {
    left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    margin-bottom: 50px;
  }
  .btn p a {
    padding-top: 0px;
  }
  .btn p .view-r {
    font-size: 20px;
    margin-right: -15px;
    margin-left: 15px;
  }
  .concept_txt_title h2:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
  .concept_txt_title h2:nth-of-type(3) {
    right: initial;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
  .concept_txt_title {
    height: 150px;
    max-width: 350px;
  }
  .concept_txt_title h2 {
    font-size: 1.3rem;
  }
  .concept_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .concept_title h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.1em;
  }
  .concept_title small {
    font-size: 16px;
    color: #666666;
  }
  .concept_txt {
    text-align: center;
    margin-bottom: 100px;
    width: 100%;
  }
  .btn {
    display: block;
    text-align: center;
    margin: 0 30px;
    margin-bottom: 80px;
  }
  #new dl .news-vm {
    /*font-size:20px;*/
    margin-right: -15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 400px) {
  .br-sp3 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .concept_txt_title {
    height: 150px;
    position: relative;
  }
  .concept_txt_title h2:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
  .concept_txt_title h2:nth-of-type(3) {
    right: initial;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 330px) {
  /*.inner {
    margin-bottom: 200px;
}*/
}

@media screen and (min-width: 1151px) {
  .bd-bottom {
    width: 650px;
    /*border-bottom: 1px solid #c9c9c9;
    margin-bottom: 30px;*/
  }
}
/*@media screen and (max-width: 1200px) {
    .bd-bottom {
        width: 480px;
    }
}*/
/*@media screen and (max-width: 767px) {
.bd-bottom {
    width: 500px;
    border-bottom: 1px solid #c9c9c9;
}
}*/
.bd-bottom {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
}
/*@media screen and (max-width: 768px) {
#new dl div {
    border-bottom: 1px solid #c9c9c9;
}
#new dd{
    margin-bottom:initial;
}
}*/
@media screen and (max-width: 768px) {
  .sp-mv-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .img-size {
    height: 40vh;
    margin-bottom: 25vh;
  }
  .shop_mv {
    display: none;
  }
  .shop_mv_sp {
    background: url(../shop/syunsai/img/main_sp.png) center center / cover
      no-repeat;
    height: 100vh;
    margin-bottom: 70px;
  }
  .type {
    width: 100%;
    height: 100vh;
  }

  .type a {
    display: inline-block;
    position: absolute;
    left: 48vw;
    bottom: 0;
    z-index: 2;
    padding: 0px 0px 53px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
  }

  #type01 a::after {
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }

  .type a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 0.2px;
    height: 50px;
    background: #fff;
  }

  .type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }
  @keyframes sdl01 {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }

    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }

    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }

    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .shop_mv {
    display: none;
  }
  .shop_mv_sp {
    background: url(../shop/chinmaya/img/main_sp.png) center center / cover
      no-repeat;
    height: 100vh;
  }
  .bd-bottom {
    border-bottom: initial;
  }
  #new dl div:not(:nth-child(4)):not(:last-child):not(:nth-child(5)) {
    border-bottom: 1px solid #c9c9c9;
  }
  .news-top-p {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .br-sp2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .space-pc-concept {
    display: none;
  }
}
/*span {
        display:initial;
}*/
@media screen and (max-width: 768px) {
  .concept_ex {
    margin: 16px auto;
    text-align: center;
    display: block;
    font-size: 16px;
    padding-bottom: 70px;
    letter-spacing: 0.19em;
    line-height: 1.8em;
    padding-left: 50px;
    padding-right: 50px;
  }
  .concept_ex .concept_ex_text {
    text-align: left;
    display: inline-block;
  }
}
.concept_ex {
  font-size: 17px;
  padding-bottom: 70px;
  letter-spacing: 0.19em;
  line-height: 1.8em;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 769px) {
  .btn2 p a {
    display: none;
  }
}
.btn2 p a {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
}
.btn-news2 {
  text-align: center;
  margin-bottom: 30px;
}
.btn-news2 p a {
  font-size: 24px;
  letter-spacing: 0.02em;
  font-family: "Kozuka Gothic Pr6N", "小塚ゴシック Pr6N", sans-serif;
}
@media screen and (min-width: 769px) {
  .btn-news2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .type {
    display: none;
  }
}
