@charset "utf-8";

body {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
    /*letter-spacing: 2px;*/
    line-height: 175%;
}

body a {
    color: inherit;
    text-decoration: none;
}

.serif {
    font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
    font-family: "Sawarabi Mincho";
    transform: rotate(0.05deg);
    font-weight: 100;
}

strong {font-weight: bold;}

.fs_10px: {font-size: 10px;}
.fs_11px: {font-size: 11px;}
.fs_12px: {font-size: 12px;}
.fs_13px: {font-size: 13px;}
.fs_14px: {font-size: 14px;}
.fs_15px: {font-size: 15px;}
.fs_16px: {font-size: 16px;}
.fs_17px: {font-size: 17px;}
.fs_18px: {font-size: 18px;}
.fs_19px: {font-size: 19px;}
.fs_20px: {font-size: 20px;}

.mb_0 {margin-bottom: 0;}
.mb_10px {margin-bottom: 10px;}
.mb_20px {margin-bottom: 20px;}
.mb_30px {margin-bottom: 30px;}
.mb_40px {margin-bottom: 40px;}
.mb_50px {margin-bottom: 50px;}
.mb_60px {margin-bottom: 60px;}
.mb_70px {margin-bottom: 70px;}
.mb_80px {margin-bottom: 80px;}
.mb_90px {margin-bottom: 90px;}
.mb_100px {margin-bottom: 100px;}
.mb_110px {margin-bottom: 110px;}
.mb_120px {margin-bottom: 120px;}

.width_1200px { width: 1200px; }
.width_1080px { width: 1080px; }
.width_960px { width: 960px; }

.center {margin: 0 auto;}
.ta_center {text-align: center;}

.float_left {float: left;}
.float_right {float: right;}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

#spmenubtn, #spmenu {
    display: none;
}

a, a:hover, a p, a:hover p {
    transition: .2s;
    transition-timing-function: ease-out;
}

.txt_link {
    color: #c1b497;
    text-decoration: underline;
}

.txt_link:hover {
    text-decoration: none;
}

.dsp_inline { display: inline; }
.dsp_block { display: block; }
.dsp_inlineblock { display: inline-block; }

/*トップへ戻るボタン=========================================================================*/

#totop {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: fixed;
    bottom: -70px;
    right: 30px;
    z-index: 1500;
    line-height: 62px;
    text-align: center;
    font-size: 32px;
    border: 1px solid #c1b497;
    color: #c1b497;
    background-color: rgba(5,0,0,.7);
    transition: .2s;
    transition-timing-function: ease-out;
}

#totop.active {
    bottom: 30px;
    transition: .1s;
    /*transition-delay: .2s;*/
    transition-timing-function: ease-in-out;
}

#totop:hover {
    border: 1px solid #c1b497;
    color: #c1b497;
    background-color: #FFF;
    transition: .2s;
    transition-timing-function: ease-out;
}


/*クオーツタワートップへ戻る=========================================================================*/

.qt_top {
    display: block;
    width: 100%;
    line-height: 20px;
    padding-left: 8%;
    font-size: 8px;
    position: fixed;
    top: 0;
    z-index: 3000;
    }

.qt_top:hover {
    text-decoration: underline;
    }

/*PC時のみの表示=========================================================================*/


/*基本設定========================================*/

