@charset "utf-8";
/*@reset*/
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: #5c3919;
  text-decoration: none;
  transition: 0.5s;
}
ul,ol {
  list-style: none;
}
/*end@reset*/
/*@cf*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}
/*end@cf*/
/*@common*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color: #5c3919;
  background-image: url(../img/body_bg_pattern.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.w1100 {
  width: 1100px;
  margin: 0 auto;
}
.w1024 {
  width: 1024px;
  margin: 0 auto;
}
/*end@common*/
/*@h1+nav*/
.header-nav-bg {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #95c32d;
  width: 100%;
  box-shadow: 0 1px 1px rgba(51, 36, 23, 0.46);
}
.header-nav {
  display: flex;
}
.h1-logo {
  width: 180px;
  margin-right: auto;
  padding-top: 3px;
}
.h1-logo a:hover {
  opacity: 0.6;
}
.gNav {
  width: 540px;
  padding: 20px 0;
}
.gNav ul {
  display: flex;
  justify-content: space-between;
}
.gNav ul a {
  color: #f3e9da;
  padding: 6px 30px;
}
.gNav ul a:hover {
  background-color: #b2e63d;
  color: white;
  border-radius: 6px;
}
/*end@h1+nav*/
/*@header*/
.header {
  background-image: url(../img/header_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  color: #f3e9da;
  margin-top: 0px;
}
.header-text {
  display: flex;
  justify-content: space-between;
}
.header h2 {
  font-size: 3.125rem;
  margin-top: 150px;
}
.header p {
  font-size: 0.9375rem;
  line-height: 1.75;
  text-align: left;
}
.eyecatch {
  width: 200px;
  margin-top: 150px;
  transform: translate(-60px,0px) rotate(22deg);
}
/*end@header*/
/*@section-common*/
.section-bg {
  border-bottom: solid 10px #5c3919;
  border-top: solid 10px #95c32d;
}
.section-bg.third {
  border-bottom: none;
}
#section-1,
#section-2,
#section-3 {
  padding: 100px 0 80px;
}
#section-1 h2,
#section-2 h2,
#section-3 h2 {
  text-align: center;
  width: 280px;
  padding: 0 5px;
  line-height: 1;
  margin: 0 auto 60px;
  font-size: 2.375rem;
  border-left: 10px solid #95c32d;
  border-right: 10px solid #95c32d;
}
/*end@section-common*/
/*@#section-1*/
.policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.policy figure{
  width: 300px;
}
.policy-text {
  width: 585px;
  text-align: justify;
}
.policy-text h3 {
  font-size: 1.625rem;
  margin-bottom: 16px;
}
.policy-text p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}
#kodawari {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kodawari {
  width: 300px;
}
.kodawari img {
  margin-bottom: 1.2rem;
}
.kodawari h4{
  font-size: 1.1875rem;
  padding-bottom: 1rem;
  border-bottom: 5px double #95c32d;
  margin-bottom: 1.2rem;
}
.kodawari p {
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: justify;
}
/*end@#section-1*/
/*@#section-2*/
#menu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu-box .menu {
  width: 300px;
  margin-bottom: 45px;
}
#menu-box .menu img {
  margin-bottom: 1.2rem;
}
#menu-box .menu h3{
  font-size: 1.185rem;
  display: flex;
  justify-content: space-between
}
#menu-box .menu h3 .yen {
  font-size: 0.8rem;
}
#menu-box .menu h4 {
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  border-bottom: 5px double #95c32d;
  font-weight: 700;
}
#menu-box .menu p {
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: justify;
}
/*end@#section-2*/
/*@#section-3*/
#address {
  display: flex;
  margin-bottom: 60px;
}
#address figure {
  width: 50%;
}
#address dl {
  margin-bottom: 2rem;
}
#address .address-text {
  width: 50%;
  padding-left: 2rem;
  box-sizing: border-box;
  font-size: 1.0625rem;
}
#address .address-text dt {
  float: left;
  clear: both;
  margin-bottom: 1.2rem;
  margin-right: 1rem;
  font-weight: 500;
}
#address .address-text span {
  font-size: 0.75rem;
  line-height: 1;
}
#address .address-text dd {
  margin-bottom: 1.2rem;
  overflow: hidden;
}
#address .address-text :first-child{
  line-height: 1.1;
}
#address p a {
  display: block;
  width: 225px;
  background-color: #5c3919;
  text-align: center;
  padding: 14px 0;
  color: #f3e9da;
  font-size: 1rem;
  line-height: 1;
  border-radius: 22px;
}
#address p a:hover {
  opacity: 0.6;
}
.sns-photo h3{
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 1.2rem;
}
.sns-photo h3 i {
  margin-right: 1rem;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: 400;
}
.insta ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
}
.insta ul li {
  width: 200px;
}
.insta ul li a:hover{
  opacity: 0.6;
}
.sns {
  width: 280px;
  margin: 60px auto;
}
.sns ul {
  display: flex;
  justify-content: space-between;
  font-size: 2.375rem;
}
.sns ul li a:hover {
  opacity: 0.5;
}
aside.banner ul {
  display: flex;
  justify-content: space-between;
  width: 520px;
  margin: auto;
}
aside.banner ul li {
  width: 240px;
}
aside.banner ul li a:hover {
  opacity: 0.5;
}
/*end@#section-3*/
/*@footer*/
.footer {
  background-color: #5c3919;
  text-align: center;
  padding: 40px 0 20px;
  color: #f3e9da;
  font-size: 0.75rem;
}
.footer-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-logo {
  width: 100px;
  margin-bottom: 30px;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  text-decoration: underline;
  margin-bottom: 20px;
}
.footer ul li a {
  color: #f3e9da;
  margin: 0 1rem;
}
.footer ul li a:hover {
  opacity: 0.5;
}
.footer small {
  font-size: 0.75rem;
}
/*end@footer*/
/*@top-back*/
#top-back a {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 60px;
  font-size: 3.75rem;
  color: #f3e9da;
}
#top-back a:hover {
  opacity: 0.5;
}
/*end@top-back*/