@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
/*------------------------------------------------------------------------

1.Foundation

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

/* reset
---------------------------------------------------------- */
html, body, div, /*span,*/ applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  vertical-align: bottom;
  max-width: 100%;
}
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/* font
---------------------------------------------------------- */
html {
  font-size: 62.5%; /*1.6rem = 16px*/
}

body {
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
  line-height: 1.6;
  background: #131313;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.04rem;
  word-break: break-all;
}
@media screen and (max-width: 767px){
  body {
    font-size: 1.3rem;
  }
}

/* common
---------------------------------------------------------- */
a {
  color: #fff;
  transition: all .3s;
  text-decoration: none;
}
a:hover img {
  transition: all .3s;
}
@media screen and (min-width: 768px){
  a:hover {
    color: #b56f6f;
  }
  a:hover img {
    opacity: .7;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}
button {
  cursor: pointer;
}


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

2.Layout

------------------------------------------------------------------------*/
body:not(.sub-page) {
  padding-right: 120px;
}
@media screen and (max-width: 1024px){
  body:not(.sub-page) {
    padding-right: 0;
  }
}


/* menu
---------------------------------------------------------- */

.drawer-nav {
  width: 500px;
  background: #090909;
  color: #fff;
  text-align: center;
}
.drawer--right .drawer-nav {
  right: -380px;
  padding: 6vh 0 0;
}
.drawer-hamburger {
  width: 40px;
  padding: 0;
  right: 40px !important;
  top: 36px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #fff;
}
.l-menu .drawer-hamburger {
  color: #fff;
}
.l-menu .drawer-hamburger .btn-txt {
  line-height: 1;
  display: block;
  margin: 20px 0 0;
  letter-spacing: .04em;
  font-size: 1.2rem;
}
.l-menu__nav {
  margin: 0 auto;
  padding: 5vh 0;
  width: 236px;
  background: url(../img/bg_dot.png) repeat-x left bottom;
  background-size: auto 2px;
  opacity: 0;
}
.l-menu__nav a {
  padding: 1.6vh 37px 1.6vh 0;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: .4em;
}
.l-menu__nav a::before {
  content: "";
  width: 13px;
  height: 17px;
  background: url(../img/ico_petal.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 24px 0 0;
  opacity: 0;
  transition: all .3s;
}
.l-menu__info {
  margin-top: 6vh;
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0;
}
.l-menu__info__time {
  margin-top: 24px;
}

.l-menu__cta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #6a1818;
}
.l-menu__cta a {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2rem;
  align-content: center;
}
.l-menu__cta a::after {
  content: '';
  background: url(../img/ico_arrow_r.png) no-repeat center;
  background-size: contain;
  height: 12px;
  margin: 1.5rem 0 0;
  transition: all .3s;
}
.l-menu__cta b {
  text-indent: .24em;
  letter-spacing: .24em;
}
.l-menu__cta span {
  font-size: 1.1rem;
}

/*下層ページナビ*/
.sub-page .drawer-nav {
  height: 240px;
}
.sub-page .l-menu__cta {
  bottom: auto;
  top: 120px;
}

/*open時*/
.drawer-open .drawer-nav {
  height: 100vh;
}
.drawer-open .l-menu__nav,
.drawer-open .l-menu__info {
  opacity: 1;
}
.drawer-open .l-menu__cta {
  top: auto;
  bottom: 0;
}
.drawer-open .l-menu__cta a {
  width: 100%;
}
.drawer-open .l-menu__cta b {
  text-indent: .4em;
  letter-spacing: .4em;
}
.drawer-open .l-menu__cta br {
  display: none;
}

@media screen and (max-height: 834px){
  .drawer--right .drawer-nav {
    padding: 0;
  }
}

@media screen and (min-width: 768px){
  .l-menu__nav a:hover::before {
    opacity: 1;
  }
  .l-menu__cta a:hover {
    background: rgba(255,255,255,.1);
  }
  .l-menu__cta a:hover::after {
    background-image: url(../img/ico_arrow_r_on.png);
  }
}

@media screen and (max-width: 1024px){
  .drawer--top .drawer-nav {
    height: 100%;
    top: calc(-100% + 70px);
    padding: 70px 20px 0;
  }
  .drawer-hamburger {
    width: 30px;
    right: auto !important;
    left: 20px;
    top: 16px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: 3px;
  }
  .drawer-hamburger-icon:after {
    top: 11px;
  }
  .drawer-hamburger-icon:before {
    top: -11px;
  }
  .l-menu .drawer-hamburger .btn-txt {
    margin: 16px 0 0;
    font-size: 1.1rem;
    white-space: nowrap;
  }

  .l-menu__nav {
    width: 100%;
    padding: 40px 0;
  }
  .l-menu__nav a {
    padding: 7px 0;
    font-size: 1.6rem;
  }
  .l-menu__nav a::before {
    display: none;
  }
  .l-menu__info {
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .l-menu__info__time {
    margin-top: 20px;
  }
  .l-menu__cta {
    width: 70px;
  }

  .l-menu__cta a {
    width: 70px;
    height: 70px;
    font-size: 1.1rem;
    line-height: 1.2
  }
  .l-menu__cta a::after {
    display: none;
  }
  .l-menu__cta b {
    text-indent: 0;
    letter-spacing: 0;
  }
  .l-menu__cta span {
    font-size: .7rem;
    margin: 4px 0 0;
  }

  /*下層ページナビ*/

  .sub-page .drawer-nav {
    height: 100%;
  }
  .sub-page .l-menu__cta {
    bottom: 0;
    top: auto;
  }
  /*open時*/
  .drawer-open .drawer-nav {
    height: 100vh;
  }
  .drawer-open .l-menu__cta {
    width: 100%;
  }
  .drawer-open .l-menu__cta a {
    height: 100px;
    font-size: 1.5rem;
  }

  @media screen and (max-height: 659px){
    .l-menu__nav {
      padding: 20px 0;
    }
    .l-menu__info {
      margin-top: 20px;
    }
    .l-menu__info__time {
      margin-top: 12px;
    }
    .drawer-open .l-menu__cta a {
      height: 70px;
    }
  }

}


/* footer
---------------------------------------------------------- */
.l-footer {
  text-align: center;
  font-size: 1.2rem;
  padding: 25px 0;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px){
  .l-footer {
    padding: 20px 0;
    margin: 25px 0 0;
  }
}


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

3.Object

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

/*------------------------------------------------------------------------
3-i.Component
------------------------------------------------------------------------*/

.c-tit1 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .24em;
  text-align: center;
  margin: 0 0 60px;
}
.c-tit1 span {
  display: block;
  font-size: 1.4rem;
  margin: 10px 0 0;
  font-weight: normal;
}
.c-tit1-s {
  font-size: 2rem;
}
.c-tit1-s span {
  margin: 5px 0 0;
}
.c-tit1.colona_icon{
  width: 50%;
  margin: 40px auto;
}

@media screen and (max-width: 767px){
  .c-tit1 {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
  .c-tit1 span {
    font-size: 1.1rem;
    margin: 5px 0 0;
  }
  .c-tit1-s {
    font-size: 1.6rem;
  }
  .c-tit1-s span {
    margin: 0;
  }
  .c-tit1.colona_icon{
    width: 70%;
    margin: 40px auto;
  }

}


.c-sec-padding {
  padding: 90px 0;
}
.c-sec-bg {
  background: rgba(255,255,255,.06);
}
.c-sec-bg_top {
  background-color: #333333;
}
.c-sec-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px){
  .c-sec-padding {
    padding: 40px 0;
  }
}


/*------------------------------------------------------------------------
3-ii.Project
------------------------------------------------------------------------*/

/*p-mv*/
.p-mv {
  position: relative;
}
.p-mv-slide__item{
  background: no-repeat center;
  background-size: cover;
  height: 100vh;
}
.p-mv-slide__tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.p-mv-slide__scroll {
  position: absolute;
  top: calc(50% + 135px);
  left: 50%;
  transform: translate(-50%,0);
}
.p-mv-slide__scroll a {
  position: relative;
  font-size: 2rem;
}
.p-mv-slide__scroll a::after {
  content: '';
  background: url(../img/ico_arrow_d.png) no-repeat center bottom;
  background-size: contain;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  transition: all .3s;
}

@media screen and (min-width: 768px){
  .p-mv-slide__scroll a:hover::after {
    background-image: url(../img/ico_arrow_d_on.png);
  }
}

@media screen and (max-width: 767px){
  .p-mv-slide__tit img {
    width: 132px;
  }
  .p-mv-slide__scroll {
    top: auto;
    bottom: 37px;
  }
  .p-mv-slide__scroll a {
    font-size: 1.4rem;
  }
  .p-mv-slide__scroll a::after {
    width: 12px;
    height: 10px;
  }
}


/*p-notice*/
.p-notice {
  letter-spacing: .1em;
  padding-left: 20px;
  padding-right: 20px;
}
.p-notice h2 {
  font-size: 2rem;
}

@media screen and (max-width: 767px){
  .p-notice h2 {
    font-size: 1.6rem;
  }
}


/*p-news-list*/
.p-news-list {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 80px;
}
.p-news-list li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #404040;
  margin-bottom: 30px;
}
.p-news-list li:last-child {
  margin: 0;
}
.p-news-list__date {
  flex: 0 0 auto;
  margin: 0 50px 0 0;
  letter-spacing: .14em !important;
}
.p-news-list__txt {
  letter-spacing: .14em;
}
.p-news-list font {
  min-width: 70px;
}

