@charset "UTF-8";

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

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


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

    PC 

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

/* ===================================================
    Main Slider
=================================================== */

#mainSliderBox .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    /*z-index: -9999;*/
    z-index: 0 !important;
}

#mainSliderBox .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
    /*z-index: 99;*/
}

#mainSliderBox .bx-wrapper .bx-viewport img {
    width: 100%;
    height: inherit;
}

#mainSliderBox .bx-wrapper .bx-controls {
    z-index: 99 !important;
}

#mainSliderBox .bx-wrapper .bx-pager,
#mainSliderBox .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}

#mainSliderBox .bx-wrapper .bx-viewport .sp {
    display: none !important;
}

/* -------------------------
   Page Navigation
------------------------- */
#mainSliderBox .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
    background: #FFF !important;
    border: 1px solid #FFF;
    border-radius: 50%;
    /*z-index: 999;*/
}

#mainSliderBox .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mainSliderBox .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #879798 !important;
    border: 1px solid #879798;
}


/* ===================================================
    News
=================================================== */
#news {
    background: #E7E8E9;
    padding: 30px 0;
}

#news .top_news {
    width: 75%;
    background-image: url('../images/img_index/news_frame.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    padding: 25px 0;
    box-sizing: border-box;
}

#news .news_tit {
    width: 35%;
    float: left;
}

/* -------------------------
   Title
------------------------- */
#news h2 {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    display: block;
    float: left;
    padding: 20px 0 0;
}

/* -------------------------
   List
------------------------- */
#news ul {
    width: 65%;
    display: block;
    float: right;
}

#news ul li {
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-left: 20px;
}

#news ul li:last-child {
    padding-bottom: 0;
}

#news .list_diamond li::after {
    top: 0.3em;
}

/* Link */
#news ul li a:hover {
    color: #C49532;
    text-decoration: none;
}

/* Icon - New */
#news ul li .icon_new {
    width: 43px;
    display: inline-block;
}

/* Icon - List */
#news .top_news ul li:before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #00689c;
    border-radius: 50%;
    vertical-align: middle;
    top: -5px;
    bottom: 0;
    left: 0;
    margin: auto;
}

#news .top_news ul li:after {
    position: absolute;
    content: "";
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #00689c;
    vertical-align: middle;
    top: -5px !important;
    bottom: 0;
    margin: auto;
    background: none;
    transform: none;
}

/* Nwes btn */
#news .news_btn {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
}

#news .news_btn a {
    width: 65%;
    background: #B7392B;
    display: inline-block;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", sans-serif;
    font-weight: 500;
    line-height: 250%;
    position: relative;
}

#news .news_btn 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;
}

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


/* ===================================================
    Pickup Information
=================================================== */
/* -------------------------
   Title - English
------------------------- */
#pickupInformation .pickupBox .en {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.5em;
    color: #8A9A9B;
    display: block;
}


/* ===================================================
    Pickup News
=================================================== */
#pickupNewsBox {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 100px;
}

#pickupNewsBox .row {
    border-top: 1px solid #B6BCC0;
    border-bottom: 1px solid #B6BCC0;
    padding: 40px 0 20px;
}

#pickupNewsBox .bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0 auto;
}

#pickupNewsBox .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}

#pickupNewsBox .bx-wrapper .bx-viewport img {
    width: 100%;
    height: inherit;
}

#pickupNewsBox .bx-wrapper .bx-pager,
#pickupNewsBox .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}

/* Page Navigation */
#pickupNewsBox .bx-wrapper .bx-pager.bx-default-pager a {
    display: none;
}

#pickupNewsBox .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 60px;
    margin-top: -16px;
    outline: 0;
    outline-width: 0px;
    outline-style: none;
    outline-color: currentcolor;
    width: 12px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
}

#pickupNewsBox .bx-wrapper .bx-prev {
    left: -50px;
    background: url('../images/img_index/carousel/btn_prev.png') no-repeat 0 0;
}

#pickupNewsBox .bx-wrapper .bx-next {
    right: -50px;
    background: url('../images/img_index/carousel/btn_next.png') no-repeat 0 0;
}


/* -------------------------
  Link
------------------------- */
#pickupNewsBox li a {
    display: block;
}

#pickupNewsBox li a:hover {
    text-decoration: none;
}

/* -------------------------
  Title
------------------------- */
#pickupNewsBox h3 {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-weight: 500;
    text-align: center;
    color: #353435;
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    padding-top: 15px;
}

#pickupNewsBox h3 .en {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.5em;
    color: #8A9A9B;
    display: block;
}

