@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

#main .section ~ .section {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .column ~ .column {
    margin-top: 70px;
  }

  #main .section ~ .section {
    margin-top: 80px;
  }

}

/** ***************************************************************************
 * リード文
 * ************************************************************************* */

#lead {
  position: relative;
  text-align: center;
}

#lead .body {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
#lead {
  position: relative;
  text-align: center;
}

#lead .body {}

#lead .pc {
  display: none !important;
}
#lead .sp {
    display: block !important;
  }

#lead .title img {
  width: 223px;
  margin: 0 auto;
}

}

/** ***************************************************************************
 * レイアウト
 */

#lead .layout-booth {
  margin-top: 80px;
  text-align: center;
}

#lead .layout-booth  img {
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#lead .layout-booth {
  margin-top: 40px;
  text-align: center;
}
#lead .layout-booth img {
  width: 300px;
  margin: 0 auto;
}

}

#lead::before {
  content: "";
  display: block;
  background: url("../_image/booth/bg-left.png") no-repeat;
  position: absolute;
  top: 26%;
  left: 0;
  width: 480px;
  height: 478px;
  z-index: -1;
}


#lead::after {
  content: "";
  display: block;
  background: url("../_image/booth/bg-right.png") no-repeat;
  position: absolute;
  top: 46%;
  right: 0;
  width: 480px;
  height: 478px;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
#lead::before,
#lead::after {
  display: none;
}
}


/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

#content {
  position: relative;
  overflow: hidden;
  margin-top: 60px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #content {
  position: relative;
  overflow: hidden;
  margin-top: 40px !important;
}

}

/** ***************************************************************************
 * タイトル
 */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/

#content .day-title.sp {
  display: block !important;
}
#content .day-title {
  margin-bottom: 20px;
}

#content .day-title img {
  width: 207px;
  margin: 0 auto;
}
}


/** ***************************************************************************
 * カラム
 */

#content [class*="section-"] ~ [class*="section-"] {
  margin-top: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

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

#content [class*="section-"] ~ [class*="section-"] {
  margin-top: 50px;
}

}

/** ***************************************************************************
 * サブタイトル
 */

#content .sub-title {
  position: relative;
  z-index: 3;
  font-size: 32px;
  font-weight: bold;
  color:#fff;
  text-align: center;
}

/*【食】ゾーン */
#content #section-1 .sub-title {
  background: #f8ac00;
}
/*【職業体験】ゾーン */
#content #section-2 .sub-title {
  background: #b71c22;
}
/*【住】ゾーン */
#content #section-3 .sub-title {
  background: #21ac39;
}
/*【暮らし】ゾーン */
#content #section-4 .sub-title {
  background: #a981ca;
}
/*【月刊Deli-J】ゾーン */
#content #section-5 .sub-title {
  background: #5fb5d6;
}
/*【CAR】ゾーン */
#content #section-6 .sub-title {
  background: #c67847;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

#content .sub-title {
  position: relative;
  z-index: 3;
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}
#content .sub-title .br-sp {
  display: block;
}

}


/** ***************************************************************************
 * 内容
 */

#content .layout-2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

#content .item {
  position: relative;
  padding:0 10px 40px;
  border:1px solid #dcdcdc;
  background: #fff;
}

#content .layout-2 .images {
  margin-top: 50px;
}

#content .layout-2 a {
  display: inline-block;
  margin-top: 0;
}
#content .layout-2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#content .layout-2 .caption {
  color: #505050;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  margin-top:15px !important;
}
#content .layout-2 .text {
  margin: 1em auto 0;
  color: #505050;
  font-size: 16px;
  text-align: left;
}
#content .layout-2 .text-2 {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 40px;
}

#content .layout-2 .icon {
  margin-top: 20px;
}
#content .layout-2 .icon img {
  display: block;
  width: 180px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
#content .layout-2 .icon img ~ img {
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

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

#content .layout-2 {
  justify-content: space-between;
}
#content .layout-2 .item {
  margin-top: 25px !important;
}
#content .layout-2 > * {
  width: 48% !important;
}
#content .layout-2 .item {
  margin-left: 0 !important;
}

}

/* :::::::: ブレイクポイント :::::::: */

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

#content .body {
  padding: 0 20px !important;
}

#content .layout-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0;
}
#content .layout-2 > * {
  width: 47.5% !important;
}
#content .layout-2 a {
  display: inline-block;
  margin-top: 10px;
}

#content .layout-2 .caption {
  color: #505050;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  margin-top:10px !important;
}
#content .layout-2 .text {
  max-width: 550px;
  margin: 10px auto 0;
  color: #505050;
  font-size: 16px;
  text-align: left;
}

}


/** ***************************************************************************
 * セクション
 */

#content .section {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
#content .section .layout-2 > * {
  width: 17.2%;
}

/* 番号*/
#content .section .num {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#content .section .num p {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#content .section .num + .images {
  margin-top: 1em;
  text-align: center;
}

#content .section .layout-2 .item {
  margin-left:3.2%;
}
#content .section .layout-2 .item:nth-child(5n+1) {
  margin-left: 0;
}
#content .section .layout-2 .item:nth-child(n+6) {
  margin-top: 40px;
}

