@charset "UTF-8";
/*動画*/
.wrap-video{
	position:relative;
	}

.wrap-video video{
	width: 100%;
	height:100%
	}

.wrap-video .text{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*上下左右中央寄せ*/
	text-align:center;
	}

.text img{
	width: 350px;
	height: auto;
	}

.main-title{
	font-family: "UD Shin Go Medium";
	text-align: center;
	margin: 100px auto 50px;
	color: #4c4948;
	font-size: 1.6em;
	}

/*READ MOREボタン*/
.animated-button{
	width: 150px;
	height: 35px;
	line-height: 35px;
	font-size: 0.9em;
	}

a.animated-button:link, a.animated-button:visited {
    
    text-align: center;
    text-decoration: none;
    letter-spacing: .04em;
	font-family: "UD Shin Go Medium";
	}

a.button-magin{
	margin: 20px auto 0;
	}

a.animated-button.thar-one {
    color: #727171;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #727171;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

a.animated-button.thar-one:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: none;
	}

a.animated-button.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
	}

a.animated-button.thar-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #727171;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

/*ユーチューブ*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 5px;
	}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	}

.youtubeText{
	font-size: 0.8em;
	margin-bottom: 25px;
	font-feature-settings : "palt";
	line-height: 1.5em;
	}

/*店舗紹介*/
.StorePhoto img{
	width: 100%;
	height: auto;
	}

.StoreTitle{
	font-family: "UD Shin Go Medium";
	font-feature-settings : "palt";
	line-height: 1.3em;
	opacity: 0;
	}

.StoreText{
	font-family: "UD Shin Go Medium";
	margin-top: 20px;
	}

.StoreName{
	font-family: "UD Shin Go Bold";
	}

.StoreFrame{
	margin-bottom: 30px;
	}

.StoreFrame p{
	line-height: 1.5em;
	}

.button-store{
	margin: -20px 0 0 auto;
	}

.PcPhoto{
	margin-bottom: 100px;
}

.StoreInfo1{
	margin-top: 20px;
}



@media only screen and (max-width: 1350px){
	
.StoreTitle{
	font-size: 3.3vw;
	}

.StoreName{
	font-size: 3.6vw;
	}	
	
.StoreFrame p{
	font-size: 1.5vw;
	}	
}

@media only screen and (min-width: 1351px){
	
.StoreTitle{
	font-size: 2.6em;
	}

.StoreName{
	font-size: 2.8em;
	}	
	
.StoreFrame p{
	font-size: 1.25em;
	}	
}


/*サービス*/
#top-services {
	background-image: url(../img/top-img.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: bottom 0px center;
	height: 100vh;
	max-height: 400px;
	}

.topcopy-text{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*上下左右中央寄せ*/
	text-align: center;
	color: #fff;
	font-size: 1.8em;
	font-family: "UD Shin Go Bold";
	opacity: 0;
	}

.services-title{
	font-family: "UD Shin Go Medium";
	text-align: center;
	margin: 100px auto 50px;
	color: #036eb8;
	font-size: 1.6em;
	}

.services-title2{
	font-family: "UD Shin Go Medium";
	text-align: center;
	margin: 50px auto 50px;
	color: #036eb8;
	font-size: 1.6em;
	}

.services-item{
	font-family: "UD Shin Go Medium";
	font-size: 1.2em;
	font-feature-settings : "palt";
	margin-bottom: 10px;
	}

.services-text{
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 0.9em;
	}

.services-Link{
	float: left;
	color: #036eb8;
	margin-right: 20px;
	line-height: 2em;
	font-size: 0.8em;
	margin-bottom: 50px;
}

.services-LinkR{
	color: #036eb8;
	line-height: 2em;
	font-size: 0.8em;
}



#Product {
	background-image: url(../img/top-img2.jpg);
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#ProductR{
	background-color: #fff;
	overflow: hidden;
	margin-left: auto;
	padding: 25px;
	margin-top: 7%;
	}


@media only screen and (max-width: 1100px){
.ProductDes{
	font-size: 0.8em;
	margin-top: -12%;
	margin-left: 5%;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1500px){
	
.ProductDes{
	font-size: 0.8em;
	margin-top: -8%;
	}
}

@media only screen and (max-width: 1230px){
#Product {
	background-size: 80%;
	}
	
#ProductR{
	width: 55%;
	}
}

@media only screen and (min-width: 1231px) and (max-width: 1500px){
#Product {
	background-size: 70%;
	}
	
#ProductR{
	width: 45%;
	}
}

@media only screen and (min-width: 1501px){
#Product {
	background-size: 80%;
	}
	
#ProductR{
	width: 45%;
	}
	
.ProductDes{
	font-size: 1.0em;
	margin-top: -8%;
	}
#ProductR{
	margin-top: 12%;
	}
	
}

@media only screen and (min-width: 1801px){
	
#ProductR{
	margin-top: 15%;
	}
}


.ProductTitle img{
	width: 250px;
	height: auto;
	margin-top: -6px;
	}

.ProductText{
	font-family: "UD Shin Go Medium";
	font-size: 1.2em;
	margin-left: 10px;
	}

ul.footermenu {
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-family: "UD Shin Go Regular";
	}

/* ▼メインメニュー項目の装飾 */
ul.footermenu li {
	display: inline-block;  /* ★1:横並びに配置する */
	list-style-type: none;  /* ★2:リストの先頭記号を消す */
	position: relative;     /* ★3:サブメニュー表示の基準位置にする */
	}

ul.footermenu a {
	display: inline-block;
	text-decoration: none;
	outline: none;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: #231815;
	margin: 30px 20px 0 12px;
	}

.ProductMenu img{
	width: 15px;
	height: auto;
	margin-top: -3px;
    margin-right: 5px;
	}

.ProductDes{
	line-height: 1.5em;
	}

.ProductOther img{
	width: 10px;
	height: auto;
	margin-top: -1px;
	}

.ProductOther{
	font-family: "UD Shin Go Medium";
	color: #036eb8;
	font-size: 0.8em;
	}