@charset "UTF-8";

/* ================================================ */
/*  レイアウト										*/
/* ================================================ */
/*----------------------------
	Body
----------------------------*/
body {
    line-height: 1.6em;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #000;
    background-image: url(../../common/img/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
   /* background-attachment: fixed;	*/
    margin: 0px;
    padding: 0px;
}

.Gothic {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.inner {
    width: 100%;
    margin: auto;
    padding: 0px;
    /*background-image: url(../../common/img/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
        background-attachment: fixed;*/
}

@media screen and (max-width:767px) {
    .inner {
        width: 100%;
        margin: 0px;
    }
}

img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
        clear: both;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
        clear: both;
    }
}


@media screen and (max-width:767px) {
    body {
        min-width: 100%;
        background-size: 150% auto;
        background-position: center top;
    }
}

/*----------------------------
	共通
----------------------------*/

h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 35px;
    background-image: url(../../common/img/line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 207px auto;
    padding: 0 0 0.8em 0;
    margin: 0 auto 25px;
    line-height: 1.3em;
}

h2 span {
    color: #fff500;
    font-size: 30px;
}


h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    padding: 0 0 0 0;
    margin: 0 auto 25px;
    line-height: 1.6em;
}
h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.2em;
    margin: 10px 0 0 0 ;
}
@media screen and (max-width:767px) {
    h2 {
        font-size: 27px;
    }

    h4 {
        font-size: 25px;
    }

}

/*----------------------------
	リンク
----------------------------*/

.content_btn_nav {
    margin: 10px auto;
    text-align: center;
    padding: 0 0 30px 0;
}

.content_btn_nav li {
    display: inline-block;
    width: 380px;
    margin: 10px;
}

.content_btn_nav a,
.content_btn_nav a:hover,
.content_btn_nav a:active,
.content_btn_nav a:focus {
    color: #000;
}

.btn_block {
    margin-top: 10px;
}

.btn_block li {
    display: inline-block;
}

.btn_block li a {
    text-align: center;
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    box-sizing: border-box;
    background: linear-gradient(#e3d7b3, #d8c384);
    height: 60px;
    border-radius: 8px;
    color: #454545;
}

@media screen and (max-width:767px) {
    .content_btn_nav li {
        display: inline-block;
        max-width: 90%;
    }
}

/*++++++++++++++++++++++++++
	ヘッダー
++++++++++++++++++++++++++*/

header {
    text-align: center;
    padding: 20px 0 0;
}

header .seiki {
    color: #fff;
    padding: 0 0 20px;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
}

header .logo {
        width: 260px;
        margin: 2% 2% auto;
        display: inline-block;
}

@media screen and (max-width: 920px) {}

@media screen and (max-width: 740px) {

    header .logo {
        width: 200px;

    }

}

/*----------------------------
	メインビジュアル
----------------------------*/

#main {
    max-width: 1000px;
    margin: 20px auto auto;
    color: #fff;
}

#main article {
    width: 55%;
    float: left;

}

#main article h1 {
    width: 80%;
    margin: auto;
    padding: 10px;

}

#main article p {
    font-size: 15px;
    text-align: center;

}

#main figure {
    width: 45%;
    float: left;
}

#main .teikinri120{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 5px 0 8px;
    text-align: center;
}
#main .teikinri120 .txt{
    display: inline-block;
    font-size: 18px;
}
#main .teikinri120 .txt em{
    border-bottom: solid 1px #fff;
    font-style: normal;
    padding-bottom: 1px;
}
#main .teikinri120 .txt span{
    font-size: 1.5em;
}

