html {
  font-size: 62.5%; /*ベースを10pxにしています*/
}

body {
  position: relative;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem; /*18px*/
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

/* 共通css--------------------- */

* {
  box-sizing: border-box;
}
.clear {
  clear: left;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img {
  vertical-align: bottom;
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  transition: all 0.5s;
}
a img:hover {
  transition: all 0.5s;
  opacity: 0.8;
}
a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
.pc_none {
  display: none;
}
/*section {
  width: 100%;
}*/
.wrap {
  width: 100%;
}
.top_contents {
  width: 100%;
  max-width: 1100px;
  padding: 100px 20px;
  margin: 0 auto;
}
.contents_fbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 10;
  right: 60px;
  bottom: 60px;
  background: #69ba18;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f077";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25px;
  bottom: 0;
  right: -17px;
  left: 0;
  margin: auto;
  text-align: center;
}

.pt {
  position: absolute;
  color: #fff;
  top: 37px;
  right: 2px;
  bottom: -5px;
  font-size: 12px;
  font-weight: 800;
}

.box_flex {
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  display: flex;
  justify-content: space-between;
  align-items: top;
}

/* 最後のコンテンツを左寄せにする指定 */
.box_flex:after {
  content: "";
  display: block;
  width: 32%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

/* contact form----------------
.mailform {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.c_name {
  margin: 10px 0;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform textarea {
  width: 100%;
  border: 1px solid #eee;
  background-color: #eee;
  padding: 10px;
}

.mf_mb5 {
  margin-bottom: 10px;
}

.mt50 {
  margin-top: 50px;
}

.img_mail {
  width: 63%;
  margin: 0 0 0 280px;
  background-color: #fff7f0;
  margin-top: 50px;
  padding: 50px 5px;
  text-align: center;
  border-radius: 5px;
}

.img_mail a {
  color: #ef8d17;
  text-decoration: underline;
  text-decoration-color: #ef8d17;
}
.img_mail a:hover {
  color: #ef8d17;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.cf_btn:hover {
  background-color: #ef8d17;
  transition: all 0.5s;
  opacity: 0.8;
}
--------------------- */

/* お問い合わせサンクス--------------------- */
.thanks_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 180px 20px;
}

.tit_wrap {
  margin-top: 100px;
  width: 100%;
  margin-bottom: 50px;
}

.tit_wrap h2 {
  font-size: 20px;
  font-weight: 800;
}

.thanks_box p {
  line-height: 3;
}

.thanks_tit {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 50px;
}

.fa-less-than {
  margin-right: 10px;
}

/* お問い合わせ　閉じる-------------------- */
.thanks_button {
  margin: 50px 0;
}

.close {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.close input[type="button"] {
  padding: 10px 50px;
  font-size: 13pt;
  background-color: #333;
  border: 1px solid #555;
  color: #fff;
  border-style: none;
  cursor: pointer;
}

/* policy--------------------- */
.policy_box {
  width: 760px;
  margin: 0 auto;
  line-height: 2;
  background-color: #eee;
  padding: 30px;
}

.policy_box dt {
  margin-bottom: 10px;
  text-align: left;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p10 {
  padding: 10px !important;
}

.mt40 {
  margin-top: 40px !important;
}

/* 閉じる-------------------- */
.policy_close {
  margin: 50px 0;
}

.close {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.close input[type="button"] {
  padding: 10px 50px;
  font-size: 13pt;
  background-color: #333;
  border: 1px solid #555;
  color: #fff;
  border-style: none;
  cursor: pointer;
}

/* header----------------- */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.btn_icons_pc {
  position: absolute;
  left: 45px;
  top: 580px;
  z-index: 10;
}

.btn_icons_pc a:nth-child(1)::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/top_icon_order_pc.png) no-repeat  center center / contain;
  opacity: 80%;
  cursor: pointer;
  margin-bottom: 20px;
}

.btn_icons_pc a:nth-child(1):hover::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/top_icon_order_sp.png) no-repeat  center center / contain;
  opacity: 80%;
  cursor: pointer;
}

.btn_icons_pc a:nth-child(2)::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/top_icon_gift_pc.png) no-repeat  center center / contain;
  opacity: 80%;
  cursor: pointer;
}

.btn_icons_pc a:nth-child(2):hover::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/top_icon_gift_sp.png) no-repeat  center center / contain;
  opacity: 80%;
  cursor: pointer;
}



