@charset "utf-8";
/* CSS Document */

html,body{
    width: 100%;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}

html { box-sizing: border-box; }

html, body {
	width: 100%;
	height: 100%;
}
body {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-style: normal;
    font-weight: 400;
    /*background: url( "../images/bg_koushi.png") #f2dcb3 center;
    background-size:contain;*/
    background: #f2dcb3;
    position: relative;
    margin: 0;
}
#luxy {
    background: url( "../images/bg_koushi.png") center;
    background-size:contain;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
a {
	color: #d97803;
}
a:hover {
	color: #d200bc;
}
.brPC {
	display:block;
}
.brTB {
	display: none;
}
.brSP {
	display: none;	
}
.mT30 {
	margin-top: 30px;
}
.mT50 {
	margin-top: 50px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB60 {
	margin-bottom: 60px;
}
.mL20 {
	margin-left: 20px;
}
.mL40 {
	margin-left: 40px;
}
.pR5p {
	padding-right: 5%;
}
.pB10 {
	padding-bottom: 10px;
}
.pB20 {
	padding-bottom: 20px;
}
.pB10p {
	padding-bottom: 10%;
}
.pB40p {
padding-bottom: 40px!important;
}
.pLR4p {
	padding: 0 4%;
}
.txGray {
	color: #ddd!important;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
#baseW {
	width: 100%;
	height: 100vh;
	background: #eee;
	position: relative;
}
#baseB {
	width: 100%;
	height: 100vh;
	background: #333;
	position: relative;
}
a.btnPhoto:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.white {
color: #FFFFFF!important;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube p{
	color:#333;
}

#luxy{
    margin: 0;
    width: 100%;
}

.mainArea {
    position:absolute;
    top:0;
    left:0;
    right:0;
    background: url("../images/main_full.png") no-repeat top center;
    background-size:cover;
    width: 100%;
    max-width: 4066px;
    height: 1911px;
    margin: 0 auto;
    z-index: 0;
}
.logoSanbanchi {
    background: url("../images/SVG/logo_sanbanchi_b.svg") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 930px;
    margin: 100px auto 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#contents {
    width: 100%;
}
#conInner {
    position: relative;
    max-width: 1920px;
    padding: 40px 6%;
    margin: 0 auto;
    z-index: 10;
}

.sec01{
    position: relative;
    margin-top: 200px;
    margin-bottom: 400px;
}
.cRead {
    font-size: 1.2em;
    line-height: 2.2em;
    letter-spacing:0.1em;
    font-weight: 500;
    padding-left: 50px;
}
.entrance {
    position: absolute;
    top:300px;
    left:50px;
    background: url("../images/p_genkan.png") no-repeat;
    background-size: contain;
    width: 520px;
    height: 520px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 20;
}
.movieArea {
    display:block;        
}
.snsArea {
    margin-top: 30px;
}
.shopImg {
    display:none;   
}
/* 動画のスタイル */
.video-wrapper {
    margin-top: 0;
  text-align: center;
    z-index: 2;
}
.video-wrapper video {
  width: 100%;
}
.pTitle {
    font-family: new-frank, sans-serif;
    font-size: 2.4em;
    font-weight: 400;
    padding-top: 30px;
    color: #593527;
}
.col4 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.sub4 {
    flex-basis: 22%;
}
.photo1 {
    background: url("../images/p_access01.png") no-repeat;
    width: 100%;
    height: 0;
    padding-top: 81.9%;
    margin-bottom: 20px;
}
.photo2 {
    background: url("../images/p_access02.png") no-repeat;
    width: 100%;
    height: 0;
    padding-top: 81.9%;
    margin-bottom: 20px;
}
.photo3 {
    background: url("../images/p_access03.png") no-repeat;
    width: 100%;
    height: 0;
    padding-top: 81.9%;
    margin-bottom: 20px;
}
.photo4 {
    background: url("../images/p_access04.png") no-repeat;
    width: 100%;
    height: 0;
    padding-top: 81.9%;
    margin-bottom: 20px;
}
iframe {
    width: 100%;
    height: 600px;
}
footer {
    position:relative;
    background: rgba(37,1,1,0.8);
    width: 100%;
    height: 500px;
}
.footerArea {
    position:relative;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    padding-top: 20px;
    padding-left: 400px;
    z-index: 1;
}
.footerInner {
    position: absolute;
    top:-50px;
    left:-515px;
    background: url("../images/bg_footer.png") no-repeat;
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: 550px;
    z-index: 0;
}
.footerLogo {
    background: url("../images/SVG/logo_sanbanchi_c.svg") no-repeat;
    background-size: contain;
    width: 83px;
    height: 415px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}