@media screen and (max-width: 767px){
  .p-news-list {
    width: auto;
    padding: 0 20px;
  }
  .p-news-list__date {
    margin: 0 20px 0 0;
  }
}


/*p-feature*/
.p-feature-link {
  display: flex;
  max-width: 800px;
  margin: auto;
  justify-content: space-between;
}
.p-feature-link a {
  margin: 0;
  min-width: 33%;
  background: no-repeat left center;
  position: relative;
}
.p-feature-link a span {
  padding-left: 28px;
}
.p-feature-link a::before {
  content: "";
  width: 17px;
  height: 21px;
  background: url(../img/ico_petal.png) no-repeat;
/*  position: absolute;
  top: 4px;
  left: 0;*/
  opacity: 0;
  transition: all .3s;

  display: inline-block;
  padding-right: 16px;
}

@media screen and (min-width: 768px){
  .p-feature-link a:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px){
  .p-feature-link {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-feature-link a {
    width: 50%;
    min-width: inherit;
    margin: 0 0 30px;
  }
  .p-feature-link a span{
    padding-left: 0;
  }
  .p-feature-link a::before {
    display: none;
  }
  .p-feature-link a:active::before {
    opacity: 1;
    color: #b56f6f;
  }
  a:active {
    color: #b56f6f;
 }

}


/*p-top-menu*/
.p-top-menu-block {
  position: relative;
  margin: 0 0 90px;
  display: block;
  transition: none;
}
.p-top-menu-block:last-of-type {
  margin: 0;
}
.p-top-menu-block__img {
  width: calc(50vw - 60px);
  min-width: 540px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}
.p-top-menu-block__img span{
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: all .3s;
}
.p-top-menu-block__img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #b56f6f;
  transition: all .2s;
}
.p-top-menu-block-in {
  width: 1000px;
  margin: -320px auto 0;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.p-top-menu-block__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 540px;
  height: 380px;
  margin: 0 0 0 auto;
  position: relative;
}
.p-top-menu-block__txt::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transition: all .3s;
}

.p-top-menu-block__txt .c-tit1 > b{
  letter-spacing: .18em;
  transition: all .3s;
}
.p-top-menu-block__txt .c-tit1 .u-en {
  transition: all .3s;
}
.p-top-menu-block__desc {
  letter-spacing: .18em;
  transition: all .3s;
}
.p-top-menu-block__link {
  margin: 60px 0 0;
  letter-spacing: .18em;
  color: #838383;
  padding: 0 60px;
  position: relative;
  transition: all .3s;
}
.p-top-menu-block__link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 6px;
  height: 13px;
  background: url(../img/ico_arrow_r_gray.png) no-repeat center;
  background-size: contain;
}
.p-top-menu-block:nth-child(odd) .p-top-menu-block__img {
  margin-left: auto;
}
.p-top-menu-block:nth-child(odd) .p-top-menu-block__txt {
  margin: 0 auto 0 0;
}

