@charset "UTF-8";

/* .m-container
---------------------------------------------------------------------------- */
.m-container {

}

.m-content {
  max-width: 1005px;
  margin: 0 auto;
  padding: 0 30px;
}

.m-page-container {
    padding: 130px 0;
}


.waves {
    width: 100%;
    height: 100%;
    background: url("../../images/common/wave_top.png") repeat-x;
    background-size: contain;
    animation: waves_w_move 5s linear infinite;
    transform-origin: 0% 0%;
}

.waves_bottom {
    width: 100%;
    height: 100%;
    background: url("../../images/common/wave_bottom.png") repeat-x;
    background-size: contain;
    animation: waves_w_move 5s linear infinite;
    transform-origin: 0% 0%;
}

@keyframes waves_w_move {
    0% {
        background-position: 0 0;
        transform: translate(0,10px)
    }

    50% {
        background-position: 398px 0;
        transform: translate(0,0)
    }

    100% {
        background-position: 796px 0;
        transform: translate(0,10px)
    }
}


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

  .m-content {
    padding: 0 20px;
  }

  .m-page-container {
    padding: 90px 0 60px;
  }

}


/* .m-tab
---------------------------------------------------------------------------- */
.tab-group{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.tab{
  flex-grow: 1;
  padding:5px;
  list-style:none;
  border: solid 1px #E08812;
  background: #fff;
  text-align:center;
  cursor:pointer;
  color: #E08812;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 12px;
  line-height: 1;
  max-width: 300px;
  width: 30%;
  min-height: 52px;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
  padding: 16px 0;
}

.tab.is-active{
  background: #E08812;
  color:#FFF;
  transition: all 0.2s ease-out;
}

.panel{
  display:none;
}

.panel.is-show{
  display:block;
}

@media screen and (max-width: 980px){
  .tab-group {
    max-width: 720px;
    margin: 60px auto 0;
  }

  .tab {
    min-height: auto;
    margin: 0 1%;
  }

}

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

  .tab-group {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .tab {
    max-width: inherit;
      width: 100%;
      min-height: auto;
      padding: 0px;
      padding: 10px 0;
      margin: 0 0 5px;
  }

}


/* タイトル系
---------------------------------------------------------------------------- */
.m-head {
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.m-page-head {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #5E341B;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.m-sub-head {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.11em;
    padding-bottom: 10px;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

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

  .m-sub-head {
    font-size: 2.5rem;
    padding-bottom: 5px;
  }

  .m-sub-lead {
      font-size: 1.6rem;
  }
}



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


/* ボタン系
---------------------------------------------------------------------------- */
.m-button {
    display: inline-block;
    text-align: center;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.m-button a {
    display: block;
    min-width: 157px;
    background: #D7851B;
    border: solid 2px #D7851B;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.11em;
    padding: 5px 30px;
    position: relative;
    line-height: 1;
    border-radius: 20px;
    transition: .3s;
}

.m-button a::before {
  position: absolute;
  content: "";
  right: 14px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}

@media screen and (min-width: 768px){

  .m-button a:hover {
    background: #fff;
    color: #D7851B;
  }

  .m-button a:hover::before {
    border-top: 1px solid #D7851B;
    border-right: 1px solid #D7851B;
  }
}


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


/* パーツ系
---------------------------------------------------------------------------- */

.m-en {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.m-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1;
}

.m-shop-schedule {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3E3A39;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.m-shop-schedule small {
  font-size: 1.4rem;
}

.m-shop-head {
    margin-bottom: 30px;
}

.m-shop-2col {
    display: flex;
    justify-content: space-between;
}

.m-shop-img {
    max-width: 444px;
    width: 47%;
}

.m-shop-content {
    max-width: 460px;
    width: 49%;
}

.m-shop-content .m-button {
  margin-top: 10px;
}

.m-shop-img figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-top: 10px;
    color: #3E3A39;
}

.m-shop-3col {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.m-shop-catch {
    font-size: 18px;
    font-size: 1.8rem;
    color: #E08812;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
}

.m-shop-3colImg {
    max-width: 250px;
    width: 27%;
}

.m-shop-3colImg figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    color: #3E3A39;
}

.m-page-txt {
  padding-bottom: 50px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.11em;
    line-height: 1.8;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.m-movie {
    max-width: 820px;
    margin: 0 auto;
}

.m-movie p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 30px;
}

.m-movie-content {
  position: relative;
  width: 100%;
    height: 460px;
    background: #fff;
    border: solid 1px #231815;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

.m-movie-content video {
  width: 100%;
}

.m-movie-content iframe {
    width: 100%;
    height: 100%;
}

.m-2col-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}

.m-2col-block {
    max-width: 464px;
}

.m-2col-img {
  width: 50%;
    max-width: 520px;
    margin-right: 40px;
}


.m-balloon {
    display: block;
}

.m-2col-block .m-balloon {
    margin-bottom: 20px;
}

.m-sub-lead {
    color: #E08812;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
}

.m-2col-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 80px;
}

.m-vertical {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 390px;
}

.m-vertical .m-sub-lead {
    padding: 0 10px 0 30px;
}

.m-vertical p {
    letter-spacing: 0.05em;
}

.m-page-vertical {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
}

.m-horizontal {
    max-width: 520px;
    width: calc(100% - 260px);
    position: relative;
    padding: 25px 0 0;
}

.m-horizontal:before {
    height: 520px;
    position: absolute;
    content: "";
    background: #EFE8DF;
    border-radius: 30px;
    width: 630px;
    z-index: -1;
    top: -25px;
    left: 60px;
}

.m-horizontal-img {
    margin-bottom: 45px;
}

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

  .m-shop-schedule {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .m-shop-schedule small {
    display: block;
      font-size: 1.2rem;
  }

  .m-shop-img figcaption {
      font-size: 1.4rem;
  }

  .m-shop-3colImg {
    width: 31%;
  }

  .m-shop-3colImg figcaption {
    font-size: 1.4rem;
  }

  .m-lead {
    font-size: 1.4rem;
    line-height: 2;
  }

  .m-page-txt {
    font-size: 1.5rem;
    padding-bottom: 30px;
  }

  .m-movie p {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }

  .m-movie {
      max-width: 650px;
  }

  .m-movie-content {
    height: 360px;
  }

  .m-2col-img {
    width: 45%;
    margin-right: 3%;
  }

  .m-2col-block {
      width: 50%;
  }

  .m-2col-block .m-balloon {
      margin-bottom: 10px;
  }

}

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

  .m-shop-2col {
    flex-wrap: wrap;
  }

  .m-shop-img {
      width: 100%;
      margin: 0 auto 30px;
  }

  .m-shop-content {
      width: 100%;
      margin: 0 auto;
  }

  .m-shop-3col {
    width: 250px;
      display: block;
      margin: 30px auto 0!important;
  }

  .m-shop-3colImg {
      width: 100%;
      margin: 0 auto;
  }

  .m-2col-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .m-2col-img {
      margin: 0 auto 20px;
      width: 100%;
  }

  .m-2col-block {
      width: 100%;
      margin: 0 auto;
  }

  .m-2col-flex {
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  .m-page-vertical {
      flex-wrap: wrap;
  }

  .m-vertical {
      width: 100%;
      writing-mode: inherit;
    height: auto;
  }

  .m-vertical .m-sub-lead {
    padding: 0 0 20px;
  }

  .m-horizontal {
      width: 100%;
      padding: 0;
      margin: 40px auto 0;
  }

  .m-horizontal-img {
      margin-bottom: 20px;
  }

  .m-horizontal:before {
    width: 100%;
    height: 380px;
  }

  .m-movie-content {
    height: 200px;
    border-radius: 20px;
  }

  .m-movie-content video {
    width: 100%;
    border-radius: 20px;
  }

  .m-shop-schedule small {
    display: inline;
      font-size: 1.2rem;
  }

  .m-shop-head {
    margin-bottom: 20px;
    text-align: center;
  }

}


/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.m-pageNavi {
    clear: both;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.m-pageNavi a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 1;
  padding: 4px 0;
  color: #E08812;
  background-color: #fff;
  border: 2px solid #E08812;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.m-pageNavi a:hover {
    background-color: #E08812;
    color: #fff;
}
.m-pageNavi .current {
  display: inline-block;
  line-height: 1;
    padding: 6px 0;
  vertical-align: middle;
  height: 34px;
  width: 34px;
    margin: 0 3px;
    background-color: #E08812;
    border-radius: 50%;
    color: #fff;
}

a.next {
    padding: 4px 0 0 3px;
}

a.prev {
    padding: 4px 3px 0 0;
}

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

@charset "UTF-8";

#news .p-category-list {
    max-width: 850px;
    margin: 50px auto 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#news .p-category-list li {
    text-align: center;
    position: relative;
    width: 33.3%;
    min-height: 42px;
}

#news .p-category-list li::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 1px;
  background: #A78171;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}

#news .p-category-list li:last-child::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 1px;
  background: #A78171;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

#news .p-category-list li a {
  display: block;
  width: calc(100% - 5px);
  margin: 0 auto;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #3E3A39;
  text-decoration: none;
  padding: 7px 0;
  transition: .3s;
}