.bg_darkgray { background-color: #25211e; }
.bg_gold { background-color: #c1b497; }
.bg_white { background-color: #FFF; }

.color_darkgray { color: #25211e; }
.color_gold { color: #c1b497; }
.color_white { color: #FFF; }

/*ヘッダー========================================*/

header {
    height: 65px;
    border-bottom: 3px solid #c1b497;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .15em;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
}

header h1 {
    width: auto;
    line-height: 100%;
    margin-top: 14px;
}

header h1 span {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}


nav ul li {
    display: inline-block;
}

nav ul li a {
    display: inline-block;
    line-height: 65px;
    padding: 0 15px;
    width: auto;
    text-align: center;
}

.btn_white, .btn_gold:hover {
    border: 1px solid #c1b497;
    color: #c1b497;
    text-align: center;
    background-color: #FFF;
}

.btn_white:hover, #kv_txt .btn_white:hover, .btn_gold {
    background-color: #c1b497;
    color: #FFF;
    text-align: center;
    border: 1px solid #c1b497;
}

.btn_darkgray {
    border: 1px solid #25211e;
    color: #c1b497;
    text-align: center;
    background-color: #25211e;
}

.btn_darkgray:hover {
    background-color: #FFF;
    color: #25211e;
}

header .btn_white {
    display: inline-block;
    padding: 0 15px;
    line-height: 25px;
    margin-top: 20px;
    margin-left: 20px;
}

header .btn_white i {
    font-size: 20px;
    vertical-align: -3px;
    margin-right: 5px;
}

.nav_hover {
    position: absolute;
    height: 0;
    bottom: 0;
    transition: .2s;
}

/*kv=============================================*/

#kv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
/*
    position: fixed;
    top: 0;
*/
}

#kv_txt {
    width: 236px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -154px 0 0 -118px;
    z-index: 1000;
}



.logo {
    background-color: rgba(8,4,0,.8);
    height: 236px;
}

.logo img {
    margin: 0 auto 20px;
}

.logo h1 {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}

.logo h1 span {
    font-size: 10px;
    line-height: 100%;
    margin-top: 8px;
}

.logo .padding01 {
    padding-top: 40px;
}

#kv_txt .btn_white {
    background-color: rgba(255,255,255,.9);
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

#kv_txt .btn_white i {
    font-size: 24px;
    vertical-align: -4px;
    margin-right: 7px;
}

#kv_txt .btn_white span {
    display: none;
}

.scroll {
    display: block;
    position: absolute;
    z-index: 1000;
    bottom: 80px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    color: #25211e;
}

.scroll:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-right: 1px solid #25211e;
    border-bottom: 1px solid #25211e;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 18px
}

.scroll:hover {
    bottom: 70px;
}

/*スライダー=============================================*/

#kv .slide_all {width: 100%; height: 100vh; overflow: hidden;}
#kv .slide_wrap {width: 100%; height: 100vh; overflow: hidden;}
#kv .slide_body {width: 100%; height: 100vh; overflow: hidden;}
#kv .slide {width: 100%; height: 100vh; overflow: hidden;}
#kv .slide img {
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#kv .slide_all.only_sp {display: none;}

/*kv以下=============================================*/

.container {
/*
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 100vh;
*/
    overflow: hidden;
}

/*=============================================*/

section {
    position: relative;
}

h2 {
    text-align: center;
    font-size: 26px;
}

