@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	width: 100%;
}

.main_box{
	max-width: 1000px;
	margin: auto;
	padding: 1rem 0;
}
.container{
	display: inline-block;
	width: 100%;
}
.float_l{
	float: left;
	width: 50%;
}
.float_r{
	float: right;
	width: 50%;
}
span.anchorlink {
	position: relative;
	top: -120px;
	display: block;
}

/* 
 * reset
 * */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,th,dt {
	font-weight: 400;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}

/* 
 * common
 * */
html {
	font: 62.5%;
}
body {
	font-size: 1rem;
	font-family:sans-serif;
font-weight: 500;;
	line-height: normal;
	color: #000000;
	background: #fff;
}
img {
	vertical-align: top;
	width: 100%;
}
p {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 170%;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: calc(50% - 1px);
}
.center {
	margin: 0 auto !important;
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-b {
	display: inline-block !important;
}
.flex {
	display: flex !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
	color: #26a06f;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.button {
	width: 200px;
	margin: 2rem auto;
	border: 1px solid #777;
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 1.1rem;
	transition: 0.2s;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	background: #777;
}
.button:hover {
	background: #efefef;
	color: #777;
}
span.anchorlink {
	position: relative;
	top: -160px;
	display: block;
}
.b{
	font-weight: bold;
}
.black{
	color: #000;
}
.red{
	color: #dc1f3f;
}
.green{
	color: #02908e;
}
.gray{
	color: #888;
}
.button.orange {
	background: #ef6854;
	border: 1px solid #ef6854;
}
.button.orange:hover {
	background: #fff;
	border: 1px solid #ef6854;
	color: #ef6854;
}
.small{
	font-size: 0.8rem;
}
.w-600 {
	max-width: 600px;
	margin: auto;
}
.w-700 {
	max-width: 700px;
	margin: auto;
	display: block;
}
.green {
  	color: #1cb700;
 }
:before,:after{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
/* 
 * header
 * */
.header_bg {
	z-index: 1000;
	position: fixed;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
header.cd-morph-dropdown {
	padding: 0.1rem 0 0;
	overflow: hidden;
}
header > div > .right {
	width: 90%;
}
header > div > .left {
	width: 10%;
	padding-top: 1%;
}
header > div.right > div {
	overflow: hidden;
}
header > div.right .left {
	max-width: 250px;
}
header > div.right .left a {
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 3px;
	transition: 0.2s;
	line-height: 1rem;
}
header > div.right .left a:hover {
	color: #aaa;
}
header > .right {
	width: 75%;
	padding-top: 0.4rem;
}
header > .right ul {
	display: flex;
}
header  .right li>a {
	line-height: normal;
	color: #9bcc4d;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0.2rem;
	transition: 0.2s;
}
header  .right li>a:hover {
	border-bottom: 3px solid #8acca1;
}
header  .right li>a.active {
	border-bottom: 3px solid #aaa;
}
header > .right div .container .right {
	width: 200px;
	margin: 0;
}
header > .right div .container .left {
	width: 50%;
	max-width: 100%;
}
header .main-nav {
	margin-top: 0.2rem;
}
header .main-nav > ul > li {
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	width: 33.333%;
	padding: 0 0 0.5rem;
}
header .main-nav li span {
	font-family: "Marck Script";
	font-weight: normal;
	display: block;
	font-size: 0.5rem;
	margin-top: -0.1rem;
	letter-spacing: 0;
}
header .main-nav > ul > li{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

header h1 {
	font-size: 1.8rem;
	color: #9bcc4d;
}
header h1 img {
	height: auto;
	width: 70%;
	display: block;
}
header h1 .small {
	font-size: 1rem;
	letter-spacing: 2px;
	margin-left: 1rem;
}
header div .container {
	border-bottom: 1px dotted #aaa;
}
header .button {
	background: #9bcc4d;
	border-color: #9bcc4d;
	margin: 0.5rem 0 0;
}
header .button:hover {
	color: #9bcc4d;
 }
@media print, screen and (max-width: 1200px) {
	header .button {
		width: 28%;
	}
}
/* 
 * size
 * */
.w1 {
	width: 8.3333%
}
.w2 {
	width: 16.6666%
}
.w3 {
	width: 25%
}
.w4 {
	width: 33.3333%
}
.w5 {
	width: 41.6666%
}
.w6 {
	width: 50%
}
.w7 {
	width: 58.3333%
}
.w8 {
	width: 66.6666%
}
.w9 {
	width: 75%
}
.w10 {
	width: 83.333%
}
.w11 {
	width: 91.6666%
}
.w12 {
	width: 100%
}
/* 
 * section
 * */
section:first-child {
	padding-top: 5.7rem;
	padding-bottom: 0;
}
section {
	padding: 2rem 0;
}
section:last-child {
	padding-bottom: 5rem;
}
/* 
 * accbox 
 * */
/*--=============アコーディオン=============--*/
/*ラベル*/
.accbox label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	/*background: #fff5eb;*/
	opacity: 1;
}

.accbox .accshow p {
	margin: 15px 10px
}
/* 
 *main h1
 * */
main h1 {
	text-align: center;
	color: #26a06f;
	font-size: 2rem;
	letter-spacing: 4px;
	margin-bottom: 2rem;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
main h1 .small {
	display: block;
	font-size: 0.8rem;
	line-height: 0.5rem;
}
main h1 span {
	margin: 0.5rem 2rem 0;
}
main h1:before,
main h1:after {
	content: '';
	background: #231815;
	height: 3px;
	-webkit-flex: 0 0 90px;
	-moz-flex: 0 0 90px;
	-ms-flex: 0 0 90px;
	-o-flex: 0 0 90px;
	flex: 0 0 90px;
}
/* 
 *main .time
 * */
main .time {
	font-size: 1.3rem;
	color: #555;
}
main .time table {
	margin: auto;
	max-width: 700px;
	width: 100%;
}
main .time thead th {
	color: #6b4630;
	font-weight: bold;
}
main .time thead th:last-child {
	width: 12%;
}
main .time tbody th {
	font-size: 1rem;
}
main .time th,
main .time td {
	padding: 0.5rem;
}
main .time td a {
	color: #2d8e46;
	transition: 0.2s;
}
main .time td a:hover {
	color: #aaa;
}
main .time table.left {
	width: 48%;
}
main .time table.left tr {
	border-bottom: 4px solid #f2f2f2;
}
main .time table.left th {
	letter-spacing: 1px;
	color: #fff;
	min-width: 100px;
	background: #9a725b;
	border-right: 4px solid #f2f2f2;
}
main .time table.left td {
	background: #fff;
}
main .time table.right {
	background: #fff;
	width: 48%;
	margin-right: 1%;
}
main .time table.right caption {
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-bottom: 4px;
	background: #2d8e46;
	color: #fff;
	padding: 0.2rem 0;
}
main .time table.right thead {
	border-bottom: 1px solid #2d8e46;
}
main .time table.right td.te_left {
	border-top: 1px solid #2d8e46;
	color: #2d8e46;
}
main .time table.right th,
main .time table.right td {
	padding: 0.5rem 1rem;
	text-align: center;
}
main .time a div.right {
	width: 48%;
	margin: 1rem 1% 0 0;
	min-height: 85px;
	border-radius: 0.3rem;
	text-align: center;
	background-image: linear-gradient(
		-45deg,
		#efefef 25%,
		#f7f7f7 25%,
		#f7f7f7 50%,
		#efefef 50%,
		#efefef 75%,
		#f7f7f7 75%,
		#f7f7f7 );
	background-size: 15px 15px;
	border: 2px solid #dd4e6d;
	transition: 0.2s;
}
main .time a div.right:hover {
	opacity: 0.5;
}
main .time a div.right h3 {
	color: #dd4e6d;
	padding-top: 1.4rem;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: bold;
}
main .time tbody tr:last-child {
	border-top: 2px solid #26a06f;
}
main .time tbody tr:last-child td {
	padding: 0.5rem 1rem;
	line-height: 1.2rem;
}
main .time thead {
	border-bottom: 2px solid #26a06f;
}
main .time td {
	text-align: center;
	width: 10%;
	padding: 0;
	border: none;
}
main .time td span {
	display: block;
	font-size: 0.9rem;
	text-align: center;
}
main .time tbody tr:nth-child(1) td:last-child {
	padding-top: 1.2rem;
}
main .time small {
	color: #26a06f;
	font-size: 0.9rem;
}
main .time tr:nth-child(2) th, main .time tr:nth-child(2) td {
	padding-bottom: 1rem;
}
/* 
 * footer
 * */
footer{
	background: #26a06f;
	color:#fff;
}
footer ul {
	margin: 0 1.5rem 2rem;
}

footer li {
	padding: 1rem 0.2rem 0;
	color: #fff;
	width: 33.333%;
	text-align: center;
}
footer li span {
	font-size: 0.5rem;
	display: block;
}
footer li a {
	color: #fff;
}
footer li a:hover {
	opacity: 0.7;
}
footer .main_box>div.flex{
	justify-content: space-between;
}
footer .main_box>div.flex a{
	display: block;
	color: #fff;
	margin: 0 0 0 auto;
}
footer .main_box>div.flex a:before{
	content:"\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 5px;
}