#news .p-category-list li a.is-current {
  background: #EFE8DF;
}

#news .p-archive {
    padding-bottom: 30px;
}

#news .p-archive-post a {
    text-decoration: none;
    color: #3E3A39;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 20px;
    border-top: solid 1px #A78171;
    transition: .3s;
}

#news .p-archive-post:last-child a {
    border-bottom: solid 1px #A78171;
}

#news .p-category {
    display: inline-block;
    width: 130px;
    border: solid 1px #E08812;
    height: 28px;
    border-radius: 40px;
    text-align: center;
    color: #E08812;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px 0;
}

#news .p-category.is-event {
    display: inline-block;
    width: 130px;
    background: #E08812;
    height: 28px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 7px 0;
}

#news .p-archive-date {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 20px;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

#news .p-archive-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    width: calc(100% - 250px);
}

#news .p-archive-top {
    width: 250px;
}


#news .p-single-content {
    max-width: 674px;
    width: calc(100% - 250px);
}

#news .p-single {
    display: flex;
    justify-content: space-between;
    color: #3E3A39;
    margin: 60px auto 0;
}

#news .p-sidebar {
    width: 210px;
}

#news .p-single-head {
    background: #EFE8DF;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    min-height: 42px;
    padding: 8px 20px!important;
    margin-bottom: 10px;
}

