/********全体(リセットも)********/
* { 
  margin: 0px; 
  padding: 0px; 
}

body, html {
  background: #fcf8f0 !important; 
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 2;
  padding: 0 0.3em;
}

li {
  line-height: 2;
}

.main {
  background: #fcf8f0;
}

div.tb {
  background: #fff;
}

.tb {
  font-size: 1em;
}

.container {
  max-width: 970px;
}

/********cuteindex（ピンク囲み枠）*******/
.cuteindex {
    color: #fffffb;
    background: #f29c9f;
    margin:1.4em 0;
    padding: 0.3em 0 0.3em 0.5em;
    box-shadow: 0 0 0 5px #f29c9f;
    border: 3px dashed #fffffb;
    font-size: 1.5em;
    border-radius: 1.2px;
 }
 
/********h2********/
h2 {
	background-color: #fcf0f181; /* 背景色 */
	color: #701722; /* 文字色 */
	padding: 10px; /* 余白 */
	position: relative;
}
h2:after {
	background: repeating-linear-gradient(-45deg, #f0b8bf, #f0b8bf 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプ */
	content: '';
	height: 5px; /* ストライプの高さ */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.wrapper .main section .container h2 {
  padding: 0.5em;
  margin: 1em 0;
  font-size: 1.4em;
}

/********コンテナの下にある画像全体********/
.wrapper .main section .container img {
  width: 100%;
}

/********ヘッダー修正********/
/*ヘッダーの求人簡易説明ロゴは、スライドショーの下へ*/
div.header-wrapper {
  background: #fcf8f0;
  border-bottom: 1px solid #fcf8f0;
} 
div.container.header {
  margin-top: 2em;
}

/*chouchouとシュシュの間の間隔*/
.company-name {
  line-height: 1.5em;
}
/*chouchouと地域名の間隔*/
.area-name {
  margin-top: 0.5em;
}

/*（シュシュ）の大きさを小さく*/
.name_sub {
  font-size: 0.7em;
}
/*神奈川相模原の左に空白*/
.detail {
  margin-left: 0.7em;
}

/*********スライドショー********/
.swiper-box1 {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: auto;
}
/*スマホ表示の画像の大きさ*/
.swiper-slide.mp img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/700;
  object-fit: cover;
}
/*PC表示の画像の大きさ*/
.swiper-slide.pc img{
  width: 100%;
  height: auto;
  aspect-ratio: 1440/400;
  object-fit: cover;
}
.swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color: rgb(187, 0, 255) ;
}
.swiper-pagination {
  /*ドットと同じ高さを揃える*/
  height: 15px;
  /*位置を調整*/
  bottom: 0;
}

/*矢印を消す*/
div#swiper-button-prev-none:after,
div#swiper-button-next-none:after{
  content: ""; /*contentを空にする*/
}

/*モバイル用の画像とPC用の画像で分ける*/
@media screen and (min-width: 481px) {
.pc-img { 
  display: block; 
}
.mp-img .swiper-box1 {
   display: none; 
}
}

@media screen and (max-width: 480px) {
  .mp-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
}


/********アピールポイント説明文********/
.wrapper .main section .container p {
  font-size: 16px;
}
/*主張したい文字*/
.wrapper .main section .container p.pickup {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
}

/********テーブルの題名の文字サイズ********/
.tb dl dt {
  font-size: 1.1em;
  padding: 0.4em 0.7em;
}

/********お店の紹介を簡単に図と文で********/
.overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 2em;
}
.card-container {
  margin-bottom: 2em;
}
.title-container {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
  align-items: center;
}
.title-container .card-img {
  width: 28%;
  overflow: hidden;
  padding: 0.5em;
}

p.card-text-while {
  padding: 0 1em;
}
.card-text {
  width:90%;
  display: flex;
  flex-direction: column;
}

/*h3+カードテキスト*/
h3.card-text-titel {
	position: relative;
	padding: .3em;
}
h3.card-text-titel::before,
h3.card-text-titel::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
}
h3.card-text-titel::before {
	z-index: 2;
	width: 15%;
	background-color: #E91E63;
}
h3.card-text-titel::after {
	width: 100%;
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #E91E63 2px, #E91E63 4px);
}
.wrapper .main section .container h3 {
  font-size: 1.2rem;
}

@media screen and (min-width: 560px) {
  .overview {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 120%;
  }
  .card-container {
    display: flex;
    flex-direction: column;
    max-width: 33.333%;
  }
  .title-container {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    align-items: center;
  }
}

