@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : layout.css
 Style Info : ヘッダー、フッター、サイドバー等のサイトの構造に関わるスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", "Meiryo", sans-serif;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
#page {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#page a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/* 追加CSS */
.header-navi__none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-navi__none {
    display: inline-block;
  }
}
#page {
  padding-top: 70px;
}
.site_copy_pc {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff;
  background: #333;
  line-height: 27px;
}
#header {
  width: 100%;
  height: 70px;
  background: url(../img/bg/bg_white.png) repeat;
  z-index: 3000;
  box-sizing: border-box;
  padding-top: 16px;
  position: absolute;
  left: 0;
  top: 27px;
}
#header.fixed {
  position: fixed;
  top: 0;
}
#header .logo {
  display: block;
  width: 162px;
}
#header .logo a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#header .site_copy {
  position: absolute;
  top: 0;
  left: 172px;
  width: 245px;
  font-size: 1.1rem;
  font-weight: 100;
  text-indent: 5px;
}
#header .hd_btn {
  position: absolute;
  right: 0;
  top: 1px;
}
#header .hd_btn a {
  font-size: 1.4rem;
}
#header .hd_btn2 {
  position: absolute;
  right: 300px;
  top: 1px;
}
#header .hd_btn2 a {
  font-size: 1.4rem;
}
#gNavi {
  position: absolute;
  left: 210px;
  top: -5px;
}
#gNavi ul {
  width: 500px;
}
#gNavi ul li {
  float: left;
  word-wrap: normal;
  line-height: 1;
  border-left: solid 1px #333;
  margin: 4px 0;
}
#gNavi ul li:nth-child(6) {
  border: none;
}
#gNavi ul li:first-child {
  border-left: none;
}
#gNavi ul li a {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: -1px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #333;
  padding: 0 9px;
  transition: all 0.3s ease-in-out 0s;
}
#gNavi ul li a:hover {
  color: #c3a36a;
}
#crumbs {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#crumbs li {
  display: inline;
}
#crumbs .crumbs_top:before {
  content: " \f015";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.6rem;
  color: #c3a36a;
}
#main {
  float: left;
  width: 810px;
  padding-bottom: 60px;
}
#side {
  float: right;
  width: 250px;
  padding-bottom: 60px;
}
#side nav {
  border: solid 1px #999;
  border-top: solid #040707 4px;
  margin-bottom: 40px;
}
#side nav h3 {
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  padding: 23px 0;
  letter-spacing: 0.1em;
}
#side_cat ul li {
  border-top: dotted 1px #999;
}
#side_cat ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 23px 5px;
  font-size: 1.5rem;
}
#side_cat ul li a:hover {
  color: #c3a36a;
}
#side_news a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-top: dotted 1px #999;
}
#side_news a:hover {
  color: #c3a36a;
}
#side_news a:before {
  position: absolute;
  right: 3px;
  bottom: 3px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent #333 #333 transparent;
  border-style: solid;
  border-width: 8px;
}
#side_news a:hover:before {
  border-color: transparent #c3a36a #c3a36a transparent;
}
#side_news a:hover .news_cat {
  background: #c3a36a;
}
#side_news a dl {
  padding: 18px 15px 15px 15px;
}
#side_news a dl dt .news_cat {
  color: #fff;
  background: #040707;
  padding: 1px 10px;
  display: inline-block;
  font-size: 1.2rem;
}
#side_news a dl dt b {
  display: block;
  padding-top: 7px;
}

