@media screen and (max-width:600px){
.sp_only{
	display: block!important;
}
.pc_only{
	display: none!important;
}
.min {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#header {
    width: 100%;
    height: 226px;
    margin: 0 auto;
    position: relative;
	padding-top: 60px;
}
#index #header {
    height: 300px;
}
.header_in_02 {
    width: 100%;
    overflow: visible;
    padding: 20px 0 0 0;
}
.header_in_02 h1 {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
	font-size:12px;
}

#header_in ul {
    padding-top: 10px;
    float: none;
    width: 100%;
    overflow: visible;
	text-align: center;
}
#header_in ul li.tel {
    width: 192px;
    float: none;
	margin:0 auto 10px;
}
.tit_index {
    padding-top: 30px;
    text-align: center;
	width:90%;
		margin: auto;
	font-size: 28px;
}
#wrapper_in {
    background-position-x: -620px;
	background-position-y: 40px;
}
#index #wrapper_in {
    background-position-x: -620px;
}

/* sp_menuここから */	
header#sp {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    z-index: 9800;
    background-color:#ffffff;
}
header .inner {
  position: relative;
}
header h1 {
  padding: 4px 0 0 10px;
  text-align: left;
}
header h1 img{
    width:120px;
}
header p {
  display: none;
}
header p a {
  padding: 0 0 0 20px;
  background: url(../images/icon_cr-wh.png) no-repeat 0 center;
  color: #fff;
}
header .expand {
	font-size:0;
	text-align:right;
	width:calc(100% - 235px);
	margin-bottom:2px;
}
header .expand li {
	font-size:13px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	padding-right:15px;
	background:url(../imgs/common/arrow_navi.png) no-repeat right center;
	cursor:pointer;
	position:relative;
}
header .expand li:not(:last-child) {
	margin-right:20px;
}
header .expand li::after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	background-color:#000;
	position:absolute;
	bottom:-2px;
	left:0;
	z-index:1;
	opacity:0;
	transition:opacity 0.3s;
}
header .expand li:hover::after {
	opacity:1.0;
}

header a#menu_btn,
header a#menu_btn span {
	display:inline-block;
	transition:all .4s;
}
header a#menu_btn {
	width:36px;
	height:35px;
	display:none;
	border-radius:2px;
	position:absolute;
	top:50%;
	right:10px;
	z-index:10;
	transform:translateY(-50%);
}
header a#menu_btn span {
	width:24px;
	height:2px;
	margin:0 auto;
	/*border-radius:2px;*/
	background-color:#000000;
	position:absolute;
	left:0;
	right:0;
}
header a#menu_btn span:nth-of-type(1) {
	top:8px;
}
header a#menu_btn span:nth-of-type(2) {
	top:16px;
}
header a#menu_btn span:nth-of-type(3) {
	top:24px;
}
header a#menu_btn.active {
	/*background-color:#063b98;*/
	opacity:1.0;
}
header a#menu_btn.active span {
	background-color:#000000;
}
header a#menu_btn.active span:nth-of-type(1) {
	transform:translateY(8px) rotate(-315deg);
}
header a#menu_btn.active span:nth-of-type(2) {
	opacity:0;
}
header a#menu_btn.active span:nth-of-type(3) {
	transform:translateY(-8px) rotate(315deg);
}
#expandnavi {
	display:none;
	width:100%;
	padding:0%;
	background-color:#064e00;
	position:absolute;
	top:100%;
	left:0;
	z-index:10;
    max-height:calc(100vh - 53px);
    overflow:auto;
}
.expand_menu {
	font-size:0;
	display:none;
}
.expand_menu p, .expand_menu ul {
	width:33.3%;
	display:inline-block;
	vertical-align:top;
}
.expand_menu p {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
	position:relative;
}
.expand_menu p::after, .expand_menu p::before {
	content:"";
	width:16px;
	height:2px;
	display:none;
	background-color:#fff;
	position:absolute;
	top:22%;
	right:10px;
	z-index:1;
	transition:all .4s;
}
.expand_menu p::after {
	transform:translateY(0px) rotate(-90deg);
}
.expand_menu p.active::after {
	transform:translateY(0px) rotate(-180deg);
}
.expand_menu p.active::before {
	transform:translateY(0px) rotate(180deg);
}
.expand_menu ul {
	padding-left:10px;
	padding-top:4px;
}
.expand_menu ul li:not(:last-child) {
	margin-bottom:8px;
}
.expand_menu ul li a {
	font-size:13px;
	color:#fff;
	display:inline-block;
	position:relative;
}
.expand_menu ul li a::after {
	content:"";
	width:100%;
	height:1px;
	display:block;
	background-color:#fff;
	position:absolute;
	bottom:-2px;
	left:0;
	z-index:1;
	opacity:0;
	transition:opacity 0.3s;
}
.expand_menu ul li a:hover {
	opacity:1.0;
}
.expand_menu ul li a:hover::after {
	opacity:1.0;
}
header .head {
		padding:0px;
    width:100%;
    display: block;
	}
	header #logo {
		margin-bottom:3px;
	}
	header .expand {
		display:none;
	}
	header a#menu_btn {
		display:block;
	}
	.expand_menu {
		display:block!important;
        padding: 4%;
	}
    #expand_menu0 {
        background-color: #064e00;
	}
    #expand_menu1 {
        background-color: #7D301D;
	}
    #expand_menu2 {
        background-color: #A8882C;
	}
    #expand_menu3 {
        background-color: #5A408A;
	}
	.expand_menu:not(:last-child) {
		/*border-bottom:1px solid #fff;*/
	}
	.expand_menu p, .expand_menu ul {
		width:100%;
		display:block;
	}
	.expand_menu p {
		padding:0 0 0px 0;
		cursor:pointer;
	}
	.expand_menu p::after, .expand_menu p::before {
		display:block;
	}
	.expand_menu ul {
		display:none;
		padding:30px 0 0 0;
		margin:0 0 8px 10px;
	}
	.expand_menu ul:last-child {
		margin-bottom:25px;
	}
	.expand_menu ul li:not(:last-child) {
		margin-bottom:10px;
	}
	.expand_menu ul li a {
		padding-left:18px;
        font-size: 18px;
	}
	.expand_menu ul li a::before {
		content:"";
		width:10px;
		height:12px;
		display:block;
		border-top:6px solid transparent;
		border-bottom:6px solid transparent;
		border-left:10px solid #fff;
		position:absolute;
		top:8px;
		left:0;
		z-index:1;
		box-sizing:border-box;
	}
    .sp_menu_inner li{
        padding: 4%;
        font-size:18px;
        background-color: #EF8200;
    }
    .sp_menu_inner li a{
        color: #ffffff!important;
        font-weight: bold;
    }
