@charset "utf-8";

/*----------------------------------
COMPANY 会社概要
/company/
----------------------------------*/

/* 共通
----------------------------------*/
.section-01 {
  margin-top: 0;
}
.section-ttl {
  margin-bottom: 80px;
}
.section-ttl h2 {
  color: #dedede;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.section-ttl p {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}

/* SP */
@media only screen and (max-width: 640px) {
  .section-01 {
    margin-top: 0;
  }
  .section-ttl {
    margin-bottom: 60px;
  }
  .section-ttl h2 {
    font-size: 80px;
  }
  .section-ttl p {
    font-size: 24px;
  }
}


/* サブメニュー
----------------------------------*/
#section-specialty {
  margin-top: 0;
  width: 100%;
  padding: 100px 0;
}
#section-specialty .inner-01 {
}

#subpage_menu {
  background: #fff;
}
#subpage_menu ul {
  display: -webkit-flex;
  display: flex;
  height: 100px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
  width: 1200px;
}
#subpage_menu ul li {
  align-self: center;
  border-left: 1px solid #bbb;
  box-sizing: border-box;
  color: #bbb;
  display: table;
  height: 100px;
  line-height: 1.2;
  width: 25%;
}
#subpage_menu ul li:first-child {
  border-left: none;
}
#subpage_menu ul li.on {
  color: #836d50;
}
#subpage_menu ul li a {
  display: table;
  width: 100%;
}
#subpage_menu ul li a:hover {
  background: #836d50;
  color: #fff;
  opacity: 1;
}
#subpage_menu ul li .tit {
  display: table-cell;
  font-size: 18px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}


/* SP */
@media only screen and (max-width: 640px) {
  #subpage_menu ul {
    height: 60px;
    padding: 0;
    width: 98%;
  }
  #subpage_menu ul li {
    display: block;
    height: 60px;
    padding: 0;
    text-align: center;
  }
  #subpage_menu ul li a {
    display: block;
    height: 60px;
  }
  #subpage_menu ul li .tit {
    display: block;
    font-size: 12px;
    height:inherit;
    margin: 0 2%;
    padding-top: 15px;
    width: 96%;
  }
}



/* メインコンテンツ
----------------------------------*/
#main-group {}

#section-summary {
  background-image: url("../img/company/index/summary-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  height: 780px;
  padding: 100px 0;
  position: relative;
}
#section-summary:after {
  content: '';
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section-summary .inner {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  z-index: 1;
}
#section-summary .text-area {
}
#section-summary .tit {
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
#section-summary .tit h1 {
  font-size: 48px;
  line-height: 1.4;
}
#section-summary .tit p {
  font-size: 30px;
  line-height: 1.4;
}


/* SP */
@media only screen and (max-width: 640px) {
  #section-summary {
    padding: 0;
    height: 180px;
  }
  #section-summary:after {
    height: 180px;
  }
  #section-summary .inner {
    height: 180px;
    width: 100%;
  }
  #section-summary .text-area {
    box-sizing: border-box;
    height: 180px;
    min-height: auto;
    padding: 30px 5%;
    width: 100%;
  }
  #section-summary .tit {
    margin-top: 40px;
  }
  #section-summary .tit h1 {
    font-size: 28px;
  }
  #section-summary .tit p {
    font-size: 18px;
  }
}


.section-detail {
  height: auto;
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.section-detail .inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 100px;
  width: 1200px;
}
.section-detail .text-area {
  background: #fff;
  box-sizing: border-box;
  padding: 60px;
  width: 100%;
}
#section-detail01 {
  margin: -600px 0 0;
}

/* SP */
@media only screen and (max-width: 640px) {
  .section-detail {
    padding: 60px 0 40px 0;
  }
  .section-detail .inner {
    padding: 0;
    width: 100%;
  }
  .section-detail .text-area {
    padding: 60px 20px;
    margin-top: 0;
    min-height: 300px;
    width: 100%;
  }
  .section-detail .text-area h4 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #section-detail01 {
    margin: 0;
    padding: 0 0 40px 0;
  }
}



/* 会社概要
/company/index.php
----------------------------------*/
body#page-company-index #section-summary {
}

body#page-company-index .section-detail .text-area table {
  border-top: 1px solid #111;
  width: 100%;
}
body#page-company-index .section-detail .text-area table tr {
  border-bottom: 1px solid #111;
}
body#page-company-index .section-detail .text-area table th {
  font-weight: bold;
  padding: 20px 0;
  vertical-align: top;
  width: 30%;
}
body#page-company-index .section-detail .text-area table td {
  padding: 20px 0;
  vertical-align: top;
  width: 70%;
}
body#page-company-index .section-detail .text-area table td dl {}
body#page-company-index .section-detail .text-area table td dl dt {
  font-weight: bold;
  margin-top: 1em;
}
body#page-company-index .section-detail .text-area table td dl dt:first-child {
  margin-top: 0;
}
body#page-company-index .section-detail .text-area table td dl dd a {
  text-decoration: underline;
}

/* SP */
@media only screen and (max-width: 640px) {
  body#page-company-index .section-detail .text-area table tr {
    display: block;
    padding: 20px 0;
  }
  body#page-company-index .section-detail .text-area table th {
    display: block;
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
  body#page-company-index .section-detail .text-area table td {
    display: block;
    padding: 0;
    width: 100%;
  }
}


/* 地図
/company/map.php
----------------------------------*/
body#page-company-map #section-summary {
}