/* =========================================================
side_info
========================================================= */
#side_info {
  background: #f9f9f9;
}
#side_info .si_box {
  padding: 12px 20px;
}
#side_info strong {
  font-size: 1.1rem;
  white-space: nowrap;
  display: block;
  text-align: center;
}
#side_info dl {
}
#side_info dl dt {
  padding: 5px;
}
#side_info dl dd figure {
  margin: 17px 0 20px 0;
}
#side_info ul li {
  margin-bottom: 10px;
}
#side_info ul li .btn01 .ff02 a {
  padding: 10px 0;
  font-size: 1.4rem;
}
.page_top {
  clear: both;
  width: 100%;
}
.page_top a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 35px 0 15px 0;
  background: url(../img/ico/ico_arrow01.png) #040707 center 20px no-repeat;
  background-size: 13px;
  transition: all 0.3s ease-in-out 0s;
}
.page_top a:hover {
  background: url(../img/ico/ico_arrow01.png) #333 center 19px no-repeat;
  background-size: 13px;
}
#footer {
  background: #f9f9f9;
  padding-top: 40px;
}
#footer dt {
  width: 162px;
  margin-bottom: 10px;
}
#footer .fr {
  width: 818px;
  text-align: right;
}
#footer .fr:after {
  content: "";
  display: block;
  clear: both;
}
#footer .fr > span {
  display: inline-block;
  width: 36px;
  float: left;
  margin: 3px 0 0 10px;
}
#footer .fr ul {
  width: 726px;
  float: left;
}
#footer .fr li {
  float: left;
  margin-left: 10px;
}
#footer .fr .btn01 .ff02 a {
  padding: 8px 0;
}
.copyright {
  text-align: center;
  padding: 30px 0 15px 0;
}
.side_fix {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.side_fix01 {
  box-sizing: border-box;
  position: relative;
  width: 260px;
  height: 100px;
  padding-top: 58px;
  background: url("../img/side/side_fix01.png") right top no-repeat;
  margin-bottom: 12px;
}
.side_fix01 li {
  position: relative;
  line-height: 1;
}
.side_fix01 li::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
}
.side_fix01 li:last-child::after {
  display: none;
}
.side_fix01 li a {
  color: #fff;
  text-decoration: none;
  font-size: 2.2rem;
  display: block;
  padding: 0 10px;
}
.side_fix01 li a:hover {
  text-decoration: underline;
}
.side_fix01 li a span {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  right: -5px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.inner:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*下層タイトル*/
#mainLower {
  margin-bottom: 60px;
  text-align: center;
}
.page_ttl {
  box-sizing: border-box;
  color: #fff;
  font-weight: 100;
  padding-top: 33px;
}
.page_ttl span {
  display: inline-block;
  font-size: 4.2rem;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
}
.page_ttl small {
  display: block;
  font-size: 1.8rem;
}

#studio_main {
  position: relative;
  height: 320px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#studio_main::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#studio_main.ttl_umeda {
  background: url("../../img/main/ttl_umeda.jpg") center center no-repeat;
  background-size: cover;
}
#studio_main.ttl_shinsaibashi {
  background: url("../../img/main/ttl_shinsaibashi.jpg") center center no-repeat;
  background-size: cover;
}
#studio_main.ttl_sannomiya {
  background: url("../../img/main/ttl_sannomiya.jpg") center center no-repeat;
  background-size: cover;
}
#studio_main h2 {
  position: relative;
  z-index: 5;
}
#studio_main h2 span {
  display: block;
  font-size: 3.4rem;
}
#studio_main h2 small {
  display: block;
  font-size: 2.4rem;
}
#studio_main h2 b {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  background: #c3a36b;
  padding: 2px 15px;
  border-radius: 3px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #studio_main {
    height: 280px;
    margin-bottom: 30px;
  }
  #studio_main h2 span {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  #studio_main h2 small {
    font-size: 2rem;
  }
  #studio_main h2 b {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1100px) {
  html,
  body,
  #page {
    min-width: 1100px;
  }
  /*#header .site_copy {
		font-size:1rem;
		top:2px;
	}	*/
}

