@charset "utf-8";
/* CSS Document */





html {
	font-size: 10px;
}
body {
	font-family:'Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	line-height: 0;
	vertical-align: bottom;
}
#wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.4;
	transition: 0.5s;
}
section {
	margin: 0 auto 30px;
	font-size: 1.6rem;
	line-height: 3.5rem;
}



/*------パソコン用------*/
@media(min-width:551px){

	
.inner{
	width: 1200px;
	margin: 0 auto;
}


/*----- ヘッダー記事-----*/

header {
    width: 100vw;
    height: 125px;
    position: relative;
    background-color: #005580;
}

header h1 {
    position: absolute;
    width: 300px;
    top: 35px;
    left: 30px;
}
#globalNavi{
    position: absolute;
    top: 30px;
    right: 30px;
}
ul{
   display: flex;
}
li{
   margin: 20px 0;
   padding: 0 20px;
   border-right: 1px solid white; 
}
li:last-child{
	border-style: none;
}

/*----- メイン画像 -----*/
main{
   position: relative;
}
main h2 img{
    position: absolute;
    height: 60%;
    top:200px;
    left:150px;
    z-index: 3;
}
main::before{
    position: absolute;
    top: 0;
    left:0;
    display: inline-block;
    background: url(img/roof.png) no-repeat;
    content: ""'';
    width: 100%;
    height: 385px;
    background-size: cover;
    z-index: 2;
}
main::after{
    position: absolute;
    bottom: 0;
    left:0;
    display: inline-block;
    background: url(img/steam.png) no-repeat;
    content: ""'';
    width: 100%;
    height: 470px;
	background-size: cover;
}
/*星と月*/
.star1{
	position: absolute;
	top:7%;
	left:2%;
	z-index: 4;
}
.star2{
	position: absolute;
	top:4%;
	left:50%;
	z-index: 4;
}
.star3{
	position: absolute;
	top:13%;
	right:2%;
	z-index: 4;
}
.moon{
	position: absolute;
	top:1%;
	right:15%;
	z-index: 4;
}


/*----- めがね説明文 -----*/
#introduce{
	margin-top: 70px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#introduce h2{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 20px;
    font-size: 3.4rem;
    font-weight: 600;
	background: linear-gradient(transparent 70%, #fff79a 0%);
    background-position: center top;
}


/*----- 店主について -----*/
#owner{
	position: relative;
	background-color: #eff2f1;
}
.about{
	text-align: center;
}
/*黄色の下線の付いた各タイトル*/
#owner h3,#access h3,#infomation h3{
	display: inline-block;
	margin: 50px auto 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.4rem;
    font-weight: 600;
	background: linear-gradient(transparent 70%, #fff79a 0%);
    background-position: center top;
	text-align-last: center;
}
#owner h3::after{
	position: absolute;
    top:13px;
    right:35%;
    display: inline-block;
    content: "";
    background: url(./img/owner.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    background-size: 80%;
	z-index: 1;
}
.about_owner{
	display: flex;
	padding-bottom: 40px;
}
.about_owner p{
	width: 80%;
	margin-right: 70px;
}



/*----- Instagram -----*/

#instagram h3,#instagram p {
	text-align: center;
}
.insta_pic{
	text-align: center;
}


/*----- アクセス -----*/
#access{
	position: relative;
}
#access h3::after{
	position: absolute;
    top:23px;
    right:37%;
    display: inline-block;
    content: "";
    background: url(./img/access.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    background-size: 80%;
	z-index: 1;
}
#access P{
	text-align: center;
	letter-spacing: 2px;
	margin: 10px;
}
.frame_color{
	filter:invert(80%);-webkit-filter:invert(80%)
}



/*----- 店舗情報 -----*/
#infomation{
	position: relative;
	width: 750px;
}
#infomation h3::after{
	position: absolute;
    top:28px;
    right:26%;
    display: inline-block;
    content: "";
    background: url(./img/infomation.png);
    background-repeat: no-repeat;
    width: 261px;
    height: 140px;
    background-size: contain;
	z-index: 1;
}
.info_time{
	display: flex;
	font-size: 2rem;
	margin-top: 30px;
}
.outline{
	border: 1px solid #bababa;
	margin-right: 10px;
}
.info_time {
	letter-spacing: 2px:
}
.outline{
	padding: 2px 9px;
}
.open{
	margin-bottom: 20px;
}
.close{
	letter-spacing: 6.7px;
}
/*TEL*/
.tel{
	margin: 50px 0 0 100px;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 2px;
}
.tel a{
	color: black;
	text-decoration: none;
}
.tel a:hover{
	opacity: 0.4;
}
.small_tel{
	font-size: 2rem;
}
/*リンク*/
#infomation a{
	margin-left: 20px;
	
}
.link{
	text-align: center;
	margin-top: 15px;
}
/*トップへ戻る*/
#pagetop{
	text-align: center;
	margin-top: 15PX;
}

/*----- foooter -----*/
footer{
	position: relative;
	background-color: #005580;
	color: white;
	height: 150px;
	display: flex;
    justify-content: center;
    align-items: center;
}
footer small{
	font-size: 1.3rem;
	letter-spacing: 1px;
	
}
/*---星---*/
.star4{
	position: absolute;
	top:18%;
	left:6%;
	z-index: 4;
}
.star5{
	position: absolute;
	top:59%;
	left:15%;
	z-index: 4;
}
.star6{
	position: absolute;
	top:29%;
	right:21%;
	z-index: 4;
}
.star7{
	position: absolute;
	top:14%;
	right:9%;
	z-index: 4;
}
.star4 img{
	width: 80%;
}
.star7 img{
	width: 80%;
}
}


