@charset "UTF-8";

/* ---------------------------------------------------
   File: hall_terrsa-hall.css
   Version: 1.0.0
   Update: 2017-12-12
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


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

    PC 

=========================================================================== */
/* ===================================================
    Grobal Navigation
=================================================== */
#gnavi li#g_theater a {
    background-position: -368px -70px;
}


/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(3) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ===================================================
    Common
=================================================== */
#theater .content,
#flat .content,
#flat_multipurpose .content {
    padding-top: 120px;
}

/* ===================================================
    Table
=================================================== */
table.th_gray .txt_xs,
table.th_gray .block {
    line-height: 1.4em;
}

table.th_gray .lightGray {
    font-size: 0.8em;
}

table.th_gray .link_row.bdrNone {
    border-top: none;
}

/* ===================================================
    Theater
=================================================== */
/* -------------------------
  Catch Copy
------------------------- */
.cathCopy {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-size: 2em;
    text-align: center;
    line-height: 1.8em;
    margin: 0 0 30px;
    padding-top: 80px;
}

.cathCopy span {
    color: #B5392B;
}

/* -------------------------
  Text
------------------------- */
.text {
    text-align: center;
}

.hallBox .text {
    text-align: left;
}

/* -------------------------
  Pickup
------------------------- */
#pickupInformation {
    padding-top: 80px;
}

#pickupInformation .pickupBox .text {
    text-align: left;
}

/* ===================================================
    Frame - Gray
=================================================== */
.frame_gray {
    width: 600px;
    margin: 0 auto 30px;
}

/* -------------------------
  DL - Line _ Gray
------------------------- */
dl.line_gray {
    padding: 5px 20px 15px;
}

dl.line_gray dt,
dl.line_gray dd {
    box-sizing: border-box;
    vertical-align: middle;
    border: none;
    padding: 10px 0;
}

dl.line_gray dt {
    width: 140px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    clear: both;
}

dl.line_gray dd {
    width: 560px;
    margin-bottom: 0;
    padding-left: 140px;
    border-bottom: solid 1px #c1c6ca;
    float: none;
}

/* -------------------------
   Btn - Gray
------------------------- */
.btn_gray {
    text-align: center;
}

.btn_gray a {
    display: inline-block;
    padding: 15px 100px;
}


/* ===================================================
    Main Button Box
=================================================== */
#terrsa-hallMainBtnBox {
    position: relative;
    overflow: hidden;
}

#terrsa-hallMainBtnBox ul {
    position: relative;
    left: 50%;
    float: left;
}

#terrsa-hallMainBtnBox .btn_gray {
    position: relative;
    left: -50%;
    float: left;
}

#terrsa-hallMainBtnBox .btn_blank {
    margin-left: 20px;
}

#terrsa-hallMainBtnBox .btn_form {
    margin-left: 20px;
}

#terrsa-hallMainBtnBox .btn_form a {
    background: #B7392B;
    position: relative;
}

#terrsa-hallMainBtnBox .btn_form a:hover {
    background: rgba(228, 167, 157, 0.7);
    text-decoration: none;
}

#terrsa-hallMainBtnBox .btn_form a:after {
    content: "";
    display: block;
    width: 0.2em;
    height: 0.2em;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 15px;
}




/* ===================================================
    Flat
=================================================== */

/* 20240129 */
.terrsa-hall-retouch-ph_main-wrap img{
    width: 100%;
}

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

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

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

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




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

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {



    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(3) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* -------------------------
  Title
------------------------- */
    #tit_subPage {
        padding-bottom: 0;
    }

    /* ===================================================
    Common
=================================================== */
    .helfphoto .photo img {
        width: 88%;
        margin: 0 auto;
    }

    /*#theater .content,
	#flat .content,
	#flat_multipurpose .content {
		padding: 50px 0 10px;
	}*/
    #theater .content,
    #flat .content,
    #flat_multipurpose .content {
        padding: 140px 0 20px;
        margin-top: -70px;
    }

    #theater table.th_gray th.bdrNone_top {
        border-top: 1px solid #fff;
    }

    /* ===================================================
    Theater
=================================================== */
    /* -------------------------
  Catch Copy
------------------------- */
    .cathCopy {
        font-size: 1.2em;
        text-align: left;
        line-height: 1.5em;
        margin: 0 0 20px;
        padding-top: 40px;
    }

    /* -------------------------
  Text
------------------------- */
    .text {
        text-align: left;
    }

    /* -------------------------
  Pickup
------------------------- */
    #pickupInformation {
        padding-top: 40px;
    }


    /* ===================================================
    Frame - Gray
=================================================== */
    .frame_gray {
        width: 100%;
        margin: 0 auto 30px;
    }

    /* -------------------------
  DL - Line _ Gray
------------------------- */
    /* Dl */
    dl.line_gray {
        padding: 20px 4% 10px;
    }

    dl.line_gray dt,
    dl.line_gray dd {
        padding: 0;
    }

    dl.line_gray dt {
        width: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        float: none;
        position: relative;
        padding-left: 1em;
        padding-bottom: 10px;
        border: none;
    }

    dl.line_gray dd {
        width: 100%;
        padding: 0 0 20px 0;
        margin-bottom: 20px;
    }

    dl.line_gray dd span {
        width: 8em;
        display: inline-block;
    }

    /* -------------------------
   Btn - Gray
------------------------- */
    .btn_gray a {
        width: 92%;
        font-size: 0.9em;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        padding: 15px 4%;
    }

    /* ===================================================
    Main Button Box
=================================================== */
    #terrsa-hallMainBtnBox ul {
        width: 95%;
    }

    #terrsa-hallMainBtnBox .btn_gray {
        width: 100%;
    }

    #terrsa-hallMainBtnBox .btn_blank {
        margin: auto;
    }

    #terrsa-hallMainBtnBox .btn_form {
        margin: auto;
    }

    #terrsa-hallMainBtnBox .btn_gray {
        margin-bottom: 10px !important;
    }



}