@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  outline: none;
  color: #231815;
}
a:hover {
  color: #231815;
  text-decoration: underline;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

html {
  scroll-behavior: smooth;
}

.pc_only {
  display: none;
}
@media screen and (min-width: 576px) {
  .pc_only {
    display: block;
  }
}

.sp_only {
  display: block;
}
@media screen and (min-width: 576px) {
  .sp_only {
    display: none;
  }
}

.no-side-padding {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 576px) {
  .no-side-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.jumbotron {
  padding: 0px;
  margin-bottom: 2rem;
  border-radius: 0rem;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
}

section {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  section {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

h2 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 4px;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 4rem;
    margin-top: 20px;
    letter-spacing: 0.3rem;
  }
}
h2 small {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  h2 small {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
  }
}

h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height:2.0rem;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 2.4rem;
    letter-spacing: 0rem;
    margin-top: 20px;
    line-height:4.0rem;
  }
}
h3 small {
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  h3 small {
    font-size: 1.5rem;
  }
}

h4 {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 2px;
}
@media screen and (min-width: 576px) {
  h4 {
    padding: 10px;
    font-size: 2rem;
    margin-top: 20px;
  }
}

.bk-white {
  background-color: #ffffff;
}

.bk-gold {
  background-color: #9a8749;
}

.bk-gray {
  background-color: #e6e6e6;
}

.bk-dark-gray {
  background-color: #333333;
}

.bk-light-gray {
  background-color: #e6e6e6;
}

.font-red {
  color: #ff0000;
}

.font-white {
  color: #ffffff;
}

.font-num {
  font-family: "Bebas Neue", cursive;
}