h2 span.h2_lead {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.bg_white h2, .bg_darkgray h2 {
    color: #c1b497;
}

.anc {
    position: absolute;
    height: 67px;
    top: -67px;
}

/*コンセプト=============================================*/

.sec_concept {
    padding: 40px 0;
}

.sec_concept h2 {
    font-size: 13px;
    line-height: 100%;
}

.sec_concept p {
    font-size: 14px;
}

/*ABOUT QUARTZ GALLERY=====================================*/

.sec_aboutgal {
    padding: 80px 0 120px;
}

.sec_aboutgal .three_clm .box01 {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.sec_aboutgal .three_clm .box01:nth-child(3n) {
    margin-right: 0;
}

.sec_aboutgal .three_clm .box01 h3 {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 25px;
    text-align: center;
}

.sec_aboutgal .three_clm .box01 h3 span.h3_lead {
    display: block;
    color: #c1b497;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

.sec_aboutgal .three_clm .box01 p {
    font-size: 14px;
    margin-bottom: 35px;
}

.sec_aboutgal .three_clm .box01 .btn_white {
    display: block;
    line-height: 40px;
    width: 236px;
    margin: 0 auto;
}


/*事例====================================*/

.sec_portfolio {padding: 60px 0 100px;}

.sec_portfolio .two_clm_5_5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec_portfolio .two_clm_5_5 .box01 {
    width: 49%;
    margin-bottom: 22px;
}

/*
.sec_portfolio .two_clm_5_5 .box01:nth-child(4n + 1) {float: left;}
.sec_portfolio .two_clm_5_5 .box01:nth-child(4n - 1) {float: right;}
*/

.sec_portfolio .two_clm_5_5 .box01 img {
    display: block;
    width: 100%;
}

.sec_portfolio .two_clm_5_5 .box01 p {
    background-color: #FFF;
    width: 100%;
    height: 70px;
    display: table;
}

.sec_portfolio .two_clm_5_5 .box01 p span {
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.sec_portfolio a.box01:hover p {
    background-color: #c1b497;
    color: #FFF;
}

.pg_thm {
    position: relative;
}

.sec_portfolio a.box01 .pg_thm .pg_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(5,0,0,.7);
    opacity: 0;
    transition: .2s;
    transition-timing-function: ease-out;
}

.sec_portfolio a.box01 .pg_thm .pg_hover span {
    position: absolute;
    top: 50%;
    margin-bottom: -0.5em;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center;
}

.sec_portfolio a.box01:hover .pg_thm .pg_hover {
    opacity: 1;
    transition: .2s;
    transition-timing-function: ease-out;
}

/*ABOUT FLOOR=====================================*/

.sec_aboutflr {
    padding: 100px 0 0;
}

.sec_aboutflr .three_clm {
    margin-bottom: 50px;
}

.sec_aboutflr .three_clm .box01, .sec_aboutflr .belt01 .two_clm .box01 {
    width: 15%;
    /*float: left;*/
    /*margin-right: 5%;*/
}

.sec_aboutflr .three_clm .box02 {
    width: 23%;
    /*float: left;*/
}

.sec_aboutflr .three_clm .box03 {
    width: 52%;
    /*float: right;*/
}

.sec_aboutflr .three_clm .box03.only_sp {
    display: none;
}

.sec_aboutflr .three_clm .box01 h3 {
    text-align: center;
    font-size: 13px;
    line-height: 150%;
    font-weight: bold;
    color: #c1b497;
    letter-spacing: 2px;
}

.sec_aboutflr .three_clm .box01 h3 img {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.sec_aboutflr .three_clm .box02 {
    position: relative;
}

.sec_aboutflr .three_clm .box02 p {
    font-size: 14px;
}

.sec_aboutflr .three_clm .box02 .btns {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sec_aboutflr .three_clm .box02 .btns a {
    display: block;
    line-height: 40px;
    margin-top: 10px;
}

.sec_aboutflr .three_clm .box03 img {
    display: block;
    width: 100%;
}

.sec_aboutflr .belt01 {
    border-bottom: 1px solid #c1b497;
    padding: 0 0 50px;
}

.sec_aboutflr .belt01.last {
    border-bottom: none;
}

.sec_aboutflr .belt01 .two_clm .box01 {
    display: table;
}

.sec_aboutflr .belt01 .two_clm .box01 h4 {
    display: table-cell;
    vertical-align: middle;
}

.sec_aboutflr .belt01 .two_clm .box01 h4 span{
    display: block;
    width: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: #c1b497;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: auto;
}

.sec_aboutflr .belt01 .two_clm .box02 {
    /*float: left;*/
    width: 80%;
    color: #c1b497;
    font-size: 14px;
    display: table;
}

.sec_aboutflr .belt01 .two_clm .box02 table {
    display: table-cell;
    vertical-align: middle;
}

.sec_aboutflr .belt01 .two_clm .box02 tr {
    height: 40px;
}

.sec_aboutflr .belt01 .two_clm .box02 tr:first-child td:nth-child(2) {
/*    width: 45%;*/
    padding-right: 3em;
}

.sec_aboutflr .belt01 .two_clm .box02 th {
    font-weight: bold;
    width: 5em;
    text-align: left;
}

.sec_aboutflr .belt02 {
    padding: 40px 0;
    margin: 40px 0;
}

.sec_aboutflr .belt02 a {
    display: inline-block;
    line-height: 65px;
    border-radius: 13px;
    width: 15%;
    margin-left: 15px;
}

.sec_aboutflr .belt02 a:hover {
    border: 1px solid #FFF;
}

/*ABOUT FACILITY=====================================*/

.sec_aboutfcl {
    padding: 80px 0;
}

ul.six_clm li {
    display: block;
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 40px;
}

ul.six_clm li:nth-child(6n) {
    margin-right: 0;
}

ul.six_clm img {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 10px;
}

ul.six_clm li span:last-child {
    display: block;
    text-align: center;
    font-size: 15px;
}

.fxt_img {
    width: 100%;
    position: relative;
    height: 180px;
    margin-bottom: 10px;
}

.fxt_img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -90px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1000;
    transition: .3s;
}

ul.six_clm li a:hover .fxt_img img {
    margin: -150px 0 0 -150px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    opacity: 1;
    z-index: 1200;
    transition: .1s;
}

.sec_aboutfcl .btn_white {
    display: block;
    width: 236px;
    margin: 40px auto 0;
    line-height: 40px;
    background: rgba(0,0,0,0);
    /*border: none;*/
    /*border-radius: 13px;*/
}

.sec_aboutfcl .btn_white:hover {
    background: #c1b497;
    color: #25211e;
}


/*料金=====================================*/

.sec_price {
    padding: 80px 0 60px;
}

.sec_price .only_pc {display: table;}
.sec_price .only_sp {display: none;}

.sec_price th, .sec_price td {
    border: 3px solid #e6e1d5;
    border: 1px solid #c1b497;
    vertical-align: middle;
    /*font-size: 18px;*/
    font-weight: bold;
}

.sec_price tr:first-child th {
    /*font-size: 21px;*/
    line-height: 100%;
    padding: 15px 0 10px;
}

.sec_price tr:first-child th span{
    font-size: 12px;
    display: block;
}

.sec_price th {
    color: #c1b497;
}

.sec_price th:first-child {
    text-align: right;
    width: 16%;
    padding: 10px 1% 10px 0;
}

.sec_price th:first-child span, .sec_price td span {
    font-size: 15px;
}

.sec_price td {
    text-align: center;
    width: 14%;
}

.price_txt {
    margin-top: 20px;
    font-size: 14px;
}

.sec_price .btn_white {
    display: block;
    width: 236px;
    margin: 40px auto 0;
    line-height: 40px;
    /*border-radius: 13px;*/
}

/*FAQ=====================================*/

.sec_faq {
    padding: 60px 0 100px;
}

.sec_faq .two_clm .box01 {
    width: 47%;
    margin-bottom: 80px;
}

/*.sec_faq .two_clm .box01:nth-child(2n-1), footer .two_clm .box01:nth-child(2n-1) {
    float: left;
}*/

/*.sec_faq .two_clm .box01:nth-child(2n), footer .two_clm .box01:nth-child(2n) {
    float: right;
}*/

.sec_faq .two_clm .box01 h3 {
    color: #c1b497;
    font-size: 23px;
    margin-bottom: 30px;
}

.sec_faq .two_clm .box01 h3 span.h3_lead {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.sec_faq .two_clm .box01 p {
    color: #25211e;
}


/*フッター=====================================*/

footer {
    position: relative;
    padding: 80px 0;
}

footer h2 {
    margin-bottom: 60px;
}

footer .two_clm .box01 {
    width: 47%;
    text-align: center;
    position: relative;
}

footer .two_clm .box01 .box02 {
    background-color: #34302b;
    color: #FFF;
    padding: 20px;
}

footer .two_clm .box01 .box02 p:nth-child(1){
    font-size: 18px;
    margin-bottom: 20px;
}

footer .two_clm .box01 .box02 p:nth-child(2) {
    margin-bottom: 10px;
}

footer .two_clm .box01 .box02 p:nth-child(2) a {
    pointer-events: none;
}

footer .two_clm .box01 .box02 p:nth-child(2) span:nth-child(1) {
    display: inline-block;
    background-color: #FFF;
    width: 40px;
    color: #34302b;
    border-radius: 50%;
    font-size: 28px;
    line-height: 40px;
    margin: 0 10px 0 0;
}

footer .two_clm .box01 .box02 p:nth-child(2) span:nth-child(2) {
    font-size: 40px;
    letter-spacing: .1em;
    vertical-align: -4px;
}

footer .two_clm .box01 .box02 p:nth-child(2) span:nth-child(3) {
    display: none;
}

footer .two_clm .box01 .box03 {
    color: #c1b497;
}

footer .two_clm .box01 img:nth-last-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .two_clm .box01 small:nth-last-child(1) {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(193,180,151,.3);
}

.maps {
    position: relative;
    overflow: hidden;
/*    height: 500px;*/
    padding-top: 500px;
}

.maps.only_sp {
    display: none;
}

footer .box04 {
    color: #FFF;
}

footer .box04 .btn_white {
    display: inline-block;
    line-height: 65px;
    border: none;
    border-radius: 13px;
    width: 48%;
}

footer .box04 .btn_white:first-child {
    margin-right: 4%;
}

footer .box05 {
    color: rgba(193,180,151,.3);
    text-align: center;
    margin: 100px auto 0;
}



/*フォトギャラリー=========================================================================*/

.photogallery_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(5,0,0,0.92);
    /*z-index: -1200;*/
    /*opacity: 0;*/
    display: none;
    transition: .4s;
}

.photogallery_bg.active {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(5,0,0,0.92);
    z-index: 1200;
    /*opacity: 1;*/
    display: block;
    transition: .4s;
}

.pg_close {
    position: fixed;
    right: 10%;
    top: 120px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/gallery_pg_close.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*フォトギャラリースライダー=============================================*/

.photogallery_bg .slide_all {width: 500px; height: 600px; position: fixed; top: 50%; margin-top: -250px; left: 50%; margin-left: -250px;}
.photogallery_bg .slide_wrap {width: 500px; height: 600px;}
.photogallery_bg .slide_body {width: 500px;}
.photogallery_bg .slide {width: 500px;}
.photogallery_bg .slide img {width: 500px;}

/* 装飾 */
.photogallery_bg .bx-controls-direction,.photogallery_bg .bx-pager {text-align: center;}
.photogallery_bg .bx-controls-direction a,.photogallery_bg .bx-pager-item {display: inline-block;}
.photogallery_bg .bx-pager-item a{display: block; height: 8px; width: 8px; text-indent: -9999px; /*background: #25211e;*/ margin:0 5px; border-radius: 50%; border: 1px solid #c1b497;}
.photogallery_bg .bx-pager-item a.active {background: #c1b497 !important;}
.photogallery_bg .bx-controls { position: absolute; bottom: 0; width: 100%;}

.photogallery_bg a.bx-next, .photogallery_bg a.bx-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    top: -300px;
    z-index: 2500;
    /*background: rgba(0,0,0,.5);*/
}

.photogallery_bg a.bx-next { left: 540px; }
.photogallery_bg a.bx-prev { right: 540px; }

.photogallery_bg a.bx-next:before, .photogallery_bg a.bx-prev:before {
  content: '';
  display: block;
    width: 40px;
    height: 40px;
  border-top: 1px solid /*rgba(255,255,255,1)*/#c1b497;
  border-right: 1px solid /*rgba(255,255,255,1)*/#c1b497;
  transform: rotate( 45deg );
    position: absolute;
  top: 7px;
  right: 7px;
}

.photogallery_bg a.bx-next:before {
  transform: rotate( 45deg );
  right: 7px;
}

.photogallery_bg a.bx-prev:before {
  transform: rotate( -135deg );
  left: 7px;
}

.photogallery_bg .slide_all p.pg_caption {
    width: 100%;
    height: 50px;
    font-size: 12px;
    color: #c1b497;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.photogallery_bg .slide_all p.pg_caption.type02 {
    font-size: 22px;
    line-height: 50px;
}

/*2019-01-18 追加*/
.dsp_flex {display: flex; flex-wrap: wrap;}
.jcsb {justify-content: space-between;}



/*IE対策=========================================================================*/

.sec_portfolio a.box01:hover .pg_thm .pg_hover:not(:target) {
    opacity: 0\9;
}

.sec_portfolio a.box01:hover p:not(:target) {
    background-color: #FFF\9;
    color: #c1b497\9;
}

/*ABOUT FLOOR=====================================*/

.sec_aboutflr .three_clm .box01, .sec_aboutflr .belt01 .two_clm .box01:not(:target) {
    display: block\9;
    margin: 0 auto\9;
}

.sec_aboutflr .three_clm .box02:not(:target) {
    width: 600px\9;
    display: block\9;
    margin: 40px auto\9;
}

.sec_aboutflr .three_clm .box03:not(:target) {
    width: 600px\9;
    display: block\9;
    margin: 0 auto\9;
}

.sec_aboutflr .three_clm .box02 .btns:not(:target) {
    position: static\9;
}

.sec_aboutflr .three_clm .box02 .btns a:last-child:not(:target) {
    display: none\9;
}

.sec_aboutflr .belt01 .two_clm .box01:not(:target) {
    display: none\9;
}

.sec_aboutflr .belt01 .two_clm .box02:not(:target) {
    display: block\9;
    width: 600px\9;
    margin: 0 auto\9;
}

.sec_aboutflr .belt01 .two_clm .box02 tr:not(:target) {
    height: 80px\9;
}

.sec_aboutflr .belt02:not(:target) {
    margin: 0\9;
}

/*FAQ=====================================*/

.sec_faq {
    padding: 60px 0 100px;
}

.sec_faq .two_clm .box01:not(:target) {
    display: block\9;
    width: 100%\9;
    margin: 0 auto 80px\9;
}

/*フッター=====================================*/

footer .two_clm .box01:not(:target) {
    display: block\9;
    width: 600px\9;
    margin: 0 auto\9;
}

footer .two_clm .box01 img:nth-last-child(2):not(:target) {
    display: none\9;
}

footer .two_clm .box01 small:nth-last-child(1):not(:target) {
    position: static\9;
    text-align: center\9;
    margin-top: 40px\9;
}

.maps:not(:target) {
    height: 0\9;
    overflow: hidden\9;
}



@media (max-width: 768px){

/*基本の設定=========================================================================*/

.width_1200px, .width_1080px, .width_960px, .sec_concept p { width: 90%; }

h2 {font-size: 20px;}
h2 span.h2_lead {
    font-size: 8px;
    margin-bottom: 0px;
}

h3 { font-size: 22px; transform: rotate(0.05deg); }
h4 { font-size: 18px; line-height: 40px; }

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wrap { width: 90%; margin: 0 auto; }

.anc {height: 0; top: 0;}

span.dsp_inlineblock, .phrase {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.dsp_block {
    display: block;
}

header {
    display: none;
    }

.anc {
    position: absolute;
    height: 0;
    top: 0;
}

.sec_concept, .sec_aboutgal, .sec_aboutflr, .sec_aboutfcl, .sec_price, footer {
    padding: 40px 0;
}


.sec_aboutfcl h2, .sec_portfolio h2, .sec_price h2, .sec_faq h2, footer h2 {
    margin-bottom: 30px;
}

.sec_aboutflr h2, .sec_aboutgal h2 {
    width: 90%;
    margin: 0 auto 30px;
}

/*ハンバーガー=========================================================================*/

    #spmenubtn{
        position: fixed;
        width: 50px;
        height: 50px;
        top: 15px;
        right: 3%;
        z-index: 3000;
        display: block;
        transition: .2s;
    }

    #spmenubtn.active{
        transition: .2s;
    }

    #menu-trigger {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.9);
        border: 1px solid #c1b497;
        border-radius: 50%;
    }

    #menu-trigger.active {
        background-color: rgba(255,255,255,.0);
    }

    #menu-trigger:after {
        font-family: FontAwesome;
        content: '\f0c9';
        color: #c1b497;
        font-size: 24px;
        display: block;
        text-align: center;
        line-height: 50px;
    }

    #menu-trigger.active:after {
        content: '×';
        font-size: 30px;
        font-weight: 100;
    }

    #spmenu{
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2000;
        opacity: 0;
        background-color: rgba(5,0,0,.9);
        transition: .5s;
    }
    #spmenu.open{
        opacity: 1;
        z-index: 2000;
        transition: .5s;
    }

