@charset "utf-8";

/*==============================================================================
	Basic Setting
================================================================================*/
* {
	margin : 0;
	padding : 0;
}
body {
	line-height: 1.4;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 14px;
	color: #000000;
	border-top: #017032 solid 4px;
}
@media(max-width:667px) {
	body {
		font-size: 12px;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

/* PC/SP
--------------------------------------------------------------------*/
.pc_only {display:block;}
.sp_only {display:none;}

@media(max-width:667px) {
.pc_only {display:none;}
.sp_only {display:block;}
}

/* link
----------------------------------------*/
a {
	color: #000099;
	text-decoration: underline;
}

/* List
----------------------------------------*/
ul, ol, li, dd, dt, dl {
	list-style-type: none;
}

/* table
----------------------------------------*/
table {
	border-collapse: collapse;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
  border-style: none;
	vertical-align: bottom;
}
a img {
	border-style: none;
}

/* text
----------------------------------------*/
.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.t_center {
	text-align: center;
}

/* header
----------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
	width: 1100px;
	margin: 0 auto;
	padding: 5px 0;
}
header h1 img {
	width: 320px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: auto;
  transition: all 0.5s ease-out;
}
header h1 img:hover {
	opacity: .7;
}
header > div {
	font-size: 16px;
	font-weight: bold;
  text-align: right;
}
header > div p img {
  width: 160px;
}
@media(max-width:768px) {
  header {
    display: block;
		width: 100%;
    text-align: center;
  }
	header h1 img {
		width: 80%;
		max-width: 250px;
	}
  header > div {
  	text-align: center;
		font-size: 13px;
	}
}

/* nav
----------------------------------------*/
nav {
	background: #03a012;
}
nav ul {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
nav ul li {
  flex: 1;
  border-left: #80c269 solid 1px;
  transition: background-color 0.5s ease-out;
}
nav ul li:hover {
  background: #71dc7b;
}
nav ul li:last-child {
  border-right: #80c269 solid 1px;
}
nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 24px);
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
nav ul li a span {
	padding-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
@media(max-width:768px) {
  nav ul {
    display: block;
    width: 100%;
    margin: 0;
  }
  nav ul li {
    display: block;
    text-align: left;
    border-left: none;
    transition: none;
    border-bottom: #80c269 solid 1px;
  }
  nav ul li:first-child {
    border-top: #80c269 solid 1px;
  }
  nav ul li:hover {
    background: #03a012;
  }
  nav ul li:last-child {
    border-right: none;
  }
  nav ul li a {
    display: block;
    height: auto;
    padding: 8px 12px;
    text-align: left;
    font-size: 13px;
  }
	nav ul li a span {
		padding-top: 0;
		padding-left: 10px;
		font-size: 11px;
		font-weight: normal;
	}
}

nav ul li.blinking a {
  animation: blink 0.7s infinite alternate;
}
@keyframes blink{
  0% {background-color: #cb6800;}
  100% {background-color: #e47500;}
}
@media(max-width:667px) {
	nav ul li.blinking a {
		animation: unset;
	}
}

/* footer
----------------------------------------*/
footer {
  padding-bottom: 60px;
  text-align: center;
}
footer small {
  font-size: 13px;
}
@media(max-width:768px) {
  footer {
    padding-bottom: 25px;
  }
  footer small {
    font-size: 12px;
  }
}

/* section
----------------------------------------*/
section {
	width: 950px;
	margin: 40px auto 50px; 
}
@media(max-width:667px) {
	section {
		width: 95%;
		margin: 20px auto 50px; 
	}
}

/* title
----------------------------------------*/
h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 2px 0 7px 45px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: #009944 solid 2px;
}
h2::before {
  position: absolute;
  left: 20px;
  bottom: 7px;
  content: '';
  width: 10px;
  height: 80%;
  background: #84ba2b;
}
h2 span.en_title {
	padding-left: 1.5em;
	color: #666;
	font-size: 15px;
}
@media(max-width:667px) {
  h2 {
  	margin-bottom: 20px;
    padding: 2px 0 5px 22px;
    font-size: 15px;
  }
  h2::before {
    left: 5px;
    bottom: 3px;
    width: 5px;
  }
	h2 span.en_title {
		padding-left: 0.5em;
		font-size: 12px;
	}
}

/*==============================================================================
	Home
================================================================================*/
#slider {
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
	border-bottom: #035019 solid 2px;
	background: url(../images/bg-slide.png) left top repeat;
}
.home .footer_contents p {
  text-align: center;
  margin-bottom: 20px;
}
.home p.qr {
	width: 145px;
	margin: 0 auto 10px;
	text-align: center;
	padding: 8px;
	border: #ccc solid 1px;
	font-size: 10px;
	background: #F7F7F7;
}
.home p.qr img {
	width: auto;
  height: 123px;
  padding-top: 5px;
}
.home p.qr span {
  display: block;
  padding-top: 0.5em;
}
@media(max-width:667px) {
	#slider {
		margin-bottom: 0;
		padding: 15px 0;
		border-bottom: none;
		background: none;
	}
	.home .footer_contents p {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.home .qr {
		display: none;
	}
}

/*==============================================================================
	profile
================================================================================*/
.profile table {
	width: 880px;
	margin: 0 auto;
}
.profile table th {
	width: 150px;
	padding: 5px 20px 5px 0;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	background: #e8f0fb;
	border: #666666 solid 1px;
}
.profile table td {
	padding: 5px 0 5px 15px;
	text-align: left;
	border: #666666 solid 1px;
}
.map {
	width: 880px;
	margin: 0 auto;
}
@media(max-width:667px) {
	.profile table {
		width: 98%;
	}
	.profile table th {
		width: 30%;
		padding: 3px 0 3px 5px;
		text-align: left;
	}
	.profile table td {
		padding: 3px 0 3px 5px;
	}
 .map {
    position: relative;
    width: 98%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*==============================================================================
	message
================================================================================*/
.message p {
	line-height: 1.8;
	font-size: 18px;
}
@media(max-width:667px) {
	.message p {
		font-size: 16px;
	}
}

/*==============================================================================
	contact
================================================================================*/
.contact p {
	line-height: 1.8;
	font-size: 18px;
}
@media(max-width:667px) {
	.contact p {
		font-size: 16px;
	}
}


/*==============================================================================
	move
================================================================================*/
body.move {
	border-top: none;
	font-size: 16px;
}
.move div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	text-align: center;
}
.move p {
	margin-bottom: 20px;
}
.move ul {
	font-size: 0;
}
.move li {
	display: inline-block;
}
.move li a {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	background: #888;
}
.move li a:hover {
	opacity: 0.7;
}
.move li:first-child a {
	margin-right: 20px;
}
.move li:last-child a {
	margin-left: 20px;
}
@media(max-width:667px) {
	body.move {
		font-size: 14px;
	}
	.move div {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
		margin-top: 120px;
	}
	.move li a {
		font-size: 14px;
	}
}

/*==============================================================================
	GDPR
================================================================================*/
.cc-window .cc-deny {
	display: none;
}
.cc-window .cc-message a {
	text-decoration: underline;
}
.cc-window .cc-message a:hover {
	text-decoration: none;
}