@charset "utf-8";
*, ::after, ::before {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    margin: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
html {
    scroll-behavior: smooth;
	scroll-padding-top: 50px;
}
body {
    font-family: Noto Serif JP,serif;
    font-size: 18px;
    line-height: 1.7;
    background-color: rgba(83,98,75,0.20);
}

.container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 500px;
}
header {
    width: calc((100% - 500px) / 2);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.kirakira {
    position: fixed;
    top: 5%;
    right: 3%;
    width: 13.818%;
    z-index: 2;
}
.top_mv {
    margin-top: 50px;
}
header .logo h1 {
    margin-top: 5%;
    margin-left: 10%;
}
.menu nav ul {
    list-style-type: none;
}
header .menu a {
    text-decoration: none;
    color: #000;
}
header .menu  {
    margin-left: 12%;
    margin-top: 50px;
}
header .menu li {
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.container h3 {
    font-size: 24px;
    margin-top: 80px;
    font-weight: normal;
}
.container h3 span {
    font-size: 32px;
}
.container h2 {
    font-size: 48px;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 50px;
}
.access .add {
    font-size: 14px;
}
.form01 {
    width: 100%;
    padding: 30px;
    background-color: rgba(212,175,55,0.70);
    margin-bottom: 30px;
}



.form02 {
    width: 100%;
    padding: 30px;
    background-color: rgba(83,98,75,0.70);
    margin-bottom: 30px;
}
.form03 {
    width: 100%;
    padding: 30px;
    background-color: rgba(105,105,105,0.70);
}
.contact a   {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}
.contact a:hover .form01 {
    text-shadow: 0px 0px;
    background-color: #D4AF37;
}
.contact a:hover .form02 {
    background-color: #53624B;
}
.contact a:hover .form03 {
    background-color: #696969;
}
.contact img {
    margin-left: 80px;
    width: 30px;
    height: 30px;
}
.contact .form01 img {
    margin-left: 120px;
}




section {
    margin-bottom: 100px;
}

.line img {
    padding: 30px;
}
footer {
    background-color: #696969;
    text-align: center;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 500px;
    height: 530px;
}
.access .info p {
    padding: 15px,0;
}
.access .info {
    margin-top: 50px;
    margin-bottom: 50px;
}
.access .info02 p {
    padding: 10px,0;
}
.access .info02 {
    padding-top: 30px;
    padding-bottom: 30px;
}


footer .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid rgba(0,0,0,0);
  transition: 0.3s;
}
footer .menu li {
    margin-bottom: 10px;
    list-style-type: none;
}
footer .menu ul {
    padding-top: 60px;
}


.copyright {
    color: #D4AF37;
    font-size: 12px;
    padding-top: 60px;
}
.access h2  ,.contact h2{
    margin-top: 200px;


}

footer .menu a:hover {
    border-bottom-color: #fff;
}

.top-image {
    padding-top: 25px;
    padding-bottom: 25px;

}
.top-image p {
    padding-bottom: 15px;
}

header .menu a {
  padding: 10px 20px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 2px solid rgba(0,0,0,0);
  transition: 0.3s;
}
header .menu a:hover {
  text-decoration: none;
  border-bottom-color: #696969;
}
.header_sp .logo {
    display: none;
}
.concept_mv {
    margin-top: 50px;
}
.concept p {
    font-size: 16px;
    margin-bottom: 50px;
}
.concept h3 {
    font-size: 18px;
}
.concept span  {
    font-size: 24px;
}
.concept h3 span {
    font-size: 24px;
}
.gallery-box {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-box img {
    width: 230px;
    margin: 10px;
    height: 230px;
}
.slick-dots li {
    width: 30px;
}
.slick-dots li button:before{
	font-size:10px!important;
}


.menu_mv {
    margin-top: 50px;
}
.cafemenu h2 span {
    font-size: 16px;
    font-weight: normal;
}
.cafemenu h3 {
    font-size: 24px;
    font-weight: bold;
    background-color: #696969;
    color: #fff;
    padding: 25px 0;
    margin: 50px 0;
    text-align: center;
}
.cafemenu h3 span {
    font-size: 18px;
}
.menu-box-a span , .menu-box-b span{
    font-size: 14px;
}
.menu-box-a .price , .menu-box-b .price{
    font-size: 24px;
}
.menu-box-a  {
    text-align: left;
    padding-bottom: 20px;
}
.menu-box-b {
    text-align: right;
    padding-bottom: 20px;
}
.menu-btn {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.menu-btn li {
    width: 110px;
    height: 35px;
    margin: 5px 7px;
    border-radius: 5px;
    padding: 6px;
    background-color: rgba(83,98,75,0.70);
}
.menu-btn li:hover   {
    background-color: #53624B;
}

.concept .owner-box p {
    margin-bottom: 10px;
}
.concept .owner-box {
    background-color: #53624B;
    padding: 30px 0;
    height: 650px;
    border-radius: 10px;
    color: #fff;
}
.concept .owner-box .name {
    font-weight: bold;
}
.concept .owner-box .profile p {
    font-size: 14px;
}
.newsivent h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    background-color: #53624B;
}
.newsivent h4  {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.newsivent h4 span {
    font-size: 12px;
    font-weight: normal;
}
.newsivent .text {
    font-size: 12px;
    margin-top: 20px;
}
.gallery h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 50px;
}
.gallery .hushtag {
    margin-bottom: 30px;
}
.lastphoto {
    margin: 30px 0;
}
.slide {
    margin: 0 auto;
    width: 500px;
}
.slide img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.slick-dots li button:before{
	opacity: .50;
	color: #D4AF37;
}
.access iframe {
    width: 500px;
    height: 300px;
}
.newsivent h4 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.newsivent h4:before,.newsivent h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #696969;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.newsivent h4:before {
  left:0;
}
.newsivent h4:after {
  right: 0;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
}
#page-top a {
  background: #D4AF37;
  text-decoration: none;
  color: #fff;
 font-size: 12px;
  width: 40px;
　height: 90px;
  padding: 24px 5px;
  text-align: center;
  display: block;
  border-radius: 50px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}