#news .p-single-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 50px;
}

#news .p-single-date {
    color: #595757;
    font-size: 13px;
    font-size: 1.3rem;
}

#news .p-single-content h3,
#news .p-single-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 20px 5px;
    border-bottom: solid 3px #E08812;
    margin-bottom: 20px;
}

#news .p-single-content h4,
#news .p-single-content h5 {
  position: relative;
  padding-left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
}

#news .p-single-content h4::before,
#news .p-single-content h5::before {
  position: absolute;
  content: "";
  background: #E08812;
  width: 16px;
  height: 3px;
  border-radius: 2px;
  left: 0;
  top: 10px;
}

#news .p-single-content p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 30px;
}

#news .p-sidebar-block dt {
    min-height: 77px;
    background: #EFE8DF;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 24px 20px;
    border-bottom: dotted 1px #A78171;
}

#news .p-sidebar-block dd {
    border-bottom: dotted 1px #A78171;
}

#news .p-sidebar-block dd a {
  display: block;
    color: #231815;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 19px;
    font-size: 1.9rem;
    transition: .3s;
}

#news .p-sidebar-list li {
  border-bottom: dotted 1px #A78171;
}

#news .p-single-pager {
    position: relative;
}

#news a.p-single-back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3E3A39;
    text-decoration: none;
    padding-left: 12px;
}

#news a.p-single-back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3E3A39;
  border-left: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#news .p-pager-prev a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3E3A39;
  text-decoration: none;
  padding-left: 12px;
  float: left;
  position: relative;
}

#news .p-pager-prev a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #3E3A39;
  border-left: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#news .p-pager-next a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3E3A39;
  text-decoration: none;
  padding-right: 12px;
  float: right;
  position: relative;
}

#news .p-pager-next a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#news .p-sns {
    text-align: center;
    margin: 100px auto 20px;
    font-size: 0;
}

#news .p-sns li {
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    margin: 0 5px;
}

#news .p-sns li a {
    display: block;
    transition: .3s;
}

@media screen and (min-width: 768px){

  #news .p-category-list li a:hover {
    background: #EFE8DF;
  }

  #news .p-archive-post a:hover {
    background: rgba(255, 255, 255, .5);
  }

  #news .p-sidebar-block dd a:hover {
      background: rgba(255, 255, 255, .5);
  }

  #news .p-single-pager a:hover {
    text-decoration: underline;
  }

  #news .p-sns li a:hover {
    opacity: .8;
  }

}


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


}

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

  #news .p-category-list {
    display: none;
  }

  #news .p-category-toggle {
      max-width: 294px;
      margin: 20px auto 30px;
      text-align: center;
      font-size: 19px;
      font-size: 1.9rem;
      font-weight: bold;
  }

  #news .p-category-toggle dt {
    position: relative;
      background: #EFE8DF;
      color: #3E3A39;
      padding: 5px 0;
  }

  #news .p-category-toggle dt::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 14px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #3E3A39;
    border-right: 2px solid #3E3A39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #news .p-category-toggle dt.is-open {
    background: #C8A783;
    color: #fff;
  }

  #news .p-category-toggle dt.is-open::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #news .p-category-toggle dd {
    display: none;
      background: #fff;
  }

  #news .p-category-sp li {
      border-bottom: solid 1px #A78171;
  }

  #news .p-category-sp li:last-child {
      border: none;
  }

  #news .p-category-sp li a {
      font-size: 19px;
      font-size: 1.9rem;
      text-decoration: none;
      color: #3E3A39;
      padding: 7px 0;
      display: block;
  }

  #news .p-archive-post a {
      display: block;
      height: auto;
  }

  #news .p-archive-top {
      width: 100%;
  }

  #news .p-archive-ttl {
      width: 100%;
      padding-top: 10px;
  }

  #news .p-single {
    display: block;
    margin: 40px auto 0;
  }

  #news .p-sidebar {
    margin: 0 auto;
    width: 90%;
  }

  #news .p-single-content {
    margin: 0 auto 30px;
      width: 100%;
  }

  #news .p-single-head {
      font-size: 1.8rem;
      min-height: auto;
      padding: 5px 10px!important;
      margin-bottom: 5px;
  }

  #news .p-single-info {
      margin: 0 auto 30px;
  }

  #news .p-sns {
      margin: 30px auto 20px;
  }

}
