@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	font-size: 90%;
}

ul {
	list-style: none;
}

body {
	font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

#top {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	

img.pc {
    display: none;
}

img.sp {
   display: revert;
    text-align: center;
}

header {
		height: 120px;
		padding: 0 20px;
	}

	.logo {
		width: 150px;
		margin-top: 30px;
	}
	
	.drawer-menu li {
		margin: 15px 0 0 20px;
	}
	
	.mainimage {
		min-height: 250px;
		object-fit: cover;
	}
	
	#copy {
		color: #fff;
		background-color: #71b12c;
		padding: 15px;
		margin-bottom: 30px;
	}
	
	h1 {
		font-size: 150%;
	}
	
	h2 {
		font-size: 95%;
	}
	
	.pc-txt {
		display: none;
	}
	
	.item-ph {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.item-ph div {
		width: 48%;
		margin-bottom: 10px;
	}


.contents h1 {
    font-size: 140%;
    border-bottom: #ccc solid 2px;
    padding-bottom: 6px;
}
	
	.staff-ph {
    width: 50%;
    padding: 5% 25% 0;
}

.staff {
    background-color: #dfebcc;
    overflow: auto;
    clear: both;
    margin: 30px 0;
}

.staff h2 {
    font-size: 110%;
    margin-bottom: 10px;
    padding: 10px 20px;text-align: center;
}
.staff h2 span {
    display: block;
    font-size: 80%;
}
.staff p {
    padding: 0 20px 20px 20px;
}
	

section.flow {
    margin: 30px 0;
}

section.flow ul {}

section.flow ul li {
    text-align: center;
}

section.flow ul li img.dayPh {
    padding: 5%;
}



section.flow ul li.arrow {
    text-align: center;margin: 10% 0;
}
section.flow ul li.arrow.sp {
    display: none;
}

section.flow ul li p.comment {
    text-align: center;
}

section.flow ul li p.comment span {
    text-align: left;
    display: inline-block;
}

section.application {margin: 30px 0;}
.stepContents {
    margin-bottom: 30px;
}
section.application ul {
    overflow: hidden;
    padding: 2% 5% 2%;margin-bottom: 20px;
}

section.application ul li.step {
    width: 26%;
    background: #dfebcc;
    float: left;
    padding: 10px 2%;
    text-align: center;
    font-weight: 600;
}

li.ap_content {}

section.application ul li.ap_content {
    width: 60%;
    float: right;
    padding: 5px 0 15px;
    border-bottom: 1px solid #ccc;
}

section.application ul li.step span {
    display: block;
}

section.application ul li.ap_content span {
    display: block;
}

.inquiry {
    padding: 2% 5% 2%;
    margin: 0 0 30px;
}

.inquiry .leftContents {
   
    float: left;margin: 0 0 30px;
}

.inquiry .rightContents {
    
    float: right;margin: 0 0 30px;
}

.inquiry .rightContents img {
    width: 100%;
}

	.mb-txt {
		font-size: 75%;
		margin-bottom: 10px;
	}
	
	.swiper-button-prev,.swiper-button-next {
		display: none;
	}

	.youkou-contents {
		padding: 0 20px;
	}
	
	.ph-youkou {
		width: 100%;
		margin-bottom: 15px;
	}

	table th,td {
		width:auto;
		display:block;
	}
	
	.form_btn {
		width: 100%;
		text-align: center;
		position: relative;
		display: inline-block;
		padding: 15px 0;
		margin: 10px 0;
		font-size: 120%;
		text-decoration: none;
		color: #FFF;
		background: #71b12c;
		border-radius: 10px;
		font-weight: bold;
	}
	
	.copyright {
		padding-left: 15px;
	}

	.weeks-saiyou {
		margin-bottom: 5px;
		padding-left: 15px;
	}
}

@media (min-width: 769px) {

img.pc {
    display: block;
}

img.sp {
    display: none;
}


	a.anchor{
		display: block;
		padding-top: 155px;
		margin-top: -155px;
	}

	header {
		background-color: #fff;
		position:fixed;
		width: 100%;
		max-width: 1140px;
		height: 130px;
		z-index: 10;
	}

	.logo {
		width: 170px;
		margin-top: 30px;
		padding-left: 10px;
		float: left;
	}
	
	.drawer-toggle {
		display: none;
	}
	
	.drawer-menu {
		margin-top: 80px;
		padding-right: 10px;
		float: right;
	}
	
	.drawer-menu li {
		padding-left: 25px;
		float: left;
	}
	
	#copy {
		position: relative;
		top: -150px;
		color: #fff;
		text-align: center;
		background-color: #71b12c;
		padding: 15px 0;
		margin-bottom: -70px;
	}
	
