body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#171717;
    line-height:25px;
    background-color:#F6F6F6;
    }

span{
    display: inline-block;
    }

img{
    width: 100%;
    }

a:hover{
    text-decoration:none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.navbar-brand {
  background: url("../img/silklogo.png") no-repeat left center;
  background-size: contain;
  height: 30px;
  width: 250px;
 margin-left:10px;
}

.pnameeng{
    font-family: 'Roboto', sans-serif;
    font-size:2.3em;
    line-height:1em;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    margin-top:70px;
    margin-bottom: 10px;
    color:#171717;
}

.pnamejp{
    font-size:0.8em;
    line-height:1.4em;
    text-align: center;
    margin-bottom:90px;
    color:#171717;
}

.mnameeng{
    font-family: 'Roboto', sans-serif;
    font-size:1.6em;
    line-height:1em;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 20px;
    color:#171717;
}

.catch{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size:1.4em;
    font-weight: bold;
    line-height:1.5em;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    color:#004CAE;
}

table{
    font-size:0.7em;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
    font-size:0.7em;
    line-height: 1.5em;
  color: #787474;
}

.note4 {
  padding-left: 4em;
  text-indent: -4em;
}

footer{text-align: center;}

.container-fluid .yoko{
    padding-right: 0px;
    padding-left: 0px;
   }

.setsu{
    font-size: 0.9em;
    line-height: 1.9em;
    color:#171717;
}

.nvhead{
    background: rgba(255,255,255,0.9);
}

@media screen and (min-width:992px){
.hakooya{
    position:relative;
}

.hako-r{
    position: absolute;
    background: white;
    top:50px;
    left:-40px;
    right:40px;
    z-index: 1;
    padding:40px;
    border: 0.5px solid #CCCCCC;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}

.hako-l{
    position: absolute;
    background: white;
    top:50px;
    left:40px;
    right:-40px;
    z-index: 1;
    padding:40px;
    border: 0.5px solid #CCCCCC;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
}

/***********四方八方ゆっくり表示スクリプト************/
/*左から*/
.box-l div {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-l div.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}

/*右から*/
.box-r div {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-r div.move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}

/*下から*/
.box-b div {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-b div.move {
  -webkit-transform: translate(0, -10px);
  opacity: 0;
}

/***********四方八方ゆっくり表示スクリプトの終わり************/

.shop img{
    margin-bottom: 30px;
}

@media screen and (max-width:576px){
.tan50 img{
    width:50%;
    display: inline-block;
}
}

.alvelmida{
    font-family:'Noto Sans JP', sans-serif;
    font-size:1em;
    margin-top:30px;
    position:relative;
    width:100%;
}

.alvelbo{
    border-bottom: solid 1px #000000;
    margin:10px 0;
  position:absolute;
 top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
overflow:hidden;
    height:auto;
}

.alvelbo2{
    border-bottom: solid 1px #000000;
    margin-top:5px;
    margin-bottom: 10px;
}

.navbar{
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}

.zure{
    margin-top:-20px;
    padding-top:20px;
}

.modoru{
    text-align: right;
    display: inline-block;
    margin-top:30px;
}

.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
  
}
.img-box:hover .active {
  opacity: 1;
  padding:0 15px 15px 15px;

}

.img-box p{
    font-size:0.9em;
    line-height: 1.2em;
    margin-top:7px;
    color:#171717;
}

@media screen and (max-width:768px){
.img-box p{
    font-size:0.8em;
}
}

.ico-al{
    background-color:#0006FF;
}

.ico-vel{
    background-color:#FF7700;
}

.ico-al,.ico-vel{
    float: right;
    border-radius: 3px;
    color:white;
    font-size:0.5em;
    padding:3px;
    margin-top: -5px;
    border:solid 1px white;
}
@media screen and (max-width:576px){
.ico-al,.ico-vel{
    float: left;
    margin-top:10px;
}
}

.linetit{
    font-family:'Noto Sans JP', sans-serif;
    text-align: center;
    margin:50px 0 30px;
    font-size:1.5em;
}

video {
 width: 100%;
}







.tanSwiper .sw-pagination{
    position:absolute;
    bottom:0;
    z-index:10;
    text-align:center;
}
.swiper-pagination-bullet{
    background-color:#fff;
    opacity:0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity:1;
    background-color:#007aff;
}
.sw-btn-prev{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    z-index:10;
    width:50px;
    height:50px;
    cursor:pointer;
}
.sw-btn-prev:before{
    content:"";
    position:absolute;
    top:0;
    left:25%;
    bottom:0;
    right:0;
    display:block;
    margin:auto;
    width:50%;
    height:50%;
    border-left:2px solid #007aff;
    border-bottom:2px solid #007aff;
    transform:rotate(45deg);
}
.sw-btn-next{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index:10;
    width:50px;
    height:50px;
    cursor:pointer;
}
.sw-btn-next:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:25%;
    display:block;
    margin:auto;
    width:50%;
    height:50%;
    border-right:2px solid #007aff;
    border-bottom:2px solid #007aff;
    transform:rotate(-45deg);
}
.swipImage{
    position:relative;
}
.swipImage > span{
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:10;
    background-color:#fff;
    padding:0 15px;
    border-radius:15px;
}

.size img{
    width:50%;
    margin-top:10px;
}
@media screen and (max-width:768px) { 
.size img{
width:55%;
}
.size{
    text-align: center;
}
}