@charset "UTF-8";

/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	color: #3d2610;
	font-size: 14px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
    background: linear-gradient(90deg, rgba(177, 215, 152, 1) 0%, rgba(170, 197, 226, 1) 50%, rgba(156, 161, 240, 1) 100%);
}

@media screen and (max-width: 480px) {
	body {
		font-size: 14px !important;
	}
}

.wrapper {
	overflow-x: hidden;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

li {
	list-style: none;
}

table,
iframe {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

svg {
	max-width: 100%;
}

a {
	color: #3d2610;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #3d2610;
}

a:hover {
	color: #3d2610;
	text-decoration: none;
}

a:active {
	color: #3d2610;
}

select,
input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

select {
	padding: 8px 5px;
	border: 1px solid #ccc;
}

label {
	cursor: pointer;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

::-moz-selection {
	color: #fff;
	background: #3d2610;
}

::selection {
	color: #fff;
	background: #3d2610;
}

::-moz-selection {
	color: #fff;
	background: #3d2610;
}

/* ---------------------------------------------------------
 *	共通
 *---------------------------------------------------------- */

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 481px) {
	.pc_none {
		display: none;
	}

	.sp_none {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.pc_none {
		display: block !important;
	}

	.sp_none {
		display: none !important;
	}
}

/* ---------------------------------------------------------
 *	br
 *---------------------------------------------------------- */

br.tb {
	display: none;
}

@media (max-width: 991px) {
	br.pc {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	br.tb {
		display: block;
	}
}

@media (min-width: 992px) {
	br.tbl {
		display: none;
	}
}

@media (min-width: 768px) {
	br.mbt {
		display: none;
	}
}

@media (min-width: 576px) {
	br.mb {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	
 *---------------------------------------------------------- */

body {
	--wrapper-mb-width: 100%;
}

@media only screen and (min-width: 769px) {
	body {
		--wrapper-mb-width: 400px;
	}
}

@media only screen and (min-width: 992px) {
	body {
		--wrapper-mb-width: 550px;
	}
}

.wrapper--pc {
	display: none;
}

@media only screen and (min-width: 769px) {
	.wrapper--pc {
		display: block;
		width: calc(100% - var(--wrapper-mb-width));
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
	}
}

.wrapper--mb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: var(--wrapper-mb-width);
	/* margin-left: calc(100% - var(--wrapper-mb-width)); */
	margin: 0 auto;
	background: #fff;
}

/* ---------------------------------------------------------
 *	スマホメニュー
 *---------------------------------------------------------- */

#spNavArea {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	user-select: none;
	z-index: 9998;
	text-align: center;
}

#spNavArea div#spNavBody {
	transition: 0.3s ease;
	overflow: auto;
	position: fixed;
	top: 0;
	right: auto;
	left: auto;
	width: var(--wrapper-mb-width);
	height: 100%;
	opacity: 0;
	z-index: 9998;
	background: rgba(255, 255, 255, 0.9);
	padding: 60px 30px 30px;
	pointer-events: none;
}

#spNavArea .logo {
	width: 185px !important;
	margin: 0 auto 40px !important;
}

#spNavArea .tel {
	color: #6fa152;
	font-size: 33px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 20px;
}

#spNavArea .tel a {
	color: #6fa152;
}

#spNavArea .tel em {
	padding-left: 35px;
	background: url(../img/ico_tel_01.svg) no-repeat left center;
	background-size: 26px;
}

#spNavArea address {
	margin-bottom: 40px;
}

#spNavArea .schedule {
	margin-bottom: 30px;
}

#spNavArea .schedule table {
	width: 100%;
	letter-spacing: 0.075em;
	margin-bottom: 5px;
}

#spNavArea .schedule table thead th {
	color: #fff;
	background: #83b068;
}

#spNavArea .schedule table thead th:last-child {
	padding-right: 10px;
}

#spNavArea .schedule table tbody td:last-child {
	padding-right: 10px;
}

#spNavArea .schedule table thead th:first-child {
	border-radius: 14px 0 0 14px;
}

#spNavArea .schedule table thead th:last-child {
	border-radius: 0 14px 14px 0;
}

#spNavArea .schedule table tbody th {
	color: #83b068;
	letter-spacing: 0.05em;
}

#spNavArea .schedule table tbody tr:first-child th {
	padding-top: 5px;
}

#spNavArea .schedule table tbody tr:first-child td {
	padding-top: 5px;
}

#spNavArea .schedule p {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.05em;
}

#spNavArea.navOpen div#spNavBody {
	opacity: 1;
	pointer-events: auto;
}

#spNavArea.navOpen div#spNavBody .inner {
	margin: 0;
}

#spNavArea .navBtn {
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	width: 40px;
	height: 40px;
	top: 14px;
	right: 15px;
	transition: 0.3s ease;
	background: linear-gradient(135deg, rgba(177, 215, 152, 1) 0%, rgba(170, 197, 226, 1) 50%, rgba(156, 161, 240, 1) 100%);
	padding: 10px;
}

