@charset "utf-8";

html,body,h1,h2,h3,p,ul,li,table,tr,th,td{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family:"MS Pゴシック",sans-serif;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    display: block;
}
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}
#home{
    background-color: #2a3132;
}
#home header{
    width: auto;
    height: 100vh;
    background: url(../img/hometop.png) no-repeat center/cover;
    margin-bottom: 150px;
    position: relative;
}
h1 img{
    width: 30%;
    margin: auto;
    position: absolute;
    inset: 0;
    opacity: 0.4;
    animation: fadeIn 4s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 4s ease-in-out 0s 1 normal;
}
.mobilelogo img{
    display: none;
}
.btn{
    display: none;
}
nav{
    position: absolute;
    top: 50px;
    right: 5%;
}
nav li{
    line-height: 50px;
}
nav a{
    color: #FDFFFC;
    font-weight: bold;
    text-align: right;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #0C0E0F;
}
nav a:hover{
    border-bottom: 1px solid #fff;
}
.mycontainer{
    display: flex;
    justify-content: space-between;
}
#home .info{
    max-width: 960px;
    margin: 0 auto 150px;
}
#home .info p,.info img{
    width: 48%;
    font-size: 18px;
    line-height: 2;
    color: #FDFFFC;
}
#home .store{
    width: calc(100%/4);
    height: 400px;
    position: relative;
}
#home .mox{
    background: url(../img/IMG_2113.JPG) no-repeat center/cover;
}
#home .comox{
    background: url(../img/IMG_2106.JPG) no-repeat center/cover;
}
#home .remox{
    background: url(../img/IMG_2116.JPG) no-repeat center/cover;
}
#home .dotto{
    background: url(../img/IMG_2117.JPG) no-repeat center/cover;
}
#home .mox::after,#home .comox::after,#home .remox::after,#home .dotto::after{
    content: '';
    background-color: rgba(12, 14, 15, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#home .remox::after{
    background-color: rgba(12, 14, 15, 0.8);
}
#home .store:hover::after{
    background-color: transparent;
}
#home h2,.store p{
    color: #FDFFFC;
    padding: 20px;
    font-family: 'Orelega One', cursive;
    text-shadow: 2px 2px 2px #0C0E0F;
    position: relative;
    z-index: 10;
}
span{
    font-size: 0.5em;
}
#home .store p{
    writing-mode:vertical-rl;
    padding-top: 200px;
}
#home footer{
    background-color: #0C0E0F;
    padding: 150px 0 50px;
}
footer{
    text-align: center;
    color: #FDFFFC;
}
footer img{
    margin-bottom: 20px;
    width: 80px;
}

@keyframes fadeIn{
    0% {opacity: 0;}
    100%{opacity: 0.4;}
}

/* store */

#store{
    background-color: #FDFFFC;
}
#store header{
    margin-bottom: 150px;
}
#store .title{
    padding: 50px 0 0 50px;
    color: #43281C;
    height: 50vh;
}
#store .moxtitle{
    background: url(../img/homeinfo_cleanup.png) no-repeat right top/60%;
}
#store .comoxtitle{
    background: url(../img/IMG_2108.JPG) no-repeat right top/60%;
}
#store .remoxtitle{
    background: url(../img/remox_main.JPG) no-repeat right top/60%;
}
#store .dottotitle{
    background: url(../img/dottotop.png) no-repeat right top/60%;
}
#store .name{
    font-size: 100px;
    font-family: 'Playfair Display', serif;
}
#store .pclogo img{
    display: none;
}
#store .title p{
    font-size: 28px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}
#store .name,#store .title p{
    animation: SlideIn 1s ease-in-out 0s 1 normal;
    -webkit-animation: SlideIn 1s ease-in-out 0s 1 normal;
}
#store nav{
    z-index: 10;
}
#store .mycontainer{
    max-width: 960px;
    margin: auto;
}
#store main{
    color: #43281C;
    margin-bottom: 150px;
    position: relative;
}
#store .maintext{
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
    position: absolute;
    top: -40vh;
}
#store .return{
    display: none;
}
.slide-bottom {
    opacity: 0;
    transform: translateY(100px);
    transition: all 2s 0s ease-out;
}
#store h2{
    max-width: 1000px;
    font-size: 100px;
    margin: 0 auto;
    opacity: 0.3;
    font-family: 'Playfair Display', serif;
    z-index: 100;
}
#store .box{
    width: calc(100%/3);
    margin-right: 20px;
    margin-top: -30px;
    z-index: -10;
}
#store .box:last-child{
    margin-right: 0;
}
#store .box img{
    margin-bottom: 30px;
}
#store h3{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
}
#store .box p{
    line-height: 1.3;
}
#store table{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
#store .box th,#store .box td{
    line-height: 1.3;
    
}
#store .box th{
    text-align: left;
    width: 60%;
}
#store .box td{
    text-align: center;
    width: 40%;
}
#store .box p + table{
    margin-top: 30px;
}
#store .charge{
    max-width: 960px;
    margin: 30px auto;
    text-align: right;
}
#store .grid{
    max-width: 1000px;
    margin: 0 auto 150px;
}
#store .photo{
    padding: 5px;
    box-sizing: border-box;
}
#store .small{
    width: calc(100%/4);
    height: auto;
}
#store .hi{
    width: calc(100%/4);
    height: auto;
}
#store .wide{
    width: calc(100%/2);
    height: auto;
}
#store .big{
    width: calc(100%/2);
    height: auto;
}
#store .about{
    color: #43281C;
    margin-bottom: 150px;
}
#store .contact{
    max-width: 600px;
    margin-top: -30px;
    margin-bottom: 50px;
}
#store .address h3{
    font-size: 34px;
    margin-bottom: 30px;
}
#store .contact p{
    line-height: 1.5;
}
#store .tel{
    margin-top: 10px;
}
#store .hour h3{
    margin-bottom: 50px;
}
#store th,#store td{
    line-height: 2;
}
#store th{
    width: 9em;
}
#store .g-map{
    max-width: 600px;
    height: 400px;
    margin: auto;
}
#store iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter:sepia(80%);
    -webkit-filter:sepia(80%)
}
#store .top{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    position: sticky;
    float: right;
    bottom: 250px;
    margin-right: 20px;
}
#store footer{
    background-color: #43281C;
    padding: 50px;
}