.corner {
    padding-top: 155px;
}

.contents {
    padding: 0 15px;
}
.contents h1 {
    font-size: 140%;
    border-bottom: #ccc solid 2px;
    padding-bottom: 6px;
}

	.mainimage {
    margin: 130px 0 30px;
}
	
	h2 {
		font-size: 125%;
		margin-top: 10px;
	}
	
	.item-ph {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.item-ph div {
		width: 32.5%;
		margin-bottom: 10px;
	}
	
	.staff {
	background-color: #dfebcc;
	overflow: auto;
	clear: both;
	margin: 30px 0;
}

.staff h2 {
	font-size: 110%;
	margin-bottom: 10px;
	padding: 20px 0 0 20px;
}
.staff h2 span {
    font-size: 80%;
}

.staff p {
	padding: 0 20px 20px 20px;
    width: 94%;
    font-size: 90%;	
}

.staff-ph {
    
    float: left;
    margin: 20px 10px 0;
    padding: 0px 0;height: 214px;
}


section.flow {
    margin: 30px 0;
}

section.flow ul {padding:5%;text-align: center;}

section.flow ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5%;
}

section.flow ul li.arrow {
    width: 5%;
    vertical-align: middle;
    padding: 9% 0px;margin: 0 2%;
}
section.flow ul li.arrow img {
    width: 100%;
}

section.flow ul li img.dayPh {
    height: 220px;
}
section.flow ul li p.comment {
    margin: 15px 0 0;
}
section.flow ul li p.comment {
    text-align: center;
}

section.flow ul li p.comment span {
    text-align: left;
    display: inline-block;
}


section.application {margin: 30px 0;}
.stepContents {
    margin-bottom: 30px;
}
section.application ul {
    overflow: hidden;
    padding: 2% 5% 2%;
}

section.application ul li.step {
    width: 15%;
    background: #dfebcc;
    float: left;
    padding: 10px 2%;
    text-align: center;
    font-weight: 600;
}

li.ap_content {}

section.application ul li.ap_content {
    width: 75%;
    float: right;
    padding: 5px 0 15px;
    border-bottom: 1px solid #ccc;
}

section.application ul li.step span {
    display: block;
}

section.application ul li.ap_content span {
    display: block;
}

.inquiry {
    padding: 2% 5% 2%;
    margin: 0 0 30px;
}

.inquiry .leftContents {
    width: 50%;
    float: left;margin: 0 0 30px;
}

.inquiry .rightContents {
    width: 34%;
    float: right;margin: 0 0 30px;
}

.inquiry .rightContents img {
    width: 100%;
}
	
	.mb-txt {
		display: none;
	}
	
	.nagare-content {
		width: 45%;
		float: left;
	}
	
	.shugou {
		width: 50%;
		float: right;
	}
	
	#koyoukeitai {
		width: 90%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	
	#koyoukeitai div {
		width: 22%;
		margin-bottom: 10px;
	}

	.youkou-contents {
		padding: 150px 20px 0;
	}
	
	.ph-youkou {
		width: 33%;
		float: right;
		margin: 0 0 20px 20px;
	}

	.form_btn {
		position: relative;
		display: inline-block;
		padding: 15px 40px;
		font-size: 120%;
		text-decoration: none;
		color: #FFF;
		background: #71b12c;
		border-radius: 10px;
		font-weight: bold;
		float: right;
	}

	.mb-bt {
		display: none;
	}
	
	td {
		border-bottom: #ccc solid 1px;
	}
	
	.copyright {
		float: right;
		padding-right: 15px;
	}

	.weeks-saiyou {
		float: left;
		padding-left: 15px;
	}
}

.drawer-menu li a {
	font-size: 90%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.contents {
	padding: 0 15px;
}

h3 {
	font-size: 140%;
	background: url(img/title-line.png) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

#voice {
	background-color: #71b12c;
	padding: 35px 20px 35px;
	overflow: hidden;
}

#day {
	background-color: #71b12c;
	padding: 35px 20px 50px;
}
	
.day-box {
	background-color: #fff;
	border-radius:10px;
	padding: 20px 20px 45px;
}

.day-box h4 {
	font-size: 150%;
	color: #71b12c;
	margin: 20px 0 10px;
}

.swiper-container {
	margin-top: 20px;
}