@media screen and (max-width: 767px) {
  html,
  body,
  #page {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  #page {
    padding-top: 72px;
    padding-bottom: 15%;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #header {
    padding: 25px 0;
    height: auto;
    top: 0 !important;
  }
  #header .logo {
    position: relative;
    width: 90px;
    padding-left: 10px;
    z-index: 100;
    top: -10px;
  }
  #header .site_copy {
    width: auto;
    font-size: 1rem;
    top: -3px;
    left: 116px;
    line-height: 1.5;
  }
  #spNavi ul {
    position: absolute;
    left: 0;
    bottom: -14px;
    font-size: 1rem;
  }
  #spNavi li {
    position: relative;
    line-height: 1;
  }
  #spNavi li::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #333;
  }
  #spNavi li:last-child::after {
    display: none;
  }
  #spNavi li a {
    color: #333;
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
    padding: 0 9px;
  }
  #spNavi li a:hover {
    text-decoration: underline;
  }
  #spNavi li a span {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    right: -5px;
  }
  .sp_btn1 {
    position: absolute;
    display: inline-block;
    padding: 0;
    width: auto;
    right: 55px;
    top: 0;
  }
  .sp_btn1 a {
    font-size: 1rem;
    padding: 2px 10px !important;
  }
  .sp_btn2 {
    position: absolute;
    display: inline-block;
    padding: 0;
    width: auto;
    right: 138px;
    top: 0;
  }
  .sp_btn2 a {
    font-size: 1rem;
    padding: 2px 10px !important;
  }
  #sNavi {
    width: 100%;
  }
  #sNavi .toggle {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    font-size: 1.3rem;
    z-index: 1000;
  }
  #sNavi .toggle span {
    font-weight: 700;
  }
  #sNavi .toggle:before {
    position: absolute;
    left: 50%;
    top: -35px;
    content: " \f0c9";
    font-family: "FontAwesome";
    font-size: 3.5rem;
    margin-left: -15px;
    font-weight: normal;
  }
  #sNavi .toggle.active {
    width: 33px;
    height: 33px;
    background: url(../img/buttons/close_btn.jpg) left top no-repeat !important;
    background-size: 33px auto !important;
    text-indent: -9999px;
    top: -7px !important;
  }
  #sNavi .toggle.active:before {
    display: none;
  }
  #sNavi .toggle:hover {
    color: #333;
  }
  #bMenu {
    display: none;
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 100;
    background: url(../img/bg/bg_white.png) repeat;
  }
  #bMenu ul {
    padding: 60px 10px 20px 10px;
  }
  #bMenu a {
    display: block;
    padding: 9px 20px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #bMenu a:hover {
    color: #c3a36a;
  }
  #bMenu li {
    border-top: solid 1px #ccc;
  }
  #bMenu li:last-child {
    padding-top: 30px;
  }
  #bMenu .btn01 a {
    font-size: 1.4rem;
  }
  #crumbs {
    width: auto;
    margin: 0 10px;
  }
  .page_top a {
    display: block;
    font-size: 1.4rem;
    padding: 18px 0 7px 0;
    background: url(../img/ico/ico_arrow01.png) #040707 center 10px no-repeat;
    background-size: 13px;
  }
  .page_top a:hover {
    background: url(../img/ico/ico_arrow01.png) #333 center 10px no-repeat;
    background-size: 13px;
  }
  #footer {
    background: #f9f9f9;
    padding: 20px 10px 0 10px;
  }
  #footer .clearfix {
    position: relative;
  }
  #footer .fl dt {
    width: 151px;
    margin-bottom: 5px;
  }
  #footer .fr {
    width: 100%;
  }
  #footer .fr > span {
    width: 30px;
    float: none;
    margin: 0;
  }
  .ft_fb {
    position: absolute;
    right: 45px;
    top: 0;
  }
  .ft_insta {
    position: absolute;
    right: 0;
    top: 0;
  }
  #footer .fr ul {
    width: 100%;
    float: left;
    padding-top: 5px;
  }
  #footer .fr li {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
  #footer .fr .btn01 .ff02 a {
    font-size: 1.4rem;
    padding: 6px 0;
  }
  .copyright {
    padding: 20px 0 12px 0;
  }
  .ft_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
  }
  .ft_nav ul {
    display: none;
    width: 100%;
  }
  .ft_nav li {
    float: left;
  }
  .ft_nav li a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
  }
  .ft_nav li img {
    width: 100%;
  }
  .sfn01 {
    width: 21.7%;
  }
  .sfn01 a {
    border-right: solid 1px #fff;
  }
  .sfn02 {
    width: 21.7%;
  }
  .sfn02 a {
    border-right: solid 1px #fff;
  }
  .sfn03 {
    width: 21.7%;
  }
  .sfn03 a {
    border-right: solid 1px #fff;
  }
  .sfn04 {
    width: 34.9%;
  }
  .inner {
    box-sizing: border-box;
    width: 100%;
  }
  #contents .inner {
    width: auto;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
  }
  #mainLower {
    margin-bottom: 35px;
    height: auto;
  }
  .page_ttl {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .page_ttl:before {
    content: "";
    display: block;
    padding-top: 26.825%; /* 高さを幅の26.825%に固定 */
  }
  .page_ttl div {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    text-align: center;
  }
  .page_ttl span {
    font-size: 2.9rem;
    letter-spacing: 1px;
    line-height: 1;
  }
  .page_ttl small {
    font-size: 1.4rem;
  }
  .backstretch {
    display: none !important;
  }
  #main {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
  #side {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 569px) {
  #sNavi .toggle {
    font-size: 1.1rem;
  }
  #sNavi .toggle:before {
    top: -38px;
  }
}
@media screen and (max-width: 479px) {
  #header .site_copy {
    font-size: 0.8rem;
    top: -2px;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
  }
  #main {
    padding-bottom: 30px;
  }
  #side nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  #spNavi ul {
    font-size: 1rem;
  }
  #spNavi li a {
    font-size: 1.1rem;
    padding: 0 7px;
  }
  .sp_btn1 a {
    padding: 2px 9px !important;
  }
  .sp_btn2 {
    right: 134px;
  }
  .sp_btn2 a {
    padding: 2px 9px !important;
  }
}
@media screen and (max-width: 320px) {
  #sNavi .toggle {
    right: 8px;
  }
}
