@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes blurAnime {
  from {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blurAnime {
  from {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 768px) {
  .top_cmn_heading {
    font-size: 40px;
  }
}

.parallax {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body {
  background-color: #000;
  background-image: url(../images/bg_stripe.png), -webkit-gradient(linear, left top, left bottom, from(#323232), color-stop(50%, #323232), to(#000));
  background-image: url(../images/bg_stripe.png), linear-gradient(to bottom, #323232 0%, #323232 50%, #000 100%);
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100vh;
}

.page_head {
  position: relative;
  height: 36.60236vw;
}
.page_head:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #000;
  opacity: .5;
  z-index: 1;
}
.page_head h2 {
  color: #C9A063;
  font-family: "Parisienne", sans-serif;
  font-size: 50px;
  position: absolute;
  z-index: 2;
  left: 75%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
.page_head h2 img {
  vertical-align: middle;
  margin-left: 6px;
}
.page_head .wrap_page_head {
  position: absolute;
  right: 0;
  top: 0;
  left: 10vw;
  width: 90vw;
  height: 100%;
  z-index: 0;
}
#concept .page_head .wrap_page_head {
  background: url("../images/concept/kv.jpg") no-repeat;
  background-size: cover;
}
#blog .page_head .wrap_page_head {
  background: url("../images/blog/kv.jpg") no-repeat;
  background-size: cover;
}
#item .page_head .wrap_page_head {
  background: url("../images/item/kv.jpg") no-repeat;
  background-size: cover;
}
#service .page_head .wrap_page_head {
  background: url("../images/service/kv.jpg") no-repeat;
  background-size: cover;
}
#menu .page_head .wrap_page_head {
  background: url("../images/menu/kv.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page_head {
    height: 50vw;
  }
  .page_head h2 {
    font-size: 32px;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 50%;
    text-align: center;
  }
  .page_head h2 img {
    margin-left: 6px;
    width: 30px;
  }
  .page_head .wrap_page_head {
    left: 0;
    width: 100%;
  }
}

/*----------------------------------------------------
	#secConcept
----------------------------------------------------*/
#secConcept {
  z-index: 2;
  position: relative;
}
#secConcept .wrap_concept {
  position: relative;
}
#secConcept .wrap_concept:before {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34.041vw;
  position: absolute;
  background-image: linear-gradient(-45deg, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
}
#secConcept .concept_box {
  position: relative;
  padding: 10vw 0 60px 10vw;
}
#secConcept .concept_box .concept_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#secConcept .concept_box .concept_figure figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#secConcept .concept_box .concept_label {
  width: 34.041vw;
  color: #fff;
  padding: 15px 30px;
}
#secConcept .concept_box .concept_label .eng {
  font-family: "Parisienne", sans-serif;
  color: #C9A063;
  font-size: 24px;
  line-height: 1.4;
}
#secConcept .concept_box .concept_label .eng span {
  display: block;
}
#secConcept .concept_box .concept_label .eng .owner_name {
  color: #fff;
  font-size: 36px;
  display: inline-block;
}
#secConcept .concept_box .concept_label .jpn {
  color: #C9A063;
}
#secConcept .concept_box .concept_label .jpn .owner_name {
  color: #fff;
}
#secConcept .concept_box .concept_text {
  width: 51.24451vw;
}
#secConcept .concept_box .concept_text h3 {
  color: #C9A063;
  font-size: 21px;
  margin-top: 24px;
  margin-bottom: 20px;
}
#secConcept .concept_box .concept_text p {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #secConcept .concept_box .concept_figure {
    display: block;
  }
  #secConcept .concept_box .concept_label {
    width: 100%;
    padding: 15px 30px;
  }
  #secConcept .concept_box .concept_label .eng {
    font-size: 24px;
  }
  #secConcept .concept_box .concept_label .eng span {
    font-size: 16px;
  }
  #secConcept .concept_box .concept_label .eng .owner_name {
    font-size: 24px;
  }
  #secConcept .concept_box .concept_text {
    background-color: #000;
    width: 100%;
    padding: 30px 5vw 40px 0;
  }
  #secConcept .concept_box .concept_text h3 {
    margin-top: 0;
  }
}
#secConcept .eng {
  font-family: "Parisienne", sans-serif;
}

