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

.hako-b{
	position: relative;
	background: white;
	top:-20px;
	z-index: 1;
	padding:10px;
	border: 0.5px solid #CCCCCC;
	max-width:700px;
	text-align: center;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	font-size:0.9em;
}

.hako-c{
	position: relative;
	background: white;
	z-index: 1;
	padding:10px;
	border: 0.5px solid #CCCCCC;
	max-width:700px;
	text-align: center;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	font-size:0.8em;
	margin-bottom:20px;
}


/***********四方八方ゆっくり表示スクリプト************/
/*左から*/
.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%;
}

.simage{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	line-height:1em;
	text-align: center;
	font-weight: bold;
	margin-top:90px;
	margin-bottom: 10px;
	color:#171717;
}












.swiper-container .swiper-slide{
	position:relative;
}
.swiper-container .swiper-slide > span{
	position:absolute;
	z-index:10;
	bottom:0.5rem;
	right:0.5rem;
	font-size:1rem;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	padding:0.25rem 1rem;
}





.catch_phrase{
    text-align:center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color:#ffffff;
	margin: 0 -1rem;
}
.catch_phrase b{
    font-family: serif;
    font-size: 2.4rem;
}
.catch_phrase .col-sm-12 + .col-sm-12{
    margin-top:2rem;
    line-height:1.5;
}


@media (max-width:480px){
    .catch_phrase{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .catch_phrase b{
        font-size:1.5rem;
    }
    .catch_phrase .col-sm-12 + .col-sm-12{
        text-align:left;
        font-size:0.8rem;
    }
}