@charset "utf-8";

.disp_pc { display: none; }
.disp_sp { display: block; }


html,body {
	min-width: 100%;
}
body {
	font-size: 16px;
	line-height: 1.4;
}

img {
	width: 100%;
}

/* ------------- header ------------- */
header {
	width: 100%;
	max-height: 60px;
}

/* ------------- headline ------------- */
h2{
	font-size: 28px;
	color: #403422;
	position: relative;
	margin-top: 100px;
}
h2::before { /* 葉を表示 */
	display: block;
	z-index: 20;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 80px;
	height: 91px;
	content: url("../images/headline_img_01_sp.png");
}
h2.style_02 {
	letter-spacing: -0.1em
}

h3 {
	font-size: 20px;
	margin: 55px 0 -5px 0;
	line-height: 1.4;
}


/* ------------- wrapper ------------- */
.wrapper {
    width: 100%;
    margin: 0 auto;
	padding: 0 20px;
    text-align: left;
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------- container ------------- */
.container {
	width: 100%;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------- main ------------- */
main{
    width: 100%;
    margin: 0 auto;
	padding: 0px 20px;
    text-align: left;
}


/* ------------- mv ------------- */
.mv {
	width: 100%;
	height: auto;
	margin: 90px 0 60px 0;
	padding: 0;
	position: relative;
}
.mv_chatch {
	width: 30%;
	height: auto;
	position: absolute;
	top: -20px;
	right: 3%;
	z-index: 20;
}


/* ------------- top ------------- */
/* Information */
.top_info {
  padding: 20px 20px 20px;
  width: 100%;
}
.top_info h2 {
	border-bottom: none;
  border-radius: 18px 0 18px 0;
  color: #fff;
  font-size: 18px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 20px;
  margin-top: 0;
  padding: 9px;
  width: 140px;
}
.top_info h2::before {
	display: none;
}
.top_info ul {
}
.top_info ul li {
  line-height: 1.5;
  list-style: none;
  margin: 5px 0 10px;
}
.top_info ul li a {
  border-bottom: 1px dotted #4d9b6f;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 5px 0 10px;
  text-decoration: none;
}
.top_info ul li time {
  font-size: 12px;
  padding-top: 0;
  margin-bottom: 5px;
  width: 100%;
}
.top_info ul li p {
  font-size: 14px;
  width: 100%;
}


/* lead文 */
.lead {
	margin: 60px 0 0 0;
	text-align: left;
	display: block;
	background: none;
	min-height: auto;
}
.lead img {
	width: 100%;
}

.lead p.lead_txt {
	font-size: 4vw;
	line-height: 2;
	width: 100%;
	margin: -15px 0 0 0;
}
.lead p.lead_txt_02 {
	font-size: 4vw;
	line-height: 2;
	width: 100%;
	margin: 20px 0 -10px 0;
}

/* img_description */
.img_description {
	margin-top: 40px;
	width: 100%;
}
	.img_description img {
		/*width: 80%;*/
		height: auto;
	}
/* img_description */
.cv_btn {
	margin: 30px auto;
	padding: 0 20px;
	text-align: center;
	width: auto;
}
.cv_btn p {
	font-size: 10px;
	text-align: center;
}

/* bnr */
.bnr_area {
	margin-top: 40px;
}


/* ------------- about ------------- */
/* 挨拶文 */
p.statement {
	font-size: 16px;
	line-height: 2;
	margin: 20px 0 -10px 0;
}

/* 会社概要 表組 */
dl.overview {
	margin: 40px 0;
	display:block;
	overflow: hidden;
	line-height: 1.8;
	width: 100%;
}
dl.overview dt {
	display: block;
	width : 100%;
	border-bottom: none;
	padding: 26px 0 0 0;
	font-weight: bold;
}
dl.overview dd {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d8d1bf;
	padding : 7px 0 26px 0;
	margin-left: 0;
}
dl.overview dt:first-child {
	border-top: 1px solid #d8d1bf;
	border-bottom: none;
}
dl.overview dt:first-child + dd {
	border-top: none;
	border-bottom: 1px solid #d8d1bf;
}

/* ------------- Information ------------- */
section.information {
  margin: 40px 0;
  padding: 2em 2em;
}
section.information header.info_title {
  max-height: inherit;
}
section.information header.info_title h3 {
  margin-top: 10px;
}
section.information .info_main {
	font-size: 16px;
	line-height: 2;
}


/* ------------- footer ------------- */
footer {
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
.footer_container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px 15px;
	display: block;
}

.footer_logo img {
	width: 24%;
	height: auto;
}

.footer_nav {
	font-size: 14px;
	margin: 20px 10px;
}
.footer_nav .navbar li {
	display: block;
}
.footer_nav .navbar li + li::after {
	display: none;
}
.footer_nav .navbar a {
	display: inline-block;
	padding: 4px 0;
}

.copy{
	font-size: 12px;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 auto;
}

/* -------------  common btn -------------*/
.btn {
	width: 80%;
	height: auto;
	margin: 40px auto 0;
	background: #8fc31f;
	border-radius: 6px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.btn:hover {
	opacity: 0.7;
	transition: all ease-in-out .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn button,
.btn a{
  width: 100%;
  height: auto;
	padding: 18px 0;
}
.btn button::after,
.btn a::after{
    content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 28px;
	right: 20px;
	text-align: center;
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* -------------  pagetop btn -------------*/
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #8fc31f;
	border-radius: 50%;
	opacity: 0.7;
}
#page_top:hover{
	opacity: 0.6;
}

#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	left: 0px;
    margin: auto;
    vertical-align: middle;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ------------- SP版 toggleメニュー ------------- */
.header_sp {
	display: flex;
	min-width: auto;
	/*position: fixed;*/
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 100000;
	}

.header_sp .header_logo {
	background-image: url("../images/bg.png");
	box-sizing: border-box;
	height: 54px;
	width: 100%;
	padding: 10px;
	z-index: 1000000;
}
.header_sp .header_logo h1 a,
.header_sp .header_logo div a {
		display: block;
		width: 77px;
		height: 44px;
}
.header_sp .header_logo h1 a img,
.header_sp .header_logo div a img {
		width: 100%;
		height: auto;
}

.header_sp .cashless_bnr {
  top: 8px;
  right: -50%;
  left: -50%;
  height: 43px;
  width: 110px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 99999999;
}
.header_sp .cashless_bnr img {
  width: 100%
}

.header_sp .header_menu {
  display: block;
}

	.sp-menu {
		position: absolute;
		z-index: 999999;
		top: 54px;
		left: 0;
		background-image: url("../images/bg.png");
		color: #4b423a;
		font-size: 16px;
		padding: 26px 0;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}

	.sp-menu ul {
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}
	.sp-menu ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #8fc31f;
	}
	.sp-menu ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.sp-menu ul li a {
		display: block;
		color: #4b423a;
		padding: 20px 0;
	}
	.sp-menu ul li a:hover {
		color: #8fc31f;
	}

	.sp-menu.active {
		transform: translateY(0%);
		margin-top: -1px;
	}

	.sp_menu_toggle_btn {
		display: block;
		/*position: fixed;*/
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 54px;
		cursor: pointer;
		z-index: 1000000;
		background-image: url("../images/bg.png");
		text-align: center;
	}

	.sp_menu_toggle_btn span {
		display: block;
		position: absolute;
		width: 26px;
		border-bottom: solid 2px #8fc31f;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 16px;
	}

	.sp_menu_toggle_btn span:nth-child(1) {
		top: 27px;
	}

	.sp_menu_toggle_btn span:nth-child(2) {
		top: 34px;
	}

	.sp_menu_toggle_btn span:nth-child(3) {
		top: 41px;
	}

	.sp_menu_toggle_btn span:nth-child(4) {
		border: none;
		color: #8fc31f;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.05em;
		top: 12px;
		left: 12px;
	}

	/* ×にする */
	.sp_menu_toggle_btn.active span:nth-child(1) {
		top: 34px;
		left: 17px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp_menu_toggle_btn.active span:nth-child(2),
	.sp_menu_toggle_btn.active span:nth-child(3) {
		top: 34px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

/* bnr */
.sp-menu .sp-menu_bnr p {
	margin-top: 20px;
	padding: 0 20px;
}
