@charset "utf-8";

#wrap {
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}
 @media (max-width:640px) {

#wrap {
	width: 100%;
	height: 100%;
}
}
 @media (max-width:375px) {

body {
	min-width: 375px;
	max-width: 480px;
}
}

/*header*/
/***************************************/

header {
	padding: 20px 20px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.3s;
}

header.active {
	background-color: #fff;
}

#header_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 888;
	position: relative
}

#header_box {
	position: relative;
}

.header_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	width: 290px;
	position: relative;
	z-index: 888
}

.header_logo h1 {
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.header_logo p {
	display: block;
	margin-left: 20px
}

.header_logo .sub {
	font: 14px/100% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
	display: block
}

.header_logo .namae {
	font: 34px/100% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header nav {
	width: calc(100% - 580px);
}

#gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-startr;
	width: 100%;
	max-width: 600px;
}

#gnav .carrent {
	font-weight: bold;
	color: #6f9b11;
}

#gnav a {
	padding: 10px 0 20px;
}

.snav_set {
	position: relative;
}

ul > .snav_set:hover > .sub_nav {
	display: block;
	transition: 0.3s;
}

.sub_nav {
	display: none;
	width: 200px;
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 5px;
	background: #6f9b11;
}

.sub_nav:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #6f9b11 transparent;
	top: -10px;
	left: 8px;
}

.sub_nav a {
	color: #fff;
	display: block;
	padding: 15px !important;
}

.sub_nav a:hover {
	opacity: 0.5;
}

.sub_nav li {
	border-bottom: solid #fff 1px;
}

.sub_nav li:last-child {
	border-bottom: none;
}

.header_tel {
	width: 265px;
	margin-left: 20px;
	position: relative;
	z-index: 888
}

.header_tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 0 0 30px;
}

.header_tel a:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	left: 0;
	bottom: 3px;
	display: block;
	background: url(../images/common/tel_icon.svg) center center no-repeat;
}

.header_tel span {
	display: block;
}

.header_tel .txt {
	color: #000;
	font: 15px/100% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(0.05deg);
	margin-bottom: 5px
}

.header_tel .number {
	color: #000;
	font: 31px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d0111a;
	letter-spacing: 2px;
}

#toggle {
	display: none
}
 @media (max-width:1025px) {

header {
	padding: 0 0 0 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.3s;
}

#header_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-star;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.header_logo {
	-ms-flex: 1 0 0;
	-webkit-flex: 1 0 0;
	flex: 1;
}

.header_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	width: 265px;
	margin: 0 0 0 10px;
}

.header_logo h1 {
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	width: 55px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header nav {
	min-width: 300px;
	max-width: 360px;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
	background-color: #fff;
	transition: 0.3s;
}

header nav.open {
	opacity: 1.0;
	visibility: visible;
	z-index: 555;
}

#gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-startr;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	position: absolute;
	padding-bottom: 50%;
	padding-top: 80px;
}

#gnav li {
	width: 100%;
	border-bottom: 1px solid #6f9b11;
	cursor: pointer;
}

#gnav a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: left;
	padding: 0 30px;
	position: relative;
}

#gnav a:before {
	position: absolute;
	content: "";
	top: 40%;
	right: 5%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-top: 3px solid #6f9b11;
	border-right: 3px solid #6f9b11;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.snav_set {
	position: relative;
}

ul > .snav_set:hover > .sub_nav {
	display: block;
}

.sub_nav {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0;
	opacity: 0;
	overflow: hidden;
	height: 0;
	background: #6f9b11;
	transition: 0.3s;
}

.sub_nav.active {
	position: relative;
	z-index: 5;
	opacity: 1;
	overflow: auto;
	height: auto;
}

.sub_nav:before {
	display: none;
}

.sub_nav a {
	color: #fff;
	display: block;
	padding: 0 30px !important;
}

.sub_nav a:hover {
	opacity: 0.5;
}

