@charset "UTF-8";
/*
Theme Name: skbk-theme
Theme URI:like.co.jp
*/

/*レイアウト*/
body{
	font-family: Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans", "Helvetica Neue",Arial,sans-serif;;
	background:#fff;
	margin:0;
	padding:0;
	line-height: 1.7;
}
#nav_area{
	z-index: 20;
	width:100%;
	padding:0;
	position:fixed;
	background: rgba(62 95 42 / 70%);
  box-shadow: 2px 4px 12px rgba(0 0 0 / 35%);
}
#nav_area.fixed {
  top: 0;
	background: rgba(62 95 42 / 85%);
}
#nav_area a {
	color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 12px 8px 4px;
  display: block;
  font-size: clamp(.8rem, 1.5vw, .9rem);
}
#nav_area a span {
    display: block;
    font-size: .745rem;
    font-weight: normal;
}
#nav_area a:hover {
	background-color: rgba(71 125 44/60%);
}
#header_nav{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	padding:0;
  display: flex;
  justify-content: space-between;
	position:relative;
	border-left: thin solid #fff;
}
#header_nav li {
  width: calc(100% / 6);
  border-right: thin solid #fff;
}
#header_nav {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
header a.tel_btn,header a.contact_btn{
  position: fixed;
  width: 76px;
  height: 76px;
  overflow: hidden;
  right: 0;
  font-size: 26px;
  cursor: pointer;
  z-index: 12;
  color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: .3s all linear;
}
.tel_btn i,.contact_btn i{
	font-size: 52px;
}
.tel_btn {
	top:35%;
	background-color: rgba(205 62 62 / 70%);
}
.contact_btn {
	top: calc(35% + 82px);
	background-color: rgba(65 123 37 / 70%);
}
.tel_btn span,.contact_btn span {
  visibility: hidden;
  opacity: 0;
  transition: .3s all linear;
}
.tel_btn:hover,.contact_btn:hover {
  color: #fff;
  width: fit-content;
  height: fit-content;
}
.tel_btn:hover span,.contact_btn:hover span {
  visibility: visible;
  opacity: 1;
  margin-left: 6px;
}

/*トグルメニュー*/
#nav-toggle {
  position: fixed;
  width:32px;
  height: 32px;
  cursor: pointer;
  transition:1.0s;
  padding:12px;
  background: #417b25;
}
#nav-toggle:after {
  content: 'MENU';
  color: #417b25;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.open #nav-toggle:after {
  content: 'CLOSE';
}
#nav-toggle > div {
  position: relative;
  width: 34px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}
#gloval-nav {
  background-image: url(../image/back_img01.jpg);
  position: fixed;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  border-top: 24px solid #cd3e3e;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  overflow: auto;
}
#gloval-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav .gloval_tel {
    color: #fff;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
	padding: 30px 0 0;
  overflow: scroll;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
    writing-mode:horizontal-tb;
    -webkit-writing-mode:horizontal-tb;
	-moz-writing-mode:horizontal-tb;
    -ms-writing-mode: lr-tb;
}
.g_under_box {
  width: 100%;
}
.g_under_box .sns_box {
  justify-content: center;
}
.gloval_box {
  width: 100%;
  height: fit-content;
  background-color: #cd3e3e;
  color: #fff;
  padding: 12px;
  box-sizing: border-box;
}
.gloval_box a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.gloval_head {
  font-weight: bold;
  font-size: 1.3rem;
}
#wrap{
	min-height: 100vh;
	overflow: hidden;
}

/*----footer----*/
#footer{
	width:100%;
  background-image: url(../image/back_img03.png);
}
#footer_menu .flex_box {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 30px 0 18px;
}
#footer_menu .flex_box a{
	text-decoration: underline 1px;
  text-underline-offset: 2px;
  color: #000;
    font-size: .945rem;
}
#footer_menu .flex_box a i {
  margin-right: 8px;
}
#footer_box {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
	padding: 18px 0;
  box-sizing: border-box;
  display: flex;
	justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
#left_credit img {
  max-width: 500px;
  width: 90%;
	object-fit: contain;
  margin: 0 auto;
  display: block;
}
#right_credit {
  padding: 30px 0 42px;
  margin: 0 auto;
}
#right_credit a {
  display: block;
  color: #000;
}
#right_credit a.link_b02 {
  color: #fff;
  margin: 12px 0;
}
.f_sns_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.f_sns_wrap li {
  width: 50px;
	margin: 4px;
}
.f_sns_wrap li img{
	transition: .3s all;
  width: 100%;
}
p.copy_rights{
	display: block;
  width: 100%;
  padding: 6px;
  font-size: 0.8em;
  background-color: #cd3e3e;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#to_top a{
	position: fixed;
  right: 0;
  bottom: 50px;
  display: block;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 12px;
  background-color: #417b25;
  transition: 0.7s;
  z-index: 12;
}
#to_top a:hover{
	background-color : #294c17;
}

@media screen and (min-width: 869px) {
  #nav-toggle {
    display: none;
  }
}

@media screen and (max-width: 870px) {
#header_nav,.top_box .contact_box,#footer_menu .flex_box {
	display:none;
}
#nav-toggle {
    top: 0;
    right: 0;
    display: unset;
}
#footer_box {
  max-width: 500px;
}
#to_top a{
	display:block;
	width:100%;
	margin:0;
	padding:10px 0;
	border:none;
	position:unset;
}
header a.contact_btn,header a.tel_btn {
  top: unset;
  width: 56px;
  height: 56px;
}
.tel_btn i, .contact_btn i {
    font-size: 32px;
}
header a.contact_btn {
  bottom: 30px;
}
header a.tel_btn {
    bottom: 92px;
}
}