@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

#main .section ~ .section {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .column ~ .column {
    margin-top: 70px;
  }

  #main .section ~ .section {
    margin-top: 80px;
  }

}

/** ***************************************************************************
 * 下層ビジュアル
 * ************************************************************************* */

/** ***************************************************************************
 * ロゴ
 */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-booth
#visual .logo img {
  width: 139px;
}

}


/** ***************************************************************************
 * リード文
 * ************************************************************************* */

#lead {
  position: relative;
  text-align: center;
  padding-top: 50px;
}

#lead .body {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lead {
    padding-top: 20px;
  }
}

/** ***************************************************************************
 * 内容
 */

#lead .title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  min-width: 400px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

#lead .layout-map {
  margin-top: 50px;
}

#lead .notice {
  margin-top: 50px;
  position: relative;
  background: #7ebbae;
  padding: 15px 0;
}

#lead .notice p {
  text-align: center;
  color: #006c69;
  font-size: 30px;
  font-weight: 900;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#lead .title {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  min-width: 200px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

#lead .layout-map {
  margin-top: 40px;
}
#lead .layout-map img {
  width: 335px;
  margin: 0 auto;
}

#lead .notice {
  margin-top: 50px;
  position: relative;
  background: #7ebbae;
  padding: 10px 0;
}

#lead .notice p {
  text-align: center;
  color: #006c69;
  font-size: 17px;
  font-weight: 900;
}
#lead .notice p .br-sp {
  display: block;
}
}

/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

#content {
  position: relative;
  text-align: center;
  margin-top: 0 !important;
  padding-bottom: 130px;
  overflow: hidden;
  z-index: 3;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

}

/** ***************************************************************************
 * カラム
 */

#content [class*="section-"] ~ [class*="section-"] {
  margin-top: 130px;
}

#content .title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  min-width: 400px;
}

#content .sub-title {
  position: relative;
  z-index: 3;
  font-size: 40px;
  font-weight: bold;
}

#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 .text {
  margin: 1em auto 0;
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
#content .layout-2 .text-2 {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 40px;
  font-weight: 500;
}

#content .layout-2 .icon {
  margin-top: 20px;
}
#content .layout-2 .icon img {
  display: block;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#content [class*="section-"] ~ [class*="section-"] {
  margin-top: 60px;
}
#content .title {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  min-width: 200px;
}

#content .sub-title {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
}

#content .layout-2 {
  justify-content: space-between;
}
#content .layout-2 .item {
  margin-top: 35px !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 .sub-title .br-sp {
  display: block;
}

#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 .text {
  max-width: 550px;
  margin: 10px auto 0;
  color: #000;
  font-size: 16px;
  text-align: left;
}

}


/** ***************************************************************************
 * セクション1
 */

#content .section-1 {
  max-width: 1400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

#content .section-1 .layout-2 > * {
  width: 14%;
}

#content .section-1 .title {
  border-top: 1px solid #006c69;
  border-bottom: 1px solid #006c69;
}
#content .section-1 .sub-title {
  color:#006c69;
}

/* 番号*/
#content .section-1 .num {
  background: url("../_image/booth/area-1-num.png") no-repeat;
  width: 50px;
  height: 40px;
  background-size: 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
#content .section-1 .num p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#content .section-1 .layout-2 .item {
  margin-left:3.2%;
}
#content .section-1 .layout-2 .item:nth-child(1),
#content .section-1 .layout-2 .item:nth-child(6n+1) {
  margin-left: 0;
}
#content .section-1 .layout-2 .item:nth-child(n+7) {
  margin-top: 40px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .section-1 {
  max-width: 1160px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

}


/** ***************************************************************************
 * セクション2
 */

#content .section-2 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
#content .section-2 .layout-2 > * {
  width: 14%;
}

#content .section-2 .title {
  border-top: 1px solid #7fbcaf;
  border-bottom: 1px solid #7fbcaf;
}
#content .section-2 .sub-title {
  color:#7fbcaf;
}

/* 番号*/
#content .section-2 .num {
  background: url("../_image/booth/area-2-num.png") no-repeat;
  width: 50px;
  height: 40px;
  background-size: 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
#content .section-2 .num p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#content .section-2 .layout-2 .item {
  margin-left:3.2%;
}
#content .section-2 .layout-2 .item:nth-child(1),
#content .section-2 .layout-2 .item:nth-child(6n+1) {
  margin-left: 0;
}
#content .section-2 .layout-2 .item:nth-child(n+7) {
  margin-top: 40px;
}


/** ***************************************************************************
 * セクション3
 */

#content .section-3 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

#content .section-3 .layout-2 > * {
  width: 14%;
}

#content .section-3 .title {
  border-top: 1px solid #ee909f;
  border-bottom: 1px solid #ee909f;
}
#content .section-3 .sub-title {
  color:#ee909f;
}

/* 番号*/
#content .section-3 .num {
  background: url("../_image/booth/area-3-num.png") no-repeat;
  width: 50px;
  height: 40px;
  background-size: 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
#content .section-3 .num p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#content .section-3 .layout-2 .item {
  margin-left:3.2%;
}
#content .section-3 .layout-2 .item:nth-child(1),
#content .section-3 .layout-2 .item:nth-child(6n+1) {
  margin-left: 0;
}
#content .section-3 .layout-2 .item:nth-child(n+7) {
  margin-top: 40px;
}


/** ***************************************************************************
 * セクション4
 */

#content .section-4 {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
#content .section-4 .layout-2 > * {
  width: 17.2%;
}

#content .section-4 .title {
  border-top: 1px solid #ef8200;
  border-bottom: 1px solid #ef8200;
}
#content .section-4 .sub-title {
  color:#ef8200;
}

/* 番号*/
#content .section-4 .num {
  background: url("../_image/booth/area-4-num.png") no-repeat;
  width: 50px;
  height: 40px;
  background-size: 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
#content .section-4 .num p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#content .section-4 .layout-2 .item {
  margin-left: 3.2%;
}
#content .section-4 .layout-2 .item:nth-child(1) {
  margin-left: 0;
}