@media screen and (min-width: 768px){
  .p-top-menu-block:hover .p-top-menu-block__img span {
    transform: scale(1.1);
  }
  .p-top-menu-block:hover .p-top-menu-block__img::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 10px solid #b56f6f;
    background: rgba(181,111,111,.4);
  }
  .p-top-menu-block:hover .p-top-menu-block__txt {
    border-color: #b56f6f;
  }
  .p-top-menu-block:hover .p-top-menu-block__txt::after {
    border-color: #b56f6f;
  }
  .p-top-menu-block:hover .c-tit1 b,
  .p-top-menu-block:hover .c-tit1 span,
  .p-top-menu-block:hover .p-top-menu-block__desc{
    letter-spacing: .48em;
  }
  .p-top-menu-block:hover .p-top-menu-block__link {
    color: #b56f6f;
    letter-spacing: .48em;
  }
  .p-top-menu-block:hover .p-top-menu-block__link::after {
    background-image: url(../img/ico_arrow_r_on.png);
  }
}
@media screen and (max-width: 767px){
  a:active .p-top-menu-block__txt::after {
    border: 1px solid #b56f6f;
  }
  .p-top-menu-block__link{
    color:#FFFFFF;
  }
  a:active .p-top-menu-block__link{
    color:#b56f6f;
  }
  .p-top-menu-block__link::after{
    background:url(../img/ico_arrow_r.png) no-repeat center;
    background-size: contain;
  }
  .p-top-menu-block:active .p-top-menu-block__link::after {
    background-image: url(../img/ico_arrow_r_on.png);
  }
}

@media screen and (max-width: 999px){
  .p-top-menu-block {
    margin: 0 0 45px;
  }
  .p-top-menu-block__img {
    width: 100%;
    min-width: inherit;
    min-height: 190px;
  }
  .p-top-menu-block-in {
    margin: -25px auto 0;
  }
  .p-top-menu-block__txt {
    width: calc(100% - 60px);
    height: auto;
    padding: 40px 0;
    margin: 0 auto !important;
  }
  .p-top-menu-block__txt .c-tit1 {
    margin: 0 0 25px;
  }
  .p-top-menu-block__link {
    margin: 25px 0 0;
    padding: 0 15px
  }
  .p-top-menu-block__link::after {
    height: 11px;
  }
}


