@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-position: center -400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto auto;*/
    margin: 0px;
    padding: 0px;
}

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


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

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


h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    padding: 0 0 0 0;
    margin: 0 auto 25px;
    line-height: 1.6em;
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

}
/*----------------------------
フェアバナー
----------------------------*/
.banner-fair{
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 2%;
}
/*----------------------------
	ユーチューブ  no-repeat center center/cover
----------------------------*/

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../../common/img/top_lp.jpg) no-repeat center center/cover;  
}
.top_v {  
  min-width: 100%;
  min-height: 100vh;    
  z-index: 1;
  margin:auto; 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.7) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.back_text {
  text-align: center;
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 600px;
  width: 100%;
  height: 50px;
  text-shadow: 1px 1px 3px #121212;    
}
.back_text2 {
  text-align: center;
  position: absolute;
 
  bottom: 19%;    
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 600px;
  width: 100%;
  height: 50px;
    line-height: 2.5em;
  text-shadow: 1px 1px 3px #121212;
}
.back_text2 h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}
.back_text2 .teikinri120{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin: 5px 0 8px;
    text-align: center;
}
.back_text2 .teikinri120 .txt{
    display: inline-block;
    font-size: 20px;
    line-height: 1.9em;
}
.back_text2 .teikinri120 .txt em{
    border-bottom: solid 1px #fff;
    font-style: normal;
    padding-bottom: 1px;
}
.back_text2 .teikinri120 .txt span{
    font-size: 1.5em;
}
.back_text3{
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    color: #ffeb00;
    margin-bottom: 10px;
}
.back_text3 span{
    font-size: 44px;
}
@media screen and (max-width:767px) {
    .back_text2 {
        bottom: 30%;
      }
   .back_text2 h1{
    font-size: 24px;
}
    .back_text3{
    font-size: 28px;
}  
    .back_text3 span{
    font-size: 38px;
}
}
/*---------------------------- 
	リンク
----------------------------*/
.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%;
    }
}






/*----------------------------
	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: 370px;
    text-align: center;
    padding: 20px 0 0;
    margin: auto;
}
#mainVisual .tenpo_logo {
    width: 130px;
    text-align: center;
    padding: 20px 0 0;
    margin: auto;
}
#mainVisual .tagheuer_main {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin: 0px auto 40px auto;
    overflow: auto;
}
#mainVisual .tagheuer_main .tagheuer_p {
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    float: left;
}
#mainVisual .tagheuer_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;
}

@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;
    }
    #mainVisual .tenpo_logo {
        width: 100px;
        text-align: center;
        padding: 20px 0 0;
        margin: auto;
    }
}
/*++++++++++++++++++++++++++
	コレクションボタン
++++++++++++++++++++++++++

.collection_button {
    margin: 0 3%;
}
.collection_button ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.collection_button ul li {
    padding: 5px 5px;
}
.collection_button 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: 20px;
    line-height: 1.2em;
    box-sizing: border-box;
    background: linear-gradient(#101010, #000000);
    height: 60px;
    width: 340px;
    border-radius: 0px;
    color: white;
    border: 1px solid #4a4a4a;
}
@media screen and (max-width:800px) {
    .collection_butotn {}

    .collection_button ul li a {
        font-size: 14px;
        height: 45px;
        width: 175px;
    }
}
*/
.collection_button {
    max-width: 900px;
    margin: 30px 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 2px;
    background-color: #fff;
    color: #000;
    overflow: auto;
    text-align: center;
    font-size: 16px;
}
#tokeihaku h2{
    margin: 10px 0 40px 0;
}

#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;
    text-align: left;
}

#tokeihaku .txt5 {
    text-decoration: underline;
    font-size: 18px;
}
#tokeihaku .txt6 {
    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;
    font-weight: bold;
}

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

#tokeihaku .price span {
    font-size: 30px;
    font-weight: bold;
    color: #e60816;
}
#tokeihaku .price2 span {
    font-size: 30px;
    font-weight: bold;
}

