@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%;
}

hr {}

@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: #717102;
    text-align: center;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.2em;
    margin: 56px 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%;
    }
}
/*----------------------------
フェアバナー
----------------------------*/
.banner-fair{
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 2%;
}

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

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

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

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

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

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

    header .logo {
        width: 140px;

    }

}

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

#main {
    max-width: 1000px;
    margin: 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;
    line-height: 1.9em;
}
#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;
    }
    
}



/*----------------------------
	main visual

#mainVisual {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: auto;
}

#mainVisual h1 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0 0;
    margin: auto;
    font-size: 25px;
}

#mainVisual .isshindo_logo {
    width: 360px;
    text-align: center;
    padding: 20px 0 0;
    margin: auto;
}

#mainVisual .omega_main {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin: 40px auto;
    overflow: auto;
}

#mainVisual .omega_main .tagheuer_p {
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    float: left;
}

#mainVisual .omega_main .tagheuer_logo1 {
    max-width: 24%;
    background-color: #fff;
    padding: 0;
    margin: 15% 3% auto;
    float: right;

}

#mainVisual .txt1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    line-height: 1.7em;
    margin: 20px 0 40px;
}

#mainVisual .txt1 span {
    color: #ffeb00;
}

#mainVisual .txt1 em {
    font-style: normal;
    font-size: 42px;
}

.kiiro {
    color: #ffee00;
    font-size: 30px;
}

.kiiro a {
    color: #ffee00;
    font-size: 40px;
}


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

    #mainVisual {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: auto;
    }

    #mainVisual h1 {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        padding: 20px 0 0;
        margin: auto;
        font-size: 20px;
    }

    #mainVisual .isshindo_logo {
        width: 70%;
        text-align: center;
        padding: 20px 0 0;
        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;
    line-height: 1.9em;
}
.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;
    }

}



/*----------------------------
	tokeihaku
----------------------------*/
#tokeihaku {
    max-width: 1000px;
    padding: 40px 20px;
    margin: 0 auto 50px;
    background-color: #fff;
    color: #000;
    overflow: auto;
    text-align: center;
    font-size: 16px;
}

#tokeihaku .txt1 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 20px;
}

#tokeihaku .txt2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    line-height: 1.7em;
    margin: 0 0 40px;
}

#tokeihaku .txt2 span {
    color: #e60816;
}

#tokeihaku .txt2 em {
    font-style: normal;
    font-size: 42px;
}

#tokeihaku .txt3 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 10px;
}

#tokeihaku .txt4 {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 0 10px;
}

#tokeihaku .price {
    font-size: 20px;
    line-height: 1.8em;
    margin: 20px 0;
}

#tokeihaku .price span {
    font-size: 30px;
    font-weight: bold;
    color: #e60816;
}
/**
#tokeihaku a {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
}
**/

#tokeihaku .left {
    float: left;
    width: 60%;
}

#tokeihaku .right {
    float: right;
    width: 35%;
}

#tokeihaku .right img {
    width: 80%;
}


@media screen and (max-width:767px) {
    #tokeihaku {
        max-width: 1000px;
        padding: 30px 5px;
        margin: 0 auto 50px;
        background-color: #fff;
        color: #000;
        overflow: auto;
        text-align: center;
    }

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

    #tokeihaku .right {
        float: right;
        width: 100%;
        margin: 0 0 20px;
    }

    #tokeihaku .right img {
        width: 70%;
    }

    #tokeihaku .txt2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 25px;
        line-height: 1.7em;
        margin: 0 0 40px;
    }

    #tokeihaku .txt2 span {
        color: #e60816;
    }

    #tokeihaku .txt2 em {
        font-style: normal;
        font-size: 38px;
    }

    #tokeihaku .txt3 {
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 0 10px;
    }

}







/*----------------------------
	taikan
----------------------------*/
#miryoku {
    max-width: 1000px;
    padding: 40px 20px;
    margin: auto;
    background-color: #000;
    color: #fff;
    overflow: auto;
    text-align: center;
    background-image: url(../../common/img/miryoku_bk.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
}

#miryoku .txt1 {
    font-size: 22px;
    line-height: 1.6em;
    margin: 40px 0;
    font-weight: bold;
}

#miryoku .txt2 {
    font-size: 17px;
    line-height: 2.2em;
}