/* sp_menuここまで */
	
	
	
	
	
#main {
    width: 94%;
    margin: 15px auto 18px;
    padding: 0 3%;
}
#main #index_g_nav {
    margin-bottom: 0px;
}
#main #index_g_nav li {
    float: left;
    margin-right: 0px;
	margin-bottom: 10px;
	width: 96%;
	padding: 2%;
}
#main #index_g_nav li img {
    width: 100%;
}
#main #news_box {
    width: 100%;
	float: none;
	margin-bottom: 10px;
	padding-bottom: 20px;
	height: auto;
}
#main #staff_box {
    float: none;
	padding: 2%;
	width: 96%;
}
#main #staff_box img {
	width: 100%;
}
.pagetop {
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
    padding: 0 0 10px;
}
#footer img {
    width: 100%;
}
#footer_in p.front {
    right: 0;
    left: 0;
    margin: auto;
    width: 130px;
}
#footer_in {
    width: 100%;
    margin: 70px auto 0;
    position: relative;
    padding-bottom: 25px;
	padding-top: 90px;
}
#footer_in p.center {
    padding: 28px 0 10px;
}
	#footer_in h3{
		color: #3fa19d;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
#footer_in ul.bnr{
		width:96%;
	padding: 15px 2% 0;
	}
#footer_in ul.bnr li {
    margin-right: 0px;
    padding-bottom: 10px;
    width: 100%;
}
#footer_contact_box {
    background: url(/common/img/footer/bg_contact.gif) repeat top left;
    padding: 20px 2%;
    width: 96%;
    margin-bottom: 0px;
}
#footer_contact_box dl {
    width: 100%;
    float: none;
    overflow: hidden;
    display: inline;
	margin-left: 0;
}
	#footer_contact_box dl dt {
    width: 206px;
    float: none;
    margin: 10px auto;
}
#footer_contact_box dl dd {
    width: 275px;
    float: none;
    margin: 0 auto 10px;
}
#footer_contact_box p {
    width: 100%;
    float: none;
    margin-right: 0;
    display: inline;
}
#copyright {
    padding: 20px 2%;
    width: 96%;
}
#copyright_in {
    width: 100%;
    margin: 0 auto;
}
#copyright_in .left_box {
    width: 100%;
    float: none;
}
#copyright_in .right_box {
    width: 100%;
    float: none;
    text-align: initial;
	padding-top: 20px;
}
#copyright_in .right_box ul {
    text-align: initial;
    padding-bottom: 15px;
}
#copyright_in .right_box ul.footer_bnr li {
    padding: 5px 0;
    display: block;
    width: 100%;
}
#copyright_in .right_box ul.footer_bnr li img {
    width: 100%;
}
p.copy {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	
/* 下層 */
ul#g_nav {
    display: none;
}
#container {
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
    position: initial;
}
ul.pankuzu {
    width: 100%;
}
div#content {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.waku, .sec {
    width: 100%;
}
.waku h2.tit_01 {
    margin: 15px 20px;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
	color: #8F765A;
}
.waku h2.tit_02 {
    margin: 0px;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
	color: #8F765A;
}
	.waku h3{
		font-size: 24px;
    font-weight: normal;
		color: #8F765A;
}
	.fs24{
		font-size: 24px;
	}
	.fs20{
		font-size: 20px;
	}.fs16{
		font-size: 16px;
	}
	.cl_or{
		color:#f29600
	}
	.cl_bl{
		color:#62aea7;
	}
	.cl_pink{
		color:#e98982;
	}
	.cl_purp{
		color:#9b6ca9;
	}
	
	.pt20{
		padding-top: 20px;
	}