/*------スマホ用------*/
@media(max-width:550px){

	


/*----- ヘッダー記事-----*/

header {
    width: 100vw;
    height: 240px;
    position: relative;
    background-color: #005580;
}

header h1 {
    position: absolute;
    width: 80%;
    top: 21px;
    left: 35px;
}
#globalNavi{
    position: absolute;
    top: 123px;
    right: 0;
}
ul{
   display: flex;
}
li{
   margin: 0 auto;
   padding: 0 20px;
   border-right: 1px solid white; 
}
li:last-child{
	border-style: none;
}

/*----- メイン画像 -----*/
main{
   position: relative;
}
.slick{
  /*height: 400px;*/
	width: 184%;
	}
main h2 img{
    position: absolute;
    height: 80%;
    top: 54px;
    left: 30px;
    z-index: 3;
}
main::before{
    position: absolute;
    top: -3px;
    left:0;
    display: inline-block;
    background: url(img/roof.png) no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 2;
}
main::after{
    position: absolute;
    bottom: -3px;
    left:0;
    display: inline-block;
    background: url(img/steam.png) no-repeat;
    content: '';
    width: 100%;
    height: 125px;
	background-size: cover;
}
/*星と月*/
.star1{
	position: absolute;
	top:-10%;
	left:2%;
	z-index: 4;
}
.star2{
	position: absolute;
	top:-17%;
	left:43%;
	z-index: 4;
}
.star3{
	position: absolute;
	top:1%;
	right:0%;
	z-index: 4;
}
.moon{
	position: absolute;
	top:-16%;
	right:-1%;
	z-index: 4;
}
.night img{
	width: 60%;	
	}


/*----- めがね説明文 -----*/
#introduce{
	margin-top: 28px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#introduce h2{
	display: inline-block;
	margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
	background: linear-gradient(transparent 70%, #fff79a 0%);
    background-position: center top;
}


/*----- 店主について -----*/
#owner{
	position: relative;
	background-color: #eff2f1;
}
.about{
	text-align: center;
}
/*黄色の下線の付いた各タイトル*/
#owner h3,#access h3,#infomation h3{
	display: inline-block;
	margin: 50px auto 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.4rem;
    font-weight: 600;
	background: linear-gradient(transparent 70%, #fff79a 0%);
    background-position: center top;
	text-align-last: center;
}
#owner h3::after{
	position: absolute;
    top:27px;
    right:-5%;
    display: inline-block;
    content: "";
    background: url(./img/owner.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    background-size: 80%;
	z-index: 1;
}
.about_owner{
}
.about_owner p{
	margin: 0 15px;
}



/*----- Instagram -----*/

#instagram{
	height: 380px;	
	}
#instagram h3 {
	text-align: center;
}
.insta_pic{
	text-align: center;
	width: 100%;
}


/*----- アクセス -----*/
#access{
	position: relative;
	margin-bottom: 0;
}
#access h3::after{
	position: absolute;
    top:50px;
    right:4%;
    display: inline-block;
    content: "";
    background: url(./img/access.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 140px;
    background-size: 80%;
	z-index: 1;
}
#access P{
	text-align: center;
	letter-spacing: 1px;
	margin-top: 10px;
	font-size: 1.3rem;
}
.frame_color{
	filter:invert(80%);-webkit-filter:invert(80%)
}



/*----- 店舗情報 -----*/
#infomation{
	position: relative;
	width: 450px;
}
#infomation h3::after{
	position: absolute;
    top:28px;
    right:26%;
    display: inline-block;
    content: "";
    background: url(./img/infomation.png);
    background-repeat: no-repeat;
    width: 261px;
    height: 140px;
    background-size: contain;
	z-index: 1;
}
.info_time{
	font-size: 2rem;

}
.outline{
	border: 1px solid #bababa;
	margin-right: 10px;
}
.info_time {
	letter-spacing: 2px;
	margin:20px 10px 0;
}
.outline{
	padding: 2px 9px;
}
.open{
	margin-bottom: 20px;
}
.close{
	letter-spacing: 9px;
}
/*TEL*/
.tel{
	margin: 25px 0;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 2px;
}
.tel a{
	color: black;
	text-decoration: none;
}
.tel a:hover{
	opacity: 0.4;
}
.small_tel{
	font-size: 2rem;
}

/*トップへ戻る*/
#pagetop{
	text-align: center;
	margin-top: 15PX;
}

/*----- foooter -----*/
footer{
	position: relative;
	background-color: #005580;
	color: white;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}
footer small{
	font-size: 1.3rem;
	letter-spacing: 1px;
	
}
/*---星---*/
.night_footer img{
	width: 70%;	
	}
.star4{
	position: absolute;
	top:-1%;
	left:6%;
	z-index: 4;
}
.star5{
	position: absolute;
	top:59%;
	left:15%;
	z-index: 4;
}
.star6{
	position: absolute;
	top:71%;
	right:21%;
	z-index: 4;
}
.star7{
	position: absolute;
	top:9%;
	right:0%;
	z-index: 4;
}
.star4 img{
	width: 80%;
}
.star7 img{
	width: 80%;
}
}