#miryoku .left {
    float: left;
    width: 50%;
}

#miryoku .left img {
    margin: 10px 0 10px;
}

#miryoku .right {
    float: right;
    width: 48%;
}

#miryoku a {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
}


@media screen and (max-width:767px) {
    #miryoku {
        max-width: 1000px;
        padding: 20px 5px;
    }

    #miryoku .txt1 {
        font-size: 22px;
        line-height: 1.6em;
        margin: 10px 0;
        font-weight: bold;
    }

    #miryoku .txt2 {
        font-size: 14px;
        line-height: 1.8em;
    }

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

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

    #miryoku .left img {
        margin: 10px 0 10px;
        width: 90%;
    }
}


/*----------------------------
	hikaku_brand
----------------------------*/

#hikaku_brand {
    max-width: 1000px;
    padding: 40px 10px;
    margin: 0 auto 50px;
    overflow: auto;
    text-align: center;
}

#hikaku_brand a {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
}

#hikaku_brand div {
    width: 100%;
    margin: auto;
    padding: 30px 0;
}


/*----------------------------
	kanren_brand
----------------------------*/

#kanren_brand {
    max-width: 1000px;
    padding: 10px 10px;
    margin: 0 auto 10px;
    overflow: auto;
    text-align: center;
}

#kanren_brand a {
    display: block;
    max-width: 80%;
    margin: 30px auto;

}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}


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

    #kanren_brand a {
        max-width: 90%;
        margin: 25px auto;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

}









/*----------------------------
	connected
----------------------------*/

#connected {
    max-width: 1000px;
    padding: 40px 0px;
    margin: auto;
    background-color: #000;
    color: #fff;
    overflow: auto;
    text-align: center;
    background-image: url(../../common/img/connected_bk.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
}

#connected .txt1 {
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6em;
    margin: 10px 0;
}


#connected article {
    max-width: 800px;
    margin: 20px auto;
    justify-content: space-between;
}

#connected article figure {
    text-align: center;
}

#connected article ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: left;
}

#connected article ul li {
    position: relative;
    width: calc(33.3% - 40px);
    margin: 10px;
    padding: 10px;
    min-height: 200px;
}


#connected .name {
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;
    margin: 10px 0;

}

#connected .sample {
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px 0;
    background-color: #fff;
    padding: 5px;
    color: #000;
}

#connected .sample .title {
    text-align: center;
    color: #1d2088;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
}

#connected .sample span {
    font-weight: bold;
    font-size: 22px;
}

#connected a {
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
    text-align: center;
}

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

    #connected .txt1 {
        font-size: 18px;
        font-family: 'Noto Serif JP', serif;
        line-height: 1.6em;
        margin: 10px 0;
    }

    #connected article figure {
        text-align: center;
    }

    #connected article ul li {
        position: relative;
        width: calc(50% - 10px);
        margin: 5px;
        padding: 0px;
        min-height: 200px;
    }

    #connected .sample span {
        font-weight: bold;
        font-size: 20px;
    }

}

/*----------------------------
	brand仮
----------------------------*/


.brand article {
    max-width: 1000px;
    margin: 20px auto;
}

.brand article ul {
    text-align: center;
    margin: 0 auto;
}


.brand article ul li {
    margin: 10px;
    padding: 10px;
    border: 1px solid #332700;
    color: #fff;
}

.brand article ul li figure {}
.brand article ul li .img-min36{
    padding: 6%;
}
.brand article ul li .img-min32{
    padding: 5%;
}
.brand article ul li p {
    display: block;
    font-size: 14px;
    /* margin: 0 0 10px; */
    border-bottom: 1px solid #332700;
    padding: 0 0 10px;
    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: 10px 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: yellow;
    font-weight: bold;
}

.brand article ul li div span em {
    font-size: 13px;
    border: 1px solid yellow;
    padding: 2px;
    display: inline;
    margin: 0 5px 0 0;
    font-style:normal;
}

.brand .strong {
    font-weight: bold;
    font-size: 16px;
}