@media (max-width:950px){
.kirakira {
    margin-top: 300px;
    width: 125px;
    margin-right: 50px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 100%;
	transiton: 1s;
}
header .logo h1 {
    display: none;
}
.header_sp .logo   {
    width: 500px;
    margin: 0 auto;
    display: block;
    height: auto;
    text-align: right;
    position: relative;
}
.header_sp .logo h1 {
    width: 300px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 20px;
}
	
/* ボタンのスタイル */	
.hamburger {
    width: 70px;
    height: 50px;
    z-index: 20;
    margin-left: -20px;
    margin-top: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
}
	.hamburger span {
    background-color: #696969;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 20px;
    transition: 0.5s;
}
	.hamburger span:nth-child(1){
		top: 12px
	}
	.hamburger span:nth-child(2){
		top: 24px
	}
	.hamburger span:nth-child(3){
		top: 36px
	}
	
/* バツ印に変化するスタイル */
.menu-open .hamburger span:nth-child(1) {
	top: 23px;
    transform: rotate(315deg);
}
.menu-open .hamburger span:nth-child(2) {
    width: 0px;
    left: 50%;
}
.menu-open .hamburger span:nth-child(3) {
	top: 23px;
    transform: rotate(-315deg);
}
.header_sp  {
    position: fixed;
    top: 0px;
    height: 190px;
    background-color: rgba(220 224 217 / 70%);
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}
.container .top_mv {
    padding-top: 140px;
}
header nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #DADFD7;
    padding-top: 200px;
    padding-left: 80px;
    left: 100%;
    transition: 0.5s;
    overflow: auto;
}
html {
	scroll-padding-top: 190px;
}

	header nav ul{
		display:  block;
		height: 100%;
		padding-bottom: 50px;
		overflow: auto;
	}
	header .menu nav a{
		font-size: 24px;
	}
.menu-open nav {
    left: 0px;
}
.menu-open .kirakira {
    visibility: visible;
    opacity: 1;
    right: 0px;
}
.menu_mv ,.concept_mv{
    padding-top: 140px;
}
.newsivent h2 ,.gallery h2{
    margin-top: 190px;
}


}

@media (max-width:600px){
.container {
    width: 100%;
}
.header_sp .logo {
    margin: 0 auto;
    width: 100%;
}
.hamburger {
    margin-left: 10px;
}
.container .top_mv        ,.store      ,.menu-box-a, .menu-box-b,.owner-box{
    margin: 0 auto;
    width: 90%;
}
.form01, .form02, .form03 {
    padding: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.header_sp  {
    height: 140px;
}
.header_sp .logo h1 {
    width: 200px;
    margin-right: 30px;
}
footer {
    width: 100%;
}
.menu_mv  {
    margin: 0 auto;
    width: 90%;
    padding-top: 140px;
}
.container h2 {
    margin-left: 30px;
}
.concept_mv {
    margin: 0 auto;
    width: 90%;
}
.newsivent img {
    width: 80%;
}
.gallery-box img {
    width: 150px;
    height: 150px;
}
.access iframe {
    width: 100%;
    height: 250px;
}
.slide {
    width: 100%;
}
.form01, .form02, .form03 {
    font-size: 14px;
}
.contact img  {
    width: 18px;
    height: 18px;
    margin-left: 70px;

}
.contact .form01 img {
    margin-left: 100px;
}
.kirakira {
    width: 100px;
    margin-top: 200px;
    margin-right: 20px;
}






}