.site-header {
  background-color: #231815;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 130px;
}
@media screen and (min-width: 576px) {
  .site-header {
    height: 100px;
  }
}
.site-header .container {
  max-width: 1800px;
}
.site-header .container .site-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-header .container .site-title img {
  display: block;
  float: left;
  height: auto;
  width: 160px;
}
.site-header .header-link {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 576px) {
  .site-header .header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    text-align: right;width:500px;
    float: right;
  }
}
.site-header .header-link a {
  color: #ffffff;
	font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .site-header .header-link a {
	  font-size: 1.6rem;
    /*font-weight:bold;*/
  }
}
.site-header .header-link p {
  margin-left: 10px;
  display: inline-block;
  line-height: 3rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .site-header .header-link p {
    margin-left: 40px;
    margin-left: 10px;
  }
}
.site-header .header-link p:last-child {
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (min-width: 576px) {
  .site-header .header-link .txt {
    margin-top: 10px;
  }
}
.site-header .header-link .entry {
  background-color: #9a8749;
  border-radius: 20px;
  padding: 4px 16px 6px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .site-header .header-link .entry {
    border-radius: 30px;
    padding: 10px 30px;
    margin-left: 20px;
  }
}
.site-header .header-link .top-button {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .site-header .header-link .top-button {
    width: 50px;
  }
}

.keyvisual_outer {
  width: 100%;
  height: auto;
  background-color: #231815;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

.keyvisual {
  width: 100%;
  max-height: 750px;
  margin-top: 103px;
  display: inline-block;
  position: relative;
}
.keyvisual .slide {
  width: 100%;
  height: 100%;
  margin: auto;
}
.keyvisual .slide .slick-loading li {
  position: absolute;
  top: 0;
  visibility: hidden;
}
.keyvisual .slide .slick-loading li:first-child {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.keyvisual .slide img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.keyvisual .slide .slick-prev,
.keyvisual .slide .slick-next {
  display: none;
}
.keyvisual .slide .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
  padding-right: 40px;
}
.keyvisual .slide .slick-dots li {
  display: inline-block;
}
.keyvisual .slide .slick-dots li button {
  position: relative;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 6px;
  border: none;
  border-radius: 17px;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.keyvisual .slide .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #897850;
  border-radius: 8px;
}
.keyvisual .enblem img {
  position: absolute;
  top: 32%;
  left: 4%;
  width: 92%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .keyvisual .enblem img {
    top: 10%;
    left: 8%;
    width: 46%;
  }
}
.keyvisual .lower_menu {
  position: absolute;
  width: 100%;
  background-color: rgba(154, 135, 73, 0.55);
  top: 100%;
  margin-top: -50px;
  line-height: 40px;
  height: auto;
}
.keyvisual .lower_menu .page_select ul.list {
  padding-left: 5%;
}
.keyvisual .lower_menu .page_select ul.list li {
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-left: 32px;
  font-size: 1.6rem;
  width: auto;
  min-width: 10%;
  margin-left: 32px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .keyvisual .lower_menu .page_select ul.list li {
    font-size: 1.8rem;
  }
}
.keyvisual .lower_menu .page_select ul.list li a {
  color: #ffffff;
}

.new-info {
  padding: 20px;
  text-align: center;
  position: relative;
}
.new-info .blog-image {
  z-index: -1;
}
.new-info .title {
  position: absolute;
  text-align: center;
  width: 70%;
  top: 82%;
  margin-left: 10%;
  border-top: #9a8749 4px solid;
  background-color: #ffffff;
  z-index: 100;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .new-info .title {
    font-size: 1.8rem;
  }
}

.btn {
  border-radius: 10px;
  padding-left: 20px 30px;
  width: 90%;
}
@media screen and (min-width: 576px) {
  .btn {
    width: auto;
  }
}

.btn-area {
  clear: both;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .btn-area {
    margin-top: 100px;
  }
}
.btn-area a {
  padding: 10px 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .btn-area a {
    padding: 20px 40px;
    font-size: 2.2rem;
    font-weight: bold;
  }
}

.point-area {
  padding-top: 20px;
  padding-bottom: 1px;
}
@media screen and (min-width: 576px) {
  .point-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .point-area .point-row {
    margin-top: 40px;
  }
}
.point-area .point-clm {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .point-area .point-clm {
    margin-bottom: 0px;
  }
}
.point-area .point-clm .point .num {
  font-weight: bold;
  font-size: 4rem;
  line-height: 5rem;
  margin-top: 5px;
}
@media screen and (min-width: 576px) {
  .point-area .point-clm .point .num {
    padding-top: 30px;
    line-height: 15rem;
    font-size: 9rem;
  }
}
.point-area .point-clm .point .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .point-area .point-clm .point .title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.point-area .point-clm .point .list {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 16px;
  font-size: 1.6rem;
}
.point-area .point-clm .light {
  color: #333333;
  background-color: #cccccc;
}
.point-area .point-clm .dark {
  color: #ffffff;
  background-color: #333333;
}
.point-area .tokuten {
  padding-left: 10px;
}
.point-area .tokuten .title {
  width: 100%;
  background-color: #ffffff;
  color: #9a8749;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 2rem;
  border-radius: 4px;
}
.point-area .tokuten .desc img {
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .point-area .tokuten .desc img {
    padding: 20px;
  }
}
.point-area .tokuten .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .point-area .tokuten .movie-wrap {
    margin-top: -20px;
  }
}
.point-area .tokuten .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .concept-area {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.concept-area .logo-area {
  background-image: url("https://cuisine-kingdom.com/wp-content/themes/liquid-magazine/images/100item/2022/100item-emblem-white.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center top;
}
@media screen and (min-width: 576px) {
  .concept-area .logo-area {
    background-position: right top;
  }
}
@media screen and (min-width: 576px) {
  .concept-area .concept {
    padding-top: 60px;
    padding-right: 40px;
    margin-top: -30px;
  }
}
.concept-area h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .concept-area h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 2.9rem;
  }
}
.concept-area p {
  font-size: 1.5rem;
}
.concept-area .movie-wrap {
  margin-top: 60px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.concept-area .movie-wrap iframe {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.shinsa-area {
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  position: relative;
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .shinsa-area {
    padding: 30px;
    margin-top: -100px;
  }
}
.shinsa-area .shinsa {
  margin-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .shinsa-area .shinsa {
    padding: 20px;
  }
}
.shinsa-area .shinsa .title {
  color: #ffffff;
  background-color: #231815;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .shinsa-area .shinsa .title {
    font-size: 2.2rem;
    padding: 4px;
  }
}
.shinsa-area .shinsa .title .num {
  margin-left: 20px;
  margin-right: 20px;
}
.shinsa-area .shinsa .title .hosoku {
  font-size:1.2rem;
  padding:0 10px 3px 20px;
  font-weight:normal;
}
@media screen and (min-width: 576px) {
  .shinsa-area .shinsa .title .hosoku {
    font-size:1.6rem;
    padding:0 10px 3px 20px;
  }
}
.shinsa-area .shinsa p {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .shinsa-area .shinsa p {
    font-size: 2rem;
  }
}

.special-award{
margin-top:20px;
}

.special-award p{
    font-size: 1.2rem;
    padding: 4px 4px 14px;
}

@media screen and (min-width: 576px) {
.special-award p{
 font-size: 2.0rem;
 padding:0px  20px 20px;
 }
}

.katen-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
.katen-area .katen {
  border-bottom: #9a8749 1px solid;
  vertical-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .katen-area .katen {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.katen-area .katen:last-child {
  border-bottom: 0px;
}
.katen-area .katen .title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .katen-area .katen .title {
    font-weight: bold;
    line-height: 8rem;
    vertical-align: middle;
    font-size: 2rem;
    display: inline-block;
    width: 60%;
  }
}
.katen-area .katen .title .list-square {
  color: #9a8749;
  display: inline-block;
  margin-right: 10px;
}
.katen-area .katen .desc {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .katen-area .katen .desc {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    line-height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.line-dotted {
  border-right: #e6e6e6 dotted 2px;
  border-bottom: #e6e6e6 dotted 2px;
  border-radius: 6px;
}

.chef-area h3 {
  color: #2B2D73;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chef-area h3:after {
  border-top: #2B2D73 3px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.chef-area .line-dotted:nth-child(2n) {
  border-right: 0px;
}
.chef-area .line-dotted:nth-last-child(-n+1) {
  border-bottom: 0px;
}
@media screen and (min-width: 576px) {
  .chef-area .line-dotted {
    border-right: #e6e6e6 dotted 2px;
    border-bottom: #e6e6e6 dotted 2px;
    border-radius: 6px;
  }
  .chef-area .line-dotted:nth-child(2n) {
    border-right: #e6e6e6 dotted 2px;
  }
  .chef-area .line-dotted:nth-last-child(-n+2) {
    border-bottom: #e6e6e6 dotted 2px;
  }
  .chef-area .line-dotted:nth-child(4n) {
    border-right: 0px;
  }
  .chef-area .line-dotted:nth-last-child(-n+1) {
    border-bottom: 0px;
  }
}
.chef-area .chef {
  padding-top: 20px;
}
@media screen and (min-width: 576px) {
  .chef-area .chef {
    padding: 20px;
  }
}
.chef-area .chef .name {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .chef-area .chef .name {
    font-size: 2rem;
  }
}
.chef-area .chef .title {
  color: #9a8749;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media screen and (min-width: 576px) {
  .chef-area .chef .title {
    font-size: 1.6rem;
    margin-top: 4px;
    margin-bottom: 2px;
    letter-spacing: -0.01rem;
  }
}
.chef-area .chef .profile {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 576px) {
  .chef-area .chef .profile {
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
    line-height: 2rem;
  }
}

.buyer-area {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .buyer-area .col-md-3 {
    width: calc(100% / 5 - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.buyer-area h3 {
  color: #083D04;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buyer-area h3:after {
  border-top: #083D04 3px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.buyer-area .line-dotted:nth-child(3n) {
  border-right: 0px;
}
.buyer-area .line-dotted:nth-last-child(-n+1) {
  border-bottom: 0px;
}
@media screen and (min-width: 576px) {
  .buyer-area .line-dotted:nth-child(3n) {
    border-right: #e6e6e6 dotted 2px;
  }
  .buyer-area .line-dotted:nth-last-child(-n+2) {
    border-bottom: #e6e6e6 dotted 2px;
  }
  .buyer-area .line-dotted:nth-child(5n) {
    border-right: 0px;
  }
  .buyer-area .line-dotted:nth-last-child(-n+2) {
    border-bottom: 0px;
  }
}
.buyer-area .buyer {
  padding-top: 20px;
}
@media screen and (min-width: 576px) {
  .buyer-area .buyer {
    padding: 20px;
  }
}
.buyer-area .buyer .name {
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .buyer-area .buyer .name {
    font-size: 1.7rem;
  }
}
.buyer-area .buyer .title {
  color: #9a8749;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  vertical-align: middle;
  letter-spacing: -0.01rem;
  margin-bottom: 3px;
}
@media screen and (min-width: 576px) {
  .buyer-area .buyer .title {
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
    line-height: 1.75rem;
    height: 4rem;
  }
}
.buyer-area .buyer .logo {
  text-align: center;
}

.example-area .clm1 {
  padding-top: 20px;
}
@media screen and (min-width: 576px) {
  .example-area .clm1 {
    padding: 30px;
  }
}
.example-area .clm1 .photo .img {
  margin: 0 auto;
}
.example-area .clm2 {
  padding-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .example-area .clm2 {
    padding: 30px;
  }
}
.example-area .clm2 .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .example-area .clm2 .title {
    font-size: 2.4rem;
  }
}
.example-area .clm2 .name {
  color: #9a8749;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .example-area .clm2 .name {
    font-size: 2.2rem;
  }
}
.example-area .clm2 .desc {
  margin-top: 10px;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .example-area .clm2 .desc {
    font-size: 1.4rem;
  }
}
.example-area .clm2 .desc .small {
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .example-area .clm2 .desc .small {
    font-size: 1.2rem;
  }
}
.koubo-area{
    padding-top: 10px;
}

.koubo-area h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  .koubo-area h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.koubo-area h3 {
  font-size: 1.8rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 576px) {
  .koubo-area h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .koubo-area h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .koubo-area h3 small {
    padding-left: 20px;
    font-size: 2rem;
  }
}
.koubo-area .koubo {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .koubo-area .koubo {
    font-weight: bold;
    padding: 20px 40px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.koubo-area .txt {
  font-size:1.05rem;
  margin-bottom:14px;

}
@media screen and (min-width: 576px) {
  .koubo-area .txt {
    font-size: 1.8rem;
  }
}

.koubo-area .koubo small {
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .koubo-area .koubo small {
    font-size: 1.7rem;
  }
}
.koubo-area .re-entry {
  border: 2px solid #333333;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px 6px;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry {
    margin: 40px 0;
    padding: 20px;
  }
}
.koubo-area .re-entry .subtitle {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry .subtitle {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.koubo-area .re-entry .txt {
  padding: 10px 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry .txt {
    font-size: 1.8rem;
  }
}
.koubo-area .re-entry .box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry .box-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.koubo-area .re-entry .box-area .box {
  background-color: #eef0a7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry .box-area .box {
    width: 80%;
    height: 180px;
  }
}
.koubo-area .re-entry .box-area .box div {
  font-size: 1.8rem;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry .box-area .box div {
    font-size: 2.4rem;
  }
}
.koubo-area .re-entry .box-area .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media screen and (min-width: 576px) {
  .koubo-area .re-entry .box-area .arrow {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 75px 10px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #000000;
  }
}

.oubo .btn-area {
  margin-top: 10px;
}
@media screen and (min-width: 576px) {
  .oubo .btn-area {
    margin-top: 40px;
  }
}
.oubo .btn {
  background-color: #9a8749;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .oubo .btn {
    width: 40%;
  }
}
.oubo .btn:hover {
  color:#eee;
  background-color: #ab9962;
}

.schedule-area h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .schedule-area h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.schedule-area .table-area {
  padding-left: 0px;
  padding-right: 0px;
}
.schedule-area .table-area table {
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 1.1rem;
}
.schedule-area .table-area table th {
  padding: 3px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
}
.schedule-area .table-area table td {
  padding: 3px;
  border: 1px solid #e6e6e6;
  text-align: left;
}
.schedule-area small {
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (min-width: 576px) {
  .schedule-area small {
    padding-left: 20px;
    font-size: 2rem;
    font-weight: normal;
  }
}

.contact-area {
  margin-top: 20px;
}
.contact-area .desc-blk {
  border: 2px solid #333333;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .contact-area .desc-blk {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.commingsoon {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 3rem;
}
@media screen and (min-width: 576px) {
  .commingsoon {
    font-weight: bold;
    font-size: 3rem;
    line-height: 6rem;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #231815;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #9a8749;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #231815;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #9a8749;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9a8749;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #9a8749;
  border-right: solid 2px #9a8749;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 60%;
  height: 360px;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #231815;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
  left: 40%;
}

/* 右端にメルマガ登録タブ表示 */
@media screen and (max-width: 576px) {
 #fixed-mail {
	display:none;
 }
}
#fixed-mail {
 position: fixed; 
 z-index:9999;
 text-align:center;
 bottom: 30px; 
 right: 0; 
 width: 220px; 
 height:250px;
 border: 5px solid #9A8649; 
 border-right:none;
 background-color:#ffff;
 border-radius: 10px 0 0 10px;
 padding: 10px 2px;
 font-size: 15px;
 line-height: 21px;
		
}
#fixed-mail img{
 width:60px;
 height:auto;
}
#fixed-mail .entry-btn{
 background-color:#972626;
 width:90%;
 padding:10px;
 border-radius: 10px;
 margin:0px auto 10px;
}
#fixed-mail .entry-btn a{
 color:#fff;
 font-size:1.4rem;
 font-weight:bold;
}
#fixed-mail .add-text{
color:#9A8649;

}