/* Time */
#pickupNewsBox .time {
    font-size: 0.7em;
    line-height: 1.5em;
    display: block;
}


/* ===================================================
    About Terrsa
=================================================== */
#aboutTerrsa {
    clear: both;
    background: #f7f3e8;
    padding-top: 100px;
}

/* -------------------------
  Catch Copy
------------------------- */
.catchCopy {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-size: 1.8em;
    text-align: center;
    line-height: 1.8em;
    margin: 50px 0 100px;
}

/* -------------------------
  Layout
------------------------- */
.aboutTerrsaBox {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 80px;
}

.aboutTerrsaBox .photo_r .float_r,
.aboutTerrsaBox .photo_l .float_l {
    width: 400px;
}

.aboutTerrsaBox .text,
.aboutTerrsaBox .text {
    width: 400px;
}

/* -------------------------
  Title - Left
------------------------- */
.aboutTerrsaBox .tit_left {
    font-size: 2.1em;
    margin-top: 50px;
}

/* -------------------------
  Btn - Gray
------------------------- */
.aboutTerrsaBox .btn_gray a {
    font-size: 0.8em;
    line-height: 1em;
    padding: 15px 60px;
    display: inline-block;
    margin-top: 30px;
}



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

    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) {


    /* ===================================================
    Main Slider
=================================================== */

    #mainSliderBox .bx-wrapper .bx-pager,
    #mainSliderBox .bx-wrapper .bx-controls-auto {
        bottom: 10px;
    }

    #mainSliderBox .bx-wrapper .bx-viewport .sp {
        display: block !important;
    }

    #mainSliderBox .bx-wrapper .bx-viewport .pc {
        display: none !important;
    }

    /* -------------------------
   Page Navigation
------------------------- */
    #mainSliderBox .bx-wrapper .bx-pager.bx-default-pager a {
        width: 7px;
        height: 7px;
        background: #FFF !important;
        border: 1px solid #FFF;
        border-radius: 50%;
    }

    /* ===================================================
    News
=================================================== */
    #news {
        background: #E7E8E9;
        padding: 30px 0;
    }

    #news .top_news {
        background-image: none;
    }

    #news .news_tit {
        width: 100%;
        float: unset;
    }

    /* -------------------------
   Title
------------------------- */
    #news h2 {
        width: 100%;
        font-size: 1.3em;
        float: none;
        padding: 0 0 20px;
    }

    /* -------------------------
   Btn
------------------------- */

    #news .news_btn {
        width: 100%;
        float: unset;
        margin: 0 auto 20px;
    }

    #news .news_btn a {
        width: 100%;
    }

    /* -------------------------
   List
------------------------- */
    #news ul {
        width: 100%;
        float: none;
    }

    #news ul li {
        font-size: 1em;
    }


    /* ===================================================
    Pickup News
=================================================== */

    /* Page Navigation */
    #pickupNewsBox .bx-wrapper .bx-controls-direction a {}

    #pickupNewsBox .bx-wrapper .bx-prev {
        left: -20px;
        background: url('../images/img_index/carousel/btn_prev.png') no-repeat 0 0;
    }

    #pickupNewsBox .bx-wrapper .bx-next {
        right: -20px;
        background: url('../images/img_index/carousel/btn_next.png') no-repeat 0 0;
    }


    /* ===================================================
    About Terrsa
=================================================== */
    #aboutTerrsa {
        clear: both;
        background: #f7f3e8;
        padding-top: 60px;
    }

    /* -------------------------
  Catch Copy
------------------------- */
    .catchCopy {
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
        font-size: 1.6em;
        text-align: center;
        line-height: 1.8em;
        margin: 50px 0 50px;
    }

    /* -------------------------
  Layout
------------------------- */
    .aboutTerrsaBox {
        margin-top: -80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .aboutTerrsaBox .photo_r .float_r,
    .aboutTerrsaBox .photo_l .float_l {
        width: 100%;
        float: none;
    }

    .aboutTerrsaBox .text,
    .aboutTerrsaBox .text {
        width: 100%;
    }

    /* -------------------------
  Title - Left
------------------------- */
    .aboutTerrsaBox .tit_left {
        font-size: 1.2em;
        margin-top: 25px;
    }

    /* -------------------------
  Btn - Gray
------------------------- */
    .aboutTerrsaBox .btn_gray a {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 0.8em;
        padding: 15px 0;
        display: block;
        margin-top: 20px;
    }


}

/* -------------------------
  banner
------------------------- */

.banner {
    width: 80%;
    padding: 30px 0 0 0;
}

.banner img {
    margin: 10px;
}
}