@media screen and (max-width:480px) {
    #main article {
        width: 100%;
        float: initial;
        padding: 0 0 10px;
    }
    #main figure {
        width: 100%;
        float: initial;
    }   
}
/*----------------------------
フェア
----------------------------*/
.banner-fair{
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 2%;
}
/*----------------------------
セイコーウォッチサロン オープン告知
----------------------------*/
#newopen{
    max-width: 1000px;
    margin: 40px auto;
}
#newopen .no-inr{
    background-color: #fff;
    padding: 5%;
    color: #000;
}
#newopen .no-inr .no-title{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 30px;
    text-align: center;
    color: #c59f35;
}
#newopen .no-inr .no-blk{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#newopen .no-inr .no-blk .left{
    width: 48%;
}
#newopen .no-inr .no-blk .right{
    width: 48%;
}
#newopen .no-inr .no-blk .no-txt1{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.7em;
    margin-bottom: 20px;
}
#newopen .no-inr .no-blk .no-txt2{
    font-size: 16px;
    text-align: center;
    line-height: 1.7em;
}
@media screen and (max-width:767px) {
    #newopen .no-inr .no-title{
        font-size: 27px;
        margin-bottom: 25px;
    }
    #newopen .no-inr .no-blk{
        flex-direction: column-reverse;
    }
    #newopen .no-inr .no-blk .left{
        width: 100%;
    }
    #newopen .no-inr .no-blk .right{
        width: 100%;
        margin-bottom: 20px;
    }
}
.brand-rogo figure{
    padding: 30px 0;
}
.brand-rogo figure.br-size1{
    max-width: 300px;
    width: 80%;
    margin: auto;
}
.brand-rogo figure.br-size2{
    max-width: 250px;
    width: 75%;
    margin: auto;
}
/*----------------------------
	キャンペーン
----------------------------*/
.campaign {
    font-family: 'Noto Serif JP', serif;
    padding: 40px 0;
    margin: 0 3%;
    text-align: center;
}

.campaign h2 {
    font-size: 30px;
    padding: 0 0 20px;
    font-feature-settings: "palt";
}

.campaign .catch {
    font-size: 22px;
    padding: 0 0 10px;
}

.campaign .attention {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.campaign .teikinri120{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 5px 0 8px;
    text-align: center;
}
.campaign .teikinri120 .txt{
    display: inline-block;
    font-size: 18px;
}
.campaign .teikinri120 .txt em{
    border-bottom: solid 1px #fff;
    font-style: normal;
    padding-bottom: 1px;
}
.campaign .teikinri120 .txt span{
    font-size: 1.5em;
}

@media screen and (max-width: 440px) {
    .campaign .attention {
        font-size: 14px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        margin: 0 5px;
    }

}


/*++++++++++++++++++++++++++
	コレクションボタン
++++++++++++++++++++++++++*/
.collection_button {
    max-width: 900px;
    margin: 20px auto;
    justify-content: space-between;
}

.collection_button ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: left;
}