.sub_nav li {
	border-bottom: solid #fff 1px !important;
}

.sub_nav li:last-child {
	border-bottom: none !important;
}

#gnav .sub_nav a:before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

#gnav .no_link.active:before {
	position: absolute;
	content: "";
	top: 40%;
	right: 5%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-top: 3px solid #6f9b11;
	border-right: 3px solid #6f9b11;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

nav .no_link {
	pointer-events: none;
	cursor: pointer;
}

/*.header_tel*/
/***************************************/

.header_tel {
	width: 50px;
	margin: 0 20px;
	line-height: 0;
}

.header_tel a {
	width: 70px;
	height: 70px;
	left: 0;
	bottom: 3px;
	display: block;
	background: url(../images/common/icon_tel.svg) center center no-repeat;
	background-size: 50px;
	padding: 0 !important
}

.header_tel a:before,
.header_tel span,
.header_tel .txt,
.header_tel .number {
	display: none
}

/*#toggle*/
/***************************************/

#toggle {
	display: block;
	/*background-color: #ffffff;*/
	width: 70px;
	height: 70px;
	position: relative;
	cursor: pointer;
	z-index: 888
}

#toggle p {
	position: absolute;
	content: "menu";
	color: #000;
	font-weight: bold;
	bottom: 2px;
	left: 50%;
	font-size: 14px;
	font-family: "m+c2_Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 5
}

.open_menu {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 48%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: transparent !important;
}

.open_menu span {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}

.open_menu span:nth-of-type(1) {
	top: 10px;
}

.open_menu span:nth-of-type(2) {
	top: 22px;
}

.open_menu span:nth-of-type(3) {
	top: 34px;
}

.open_menu.active span {
	position: absolute;
	top: 50%;
	left: 16%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}

.open_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(-9px) rotate(-40deg);
	transform: translateY(-9px) rotate(-40deg);
}

.open_menu.active span:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

.open_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(40deg);
	transform: translateY(-9px) rotate(40deg);
}

.open_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	border: none !important;
}
}
 @media (max-width:640px) {

header {
	padding: 5px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.3s;
}

#header_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-star;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.header_logo {
	-ms-flex: 1 0 0;
	-webkit-flex: 1 0 0;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	width: 170px;
}

.header_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 0 0 0 10px;
}

.header_logo p {
	display: block;
	margin-left: 10px
}

.header_logo .sub {
	font: 13px/100% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
	display: block;
}

.header_logo .namae {
	font: 30px/100% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header_logo h1 {
	background: url(../images/logo.svg) center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*#header*/
/***************************************/

.bgfff {
	background-color: #fff;
}

header nav {
	min-width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}

#gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-startr;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	padding-bottom: 50%;
	overflow-y: scroll;
}

header nav:before {
	position: fixed;
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: #fff;
}

#gnav li {
	width: 100%;
	border-bottom: 1px solid #6f9b11;
}

#gnav li:nth-child(1) {
	width: 100%;
	border-top: 1px solid #6f9b11;
}

#gnav a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: left;
	padding: 0 30px;
	position: relative;
}

#gnav a:before {
	position: absolute;
	content: "";
	top: 40%;
	right: 5%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-top: 3px solid #6f9b11;
	border-right: 3px solid #6f9b11;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_tel {
	width: 50px;
	margin: 0 10px 0 0;
	line-height: 0;
}

.header_tel a {
	width: 60px;
	height: 60px;
	left: 0;
	bottom: 3px;
	display: block;
	background: url(../images/common/icon_tel.svg) center right no-repeat;
	background-size: 45px;
	padding: 0 !important
}

.header_tel a:before,
.header_tel span,
.header_tel .txt,
.header_tel .number {
	display: none
}

/*#toggle*/
/***************************************/

#toggle {
	display: block;
	/*background-color: #ffffff;*/
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
	z-index: 888
}

