
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  transition-property: font-size, width;
  transition-duration: 0.5s;
}
body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .025rem;
}
a.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
a img {
  transition: .5s;
}
a img:hover {
  opacity: 0.7;
}
.wrapper {}
.inner {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
.row{
	display: flex;
}
/*
header
---------------------------------------------------*/
header {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border-bottom: 5px solid #E9C545;
}
.head_inner {
  padding: .5rem 5rem;
}
.logo {
  line-height: 1;
}
.logo img {
  width: 100%;
}
.logo a {
  display: inline-block;
  transition: .3s all ease;
  width: 190px;
}
header .global_nav, header .main_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.nav_btn{
display: flex;
align-items: center;
}

header ul.main_nav li a {
  color: #683D18;
  text-decoration: none;
  transition: .3s all;
}
header ul.contact_nav li a {
  position: relative;
  display: inline-block;
  background: #683D18;
  color: #FAD965;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  transition: .3s all;
}
header ul.main_nav li a:hover, header ul.contact_nav li a:hover {
  opacity: .7;
}

/** 上部固定 **/
#header.HeightMin + .container {
  padding-top: 72px;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
  position: fixed;
  z-index: 999999; /*最前面へ*/
  animation: DownAnime 0.5s forwards;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header.HeightMin .head_wrap {
  padding: 3rem 0 0;
}

/*
contents
---------------------------------------------------*/
.container {
  z-index: 0;
}
.aboutNav {
  padding: 6rem 0;
  background: url("../images/aboutNav_bg.jpg") no-repeat bottom / cover;
}
.aboutNav ul {
  display: flex;
  margin-left: -2rem;
}
.aboutNav ul li {
  position: relative;
  float: left;
  width: calc(100% / 2 - 2rem);
  height: 280px;
  margin: 0 0 0 2rem;
  padding: 0;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 4px 8px;
}
.aboutNav ul li a {
  display: inline-block;
}
.aboutNav ul li .aboutNavbtn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin: auto;
  padding: .75rem 0;
  color: #fff;
  font-weight:700;
  background: rgba(118, 80, 49, .8);
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.aboutNav ul li .aboutNavbtn::after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url("../images/arrows_r.svg") no-repeat center / 16px;
	top:0;
	bottom: 0;
	right: 1rem;
	margin: auto;
}
.aboutNav ul li a:hover .aboutNavbtn {
  background: rgba(118, 80, 49, .9);
}
.aboutNav ul li figure {
  margin: 0;
  padding: 0;
  height: 280px;
  overflow: hidden;
  background: #fff;
}
.aboutNav ul li figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  }
.aboutNav ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
.contact {
  padding: 3rem 0;
  text-align: center;
  color: #fff;
   
 background: url("../images/s_contact_bg.jpg") no-repeat bottom / cover;
}
.contact .subtxt {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight:700;
}
.con_btn a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  padding: .5rem 3.5rem .5rem 3rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 4px 8px;
  overflow: hidden;
}
.con_btn a::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.con_btn a:hover::after {
  z-index: 5;
}
.con_btn a span {
  position: relative;
  display: inline-block;
  z-index: 3;
  transition: ease .2s;
  font-weight: 700;
  padding-left: 35px;
  line-height: 1;
}

.con_btn a span::before{
	position: absolute;
	content: '';
	width: 35px;
	height: 23px;
	background:url("../images/mail_ico.svg") no-repeat center / contain;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.con_btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 5px;
}
.con_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  border-radius: 5px;
}
.contact .tel a {
  display: inline-block;
  font-weight: 700;
  margin-top: 1rem;
  font-size: 2rem;
  position: relative;
  padding-left:35px;
}
.contact .tel a::before{
	position: absolute;
	content: '';
	top:5px;
	bottom: 0;
	left:0px;
	margin: auto;
	background: url("../images/tel.svg") no-repeat center / contain;
	width: 30px;
	height: 30px;
}
/*
footer
---------------------------------------------------*/
.foot_wrap, .foot_blk_r {
  display: flex;
}
.foot_wrap {
  padding: 3rem 0;
  justify-content: center;
}
.f_logo {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.foot_blk_l {
  width: 30%;
  margin-right: 4rem;
  font-weight: bold;
}
.foot_blk_l address {
  font-style: normal;
  font-size: .8rem;
  margin-bottom: 1rem;
}
.foot_blk_l address a {
  color: #683D18;
}
.foot_blk_r {
  justify-content: space-between;
  width: 100%;
}
.foot_nav {
  margin-right: 1rem;
}
.foot_nav li { 
  position: relative;
  padding-left: 1rem;
}
.foot_nav li:first-child {
  padding-left: 0;
  font-weight: bold;
  font-size:.8rem;
  margin-bottom:8px;
}
.foot_nav li:first-child::before {
  display: none;
}
.foot_nav li a {
  font-weight: normal;
  color: #683D18;
  font-size: .7rem;
  line-height:1.1;
}
.foot_nav li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  background: #683D18;
  top: 2px;
  bottom: 0;
  left: 3px;
  margin: auto;
}
.foot_wrap a {
  transition: .3s;
}
.foot_wrap a:hover {
color:#f1c413;
}
p.copy {
  padding: 1rem 0;
  display: block;
  font-size: .7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}