.collection_button ul a {
    font-size: 18px;
    position: relative;
    width: calc(49% - 50px);
    font-family: 'Noto Serif JP', serif;
    margin: 5px;
    padding: 20px;
    min-height: 20px;
    background: linear-gradient(#101010, #000000);
    border: 1px solid #4a4a4a;
    color: #fff;
}

@media screen and (max-width:800px) {
    .collection_button ul a {
        font-size: 14px;
        position: relative;
        width: calc(49% - 30px);
        font-family: 'Noto Serif JP', serif;
        margin: 5px;
        padding: 10px;
        min-height: 20px;
        background: linear-gradient(#101010, #000000);
        border: 1px solid #4a4a4a;
        color: #fff;
    }

}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}
@media screen and (max-width:767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}

/*----------------------------
	brand スライド
----------------------------*/
.brand{
    padding: 0 35px;
}
.brand article {
    max-width: 1000px;
    margin: 20px auto 60px;
}
.brand article ul {
    text-align: center;
    margin: 0 auto;
}
.brand article ul li {
    margin: 10px;
    padding: 10px;
    border: 1px solid #5F5F5F;
    color: #fff;
}
.brand article ul li p {
    display: block;
    font-size: 14px;
    margin: 0 0 12px;
    /* border-bottom: 1px solid #5F5F5F; */
    /*border-bottom: 1px solid #332700;*/
    line-height: 1.4em;
}
.brand article ul li a {
    color: #fff;
}
.brand article ul li a:hover {
    text-decoration: none;
}
/*
.brand article ul li em {
    font-size: 15px;
    padding: 0px 0 20px 0;
    display: block;
    font-style:normal;
}
*/
.brand article ul li div {
    font-size: 14px;
    line-height: 1.6em;
    background-color: #191919;
    padding: 10px 5px;
}
.brand article ul li div span {
    font-size: 18px;
    padding: 10px 5px;
    color: #ffff00;
    font-weight: bold;
}
.brand article ul li div span em {
    font-size: 13px;
    border: 1px solid #ffff00;
    padding: 2px;
    display: inline;
    margin: 0 5px 0 0;
    font-style:normal;
}
.brand .strong {
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #5F5F5F;
    padding: 12px 0;
}
.brand ul li em{
    font-style: normal;
}
@media screen and (max-width:767px) {
    .brand{
        padding: 0 35px;
    }
    .brand article ul li {
        margin: 5px;
        padding: 8px;
    }
    .brand .strong {
        font-size: 15px;
    }
    .brand article ul li div span {
        font-size: 17px;
    }
}
/*--------ボタンカスタマイズ start--------*/
.center button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.center .slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.center .prev-arrow{
    left: -25px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 18px solid #b2b2b2;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
}
.center .next-arrow{
    right: -25px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 18px solid #b2b2b2;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
}
/*--------ボタンカスタマイズ end--------*/
/*----------------------------
	brand
----------------------------*/
.haikei{
    padding: 40px 0px;
    text-align: center;
    background-image: url(../../common/img/brand_bk.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
    font-feature-settings: "palt";   
}
/*----------------------------
	tenpo
----------------------------*/

#tenpo {
    max-width: 1000px;
    padding: 40px 30px;
    margin: auto;
    background-color: #fff;
    color: #000;
    overflow: auto;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
}

#tenpo .left {
    float: left;
    width: 39%;
}

#tenpo .right {
    float: right;
    width: 60%;
}

#tenpo .logo {
    width: 60%;
    margin: 0 auto 10px;
}

#tenpo .txt1 {
    font-size: 14px;
}

#tenpo .tenpo_p {
    width: 80%;
    margin: 0 auto 10px;
}

#tenpo a {
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 0px;
    display: block;
    max-width: 76%;
    margin: 10px auto;
    padding: 0.5em;
    border: 1px solid #454545;
    box-sizing: content-box;
    background: #fff;

}

#tenpo .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#tenpo .ggmap iframe,
#tenpo .ggmap object,
#tenpo .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:767px) {

    #tenpo {
        max-width: 1000px;
        padding: 40px 5px;
        margin: auto;
        background-color: #fff;
        color: #000;
        overflow: auto;
        text-align: center;
        background-position: center top;
        background-repeat: no-repeat;
        /*    background-attachment: fixed;*/
        background-size: 1000px auto;
    }

    #tenpo .left {
        float: left;
        width: 100%;
    }

    #tenpo .right {
        float: right;
        width: 100%;
    }
}

/*----------------------------
	Footer
----------------------------*/
footer {
    position: relative;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .copy {
    font-size: 12px;
    text-align: center;
}


/*--------------------------------------
		pagetop
---------------------------------------*/
#btn_top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 1000;
}

#btn_top a {
    background: #e60816;
    text-decoration: none;
    color: #fff;
    padding: 4px 9px;
    text-align: center;
    display: block;
}

#btn_top a:hover {
    text-decoration: none;
    background-color: #e60816;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 10px;
        bottom: 60px;
    }
}

/*--------------------------------------
セイコーバナー
---------------------------------------*/
.seiko-banner{
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}
.seiko-banner figure{
    width: 100%;
}
.pc-img {
    display: block;
}
.sp-img {
    display: none;
}
@media screen and (max-width: 480px) {
    .pc-img {
        display: none;
    }
    .sp-img {
        display: block;
    }
}