@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower #visual {
  background: url("../../_images/company/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 共通エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * カラム
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.company .body {
  max-width: 1120px;
  padding: 0 20px;
}

.company .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title {
  position: relative;
  font-size: 6.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-family: "Prata", serif;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .title {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 見出しタイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title-1 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 2.5em;
  line-height: 1.4;
}
.company .title-1::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-mark.png") no-repeat;
  width: 50px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 17px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .title-1 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.5em;
    line-height: 1.4;
  }
  .company .title-1::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-mark.png") no-repeat;
    width: 25px;
    height: 5px;
    background-size: 25px 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 17px;
  } 
}


/* ****************************************************************************************************
   * 運営会社概要
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#overview table td a {
  color: var(--c-gold);
}

/* ****************************************************************************************************
   * アクセス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#access {
  padding-top: 0;
}

#access .map {
  position: relative;
  z-index: 30;
}

#access .layout-2 {
  margin-top: 60px;
}
#access .layout-2 picture {
  position: relative;
  display: block;
  width: 60%;
}
#access .layout-2 .detail {
  position: relative;
  width: 38%;
  margin-left: 2%;
}

#access .detail .item ~ .item {
  margin-top: 40px;
}


#access .detail .item p {}
#access .detail .item b {
  position: relative;
  font-weight: bold;
  padding-left: 2.0em;
  font-size: 2.4rem;
}
#access .detail .item:nth-child(2) b::before {
  content: "";
  display: block;
  background: url("../../_images/company/icon-1.png") no-repeat;
  width: 21px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#access .detail .item:nth-child(3) b::before {
  content: "";
  display: block;
  background: url("../../_images/company/icon-2.png") no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #access .layout-2 {
    margin-top: 40px;
  }
  #access .layout-2 picture {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  #access .layout-2 .detail {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
