@charset "UTF-8";
/* CSS Document */
/*reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img,abbr,acronym,fieldset,a {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,img {
	display: block;
}
ul li {
	list-style-type:none;
}

/* ----------------------------------------------------------
	共通
---------------------------------------------------------- */
body {
    background-image: url(../img/shop_top.jpg);
    background-repeat: no-repeat;
    background-position: top 7rem center;
    background-size: 50vw;
    background-attachment: fixed;
    font-family: 'Noto Sans JP', sans-serif;
}

#section02 {
    text-align: center;
    background-color: hsla(340,16%,96%,0.85);
    width: 40vw;
    margin-top: 80vh;
    margin-bottom: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    animation-name: fade-in;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {opacity: 0; transform: translate3d(0,0,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}	
}
h1 {
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 2px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #333333;
}
#section02 .popimage {
    width: 5rem;
	height: auto;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
}
#section02 .popimage img {
	width: 100%;
}
#section02 .coment {
	margin-top: 5rem;
	margin-bottom: 2rem;
}
#section02 .coment p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 2.5rem;
	color: #333333;
}
#section02 .info {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
#section02 .info p {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 2.3rem;
	color: #333333;
}

#section03 {
    text-align: center;
    background-color: hsla(330,1%,30%,0.85);
    width: 40vw;
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}
h4 {
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 2px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #FFFFFF;
}
#section03 p {
	font-size: 0.9rem;
	font-weight: 300;
	margin-top: 2rem;
	line-height: 2.5rem;
	color: #FFFFFF;
}
#section03 .rink {
	margin-top: 1rem;
	margin-bottom: 1rem;		
}
#section03 .rink a {
    text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	color: #FFFFFF;	
}


footer {
    background-color: rgba(255,255,255,0.80);
    color: #333333;
	margin-top: 15rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.submenu {
	text-align: center;
}
.submenu li {
    padding-bottom: 10px;
    cursor: pointer;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 1rem 2rem;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #333333;
}
.submenu li a {
	font-size: 0.9rem;
    font-weight: 300;
	text-decoration: none;
	color: #333333;
}
.submenu li a:before {
    content: "";
    position: absolute;
    width: 0;
    background : #333333;
    left: 45%;
    height: 1.5px;
    bottom: 0;
    transition: all .3s;
    opacity: 0.7;
}
.submenu li a:hover:before {
    width: 100%;
    left: 0;
}
.sns {
	margin: 30px 10px;
	line-height: 30px;
	text-align: center;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
	font-size: 1.35rem;
}
.sns-rink a {
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}
footer p {
	text-align: center;
	font-size: 0.85rem;
	font-weight: 100;
	margin-top: 35px;
}

@media screen and (max-width: 767px){
body::before {
  content: "";
  background: url("../img/shop_top_sp.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  transform: translateZ(0);
}
#section02 {
    width: 80%;
    margin-top: 60vh;
}
#section03 {
    width: 80%;
}
footer {
	text-align: center;
	padding: 2rem;
}
.submenu li {
    margin: auto;
    position: relative;
    display: block;
    text-align: center;
}
.submenu li a {
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0.5rem auto;
    color: #333333;
}
.sns {
	margin: 30px 10px;
	line-height: 30px;
	text-align: center;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
}
.sns-rink a {
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}
}








