@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {vertical-align: bottom;}

/* リンク設定
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
}
.hide {
display: none;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#32a0d3;
	text-decoration:none;
}
a:visited {
	color:#32a0d3;
	text-decoration:none;
}
a:hover {
	color:#52baeb;
	text-decoration:none;
}
a:active {
	color:#32a0d3;
	text-decoration:none;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

.spbr {
display: none !important;
}
html {
font-size: 62.5%;
}
body{
font-family:"游ゴシック",YuGothic,"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 1.6rem;
line-height:2.4rem;
color:#414141;
-webkit-text-size-adjust: none;
font-weight:500;
animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: 100vh;
}
header {
width: 50%;
background-position: center 14rem;
background-size: 56%;
}
header div {
width: 56%;
margin: 11.6rem auto 0 auto;
}
h2 {
font-size: 2.6rem;
color: #000;
font-weight: bold;
}
h3 {
font-size: 1.8rem;
color: #000;
font-weight: bold;
margin-bottom: 1.6rem;
}
section {
width: 50%;
font-family: "Noto Sans Japanese";
padding: 6rem 5rem 0 0;
overflow: auto;
}
article div {
display: inline-block;
}
.info_p {
width: 100%;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 4rem;
margin-top: 4rem;
border-bottom: 0.1rem dotted #ccc;
}
.store_p {
margin-bottom: 5rem;
font-weight: 300;
}
#box1 div:last-child {
border-bottom: none;
padding-bottom: 6rem;
}
#box1 {
border-bottom: 0.1rem solid #ccc;
margin-bottom: 6rem;
}
#box2 {
margin-bottom: 1rem;
}
#ftr_wrap {
position: relative;
overflow: hidden;
padding: 2rem 0 2rem 0;
}
footer {
position: relative;
font-size: 1.4rem;
font-family: "Noto Sans Japanese";
font-weight: 300;
}
footer p img {
width: 1.6rem;
height: auto;
margin-left: 1rem;
vertical-align: -0.2rem;
}
#insta {
width: 3.4rem;
height: auto;
}
.close1 {
display: none;
}
.close2 {
margin-top: 20rem;
}
#maison {
margin: 7rem 0 3rem 0;
color: #000;
font-size: 1.6rem;
}
.ccv {
margin-top: -4rem;
margin-bottom: 2rem;
font-size: 1.4rem;
font-weight: normal;
}

}

/* タブレトット用
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.sp100 {
width:100%;
height:auto;
}
html {
	font-size:62.5%;
}
body{
font-family:"游ゴシック",YuGothic,"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 1.6rem;
line-height:2.4rem;
color:#414141;
-webkit-text-size-adjust: none;
font-weight:500;
animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: 100vh;
}
header {
width: 50%;
background-position: center 14rem;
background-size: 56%;
}
header div {
width: 56%;
margin: 11.6rem auto 0 auto;
}
h2 {
font-size: 2.6rem;
color: #000;
font-weight: bold;
}
h3 {
font-size: 1.8rem;
color: #000;
font-weight: bold;
margin-bottom: 1.6rem;
}
section {
width: 50%;
font-family: "Noto Sans Japanese";
padding: 6rem 2rem 0 0;
overflow: auto;
}
article div {
display: inline-block;
}
.info_p {
width: 100%;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 4rem;
margin-top: 4rem;
border-bottom: 0.1rem dotted #ccc;
}
.store_p {
margin-bottom: 5rem;
font-weight: 300;
}
#box1 div:last-child {
border-bottom: none;
padding-bottom: 6rem;
}
#box1 {
border-bottom: 0.1rem solid #ccc;
margin-bottom: 6rem;
}
#box2 {
margin-bottom: 4rem;
}
#ftr_wrap {
position: relative;
overflow: hidden;
padding: 2rem 0 2rem 0;
}
footer {
position: relative;
font-size: 1.4rem;
font-family: "Noto Sans Japanese";
font-weight: 300;
}
footer p img {
width: 1.6rem;
height: auto;
margin-left: 1rem;
vertical-align: -0.2rem;
}
#insta {
width: 3.4rem;
height: auto;
}
.close1 {
display: none;
}
.close2 {
margin-top: 10rem;
}
#maison {
margin: 7rem 0 3rem 0;
color: #000;
font-weight: normal;
}
.ccv {
margin-top: -4rem;
margin-bottom: 2rem;
font-size: 1.2rem;
font-weight: normal;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.pcbr {
display: none !important;
}
.sp100 {
width:100%;
height:auto;
}
html {
	font-size:62.5%;
}
body{
	font-family:"游明朝",YuMincho,"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 1.4rem;
	line-height:2.0rem;
	color:#414141;
-webkit-text-size-adjust: none;
font-weight:500;
animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
header {
text-align: center;
height: 84vh;
background-size: 30rem;
padding-top: 10%;
}
header div {
width: 80%;
margin: auto;
}
h2 {
font-size: 2.6rem;
color: #000;
font-weight: bold;
font-family: "Noto Sans Japanese",serif;
}
h3 {
font-size: 1.8rem;
color: #000;
font-weight: bold;
margin-bottom: 1rem;
font-family: "Noto Sans Japanese",serif;
}
section {
padding: 0 1.2rem;
font-family: "Noto Sans Japanese",serif;
}
article {
margin-bottom: 1rem;
}
article div {
display: inline-block;
}
.info_p {
width: 100%;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 4rem;
margin-top: 4rem;
border-bottom: 0.1rem dotted #ccc;
}
.store_p {
margin-bottom: 5rem;
font-weight: 300;
}
#box1 {
border-bottom: 0.1rem solid #ccc;
}
#box1 div:last-child {
border-bottom: none;
padding-bottom: 6rem;
}
footer {
position: relative;
font-size: 1.4rem;
padding-bottom:  6rem;
margin-top: 3rem;
font-family: "Noto Sans Japanese";
font-weight: 300;
}
footer p img {
width: 1.6rem;
height: auto;
margin-left: 1rem;
vertical-align: -0.2rem;
}
#insta {
width: 3.4rem;
height: auto;
}
.close1 {
display: none;
}
#maison {
margin: 7rem 0 3rem 0;
color: #000;
font-size: 1.8rem;
}
#maison span {
font-size: 1.4rem;
}
.ccv {
margin-top: -4rem;
margin-bottom: 2rem;
font-size: 1.2rem;
font-weight: normal;
}

}