#spNavArea .navBtn span {
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	transition: all .3s ease-in-out;
	width: 20px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(10px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(2) {
	opacity: 0;
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}

#spNavArea .navBtn span:nth-of-type(2),
#spNavArea .navBtn span:nth-of-type(3) {
	margin-top: 8px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(9px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}

@media screen and (max-width: 330px) {
	#spNavArea .tel {
		font-size: 10vw;
	}
}

/* ---------------------------------------------------------
 *	Header
 *---------------------------------------------------------- */

h1 {}

#header {
	width: var(--wrapper-mb-width);
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 3;
	padding: 0 15px;
	background: rgba(255, 255, 255, 0);
	transition: 0.3s ease;
}

body.fixed #header {
	background: rgba(255, 255, 255, 0.8);
}

#header .logo {
	width: 153px;
	margin-right: 10px;
}

#header nav {
	margin-bottom: 40px;
}

#header nav a {
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #3d2610;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#header ul {
	width: 127px;
	display: flex;
	justify-content: space-between;
	margin-right: 47px;
}

#header ul li {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	background: linear-gradient(135deg, rgba(177, 215, 152, 1) 0%, rgba(170, 197, 226, 1) 50%, rgba(156, 161, 240, 1) 100%);
}

#header ul li a {
	font-weight: 500;
	height: 39px;
	display: block;
}

#header ul li.web {
	width: 45px;
	margin-right: 7px;
}

#header ul li.free {
	width: 75px;
}

#header ul li.web a em {
	display: block;
	background: #fff;
	margin: 1px;
	width: 43px;
	height: 38px;
	padding-top: 5px;
}

#header ul li.web a span {
	font-weight: 700;
	background: linear-gradient(135deg, rgba(177, 215, 152, 1) 0%, rgba(170, 197, 226, 1) 50%, rgba(156, 161, 240, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#header ul li.free a span {
	color: #fff;
	height: 19px;
	line-height: 19px;
}

#header ul li.free a strong {
	font-weight: 500;
	background: #fff;
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0 1px;
}

#header ul li.free a em {
	padding-left: 20px;
	display: inline-block;
	background: url(../img/ico_mail_01.svg) no-repeat left center;
	background-size: 16px;
}

/* ---------------------------------------------------------
 *	Footer
 *---------------------------------------------------------- */

#footer {
	text-align: center;
	padding: 45px 0 0;
}

#footer .inner {
	margin: 0 30px;
}

#footer .logo {
	max-width: 185px;
	margin: 0 auto 60px;
}

#footer .tel {
	color: #6fa152;
	font-size: 33px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 20px;
}

#footer .tel a {
	color: #6fa152;
}

#footer .tel em {
	padding-left: 35px;
	background: url(../img/ico_tel_01.svg) no-repeat left center;
	background-size: 26px;
}

#footer address {
	margin-bottom: 40px;
}

#footer address {
	margin-bottom: 40px;
}

#footer .schedule {
	margin-bottom: 30px;
}

#footer .schedule table {
	width: 100%;
	letter-spacing: 0.075em;
	margin-bottom: 5px;
}

#footer .schedule table thead th {
	color: #fff;
	background: #83b068;
    border-radius: 14px;
}

#footer .schedule table thead th:last-child {
	padding-right: 10px;
}

#footer .schedule table tbody td:last-child {
	padding: 5px 0 0;
}

/*#footer .schedule table thead th:first-child {
	border-radius: 14px 0 0 14px;
}

#footer .schedule table thead th:last-child {
	border-radius: 0 14px 14px 0;
}*/

#footer .schedule table tbody th {
	color: #83b068;
	letter-spacing: 0.05em;
}

#footer .schedule table tbody tr:first-child th {
	padding-top: 5px;
}

#footer .schedule table tbody tr:first-child td {
	padding-top: 5px;
}

#footer .schedule p {
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.05em;
}

#footer .bnr {
	margin-bottom: 30px;
}

#footer .btn {
	margin-bottom: 35px;
}

#footer .btn a {
	color: #fff;
	display: block;
	max-width: 236px;
	margin: 0 auto;
	clip-path: polygon(0 0, 95% 0, 100% 15%, 100% 100%, 5% 100%, 0 85%);
}

#footer .btn em {
	font-size: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.025em;
	background: #3d2610;
	height: 36px;
	line-height: 36px;
	display: block;
}

#footer .btn strong {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: #83b068;
	height: 46px;
	line-height: 46px;
	display: block;
}

#footer .btn strong span {
	padding-right: 35px;
	background: url(../img/ico_arrow_01.svg) no-repeat right center;
	background-size: 25px;
}

#footer iframe {
	width: calc(100% + 60px);
	margin-left: -30px;
	height: 296px;
}

#footer .copyright {
	font-size: 11px;
	padding: 10px 0;
}