/*
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  left: 60px;
  top: 50px;
  width: 50px;
  height: 36px;
  cursor: pointer;
  z-index: 9;
}
.hamburger__line {
  position: absolute;
  width: 36px;
  height: 1px;
  right: 0;
  background-color: #9acc33;
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 1px;
}
.hamburger__line--2 {
  top: 12px;
}
.hamburger__line--3 {
  top: 22px;
}
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/*
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  left: -100%; /*ハンバーガーがクリックされる前はWindow左側に隠す*/
  top: 120px;
  width: 186px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  z-index: 8;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  text-align: center;
}

/*ハンバーガーがクリックされたら左からスライド*/
.open .sp-nav {
  left: 0;
}

/*
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  /* position: fixed;
left: 0;
top: 0;*/
  width: 186px;
  height: 100vh;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 7;
  text-align: center;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
.sp-nav span {
  font-size: 25px;
  border-bottom: 1px solid #99cc33;
}

.sp-nav ul li {
  padding-bottom: 25px;
}
.sp-nav ul li a {
  font-size: 23px;
  font-family: "Averia Serif Libre";
  color: #99cc33;
  padding: 25px 0px 25px 0px;
}

rt {
  font-size: 12px;
  transform: translateY(-0.5em);
}

.center {
  text-align: center;
}

.sp-nav ul li a :hover {
  opacity: 0.8;
}

/* top----------------- */

.top_wrap {
  background-color: #fff;
  background-image: url(../images/top_bg.png);
  background-repeat: no-repeat;
  background-position: top, left;
  background-size: cover;
}