#toggle p {
	position: absolute;
	content: "menu";
	color: #000;
	font-weight: bold;
	bottom: -3px;
	left: 50%;
	font-size: 14px;
	font-family: "m+c2_Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 5
}

.open_menu {
	position: absolute;
	width: 50px;
	height: 55px;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: transparent !important;
}

.open_menu.active span {
	position: absolute;
	top: 50%;
	left: 12%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
}

/*pagetop*/
/***************************************/

#page_top {
	opacity: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0d0000;
	width: 60px;
	height: 60px;
	z-index: 444;
	transition: 0.3s;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#page_top:hover {
	cursor: pointer;
	background-color: #626e48;
}

#page_top p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#page_top:before {
	position: absolute;
	content: "";
	top: 40%;
	left: 35%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 @media (max-width:1025px) {
}
@media (max-width:640px) {

#page_top {
	opacity: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0d0000;
	width: 50px;
	height: 50px;
	z-index: 444;
	transition: 0.3s;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#page_top:hover {
	cursor: pointer;
	background-color: #0d0000;
}

#page_top p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#page_top:before {
	position: absolute;
	content: "";
	top: 40%;
	left: 35%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}

/*footer*/
/***************************************/

#calendar {
	width: 100%;
	background-color: #f7f7f7;
	padding: 75px 30px 120px;
}

.calendar_box {
	max-width: 960px;
	width: 100%;
	margin: 0 auto
}

#calendar h2 {
	text-align: center;
	font: 26px/100% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(0.05deg);
	margin-bottom: 50px;
}

.ai1ec-calendar-toolbar {
	display: none !important;
}

#calendar .ai1ec-month-view .ai1ec-date {
	background: none;
	color: #000000;
	font-size: 14px !important;
	line-height: 25px !important;
	height: 25px !important;
	margin-bottom: 1px;
	padding: 0 5px 0 0;
	text-align: right;
	text-shadow: 0 1px 0 #fff;
}

#calendar .ai1ec-month-view .ai1ec-day-stretcher {
	float: left;
	height: 100px;
	width: 0;
}

#calendar .ai1ec-pull-right {
	display: none;
	overflow: hidden;
	position: relative;
	z-index: -999
}

.timely a {
	color: #333333 !important;
}

/*.ai1ec-month-view .ai1ec-allday .ai1ec-event,
.ai1ec-month-view .ai1ec-multiday .ai1ec-event,
.ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event,
.ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event,
.ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event,
.ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {
	border-radius: 3px;
	background-color: #6AAB2D !important;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}*/

#calendar .ai1ec-month-view .ai1ec-event {
	height: 20px;
	line-height: 20px;
	margin: 0 0 1px;
}

#calendar table.ai1ec-month-view {
	border: 15px solid #b4b5b5 !important;
}

.ai1ec-title-buttons .ai1ec-btn-group {
	margin: 10px 0 !important
}


.ai1ec-event-id-61 .ai1ec-event{
	background-color:#7ba633 !important;
    border-radius: 3px;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
	}

.ai1ec-event-id-95 .ai1ec-event{
	background-color:#2273a8 !important;
    border-radius: 3px;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
	}

.ai1ec-event-id-107 .ai1ec-event{
	background-color:#bb5611 !important;
    border-radius: 3px;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
	}
	
.ai1ec-event-id-9 span.ai1ec-event-title,
.ai1ec-event-id-107 span.ai1ec-event-title,
.ai1ec-event-id-61 span.ai1ec-event-title{
    color: #fff !important;}


 @media (max-width:640px) {

#calendar {
	width: 100%;
	background-color: #f7f7f7;
	padding: 75px 0px 120px;
}

#calendar table.ai1ec-month-view {
	border: 5px solid #b4b5b5 !important;
}
}

/*footer*/
/***************************************/

fotter {
	width: 100%;
}

/*#footer_contact*/
/***************************************/

#footer_contact {
	width: 100%;
	background-color: #3e3a39;
	padding: 60px 30px 70px;
	position: relative;
	z-index: 2
}

