@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Sentra Template https://templatemo.com/tm-518-sentra  */
@import 'css/lenis.css';
body {
        margin: 0;
	padding: 0;

	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-image:url(../item/bread.png);
	background-repeat:no-repeat;
	background-size:20%;
	background-position: center 50% right 10%;
}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
  "wdth" 100;
}
.noto{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a {
    padding:20px;
    transition: 0.5s;
    color:#111;
    text-decoration:none;
}
a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
p {
  font-size: 1.1em;
  color: #222;
  line-height: 1.4;
}
.page-content {
  width: 77.5%;
  float: right;
}
.content-section {
  margin-top:50px;
  padding:0 20px; 0 30px;
  position: relative;
  width: 100%;
  max-width:100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}
.section-heading h1 {
  margin-top: 0px;
  font-size: 1.7em;
  line-height:1.4;
  color: #232323;
  display: block;
}
.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}
.section-heading p {
  display: inline-block;
  font-size: 1em;
  line-height: 2;
  color: #343434;
  position: relative;
  margin:0 auto;
  width:90%;
}

section img{
	margin:0 auto;
	width:100%;
	height:auto;
}
section a{
	color:#111;
	text-decoration:none;
}
@media screen and (max-width: 768px) {
section img{
	width:60%;
}}
h2 {
  position: relative;
  font-weight:400;
}


h3 {
  color: #505050;
  padding: 0.5em;
  display: inline-block;
  font-size:1.2em;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px 3px 3px 25px;
}

h3:before {
  content: '●';
  color: #fff;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
h3{
  font-size:1em;
}}





h4 {
  position: relative;
	margin:0 auto;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	width:260px;
	font-size:1.3em;
        text-align: center;
	font-weight:300;
	padding: 0.25em 1em;
	border-top: solid 3px #ddd;
	border-bottom: solid 3px #ddd;
}
h4:before, h4:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 1px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #ccc;
}
h4:before {
  left: 7px;
}
h4:after {
  right: 7px;
}
@media screen and (max-width: 768px) {
h4{
  font-size:.8em;
}}


h5 {
  position: relative;
  margin:0 auto;
  text-align:center;
  margin-bottom:30px;
  width:270px;
  padding: 0.25em 1em;
  border: solid 2px #bbb;
  border-radius: 3px 0 3px 0;
}

h5:before, h5:after {
  content: '';
  position: absolute;
  width:10px;
  height: 10px;
  border: solid 2px #bbb;
  border-radius: 50%;
}

h5:after {
  top:-12px;
  left:-12px;
}
h5:before {
  bottom:-12px;
  right:-12px;
}
@media screen and (max-width: 768px) {
h5{
  font-size:.8em;
}}




i{
  margin-top:10px;
  font-size:1.2em;
  margin-left:20px;
}
header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}
.nav-up {
    top: -75px;
}
.thumb{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
.thumbs{
	display:inline-block;
	width:30%;
	max-width:30%;
	height:auto;
	vertical-align:top;
}

/* For Responsive Navigation */
.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.navbar-nav {
  margin: 0;
  border: none;
}
#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}
#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}
.navbar-toggle span {
  background-color: #232323;
}


/* Responsive */
@media (max-width: 992px) {
  .responsive-nav {
    display: none;
  }
  .sidebar-navigation .logo a {
    font-size: 18px;
  }
  .sidebar-navigation nav a {
    font-size: 13px;
  }
  .sidebar-navigation nav ul {
    margin-left: 30px;
  }
  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .responsive-nav {
    display: block;
    height: 60px;
  }
  .page-content {
    width: 100%;
    margin-top:70px;
  }
}
@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }
}

/* Sidebar */
.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(255,255,255,0.7);
  z-index: 10;
}
.sidebar-navigation img{
	position:absolute;
	potion:fixed;
	width:30%;
	height:auto;
	top:80px;
	left:80px;
}
.sidebar-navigation nav {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #333;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #eee;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #ccc;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #bbb;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #bbb;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #ccc;
}
.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 2em;
  color: #666;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}
.area {
  background-color: transparent;
  height: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width:100%;
}
.area p {
  margin-bottom: 0px;
  font-size: .9em;
  line-height: 1;
  color: #111;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.area p a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}
.wall_pan {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%; max-width:100%;
	height: auto;
	background: url(../../wall/pan.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding:350px 20px 350px 20px;
}
.wall_pan p {
	color: #fff;
	text-shadow: 1px 1px 1px #fff;
	line-height:2;
}
@media only screen and (max-width: 768px){
.wall_pan {
	background: url(../../wall/pans.jpg) no-repeat center center;
	padding:190px 0 190px 0;
	background-size:auto;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	display: block;
	width:100%; max-width:100%;
	height: 100%;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 16 / 9;
    	background-attachment: scroll;
}}
.times{
	margin:0;
	padding:0;
	line-height:1;
	font-size: .8em;
}
/* Footer Style */
.footer {
  background-color: rgba(102, 46, 143, .8);
  width: 100%;
  max-width:100%;
  padding:30px;
  height: auto;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.footer p {
  font-size: .9em;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.footer p a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}




