@charset 'utf-8';

/* =========================================================
 PC・スマホ共通
========================================================= */
body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.renewalText {
  background-image: url(/img/index/bg_renewal_text.png);
  background-repeat-x: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.renewalText p {
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}

.renewalText p span {
  color: #ffb400;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {

  /* =========================================================
 index コンテンツ
========================================================= */
  body {
    color: #323232;
    font-size: 14px;
    position: relative;
  }

  /* =========================================================
 indexページ
========================================================= */

  #middleWrapper #contentsWrapper {
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
    width: 1040px;
    background-color: #ffffff;
    box-shadow: rgb(124 124 124 / 65%) 0px 17px 17px -4px;
    -webkit-box-shadow: rgb(124 124 124 / 65%) 0px 17px 17px -4px;
  }

  .indexContents {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1040px;
  }

  /* ----- グループロゴ ----- */
  .indexContents header {
    background-color: #ffffff;
    height: 76px;
  }

  .indexGroupLogo {
    margin: 0 auto;
    padding: 15px 0 0;
    width: 248px;
  }

  /* ----- index詳細装飾 ----- */
  .indexBlock {
    width: 100%;
  }

  .indexBlock h1 {
    /* background-image: url("/img/index/bg_index_header1.jpg"); */
    color: #855800;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 4px;
    position: relative;
  }

  .indexBlock h1::after {
    content: "";
    display: block;
    background-color: #631900;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
  }

  .indexBox {
    /* background-image: url("/img/index/bg_index.jpg?v=151117"); */
    /* background-position: center 0; */
    /* background-repeat: no-repeat; */
    /* height: 844px; */
    position: relative;
    width: 1920px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }

  .indexParts {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(-245px, 0);
    width: 500px;
    height: 100%;
    /* background-color: rgba(255,255,255,0.8); */
  }

  .indexLogo {width: 430px;margin: 88px auto 0;}

  .indexLogo img {
    /* position: relative; */
    width: 100%;
    height: auto;
    /* top: 26px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    /* text-indent: -9999px; */
  }

  .enterBtn {
    /* background: url("https://cinimg.awscf.net/tsuma-parade.jp/img/res/main/enter_btn_index.png"); */
    width: 369px;
    /* height: 94px; */
    /* background-repeat: no-repeat; */
    margin: 30px auto 0;
    /* z-index: 1; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
  }

  .enterBtn.media {
    margin-top: 28px;
  }

  .enterBtn:hover a {
    opacity: 0.8;
  }

  .enterBtn a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
  }

  .indexBox .under18SmallIcon {
    /* position: absolute; */
    /* bottom: 5%; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    width: 89px;
    height: 80px;
    background-image: url(/img/index/under18_white.svg);
    margin: 38px auto 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* ---under18 テキスト--- */
  .under18Text {
    width: 100%;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    /* position: absolute; */
    /* bottom: 15%; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    /* background: url("/img/index/bg_exit.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: 60%; */
    /* background-position: center center; */
    /* width: 334px; */
    /* height: 178px; */
    margin-top: 35px;
  }

  .under18Text p {
    color: #cab56e;
    /* opacity: .8; */
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: -1px;
  }

  .under18Text a {
    display: inline-block;
    /* text-decoration: none; */
    color: #ffffff;
    opacity: 1 !important;
    /* padding-bottom: 10px; */
    font-size: 16px;
    margin-bottom: 25px;
  }

  .under18Text a span {
    /* opacity: 1 !important; */
    /* font-size: 120%; */
  }

  .under18Text a:hover {
    opacity: .7;
  }


  /* ----- common.cssの打ち消し ----- */
  #middleBox:before,
  .ie8_hack_middleBoxBefore {
    content: none;
  }

  #contentsWrapper {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }

  #underBox {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
  }

  .under18 {
    background: #170c0a;
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  /* .under18 div:first-of-type {
    width: 24px;
    height: 23px;
    margin-right: 10px;
  } */

  .under18 div:last-of-type {
    width: 990px;
  }

  .under18 div p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
  }

  .under18 div p a {
    color: inherit;
    text-decoration: none;
  }

  .under18 div p a:hover {
    text-decoration: underline;
  }

  /* 衛生 */
  .hygieneBox h3 {
    width: auto;
    border: none;
    color: #686868;
    font-weight: bold;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  }

  /* Info text */
  .info-txt {
    margin: 0 auto 50px;
    width: 620px;
    color: #686868;
    text-align: left;
  }

  .info-txt h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1d1e1f;
    background-color: #ffffff;
}