@keyframes SlideIn {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

/* page color change*/
#store.page{
    background-color: #2a3132;
}
#store.page h1,#store.page h3,#store.page p,#store.page a,#store.page th,#store.page td{
    color: #FDFFFC;
}
#store.page h2{
    color: #A9ACAD;
    opacity: 0.3;
}
#store.page .maintext{
    text-shadow: 1px 1px 2px #2a3132, -1px -1px 2px #2a3132, 1px -1px 2px #2a3132, -1px 1px 2px #2a3132;
}
#store .top{
    display: none;
}
#store.page footer{
    background-color: #0C0E0F;
}
#store .frame{
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%)
}

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

    #home header{
        background-position-y: 0;
    }
    nav{
        right: 3%;
    }
    #home .info{
        padding: 0 50px;
    }
    #store .title{
        padding: 30px 0 0 50px;
        height: 400px;
    }
    #store h1{
        font-size: 90px;
    }
    #store header{
        margin-bottom: 100px;
    }
    #store .maintext,#store h2{
        margin-left: 50px;
    }
    #store .maintext{
        line-height: 1.5;
        top: -300px;
    }
    #store .return{
        display: block;
    }
    #store .returnnone{
        display: none;
    }
    #store .wrap{
        margin: 0 10px;
    }
    #store .charge{
        margin-right: 10px;
    }
    
}

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

    .btn{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .btn i{
        color: #fff;
        font-size: 40px;
        opacity: 0.5;
    }
    nav{
        width: 100%;
        right: auto;
        display: none;
    }
    nav li{
        line-height: 70px;
    }
    nav a{
        text-align: center;
    }
    #home header,#store header{
        margin-bottom: 50px;
    }
    .mycontainer{
        display: block;
    }
    #home .info{
        margin-bottom: 50px;
    }
    #home .info p{
        width: 100%;
    }
    .info img{
        display: none;
    }
    #home .store{
        width: auto;
    }
    #home .mox::after,#home .comox::after,#home .remox::after,#home .dotto::after{
        content: none;
    }
    #home h2{
        font-size: 50px;
    }
    #home footer{
        padding-top: 50px;
    }
    #store .title{
        background-size: cover;
        color: #fff;
        padding: 0;
        height: 100vh;
    }
    #store .comoxtitle{
        background-position-x: center;
    }
    #store .remoxtitle{
        background-position-x: left;
    }
    #store .dottotitle{
        background-position-x: center;
    }
    #store .name{
        font-size: 50px;
        display: none;
    }
    #store .title p{
        display: none;
    }
    .pclogo img{
        display: none;
    }
    .mobilelogo img{
        display: block;
        width: 70%;
        
        /*filter: drop-shadow(-5px -5px 2px #000) drop-shadow(-5px 5px 2px #000) drop-shadow(5px -5px 2px #000) drop-shadow(5px 5px 2px #000);*/
    }
    /*#store h1 img{
        display: block;
    }*/
    #store main{
        margin-bottom: 50px;
    }
    #store .maintext{
        position: static;
        margin: 0 10px 50px;
        text-align: justify;
    }
    #store .return{
        display: none;
    }
    #store .spreturnnone{
        display: none;
    }
    #store h2{
        margin: 0 0 20px;
        text-align: center;
    }
    #store .box{
        width: auto;
        margin: 0 0 50px;
    }
    #store .box:last-child{
        margin-right: 5px;
    }
    #store .box img,#store .box h3{
        margin-bottom: 20px;
    }
    #store .box table{
        padding-left: 20px;
    }
    #store .box th{
        width: 70%;
    }
    #store .box td{
        width: 30%;
    }
    #store .grid{
        margin-bottom: 50px;
    }
    #store .small,#store .hi{
        width: calc(100%/3);
    }
    #store .wide,#store .big{
        width: calc(100%/(3/2));
    }
    #store .about{
        margin-bottom: 50px;
    }
    #store .contact{
        margin: 0 5px 30px;
    }
    #store .address{
        width: 12em;
        margin: 0 auto 40px;
    }
    #store .contact h3{
        margin-bottom: 20px;
    }
    #store .contact table{
        padding-left: 0;
    }
    #store th{
        width: 8em;
    }
    #store .g-map{
        height: 300px;
    }
    #store .top{
        margin-right: 10px;
    }   
}

/* 20241125追記 */
#store .column{
	max-width: 100%;
	margin: 50px auto;
	padding: 100px 20px;
	display: grid !important;
    grid-template-columns: repeat(auto-fit, 31%);
    gap: 10px;
    justify-content: center;
	background: url("../img/background.png") no-repeat center/cover;
}
@media screen and (max-width:599px) {
	#store .column{
		grid-template-columns: repeat(auto-fit, 48%);
	}
}
