@charset "UTF-8";

/* CSS Document */
/*-- スマホ版表示CSS  --*/

@media screen and (max-width: 820px) {
  /* footer----------------- */
}

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

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }

  .mailform {
    width: 100%;
    margin: 0 auto;
  }

  .thanks_box {
    width: 100%;
    margin: 0 auto;
    padding: 180px 20px;
  }

  .top_contents {
    padding: 50px 0px 0px 0px;
  }

  /* hamburger----------------- */

  /*　ハンバーガーボタン　*/
  .hamburger2 {
    display: block;
    position: fixed;
    z-index: 9;
    right: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
  .hamburger2 span {
    display: block;
    position: absolute;
    width: 42px;
    height: 1px;
    left: 15px;
    background: #7cb83d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger2 span:nth-child(1) {
    top: 22px;
  }
  .hamburger2 span:nth-child(2) {
    top: 34px;
  }
  .hamburger2 span:nth-child(3) {
    top: 46px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger2.active span:nth-child(1) {
    top: 33px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger2.active span:nth-child(2),
  .hamburger2.active span:nth-child(3) {
    top: 33px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    color: #99cc33;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 50px;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    /*  background :#ddd; */
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #99cc33;
    padding: 1em 0;
    text-decoration: none;
    font-size: 20px;
    font-family: "Averia Serif Libre";
  }

  nav.globalMenuSp ul li span {
    border-bottom: 1px solid #99cc33;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .sp_btn_wrap {
    display: block;
    position: fixed;
    z-index: 8;
    right: 10px;
    bottom: 15px;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }

  .btn_icons_sp {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 30px;
  }

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

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

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

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

  #page_top {
    right: 20px;
    bottom: 180px;
  }

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

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

  /* mv_wrap----------------- */
  .mv_wrap {
    margin-top: 60px;
  }
  .top_logo {
    width: 160px;
  }

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

  .top_messe {
    width: 100%;
    padding: 300px 20px 300px 45px;
  }
  .top_messe_in {
    padding-left: 15px;
  }
  .top_messe_in .messe_tit {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 60px;
  }
  .messe_txt {
    font-size: 16px;
  }

  /* top_news----------------- */
  .top_news_wrap {
    width: 100%;
    background-color: #e4f2b4;
    padding: 40px 20px 30px 20px;
  }

  .top_news h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }

  /*lineup----------------- */
  .top_lineup_wrap {
    width: 100%;
    padding: 55px 20px 0 20px;
    background-image: url(../images/bg_lineup_sp.png);
    background-repeat: repeat-y;
    background-position: -80% 0%;
  }

  .top_lineup_boxflex {
    margin-bottom: 80px;
  }
  .lineup_box1 {
    order: 2;
    width: 100%;
    padding: 0 45px;
    text-align: center;
  }
  .lineup_box2 {
    order: 1;
    width: 100%;
    padding: 0 20px;
    margin: auto;
  }
  .top_lineup_add img {
    margin-bottom: 40px;
  }
  .top_lineup_box h2 {
    font-size: 30px;
  }
  .top_lineup_box h2 img {
    width: 44px;
  }

  .lineup_inner1 {
    border-left: none;
    border-bottom: none;
    padding: 0;
    text-align: center;
  }

  .lineup_inner1 h3 {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 8px;
  }

  .lineup_inner3 h3 {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 8px;
  }

  .lineup_inner3 {
    padding: 0px;
    text-align: center;
  }

  .lineup_inner2 {
    border-right: none;
    border-bottom: none;
    padding: 0;
  }

  .lineup_inner4 {
    border-right: none;
    border-bottom: none;
    padding: 0px 0px -80px 0px;
  }

  .sub_tit {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .lineup_txt {
    font-size: 16px;
    padding-bottom: 80px;
  }

  .i_more_sp {
    font-size: 25px;
    display: block;
    font-family: "Averia Serif Libre";
    color: #99cc33;
    border: 1px solid #99cc33;
    width: 130px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    margin: 0 auto;
    text-align: center;
  }

  .i_more_sp:hover {
    font-family: "Averia Serif Libre";
    color: #fff;
    border: 1px solid #99cc33;
    background-color: #99cc33;
  }

  .i_online_sp {
    font-size: 18px;
    display: inline-block;
    font-family: "Averia Serif Libre";
    color: #99cc33;
    border: 1px solid #99cc33;
    width: 130px;
    padding: 6px 30px;
    margin: 0 auto;
    text-align: center;
  }
  .i_online_sp:hover {
    font-family: "Averia Serif Libre";
    color: #fff;
    border: 1px solid #99cc33;
    background-color: #99cc33;
  }

  .top_btn_spflex {
    display: flex;
    padding: 0 10px;
  }

  .lineup_box3 {
    order: 1;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lineup_box4 {
    order: 2;
    width: 100%;
    padding: 0px;
    text-align: center;
  }

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

  .lineup_inner2 {
    border-right: none;
    border-bottom: none;
    padding: 0;
    text-align: center;
  }


  /* Moreボタン アニメーション -----------------*/
  .btn_more {
    font-size: 25px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    bottom: 0;
  }

  .btn_more:hover {
    bottom: 0;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }

  .btn_more_cover {
    display: none;
  }

  .btn_more2 {
    font-size: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
  }

  .btn_more2:hover {
    bottom: 0;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }

  .btn_more_cover2 {
    display: none;
  }

  .btn_more3 {
    font-size: 25px;
    position: absolute;
    right: 3%;
    bottom: 0px;
  }

  .btn_more3:hover {
    bottom: 0px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }

  .btn_more_cover3 {
    display: none;
  }

  .btn_more4 {
    font-size: 20px;
    left: 3%;
    bottom: 0;
  }

  .btn_more4:hover {
    bottom: 0;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
  }


  /* top_instagram----------------- */
  .top_instagram_box h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .top_instagram_box h2 img {
    width: 40px;
  }
  .top_instagram_boxflex img {
    width: 32%;
    margin-bottom: 7px;
  }
  .top_instagram_boxflex:after {
    width: 32%;
  }

  /* top_members_wrap----------------- */
  .top_members_box {
    padding: 50px 20px;
  }
  .members_tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .members_tit span {
    font-size: 14px;
  }
  .members_txt_box {
    width: 100%;
    max-width: 420px;
  }
  .members_txt {
    font-size: 14px;
  }
  .m_box1 {
    width: 60%;
  }
  .m_box2 {
    width: 40%;
  }

  /* footer----------------- */

  .f_nav_wrap {
    display: none;
  }

  .f_box_flex_wrap {
    padding: 50px 0px 0px 0px;
  }

  .f_box_flex01 {
    width: 100%;
    padding: 20px 20px;
  }

  .f_box_flex01,
  .f_box_flex02 {
    width: 100%;
  }

  .map {
    margin-top: 20px;
    text-align: center;
  }

  .f_box_flex01 img {
    width: 100%;
    max-width: 266px;
    margin-bottom: 30px;
  }

  .f_font {
    font-size: 20px;
    line-height: 1.5;
  }
  .f_font2 {
    font-size: 14px;
    line-height: 1.8;
  }

  .f_box_flex01 ul {
    margin-bottom: 10px;
  }
  .copyright {
    font-size: 12px;
    padding: 20px 0;
  }



  /*--- lineup ---*/
  .item_wrap {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }

  .lineup_inner {
    padding: 90px 0 0;
  }

  .lineup_menu {
    width: 90%;
    flex-flow: column nowrap;
    justify-content: center;
    margin: 0 auto 90px;
  }

  .lineup_menu li {
    text-align: center;
    margin-bottom: 36px;
  }

  .item_wrap {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }

  .item_wrap div:nth-child(odd) {
    width: 100%;
    margin: 0 auto 80px;
  }

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

  .item_box p:nth-of-type(3) {
    width: 70%;
    margin: 20px auto;
    display: block;
    text-align: center;
  }

  .item_box p:nth-of-type(3) a {
    color: #fff;
    background: #7cb83d;
    display: block;
    padding: 20px 0;
  }

  .item_info {
    width: 328px;
  }



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

  .h_special01 {
    font-size: 20px;
  }

  .h_special02 {
    font-size: 48px;
  }

  .h_special03 {
    font-size: 18px;
  }

  .intro_image01 {
    width: 100%;
  }

  .intro_image02 {
    width: 100%;
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .intro_image03 {
    width: 100%;
    position: absolute;
    top: 860px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

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

  .intro_wrap01 {
    position: absolute;
    top: 700px;
    right: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .intro_wrap02 {
    position: absolute;
    top: 1200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

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

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

  .btn_area,.btn_area2 {
    width: 60%;
    padding-top: 1400px;
    margin: 0 auto 80px;
    flex-flow: column;
    justify-content: flex-start;
  }

.btn_area2 {
    width: 60%;
    padding-top: 60px;
    margin: 0 auto;
    flex-flow: column;
    justify-content: flex-start;
  }

  .btn_area div,.btn_area2 div {
    width:100%;
    margin-bottom: 30px;
  }

  .cookie_wrap {
    flex-flow: column nowrap;
  }

  .cookie_item div:nth-child(odd) {
    width: 90%;
    height: 320px;
    margin: 0 auto;
  }

  .cookie_item img {
    width: 90%;
    height: 300px;
  }

  .cookie_item div:nth-child(even) {
    font-size: 18px;
  }

  .recommend_txt {
    font-size: 12px;
    line-height: 1.4em;
    padding: 10px 0;
  }

  .scale_wrap {
    flex-flow: column nowrap;
    justify-content: space-between;
    background: #ecf4d080;
    padding: 40px 0;
  }

  .scale_item {
    margin-bottom: 60px;
  }

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

  .scale_item ul {
    width: 90%;
  }

  .order_comment {
    font-size: 14px;
    line-height: 1.6em;
    padding: 20px 0 10px;
  }


  /*-- ドメイン指定受信 --*/
  .domain_message {
    padding: 20px 20px;
  }

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

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

  .domain_caution {
    font-size: 14px;
    line-height: 1.4em;
    width: 100%;
    margin: 14px auto;
    padding: 10px 10px;
    background: #f0ffcd;
  }

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

  .block_layout {
    flex-flow: column nowrap;
  }

  .block_area {
    width: 100%;
  }

  .block_img_area {
    margin-bottom: -135px;
  }

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

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

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

  .items1 { order: 1;}
  .items2 { order: 2;}
  .items3 { order: 4;}
  .items4 { order: 3;}
  .items5 { order: 5;}
  .items6 { order: 6;}




  /*--- shopinfo ---*/
  .subject_wrap {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }

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

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


  /*--- company_profile ---*/
  .profile {
    margin: 0 auto 0;
  }

  .profile ul{
    flex-flow: column nowrap;
  }

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

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

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

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



  /*--- recruit ---*/
  .intro_01 p:nth-child(1) {
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 20px;
    position: absolute;
    top: 80px;
    left: 0;
  }

  .intro_02 {
    flex-flow: row wrap;
    margin-bottom: 80px;
  }

  .intro_02 div:nth-child(1) {
    flex: 1 1 70%;
    padding-right: 30%;
  }

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

  .intro_title {
    font-size: 16px;
    position: absolute;
    top: 50px;
    left: 70%;
    line-height: 1.6em;
  }

  .intro_txt {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8em;
  }



  /*--- message ---*/

  .subject_border::before {
    width: 33%;
  }

  .subject_border::after {
    width: 33%;
  }

  .rec_message {
    flex-flow: column nowrap;
  }

  .rec_message div:nth-child(1) {
    flex: 0 0 65%;
    padding-right: 35%;
    margin-bottom: 20px;
  }

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

  .message_ttl {
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }

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

  .message_owner {
    font-size: 12px;
    margin-bottom: 60px;
    position: absolute;
    top: 150px;
    right: 30px;
    text-align: right;
  }

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



  /*--- rec_jobs ---*/

  .rec_jobs_01 {
    margin: 0 auto;
    padding: 90px 40px;
    flex-flow: column;
    align-items: center;
  }


  .btn_job_detail {
    text-align: center;
  }

  .rec_jobs_02 {
    margin: 0 auto;
    padding: 90px 40px;
    flex-flow: column;
    align-items: center;
  }



  /*--- interview ---*/
  .interview {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

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

  .interview_comment {
    font-size: 14px;
    line-height: 1.6em;
    padding: 15px 12px;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .interview_image {
    padding-right: 0%;
    margin-bottom: 40px;
  }

  .interview_parsonal {
    flex: 1 1 auto;
    text-align: center;
  }

  .interview_name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .interview_join {
    font-size: 14px;
  }

  .interview_q {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    margin: 10px auto;
    background-color: #ECF4D0;
  }

  .interview_q::before {
    display: none;
  }

  .interview_a {
    font-size: 14px;
  }


  /*--- recruitment ---*/
  .recruitment {
    padding: 0 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.4em;
  }

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

  .recruitment p:nth-child(even) {
    padding: 14px;
    background: #fff;
    border-top: none;
    border-right: 1px solid #69BA18;
    border-left: 1px solid #69BA18;
  }

  .recruitment p:nth-last-child(2) {
    padding: 14px;
    background: #ECF4D0;
    border-top: 1px solid #69BA18;
    border-right: 1px solid #69BA18;
    border-bottom: none;
    border-left: 1px solid #69BA18;
  }

  .recruitment p:last-child {
    padding: 14px;
    background: #fff;
    border-top: none;
    border-right: 1px solid #69BA18;
    border-bottom: 1px solid #69BA18;
    border-left: 1px solid #69BA18;
  }

  .btn_entry {
    width: 240px;
    margin: 0 auto 80px;
  }




  /*--- cake_options ---*/
  .option_wrap {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }

  .option_item ul {
    font-size: 14px;
  }

  .option_price ul {
    font-size: 13px;
  }

  .option_detail {
    font-size: 14px;
  }

  .caution{
    font-size: 12px;
  }



  /*--- thanks ---*/



  /*--- news ---*/
  .news {
    background-color: #fff;
    background-image: url(../images/bg_lineup_sp.png);
    background-repeat: repeat-y;
    background-position: -70% 0%;
  }

  .news_box {
    border-bottom: 5px dotted #c4dc67;
    margin-bottom: 20px;
  }

  .news_box li:nth-child(1) {
    font-size: 14px; /* news_date */
  }

  .news_box li:nth-child(2) {
    font-size: 18px; /* news_title */
  }

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



}