/*----------------------------
	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";   
}
#brand {

}

#brand .brand_logo {
    max-width: 300px;
}

#brand .txt1 {
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6em;
    margin: 10px 0;
}

#brand .txt2 {
    font-size: 16px;
}



#brand article {
    max-width: 1000px;
    margin: 20px auto;
    justify-content: space-between;
}

#brand article figure {
    text-align: center;
}

#brand article ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: left;
}

#brand article ul li {
    position: relative;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 0px;
    min-height: 200px;
}


#brand .name {
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
    margin: 10px 0;
    min-height: 9em;

}

#brand .sample {
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px 0;
    background-color: #fff;
    padding: 5px;
    color: #000;
}

#brand .sample .title {
    text-align: center;
    color: #1d2088;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
}

#brand .sample span {
    font-weight: bold;
    font-size: 22px;
}

#brand a {
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
    text-align: center;
}

#brand .attention {
    font-size: 14px;
}




#brand .blink a {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
}

#brand2 {
    max-width: 1000px;
    padding: 40px 0px;
    margin: auto;
    background-color: #000;
    color: #fff;
    overflow: auto;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
    font-feature-settings: "palt";
}
#brand2 .blink a {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
}
#brand2 a {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 8px;
    background: linear-gradient(#e3d7b3, #d8c384);
    display: block;
    max-width: 350px;
    margin: 20px auto;
    padding: 0.5em;
    text-align: center;
}
#brand2 .attention {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    #brand .brand_logo {
        max-width: 160px;
    }

    #brand .name {
        text-align: center;
        font-size: 14px;
        line-height: 1.4em;
        margin: 10px 0;

    }

    #brand .txt1 {
        font-size: 20px;
        font-family: 'Noto Serif JP', serif;
        line-height: 1.6em;
        margin: 10px 0;
    }

    #brand .txt2 {
        font-size: 15px;
        text-align: left;
        margin: 0 5px;
    }

    #brand article figure {
        text-align: center;
    }

    #brand article ul li {
        position: relative;
        width: calc(49% - 10px);
        margin: 5px;
        padding: 0px;
        min-height: 200px;
    }

    #brand .sample span {
        font-weight: bold;
        font-size: 20px;
    }
    
#brand .attention {
    font-size: 13px;
    text-align: left;
    margin: 0 0 0 5px;
text-indent: -1em;padding-left: 1em;
}
    #brand2 .attention {
        font-size: 13px;
        text-align: left;
        margin: 0 0 0 5px;
        text-indent: -1em;
        padding-left: 1em;
    }    

}



/*----------------------------
	club
----------------------------*/

#club {
    max-width: 1000px;
    padding: 40px 10px;
    margin: auto;
    background-color: #000;
    color: #fff;
    overflow: auto;
    text-align: center;
    background-image: url(../../common/img/club_bk.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 1000px auto;
}

#club .txt1 {
    font-size: 25px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6em;
    margin: 10px 0;
}

#club .txt2 {
    font-size: 16px;
}

#club .riyu {
    max-width: 800px;
    padding: 20px;
    background: linear-gradient(#554336, #392e26);
    margin: 20px auto;
    text-align: left;
}

#club .riyu p {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 10px;
}

#club .riyu p span {
    font-weight: bold;
    font-size: 20px;
}

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

    #club .txt1 {
        font-size: 20px;
        font-family: 'Noto Serif JP', serif;
        line-height: 1.6em;
        margin: 10px 0;
    }

    #club .txt2 {
        font-size: 15px;
        text-align: left;
    }

}



/*----------------------------
	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%;
    }
}

/*++++++++++++++++++++++++++
	フッターバナー
++++++++++++++++++++++++++*/

#banner_frame{
    text-align: center;
    padding: 30px 0;
}
#banner_frame ul{
    display: inline-block;
    
}
#banner_frame ul li {
    float: left;
    padding: 0;
    margin: 10px;
    background: linear-gradient(to right,#000,#000,#222222);
}

#banner_frame ul li a {
    text-align: center;
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.2em;
    box-sizing: border-box;
    height: 150px;
    width: 450px;
    color: #fff;
    border: 1px solid #332700;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 180px auto;
    padding: 0 0 0 170px;
}



@media screen and (max-width:450px) {
#banner_frame ul li a {
    text-align: center;
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.2em;
    box-sizing: border-box;
    height: 130px;
    width: 320px;
    color: #fff;
    border: 1px solid #332700;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 140px auto;
    padding: 0 0 0 150px;
}

}

/*----------------------------
	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;
    }
}