@charset "UTF-8";
/* PC ================================================== */
@media all and (min-width:881px) {
body {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "halt"1;
font-feature-settings: "palt";
-webkit-text-size-adjust: 100%;
width: 100%;
font-size: 13px;
line-height: 2em;
letter-spacing: 0.15em;
background:url("../img/bg_pc.png") repeat-y, linear-gradient(90deg, #F5BEC6 0%, #F5BEC6 50%, #D1E8EB 50%, #D1E8EB 100%);
background-position:top;
}
.loading {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fff;
z-index: 9998;
}
.pc-none {
display: none;
}
.loader {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
text-align: center;
z-index: 9999;
}
main {
/*
   background: url("../img/main.png") no-repeat;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-attachment: fixed;
 */

background: url("../img/main_pc.png") no-repeat;
background-size: 1120px;
background-position:top;
padding-top: 686px;
padding-bottom: 64px;
}
#title {
display: none;
}
nav {
width: 880px;
height: 56px;
line-height: 1em;
border-radius: 4px;
background: #fff;
box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.16);
margin: 0 auto 48px;
padding-top: 16px;
box-sizing: border-box;
/*
   position: fixed;
   bottom: 5%;
   left: 50%;
   margin-left: -440px;
   z-index: 1;
 */
}
nav ul {
display: flex;
justify-content: space-between;
}
nav ul li {
font-size: 20px;
line-height: 24px;
text-align: center;
color: #111;
width: 20%;
}
nav ul li {
position: relative;
}
nav ul li:not(:last-child):after {
content: '';
width: 1px;
height: 24px;
background: #111111;
position: absolute;
top: 0;
right: 0;
}
nav ul li a {
position: relative;
display: block;
}
nav ul li a::before {
content: '';
width: 15px;
height: 16px;
background: url("../img/ico_nav.png") no-repeat;
position: absolute;
top: 4px;
left: 24px;
transition: .2s;
}
nav ul li a:hover:before {
left: 28px;
}
.content {
width: 880px;
border-radius: 8px;
background: #fff;
margin: 0 auto 64px;
position: relative;
padding: 56px 48px;
box-sizing: border-box;
}
.shop {
position: relative;
}
.content h2 {
margin-bottom: 40px;
}
.shop:not(:last-child) {
margin-bottom: 48px;
}
.shop-head {
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
.shop-head dl {
display: flex;
justify-content: flex-start;
margin-bottom: 12px;
}
.shop-head dl dt {
font-size: 10px;
line-height: 1em;
color: #000;
background: #73C3D2;
border-radius: 2px 0px 0px 2px;
padding: 4px 8px;
margin-right: 1px;
}
.shop-head dl dd {
font-size: 10px;
line-height: 1em;
color: #fff;
background: #909090;
border-radius: 0px 2px 2px 0px;
padding: 4px 8px;
}
.content h3 {
font-size: 18px;
line-height: 24px;
letter-spacing: 0.06em;
text-align: left;
}
.content h3 a {
color: #111;
font-weight: 500;
text-decoration: underline;
}
.content h3 a:hover {
text-decoration: none;
}
.ico {
width: 88px;
}
.side-a > div:nth-child(2), .side-b > div:nth-child(1) {
float: left;
width: 372px;
}
.side-a > div:nth-child(1), .side-b > div:nth-child(2) {
float: right;
width: 372px;
}
.image {
margin-bottom: 20px;
}
.content h4 {
font-size: 17px;
font-weight: 500;
letter-spacing: 0.06em;
line-height: 24px;
text-align: left;
color: #78BBC5;
margin-bottom: 4px;
}
.content h4 span {
font-size: 12px;
font-weight: 500;
margin-left: 8px;
}
span.blk {
color: #111;
}
.content h5 {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.06em;
line-height: 30px;
text-align: left;
margin-bottom: 16px;
}
.content h5 span {
font-size: 10px;
font-weight: 500;
}
.text {
position: relative;
padding: 16px 0;
margin-top: 16px;
}
.text:before {
content: '';
background: url(../img/line_blk.svg) repeat-x;
width: 100%;
height: 1px;
position: absolute;
left: 0;
top: 0;
}
.text:after {
content: '';
background: url(../img/line_blk.svg) repeat-x;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
}
.text p:not(:last-child) {
font-size: 13px;
letter-spacing: 0.06em;
line-height: 28px;
text-align: left;
margin-bottom: 16px;
}
.text p span {
font-weight: 500;
margin-bottom: 4px;
display: block;
}
.text p.small {
font-size: 10px;
line-height: 2em;
}
#contact {
font-size: 12px;
letter-spacing: 0.06em;
line-height: 1em;
text-align: center;
color: #111;
background: #fff;
width: 648px;
height: 40px;
border-radius: 4px;
margin: 0 auto 40px;
padding-top: 14px;
box-sizing: border-box;
}
#contact br {
display: none;
}
#back-top{
width:250px;
margin:20px auto 100px;
}
#up-top{
position:fixed;
width:66px;
bottom:100px;
right:200px;
}
#copyright {
font-weight: normal;
font-size: 13px;
line-height: 1em;
text-align: center;
color: #fff;
}
#d-b2-1 {
position: absolute;
bottom: -26px;
right: -32px;
width: 95px;
}