#footer_contact .txt {
	background-color: #fff;
	color: #910000;
	display: block;
	text-align: center;
	margin: 0 auto;
	font: 150%/100% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(0.05deg);
	width: 620px;
	padding: 8px 0;
	border-radius: 25px;
	margin-bottom: 40px
}

#footer_contact ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 980px
}

#footer_contact li {
	width: 50%;
	text-align: center;
	color: #fff;
}

#footer_contact .mail {
	font: 33px/100% 'm+c2_Bold', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	position: relative;
	padding-left: 45px;
	display: inline-block;
	margin-top: 8px;
}

#footer_contact .mail:before {
	position: absolute;
	content: "";
	width: 34px;
	height: 22px;
	background: url(../images/common/mail_icon.svg) center center no-repeat;
	top: 7px;
	left: 0
}

#footer_contact .tel {
	font: 41px/100% 'm+c2_Bold', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	position: relative;
	padding-left: 42px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 8px
}

#footer_contact .tel:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/common/tel_icon_white.svg) center center no-repeat;
	top: 7px;
	left: 1px
}

#footer_contact li p {
	font: 15px/100% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*#accsess*/
/***************************************/

#accsess {
	padding-top: 150px;
	margin-top: -150px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
	background-color: #595757;
	z-index: 1
}

#accsess a {
	color: #fff
}

#accsess ul,
#accsess .add_img {
	width: 50%;
	height: 800px
}

#accsess .add_img {
	background: url(../images/common/footer_add_img.jpg) center right no-repeat;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#accsess iframe {
	width: 100%;
	height: 450px
}

#accsess li:nth-child(2n) {
	position: relative;
	display: flex;
	justify-content: center; /*左右中央揃え*/
	align-items: center;     /*上下中央揃え*/
	height: 350px
}

#accsess .add_box p {
	font: 20px/160% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto 8px;
	display: block;
	max-width: 435px;
	width: 100%;
	color: #fff;
}

/*#fotter_nav*/
/***************************************/

#fotter_nav {
	width: 100%;
	padding: 60px 0 50px;
}

.f_nav li {
	transform: rotate(0.05deg);
	margin: 0 20px;
}

.f_nav li:nth-child(3) {
	margin: 0 0 0 20px
}

.f_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	font: 16px/180% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f_nav .f_sub_nav li {
	position: relative;
	padding-left: 18px;
	margin: 12px 0 0 !important;
}

.f_nav .f_sub_nav li:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background-color: #000;
	display: block;
	border-radius: 50%;
	left: 6px;
	top: 13px
}

.footer_logo {
	text-align: center;
	font: 13px/100% "Arial Black", Gadget, sans-serif;
	padding: 85px 0 0;
	background: url(../images/logo.svg) center top no-repeat;
	background-size: 70px;
	margin-bottom: 50px
}
 @media (max-width:1025px) {

/*#footer_contact*/
/***************************************/

#footer_contact .txt {
	width: 620px;
	max-width: 100%;
}

#footer_contact ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
}

#footer_contact li {
	width: 100%;
}

#footer_contact .mail {
	margin-bottom: 40px
}

/*#accsess*/
/***************************************/

#accsess {
	padding-top: 150px;
	margin-top: -150px;
}

#accsess {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
	background-color: #595757;
	z-index: 1
}

#accsess ul {
	width: 100%;
	height: auto;
}

#accsess .add_img {
	height: 450px;
	width: 100%;
}

#accsess iframe {
	width: 100%;
	height: 450px
}

/*#fotter_nav*/
/***************************************/

#fotter_nav {
	width: 100%;
	padding: 60px 0 50px;
}

.f_nav li {
	transform: rotate(0.05deg);
	margin: 0 25px 0 0;
}

.f_nav li:last-child {
	margin: 0 0 0 0;
}