/*p-gallery*/
.p-gallery {
  letter-spacing: .1em;
}
.p-gallery__img {
  background: no-repeat center;
  background-size: cover;
  height: 570px;
}
.p-gallery__txt {
  width: 1000px;
  max-width: 100%;
  padding: 60px 70px 30px 20px;
  margin: 0 auto;
  letter-spacing: .18em;
}
.p-gallery__tit {
  font-size: 1.8rem;
  margin: 0 0 30px;
}
.p-gallery__desc {
  font-size: 1.5rem;
}
.p-gallery .slick-prev {
  display: none !important;
}
.p-gallery .slick-next {
  top: calc(100% - 100px);
  right: calc(50% - 480px);
  width: auto;
  height: auto;
  padding: 20px;
}
.p-gallery .slick-next::before {
  content: '';
  background: url(../img/ico_arrow_r_gray.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 18px;
  width: 6px;
  transition: all .3s;
}

@media screen and (max-width: 1150px){
  .p-gallery .slick-next {
    right: 20px;
  }
}

@media screen and (max-width: 1024px){
  .p-gallery .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 767px){
  .p-gallery__img {
    height: 280px;
  }
  .p-gallery__txt {
    padding: 30px 50px 30px 20px;
  }
  .p-gallery__tit {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .p-gallery__desc {
    font-size: 1.2rem;
  }
}


/*p-info*/
.p-info-map {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}
.p-info-map iframe {
  max-width: 100%;
}
.p-info-detail {
  display: flex;
  flex-wrap: wrap;
  width: 680px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.p-info-detail dt {
  flex: 0 0 30%;
  margin: 20px 0 0;
}
.p-info-detail dd {
  flex: 0 0 70%;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px){
  .p-info-map {
    padding: 0;
  }
  .p-info-map iframe{
    height: 220px;
  }
  .p-info-detail {
    width: auto;
    margin: 30px auto 0;
  }
  .p-info-detail dt {
    flex: 0 0 30%;
    margin: 20px 0 0;
  }
  .p-info-detail dd {
    flex: 0 0 70%;
    margin: 20px 0 0;
  }
}


/*p-sns*/
.p-social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.p-social-btn a {
  width: 28px;
  margin: 0 13px;
}


/*p-sublogo*/
.p-sublogo {
  margin: 25px 0 0;
  text-align: center;
}
.p-sublogo img {
  height: 125px;
}

@media screen and (max-width: 1024px){
  .p-sublogo {
    margin: 130px 0 0;
  }
}

@media screen and (max-width: 999px){
  .p-sublogo {
    margin: 0;
    position: fixed;
    z-index: 10;
    top: 7px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .p-sublogo img {
    height: 56px;
  }
}


/*p-menu-nav*/
.p-menu-nav {
  padding: 60px 20px;
  margin: 0 0 90px;
}
.p-menu-nav ul {
  display: flex;
  justify-content: center;
}
.p-menu-nav li {
  margin: 0 5px;
}
.p-menu-nav a {
  display: block;
  line-height: 1;
  font-size: 2rem;
  padding: 0 37px 0 0;
}
.p-menu-nav a::before {
  content: "";
  width: 17px;
  height: 21px;
  background: url(../img/ico_petal.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 20px 0 0;
  opacity: 0;
  transition: all .3s;
}

@media screen and (min-width: 768px){
  .p-menu-nav a:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 999px){
  .p-menu-nav {
    padding: 90px 20px 0;
    margin: 0 0 20px;
  }
  .p-menu-nav ul {
    flex-wrap: wrap;
  }
  .p-menu-nav li {
    margin: 0;
    width: 30%;
  }
  .p-menu-nav a {
    text-align: center;
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .p-menu-nav a::before {
    display: none;
  }
}


/*p-menu*/
.p-menu-desc {
  text-align: center;
  color: #838383;
  font-size: 1.2rem;
  letter-spacing: .08em;
  margin: 0 0 100px;
}
.p-menu-desc2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .14em;
  margin: 0 0 40px;
}
.p-menu-desc2 span {
  font-size: 1.4rem;
}
.p-menu-desc2 b {
  display: block;
  background: no-repeat bottom center;
  font-weight: normal;
  padding: 0 0 3px;
  margin: 0 0 5px;
}
.p-menu-desc2 b.desc_bg1 {
  background-image: url(../img/desc_bg1.png);
}
.p-menu-desc2 b.desc_bg2 {
  background-image: url(../img/desc_bg2.png);
  margin: 10px 0;
}
.p-menu-desc2 .desc_tel {
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-menu-desc2 .desc_tel::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1em;
  background: url(../img/ico_tel.png) no-repeat center;
  background-size: contain;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px){
  .p-menu-desc {
    font-size: 1.1rem;
    letter-spacing: .08em;
    margin: 0 0 40px;
  }
  .p-menu-desc2 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .04em;
    margin: 0 0 20px;
  }
  .p-menu-desc2 span {
    font-size: 1.2rem;
  }
  .p-menu-desc2 span.u-dis-ib {
    font-size: inherit;
  }
  .p-menu-desc2 b {
    background-size: auto 11px;
  }
  .p-menu-desc2 .desc_tel {
    font-size: 2rem;
  }
  .p-menu-desc2 .desc_tel::before {
    width: 20px;
  }
}


.p-menu-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
.p-menu-box:last-child {
  margin: 0 0 0;
}
.p-menu-box__img {
  width: 46.875%;
}
.p-menu-box__txt {
  width: 50%;
}
.p-menu-box__txt__head {
  padding: 0 0 20px;
  margin: 0 0 20px;
  background: url(../img/bg_dot_gray.png) repeat-x left bottom;
  background-size: auto 2px;
}
.p-menu-box__tit {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-menu-box__tit i {
  font-size: 1.6rem;
  font-style: normal;
  margin-right: auto;
}
.p-menu-box__desc {
  color: #a7a7a7;
  margin: 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-menu-box__detail {
  font-size: 1.4rem;
  color: #a7a7a7;
}
.p-menu-box__detail li {
  margin: 0 0 5px;
}
.p-menu-box__detail li:last-child {
  margin: 0;
}
.p-menu-box-onlytit {
  display: block;
}
.p-menu-box-onlytit .p-menu-box__tit:not(:last-child) {
  margin: 0 0 30px;
}
.hasnotice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px){
  .p-menu-box {
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 0 40px;
  }
  .p-menu-box__img {
    width: 100%;
    margin: 0 0 20px;
  }
  .p-menu-box__txt {
    width: 100%;
  }
  .p-menu-box__txt__head {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .p-menu-box__tit {
    font-size: 1.8rem;
  }
  .p-menu-box__tit i {
    font-size: 1.4rem;
  }
  .p-menu-box__desc {
    margin: 0;
    font-size: 1.4rem;
  }
  .p-menu-box__detail {
    font-size: 1.2rem;
  }
}


.p-menu-box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-memun-box2__item {
  width: 46%;
  margin: 0 0 80px;
}
.p-memun-box2__item.col1 {
  width: 100%;
}
.p-memun-box2__tit {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-memun-box2__tit i {
  font-size: 1.4rem;
  margin: 0 auto 0 0;
  font-style: normal;
}

.p-menu-box2__detail {
  font-size: 1.6rem;
  color: #a7a7a7;
  margin: 20px 0 0;
}
.p-menu-box2__detail li {
  margin: 0 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-menu-box2__detail i {
  font-size: 1.4rem;
  margin: 0 0 0 5px;
  display: inline-block;
  font-style: normal;
}
.p-menu-box2__detail li span:last-child {
  flex: 0 0 auto;
  margin: 0 0 0 1em;
  text-align: right;
}
.p-menu-box2__detail li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px){
  .p-menu-box2 {
    padding: 0 20px;
  }
  .p-menu-box2 + p {
    padding: 0 20px;
  }
  .p-memun-box2__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .p-memun-box2__tit {
    font-size: 1.8rem;
  }
  .p-memun-box2__tit i {
    font-size: 1.2rem;
  }

  .p-menu-box2__detail {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  .p-menu-box2__detail i {
    font-size: 1.1rem;
  }
}


.p-menu-box3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-menu-box3__item {
  width: 48%;
  margin: 0 0 100px;
}
.p-menu-box3__item.col1 {
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .p-menu-box3 {
    padding: 0 20px;
  }
  .p-menu-box3__item {
    width: 100%;
    margin: 0 0 50px;
  }
}


/*------------------------------------------------------------------------
3-iii.Utility
------------------------------------------------------------------------*/

@media screen and (max-width: 767px){
  .u-pc { display: none; }
}
@media screen and (min-width: 768px){
  .u-sp { display: none; }
}

.u-en {
  font-family: 'Questrial', sans-serif;
  letter-spacing: .08em;
}
.u-dis-ib {display: inline-block;}
.u-ta-c { text-align: center; }
.u-fw-bold { font-weight: bold; }
.u-fc-blue { color: #196eb2; }

.u-fs-ss { font-size: 1.2rem; }
.u-fs-s { font-size: 1.4rem; }
.u-fs-m { font-size: 1.6rem; }
.u-fs-l { font-size: 2rem; }
.u-fs-ll { font-size: 2.5rem; }

.u-mb-none { margin-bottom: 0; }
.u-mb-ss { margin-bottom: 1rem; }
.u-mb-s { margin-bottom: 1.5rem; }
.u-mb-m { margin-bottom: 3rem; }
.u-mb-l { margin-bottom: 4rem; }
.u-mb-ll { margin-bottom: 8rem; }

.u-mt-none { margin-top: 0; }
.u-mt-ss { margin-top: 1rem; }
.u-mt-s { margin-top: 1.5rem; }
.u-mt-m { margin-top: 3rem; }
.u-mt-l { margin-top: 4rem; }
.u-mt-ll { margin-top: 8rem; }

.u-indent { text-indent: -1em; padding-left: 1em; }

@media screen and (max-width: 767px){
  .u-fs-ss { font-size: 1rem; }
  .u-fs-s { font-size: 1.2rem; }
  .u-fs-l { font-size: 1.8rem; }
  .u-fs-ll { font-size: 2.2rem; }

  .u-mb-ss { margin-bottom: .5rem; }
  .u-mb-s { margin-bottom: .75rem; }
  .u-mb-m { margin-bottom: 1.5rem; }
  .u-mb-l { margin-bottom: 2rem; }
  .u-mb-ll { margin-bottom: 4rem; }

  .u-mt-ss { margin-top: .5rem; }
  .u-mt-s { margin-top: .75rem; }
  .u-mt-m { margin-top: 1.5rem; }
  .u-mt-l { margin-top: 2rem; }
  .u-mt-ll { margin-top: 4rem; }
}

/*------------------------------------------------------------------------
西京焼き
------------------------------------------------------------------------*/
.mv_top {
  background: url(../img/saikyo_set/mv.png);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.mv_top div {
  width: 100%;
  padding: 5% 0;
  text-align: center;
  overflow: hidden;
}
.top_b {
  width: 100%;
  padding: 5% 0;
  text-align: center;
  background: #131313;
  overflow: hidden;
}
#content_wrap {
  width: 100%;
  padding: 81px 0;
  overflow: hidden;
}
#content_wrap:nth-child(even) {
  background: #212121;
}
#content_wrap:nth-child(odd) {
  background: url(../img/saikyo_set/bkg.jpg);
  color: #131313;
}
#content_wrap:nth-child(6) {
  background: #131313;
}
#content_wrap:nth-child(7) {
  background: #212121;
  color: #fff;
}
#content_wrap .c_title {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
#content_wrap .c_title h2 {
  margin: 0 0 61px;
}
#content_wrap .c_title p {
  font-size: 20px;
  line-height: 3;
}
#content_wrap .c_title p span {
  font-size: 18px;
}
#content_wrap h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .24em;
  text-align: center;
}
#content_wrap h2 span {
  display: block;
  font-family: 'Questrial', sans-serif;
  letter-spacing: .08em;
  font-size: 1.4rem;
  margin: 10px 0 0;
  font-weight: normal;
}
.spitem {
  display: none;
}