/********chouchouってどんな店のテーブルの勤務地情報********/
.area dt span {
  font-size: 1.1em;
}
.tb dl.area dl dt {
  font-size: 1.1em;
  color: #141414;
  margin-top: 1em;
}

/********タグ********/
ul.tags li {
  font-size: 1em;
  background: #fff;
  border: 1px solid #e0488c;
  color: #e0488c;
  border-radius: 6px;
  padding: 2px 5px;
  margin: 3px 4px;
}

/********タグエリア********/
.tags-area {
  margin-bottom: 1.5em;
}


/*********スライドショー（サムネ付き）********/
/* .slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 4);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev2::after,
.swiper-button-next2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.swiper-button-prev2::after {
    border-right: 25px solid #ffffff;
    border-left: 0;
}

.swiper-button-next2::after {
    border-left: 25px solid #ffffff;
    border-right: 0;
}
*/


/********ギャラリーコンテナ********/
.test__container.Lightbox {
  padding-top: 1em;
  padding-bottom: 3em;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}
/*ギャラリーグリッド１*/
div.gallery1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
        "A B C"
        "D E F";
  gap: 10px;
}
.gallery1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery1 .photoA {
  grid-area: A;
}
.gallery1 .photoB {
  grid-area: B;
}
.gallery1 .photoC {
  grid-area: C;
}
.gallery1 .photoD {
  grid-area: D;
}
.gallery1 .photoE {
  grid-area: E;
}
.gallery1 .photoF {
  grid-area: F;
}

/*ギャラリーグリッド2*/
div.gallery2 {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-areas:
        "A A B C"
        "D E F C";
  gap: 8px;
}
.gallery2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery2 .photoA {
  grid-area: A;
}
.gallery2 .photoB {
  grid-area: B;
}
.gallery2 .photoC {
  grid-area: C;
}
.gallery2 .photoD {
  grid-area: D;
}
.gallery2 .photoE {
  grid-area: E;
}
.gallery2 .photoF {
  grid-area: F;
}

/********フッター********/
.footer {
  background-color: #F6e1ee;
  height: 18em;
  padding-top: 2.5em;
}

/*SNSアイコン*/
.social-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 27%;
  align-items: center;
  margin: 0 auto;
  gap: 11px;
}
/*SNSアイコンスマホは小さめ*/
@media screen and (max-width: 480px) {
  .social-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 62%;
    align-items: center;
    margin: 0 auto;
    gap: 11px;
  }
}
/*アイコン色変更*/
.social-list img {
  display: grid;
  width: 85%;
  filter: invert(80%) sepia(71%) saturate(2881%) hue-rotate(283deg) brightness(90%);
}


/********** form.php のCSS **********/
/********お問い合わせコーナー********/
.contact {
  margin: 2.5em 0;
}
/*お問い合わせボックス*/
/*中心に*/
#formWrap .card-register {
  margin: 10px auto;
}
/*ラベルの大きさ*/
#formWrap .card-register label {
  font-size: 1rem;
}
/*※必須 の大きさ*/
#formWrap .card-register label span {
  font-size: 0.9rem;
}
/*セレクトボタンの文字の大きさ*/
select {
  font-size: 0.9em;
}

/*お問い合わせのh3*/
.wrapper .main section .container h3.contact-h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

/*お問い合わせ2行のラインアイコン*/
/*上下中央に*/
ul.inquiryList li.line {
  display: inline-block;
  vertical-align: middle;
}
span.line-text {
  text-align: center;
}

/*ラインアイコン大きさ*/
.container .contact ul li span.line-text img {
  width: 25px;
  vertical-align: middle;
}

/********コンタクトボタンを中心に********/
@media screen and (max-width: 959px) {
  .fix_contact {
      display: flex;
  }
}

/********コンタクトボタン********/
@media screen and (max-width: 768px) {
  .fix_contact ul li a {
      width: 6.7rem;
      height: 6.7rem;
      letter-spacing: 0rem;
  }
}


/********** mail.php のCSS **********/
/*上の余白を消す*/
div.mail-new.container.header {
  margin-top: 0;
}
/*前画面に戻るボタン*/
input[type="submit"], input[type="reset"], input[type="button"].mailback{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin: auto;
    padding: 1em 5em;
    font-weight: bold;
    background: #e0488c;
    color: #fff;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
    height: auto;
    font-size: 1.1em;
}