.f_nav li:nth-child(3) {
	margin: 0 0 0 0
}
}
 @media (max-width:640px) {

/*#footer_contact*/
/***************************************/

#footer_contact {
	padding: 60px 15px 50px;
}

#footer_contact .txt {
	font: 130%/130% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(0.05deg);
}

#footer_contact span {
	display: block;
}

#footer_contact .mail {
	font: 22px/100% 'm+c2_Bold', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	position: relative;
	padding-left: 45px;
	display: inline-block;
	margin-top: 8px;
}

#footer_contact .mail:before {
	position: absolute;
	content: "";
	width: 34px;
	height: 22px;
	background: url(../images/common/mail_icon.svg) center center no-repeat;
	top: 1px;
	left: 0
}

#footer_contact .tel {
	font: 35px/100% 'm+c2_Bold', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	position: relative;
	padding-left: 42px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 8px
}

#footer_contact .tel:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/common/tel_icon_white.svg) center center no-repeat;
	top: 2px;
	left: 1px
}

#footer_contact li p {
	font: 15px/160% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#accsess iframe {
	width: 100%;
	height: 300px
}

#accsess .add_img {
	width: 100%;
	height: 250px
}

#accsess li:nth-child(2n) {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 20px
}

#accsess .add_box p:nth-child(1) {
	font: 18px/160% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto 10px
}
 child(2n) {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 height: auto;
 padding: 15px;
}

#accsess .add_box p {
	font: 15px/160% 'm+c2_Medium', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto 5px;
	transform: rotate(0.05deg);
	display: block;
	max-width: 435px;
	width: 100%;
	color: #fff;
}

.footer_logo {
	text-align: center;
	font: 13px/100% "Arial Black", Gadget, sans-serif;
	padding: 85px 0 0;
	background: url(../images/logo.svg) center top no-repeat;
	background-size: 70px;
	margin: 50px auto
}

#fotter_nav {
	display: none;
}
}

/*service_nav*/
/***************************************/

.service_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin: 0 auto 60px;
}

.service_nav a {
	font: 16px/100% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.service_nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	height: 45px;
	margin-left: 50px;
}

.service_nav .current a {
	color: #6f9b11 !important;
}

.service_nav .current a:hover {
	opacity: 0.5
}

.service_nav .shopping a {
	background: url(../images/common/snav_shopping_off.svg) center left no-repeat;
	padding-left: 50px;
	margin-left: 0
}

.service_nav .shopping.current a,
.service_nav .shopping a:hover {
	background: url(../images/common/snav_shopping_on.svg) center left no-repeat;
}

.service_nav .workshop a {
	background: url(../images/common/snav_workshop_off.svg) center left no-repeat;
	padding-left: 33px;
}

.service_nav .workshop.current a,
.service_nav .workshop a:hover {
	background: url(../images/common/snav_workshop_on.svg) center left no-repeat;
}

.service_nav .auction a {
	background: url(../images/common/snav_auction_off.svg) center left no-repeat;
	padding-left: 52px;
}

.service_nav .auction.current a,
.service_nav .auction a:hover {
	background: url(../images/common/snav_auction_on.svg) center left no-repeat;
}

.service_nav .consign a {
	background: url(../images/common/snav_consign_off.svg) center left no-repeat;
	padding-left: 48px;
}

.service_nav .consign.current a,
.service_nav .consign a:hover {
	background: url(../images/common/snav_consign_on.svg) center left no-repeat;
}
 @media (max-width:1024px) {

.service_nav {
	margin: 0 auto 70px;
}

.service_nav a {
	font: 16px/100% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.service_nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	height: 45px;
	margin-left: 30px;
}
}
 @media (max-width:640px) {

.service_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 auto 60px;
	padding: 0 30px;
	max-width: 365px;
}

.service_nav a {
	font: 16px/100% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.service_nav li {
	width: 50%;
	margin-bottom: 20px;
}

.service_nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	height: 45px;
	margin-left: 0;
	text-align: left
}
}
