@charset "UTF-8";
/*-----------------------------------------------------------
===  [ base CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*　目次
-------------------------------------------------------------------------------
　01. PC base layout
　02. SP base layout
*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. PC base layout
 ** ------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  /* ***************************************************************** */
  /* html
  ----------------------------------------------------*/
  html {
    /* root 10px 以下rem指定 */
    font-size: 10px;
  }

  /* body
  ----------------------------------------------------*/
  body,
  input,
  textarea,
  select,
  button {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Serif JP', serif, ;
  }

  .ie body,
  .ie input,
  .ie textarea,
  .ie select,
  .ie button {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Serif JP', serif, ;
  }

  body {
    color: #231815;
    text-align: center;
    background-color: #ffffff;
    font-size: 1.0rem;
    min-width: 1024px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* -- link -- */
  a:link {
    color: #009256;
    text-decoration: none;
  }
  a:visited {
    color: #009256;
    text-decoration: none;
  }
  a:hover {
    color: #009256;
    text-decoration: none;
  }
  a:active {
    color: #009256;
    text-decoration: none;
  }

  /* -- font -- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }

  /* -- img -- */
  img {
/*    max-width: 100%;*/
    height: auto;
  }

  /* container
  ----------------------------------------------------*/
  #container {
    text-align: left;
  }

  /* header
  ----------------------------------------------------*/
	#header {
		width: 100%;
		min-width: 920px;
		height:170px;
		margin:0 auto 0 auto;
		padding:0;
		background-color: #ffffff;
		position: relative;
		border-bottom: solid 10px #009256;
		z-index: 100;
	}

	.hdLogo {
		display:block;
		float:left;
	}

  /* gNav
  ----------------------------------------------------*/
	.globalnav-wrap {
		width: 920px;
		height:140px;
		margin:0 auto 0 auto;
		padding:20px 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:bold;
		color: #009256;
	}
	.globalnav{
		display: table-cell;
		float:right;
		vertical-align:bottom;
		padding-top:30px;
	}
	.globalnav li {
		height:60px;
		padding-left:10px;
		display: table-cell;
		text-align:center;
		vertical-align: middle;
		line-height:120%;
	}
	.globalnav li.gNavBtnSP {
		display: none;
	}

	.globalnav li span.search {
		background-color:#009256;
		padding:0 5px 2px 5px;
	}
	.globalnav li span.search a {
		color:#ffffff !important;
	}
	.globalnav li span.search a span img {
		height:15px;
		margin:1px 3px 0 0;
	}

	.globalnav .dropdown-btn {
		position: relative;
		display: table-cell;
		cursor: pointer;
	}
	.globalnav .dropdown {
		z-index: 1000;
		background:rgba(255,255,255,0.9);
		position: absolute;
		left: 0;
		top: 55px;
		width: 390px;
		padding: 10px 20px;
		display: none;
	}
	.globalnav .dropdown li {
		display: table;
		width:350px;
		margin: 10px 0 0 0;
		height:30px;
		text-align:left;
		font-weight:normal;
		border:none;
	}
	.globalnav .nav-button-wrap,
	.globalnav .open {
		display: block;
	}
	.globalnav .close {
		display: block;
	}

  /* main
  ----------------------------------------------------*/
  #main:after {
    content: "";
    clear: both;
    display: block;
  }

  .main a {
    transition: opacity 0.3s;
  }
  .main a:hover {
    opacity: 0.7;
  }

  /* col_r, col_l
  ----------------------------------------------------*/
  .col{
    max-width: 800px;
    margin:0px auto 0px auto !important;
    text-align: center;
  }

  .col_l {
    float:left;
    position: relative;
    width:370px;
    margin:0 10px 0 0;
  }
  .col_r {
    clear:right;
    position: relative;
    width:370px;
    margin:0 0 0 380px;
  }


  /* breadCrumb
  ----------------------------------------------------*/
	#breadCrumb {
		width: 1000px;
		margin: 30px auto 0;
	}
	#breadCrumb li {
	display: inline;
	font-size: 13px;
	background: url(../img/arrow_breadCrumb.html) left 3px no-repeat;
	padding: 0 5px 0 18px;
	color: #000;
}
#breadCrumb li:first-child {
	padding-left: 1px;
	background: none;
}
#breadCrumb a {
color: #000;
text-decoration: none;
}
#breadCrumb a:hover {
	text-decoration: underline;
}
  /* footer
  ----------------------------------------------------*/
