@charset "UTF-8";
/*
theme Name: JA_TOHMA
Author: SUDA Co., Ltd.
Description: original theme
version： 1.0.0
*/

/* CSS Document */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  background: #fefefe;
  color: #1a1a1a;
  font-size: 62.5%;
  font-size: 1.6rem;
  overflow-x: hidden;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

small {
  font-size: 1.4rem;
}

.ma0auto {
  margin: 0 auto;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.pctable {
  display: table-cell;
}

.wp-block-file a {
  font-size: 1.6rem;
}

/*1文字開け*/
.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.ml1em {
  margin-left: 1em !important;
}

.mr1em {
  margin-right: 1em !important;
}

.mb100 {
  margin-bottom: 100px;
}

/*フレックス縦*/
.flexCol {
  flex-direction: column;
}

.flexGrow {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none!important;
  }
  .pctable {
    display: none !important;
  }
  small {
    font-size: 1.2rem;
  }
  html.is-fixed,
  html.is-fixed body {
    overflow: hidden;
  }
}
/*幅*/
.vw70 {
  width: 70vw;
}

.vw30 {
  width: 30vw;
}
/*一時的な消去*/
.delay {
	display: none!important;
}

/*ヘッダー*/
header {
	position: fixed;
    top: 0;
	width: 100%;
	height: 80px;
	padding-left: 64px;
	padding-right: 64px;
	background-color: #fff;
	z-index: 1000;
	transition: transform 0.3s ease-in-out;
}
.visible {
	transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}
/* Hidden header for mobile */
#header:not(.visible) {
    transform: translateY(-100%);
}

.header-area {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
/*ロゴ*/
.header-logo {
	width: 220px;
	height: 80px;
	line-height: 40px;
	text-align: center;
}
.header-logo img {
	width: 80%;
	object-fit: cover;
}
.header-logo p {
	font-size: 0.6em;
	color: #666666;
}
/*メニュー*/
nav.pc-nav {
	width: calc(100% - 220px);
	max-width: 1300px;
}
nav.pc-nav ul {
	display: flex;
	justify-content: space-between;

}
.menu-headermenu-container, .menu-lowermenu-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
nav ul li {
	font-size: 0.8em;
}
nav.sp-nav {display: none;}


.hamburger {
	display: none;
	position: fixed;
	cursor: pointer;
	top: 20px;
	right: 20px;
    width: 30px;
    height: 30px;
}

.hamburger span {
	display: block;
    width: 100%;
    height: 3px;
    background-color: #009844;
    border-radius: 2px;
	margin: 5px 0;
	transition: 0.4s;
}

/* Menu open state for hamburger */
.menu-open .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-open .hamburger span:nth-child(2) {
    opacity: 0;
}
.menu-open .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1300px) {
	.body-lock {
		overflow: hidden;
	}
	header {
		height: 64px;
	}
	.header-logo {
		height: 64px;
		line-height: 26px;
		padding-top: 4px;
	}
    .hamburger {
        display: block;
    }
	header:not(.menu-open) nav ul {
		display: none;
	}

	.menu-headermenu-container, .menu-lowermenu-container {
		top: 0;
		-webkit-transform: translateY(0%); /* Safari用 */
		transform: translateY(0%);
	}
nav.pc-nav {
display: none;
}

.sp-nav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background: #fff;
  z-index: 9999;
  display: none;
  overflow-y: auto;
}


.menu-open .sp-nav{
  display: block;
}


.sp-nav .nav-menu {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 100px;
padding: 36px 36px 120px 36px;
width: 100%;
box-sizing: border-box;
}
}

@media (max-width: 768px) {
.sp-nav .nav-menu {
gap: 50px;
}
}


/*ウィジェット*/
.footer-sitemap-area {
	width: 100%;
	background-color: #666666;
	margin: 0 auto;
	padding: 2.0em 0;
}
.footer-sitemap-inner {
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
}
.footer-link-cont {
	width: 33%;
}

.footer-link-cont_2 {
	width: 66%;
}
.footer-link-cont_3 {
	width: 50%;
}


.footer-btn , .footer-lower-btn {
	position: relative;
	font-size: 0.7em;
}
.footer-btn img {
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
}
.footer-lower-cont {
	padding-left: 30px;
}
.footer-lower-cont .wp-block-button__link {
	padding: 0.5em!important;
}
@media screen and (max-width: 768px) {
	.footer-sitemap-inner {
		flex-wrap: wrap!important;
	}
}



/*フッター*/
footer {
  height: 70px;
  position: relative;
  z-index: 10;
  background: #009844;
}

footer p {
  color: #fff;
}

@media screen and (max-width: 768px) {
	footer {
		height: 50px;
	}
}/*# sourceMappingURL=style.css.map */