.swiper-pagination {
	bottom: -50px;
}

#nagare {
	background-color: #71b12c;
	padding: 35px 20px;
	overflow: auto;
}
	
.nagare-box {
	background-color: #fff;
	border-radius:10px;	
	padding: 20px;
}

#nagare h4 {
	font-size: 110%;
	color: #fff;
	margin-bottom: 5px;
}

.nagare-box h5 {
	font-size: 120%;
	color: #f39800;
}

.nagare-box p {
	font-size: 85%;
}

.yajirushi {
	position: relative;
	font-size: 200%;
	color: #fff;
	font-weight: bold;
}
	
#nagare h6 {
	font-size: 110%;
	color: #fff;
	margin-top: 30px;
}

.contact {
	font-size: 95%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

#youkou {
	background-color:#FFF0BF;
	padding: 20px 20px 10px;
	margin: 30px 0;
	overflow: auto;
}

#youkou h4 {
	font-size: 110%;
	border-bottom: #f39800 2px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.youkou-info {
	margin-bottom: 20px;
}

.youkou_btn {
	width: 100%;
	text-align: center;
    position: relative;
    display: inline-block;
	padding: 20px 0;
	margin-bottom: 10px;
    text-decoration: none;
    color: #FFF;
    background: #f39800;
    border-radius: 10px;
	font-size: 110%;
    font-weight: bold;
}


.youkou_btn_tanki {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 7px 0;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFF;
    background: #f39800;
    border-radius: 10px;
    font-size: 110%;
    font-weight: bold;
}


.youkou_btn2 {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFF;
    background: #666;
    border-radius: 10px;
    font-size: 110%;
    font-weight: bold;
}

.youkou_btn2_tanki {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFF;
    background: #666;
    border-radius: 10px;
    font-size: 110%;
    font-weight: bold;
}


.job-txt {
	margin-bottom: 25px;
}

.time {
	font-size: 65%;
}

.bt-txt {
	font-size: 80%;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.boshu-shop {
	margin-bottom: 20px;
}

.maru {
	font-size: 130%;
	color: #71b12c;
}

.youkou-box {
	border: #ccc solid 1px;
	padding: 20px;
	margin-bottom: 30px;
	clear: both;
}

.youkou-box h5 {
	font-size: 110%;
	color: #71b12c;
}

.red {
	color: #e00;
}

.shosai {
	background-color: #eee;
	padding: 8px 10px;
	font-size: 90%;
	margin-top: 10px;
}

table {
	width: 100%;
	font-size: 90%;
	margin-top: 15px;
}

th {
	background-color: #d5e5ba;
	vertical-align: top;
	padding: 5px;
}

td {
	vertical-align: top;
	padding: 5px;
}

footer {
	width: 100%;
    font-size: 95%;
    padding: 10px 0;
    overflow: auto;
    border-top: #ccc 1px solid;
    margin-top: 30px;
}

#page-top {
	opacity:0.9;
    position: fixed;
	bottom: 0px;
    right: 20px;
	z-index: 10;
}

#page-top a {
	font-size: 80%;
    background: #4c7c1d;
    text-decoration: none;
    color: #fff;
    width: 155px;
    padding: 20px 0 25px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    background: #599222;
}

#thanks {
	width: 80%;
	max-width:700px;
	margin:0 auto;
	line-height: 1.5em;
}

#thanks h1 {
	font-size: 250%;
	color: #71b12c;
	margin: 40px 0;
}

#thanks h2 {
	font-size: 100%;
	color: #333;
	margin: 0;
}

.link {
	margin: 30px 0;
}

.ulr {
	margin-bottom: 10px;
}

#formWrap {
	width:700px;
	margin:0 auto;
	line-height: 1.6em;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#eee;
	color: #333;
	text-align:left;
}

table.formTable input[type="text"]{
	font-family: sans-serif;
}

table.formTable input[type="radio"]{
  position: relative;
  top: -6px;
}

table.formTable textarea,select {
	font-size:95%;
	font-family: sans-serif;
}

#formWrap h3 {
	font-size:120%;
	line-height: 1.6em;
	color: #71b12c;
	margin: 30px 0 20px;
}

.form-txt {
	margin-bottom: 15px;
}

.form-bt {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	font-size:95%;
	font-family: sans-serif;
	padding: 0 25px;
	height: 50px;
}
	
@media screen and (max-width:720px) {
	#formWrap {
		width:95%;
		margin:0 auto;
	}
	
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		display:block;
	}
	
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
	}
}