#footer {
	position: relative;
	width: 1360px;
	margin:0 auto 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #009256;
	clear: both;
	background: #fff;
}
	#footer:after {
		content: "";
		clear: both;
		height:10px;
		display: block;
	}

	#footer table {
		width:1024px;
		margin:50px auto 50px auto;
		border:none;
	}

	#footer table td.ftLogo{
		width:224px;
		margin:0;
		padding:0;
		text-align:center;}

	#footer table td.ftCopyright{
		width:800px;
		vertical-align:top;
		text-align:right;
		margin:0;
		padding:0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #009256;
		clear: both;}

	#footer table td.ftCopyright small{
		display:block;
		margin:20px 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #009256;
		text-align:right;
		font-size: 12px;}

/* ***************************************************************** */
}

/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 02. SP base layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* ***************************************************************** */
  /* html
  ----------------------------------------------------*/
  html {
    /* root 10px 以下rem指定 */
    font-size: 10px;
  }

  /* body
  ----------------------------------------------------*/
  body,
  input,
  textarea,
  select,
  button {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Serif JP', serif, ;
  }

  .ie body,
  .ie input,
  .ie textarea,
  .ie select,
  .ie button {
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Serif JP', serif, ;
  }

  body {
    color: #231815;
    text-align: center;
    background: #ffffff;
    font-size: 1.0rem;
    min-width: 320px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* -- link -- */
  a:link {
    color: #009256;
    text-decoration: none;
  }
  a:visited {
    color: #009256;
    text-decoration: none;
  }
  a:hover {
    color: #009256;
    text-decoration: underline;
  }
  a:active {
    color: #009256;
    text-decoration: none;
  }

  /* -- font -- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select {
    font-size: 1.3rem;
    line-height: 1.92;
    letter-spacing: 0.1em;
  }

  /* -- img -- */
  img {
    max-width: 100%;
    height: auto;
  }

  /* container
  ----------------------------------------------------*/
  #container {
    text-align: left;
  }

  /* header
  ----------------------------------------------------*/
	#header {
		z-index:100;
		display:block;
		height: 65px;
		background-color: #ffffff;
		border-bottom:solid 5px #009256;
		position: relative;
	}

	.hdLogo {
		z-index:100;
		display: table;
		width: 160px;
		float: left;
	}
	.hdLogo a {
		display: table-cell;
		padding: 10px 25px;
		vertical-align: middle;
	}
	.hdLogo a img {
		vertical-align: middle;
	}

  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }

	.gNavBtnSP{
		font-weight:bold;
	}

	.globalnav {
		display: none;
	}
	.globalnav .close {
		display: none;
	}

  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
		padding-top:10px;
		border-bottom:1px solid #009256;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }

	.globalnav li span.search a span img {
		display:none;
	}

  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
		margin-left:20px;
  }

  .globalnav-wrap.open .globalnav .dropdown li:last-child {
		border:none;
	}
  .nav-button,.nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }

  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #009256;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 8px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }

  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }

  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }

  /* main
  ----------------------------------------------------*/
  #main {
    padding: 0 15px;
  }
  #main:after {
    content: "";
    clear: both;
    display: block;
  }
 /* breadCrumb
  ----------------------------------------------------*/
	#breadCrumb {
		display: none;
	}
  /* footer
  ----------------------------------------------------*/
  #footer {
    clear: both;
    background: #ffffff;
		position:relative;
  }
  #footer:after {
    content: "";
    clear: both;
    display: block;
  }

  #ftPagetop {
    display: none;
  }

  #ftSns {
    padding: 55px 15px 67px;
    background: #fff url(../img/ft_bg01_sp.jpg) no-repeat center;
    background-size: cover;
  }
  #ftSns dt {
    width: 155px;
    margin: 0 auto;
  }
  #ftSns dd {
    margin: 15px 0 0;
  }
  #ftSns dd ul {
    text-align: center;
    letter-spacing: -0.3em;
  }
  #ftSns dd ul li {
    display: inline-block;
    width: 33px;
    letter-spacing: normal;
    margin: 0 21px;
  }
  #ftSns dd ul li a {
    display: block;
  }

	#ftInner {
		padding: 30px 0 0 0;
	}
	#ftInner table {
		width:100%;
		border:none;
	}

	#ftInner table td.ftLogo{
		width:50%;
		text-align:center;
	}
	#ftInner table td.ftLogo img{
		width:30%;
		text-align:center;
		padding: 2rem 0 2rem 0;
	}

	#ftInner table td.ftCopyright{
		width:100%;
		vertical-align:top;
		text-align:center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #009256;
		clear: both;
		text-decoration:none;
	}

	#ftInner table td.ftCopyright a{
		text-decoration:none;
		line-height: 6rem;
	}

	#ftInner table td.ftCopyright small{
		text-align:center;
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
		color: #009256;
		font-size: 0.8rem;
		line-height: 4rem;
		padding:0 0 2rem 0;}


  /* ***************************************************************** */
}
/* ***************************************************************************** */