.shopData {
    padding-top: 90px;
    padding-left: 50px;
    color: #FFF;
    z-index: 2;
}
.sns {
    padding-top: 200px;
    padding-left: 50px;
    color: #FFF;
    z-index: 2;
}
.tCorpo {
    font-size: 1.4em;
    padding-bottom: 30px;
}
.tCatch {
    font-size: 1.4em;
}
.tCopy {
    font-size: 0.8em;
}
.telNo {
    font-family: azo-sans-web, sans-serif;
    font-size: 3em;
    font-weight: 300;
}
.icSnsIG {
    background: url("../images/SVG/icon_insta.svg") no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 1920px) {
.sec01{
    position: relative;
    margin-top: 200px;
    margin-bottom: 400px;
}
.footerArea {
    max-width: 1920px;
    padding-left: 120px;
}
.footerInner {
    top:-50px;
    left:-41.5%;
}
}
@media screen and (max-width: 1280px) {
.mainArea {
    background: url("../images/main_pc.png") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1477px;
}
.sec01{
    position: relative;
    margin-top: 100px;
    margin-bottom: 400px;
}
.logoSanbanchi {
    width: 150px;
    height: 752px;
    margin: 190px auto 0 auto;
}
.footerArea {
    max-width: 1280px;
    padding-left: 63px;
}
.footerInner {
    top:-50px;
    left:-518px;
}
}
@media screen and (max-width: 960px) {
.mainArea {
    background: url("../images/main_tb.png") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 1474px;
}
#conInner {
    position: relative;
    padding: 40px 6%;
    margin: 300px auto 0 auto;
    z-index: 10;
}
.sec01{
    margin-bottom: 30px;
}
.movieArea {
    display: none;        
}
.video-wrapper {
    display: none;  
}
.shopImg {
    display: block;
    margin-top: 400px;
    background: url("../images/bg_shopimg.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 0px;
    padding-top: 104%;
    z-index: 2;
}
.col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}   
.sub4 {
    flex-basis: 48%;
    flex-grow: 1;
    margin: 0 1% 20px 1%;
}
.footerArea {
    position:relative;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    padding-top: 20px;
    padding-left: 100px;
    z-index: 1;
}
.footerInner {
    left:0;
    background-position: -400px 0;
    width: 100%;
    z-index: 0;
}
.footerLogo {
    width: 79px;
    height: 400px;
}
.shopData {
    padding-top: 30px;
    padding-left: 50px;
    color: #FFF;
    z-index: 2;
}
}
@media screen and (max-width: 760px) {
    .brSP {
       display: block;
    }
.mainArea {
    background: url("../images/main_sp.png") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 0px;
    padding-top: 243%;
}
#conInner {
    position: relative;
    padding: 40px 4%;
    width: 100%;
    margin: 300px auto 0 auto;
    z-index: 10;
}
.logoSanbanchi {
    width: 100px;
    height: 510px;
    margin: 150px auto 0 auto;
}
.cRead {
    font-size: 1.0em;
    padding-left: 0;
}
.entrance {
    position:static;
    background: url("../images/p_genkan.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 0px;
    padding-top: 100%;
}
.shopImg {
    margin-top: 0px;
}
footer {
    position:relative;
    background:#250101;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footerArea {
    position:relative;
    display:contents;
    width: 100%;
    margin:0 auto;
    padding-top: 0;
    padding-left: 0;
    z-index: 1;
}
.footerInner {
    display: none;
}
.footerLogo {
    background: url("../images/SVG/logo_sanbanchi_c.svg") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0px;
    padding-top: 300px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    margin: 0 auto 30px auto;
}  
.shopData {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    color: #FFF;
    z-index: 2;
}
.sns {
    padding-top: 20px;
    padding-left: 0;
}
.icSnsIG {
    margin: 0 auto;
}
}