/*----------------------------------------------------
	SERVICE
----------------------------------------------------*/
#secService {
  z-index: 2;
  position: relative;
}
#secService .wrap_service {
  position: relative;
  padding-top: 30px;
}
#secService .wrap_service:after {
  content: "";
  height: 64px;
  background: #000;
  display: block;
  margin-top: 40px;
  z-index: 2;
}
#secService .wrap_service:before {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 64px;
  width: 50%;
  position: absolute;
  background-image: -webkit-gradient(linear, right top, left top, from(#AA7E34), color-stop(25%, #AA7E34), color-stop(50%, #B69051), color-stop(75%, #BE9C64), to(#C1A16B));
  background-image: linear-gradient(to left, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
}
#secService .service_box {
  position: relative;
  padding: 60px 0;
}
#secService .service_box .service_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #000), to(#000));
  background-image: linear-gradient(to right, transparent, transparent 50%, #000 50%, #000 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#secService .service_box .service_figure figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10vw;
}
@media only screen and (max-width: 768px) {
  #secService .service_box {
    padding: 30px 0;
  }
  #secService .service_box .service_figure {
    display: block;
  }
}
#secService .service_box .service_label {
  width: 50%;
  color: #fff;
  padding: 15px 30px 15px 55px;
}
#secService .service_box .service_label .service_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#secService .service_box .service_label .service_head .service_no {
  background: url(../images/service/service_point.png?v2) no-repeat center top;
  background-size: 100% auto;
  color: #C9A063;
  font-size: 63px;
  font-family: "Parisienne", sans-serif;
  padding-top: 48px;
  line-height: 1;
  padding-right: 10px;
  display: block;
  width: 130px;
  text-align: center;
  margin-right: 30px;
}
#secService .service_box .service_label .service_head h3 {
  color: #C9A063;
  font-size: 21px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#secService .service_box .service_label p {
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  #secService .service_box .service_label {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  #secService .service_box .service_label .service_head .service_no {
    background: url(../images/index/service_point@2x.png) no-repeat center top;
    font-size: 48px;
    margin-right: 20px;
    width: 90px;
    padding-top: 30px;
  }
  #secService .service_box .service_label .service_head h3 {
    font-size: 18px;
  }
}
#secService .service_box .concept_text {
  width: 51.24451vw;
}
#secService .service_box .concept_text h3 {
  color: #C9A063;
  font-size: 21px;
  margin-top: 24px;
  margin-bottom: 20px;
}
#secService .service_box .concept_text p {
  font-size: 14px;
  color: #fff;
}
#secService .eng {
  font-family: "Parisienne", sans-serif;
}

