@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;500;600&display=swap');

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
}
body {
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Serif JP", serif;
	font-weight: 200;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
	display: block;
}
a {
	display: block;
}
a,
button {
	outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.sp {
	display:none;
}
@media screen and (max-width:750px) and (orientation: portrait){
#contents a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pc {
	display:none;
}
.sp {
	display:block;
}
}

/* header--------------------------------------------------------- */

header {
	width: 100%;
	height: 80px;
	background: #fff;
	position: fixed;
	z-index: 5;
}
header .inr {
	display: flex;
	justify-content: space-between;
}
header .logo a {
	width: 175px;
	margin: 6px 40px;
}
header .contact a {
	height: 40px;
	line-height: 38px;
	padding: 0 30px 0 63px;
	margin: 20px 40px;
	color: #fff;
	background: #699239 url("../images/ico_mail.png") no-repeat center left 28px;
	background-size: auto 16px;
	font-size: 16px;
	border-radius: 30px;
	transition: 0.3s;
}
header .contact a:hover {
	background: #82ad3f url("../images/ico_mail.png") no-repeat center left 28px;
	background-size: auto 16px;
}

/* contents--------------------------------------------------------- */

#contents p {
	font-size: 18px;
	line-height: 1.9;
}
#contents main {
	margin-top: 80px;
	background: #f2eff6;
}
#contents main .inr {
	width: 1016px;
	margin: 0 auto;
}
#contents section .inr {
	width: 700px;
	margin: 0 auto;
}
#contents section .inr .flex {
	display: flex;
}
#contents section .inr h2 {
	font-size: 38px;
	margin-bottom: 60px;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#contents section .inr h2 span {
	display: block;
	font-size: 18px;
	color: #699239;
	padding-left: 30px;
	margin-bottom: 40px;
	background: url("../images/ico_title.png") no-repeat center left;
	background-size: 20px;
	font-weight: 400;
}
#contents section .inr h3 {
	font-size: 28px;
	font-weight: 200;
	margin-bottom: 20px;
	padding: 2px 15px;
	border-left: solid 2px #699239;
}
#contents section .inr h4 {
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 20px;
	padding: 1px 10px 2px;
	border-left: solid 1px #000;
}
#contents #sec01 {
	border-bottom: solid 1px #bbb;
}
#contents #sec01 .inr {
	padding: 70px 0 90px;
}
#contents #sec01 .logo {
	width: 460px;
	margin: 0 auto 70px;
}
#contents #sec01 ul {
	margin: 40px 0;
}
#contents #sec01 ul li {
	font-size: 22px;
	color: #699239;
	margin-bottom: 0.9em;
	text-indent: -1.25em;
	padding-left: 1.25em;
	line-height: 1.2;
}
#contents #sec01 ul li:before {
	content: "● ";
}
#contents #sec02 {
	border-bottom: solid 1px #bbb;
}
#contents #sec02 .inr {
	padding: 90px 0;
}
#contents #sec02 .flex {
	justify-content: space-between;
}
#contents #sec02 p.name {
	font-size: 27px;
	line-height: 1;
	margin-bottom: 8px;
}
#contents #sec02 p.kana {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 50px;
}
#contents #sec02 ul {
	margin-bottom: 60px;
}
#contents #sec02 ul li {
	font-size: 18px;
	margin-bottom: 0.9em;
	text-indent: -0.6em;
	padding-left: 0.6em;
	line-height: 1.2;
}
#contents #sec02 img {
	width: 200px;
}
#contents #sec02 ul li:before {
	content: "• ";
}
#contents #sec03 .inr {
	padding: 90px 0;
}
#contents #sec03 table {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 10px;
}
#contents #sec03 table tr {
	font-size: 20px;
}
#contents #sec03 table th {
	padding: 30px 0;
	font-weight: 200;
	border-bottom: solid 1px #bbb;
	vertical-align: middle;
	text-align: left;
}
#contents #sec03 table td {
	padding: 30px 0;
	border-bottom: solid 1px #bbb;
	vertical-align: middle;
	text-align: right;
}
#contents #sec03 table tr:last-child th ,
#contents #sec03 table tr:last-child td {
	border: none;
}
#contents #sec03 .flex.img {
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#contents #sec03 .menu_img {
	width: 340px;
	margin-bottom: 15px;
}
#contents #sec03 .menu_img img {
	margin-bottom: 7px;
}
#contents #sec04 {
	background: #fffbed;
}
#contents #sec04 .inr {
	padding: 100px 0 120px;
}
#contents #sec05 .inr {
	padding: 90px 0 120px;
}
#contents #sec05 a {
	background: #f4f6ec;
	text-align: center;
	padding: 30px 0;
	margin-top: 60px;
	transition: 0.3s;
	color: #000;
}
#contents #sec05 a:hover {
	background: #699239;
	color: #fff;
}
#contents #sec05 a span {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: #699239 url("../images/ico_mail.png") no-repeat center center;
	background-size: 24px auto;
	border-radius: 100%;
}
#contents #sec05 a p {
	display: inline-block;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
}