/* top_mv----------------- */
.top_mv {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top_logo {
  width: 215px;
  background-position: 0 center;
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 48%;
  height: 120px;
  font-size: 20px;
  color: #99cc33;
  font-family: "Averia Serif Libre";
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 15px;
  /*線の形状*/
  left: 50%;
  width: 1px;
  height: 120px;
  background: #99cc33;
  /*線の動き2.4秒かけて動く。永遠にループ*/
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 15px;
    opacity: 0;
  }
  30% {
    height: 90px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/* top_messe----------------- */

.top_messe {
  width: 100%;
  padding: 300px 0 600px 0;
}
.top_messe_in {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-left: 1px solid #333;
  padding-left: 30px;
}

.top_messe_in .messe_tit {
  font-size: 25px;
  font-weight: 800;
  color: #42210a;
  line-height: 2;
  margin-bottom: 100px;
  letter-spacing: 2px;
}

.top_messe_in .messe_tit span {
  color: #69ba18;
}

.messe_txt {
  font-size: 20px;
  color: #42210a;
  line-height: 2;
}

.top_caution_wrap {
  width: 100%;
  background-color: #eee;
  padding: 60px 20px;
}

.top_caution_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_caution {
  width: 90%;
  max-width: 622px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border: 6px solid #F00;
  background: #fff;
  padding: 1.5em 1.0em;
}

.txt_red {
  color: #f00;
  font-size: 20px;
  font-weight: bold;
}

.caution_tel {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.caution_tel a {
  color: #338811;
}

.caution_tel a:hover {
  color: #f00;
}







/* top_news----------------- */
.top_news_wrap {
  width: 100%;
  background-color: #c3dc68;
  padding: 55px 20px 25px 20px;
}
.top_news {
  width: 100%;
  max-width: 622px;
  margin: 0 auto;
}

.top_news h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Averia Serif Libre";
  color: #42210a;
  vertical-align: middle; /* 上下中央寄せ */
  padding-bottom: 30px;
}

.top_news h2 img {
  width: 46px;
  vertical-align: middle; /* 上下中央寄せ */
}

.news_inner {
  width: 100%;
  display: table;
  font-size: 16px;
}

.news_table {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #42210a;
}
.news_table a:hover {
  opacity: 0.8;
}
.news_table dl {
  border-bottom: 1px solid #666;
  padding: 18px 10px;
}
.news_table dl:first-child {
  border-top: none;
}
.news_table dt {
  display: table;
  font-weight: 800;
  padding-right: 18px;
  font-size: 15px;
  margin-bottom: 8px;
}
.news_table dd {
  display: table;
  text-align: justify;
}

.news_table a {
  color: #42210a;
}

@media screen and (max-width: 640px) {
  .news_inner {
    font-size: 16px;
  }

  .news_table dl {
    padding: 18px 6px;
  }
  .news_table dt {
    padding-right: 15px;
    padding-right: 10px;
  }
}

/*lineup----------------- */
.top_lineup_wrap {
  width: 100%;
  padding: 55px 20px 0 20px;
  background-image: url(../images/bg_lineup_L_pc.png),
    url(../images/bg_lineup_R_pc.png);
  background-repeat: repeat-y, repeat-y;
  background-position: 0% 0%, 100% -190%;
}
.top_lineup_box {
  width: 100%;
  max-width: 974px;
  text-align: center;
  margin: 0 auto;
}

.top_lineup_box h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Averia Serif Libre";
  color: #42210a;
  vertical-align: middle; /* 上下中央寄せ */
  padding-bottom: 40px;
}

.top_lineup_box h2 img {
  width: 48px;
  vertical-align: middle; /* 上下中央寄せ */
}

.top_lineup_boxflex {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  justify-content: space-between;
  margin-bottom: 120px;
}

.top_lineup_boxflex img {
  width: 100%;
}

.lineup_box1 {
  order: 1;
  width: 50%;
  padding: 0 50px 20px 10px;
}
.lineup_box2 {
  order: 2;
  width: 50%;
}

.lineup_box2 img {
  width: 100%;
  max-width: 500px;
}

.top_lineup_add {
  width: 100%;
}

.top_lineup_add img {
  width: 100%;
  margin-bottom: 80px;
}

.lineup_inner1 {
  border-left: 1px solid #99cc33;
  border-bottom: 1px solid #99cc33;
  padding: 10px 0px 80px 60px;
  text-align: left;
  position: relative;
}
.i_more {
  width: 150px;
  position: absolute;
  bottom: -76px;
  right: 0px;
}
.i_more img:hover {
  opacity: 1;
}

.i_more img:nth-child(1) {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_more:hover img:nth-child(1) {
  opacity: 0;
  transition: opacity 1s;
}

.lineup_inner1 h3 {
  font-size: 35px;
  font-family: "Averia Serif Libre";
  color: #99cc33;
  letter-spacing: 2px;
  padding-top: 30px;
  margin-bottom: 10px;
}

.lineup_inner2 h3 {
  font-size: 35px;
  font-family: "Averia Serif Libre";
  color: #99cc33;
  letter-spacing: 2px;
  padding-top: 30px;
  margin-bottom: 10px;
}

.lineup_inner3 h3 {
  font-size: 35px;
  font-family: "Averia Serif Libre";
  color: #99cc33;
  letter-spacing: 2px;
  padding-top: 30px;
  margin-bottom: 10px;
}

.sub_tit {
  font-size: 23px;
  font-family: "Noto Serif Japanese";
  color: #99cc33;
  margin-bottom: 60px;
}

.lineup_txt {
  font-size: 20px;
  color: #42210a;
  line-height: 1.5;
}

.lineup_box3 {
  order: 1;
  width: 50%;
  padding: 0;
}
.lineup_box4 {
  order: 2;
  width: 50%;
  padding: 0 0px 20px 50px;
}
.lineup_box3 img {
  width: 100%;
  max-width: 500px;
}
.lineup_inner2 {
  border-right: 1px solid #99cc33;
  border-bottom: 1px solid #99cc33;
  padding: 10px 60px 80px 0px;
  text-align: left;
  position: relative;
}

.lineup_inner3 {
  padding: 10px 60px 80px 0px;
  text-align: left;
  position: relative;
}

.lineup_inner4 {
  border-right: 1px solid #99cc33;
  border-bottom: 1px solid #99cc33;
  padding: 0px 0px -80px 0px;
}

.i_more2 {
  width: 150px;
  position: absolute;
  bottom: -76px;
  left: 0px;
}
.i_more2 img:hover {
  opacity: 1;
}

.i_more2 img:nth-child(1) {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_more2:hover img:nth-child(1) {
  opacity: 0;
  transition: opacity 1s;
}

.i_more3 {
  width: 175px;
  position: absolute;
  left: -80px;
  bottom: -76px;
}
.i_more3 img:hover {
  opacity: 0.5;
}

.i_more3 img:nth-child(1) {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_more3:hover img:nth-child(1) {
  opacity: 0;
  transition: opacity 1s;
}

.i_more4 {
  width: 150px;
  position: absolute;
  left: 90px;
  bottom: -76px;
}
.i_more4 img:hover {
  opacity: 0.5;
}
.i_more4 img:nth-child(1) {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_more4:hover img:nth-child(1) {
  opacity: 0;
  transition: opacity 1s;
}



/* Moreボタン アニメーション -----------------*/
.btn_more {
  font-size: 32px;
  font-family: "Averia Serif Libre";
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #99cc33;
  border: 1px solid #99cc33;
  text-align: center;
  letter-spacing: 0.15rem;
}

.btn_more:hover {
  bottom: -75px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #c3dc68;
  text-align: center;
}

.btn_more_cover {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 125px;
  height: 20px;
  background: #fff;
}

.btn_more2 {
  font-size: 32px;
  font-family: "Averia Serif Libre";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #99cc33;
  border: 1px solid #99cc33;
  text-align: center;
  letter-spacing: 0.15rem;
}

.btn_more2:hover {
  bottom: -75px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #c3dc68;
  text-align: center;
}

.btn_more_cover2 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 125px;
  height: 20px;
  background: #fff;
}

.btn_more3 {
  font-size: 32px;
  font-family: "Averia Serif Libre";
  position: absolute;
  right: 115px;
  bottom: -25px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #99cc33;
  border: 1px solid #99cc33;
  text-align: center;
  letter-spacing: 0.15rem;
}

.btn_more3:hover {
  bottom: -75px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #c3dc68;
  text-align: center;
}

.btn_more_cover3 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 300px;
  height: 20px;
  background: #fff;
}

.btn_more4 {
  font-size: 24px;
  font-family: "Averia Serif Libre";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #99cc33;
  border: 1px solid #99cc33;
  text-align: center;
}

.btn_more4:hover {
  bottom: -75px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #c3dc68;
  text-align: center;
}


/* top_instagram----------------- */
.top_instagram_wrap {
  width: 100%;
  background-color: #f2efe6;
  padding: 55px 20px;
}
.top_instagram_box {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}

.top_instagram_boxflex {
  display: flex;
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  justify-content: space-between;
}
.top_instagram_boxflex img {
  width: 24%;
  margin-bottom: 12px;
}

/* 最後のコンテンツを左寄せにする指定 */
.top_instagram_boxflex:after {
  content: "";
  display: block;
  width: 24%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.top_instagram_box h2 {
  text-align: center;
  font-size: 35px;
  font-family: "Averia Serif Libre";
  color: #99cc33;
  vertical-align: middle; /* 上下中央寄せ */
  padding-bottom: 60px;
}

.top_instagram_box h2 img {
  width: 40px;
  vertical-align: middle; /* 上下中央寄せ */
}

/* top_members_wrap----------------- */
.top_members_wrap {
  width: 100%;
}

.top_members_boxs {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 20px;
}

.members_tit {
  font-size: 25px;
  font-weight: 800;
  color: #42210a;
  text-align: center;
  margin-bottom: 40px;
}
.members_tit span {
  font-size: 20px;
}

.members_txt_box {
  width: 420px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.members_txt {
  font-size: 18px;
  line-height: 1.5;
  color: #42210a;
}
.top_members_box img {
  width: 100%;
}

.top_members_boxflex {
  display: flex;
  justify-content: space-between;
}
.m_box1 {
  width: 45%;
}
.m_box2 {
  width: 50%;
}

.m_box2 img {
  width: 100%;
  margin-bottom: 20px;
}

.top_members_boxflex img {
  width: 100%;
}

/* footer----------------- */
footer {
  width: 100%;
  color: #fff;
  background-color: #c3dc68;
}

.inner_footer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.f_nav_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

.f_nav_wrap ul li {
  font-size: 14px;
  float: left;
}
.f_nav_wrap ul li a {
  display: block;
  color: #42210a;
  margin-right: 40px;
  line-height: 1.5;
}

.f_box_flex_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  justify-content: space-between;
  padding: 0;
}

.f_box_flex01 {
  width: 58%;
}
.f_box_flex02 {
  width: 41%;
}

.f_box_flex01 img {
  width: 352px;
  margin-bottom: 80px;
}

.f_font {
  font-size: 30px;
  font-family: "Barlow Semi Condensed";
  line-height: 1.2;
  letter-spacing: 1px;
}
.f_font2 {
  font-size: 18px;
  letter-spacing: 1px;
}

.f_box_flex01 ul {
  margin-bottom: 10px;
}
.copyright {
  color: #707070;
  text-align: center;
  font-size: 18px;
  padding: 30px 0;
  background-color: #e4f1b4;
}



/*--- lineup ---*/
.lineup {
  width: 100%;
  background: #ECF4D0;
}

.linup_outer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}

.lineup_inner {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  background: #fff;
  border-left: 3px solid #ECF4D0;
  border-right: 3px solid #ECF4D0;
  padding: 90px 0;
}

.section_title {
  width: 200px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #42210A;
  text-align: center;
  border-bottom: 1px solid #42210A;
  margin: 0 auto 40px;
  padding-bottom: 10px;
}

.section_title_wide {
  width: 320px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #42210A;
  text-align: center;
  border-bottom: 1px solid #42210A;
  margin: 0 auto 40px;
  padding-bottom: 10px;
}

.section_title_full {
  width: 90%;
  max-width: 480px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #42210A;
  text-align: center;
  border-bottom: 1px solid #42210A;
  margin: 0 auto 40px;
  padding-bottom: 10px;
}

.lineup_menu {
  font-weight: 700;
  width: 560px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 120px;
}

.lineup_menu li {
  text-align: center;
}

.title_en {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.title_ja {
  font-size: 24px;
  font-weight: bold
}

.item_wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.item_wrap div:nth-child(odd) {
  width: 328px;
  margin: 0 90px 80px 0;
}

.item_wrap div:nth-child(even) {
  width: 328px;
  margin: 0 0 80px 0;
}

.item_box {
  width: 328px;
  color: #42210A;
  margin: 0 auto;
}

.item_box p:nth-of-type(1) {
  width: 328px;
  height: 244px;
  margin: 0 auto;
  background: #F2EFE6;
  border-radius: 10px;
}

.item_image img {
  width: 328px;
  height: 244px;
  object-fit: contain;
}

.item_box p:nth-of-type(2) {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 20px 0 10px;
}

.item_box p:nth-of-type(3) {
  display: none;
}

.limited {
  color: #fff;
  background: #69ba18;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 3px;
}

.limited2 {
  color: #69ba18;
  font-size: 12px;
  line-height: 1.6rem;
}

.item_info {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.item_info li {
  line-height: 2.0em;
  border-bottom: 1px dotted #707070;
}

.item_info li:nth-child(odd) {
  text-align: left;
  flex: 1 1 70%;
}

.item_info li:nth-child(even) {
  text-align: right;
  flex: 1 1 30%;
}

.item_info li:last-child {
  text-align: right;
  border-bottom: none;
}

.btn_order {
  width: 300px;
  margin: 0 auto 140px;
}

.btn_order img {
  width: 100%;
}

.small_cap {
  font-size: 12px;
}






/*--- bnr_area ---*/
.bnr_area_wrap {
  width: 100%;
  padding: 140px 0 80px;
}

.bnr_area {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.bnr_area img {
  width: 100%;
}



/*--- order_form ---*/
#order {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 100px;
}

#contact_privacy_text {
	width: 100%;
	height: 150px;
	padding: 10px;
	border: 1px #42210b solid;
	overflow: auto;
	font-weight: normal;
	text-align: left;
}
#contact_privacy {
	padding: 10px 30px 30px 30px;
	border: 1px #999999 solid;
	margin: 0 auto 30px auto;
	text-align: center;
	font-weight: bold;
}

.text_space {
  font-size:19px;
  color:#a9ce52;
  font-weight:bolder;
  letter-spacing: 10px;
  margin-bottom: 30px;
}

.text_back_green {
  font-size:18px;
  line-height: 32px;
  background:#a9ce52;
  color:#fff;
  font-weight:bolder;
  padding:20px;
  margin-bottom: 30px;
}

.text_wrap_rad {
  font-size:18px;
  line-height: 32px;
  background:#fff;
  color:#333;
  font-weight:bolder;
  padding:20px;
  margin-bottom: 30px;
  border: 4px solid #f00;
}


/*--- print_cookie ---*/
.special {
  width: 100%;
  background: #fff url(../images/bg_cookie_pc.png) repeat ;
}

.special_inner {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 90px 0;
}

.h_special {
  text-align: center;
  margin-bottom: 60px;
}

.h_special01 {
  color: #42210A;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h_special02 {
  color: #5EA715;
  font-size: 60px;
  font-family: 'Averia Serif Libre', cursive;
}

.h_special03 {
  color: #5EA715;
  font-size: 24px;
  font-weight: 700;;
}

.intro_special{
  position: relative;
}

.intro_image01 {
  width: 480px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

.intro_image02 {
  width: 600px;
  position: absolute;
  top: 500px;
  left: -100px;
  z-index: 2;
}

.intro_image03 {
  width: 600px;
  position: absolute;
  top: 900px;
  right: -100px;
  z-index: 2;
}

.intro_image01 img,
.intro_image02 img,
.intro_image03 img {
  width: 100%;
}

.intro_wrap01 {
  width: 100%;
  max-width: 520px;
  position: absolute;
  top: 600px;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.intro_wrap02 {
  width: 100%;
  max-width: 520px;
  position: absolute;
  top: 1150px;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.intro_h {
  color: #5EA715;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #5EA715;
}

.intro_d {
  color: #42210A;
  font-size: 23px;
  padding: 20px 50px;
  line-height: 1.3em;
}

.btn_area,.btn_area2 {
  padding-top: 1500px;
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.btn_area2 {
  padding-top: 100px;
  width: 320px;
  justify-content: center;
}

.btn_area div,.btn_area2 div {
  width: 320px;
  margin-bottom: 140px;
}

.btn_area img,.btn_area2 div {
  width: 100%;
}

.cookie_wrap {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.cookie_item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}

.cookie_item div:nth-child(odd) {
  width: 425px;
  height: 380px;
  background: #F2EFE6;
  color: #42210A;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.cookie_item img {
  width: 360px;
  height: 320px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cookie_item div:nth-child(even) {
  color: #42210A;
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto 40px;
}

.recommend_txt {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 60px;
  font-size: 20px;
  text-align: center;
  line-height: 1.4em;
  padding: 20px 0;
  border: 1px solid #5EA715;
}

.scale_wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #ecf4d080;
  padding: 40px 0;
}

.scale_wrap div {
  flex: 1 1 50%;
}

.scale_item div:first-child {
  color: #42210a;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.scale_item img {
  width: 100%;
}

.scale_item ul {
  width: 70%;
  margin: 0 auto;
  background: #fff;
}

.scale_item ul li {
  padding: 0 20px;
}

.green_belt {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
	background:#c4dc67;
}

.order_comment {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  padding: 40px 0 20px;
}

.chara_hanon {
  text-align: center;
  width: 64px;
  margin: 0 auto;;
}

#contact_privacy p {
  font-size: 14px;
  margin-bottom: 10px;
}

#contact_privacy_text {
  font-size: 13px;
  line-height: 1.4em;
}

.form_cautions {
  color: #ff0000;
}


/*-- ドメイン指定受信 --*/
.domain_message {
  width: 100%;
  margin: 0 auto 60px;
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #a9ce52;
}

.domain_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.domain_detail {
  font-size: 14px;
  line-height: 1.6em;
}

.domain_caution {
  font-size: 14px;
  line-height: 1.6em;
  width: 70%;
  margin: 20px auto;
  padding: 10px 40px;
  background: #f0ffcd;
}

.domain_detail span,
.domain_caution span {
  color: #338811;
  font-size: 16px;
  font-weight: bold;
}

.shopinfo {
  width: 100%;

}



/*--- shop_info ---*/
.shop_header {
  width: 100%;
  height: 140px;
  padding-top: 80px;
  border-bottom: 1px solid #42210a;
  margin-bottom: 80px;
  text-align: center;
}

.subject_wrap {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.subject_ja {
  font-size: 16px;
  letter-spacing: 0.3em;
}

.subject_en {
  font-size: 35px;
  font-family: 'Averia Serif Libre', cursive;
}

.contents100 {
  width: 100%;
}

.shop_green {
  width: 100%;
  color: #fff;
  background: #99CC33;
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  font-family: serif;
  padding:30px 0;
}

.block_layout {
  width: 100%;
  background: #F2EFE6;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 140px;
}

.block_layout div {
  flex: 1 1 50%;
  height: 350px;
}

.block_layout div:nth-child(odd) {
  flex-flow: row-reverse;
}

.block_area {
  display: flex;
}

.block_area div:nth-child(1) {
  flex: 1 1 70%;
}

.block_area div:nth-child(2) {
  flex: 1 1 30%;
}

.block_layout div img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
}

.block_txt_area {
  width: 430px;
  padding: 60px 30px 0;
}

.sub_title_green {
  color: #5EA715;
  font-size: 28px;
  font-family: serif;
  margin-bottom: 40px;
  text-align: center;
}

.shopinfo_txt {
  color: #42210A;
  font-size: 18px;
  line-height: 1.8em;
}


/*--- company_profile ---*/
.profile {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 140px;
}

.profile ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.profile ul li {
  padding: 20px;
}

.profile ul li:nth-child(odd) {
  flex: 1 1 25%;
  background: #f2efe6;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.profile ul li:nth-child(even) {
  flex: 1 1 75%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.profile ul li:nth-child(15) {
  flex: 1 1 25%;
  background: #f2efe6;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}

.profile ul li:last-child {
  flex: 1 1 75%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}


/*--- recruit ---*/
.recruit {
  width: 100%;
}

.recruit_inner {
  padding: 90px 0;
}

.recruit_intro {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.intro_01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 40px;
}

.intro_01 p:nth-child(1) {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6em;
  padding: 30px 80px;
  background: #69b918cc;
  position: absolute;
  top: 200px;
  left: 0;
}

.intro_01 p:nth-child(2) {
  width: 85%;
}

.intro_02 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 180px;
  align-items: center;
  position: relative;
}

.intro_02 div:nth-child(1) {
  flex: 1 1 45%;
  margin-right: 5%;
}

.intro_02 div:nth-child(2) {
  flex: 1 1 50%;
}

.intro_title {
  color: #5EA715;
  font-size: 28px;
  font-family: serif;
  margin-bottom: 20px;
}

.intro_txt {
  color: #42210A;
  font-family: serif;
  font-size: 18px;
  line-height: 1.8em;
}


/*--- message ---*/

.subject_border::before {
  content: '';
  width: 41%;
  border-bottom: 1px solid #42210A;
  display: flex;
  position: absolute;
  top: 30px;
  left: 0;
}

.subject_border::after {
  content: '';
  width: 41%;
  border-bottom: 1px solid #42210A;
  display: flex;
  position: absolute;
  top: 30px;
  right: 0;
}

.rec_massage_wrap {
  width: 100%;
  border-bottom: 1px solid #42210A;
}

.rec_message {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.rec_message div:nth-child(1) {
  flex: 0 0 40%;
}

.rec_message div:nth-child(2) {
  flex: 0 0 50%;
}

.message_ttl {
  color: #42210A;
  font-size: 24px;
  font-family: serif;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 60px;
}

.message_txt {
  color: #42210A;
  font-size: 18px;
  line-height: 2.4em;
  margin-bottom: 60px;
}

.message_green {
  color: #5EA715;
}

.message_owner {
  font-size: 18px;
  margin-bottom: 60px;
  line-height: 1.8em;
}

.owners_name {
  font-size: 24px;
  font-weight: 700;
}



/*--- jobs ---*/
.rec_jobs_wrap {
  width: 100%;
  background: #ECF4D0;
  margin-bottom: 90px;
}

.rec_jobs_01 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.rec_jobs_01 div:nth-child(2) {
  flex: 1 1 48%;
  margin-right: 4%;
}

.rec_jobs_01 div:nth-child(3) {
  flex: 1 1 48%;
}

.job_ja {
  font-size: 16px;
  font-weight: 700;
}

.job_en {
  font-size: 35px;
  font-family: "Averia Serif Libre";
  color: #42210a;
  margin-bottom: 20px;
}

.job_summary {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.btn_job_detail {
  margin-bottom: 20px;
}

.btn_job_detail a {
  color: #99CC33;
  padding: 15px 50px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #99CC33;
}

.btn_job_detail a:hover {
  color: #fff;
  background-color: #99CC33;
  border: 1px solid #99CC33;
}

.rec_jobs_02 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 40px;
  background: #fff;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}

.rec_jobs_02 div:nth-child(2) {
  flex: 1 1 48%;
  margin-left: 4%;
}

.rec_jobs_02 div:nth-child(3) {
  flex: 1 1 48%;
  text-align: right;
}



/*--- interview ---*/
.interview_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

.interview {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.interview_no {
  width: 150px;
  position: absolute;
  top: -40px;
  right: 0;
}

.interview_comment {
  color: #42210A;
  font-size: 24px;
  line-height: 1.6em;
  padding: 30px 40px;
  background: #ffffffcc;
  position: absolute;
  top: 140px;
  right: 100px;
  box-shadow: 1px 1px 2px 2px #eee;
}

.interview_image {
  flex: 1 1 60%;
  padding-right: 5%;
}

.interview_parsonal {
  flex: 1 1 30%;
}

.interview_name {
  color: #42210A;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.interview_join {
  color: #42210A;
  font-size: 18px;
}

.interview_set {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}

.interview_q {
  width: 80%;
  color: #5EA715;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 auto 10px;
}

.interview_q::before {
  content: '';
  width: 9%;
  border-top: 1px solid #5EA715;
  position: absolute;
  top: 14px;
  left: 0;
}

.interview_a {
  width: 80%;
  color: #42210A;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 auto;
}

.interview_b {
  font-weight: 700;
}



/*--- recruitment ---*/
.recruitment_wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}

.recruitment {
  padding: 0 40px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.4em;
}

.recruitment p:nth-child(odd) {
  padding: 16px;
  background: #ECF4D0;
  flex: 1 1 25%;
  border-top: 1px solid #69BA18;
  border-left: 1px solid #69BA18;
}

.recruitment p:nth-child(even) {
  padding: 16px;
  background: #fff;
  flex: 1 1 75%;
  border-top: 1px solid #69BA18;
  border-right: 1px solid #69BA18;
}

.recruitment p:nth-last-child(2) {
  padding: 16px;
  background: #ECF4D0;
  flex: 1 1 25%;
  border-top: 1px solid #69BA18;
  border-left: 1px solid #69BA18;
  border-bottom: 1px solid #69BA18;
}

.recruitment p:last-child {
  padding: 16px;
  background: #fff;
  flex: 1 1 75%;
  border-top: 1px solid #69BA18;
  border-right: 1px solid #69BA18;
  border-bottom: 1px solid #69BA18;
}

#entry {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.btn_entry {
  text-align: center;
  width: 320px;
  margin: 0 auto 80px;
}



/*--- cake_options ---*/
.option_wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #ecf4d080;
  padding: 40px 0;
  margin-bottom: 60px;
}

.option_wrap div {
  flex: 1 1 50%;
}

.option_item {

}

.option_item div:first-child {
  color:#a9ce52;
  font-size:18px;
  font-weight:bolder;
  text-align: center;
  margin-bottom: 20px;
}

.option_item ul {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.option_item ul li {
  padding: 5px 0;
}

.option_item ul li:nth-child(4) {
  flex: 1 1 20%;
}

.option_item ul li:nth-child(5) {
  flex: 1 1 80%;
}

.option_price ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  line-height: 1.2em;
}

.option_price ul li:first-child {
  color: #fff;
  background: #5EA715;
  text-align: center;
}

.option_price ul li:nth-child(2n-1) {
  flex: 1 1 55%;
}

.option_price ul li:nth-child(2n) {
  flex: 1 1 45%;
  text-align: right;
}

.caution{
	font-size: 14px;
  line-height: 1.4em;
}

.size_detail{
	margin: 370px 0 0 0;
}

.sp_lineup_cut{
	display: none;
}

.option_detail {
  width: 90%;
	margin: 20px;
  line-height: 1.4em;
}

.text_green {
  color: #338811;
}


/*--- thanks ---*/
#thanks {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 200px 0;
}

.thanks_txt {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 0;
  line-height: 2.0em;
}

.btn_back_to {
  width: 320px;
  margin: 20px auto;
  display: block;
  text-align: center;
}

.btn_back_to a {
  color: #fff;
  background: #7cb83d;
  display: block;
  padding: 20px 0;
}

.btn_back_to a:hover {
  opacity: 0.7;
}



/*--- news ---*/
.news {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
  background-image: url(../images/bg_lineup_L_pc.png), url(../images/bg_lineup_R_pc.png);
  background-repeat: repeat-y, repeat-y;
  background-position: 0% 0%, 100% -190%;
}

.news_wrap {
  width: 85%;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6em;
}

.news_box {
  padding: 30px 0;
  border-bottom: 8px dotted #c4dc67;
  margin-bottom: 60px;
}

.news_box li:nth-child(1) {
  font-size: 16px; /* news_date */
  margin-bottom: 1.2rem;
}

.news_box li:nth-child(2) {
  font-size: 18px; /* news_title */
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.news_box li:nth-child(2) a {
  color: #7cb83d;
}

.news_box li:nth-child(2) a:hover {
  color: #999;
}

.news_box li:nth-child(3) {
  font-size: 16px; /* news_contet */
}

.postnavi {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  font-size: 14px;
}

.postnavi li a {

}












































/*--- construction ---*/
.construction {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
.construction p:nth-child(1) {
  font-weight: 700;
  margin-bottom: 10px;
}

.construction p:nth-child(2) {
  font-family: 'Averia Serif Libre', cursive;
  margin-bottom: 60px;
}

.construction p:nth-child(3) {
  font-size: 16px;
  margin-bottom: 20px;
}


/*--- end ---*/