#d-b1-1 {
position: absolute;
top: 366px;
right: -70px;
width: 86px;
}
#d-b1-2 {
position: absolute;
top: -120px;
left: -92px;
width: 95px;
}
#d-b1-3 {
position: absolute;
bottom: -74px;
right: 160px;
width: 40px;
}
#d-1-1 {
position: absolute;
top: -170px;
left: -64px;
width: 82px;
}
#d-1-2 {
position: absolute;
top: 110px;
right: -85px;
width: 71px;
}
#d-1-3 {
position: absolute;
top: 540px;
right: -82px;
width: 132px;
}
#d-1-4 {
position: absolute;
top: -43px;
left: -74px;
width: 44px;
}
#d-1-5 {
position: absolute;
bottom: -72px;
right: 132px;
width: 107px;
}
#d-2-1 {
position: absolute;
top: 56px;
right: -64px;
width: 64px;
}
#d-2-2 {
position: absolute;
bottom: 35px;
left: -68px;
width: 79px;
}
#d-2-3 {
position: absolute;
bottom: 15px;
right: -65px;
width: 96px;
}
#d-2-4 {
position: absolute;
bottom: -70px;
left: -58px;
width: 115px;
}
#d-3-1 {
position: absolute;
bottom: -66px;
right: -64px;
width: 117px;
}
#d-4-1 {
position: absolute;
top: -170px;
left: -18px;
width: 40px;
}
#d-4-2 {
position: absolute;
top: 30px;
right: -96px;
width: 93px;
}

}
/* SP ================================================== */
@media all and (max-width:880px) {
body {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "halt"1;
font-feature-settings: "palt";
-webkit-text-size-adjust: 100%;
width: 100%;
font-size: 13px;
line-height: 2em;
background:url("../img/bg_sp.png") repeat-y, linear-gradient(90deg, #F5BEC6 0%, #F5BEC6 50%, #D1E8EB 50%, #D1E8EB 100%);
background-position:top;
}
.loading {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fff;
z-index: 9998;
}
.loader {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
text-align: center;
z-index: 9999;
}
.sp-none {
display: none;
}
main {
background: url("../img/main_sp.png") no-repeat;
width: 100%;
height: 100%;
background-size: contain;
/*		background-attachment: fixed;*/
padding-top: 400px;
padding-bottom: 32px;
}
#title {
display: none;
}
nav {
width: 90%;
line-height: 1em;
border-radius: 4px;
background: #fff;
box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.16);
margin: 0 auto 32px;
padding: 10px 0;
box-sizing: border-box;
}
nav ul {
display: flex;
justify-content: space-between;
}
nav ul li {
font-size: 13px;
line-height: 16px;
text-align: center;
color: #111;
width: 20%;
}
nav ul li {
position: relative;
}
nav ul li:not(:last-child):after {
content: '';
width: 1px;
height: 16px;
background: #111111;
position: absolute;
top: 0;
right: 0;
}
nav ul li a {
position: relative;
display: block;
}
nav ul li a:hover:before {
left: 28px;
}
.content {
width: 90%;
border-radius: 4px;
background: #fff;
margin: 0 auto 40px;
position: relative;
padding: 24px;
box-sizing: border-box;
}
.shop {
position: relative;
}
.content h2 {
margin-bottom: 40px;
}
.shop:not(:last-child) {
margin-bottom: 48px;
}
.shop-head {
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
.shop-head > div:nth-child(1) {
width: 76%;
}
.shop-head dl {
display: flex;
justify-content: flex-start;
margin-bottom: 12px;
}
.shop-head dl dt {
font-size: 8px;
line-height: 14px;
color: #000;
background: #73C3D2;
border-radius: 2px 0px 0px 2px;
padding: 4px 10px;
margin-right: 1px;
letter-spacing: 0.1em;
}
.shop-head dl dd {
font-size: 8px;
line-height: 14px;
color: #fff;
background: #909090;
border-radius: 0px 2px 2px 0px;
padding: 4px 10px;
letter-spacing: 0.1em;
}
.content h3 {
font-size: 16px;
line-height: 20px;
letter-spacing: 0.06em;
text-align: left;
}
.content h3 a {
color: #111;
font-weight: 500;
text-decoration: underline;
}
.content h3 a:hover {
text-decoration: none;
}
.ico {
width: 56px;
}
.side-b > div:nth-child(1) {
margin-bottom: 48px;
}
.image {
margin-bottom: 12px;
}
.content h4 {
font-size: 15px;
font-weight: 500;
letter-spacing: 0.06em;
line-height: 24px;
text-align: left;
color: #78BBC5;
margin-bottom: 4px;
}
.content h4 span {
font-size: 10px;
font-weight: 500;
margin-left: 8px;
}
span.blk {
color: #111;
}
.content h5 {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.06em;
line-height: 24px;
text-align: left;
margin-bottom: 12px;
}
.content h5 span {
font-size: 10px;
font-weight: 500;
}
.text {
position: relative;
padding: 14px 0;
margin-top: 12px;
}
.text p {
font-size: 12px;
line-height: 1.8em;
}
.text:before {
content: '';
background: url(../img/line_blk.svg) repeat-x;
width: 100%;
height: 1px;
position: absolute;
left: 0;
top: 0;
}
.text:after {
content: '';
background: url(../img/line_blk.svg) repeat-x;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
}
.text p:not(:last-child) {
font-size: 13px;
letter-spacing: 0.06em;
line-height: 28px;
text-align: left;
margin-bottom: 16px;
}
.text p span {
font-weight: 500;
margin-bottom: 4px;
display: block;
}
.text p.small {
font-size: 10px;
line-height: 2em;
}
#contact {
font-size: 10px;
letter-spacing: 0.06em;
line-height: 1.6em;
text-align: center;
color: #111;
background: #fff;
width: 90%;
/* height: 52px; */
border-radius: 4px;
margin: 0 auto 24px;
padding: 8px 16px;
box-sizing: border-box;
}
#back-top{
width:50%;
margin:20px auto 100px;
}
#up-top{
position:fixed;
width:42px;
bottom:30px;
right:20px;
}

#copyright {
font-weight: normal;
font-size: 10px;
line-height: 1em;
text-align: center;
color: #fff;
}

#d-b2-1,#d-b1-1,#d-b1-2,#d-b1-3,
#d-1-1,#d-1-2,#d-1-3,#d-1-4,#d-1-5,
#d-2-1,#d-2-2,#d-2-3,#d-2-4,
#d-3-1,#d-4-1,#d-4-2{
display:none;
}

}