/**
#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: 45%;
    padding: 0 0 0 4%;
}
#tokeihaku .left img {
    width: 80%;
}
#tokeihaku .right {
    float: right;
    width: 45%;
}

#tokeihaku .right img {
    padding: 0 3% 0 0;
    width: 80%;
}
#tokeihaku .left2 {
    float: left;
    width: 45%;
}
#tokeihaku .left2 img {
    width: 80%;
    padding: 0 0 0 4%;
}
#tokeihaku .right2 {
    float: right;
    width: 45%;
}

#tokeihaku .right2 img {
    width: 80%;
}
.which{
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 30px;
    margin: 24px 0;
}
.mini{
    font-size: 15px;
    line-height: 1.6em;
}
.tokuten{
    font-family: 'Noto Serif JP', serif;
    display: flex;
    font-size: 40px;
    color: #e60816;
    font-weight: bold;
    padding: 10px 20px;
}
.hutoji{
    font-family: "ヒラギノ角ゴ Pro ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 32px;
    padding: 12px 0;
}
.color01{
   color: transparent;
	background: linear-gradient( 0deg, #121212 0% 50% , #474747 50% 100%);
	-webkit-background-clip: text;
}
.color02{
   color: transparent;
	background: linear-gradient( 0deg, #25377d 0% 50% , #384b96 50% 100%);
	-webkit-background-clip: text;
}

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

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

    #tokeihaku .right {
        float: right;
        width: 90%;
        margin: 0 0 20px;
    }
    #tokeihaku .left img {
        width: 70%;
    }
    #tokeihaku .right img {
        width: 70%;
    }
     #tokeihaku .left2 {
        float: left;
        width: 90%;
         padding: 0 0 0 4%;
    }

    #tokeihaku .right2 {
        float: right;
        width: 90%;
        padding: 0 4% 0 0;
        margin: 32px 0 0 0;
    }
    #tokeihaku .left2 img {
        width: 70%;
        padding: 0 0 0 7%;
    }
    #tokeihaku .right2 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;
    }
    #tokeihaku .txt5 {
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 0 10px 0;
    }
    #tokeihaku .txt6 {
        font-size: 28px; 
}
    .tokuten{
    font-size: 25px;
    padding: 25px 20px;
}

}

@media screen and (max-width:485px){
        #tokeihaku .left2 img {
        padding: 0 0 0 6%;
    }
    
}




/*----------------------------
	brandタイトル
----------------------------*/
h4 {
    color: #717102;
    text-align: center;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.2em;
    margin: 80px 0 0 0;
}

/*----------------------------
	youtube
----------------------------*/
.youtube {
  margin: 10px 0 40px 0;    
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
}
.youtube iframe {
  position: absolute;
  padding: 0 5%;    
  top: 0;
  right: 0;
  width: 90% !important;
  height: 90% !important;
}
.txt_yt{
  font-family: 'Noto Serif JP', serif;
    margin: 40px 0 20px 0 ;
    font-size: 26px;
    color: #717102;
}
@media screen and (max-width:767px) {
    .txt_yt{
    font-size: 22px;
}

}
/*----------------------------
	taikan
----------------------------*/
#miryoku {
    max-width: 1000px;
    padding: 50px 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%;
}


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



/*----------------------------
	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 .name {
        text-align: center;
        font-size: 14px;
        line-height: 1.4em;
        margin: 10px 0;

    }

    #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;
    }

}
/*----------------------------
	connected2
----------------------------*/

#connected2 {
    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;
}

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

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

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



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

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

.brand article ul {

    text-align: center;
}

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

.brand article ul li figure {}

.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;
    font-weight: normal;
    border: 1px solid yellow;
    padding: 2px;
    display: inline;
    margin: 0 5px 0 0;
    font-style:normal;
}

.brand .strong {
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width:767px){
    .brand article {
    padding: 0 5px;
}
}
/*----------------------------
	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: 400px;
}

#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;

}

#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: 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;
}

#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: 70%;
    }

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

    }

    #brand .txt1 {
        font-size: 18px;
        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(50% - 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: 20px 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: 85%;
    margin: 0 auto 10px;
}

#tenpo a {
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    border-radius: 0px;
    display: block;
    max-width: 80%;
    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: 50px 0 0 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: 300px;
    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: 25px;
    }
}


/*--------------------------------------
		TELボタン
---------------------------------------*/
#btn_tel {
    display: none;
}


@media screen and (max-width:767px) {
#btn_tel {
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 1000;
    font-size: 14px
}

#btn_tel a {
    background: linear-gradient(#e3d7b3, #d8c384);
    text-decoration: none;
    color: #000;
    padding: 4px 9px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#btn_tel a:hover {
    text-decoration: none;
    background: linear-gradient(#e3d7b3, #d8c384);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
}