/*----------------------------------------------------
	Menu
----------------------------------------------------*/
.menu_contents {
  padding-left: 10vw;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .menu_contents {
    padding-left: 0;
  }
}
.menu_contents:after {
  content: "";
  height: 64px;
  background: #000;
  display: block;
  margin-top: 40px;
  z-index: 2;
}
.menu_contents .menu_wrap {
  background-image: -webkit-gradient(linear, right top, left top, from(#AA7E34), color-stop(25%, #AA7E34), color-stop(50%, #B69051), color-stop(75%, #BE9C64), to(#C1A16B));
  background-image: linear-gradient(to left, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
  padding: 3.66032vw 10vw 2.19619vw 3.66032vw;
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_wrap {
    padding: 32px 0;
  }
}
.menu_contents .inner {
  max-width: 820px;
}
.menu_contents .menu_heading {
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: .2em;
  overflow: hidden;
  margin-bottom: 50px;
}
.menu_contents .menu_heading span {
  position: relative;
}
.menu_contents .menu_heading span:before, .menu_contents .menu_heading span:after {
  position: absolute;
  top: calc(50% - 8px);
  content: "";
  height: 16px;
  display: block;
  width: 432px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-50deg, transparent, transparent 7px, black 7px, black 13px);
}
.menu_contents .menu_heading span:before {
  left: 0;
  -webkit-transform: translateX(-104%);
          transform: translateX(-104%);
}
.menu_contents .menu_heading span:after {
  right: 0;
  -webkit-transform: translateX(104%);
          transform: translateX(104%);
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .menu_contents .menu_heading span:before, .menu_contents .menu_heading span:after {
    top: calc(50% - 4px);
    height: 8px;
    width: 432px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(-50deg, transparent, transparent 4px, black 4px, black 8px);
  }
}
.menu_contents .menu_sub_heading {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: .2em;
  overflow: hidden;
  margin-bottom: 20px;
}
.menu_contents .menu_sub_heading:nth-of-type(2) {
  margin-top: 50px;
}
.menu_contents .menu_sub_heading span {
  position: relative;
}
.menu_contents .menu_sub_heading span:after {
  position: absolute;
  top: calc(50% - 8px);
  content: "";
  height: 16px;
  display: block;
  width: 325px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-50deg, transparent, transparent 7px, black 7px, black 13px);
}
.menu_contents .menu_sub_heading span:after {
  right: 0;
  -webkit-transform: translateX(104%);
          transform: translateX(104%);
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_sub_heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .menu_contents .menu_sub_heading span:after {
    top: calc(50% - 4px);
    height: 8px;
    width: 632px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(-50deg, transparent, transparent 4px, black 4px, black 8px);
  }
}
.menu_contents .course_wrap {
  margin-bottom: 40px;
}
.menu_contents .course_wrap .course_blk {
  border: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_contents .course_wrap .course_blk + .course_blk {
  margin-top: 20px;
}
.menu_contents .course_wrap .course_blk .course_head {
  background-color: #000;
  text-align: center;
  padding: 21px 0 5px;
  width: 190px;
}
.menu_contents .course_wrap .course_blk h4 .eng {
  color: #C9A063;
  font-family: "Parisienne", sans-serif;
  font-size: 24px;
  display: block;
  line-height: 1;
}
.menu_contents .course_wrap .course_blk h4 .jpn {
  color: #fff;
  font-size: 14px;
}
.menu_contents .course_wrap .course_blk .course_price {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #C9A063;
}
.menu_contents .course_wrap .course_blk .course_cnt {
  padding: 5px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.menu_contents .course_wrap .course_blk .course_cnt h5 {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: .2px;
}
.menu_contents .course_wrap .course_blk .course_cnt h5.dots {
  position: relative;
  padding-left: 1rem;
  text-indent: 0;
}
.menu_contents .course_wrap .course_blk .course_cnt h5.dots span {
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0,0;
          transform-origin: 0,0;
  display: block;
}
.menu_contents .course_wrap .course_blk .course_cnt p {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .menu_contents .course_wrap {
    margin-bottom: 32px;
  }
  .menu_contents .course_wrap .course_blk {
    border: 4px solid #000;
    display: block;
  }
  .menu_contents .course_wrap .course_blk .course_head {
    padding: 15px 0 12px;
    width: 100%;
  }
  .menu_contents .course_wrap .course_blk .course_cnt {
    padding: 15px;
  }
}
.menu_contents .menu_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 2px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_contents .menu_head h4 {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1;
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_head {
    display: block;
  }
  .menu_contents .menu_head h4 {
    font-size: 20px;
    width: auto;
    margin-bottom: 8px;
  }
  .menu_contents .menu_head p {
    font-size: 11px;
    line-height: 1.4;
  }
}
.menu_contents .cut_menu {
  margin-bottom: 40px;
}
.menu_contents .cut_menu .cut_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 16px 0 20px;
}
.menu_contents .cut_menu .cut_wrap .cut_price {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
}
@media only screen and (max-width: 768px) {
  .menu_contents .cut_menu {
    margin-bottom: 32px;
  }
  .menu_contents .cut_menu .cut_wrap {
    display: block;
    font-size: 16px;
    padding: 10px 0;
  }
  .menu_contents .cut_menu .cut_wrap .cut_price {
    font-size: 24px;
    margin-left: 20px;
  }
}
.menu_contents .menu_blk {
  margin-top: 48px;
}
.menu_contents .menu_blk .menu_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.menu_contents .menu_blk .menu_list li .menu_label {
  font-size: 17px;
  text-indent: -1em;
  margin-left: 1em;
  display: inline-block;
  width: 204px;
  line-height: 1.2;
}
.menu_contents .menu_blk .menu_list li .menu_label.other_label {
  width: 150px;
}
.menu_contents .menu_blk .menu_list li .menu_label:before {
  content: "◆";
  font-size: 10px;
  padding-right: 2px;
}
.menu_contents .menu_blk .menu_list li .menu_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.menu_contents .menu_blk .menu_list li .menu_text.other_text {
  padding-right: 0;
}
.menu_contents .menu_blk .menu_list li .menu_price {
  margin-left: auto;
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.menu_contents .menu_blk .menu_list li .note {
  width: 100%;
  text-align: right;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.menu_contents .menu_blk .menu_list.perm_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000;
}
.menu_contents .menu_blk .menu_list.perm_list li {
  border-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu_contents .menu_blk .menu_list.perm_list li + li {
  margin-left: 8%;
}
.menu_contents .menu_blk .menu_list.perm_list li .menu_label {
  width: auto;
}
.menu_contents .menu_blk .menu_list.perm_list li .menu_price {
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_blk {
    margin-top: 32px;
  }
  .menu_contents .menu_blk .menu_list li {
    display: block;
  }
  .menu_contents .menu_blk .menu_list li .menu_label {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    width: 100%;
  }
  .menu_contents .menu_blk .menu_list li .menu_text {
    padding-right: 0;
    font-size: 11px;
  }
  .menu_contents .menu_blk .menu_list li .menu_price {
    display: block;
    text-align: right;
    font-size: 24px;
  }
  .menu_contents .menu_blk .menu_list li .note {
    font-size: 11px;
  }
  .menu_contents .menu_blk .menu_list.perm_list {
    display: block;
  }
  .menu_contents .menu_blk .menu_list.perm_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_contents .menu_blk .menu_list.perm_list li:first-of-type {
    padding-bottom: 0;
  }
  .menu_contents .menu_blk .menu_list.perm_list li + li {
    padding-top: 0;
  }
  .menu_contents .menu_blk .menu_list.perm_list li .menu_label {
    margin-bottom: 0;
  }
  .menu_contents .menu_blk .menu_list.perm_list li .menu_price {
    margin-left: auto;
  }
}
.menu_contents .menu_text_btm {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_text_btm {
    font-size: 11px;
  }
}
.menu_contents .menu_cancel_wrap {
  padding: 0 10vw 2.19619vw 3.66032vw;
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_cancel_wrap {
    padding: 0;
  }
}
.menu_contents .menu_cancel_wrap .inner {
  max-width: 820px;
}
.menu_contents .menu_cancel_wrap .inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 0;
  color: #fff;
}
.menu_contents .menu_cancel_wrap .inner div .menu_cancel_label {
  font-size: 16px;
  text-indent: -1em;
  margin-left: 1em;
  display: inline-block;
  width: 150px;
  letter-spacing: -.4px;
}
.menu_contents .menu_cancel_wrap .inner div .menu_cancel_label:before {
  content: "◆";
  font-size: 10px;
  padding-right: 2px;
}
.menu_contents .menu_cancel_wrap .inner div .menu_cancel_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
@media only screen and (max-width: 768px) {
  .menu_contents .menu_cancel_wrap .inner div {
    display: block;
  }
  .menu_contents .menu_cancel_wrap .inner div .menu_cancel_label {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    width: 100%;
  }
  .menu_contents .menu_cancel_wrap .inner div .menu_cancel_text {
    padding-right: 0;
    font-size: 11px;
  }
}

/*----------------------------------------------------
	Item
----------------------------------------------------*/
.item_contents {
  padding-left: 10vw;
  padding-top: 40px;
  position: relative;
}
.item_contents:after {
  content: "";
  height: 64px;
  background: #000;
  display: block;
  margin-top: 40px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .item_contents {
    padding-left: 0;
  }
  .item_contents:after {
    height: 32px;
    margin-top: 0;
  }
}
.item_contents .list_snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.item_contents .list_snip li {
  margin-right: 24px;
}
.item_contents .list_snip li:last-of-type {
  margin-right: 0;
}
.item_contents .list_snip li a {
  font-size: 12px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
.item_contents .list_snip li.current a {
  color: #C9A063;
}
@media only screen and (max-width: 768px) {
  .item_contents .list_snip {
    padding: 0 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.item_contents .wrap_item_list {
  background-image: -webkit-gradient(linear, right top, left top, from(#AA7E34), color-stop(25%, #AA7E34), color-stop(50%, #B69051), color-stop(75%, #BE9C64), to(#C1A16B));
  background-image: linear-gradient(to left, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
  padding: 3.66032vw 10vw 3.66032vw 3.66032vw;
}
.item_contents .wrap_item_list .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.item_contents .wrap_item_list .grid .grid-item {
  width: calc((100% - 50px)/4);
  margin-bottom: 10px;
  color: #fff;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .grid .grid-item {
    width: 49%;
    margin-right: 0;
  }
}
.item_contents .wrap_item_list .grid .grid-item.animated {
  -webkit-animation: fadeinup2 0.7s ease-in 0s 1 forwards;
  animation: fadeinup2 0.7s ease-in 0s 1 forwards;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(8) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(9) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.item_contents .wrap_item_list .grid .grid-item:nth-of-type(10) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.item_contents .wrap_item_list .shop_ph {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  display: block;
  background: #000;
  opacity: 1;
}
.item_contents .wrap_item_list .shop_ph img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.item_contents .wrap_item_list .shop_ph figcaption {
  background: url("../images/more.png") no-repeat center;
  background-size: 51px auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  left: 50%;
  width: 100%;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  font-size: 12px;
}
.item_contents .wrap_item_list .shop_ph:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .4;
}
.item_contents .wrap_item_list .shop_ph:hover figcaption {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.item_contents .wrap_item_list .shop_ph a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.item_contents .wrap_item_list .wrap_item_contents {
  max-width: 800px;
  margin: 0 auto;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail_text {
  background-color: #000;
  color: #fff;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail_text .item_cat {
  color: #C9A063;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  width: 18%;
  text-align: center;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail_text .item_name {
  font-size: 14px;
  padding: 0 10px;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail_text .item_price {
  font-size: 14px;
  padding-right: 30px;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail_text .item_text {
  font-size: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail_text p:nth-of-type(2) {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .wrap_item_contents .item_detail_text {
    display: block;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .item_contents .wrap_item_list .wrap_item_contents .item_detail_text .item_text {
    font-size: 11px;
    width: 100%;
  }
  .item_contents .wrap_item_list .wrap_item_contents .item_detail_text p:nth-of-type(2) {
    width: 100%;
  }
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-item figure {
  width: 100%;
  padding-top: 75%;
  display: block;
  position: relative;
  overflow: hidden;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-nav .slider-item {
  padding: 6px;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-nav .slider-item figure {
  padding-top: 100%;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .item_contents .wrap_item_list .wrap_item_contents .item_detail .ph_detail .slider-nav .slider-item {
    padding: 2px;
  }
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-prev::before,
.item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-next::before {
  background-image: none;
  border: 5px solid transparent;
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  padding: 0;
  width: 0;
  height: 0;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-prev::before {
  border-right: 7px solid #000;
  left: 0;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-next {
  right: -20px;
  margin-right: -20px;
}
.item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-next::before {
  border-left: 7px solid #000;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-prev {
    left: -20px;
  }
  .item_contents .wrap_item_list .wrap_item_contents .item_detail .slick-next {
    margin-right: 0;
    right: -20px;
  }
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .wrap_item_contents .wrap_btn {
    margin-top: 32px;
  }
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li {
  width: 33%;
  max-width: 150px;
  border: 1px solid #000;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-family: 'Aldrich', sans-serif;
  color: #fff;
  font-size: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#000));
  background-image: linear-gradient(to bottom, #3c3c3c, #000);
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_prev span, .item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_next span {
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_prev span:before, .item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_next span:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  top: calc(50% - 5px);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_prev span, .item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_next span {
    padding: 0 24px;
  }
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_prev span:before {
  border-right: 7px solid #fff;
  left: 0;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a.btn_next span:before {
  border-left: 7px solid #fff;
  right: 0;
}
.item_contents .wrap_item_list .wrap_item_contents .wrap_btn .page_control li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(to bottom, #000, #000);
}
@media only screen and (max-width: 768px) {
  .item_contents .wrap_item_list {
    display: block;
    padding: 24px 5%;
  }
}

/*----------------------------------------------------
	Blog
----------------------------------------------------*/
.blog_contents {
  padding-left: 10vw;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .blog_contents {
    padding-left: 0;
  }
}
.blog_contents:after {
  content: "";
  height: 64px;
  background: #000;
  display: block;
  margin-top: 40px;
  z-index: 2;
}
.blog_contents .list_snip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog_contents .list_snip li {
  margin-right: 24px;
}
.blog_contents .list_snip li:last-of-type {
  margin-right: 0;
}
.blog_contents .list_snip li a {
  font-size: 12px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}
.blog_contents .list_snip li.current a {
  color: #C9A063;
}
@media only screen and (max-width: 768px) {
  .blog_contents .list_snip {
    padding: 0 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog_contents .wrap_blog_list {
  background-image: -webkit-gradient(linear, right top, left top, from(#AA7E34), color-stop(25%, #AA7E34), color-stop(50%, #B69051), color-stop(75%, #BE9C64), to(#C1A16B));
  background-image: linear-gradient(to left, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
  padding: 3.66032vw 10vw 3.66032vw 3.66032vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog_contents .wrap_blog_list .left_contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2%;
}
.blog_contents .wrap_blog_list .right_contents {
  width: 168px;
}
.blog_contents .wrap_blog_list .right_contents h4 {
  font-size: 10px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: 'Aldrich', sans-serif;
  letter-spacing: .2rem;
  padding: 4px;
}
.blog_contents .wrap_blog_list .right_contents ul {
  padding: 16px;
}
.blog_contents .wrap_blog_list .right_contents ul li {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .blog_contents .wrap_blog_list {
    display: block;
    padding: 24px 5%;
  }
  .blog_contents .wrap_blog_list .left_contents {
    padding: 0;
  }
  .blog_contents .wrap_blog_list .right_contents {
    width: 100%;
    margin-top: 40px;
  }
  .blog_contents .wrap_blog_list .right_contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_contents .wrap_blog_list .right_contents ul li {
    width: 50%;
  }
}
.blog_contents .blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_contents .blog_list li {
  width: 30%;
  margin-bottom: 50px;
  margin-right: 3%;
  background-color: #3e3a39;
  position: relative;
  overflow: hidden;
}
.blog_contents .blog_list.animated {
  opacity: 1;
}
.blog_contents .blog_list.animated li {
  opacity: 0;
}
.blog_contents .blog_list.animated li:nth-of-type(1) {
  -webkit-animation: fadeinup 1s ease-in 0s 1 forwards;
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(2) {
  -webkit-animation: fadeinup 1s ease-in 0.3s 1 forwards;
  animation: fadeinup 1s ease-in 0.3s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(3) {
  -webkit-animation: fadeinup 1s ease-in 0.6s 1 forwards;
  animation: fadeinup 1s ease-in 0.6s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(4) {
  -webkit-animation: fadeinup 1s ease-in 0.9s 1 forwards;
  animation: fadeinup 1s ease-in 0.9s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(5) {
  -webkit-animation: fadeinup 1s ease-in 1.2s 1 forwards;
  animation: fadeinup 1s ease-in 1.2s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(6) {
  -webkit-animation: fadeinup 1s ease-in 1.5s 1 forwards;
  animation: fadeinup 1s ease-in 1.5s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(7) {
  -webkit-animation: fadeinup 1s ease-in 1.8s 1 forwards;
  animation: fadeinup 1s ease-in 1.8s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(8) {
  -webkit-animation: fadeinup 1s ease-in 2.1s 1 forwards;
  animation: fadeinup 1s ease-in 2.1s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(9) {
  -webkit-animation: fadeinup 1s ease-in 2.4s 1 forwards;
  animation: fadeinup 1s ease-in 2.4s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(10) {
  -webkit-animation: fadeinup 1s ease-in 2.7s 1 forwards;
  animation: fadeinup 1s ease-in 2.7s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(11) {
  -webkit-animation: fadeinup 1s ease-in 3s 1 forwards;
  animation: fadeinup 1s ease-in 3s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(12) {
  -webkit-animation: fadeinup 1s ease-in 3.3s 1 forwards;
  animation: fadeinup 1s ease-in 3.3s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(13) {
  -webkit-animation: fadeinup 1s ease-in 3.6s 1 forwards;
  animation: fadeinup 1s ease-in 3.6s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(14) {
  -webkit-animation: fadeinup 1s ease-in 3.9s 1 forwards;
  animation: fadeinup 1s ease-in 3.9s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(15) {
  -webkit-animation: fadeinup 1s ease-in 4.2s 1 forwards;
  animation: fadeinup 1s ease-in 4.2s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(16) {
  -webkit-animation: fadeinup 1s ease-in 4.5s 1 forwards;
  animation: fadeinup 1s ease-in 4.5s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(17) {
  -webkit-animation: fadeinup 1s ease-in 4.8s 1 forwards;
  animation: fadeinup 1s ease-in 4.8s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(18) {
  -webkit-animation: fadeinup 1s ease-in 5.1s 1 forwards;
  animation: fadeinup 1s ease-in 5.1s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(19) {
  -webkit-animation: fadeinup 1s ease-in 5.4s 1 forwards;
  animation: fadeinup 1s ease-in 5.4s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(20) {
  -webkit-animation: fadeinup 1s ease-in 5.7s 1 forwards;
  animation: fadeinup 1s ease-in 5.7s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(21) {
  -webkit-animation: fadeinup 1s ease-in 6s 1 forwards;
  animation: fadeinup 1s ease-in 6s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(22) {
  -webkit-animation: fadeinup 1s ease-in 6.3s 1 forwards;
  animation: fadeinup 1s ease-in 6.3s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(23) {
  -webkit-animation: fadeinup 1s ease-in 6.6s 1 forwards;
  animation: fadeinup 1s ease-in 6.6s 1 forwards;
}
.blog_contents .blog_list.animated li:nth-of-type(24) {
  -webkit-animation: fadeinup 1s ease-in 6.9s 1 forwards;
  animation: fadeinup 1s ease-in 6.9s 1 forwards;
}
@media only screen and (max-width: 768px) {
  .blog_contents .blog_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_contents .blog_list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 24px;
  }
  .blog_contents .blog_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.blog_contents .blog_list .blog_ph {
  background-color: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 70.58824% 0 0;
  display: block;
  opacity: 1;
}
.blog_contents .blog_list .blog_ph img {
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.blog_contents .blog_list .blog_ph:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
}
.blog_contents .blog_list .blog_ph figcaption {
  color: #fff;
  font-family: 'Aldrich', sans-serif;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.blog_contents .blog_list .blog_ph figcaption:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 50%;
  bottom: -20px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.blog_contents .blog_list .blog_ph:hover:before {
  opacity: 1;
}
.blog_contents .blog_list .blog_ph:hover figcaption {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.blog_contents .blog_list .blog_ph a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.blog_contents .blog_list .blog_txt {
  color: #fff;
  padding: 10px 15px 36px;
  position: relative;
  overflow: hidden;
}
.blog_contents .blog_list .blog_data {
  background: url(../images/line_stripe.png) repeat-x bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_contents .blog_list .blog_data .blog_cate {
  color: #C9A063;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  margin-right: auto;
}
.blog_contents .blog_list .blog_data .blog_no {
  font-size: 10px;
  font-family: 'Aldrich', sans-serif;
}
.blog_contents .blog_list .blog_data time {
  font-size: 12px;
  width: 100%;
}
.blog_contents .wrap_read_more {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog_contents .wrap_read_more .read_more {
  font-family: 'Aldrich', sans-serif;
  font-size: 10px;
  text-align: right;
  display: block;
  color: #C9A063;
  padding: 10px 12px 10px 8px;
}

.blog_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_detail .blog_media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.blog_detail .blog_media img {
  width: 100%;
}
.blog_detail .blog_media img + img {
  margin-top: 10px;
}
.blog_detail .blog_text_contents {
  width: 35%;
  min-width: 250px;
  color: #fff;
  background-color: #3c3c3c;
}
.blog_detail .blog_text_contents .blog_head {
  background-color: #000;
  padding: 20px;
}
.blog_detail .blog_text_contents .blog_head .blog_data {
  position: relative;
  padding-top: 10px;
}
.blog_detail .blog_text_contents .blog_head .blog_data .blog_no {
  font-size: 10px;
  right: 0;
  position: absolute;
  top: 0;
  font-family: 'Aldrich', sans-serif;
}
.blog_detail .blog_text_contents .blog_head .blog_data .blog_cate {
  color: #C9A063;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  margin-right: 10px;
}
.blog_detail .blog_text_contents .blog_head .blog_data time {
  font-size: 10px;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.blog_detail .blog_text_contents .blog_head h3 {
  font-size: 14px;
}
.blog_detail .blog_text_contents .blog_text {
  padding: 20px;
}
.blog_detail .blog_text_contents .blog_text p {
  font-size: 12px;
}
.blog_detail .wrap_btn {
  width: 100%;
  margin-top: 28px;
}
.blog_detail .wrap_btn .page_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog_detail .wrap_btn .page_control li {
  width: 33%;
  max-width: 150px;
  border: 1px solid #000;
}
.blog_detail .wrap_btn .page_control li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog_detail .wrap_btn .page_control li:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog_detail .wrap_btn .page_control li a {
  display: block;
  text-align: center;
  padding: 8px 12px;
  font-family: 'Aldrich', sans-serif;
  color: #fff;
  font-size: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#000));
  background-image: linear-gradient(to bottom, #3c3c3c, #000);
}
.blog_detail .wrap_btn .page_control li a.btn_prev span, .blog_detail .wrap_btn .page_control li a.btn_next span {
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
.blog_detail .wrap_btn .page_control li a.btn_prev span:before, .blog_detail .wrap_btn .page_control li a.btn_next span:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  top: calc(50% - 5px);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .blog_detail .wrap_btn .page_control li a.btn_prev span, .blog_detail .wrap_btn .page_control li a.btn_next span {
    padding: 0 24px;
  }
}
.blog_detail .wrap_btn .page_control li a.btn_prev span:before {
  border-right: 7px solid #fff;
  left: 0;
}
.blog_detail .wrap_btn .page_control li a.btn_next span:before {
  border-left: 7px solid #fff;
  right: 0;
}
.blog_detail .wrap_btn .page_control li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(to bottom, #000, #000);
}
@media only screen and (max-width: 768px) {
  .blog_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_detail .blog_media {
    margin-right: 0;
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog_detail .blog_text_contents {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blog_detail .wrap_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}

#contact .contact_contents .contact_info .contact_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact_contents .contact_info .contact_inner .contact_form {
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  #contact .contact_contents .contact_info .contact_inner .contact_form {
    width: 100%;
  }
}