#spmenu nav ul {
    width: 100%;
    text-align: center;
    margin-top: 30%;
}

#spmenu nav ul li {
    display: block;
    }

#spmenu nav ul li a {
    font-size: 15px;
    display: block;
    width: 236px;
    color: #c1b497;
    line-height: 40px;
    margin: 0px auto;
}

#spmenu nav ul li:last-child a {
    color: #c1b497;
    background-color: #FFF;
    margin: 20px auto;
}

#spmenu nav ul li a:hover {
    color: #25211e;
    background-color: #c1b497;
}

#spmenu img {
    display: block;
    width: 160px;
    margin: 60px auto 40px;
    opacity: .4;
}


/*kv=============================================*/

.scroll {
    position: absolute;
    bottom: 60px;
}

.scroll:hover {
    bottom: 50px;
}
#kv_txt .only_pc {display: none;}
#kv_txt .btn_white span {display: inline;}

/*スライダー=============================================*/
#kv .slide {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 76.8vh !important;
}
#kv .slide img {
     width: 76.8vh !important;
}
#kv .slide_all.only_pc {display: none;}
#kv .slide_all.only_sp {display: block;}


/*コンセプト=============================================*/

.sec_concept h2 span.h2_lead {
    font-size: 13px;
}

/*ABOUT QUARTZ GALLERY=====================================*/