#about ul.p_b0 {
	padding-bottom: 0px;
}
#about ul.first-child {
    width: 100%;
}
#about table {
    width: 100%;
}
#about table th {
    width: 70px;
    color: #8F765A;
}
div#side {
    width: 100%;
    float: none;
}
	#side_box {
		width:100%;
	}
	#side_box h3 img {
		width:100%;
	}
#side_box h3 {
		padding: 2%;
	}
#side_contact_box {
	background : none;
	background-color: #ffffff;
    width: 96%;
	padding: 2%;
    height: auto;
    margin-bottom: 10px;
}
.recruit {
    width: 96%;
    padding: 8px 2%;
}
.recruit img {
    width: 100%;
}
#side_other_box {
    height: auto;
}
	.waku_02_service {
    width: 90%;
    height: auto;
    margin: 0 0% 20px;
		padding: 0 5% 100px;
		background: url(/service/img/ph_01_01.jpg) no-repeat bottom right;
}
	.waku_02_intro {
    background: url(/intro/img/ph_01.jpg) no-repeat bottom right;
    width: 90%;
    height: auto;
    margin: 0 0% 20px;
		padding: 0 5% 100px;
}
	.waku_02_service dt,
	.waku_02_service dt{
    width: 90%;
}
.w_380 {
    width: 100%;
}
.float_right {
    float:none;
	margin: auto;
}
.float_left {
    float:none;
	margin: auto;
}
	#service #container ul li.odd a img,
	#service #container ul li.even a img{
		width: 100%;
		margin: auto;
	}
	.waku_ph {
    width: 98%;
    padding: 3px 1% 6px;
}
	#intro01 .waku_ph img,
	#intro02 .waku_ph img,
	#intro03 .waku_ph img,
	#intro04 .waku_ph img,
	#intro05 .waku_ph img,
	#intro06 .waku_ph img,
	#intro07 .waku_ph img{
		width:100%;
	}
	.recruit_table {
    border: 1px solid #ddd6cd;
    border-top: none;
    width: 100%;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.recruit_table th {
    background-color: #f7f5f3;
    padding: 10px;
    border-bottom: 1px dotted #ddd6cd;
    width: 70px;
    font-weight: normal;
}
#recruit .waku h3 {
    color: #FFFFFF;
	font-size: 20px;
}
.recruit_contact dd {
    width: 100%;
    margin: 0 auto;
}
#recruit .float_left,
	#recruit .float_right{
    float: none;
    margin: auto;
    width: 90%;
}
#recruit .float_right img{
    width: 100%;
	padding-top: 15px;
}
.photo_box {
    margin: 20px;
}
	.photo_box ul{
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.photo_box ul li {
    width: 47%;
    float: none;
    margin-right: 0px;
}
	.photo_box ul li img{
		width: 100%;
	}
.photo_box .cosmos ul li {
    width: 100%;
}
.cosmos ul li.even {
    float: none;
    margin-left: 0px;
}
ul.sitemap_box li.sitemap_left {
    margin-left: 0px;
    width: 280px;
    float: none;
}
#main #news_box_in {
    padding: 20px;
}
}