/*
 * backtotop
 */
.backtotop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 3000;
  display: none;
  width: 70px;
}
.backtotop a {
  display: block;
  transition: .2s all ease;
}
.backtotop a:hover {
  margin-bottom: 5px;
  opacity: .7;
}
.backtotop img {
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {
  .head_inner {
    padding: 0.5rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  nav ul ul {
    display: block;
  }
  nav li.accordion .acco_nav {
    position: absolute;
    left: 0;
    top: 78px;
    width: 100%;
    /*  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);*/
    margin: auto;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;

  }
  nav li.accordion .acco_nav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
  }
  nav li.accordion .acco_nav ul {
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    margin: 0 auto;
    padding: 1rem 4rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  nav li.accordion:hover > .acco_nav {
    visibility: visible;
    opacity: 1;
  }
  nav li.accordion ul li.heading {
    width: 100%;
  }
  nav li.accordion ul li.heading a {
    font-size: 1.4rem;
    padding: 1rem 1.25rem 1rem 0;
  }
  nav li.accordion ul li.heading a::before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    left: auto;
    width: 7px;
    height: 7px;
    border-top: 3px solid #683D18;
    border-right: 3px solid #683D18;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
    transition: .3s;
  }

  nav li.accordion ul li {
    width: calc(100% / 2);
    z-index: 5;
  }
  nav li.accordion ul li a {
    color: #683D18;
    padding: 1rem 0 1rem 1rem;
    text-align: left;
    display: inline-block;
    position: relative;
    line-height: 1;
transition: .3s ease;
  }
  nav li.accordion ul li a::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 8px;
    height: 1px;
    background: #683D18;
  }
  nav li.accordion ul li a:hover {
    color: #E9C545;
	opacity: 1;
  }
  header ul.main_nav li a.aco_btn {
    position: relative;
    line-height: 1.4;
    padding-right: 1.25rem;
    margin-right: 2rem;
  }
  header ul.main_nav li a.aco_btn::before {
    position: absolute;
    content: '';
    background: url("../images/arrows.svg") no-repeat center / contain;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }


}