.sec_aboutgal .three_clm .box01 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
}

.sec_aboutgal .three_clm .box01:last-child {
    margin-bottom: 0;
}

.sec_aboutgal .three_clm .box01 h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sec_aboutgal .three_clm .box01 h3 span.h3_lead {
    font-size: 10px;
    margin-bottom: 0px;
}

.sec_aboutgal .three_clm .box01 p {
    margin-bottom: 20px;
}

/*事例====================================*/

.sec_portfolio {padding: 40px 0 20px;}

/*
.sec_portfolio .two_clm_5_5 {
    width: 100%;
}
*/

/*
.sec_portfolio .two_clm_5_5 .box01 {
    display: none;
}
*/

/*
.sec_portfolio .two_clm_5_5 .box01:nth-child(2n-1) {float: none;}
.sec_portfolio .two_clm_5_5 .box01:nth-child(2n) {float: none;}
*/


/*ABOUT FLOOR=====================================*/

.sec_aboutflr .mb_100px {
    margin-bottom: 50px
}

.sec_aboutflr .three_clm {
    margin-bottom: 40px;
}

.sec_aboutflr .three_clm.width_1200px {
    width: 100%;
}

.sec_aboutflr .three_clm .box01, .sec_aboutflr .belt01 .two_clm .box01 h3 {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}