/*cw_01*/
.cw_01 .content_full ul {
  display: flex;
  margin: 0 0 100px;
}
.cw_01 .content_full ul li {
  width: 50%;
}
.slide-left,
.slide-right {
	transition: all 1s ease-out;
}
.cw_01 .content_full ul:nth-child(1) li:nth-child(1) {
  background: url(../img/saikyo_set/set_img01.jpg);
  background-size: cover;
  background-position: right center;
  height: 380px;
}
.cw_01 .content_full ul:nth-child(2) li:nth-child(2) {
  background: url(../img/saikyo_set/set_img02.jpg);
  background-size: cover;
  background-position: left center;
  height: 380px;
}
.cw_01 .content_full ul:nth-child(3) li:nth-child(1) {
  background: url(../img/saikyo_set/set_img03.jpg);
  background-size: cover;
  background-position: right center;
  height: 380px;
}
.cw_01 .content_full ul:nth-child(4) li:nth-child(2) {
  background: url(../img/saikyo_set/set_img04.jpg);
  background-size: cover;
  background-position: left center;
  height: 380px;
}
.cw_01 .content_full .left,
.cw_01 .content_full .right {
  position: relative;
}
.cw_01 .content_full .box {
  position: relative;
  max-width: 460px;
  max-height: 400px;
  margin: 40px 0 40px 40px;
  height: 100%;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.cw_01 .content_full .left .box {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 460px;
  max-height: 400px;
  margin: 40px 40px 40px 0;
  height: 100%;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
.cw_01 h3 {
  display: inline-block;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 2.2rem;
  letter-spacing: .24em;
  text-align: center;
  margin: 0 0 42px;
}
.cw_01 h3 .sub_text {
  text-align: left;
  font-size: 80%;
}
.cw_01 h3 span {
  display: block;
  font-family: 'Questrial', sans-serif;
  letter-spacing: .08em;
  font-size: 1.4rem;
  margin: 10px 0 0;
  font-weight: normal;
}
.cw_01 .content_full .box p {
  text-align: left;
}
.cw_01 .content_full ul:nth-child(1) .box:before {
  content: url(../img/saikyo_set/set_icon01.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cw_01 .content_full ul:nth-child(2) .box:before {
  content: url(../img/saikyo_set/set_icon02.png);
  position: absolute;
  bottom: 8%;
  left: 0;
}
.cw_01 .content_full ul:nth-child(3) .box:before {
  content: url(../img/saikyo_set/set_icon03.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cw_01 .content_full ul:nth-child(4) .box:before {
  content: url(../img/saikyo_set/set_icon04.png);
  position: absolute;
  bottom: 8%;
  left: 0;
}

/*cw_02*/
#content_wrap.cw_02 {
  padding: 81px 0 0;
}
.cw_02 .content_full .box {
  position: relative;
  margin-bottom: 100px;
}
.cw_02 .content_full .box:last-child {
  margin: 0;
}
.cw_02 .content_full .img_box {
  width: calc(80vw - 60px);
  min-height: 750px;
  overflow: hidden;
  margin-left: auto;
}
.cw_02 .content_full .img_box:before {
  content: "";
  padding-top: 100%;
}
.cw_02 .content_full .box:nth-child(odd) .img_box span {
  position: absolute;
  right: 0;
  width: calc(80vw - 60px);
  height: 100%;
}
.cw_02 .content_full .box:nth-child(even) .img_box span {
  position: absolute;
  left: 0;
  width: calc(80vw - 60px);
  height: 100%;
}
.cw_02 .box .title_box {
  width: 72%;
  background: #fff;
}
.cw_02 .box:nth-child(odd) .title_box {
  position: absolute;
  top: -20px;
  left: 0;
  
}
.cw_02 .box:nth-child(even) .title_box {
  position: absolute;
  top: -20px;
  right: 0;
}
.cw_02 .box .title_box .left,
.cw_02 .box .title_box .right {
  display: flex;
  justify-content: flex-end;
  padding: 42px 89px 42px 0;
  box-sizing: border-box;
}
.cw_02 .box .title_box .right {
  justify-content: flex-start;
  padding: 42px 0 42px 89px;
}
.title_box .left p {
  position: relative;
  width: 500px;
  padding-left: 30px;
  border-left: 1px solid #000;
  font-size: 20px;
  line-height: 2;
  box-sizing: border-box;
}
.title_box .right p {
  position: relative;
  width: 500px;
  margin-right: 110px;
  padding-right: 30px;
  border-right: 1px solid #000;
  font-size: 20px;
  line-height: 2;
  box-sizing: border-box;
}
.cw_02 .box:nth-child(1) .title_box .left p:before {
  content: url(../img/saikyo_set/cw_02_01_title.png);
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
.cw_02 .box:nth-child(2) .title_box .right p:before {
  content: url(../img/saikyo_set/cw_02_02_title.png);
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
}
.cw_02 .box:nth-child(3) .title_box .left p:before {
  content: url(../img/saikyo_set/cw_02_03_title.png);
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}

/*cw_03*/
.cw_03 .full_box,
.cw_03 .box {
  margin-bottom: 100px;
}
.cw_03 .full_box ul {
  display: flex;
}
.cw_03 .full_box ul li,
.cw_03 .box ul li  {
  width: calc(100% / 2);
}
.cw_03 .text_box,
.cw_03 .box li  {
  position: relative;
}
.cw_03 .text_box div,
.cw_03 .box ul li .text {
  width: 100%;
  max-width: 460px;
  text-align: center;
}
.cw_03 h3 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 2.2rem;
  letter-spacing: .24em;
  text-align: center;
  margin: 0 0 42px;
}
.cw_03 h3 span {
  display: block;
  font-family: 'Questrial', sans-serif;
  letter-spacing: .08em;
  font-size: 1.4rem;
  margin: 10px 0 0;
  font-weight: normal;
}
.cw_03 .text_box div p,
.cw_03 .box .text p {
  margin-top: 55px;
  text-align: left;
  font-size: 20px;
}
.cw_03 .box .text img {
  width: auto;
  max-width: initial;
}
.cw_03 .text_box .left {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.cw_03 .text_box .right .text,
.cw_03  .full_box:nth-child(1) .text_box div,
.cw_03 .text_box .left .text {
  margin-left: 40px;
}
.cw_03 .box ul {
  display: flex;
  min-height: 434px;
}
.cw_03 .text .left {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.cw_03 .right .text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.cw_03 .left .text {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.cw_03 .box .left .bkimg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cw_03 .box .right .bkimg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*cw_04*/
#content_wrap:nth-child(8) {
  background: #131313;
  color: #fff;
}
.cw_04 .c_title {
  margin-bottom: 40px!important;
}
.cw_04 .box {
  text-align: center;
}

/*cw_05*/
.cw_05 .box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.cw_05 .box:last-child {
  margin: 150px auto 0;
}
.cw_05 .box > ul {
  display: flex;
}
.cw_05 .box > ul li {
  width: calc(100% / 2);
}
.cw_05 .box .title {
  font-size: 43px;
}
.cw_05 .box .title + p {
  margin: 42px 0;
  font-size: 20px;
}
.cw_05 .box > ul li li {
  margin-left: 2rem;
  padding-left: 2px;
  list-style: disc;
  font-size: 20px;
  box-sizing: border-box;
}
.cw_05 .box .img_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cw_05 .price_box {
  margin: 50px 0 0;
  display: flex;
}
.cw_05 .free {
  display: inline-block;
  /*padding: 10px 12px;
  color: #131313;
  background: #fff;
  font-size: 32px;*/
  box-sizing: border-box;
  font-weight: bold;
}
.price {
  margin-left: 20px;
  font-size: 62px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
.price span {
  font-size: 22px;
}
.link_btn {
  width: 100%;
  margin-top: 74px;
}
.link_btn a {
  display: block;
  padding: 24px 0;
  font-size: 32px;
  text-align: center;
  background: #78613e;
  border-radius: 4px;
}
.link_btn a:hover {
  opacity: 0.6;
  color: #fff;
}
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 61px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.a_btn::before{
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000000;
}
.a_btn::after{
  right: 60px;
  box-sizing: border-box;
  width: 11px;
  height: 0px;
  border: 9px solid transparent;
  border-left: 13px solid #fff;
}

/*cw_06*/
.cw_06 {
  padding-top: 200px!important;
}
.cw_06 .box {
  position: relative;
  width: 100%;
}
.cw_06 .box ul {
  position: absolute;
  top: -104px;
  right: 0;
  display: flex;
  padding: 45px 126px;
  background: #fff;
  box-sizing: border-box;
}
.cw_06 .box ul li.text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 73px;
  padding: 0 0 0 73px;
  font-size: 20px;
  line-height: 2.4;
  border-left: 1px solid #000;
  box-sizing: border-box;
}
.cw_06 .box > img {
  width: 90%;
}

@media screen and (max-width: 1024px){
  .mv_top {
    margin-top: 70px;
  }
  .top_b div {
    width: 90%;
    margin: 0 auto;
  }
  .cw_01 .content_full ul {
    flex-wrap: wrap;
  }
  .cw_01 .content_full ul li {
    width: 100%;
  }
  .cw_01 .content_full .box {
    max-width: 100%;
  }
  .cw_01 .content_full .left .box {
    position: relative;
    max-width: 100%;
  }
  .cw_01 .content_full ul:nth-child(even) .left {
    order: 2;
  }
  .cw_01 .content_full ul:nth-child(even) .right {
    order: 1;
  }
  .cw_01 .content_full .box,
  .cw_01 .content_full .left .box {
    margin: 6%;
  }
  .cw_02 .content_full .img_box {
    width: 100%;
  }
  .cw_02 .content_full .box:nth-child(1) .img_box span,
  .cw_02 .content_full .box:nth-child(2) .img_box span,
  .cw_02 .content_full .box:nth-child(3) .img_box span {
    width: 100%;
    background-position: center!important;
  }
  .cw_02 .box .title_box {
    width: 79%;
    background: #fff;
  }
  .cw_03 .full_box ul,
  .cw_03 .box ul {
    flex-wrap: wrap;
  }
  .cw_03 .full_box ul li,
  .cw_03 .box ul li {
    width: 100%;
  }
  .cw_03 .full_box:first-child .text_box {
    order: 1;
  }
  .cw_03 .full_box:first-child .img_box {
    order: 2;
  }
  .cw_03 .img_box img {
    width: 100%;
  }
  .cw_03 .box:nth-child(2n) .left {
    order: 2;
  }
  .cw_03 .box:nth-child(2n) .right {
    order: 1;
  }
  .cw_03 .text_box .right .text,
  .cw_03 .full_box:nth-child(1) .text_box div,
  .cw_03 .text_box .left .text {
    margin-left: 0;
  }
  .cw_03 .text_box .left,
  .cw_03 .text_box .right {
    position: relative;
    right: 0;
    max-width: 90%;
    margin: 0 auto 4%!important;
  }
  .cw_03 .box ul li {
    text-align: center;
    margin-bottom: 4%;
  }
  .cw_03 .box .left .bkimg,
  .cw_03 .box .right .bkimg {
    position: relative;
    right: 0;
  }
  .cw_03 .right .text,
  .cw_03 .left .text {
    position: relative;
    left: 0;
  }
  .cw_03 .text_box div,
  .cw_03 .box ul li .text {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .cw_03 .text_box div p, .cw_03 .box .text p {
    text-align: center;
  }
  .cw_05 .box .title {
    font-size: 180%;
  }
  .cw_05 .free {
    font-size: 150%;
  }
  .cw_05 .price_box {
    margin: 4% 0 0;
  }
  .cw_05 .free {
    width: 100%;
    margin-bottom: 4%;
    /*text-align: center;*/
  }
  .price {
    width: 100%;
    margin: 0;
    /*text-align: center;*/
    font-size: 50px;
  }
  .cw_06 .box ul li.text {
    justify-content: center;
    width: 100%;
  }
  .cw_06 .box ul>li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mv_top div {
    width: 30%;
    margin: 0 auto;
  }
  .top_b div {
    width: 93%;
  }
  #content_wrap .c_title {
    width: 90%;
    margin: 0 auto 10%;
  }
  #content_wrap .c_title h2 {
    margin: 0 0 6%;
  }
  .cw_01 {
    padding: 81px 0 0!important;
  }
  .cw_01 .content_full ul:nth-child(1) li:nth-child(1) {
    background: url(../img/saikyo_set/set_img01_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
  .cw_02 .content_full .box {
    display: flex;
    flex-wrap: wrap;
  }
  .cw_02 .content_full .box:not(:last-child) {
    margin-bottom: 4%;
  }
  .cw_02 .box .title_box .left {
    justify-content: center;
    flex-wrap: wrap;
    padding: 4%!important;
  }
  .cw_02 .box .title_box .right {
    padding: 4%;
  }
  .cw_02 .box .title_box, {
    order: 1;
  }
  .cw_02 .content_full .img_box {
    order: 2;
    min-height: 300px;
  }
  .cw_02 .content_full .box:nth-child(1) .img_box span,
  .cw_02 .content_full .box:nth-child(2) .img_box span,
  .cw_02 .content_full .box:nth-child(3) .img_box span {
    background-size: 100%!important;
    background-position: top!important;
  }
  .cw_02 .content_full .box:nth-child(1) .img_box span {
    background-position: top left!important;
  }
  .cw_02 .box:nth-child(even) .title_box,
  .cw_02 .box:nth-child(odd) .title_box {
    position: relative;
    top: 0;
    width: 100%;
  }
  .title_box .left p,
  .title_box .right p {
    width: 100%;
    text-align: center;
    border-right: none;
    border-left: none;
    border-top: 1px solid #000;
    padding: 4% 0 0;
    margin: 16% 0 0;
    font-size: 16px;
  }
  .cw_02 .box:nth-child(1) .title_box .left p:before,
  .cw_02 .box:nth-child(3) .title_box .left p:before {
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  .cw_02 .box:nth-child(2) .title_box .right p:before {
    top: -40%;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  .cw_03 .full_box, .cw_03 .box {
    margin-bottom: 6%;
  }
  .cw_03 .box .left .bkimg,
  .cw_03 .box .right .bkimg {
    width: 90%;
  }
  .cw_03 .text_box div p,
  .cw_03 .box .text p {
    margin-top: 4%;
  }
  .cw_05 .box > ul {
    flex-wrap: wrap;
  }
  .cw_05 .box > ul li {
    width: 100%;
  }
  .cw_05 .box .img_flex {
    justify-content: center;
    margin-top: 4%;
  }
  .cw_05 .box > ul li {
    order: 2;
  }
  .cw_05 .box > ul li.img_flex {
    order: 1;
  }
  .cw_05 .box .title {
    font-size: 160%;
    text-align: center;
  }
  .cw_05 .box ul li ul {
    width: 50%;
    margin: 0 auto;
  }
  .cw_05 .box .title + p {
    width: 70%;
    margin: 4% auto;
  }
  .cw_05 .price_box {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cw_05 .box:last-child {
    margin: 4% auto 0;
  }
  .cw_05 .free {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 4%;
    margin-bottom: 0;
    text-align: right;
  }
  .cw_05 .price {
    display: flex;
    align-items: baseline;
    font-size: 40px;
  }
  .link_btn {
    margin-top: 4%;
  }
  .link_btn a {
    padding: 4% 0;
    font-size: 150%;
  }
  .a_btn::before {
      width: 25px;
      height: 25px;
  }
  .arrow::before,
  .arrow::after {
    right: 21px;
  }
  .a_btn::after {
    right: 21px;
    width: 11px;
    border: 6px solid transparent;
    border-left: 9px solid #fff;
  }
  .cw_06 .box ul {
    top: -144px;
    padding: 4%;
  }
  .cw_06 .box ul li {
    width: 30%;
  }
  .cw_06 .box ul li.text {
    justify-content: left;
    width: 50%;
    margin: 0 0 0 2%;
    padding: 0 0 0 2%;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 425px) {
  .pcitem {
    display: none;
  }
  .spitem {
    display: block;
  }
  .mv_top {
    background: url(../img/saikyo_set/mv_sp.jpg);
    overflow: hidden;
    background-size: cover;
    background-position: center center;
  }
  #content_wrap .c_title p {
    font-size: 16px;
    line-height: 2;
  }
  #content_wrap .c_title p span {
    font-size: 14px;
  }
  .cw_01 .content_full .box p {
    font-size: 16px;
  }
  .title_box .left p,
  .title_box .right p {
    margin: 30% 0 0;
    font-size: 16px;
  }
  .cw_01 .content_full .box, .cw_01 .content_full .left .box {
    margin: 10% 6% 6%;
  }
  .cw_01 .content_full ul:nth-child(1) li:nth-child(1),
  .cw_01 .content_full ul:nth-child(2) li:nth-child(2),
  .cw_01 .content_full ul:nth-child(3) li:nth-child(1),
  .cw_01 .content_full ul:nth-child(4) li:nth-child(2)  {
      height: 170px;
  }
  .cw_02 .content_full .box {
    margin-bottom: 6%;
  }
  .cw_02 .content_full .img_box {
    width: 100%;
    min-height: auto;
  }
  .cw_02 .content_full .box:nth-child(1) .img_box span,
  .cw_02 .content_full .box:nth-child(2) .img_box span,
  .cw_02 .content_full .box:nth-child(3) .img_box span {
    background-position: center!important;
}
  .cw_02 .content_full .box:nth-child(odd) .img_box span,
  .cw_02 .content_full .box:nth-child(even) .img_box span {
    position: relative;
    display: block;
    height: 200px;
  }
  .cw_02 .box:nth-child(even) .title_box,
  .cw_02 .box:nth-child(odd) .title_box {
    width: 100%;
  }
  .cw_02 .box:nth-child(1) .title_box .left p,
  .cw_02 .box:nth-child(3) .title_box .left p {
    margin: 28% 0 0;
  }
  .cw_03 {
    padding: 81px 0 10%!important;
  }
  .cw_03 .text_box .left img,
  .cw_03 .text_box .right img {
    width: 80px;
  }
  .cw_03 .full_box:nth-child(1) .img_box {
    background: url(../img/saikyo_set/recipe_img01.jpg);
    background-size: cover;
    background-position: center center;
    height: 250px;
  }
  .cw_03 .full_box:nth-child(2) .img_box {
    background: url(../img/saikyo_set/recipe_img02.jpg);
    background-size: cover;
    background-position: center center;
    height: 250px;
  }
  .cw_03 .full_box:nth-child(6) .img_box {
    background: url(../img/saikyo_set/recipe_img06.jpg);
    background-size: cover;
    background-position: center center;
    height: 250px;
  }
  .cw_03 .box .left .bkimg,
  .cw_03 .box .right .bkimg {
    width: 84%;
}
  .cw_03 .img_box img {
    display: none;
  }
  .cw_03 .spitem {
    top: 0!important;
    transform: translateY(0)!important;
    margin: 6% auto;
  }
  .cw_03 p.spitem {
    margin: 4% 16px 0;
  }
  .cw_03 .text_box div p,
  .cw_03 .box .text p {
    font-size: 16px;
  }
  .cw_03 .box .text img {
    width: 90%;
  }
  .cw_04 .c_title p {
    font-size: 14px!important;
  }
  .cw_05 .box ul li ul {
    width: 70%;
    margin: 0 auto;
  }
  .cw_05 .box > ul li li {
    font-size: 16px;
  }
  .cw_05 .box .img_flex {
    justify-content: center;
    margin-top: 4%;
    margin: 4% 0 50px;
  }
  .cw_05 .box .title + p,
  .cw_05 .box ul li ul {
    width: 100%;
  }
  .cw_05 .price_box {
    justify-content: space-between;
  }
  .cw_05 .free {
    width: 50%;
  }
  .cw_05 .price {
    font-size: 45px;
    justify-content: flex-end;
  }
  .cw_06 {
    padding-top: 81px!important;
  }
  .cw_06 .box ul {
    position: relative;
    top: 0;
  }
  .cw_06 .box > img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .cw_01 .content_full ul {
    margin: 0 0 6%;
  }
  .cw_01 .content_full ul:last-child {
    margin: 0;
  }
  .cw_01 h3 {
    font-size: 18px;
  }
  .cw_02 .box:nth-child(1) .title_box .left p,
  .cw_02 .box:nth-child(3) .title_box .left p {
    margin: 43% 0 0;
  }
  .cw_02 .box:nth-child(2) .title_box .right p {
    margin: 43% 0 0;
  }
  .cw_02 .box .title_box p br {
    display: none;
  }
  .cw_02 .box:nth-child(1) .title_box .left p:before {
    top: -80%;
  }
  .cw_02 .box:nth-child(2) .title_box .right p:before {
    top: -40%;
  }
  .cw_02 .box:nth-child(3) .title_box .left p:before {
    top: -60%;
  }
  .cw_02 .content_full .box:nth-child(odd) .img_box span,
  .cw_02 .content_full .box:nth-child(even) .img_box span {
    height: 170px;
  }
  .cw_03 .full_box:nth-child(1) .img_box,
  .cw_03 .full_box:nth-child(2) .img_box,
  .cw_03 .full_box:nth-child(3) .img_box {
    height: 180px
  }
  .cw_03 .full_box .text_box img {
    width: 20%;
  }
  .cw_04 .c_title p {
    font-size: 13px!important;
  }
  .cw_06 .box ul {
    position: relative;
    top: 0;
    flex-wrap: wrap;
  }
  .cw_06 .box ul li {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cw_06 .box ul li img {
    width: 50%;
  }
  .cw_06 .box ul li.text {
    justify-content: center;
    width: 100%;
    border-left: none;
    border-top: 1px solid #000;
    margin: 2% auto 0;
    padding: 2% 0 0;
  }
  .cw_06 .box > img {
    width: 100%;
  }
  .cw_06 {
    padding-top: 81px!important;
  }
  .cw_05 .price {
    font-size: 40px;
  }
  .price span {
    font-size: 16px;
  }
}

/*------------------------------------------------------------------------
フッター修正２１０６０９
------------------------------------------------------------------------*/
.p-social-btn {
  margin-top: 65px;
}

/*------------------------------------------------------------------------
index通販追加２１０６１１
------------------------------------------------------------------------*/
#course .p-menu-box {
  display: flex;
  justify-content: space-between;
  margin: 6% 0 4%;
}
#course .full_btn {
  display: block;
  margin-top: 20px;
}
#course .f_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#course .f_link a {
  display: block;
  width: calc(100% / 2 - 2%);
}
#course .f_link a {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #course .p-menu-box__img img {
    width: 100%;
}
}
@media screen and (max-width: 425px) {
  #course .f_link a {
    width: 100%;
  }
  #course .f_link a:not(:last-child) {
    margin-bottom: 3%;
  }
  #course .full_btn {
    margin: 3% 0;
  }
}

/*
リンクボタン単体
*/
.gaibu_link_btn {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.gaibu_link_btn a {
  display: block;
  padding: 10px 0;
  border: 1px solid #FFFFFF;
}
.gaibu_link_btn a:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 425px) {
  .gaibu_link_btn {
    width: 100%;
  }
}
/*------------------------------------------------------------------------
緊急事態宣言等解除されたら「declaration」解除してください
------------------------------------------------------------------------*/
.declaration .l-menu__nav {
    padding: 3vh 0;
}
.declaration .l-menu__info {
    margin-top: 3vh;
}
@media screen and (max-width: 1024px){
    .declaration .l-menu__nav {
        padding: 0 0 10px;
    }
    .declaration .l-menu__info {
        margin-top: 10px;
    }
}