@media screen and (max-width: 768px) {
  body {
    position: relative;

  }
  body.fixed .container {
    filter: blur(3px);
  }
  body::before {
    animation: body_blur .3s ease forwards;
    animation-delay: 1.8s;
  }
  body.fixed::before {
    opacity: 1;
    position: absolute;
    content: '';
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
  body.fixed .logo {
    opacity: 0;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0;
  }
  .head_inner {
    padding: 0;
    height: 60px;
  }
  #header.HeightMin + .container {
    padding-top: 65px;
  }
  #header.HeightMin .head_wrap {
    padding: .75rem 0;
  }
  img {
    max-width: 100%;
  }

  .logo.sp a {
    width: 150px;
    padding: 10px;
  }
  .head_wrap {
    padding: .75rem 0;
    display: inline-block;
  }
  .sp_sub_nav {
    display: block;
  }
  /* button */
  .button_container {
    position: absolute;
    top: 0rem;
    right: 0rem;
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 101;
    transition: opacity 0.25s ease;
    text-align: center;
    background: #683D18;
  }
  .button_container.active .top {
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .button_container.active .middle {
    opacity: 0;
  }
  .button_container.active .bottom {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  .button_container span {
    background: #FFF;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 21px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 30px;
  }
  .button_container span:nth-of-type(3) {
    top: 39px;
  }
  .acco_nav {
    display: none;
  }
  /* nav */
  .overlay {
    position: fixed;
    background: #F4CF48;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 100;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    overflow-y: scroll;
  }
  .overlay.open ul.main_nav li {
    opacity: 1;
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }
  .overlay.open ul.main_nav li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .overlay.open ul.main_nav li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }
  .overlay.open ul.main_nav li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .overlay.open ul.main_nav li ul li {
    opacity: 1;
    animation: none;
    border-bottom: 1px solid #683D18;
    width: 100%;
  }
  .overlay.open ul.main_nav li ul li a {
    font-size: .8rem;
  }
  .overlay.open ul.main_nav li ul li.heading, .overlay.open ul.main_nav li ul li.heading a {
    display: none;
  }
  .global_nav .logo {
    margin-bottom: 2rem;
  }
  .overlay nav {
    margin: 5rem auto 10rem;
    position: relative;
    text-align: center;
    flex-direction: column;
  }
  .nav_btn{
flex-direction: column;
width:100%;
}
  ul.main_nav {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
    border-top: 1px solid #683D18;
  }
  ul.main_nav li {
    text-align: justify;
    display: block;
    position: relative;
    opacity: 0;
    margin-left: 0;
    line-height: 1.4;
    width: 100%;
  }
  ul.main_nav li:first-child {
    border-bottom: 1px solid #683D18;
  }
  ul.main_nav li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 1rem;
    padding: 1rem 0 1rem 1rem;
  }
  ul.main_nav li, ul.main_nav li .acco_nav ul li {
    position: relative;
  }
  ul.main_nav li.nav_item::before, ul.main_nav li .acco_nav ul li::before {
    position: absolute;
    content: '';
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #683D18;
    border-right: 2px solid #683D18;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  ul.main_nav li.accordion a {
    padding: 1rem 3rem 1rem 1rem;
    position: relative;
  }
  ul.main_nav li.accordion .aco_btn {
    position: relative;
    background: #F4CF48;
    border-bottom: 1px solid #683D18;
  }
  ul.main_nav li.accordion .aco_btn::before {
    position: absolute;
    content: '＋';
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #683D18;
  }
  ul.main_nav li.accordion .clicked::before {
    content: 'ー';
  }
  ul.main_nav li .acco_nav ul {
    background: #F1C31A;
  }
  ul.main_nav li ul.acco_nav li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  header ul.contact_nav li a {
    padding: 0.75rem 3rem 0.75rem;
	
  }
  .aco_btn {
    padding-left: 1rem;
  }
  .nav_sns {
    margin-top: 2rem;
  }
  .nav_sns li {
    width: 25px;
  }
  .nav_sns li a {
    transition: .3s all;
  }
  .aboutNav {
    padding: 3rem 0 2rem;
  }
  .aboutNav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aboutNav ul li {
    margin-bottom: 1rem;
  }
  .aboutNav ul li {
    width: 270px;
    height: 150px;
  }
  .aboutNav ul li figure {
    height: 150px;
  }
	
.aboutNav ul li .aboutNavbtn {
	font-size: 1.1rem;
	padding: 0.5rem 0;
}
	
  .aboutNav ul li span {
    font-size: 1rem;
  }
  /* contact */
  .contact_nav {
    margin-top: 2rem;
  }
  .container {
    padding-top: 65px;
  }
  .contact .subtxt {
    font-size: 1.4rem;
  }
  .con_btn a {
    font-size: 1.2rem;
    padding: 0.5rem 3rem 0.5rem 2rem;
  }
  /* footer */
  .foot_wrap {
    padding: 2rem 0 1rem;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .foot_blk_l {
    margin-right: 0;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }
  .f_logo {
    width: 200px;
    margin: 0 auto 1rem;
  }
  .foot_blk_r {
    flex-direction: column;
  }
  .foot_nav {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .foot_nav li:first-child {
 margin-bottom:0px;
}
.foot_nav li a {
  font-size: .7rem;
  line-height:1;
}

  .backtotop {
    width: 45px;
  }
  p.copy {
    font-size: 2.5vw;
  }
  

}
@media screen and (max-width: 480px) {
  .logo {
    width: 70vw;
  }
}