.sec_aboutflr .three_clm .box01 h3 img , .sec_aboutflr .belt01 .two_clm .box01 h3 img {
    display: block;
    width: 20% !important;
    margin: 0 auto;
}

.sec_aboutflr .three_clm .box02 {
    width: 90%;
    float: none;
    margin: 0 auto;
}

.sec_aboutflr .photogallery_bg .slide_all {height: 320px; margin-bottom: 30px;}

.sec_aboutflr .three_clm .box03 {
    width: 100%;
    float: none;
    margin-bottom: 0px;
}
    
.sec_aboutflr .three_clm .box03.only_sp {
    display: block;
    margin-bottom: 16px;
}

.sec_aboutflr .three_clm .box01 h3 {
    font-size: 8px;
}

.sec_aboutflr .three_clm .box01 h3 img {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.sec_aboutflr .three_clm .box02 .btns {
    width: 236px;
    position: static;
    margin: 20px auto 0;
}

/*
.sec_aboutflr .three_clm .box02 .btns a {
    margin-top: 0px;
}
*/

.sec_aboutflr .three_clm .box02 .btns a.only_pc {
    display: none;
}

.sec_aboutflr .three_clm .box03 img {
    display: block;
    width: 100%;
}

.sec_aboutflr .belt01 {
    border-bottom: 1px solid #c1b497;
    padding: 0;
}

.sec_aboutflr .belt01.last {
    border-bottom: none;
}

.sec_aboutflr .belt01 .two_clm .box01 {
    float: none;
    display: block;
    width: 100%;
}

.sec_aboutflr .belt01 .two_clm .box01 h4 {
    display: none;
}

.sec_aboutflr .belt01 .two_clm .box02 {
    float: none;
    width: 100%;
    display: block;
}

.sec_aboutflr .belt01 .two_clm .box02 table {
    display: block;
}

.sec_aboutflr .belt01 .two_clm .box02 tr {
    height: auto;
    display: block;
}

.sec_aboutflr .belt01 .two_clm .box02 tr td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.sec_aboutflr .belt01 .two_clm .box02 tr:first-child td:nth-child(2) {
    display: block;
    width: 100%;
}

.sec_aboutflr .belt01 .two_clm .box02 th {
    display: block;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.sec_aboutflr .belt02 {
    padding: 20px 0;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 150%;
}

.sec_aboutflr .belt02 p {
    width: 90%;
    margin: 0 auto;
}

.sec_aboutflr .belt02 a {
    display: block;
    line-height: 50px;
    border-radius: 13px;
    width: 100%;
    margin: 10px auto 0;
}

.sec_aboutflr .only_pc {
    display: none;
}

/*ABOUT FACILITY=====================================*/

ul.six_clm li {
    display: block;
    width: 42vw;
    margin-right: 0;
    margin-bottom: 25px;
}

ul.six_clm li:nth-child(2n-1) {
    float: left;
}

ul.six_clm li:nth-child(2n) {
    float: right;
    margin-right: 0;
}

ul.six_clm img {
    display: block;
    width: 100%;
    height: 42vw;
    border-radius: 50%;
    margin-bottom: 0px;
}

ul.six_clm li span:last-child {
    font-size: 12px;
}

.fxt_img {
    width: 100%;
    position: relative;
    height: 42vw;
    margin-bottom: 5px;
}

.fxt_img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -21vw 0 0 -21vw;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: .3s;
}

ul.six_clm li a:hover .fxt_img img {
    margin: -21vw 0 0 -21vw;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


/*料金=====================================*/


.sec_price .only_pc {display: none;}
.sec_price .only_sp {display: block;}


.sec_price table {
    font-size: 13px;
    line-height: 150%;
}

.sec_price table tr:first-child th {
    text-align: center;
    background-color: #c1b497;
    color: #FFF;
    border: 3px solid #c1b497;
    border: 1px solid #c1b497;
    height: 30px;
    padding: 0;
}

.sec_price th:first-child {
    padding: 10px 3% 10px 0;
}

.sec_price th:first-child span, .sec_price td span {
    font-size: 11px;
}

/*FAQ=====================================*/

.sec_faq {
    padding: 20px 0 0;
}

.sec_faq .two_clm .box01 {
    width: 100%;
    margin-bottom: 40px;
}

.sec_faq .two_clm .box01:nth-child(2n-1), footer .two_clm .box01:nth-child(2n-1) {
    float: none;
}

.sec_faq .two_clm .box01:nth-child(2n), footer .two_clm .box01:nth-child(2n) {
    float: none;
}

.sec_faq .two_clm .box01 h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.sec_faq .two_clm .box01 h3 span.h3_lead {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 100%;
}

.sec_faq .two_clm .box01 p {
    font-size: 14px;
}

/*フッター=====================================*/

footer .two_clm .box01 {
    width: 100%;
}

footer .two_clm .box01:first-child {
    margin-bottom: 40px;
}

footer .two_clm .box01 .box02 {
    padding: 5vw;
    font-size: 14px;
}

footer .two_clm .box01 .box02 p:nth-child(1){
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}

footer .two_clm .box01 .box02 p:nth-child(2) {
    margin-bottom: 10px;
}

footer .two_clm .box01 .box02 p:nth-child(2) a {
    display: block;
    padding: 10px 0 5px;
    background-color: #FFF;
    pointer-events: visiblePainted;
}

footer .two_clm .box01 .box02 p:nth-child(2) span:nth-child(1) {
    display: inline-block;
    background-color: #c1b497;
    width: 24px;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px 0 0;
}

footer .two_clm .box01 .box02 p:nth-child(2) span:nth-child(2) {
    font-size: 24px;
    letter-spacing: .1em;
    vertical-align: -2px;
    color: #c1b497;
}

footer .two_clm .box01 .box02 p:nth-child(2) span:nth-child(3) {
    display: block;
    color: #c1b497;
}

footer .two_clm .box01 .box03 {
    margin-bottom: 30px;
    font-size: 14px;
}

footer .two_clm .box01 img:nth-last-child(2) {
    position: static;
    display: block;
    width: 120px;
    margin: 0 auto 30px;
}

footer .two_clm .box01 small:nth-last-child(1) {
    position: static;
    bottom: 0;
    right: 0;
    color: rgba(193,180,151,.3);
    font-size: 14px;
}

.maps {
    position: relative;
    overflow: hidden;
/*    height: 90vw;*/
    padding-top: 100vw;
}

.maps.only_pc {
    display: none;
}

.maps.only_sp {
    display: block;
}


/*フォトギャラリー=========================================================================*/

.photogallery_bg {
    width: 100%;
    height: auto;
    position: relative;
    background-color: rgba(0,0,0,0);
    display: block;
}

.pg_close {
    display: none;
}

/*フォトギャラリースライダー=============================================*/

.photogallery_bg .slide_all {width: 100%; height: 400px; position: relative; top: 0; left: 0; margin-top: 0; margin-left: 0; margin-bottom: 20px;}
.photogallery_bg .slide_wrap {width: 100%;}
.photogallery_bg .slide_body {width: 100%;}
.photogallery_bg .slide {width: 100%; height: 300px; overflow: hidden;}
.photogallery_bg .slide img {display: block; min-width: 100%; height: auto; position: absolute; top: 50%; margin-top: -48vw; left: 50%; margin-left: -50%;}

/* 装飾 */
.photogallery_bg .bx-controls-direction, .photogallery_bg .bx-pager {text-align: center;}
.photogallery_bg .bx-controls-direction a,.photogallery_bg .bx-pager-item {display: inline-block;}
.photogallery_bg .bx-pager-item a{display: block; height: 8px; width: 8px; text-indent: -9999px; /*background: #25211e;*/ margin:0 5px; border-radius: 50%; border: 1px solid #c1b497;}
.photogallery_bg .bx-pager-item a.active {background: #c1b497 !important;}
.photogallery_bg .bx-controls { position: relative; margin-top: 20px; width: 100%;}

.photogallery_bg a.bx-next, .photogallery_bg a.bx-prev {
    width: 30px;
    height: 60px;
    position: absolute;
    top: -300px;
    z-index: 2500;
    display: none;
    /*background: rgba(0,0,0,.5);*/
}

.photogallery_bg a.bx-next { left: 30px; }
.photogallery_bg a.bx-prev { right: 30px; }

.photogallery_bg a.bx-next:before, .photogallery_bg a.bx-prev:before {
  content: '';
  display: block;
    width: 40px;
    height: 40px;
  border-top: 1px solid /*rgba(255,255,255,1)*/#c1b497;
  border-right: 1px solid /*rgba(255,255,255,1)*/#c1b497;
  transform: rotate( 45deg );
    position: absolute;
  top: 7px;
  right: 7px;
}

.photogallery_bg a.bx-next:before {
  transform: rotate( 45deg );
  right: 7px;
}

.photogallery_bg a.bx-prev:before {
  transform: rotate( -135deg );
  left: 7px;
}

.photogallery_bg .slide_all p.pg_caption {
    width: 90%;
    margin: 0 auto 10px;
    height: auto;
    font-size: 12px;
    color: #c1b497;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.photogallery_bg .slide_all p.pg_caption.type02 {
    font-size: 22px;
    line-height: 50px;
}

/*トップへ戻るボタン=========================================================================*/

#totop {
    display: block;
    width: 50px;
    height: 50px;
    bottom: -65px;
    right: 3%;
    z-index: 1500;
    line-height: 45px;
    font-size: 32px;
}

#totop.active {
    bottom: 15px;
}


}