body#page-company-map .map-area {
  margin-bottom: 40px;
}
body#page-company-map .map-area .map {
  text-align: center;
  margin-bottom: 40px;
}
body#page-company-map .map-area ul {
  display: -webkit-flex;
  display: flex;
  height: 100px;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
}
body#page-company-map .map-area ul li {
}
body#page-company-map .map-area ul li a {
  background: #111;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 60px;
  margin: 0 20px;
  padding: 12px;
  text-align: center;
  width: 320px;
}
body#page-company-map .outline-area .list {
  float: left;
  margin: 0 15px;
  width: 410px;
}
body#page-company-map .outline-area h4 {
  border-bottom: 1px solid #111;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body#page-company-map .outline-area .list1 dl {
}
body#page-company-map .outline-area .list1 dl dt {
  font-weight: bold;
}
body#page-company-map .outline-area .list1 dl dd {
  margin-left: 1em;
}
body#page-company-map .outline-area .list2 ul {
  margin-bottom: 20px;
}
body#page-company-map .outline-area .list2 ul li {
  margin-bottom: 20px;
}

/* SP */
@media only screen and (max-width: 640px) {
  body#page-company-map .map-area ul {
    height: auto;
    width: 100%;
  }
  body#page-company-map .map-area ul li {
    align-self: stretch;
    line-height: 1.2;
    margin: 0 2%;
    width: 46%;
  }
  body#page-company-map .map-area ul li a {
    border-radius: 25px;
    font-size: 14px;
    height: 50px;
    margin: 0;
    padding: 16px 12px 16px;
    width: 100%;
  }
  body#page-company-map .outline-area .list {
    float: none;
    margin: 0 0 40px;
    width: 100%;
  }
  body#page-company-map .outline-area h4 {
    font-size: 20px;
  }
}


/* プライバシーポリシー
/company/privacy.php
----------------------------------*/
body#page-company-privacy #section-summary {
}

body#page-company-privacy #section-detail01 .text-area h5 {
  font-weight: bold;
}
body#page-company-privacy #section-detail01 .text-area p {
  margin-bottom: 1em;
}
body#page-company-privacy #section-detail01 .text-area a {
  text-decoration: underline;
}


/* スタジオ探訪
/company/studio.php
----------------------------------*/
body#page-company-studio #section-summary {
}

body#page-company-studio .section-detail {
  padding-bottom: 0;
}
body#page-company-studio .section-detail:last-child {
  padding-bottom: 80px;
}
body#page-company-studio .section-detail .text-area h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
}
body#page-company-studio .section-detail .text-area h2 span {
  font-size: 60px;
}

body#page-company-studio .section-detail .gallery {
  margin-bottom: 40px;
}
body#page-company-studio .section-detail .gallery .bx-wrapper {
  margin-bottom: 20px;
}
body#page-company-studio .section-detail .gallery ul.slider {
} 
body#page-company-studio .section-detail .gallery ul.slider li {
  text-align: center;
} 
body#page-company-studio .section-detail .gallery ul.slider li .img {
  height: 385px;
  margin: 0 auto 10px;
  overflow: hidden;
  text-align: center;
  width: 600px;
}
body#page-company-studio .section-detail .gallery ul.slider li .img img {
}
body#page-company-studio .section-detail .gallery ul.slider li .cap {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
} 
body#page-company-studio .section-detail .gallery ul.slider li .cap span {
  font-size: 14px;
  font-weight: normal;
} 
body#page-company-studio .section-detail .gallery ul#slider1 {
}
body#page-company-studio .section-detail .gallery .slider_thumbs {
  box-sizing: border-box;
  margin: 0 auto;
  width: 610px;
}
body#page-company-studio .section-detail .gallery .slider_thumbs ul {
}
body#page-company-studio .section-detail .gallery .slider_thumbs ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
body#page-company-studio .section-detail .layout {
  margin-bottom: 40px;
}
body#page-company-studio .section-detail .layout h4 {
  background: #111;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 4px 20px;
}
body#page-company-studio .section-detail .layout dl {
  margin-bottom: 30px;
  width: 100%;
}
body#page-company-studio .section-detail .layout dl:after {
    content: " ";
    display: block;
    clear: both;
}
body#page-company-studio .section-detail .layout dl dt {
  float: left;
  width: 230px;
}
body#page-company-studio .section-detail .layout dl dd {
  float: left;
  width: 650px;
}
body#page-company-studio .section-detail .layout dl dd span {
  font-size: 24px;
  font-weight: bold;
}
body#page-company-studio .section-detail .address span {
  font-size: 18px;
  font-weight: bold;
}

/* SP */
@media only screen and (max-width: 640px) {
  body#page-company-studio .section-detail .text-area h2 {
    font-size: 28px;
  }
  body#page-company-studio .section-detail .text-area h2 span {
    font-size: 36px;
  }
  body#page-company-studio .section-detail .gallery .bx-wrapper {
    margin-bottom: 10px;
  }
  body#page-company-studio .section-detail .gallery ul.slider li .img {
    height: auto;
    width: 100%;
  } 
  body#page-company-studio .section-detail .gallery ul.slider li .cap {
    font-size: 16px;
  } 
  body#page-company-studio .section-detail .gallery ul.slider li .cap span {
    font-size: 14px;
  } 
  body#page-company-studio .section-detail .gallery .slider_thumbs {
    width: 100%;
  }
  body#page-company-studio .section-detail .layout h4 {
    font-size: 18px;
  }
  body#page-company-studio .section-detail .layout dl dt {
    float: none;
    width: 100%;
    text-align: center;
  }
  body#page-company-studio .section-detail .layout dl dd {
    float: none;
    width: 100%;
  }
}