/* footer--------------------------------------------------------- */
footer {
	width: 100%;
	background: #699239;
	padding: 20px 0;
	text-align: center;
}
footer small {
	font-size: 12px;
	color: #fff;
}


@media screen and (max-width:750px) and (orientation: portrait){

body {
	font-weight: 400;
 }
 
/* header--------------------------------------------------------- */

header {
	height: 56px;
}
header .logo a {
	width: 135px;
	margin: 5px 10px;
}
header .contact a {
	height: 36px;
	line-height: 35px;
	padding: 0 20px 0 50px;
	margin: 12px 10px;
	font-size: 14px;
	border-radius: 20px;
	background: #699239 url("../images/ico_mail.png") no-repeat center left 20px;
	background-size: auto 14px;
	font-weight: 400;
}

/* contents--------------------------------------------------------- */

#contents p {
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 0.02em;
}
#contents main {
	margin-top: 60px;
}
#contents main .inr {
	width: 100%;
}
#contents section .inr {
	width: 80%;
}
#contents section .inr .flex {
	display: block;
}
#contents section .inr h2 {
	font-size: 34px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-weight: 400;
}
#contents section .inr h2 span {
	font-size: 13px;
	padding: 5px 25px;
	margin-bottom: 15px;
	background: url("../images/ico_title.png") no-repeat center left;
	background-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#contents section .inr h3 {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-weight: 400;
}
#contents section .inr h4 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 400;
}
#contents #sec01 .inr {
	padding: 30px 0 60px;
}
#contents #sec01 .logo {
	width: 75%;
	max-width: 460px;
	margin: 0 auto 30px;
}
#contents #sec01 ul {
	margin: 25px 0;
}
#contents #sec01 ul li {
	font-size: 16px;
	font-weight: 500;
}
#contents #sec02 .inr {
	padding: 60px 0;
}
#contents #sec02 p.name {
	font-size: 25px;
}
#contents #sec02 p.kana {
	font-size: 14px;
	margin-bottom: 30px;
}
#contents #sec02 ul {
	margin-bottom: 30px;
}
#contents #sec02 ul li {
	font-size: 16px;
}
#contents #sec02 img {
	margin: 0 auto 30px;
}
#contents #sec03 .inr {
	padding: 60px 0 50px;
}
#contents #sec03 table {
	margin-bottom: 5px;
	line-height: 1.6;
}
#contents #sec03 table tr {
	font-size: 16px;
}
#contents #sec03 table th {
	padding: 25px 0;
	font-weight: 400;
}
#contents #sec03 table td {
	padding: 25px 0;
}
#contents #sec03 .flex.img {
	margin-top: 35px;
}
#contents #sec03 .menu_img {
	width: auto;
	font-size: 16px;
}
#contents #sec04 .inr {
	padding: 60px 0;
}
#contents #sec05 .inr {
	padding: 60px 0 90px;
}
#contents #sec05 a {
	padding: 20px 0;
	margin-top: 30px;
}
#contents #sec05 a span {
	width: 40px;
	height: 40px;
	background-size: 20px auto;
}
#contents #sec05 a p {
	font-size: 17px;
	height: 40px;
	line-height: 40px;
}

/* footer--------------------------------------------------------- */

footer {
	padding: 10px 0 11px;
}
footer small {
	font-size: 11px;
}

}