.info-txt p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #1d1e1f;
}

.seoLink li a {
  border: none!important;
}

/* --- 写メBOX --- */
  .indexSyameBlock {
    font-size: 0;
    margin-top: 72px;
    text-align: center;
  }

  .indexSyameBox {
    border: 1px solid #77715a;
    display: inline-block;
    margin: 0 5px 64px;
    position: relative;
  }

  .indexSyameBox > p {
    background-color: #77715a;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    height: 53px;
    left: -1px;
    line-height: 47px;
    position: absolute;
    top: -53px;
    width: 302px;
  }


  /* バナーエリア */
  .banner {
    display: flex;
    flex-wrap: wrap;
    /* width: 468px; */
    /* margin: 45px auto; */
    /* padding-top: 45px; */
    justify-content: space-between;
  }

  .banner p {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .banner a {
    color: #ffffff;
    line-height: 1.7;
  }

  .banner img {
    width: 100%;
  }

  .bannerBlock {
    margin-top: 50px;
  }

  .bannerBlock div {
    margin: 30px auto;
  }

  .info_txt {
    margin: 0 auto 50px;
    width: 925px;
    color: #686868;
    text-align: left;
  }

  .info_txt h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1d1e1f;
    padding-left: 0;
  }

  .info_txt p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #1d1e1f;
  }

  .bannerBlock div a {
    margin: 5px 8px;
    display: inline-block;
    color: #2c2c2c;
    text-decoration: underline;
    line-height: 1.5;
  }

  .bannerBlock div a:hover {
    text-decoration: none;
  }

  .bannerBlock div.twoBanner a {
    margin: 5px;
  }

  .bannerBlock .seoLink li a {
    margin: 0;
    line-height: 40px;
  }

  .renewalText {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 54px;
    height: 110px;
  }

  .renewalText p {
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 24px;
    letter-spacing: 4.5px;
  }

  h3 {
    width: 980px;
    margin: 0 auto 10px;
  }

  /* 衛生検査証明書 */
  .hygieneBox {width: 640px;margin: 50px auto 0;border: 1px solid #b4b4b4;}

  .hygieneBox h3 {margin-bottom: 0;line-height: 42px;}

  /* オープン前用 */
  .indexBox.beforeOpen {
    background-image: url("/img/index/bg_index_before_open.jpg");
  }
  .beforeOpen .indexParts {
    background-color: transparent;
  }
  .beforeOpen .indexLogo {
    margin: 48px auto 0;
  }

  /* PCフッター */
  #mainFooter {
    border-top: none;
  }


  .rotation1 .indexParts {

  }

  .rotation1 .indexLogo {
    
  }

  .rotation1 .under18SmallIcon {

  }

  .rotation1 .btnContents {

  }

  .rotation1 .enterBtn {

  }

  .rotation1 .under18Text {

  }

  .rotation1 .under18Text p {

  }

  .rotation1 .under18Text a {

  }

  .rotation2 .indexParts {transform: translate(-248px, 0);display: grid;}

  .rotation2 .indexLogo {
    grid-row: 1;
  }

  .rotation2 .under18SmallIcon {grid-row: 3;margin: 3px auto 0;}

  .rotation2 .btnContents {grid-row: 2;}

  .rotation2 .enterBtn {margin: 52px auto 0;}

  .rotation2 .under18Text {grid-row: 4;margin-top: 19px;margin-bottom: 22px;}

  .rotation2 .under18Text p {

  }

  .rotation2 .under18Text a {
    margin-bottom: 19px;
  }
  
  .rotation3 .indexParts {

  }

  .rotation3 .indexLogo {
    
  }

  .rotation3 .under18SmallIcon {background-image: url(/img/index/under18_gold.svg);}

  .rotation3 .btnContents {

  }

  .rotation3 .enterBtn {

  }

  .rotation3 .under18Text {

  }

  .rotation3 .under18Text p {

  }

  .rotation3 .under18Text a {
    
  }

  #middleWrapper {
    background-image: none;
  }

}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .indexGroupLogo {
    margin: 0 auto;
    padding: 2% 0;
    width: 50%;
  }

  h1 {
    background: none;
    color: #855800;
    border-bottom: #631900 solid 5px;
    line-height: 30px;
    text-align: center;
    /* display: none; */
  }

  .indexBox {
    /* background: url("/s/img/index/img_index.jpg?v=190827")no-repeat; */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* background-position-y: top; */
    /* height: 134vw; */
    position: relative;
    /* bottom: 0; */
    /* padding-bottom: 10%; */
    /* margin-bottom: 37vw;
  /* } */
  }

  /* ENTERボタン */
  .enterBtnSp:first-child {
    margin-bottom: 6.3%;
    width: 100%;
  }

  .enterBtnSp img {
    /* width: 96%; */
    margin: 0 auto;
    display: block;
  }

  #footerCopyright {
    font-size: 80%;
    padding: 4% 0;
    text-align: center;
    background: #514b45;
    color: #ffffff;
  }


  /* .enterBtn  {
    background: url("https://cinimg.awscf.net/tsuma-parade.jp/img/res/main/enter_btn_index.png");
    width: 378px;
    height: 94px;
    background-repeat: no-repeat;
    margin: 52px auto 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .under18 {
    width: 90%;
    height: auto;
    /* position: absolute; */
    bottom: -19vw;
    left: 0;
    right: 0;
    margin: 4vw auto 0;
    text-align: center;
    color: #333333;
  }

  .under18 div:first-of-type {
    margin-bottom: 1vw;
  }

  .under18 div img {
    width: 9.4vw;
    height: 8.6vw;
  }

  .under18 div:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }

  .under18 div p {
    line-height: 1.7;
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  .under18 div p a {
    color: inherit;
  }

  footer {
    font-size: 90%;
    padding: 0 0 0;
    text-align: center;
  }

  footer a {
    font-size: 100%;
  }

  .indexParts {
    /* padding-top: 33%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
  }

  .indexLogo {
    width: 67%;
    /* height: 61vw; */
    /* background: url(/img/index/img_logo.svg) no-repeat center; */
    /* background-size: contain; */
    /* background-position-y: bottom; */
    /* text-indent: -9999px; */
    margin: 0 auto;
    /* filter: drop-shadow(1px  1px 2px #ffffff) drop-shadow(-1px  1px 2px #ffffff) drop-shadow(1px -1px 2px #ffffff) drop-shadow(-1px -1px 2px #ffffff); */
    position: absolute;
    top: 0;
    left: 0;
  }

  .rotation1 .indexParts {

  }

  .rotation1 .indexLogo {
    top: 22%;
    left: 4%;
  }

  .rotation1 .under18SmallIcon {

  }

  .rotation1 .btnContents {

  }

  .rotation1 .enterBtn {

  }

  .rotation1 .under18Text {

  }

  .rotation1 .under18Text p {

  }

  .rotation1 .under18Text a {

  }


  .rotation2 .indexParts {

  }

  .rotation2 .indexLogo {
    top: 23%;
    left: 0;
    right: 0;
    width: 67%;
  }

  .rotation2 .under18SmallIcon {

  }

  .rotation2 .btnContents {

  }

  .rotation2 .enterBtn {

  }

  .rotation2 .under18Text {

  }

  .rotation2 .under18Text p {

  }

  .rotation2 .under18Text a {
    
  }

  .rotation3 .indexParts {

  }

  .rotation3 .indexLogo {
    top: 23.5%;
    left: 0;
    right: 0;
  }

  .rotation3 .under18SmallIcon {

  }

  .rotation3 .btnContents {

  }

  .rotation3 .enterBtn {

  }

  .rotation3 .under18Text {

  }

  .rotation3 .under18Text p {

  }

  .rotation3 .under18Text a {
    
  }

  .btnContents {
    width: 94%;
    margin: 0 auto;
    position: absolute;
    bottom: 8.5%;
    left: 0;
    right: 0;
  }

  .enterBtn {
    width: 100%;
    margin: 0 auto 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enterBtn.media {
    margin-top: 7%;
  }

  .enterBtn a {
    width: 100%;
    height: 100%;
    display: block;
    letter-spacing: 1.8;
    transition: all .3s ease;
  }

  /*求人ボタン*/
  /* .indexBox {
    background-image: url(/img/index/s/bg_index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 124vw;
    position: relative;
    margin-bottom: 37vw;
  } */

  .banner {
    text-align: center;
    margin: 5vw auto 0;
    width: 96%;
  }

  .banner p {
    width: 100%;
    margin: 0 auto 1vw;
  }

  .banner a {
    color: #333333;
    font-size: 2.8vw;
    width: 100%;
    display: inline-block;
    line-height: 1.7;
  }

  .indexBanner {
    width: 96%;
    margin: 0 auto 2vw;
  }

  .indexBanner iframe {
    width: 100%;
  }

  .indexrecruitBlock {
    margin: 4% auto;
    padding: 0 0 1%;
    box-shadow: 0 2px 2px 0 rgb(96 96 96 / 60%);
  }

  .recruitRequirements {
    width: 95%;
    margin: 0 auto;
    height: auto;
  }

  table, td, th {
    border: solid 1px #969696;
    border-collapse: collapse;
    font-size: 90%;
    vertical-align: middle;
  }

  .recruitRequirements th {
    width: 25%;
    padding: 5% 0px 5% 3%;
    background-color: #a2d1ad;
  }

  .recruitRequirements td {
    padding: 3%;
    line-height: 1.5;
  }

  p.RecruitText {
    color: #333333;
    font-weight: normal;
    margin: 5% 0;
    font-size: 95%;
  }

  .recruitSet {
    margin: 3% auto;
    padding: 0 0 4%;
    /* box-shadow: 0 2px 2px 0 rgb(96 96 96 / 60%); */
  }

  h4 {
    /* background-repeat-x: repeat; */
    /* background-position-y: bottom; */
    /* position: relative; */
    height: 12vw;
    line-height: 11.5vw;
    font-size: 4vw;
    font-weight: bold;
    /* text-indent: 4vw; */
    text-align: center;
    color: #ffffff;
    background-color: #86c193;
    margin-top: 6%;
  }

  /* 18歳未満 */
  p.leaveText {
    font-size: 90%;
  }

  .leaveText a {
    font-size: 90%!important;
  }
  /* h4 img {
    height: 85%;
    position: absolute;
    right: 5%;
    top: 0;
    width: auto;
  } */

  .inquiryBtn li {
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #48634d;
    box-sizing: border-box;
    height: 13vw;
    width: 100%;
    margin: 3% auto 1.8vw;
    position: relative;
  }

  .inquiryBtn li:first-child {
    margin-top: 0;
  }

  .inquiryBtn li.line {
    background-color: #25c302;
  }

  .inquiryBtn li.mail {
    background-color: #2d72f3;
  }

  .inquiryBtn li.tel {
    background-color: #00b6aa;
  }

  .inquiryTextSmall, .inquiryTextLarge {
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    width: auto;
  }

  .inquiryTextSmall {
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 3px;
  }

  .inquiryMessage {
    width: 95%;
    margin: 4% auto 0;
  }

  .inquiryBtn {
    padding: 0;
    width: 94%;
    margin: 3vw auto 0;
  }

  .inquiryBtn li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translate(0, -50%);
    width: 8.6vw;
    height: 12vw;
  }

  .inquiryBtn li.line::before {
    background: url(https://cinimg.awscf.net/gotanda-mseikan.jp/s/img/recruit/recruit_common/icon_inquiry_01.png) no-repeat center;
    background-size: contain;
  }

  .inquiryBtn li.mail::before {
    background: url(https://cinimg.awscf.net/gotanda-mseikan.jp/s/img/recruit/recruit_common/icon_inquiry_02.png) no-repeat center;
    background-size: contain;
  }

  .inquiryBtn li.tel::before {
    background: url(https://cinimg.awscf.net/gotanda-mseikan.jp/s/img/recruit/recruit_common/icon_inquiry_03.png) no-repeat center;
    background-size: contain;
  }

  .inquiryBtn li.tel p, .inquiryBtn li.mail p, .inquiryBtn li.line p {
    bottom: 0;
    left: 12vw;
    margin: auto;
    position: absolute;
    line-height: 7vw;
    font-size: 5.3vw;
    letter-spacing: 0;
    bottom: 0.8vw;
    color: #ffffff;
    font-weight: bold;
  }

  .inquiryBtn li p.inquiryTextSmall {
    font-size: 3vw;
    bottom: 5.9vw;
  }

  .inquiryBtn li p span {
    font-size: 6vw;
    font-weight: bold;
    margin: 0 2vw 0 0;
  }

  .bannerBlock {
    margin: 7% auto;
  }

  .bannerBlock div {
    margin: 6% auto;
    text-align: center;
  }

  .bannerBlock a {
    display: inline-block;
    color: #2c2c2c;
    font-size: 3.2vw;
  }

  .bannerBlock div.twoBanner a {
    margin: 0 0 4%;
  }

  .bannerBlock img {
    display: block;
    margin: 0 auto;
    height: auto;
  }

  /* info txt */
  .info-txt p {
    width: 96%;
    margin: 0 auto 2%;
    text-align: left;
    line-height: 1.4;
  }

  .info_txt h2 {
    text-indent: 0;
  }

  .seoLink {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }

  .seoLink li {
    /* background-color: #ffffff; */
    /* border: 1px solid #494949; */
    margin: 1%;
    /* padding: 0 1.75%; */
    height: 8vw;
    line-height: 8vw;
  }

  .seoLink li a {
    color: #494949;
    font-size: 3vw;
    margin: 0;
    line-height: 8vw;
    border: 1px solid #494949;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.75em;
  }

  .blogCommonBanner {
    width: 96%;
    margin: 0 auto 2vw;
    position: relative;
  }

  .blogCommonBanner ul {
    position: absolute;
    bottom: 6.75%;
    display: flex;
    justify-content: space-evenly;
    width: 83%;
  }

  .blogCommonBanner li {
    color: #ffffff;
    font-size: 3vw;
  }

  .bannerBlock a {
    display: inline-block;
    /* color: #de0053; */
    font-size: 3.2vw;
    margin: 0 1%;
    text-decoration: underline;
    line-height: 1.5;
  }

  .renewalText {
    padding: 1.5% 0;
    background-size: contain;
    background-color: #000000;
}

  .renewalText p {
    font-size: 3.44vw;
    letter-spacing: 0.4vw;
}

  /* 衛生検査証明書 */
  .hygieneBox {margin: 7% auto 0;width: 98%;max-width: 468px;}


  /* オープン前用 */
  .indexBox.beforeOpen {
    background-image: url("/img/index/s/bg_index_before_open.jpg");
  }
  .beforeOpen .indexParts {
    padding-top: 3.5%;
  }
  .beforeOpen .indexLogo {
    width: 37%;
    height: 40vw;
    margin: 0 0 0 6%;
  }
  .beforeOpen .under18 {
    position: absolute;
    bottom: -22%;
  }

}
