@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* Font-family - Japanese */
.box_container, #footer .con_footer {
	max-width: 1120px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_container, #footer .con_footer {
		width: 95%;
  }
}

.box_container:after, .row:after, #header .con_gnav .wrp:after, #footer .con_footer:after, #footer .con_footer .box_menu ul:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
	margin: 0;
}

body {
	color: #1b1b1b;
	background: #f3ecdc;
	-webkit-text-size-adjust: none;
	margin: 0;
	font-size: 108%;
}
.ie body {
	font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 100%;
  }
}
body a {
	color: #353535;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #4e4e4e;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}
html.ie8 #page {
	min-width: 1120px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
.ie8 body .view_sp {
	display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.mouse .over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .over {
	-webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	list-style: none;
}

.box_container {
	display: block;
}

.row {
	display: block;
}

.col {
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
		font-size: 100% !important;
  }
}
@media print {
  #page {
		font-size: 100% !important;
  }
}
.ie8 #page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#header .box_menu {
	display: none;
}
#header .box_menu .box_menu {
	position: relative;
	display: inline-block;
	z-index: 15000;
}
#header .box_menu .box_menu a {
	display: block;
	width: 80px;
	height: 80px;
	padding: 15px 0;
	background: #624470;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #header .box_menu .box_menu a {
		width: 60px;
		height: 60px;
		padding: 8px 0;
		font-size: 10px !important;
  }
}
#header .box_menu .box_menu a .box {
	position: relative;
	display: block;
	height: 25px;
	margin: 5px 20px;
}
@media only screen and (max-width: 767px) {
  #header .box_menu .box_menu a .box {
		height: 21px;
		margin: 3px 16px 5px;
  }
}
#header .box_menu .box_menu a .box span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #c4c1ba;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#header .box_menu .box_menu a .box span:first-of-type {
	top: 0;
}
#header .box_menu .box_menu a .box span:nth-of-type(2) {
	top: 11px;
}
@media only screen and (max-width: 767px) {
  #header .box_menu .box_menu a .box span:nth-of-type(2) {
		top: 9px;
  }
}
#header .box_menu .box_menu a .box span:last-of-type {
	bottom: 0;
}
#header .box_menu .box_menu a .box.active span:first-of-type {
	transform: translateY(11px) rotate(-45deg);
	-webkit-transform: translateY(11px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #header .box_menu .box_menu a .box.active span:first-of-type {
		transform: translateY(9px) rotate(-45deg);
		-webkit-transform: translateY(9px) rotate(-45deg);
  }
}
#header .box_menu .box_menu a .box.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: menu .8s forwards;
	-webkit-animation: menu .8s forwards;
}
#header .box_menu .box_menu a .box.active span:last-of-type {
	transform: translateY(-11px) rotate(45deg);
	-webkit-transform: translateY(-11px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #header .box_menu .box_menu a .box.active span:last-of-type {
		transform: translateY(-9px) rotate(45deg);
		-webkit-transform: translateY(-9px) rotate(45deg);
  }
}
@keyframes menu {
	100% {
		height: 0;
	}
}
@-webkit-keyframes menu {
	100% {
		height: 0;
	}
}
#header .con_menu {
	display: none;
}
@media only screen and (max-width: 1024px) {
  #header .con_menu {
		overflow: hidden;
		display: block;
		float: right;
		height: 80px;
		background-size: auto 100%;
		font-size: 93%;
		text-align: right;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #header .con_menu {
		font-size: 13px !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu {
		height: 60px;
		font-size: 12px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu ul {
		display: inline-block;
		vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu ul {
		margin-right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu ul li {
		display: inline-block;
		text-align: center;
  }
  #header .con_menu ul li a {
		display: block;
		min-width: 80px;
		padding: 15px 0;
		color: #fff;
		text-decoration: none;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu ul li a {
		min-width: 60px;
		padding: 12px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu ul li a .txt {
		padding: 0 5px;
  }
  #header .con_menu ul li:first-child {
		display: none;
  }
  #header .con_menu .box_menu {
		position: relative;
		display: inline-block;
		z-index: 15000;
  }
  #header .con_menu .box_menu a {
		display: block;
		width: 80px;
		height: 80px;
		padding: 15px 0;
		background: #284922;
		vertical-align: top;
		color: #fff;
		text-decoration: none;
		text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu .box_menu a {
		width: 60px;
		height: 60px;
		padding: 8px 0;
		font-size: 10px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu .box_menu a .box {
		position: relative;
		display: block;
		height: 25px;
		margin: 5px 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu .box_menu a .box {
		height: 21px;
		margin: 3px 16px 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu .box_menu a .box span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
  }
  #header .con_menu .box_menu a .box span:first-of-type {
		top: 0;
  }
  #header .con_menu .box_menu a .box span:nth-of-type(2) {
		top: 11px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu .box_menu a .box span:nth-of-type(2) {
		top: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu .box_menu a .box span:last-of-type {
		bottom: 0;
  }
  #header .con_menu .box_menu a .box.active span:first-of-type {
		transform: translateY(11px) rotate(-45deg);
		-webkit-transform: translateY(11px) rotate(-45deg);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu .box_menu a .box.active span:first-of-type {
		transform: translateY(9px) rotate(-45deg);
		-webkit-transform: translateY(9px) rotate(-45deg);
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_menu .box_menu a .box.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		animation: menu .8s forwards;
		-webkit-animation: menu .8s forwards;
  }
  #header .con_menu .box_menu a .box.active span:last-of-type {
		transform: translateY(-11px) rotate(45deg);
		-webkit-transform: translateY(-11px) rotate(45deg);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #header .con_menu .box_menu a .box.active span:last-of-type {
		transform: translateY(-9px) rotate(45deg);
		-webkit-transform: translateY(-9px) rotate(45deg);
  }
}
@media only screen and (max-width: 1024px) {
	@keyframes menu {
		100% {
			height: 0;
		}
	}
	@-webkit-keyframes menu {
		100% {
			height: 0;
		}
	}
}
#header .con_gnav {
	background: #fff;
	border-bottom: 3px solid #284922;
}
@media only screen and (max-width: 767px) {
  #header .con_gnav {
		height: 60px;
  }
}
#header .con_gnav .wrp {
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  #header .con_gnav .wrp {
		width: 100%;
  }
}
@media print {
  #header .con_gnav .wrp {
		width: 100%;
  }
}
.ie8 #header .con_gnav .wrp {
	width: 100%;
}
#header .con_gnav .wrp .box_title {
	width: 23%;
	float: left;
}
@media only screen and (max-width: 767px) {
  #header .con_gnav .wrp .box_title {
		width: auto;
  }
}
#header .con_gnav .wrp .box_title p {
	margin: 0;
	padding-top: 14px;
}
@media only screen and (max-width: 1280px) {
  #header .con_gnav .wrp .box_title p {
		margin: 0 0 0 20px;
  }
}
@media print {
  #header .con_gnav .wrp .box_title p {
		margin: 0 0 0 20px;
  }
}
.ie8 #header .con_gnav .wrp .box_title p {
	margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #header .con_gnav .wrp .box_title p {
		padding-top: 6px;
  }
}
#header .con_gnav .wrp .box_nav {
	width: 77%;
	float: left;
}
@media only screen and (max-width: 1024px) {
  #header .con_gnav .wrp .box_nav {
		display: none;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 80px;
		background: #fff;
		z-index: 13000;
  }
  #header .con_gnav .wrp .box_nav.active {
		display: block;
		animation: fade 0.2s linear 0s;
		-webkit-animation: fade 0.2s linear 0s;
  }
}
@media only screen and (max-width: 1024px) {
  #header .con_gnav .wrp .box_nav {
		float: none;
		width: 100%;
		padding: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_gnav .wrp .box_nav {
		text-align: left;
  }
}
#header .con_gnav .wrp .box_nav ul {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
  #header .con_gnav .wrp .box_nav ul {
		margin: 60px 20px;
  }
}
#header .con_gnav .wrp .box_nav ul li {
	float: left;
	width: 14.28%;
	text-align: center;
	font-size: 122%;
}
@media only screen and (max-width: 1024px) {
  #header .con_gnav .wrp .box_nav ul li {
		float: none;
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_gnav .wrp .box_nav ul li {
		text-align: left;
  }
}
#header .con_gnav .wrp .box_nav ul li a {
	text-decoration: none;
	padding: 25px 0;
	display: block;
}
@media only screen and (max-width: 767px) {
  #header .con_gnav .wrp .box_nav ul li a {
		padding: 15px 10px;
		height: auto;
		line-height: 1.5;
		border-left: none;
		border-bottom: 1px solid #ccc;
  }
}
#header .con_gnav .wrp .box_nav ul li a:hover {
	background: #f1e5cf;
}
#header .con_gnav .wrp .box_nav ul li.rsv a {
	color: #fff;
	background-color: #284922;
}
#header .con_gnav .wrp .box_nav ul li.rsv a:hover {
	opacity: 0.8;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/* -----------------------------------------------------------
	#ptop
----------------------------------------------------------- */
#ptop {
	position: fixed;
	right: 15px;
	bottom: 30px;
	cursor: pointer;
	opacity: .9;
	z-index: 5000;
}
@media only screen and (max-width: 767px) {
  #ptop {
		right: 3px;
  }
}
#ptop p {
	color: #fff;
	text-align: center;
	background: #284922;
	margin: 0;
	padding: 10px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	padding: 30px 0 0 0;
	background: #284922;
}
#footer .con_footer {
	color: #fff;
}
#footer .con_footer .box_info {
	float: left;
	width: 30%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_info {
		width: 100%;
  }
}
#footer .con_footer .box_menu {
	float: right;
	width: 70%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_menu {
		display: none;
  }
}
#footer .con_footer .box_menu ul {
	margin: 0;
	padding: 0;
}
#footer .con_footer .box_menu ul li {
	float: left;
}
#footer .con_footer .box_menu ul li a {
	color: #fff;
	text-decoration: none;
}
#footer .con_footer .box_menu .main_nav {
	text-align: right;
	margin: 30px 0 0 0;
}
#footer .con_footer .box_menu .main_nav ul {
	display: -moz-box;
  /*Firefox21*/
	display: -ms-flexbox;
  /*IE10*/
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: flex-end;
  /*Firefox21*/
	-ms-flex-pack: flex-end;
  /*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#footer .con_footer .box_menu .main_nav ul li {
	font-size: 122%;
	margin: 0 0 0 5%;
}
#footer .con_footer .box_menu .sub_nav {
	text-align: right;
	margin: 20px 0 0 0;
}
#footer .con_footer .box_menu .sub_nav ul {
	display: -moz-box;
  /*Firefox21*/
	display: -ms-flexbox;
  /*IE10*/
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: flex-end;
  /*Firefox21*/
	-ms-flex-pack: flex-end;
  /*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#footer .con_footer .box_menu .sub_nav ul li {
	font-size: 108%;
	margin: 0 0 0 3%;
}
#footer .con_copyright {
	color: #fff;
	font-size: 93%;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright {
		font-size: 72%;
  }
}
