
@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}



/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;

    word-break:break-all;
}

*:first-child + html body {
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

body{
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

.container01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1350px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

    overflow: hidden;
}

.container04_00{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0px 0px;
}


.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}

.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}

.container05{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;


    box-sizing: border-box;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:100px;
	margin:0 auto;

	position:relative;

}

header{

	width:100%;
	height:100px;
	margin:0 auto;

	box-sizing:border-box;
}




.header_contact{
	position:absolute;
	top:15px;
	right:0px;
    background: #dca53c; 

    width: 300px;
    height: 70px;

    padding: 19px 10px 5px;
    box-sizing: border-box;
    
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: right;

    border-radius: 35px 0px 0px 35px;

    font-feature-settings : "palt";
    letter-spacing:1px;
    
}

.header_contact span{
    position: relative;
    font-size: 21px;
    line-height: 100%;
    font-weight: 500;
}

.header_contact span::before{
    content: 'ご注文';
    display: block;
    position: absolute;
    top: 2px;
    left: -52px;
    width: auto;
    height: auto;
    padding: 2px 4px;

    border-radius: 5px;

    font-size: 12px;
    color: #dca53c;
    background: #ffffff; 
    font-weight: 700;

}


.header_sns{
	position:absolute;
	top:10px;
	right:305px;
    
    line-height: 120%;
}


.header_sns ul li{
    float: left;
    margin-right: 15px;

}


.header_sns img{
 
}




.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 70px;

	padding:0 30px;
	box-sizing:border-box;

    background-color: #e0d9c7;


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;

    text-align: center;


}



address{
	font-size:14px;
	line-height:160%;
	color:#000;

    letter-spacing: -0.04em;

    margin-bottom: 12px;


}

.f_comp{
    padding: 5px;
    box-sizing: border-box;
    
    display: block !important;
}

.f_comp a{
	font-size:16px;
	line-height:160%;
	color:#886b1f !important;
    
    padding: 2px 10px 0px;

    box-sizing: border-box;
    text-decoration: none;
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}



.f_fix{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;

    z-index: 7000;
}

.f_fix ul li{
    position: relative;
    float: left;
    width: 50%;
    height: 70px;
}

.f_fix ul li.f_mail{
    background-color: #dfa51b;
}

.f_fix ul li.f_tel{
    background-color: #e28039;
}

.f_fix ul li a{
    display: block;
    text-align: center;
    line-height: 180%;
    width: 100%;
    height: 70px;
    color: #ffffff;
    text-decoration: none;

    box-sizing: border-box;
}


.f_fix ul li.f_mail a{
    padding: 23px 30px;
}

.f_fix ul li.f_tel a{
    padding: 4px 30px;
}


.f_fix ul li.f_mail span.icon{
    position: relative;
    font-size: 28px;
    padding-left: 70px;
}

.f_fix ul li.f_tel span.icon{
    position: relative;
    font-size: 40px;
    padding-left: 45px;
}

.f_fix ul li.f_mail span.icon::before{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/common/f_mail_icon.png);
    width: 68px;
    height: 40px;
    background-size: contain;

    top: 0px;
    left: -10px;
}


.f_fix ul li.f_tel span.icon::before{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/common/f_tel_icon.png);
    width: 42px;
    height: 54px;
    background-size: contain;

    top: -8px;
    left: 0px;
}


.f_fix ul li.f_tel p{
    padding-left: 50px;
    font-size: 16px;
}

.f_fix ul li.f_tel p span{
    font-size: 14px;
}

}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:160%;
	text-align:left;

}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}




.container04{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

    overflow: hidden;
}

.container04_00{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0px;
}

.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:25px 0;
}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
/*    padding: 0 30px;*/
    box-sizing: border-box;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:70px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}

.header_contact{
	display: none;    
}

.header_contact span{
    font-size: 15px;
    line-height: 70%;
    font-feature-settings : "palt";
    letter-spacing:1px;
}

.header_sns{
	display: none;
}

.header_sns img{
	width: 100%;  
}





#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}



/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 70px;

	padding:0 20px;
	box-sizing:border-box;


    background-color: #e0d9c7;
}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;

    text-align: center;


}



address{
	font-size:14px;
	line-height:160%;
	color:#000;

    letter-spacing: -0.04em;

    margin-bottom: 10px;


}

.f_comp{
    padding: 5px;
    box-sizing: border-box;	

    display: block !important;
}

.f_comp a{
	font-size:14px;
	line-height:160%;
	color:#886b1f !important;
    
    padding: 2px 10px 0px;

    box-sizing: border-box;
    text-decoration: none;
}


footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}



.f_fix{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;

    z-index: 7000;
}

.f_fix ul li{
    position: relative;
    float: left;
    width: 50%;
    height: 70px;
}

.f_fix ul li.f_mail{
    background-color: #dfa51b;
}

.f_fix ul li.f_tel{
    background-color: #e28039;
}

.f_fix ul li a{
    display: block;
    text-align: center;
    line-height: 180%;
    width: 100%;
    height: 70px;
    color: #ffffff;
    text-decoration: none;

    box-sizing: border-box;
}


.f_fix ul li.f_mail a{
    padding: 22px 20px 20px;
}

.f_fix ul li.f_tel a{
    padding: 4px 20px 10px;
}


.f_fix ul li.f_mail span.icon{
    position: relative;
    font-size: 24px;
}

.f_fix ul li.f_tel span.icon{
    position: relative;
    font-size: 36px;
}

.f_fix ul li.f_mail span.icon::before{
    position: absolute;
    content: '';
    display: none;
    background-image: url(../img/common/f_mail_icon.png);
    width: 51px;
    height: 30px;

    top: -40px;
    left: 50%;
    transform: translateX(-50%);

    background-size: contain;

}


.f_fix ul li.f_tel span.icon::before{
    position: absolute;
    content: '';
    display: none;
    background-image: url(../img/common/f_tel_icon.png);
    width: 31px;
    height: 40px;

    top: -60px;
    left: 50%;
    transform: translateX(-50%);

    background-size: contain;

}


.f_fix ul li.f_tel p{

    font-size: 15px;
}

.f_fix ul li.f_tel p span{
    font-size: 13px;
}








}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:140%;
	text-align:left;

}	



/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 40px 0;

}



.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;

}

.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;

    overflow: hidden;
}

.container04_00{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0px;
}

.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}

.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	max-width:1300px;
	width:100%;
	height:65px;
	margin:0 auto;
/*    padding: 0 20px;*/
    box-sizing: border-box;
	position:relative;

}

header{
	max-width:1300px;
	width:100%;
	height:65px;
	margin:0 auto;

		
	padding:0 15px;
	box-sizing:border-box;
}





#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-40px;
    padding-top:40px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}




/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 70px;

	padding:0 10px;
	box-sizing:border-box;


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:12px 0 15px 0;
	box-sizing:border-box;

    text-align: center;


}

.footer_in > img{
    height: 45px;
}

address{
	font-size:13px;
	line-height:160%;
	color:#000;

    letter-spacing: -0.04em;

    margin-bottom: 8px;


}

.f_comp{
    padding: 5px;

    box-sizing: border-box;	

    display: block !important;
}

.f_comp a{
	font-size:13px;
	line-height:160%;
	color:#886b1f !important;
    
    padding: 2px 10px 0px;

    box-sizing: border-box;
    text-decoration: none;
}


footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}



.f_fix{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;

    z-index: 7000;
}

.f_fix ul li{
    position: relative;
    float: left;
    width: 50%;
    height: 70px;
}

.f_fix ul li.f_mail{
    background-color: #dfa51b;
}

.f_fix ul li.f_tel{
    background-color: #e28039;
}

.f_fix ul li a{
    display: block;
    text-align: center;
    line-height: 180%;
    width: 100%;
    height: 70px;
    color: #ffffff;
    text-decoration: none;

    box-sizing: border-box;
}


.f_fix ul li.f_mail a{
    padding: 35px 5px 10px;
}

.f_fix ul li.f_tel a{
    padding: 35px 5px 10px;
}


.f_fix ul li.f_mail span.icon{
    position: relative;
    font-size: 14px;
    line-height: 120%;
}

.f_fix ul li.f_tel span.icon{
    position: relative;
    font-size: 20px;
    visibility:hidden;
    height: 0px;
}

.f_fix ul li.f_mail span.icon::before{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/common/f_mail_icon.png);
    width: 30px;
    height: 18px;

    top: -25px;
    left: 50%;
    transform: translateX(-50%);

    background-size: contain;

}


.f_fix ul li.f_tel span.icon::before{
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/common/f_tel_icon.png);
    width: 19px;
    height: 24px;

    top: -56px;
    left: 50%;
    transform: translateX(-50%);

    background-size: contain;
    visibility: visible;

}


.f_fix ul li.f_tel p{
    line-height: 110%;
    font-size: 13px;
}

.f_fix ul li.f_tel p span{
    font-size: 12px;
}


.f_fix ul li.f_tel span.nl::before{
	content: "\A" ;
	white-space: pre ;
}









}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 180px;
height: auto;
position: absolute;
top: 8px;
left: 15px;


}

h1 img{
	width:100%;
	height:auto;
}



h2.h2_01{
    width: 400px;
    position: relative;
    margin: 0px auto 40px;
    padding: 15px 15px 12px;
    border-radius: 2rem;
    background-image:url(../img/common/h2_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    
    border: 3px solid #dd880e;
    color: white;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    box-sizing: border-box;
}


h2.h2_01:before,
h2.h2_01:after {
    position: absolute;
    top: 50%;
    width: calc((1000px - 100%)/2);
    height: 4px;
    background-color: #dd880e;
    content: '';
    transform: translateY(-50%);
}

h2.h2_01:before {
    right: 100%;
}

h2.h2_01:after {
    left: 100%;
}


h3.h3_01{
    position: relative;
    font-size: 28px;
    line-height: 180%;
    text-align: center;

    margin-bottom: 40px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

h3.h3_01:after{
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 50px;
    height: 4px;
    border-radius: 3px;
    background-color: #e3ac5d;
    content: '';
    transform: translateX(-50%);

}



h4.h4_01{
    width: 100%;
    font-size: 22px;
    line-height: 180%;
    text-align: center;

    color: #ffffff;
    background-color: #e28a2b;

    border-left: 1px solid #e28a2b;
    padding: 10px 10px;

    border-radius: 10px;

    margin-bottom: 30px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;

    box-sizing: border-box;
}

h4.h4_02r {
    position: relative;
    color: #db587d;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    margin: 20px auto 40px;

    font-weight: 700;
    font-style: normal;
}

h4.h4_02r:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 200px;
    height: 75px;
    border-radius: 50%;
    border: 5px solid #f6dde3;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


h4.h4_02g {
    position: relative;
    color: #5c933b;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    margin: 20px auto 40px;

    font-weight: 700;
    font-style: normal;
}

h4.h4_02g:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 200px;
    height: 75px;
    border-radius: 50%;
    border: 5px solid #bfd0b4;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


h5.h5_01{
    font-size: 20px;
    line-height: 200%;
    text-align: left;

    border-left: 10px solid #e28a2b;
    padding-left: 10px;


    margin-bottom: 30px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}





/* スライド ---------------------------------------------- */



/*=============
slick
=============*/

.full{

	width:100%;
	min-height:800px;
    margin-top: 100px;
    margin-bottom: 40px;
}

     
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
min-height:800px;
  margin: 0;
  text-decoration: none;
}
.full div.img01 {
  background-image:url("../img/top/slide01.jpg");
  background-repeat: no-repeat;
}
.full div.img02 {
  background-image:url("../img/top/slide02.jpg");
  background-repeat: no-repeat;  
}


.slide_txt_out{
min-height:800px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.slide_txt_out p{
    width: 800px;

}





.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}







/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:600px;

	z-index:5;

    margin-top: 60px;

	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}








/* 各ページイメージ ---------------------------------------------- */



.company_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}



.menu_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/menu/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
  display: flex;
  justify-content: center;
  align-items: center;
  
  border-radius: 10px;
}

.service01_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/service/01/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.service02_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/service/02/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}


.recruit_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
      display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}

.order_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
      display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}


.contact_top_img{
	width: 98%;
	height:350px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
      display: flex;
    justify-content: center;
    align-items: center; 

    border-radius: 10px;
}


.news_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     
  display: flex;
  justify-content: center;
  align-items: center;     
}




/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}






/* ページ共通背景 ---------------------------------------------- */



.bg_main{
    padding: 30px 0px;
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}

.bg_01{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg01.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}

.bg_02{
	width: 100% !important;
	height:300px;
	background:url("../img/top/tp_bg02.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
    margin-bottom: 40px;
}

.bg_03{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg03.jpg") top repeat-y;
    background-size: cover;/* 画像のサイズを指定    */
}

.bg_04{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg04.jpg") top repeat-y;
    background-size: cover;/* 画像のサイズを指定    */
}

 




.button01{
    text-align: center;
}

.button01 a{
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #8e6e0b;
    padding: 22px 35px 20px 80px;
    transition: all 0.3s;
}

.button01 a:before,.button01 a:after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.button01 a:before {
    width: 10px;
    height: 10px;
    left: 22px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.button01 a:after {
    left: 0;
    background: #8e6e0b;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.button01 a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}
.button01 a:hover {
    padding: 22px 35px 20px 70px;
}
.button01 a:hover span {
    color: #fff;
}
.button01 a:hover:before {
    left: 40px;
}
.button01 a:hover:after {
    right: 0;
    width: 100%;
}











.button02{

	width:200px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

}

.button02 a{
    display: block;
    height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 3px;

    background:#dd880e;
    border: 1px solid #dd880e;
        box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    border-radius: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}


.button02 a:hover {
    background:#FFFFFF;
	border: 1px solid #dd880e;
    color:#dd880e;
}




/* トップ　スライド-------------------------------------------- */

/* スライドの動き等速 */
.top_slide_loop {
    margin-bottom: 60px;
}


/* スライドの動き等速 */
.top_slide_loop .swiper-wrapper {
    transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.top_slide_loop  .swiper-slide img {
    height: auto;
    width: 100%;
}


/* トップ-------------------------------------------- */

.top_bento_txt01{
    text-align: center;
    font-size: 22px;

    margin-bottom: 40px;

}

.top_bento_list01{
    width: 100%;
}

.top_bento_list01 ul li{
    float: left;
    width: 48%;
    border: 8px solid #dd880e;
    margin-right: 4%;
    padding: 15px;
    border-radius: 20px;

    background-color: #ffffff;
    box-sizing: border-box;
}

.top_bento_list01 ul li:last-child{
    margin-right: 0%;
}

.top_bento_list01 ul li img{
    width: 100%;
}

.top_bento_list01 ul li dl{
    padding: 15px 20px;
}

.top_bento_list01 ul li dl dt{
    font-size: 20px;
    line-height: 180%;
    border-bottom: 5px dotted #dd880e;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'noto700';    
}

.top_bento_list01 ul li dl dd{
    height: 130px;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    font-family: 'noto700';    
}


.top_bento_list01 ul li dl dd span{

    font-size: 16px;

    font-family: 'noto500';  
    margin-left: 5px;
}

.top_cont_02{
    width: 100%;
    height: 170px;

    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding:20px 20px;
    margin: 5px auto;
    box-sizing: border-box;
}

.top_cont_02_txt{
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;

    text-align: center;
}

.top_cont_02_txt span{
    display: block;
    font-size: 22px;
    line-height: 150%;
    font-weight: 700;

    padding-bottom: 15px;
}

.top_cont_02_txt br.tab{
    display:none;
}


.top_cont_03{
    width: 100%;
}

.top_bento_txt02{
    text-align: center;
}

.top_bento_txt02 dl{
    margin-bottom: 60px;
}

.top_bento_txt02 dl dt{
    display: block;
    width: 330px;
    height: 60px;

    padding: 18px 20px;
    margin: 0px auto 40px;
    font-size: 26px;
    font-weight: 700;
    color: #8e6e0b;
    background-color: #ffffff;
    border: 1px solid #8e6e0b;
    box-sizing: border-box;

}

.top_bento_txt02 dl dd{
    font-size: 20px;
    line-height: 160%;

    margin: 0px auto 0px;
}


.top_bento_list02{
    margin-bottom: 80px;
}

.top_bento_list02 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.top_bento_list02 ul li:nth-child(3n){
    margin-right: 0%;
}

.top_bento_list02 ul li dl dt{
    margin-bottom: 15px;
}

.top_bento_list02 ul li dl dt img{
    width: 100%;
}

.top_bento_list02 ul li dl dd{
    text-align: center;
    line-height: 160%;

    font-size: 18px;
    
    font-family: 'noto700';
}

.top_bento_list02 ul li dl dd span{

    font-size: 14px;
    
    font-family: 'noto500';
    margin-left: 5px;
}

.top_bento_list02 p{
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;

}


.top_bento_list03{
    max-width: 890px;
    width: 100%;
    margin: 0px auto 40px;
}

.top_bento_list03 ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.top_bento_list03 ul li:nth-child(2n){
    margin-right: 0%;
}

.top_bento_list03 ul li dl dt{
    margin-bottom: 20px;
}

.top_bento_list03 ul li dl dt img{
    width: 100%;
}

.top_bento_list03 ul li dl dd{
    text-align: center;
    line-height: 160%;

    font-size: 18px;
}





/* 新着情報---------------------------------------------- */


.tp_news{
    height: auto;
    max-height: 300px;
    overflow:hidden;
    overflow-y:scroll;

    margin-bottom: 30px;
}

.tp_news dl dt{
    font-size: 16px;
    line-height: 180%;
    float: left;
    clear: both;

}

.tp_news dl dd{
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    padding-left: 140px;
    border-bottom: 1px dotted #999999;
}

.tp_news dl dd a{
    text-decoration: none;
    color: #000;

}


.news_list{
    height: auto;

    margin-bottom: 30px;
}

.news_list dl dt{
    font-size: 18px;
    line-height: 160%;
    float: left;
    clear: both;

}

.news_list dl dd{
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    padding-left: 140px;
    border-bottom: 1px dotted #999999;
}

.news_list dl dd a{
    text-decoration: none;
    color: #000;

}



/* トップ　地図---------------------------------------------- */

.tp_map{
    width: 100%;
}

.tp_map dl{
margin-bottom: 20px;

}

.tp_map dl dt span{
	position: relative;
	font-size: 24px;
    line-height: 180%;
    padding-top: 2px;
    padding-left: 20px;
}


.tp_map dl dt span::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #e3ac5d;
    border-radius: 50%;
    left: 0px;

    transform: translateY(-50%);
}

.tp_map dl dd{
    width: 100%;
    font-size: 18px;
    line-height: 160%;
}


/* トップ　リクルート---------------------------------------------- */


.tp_recruit{
    width: 100%;
}

.tp_recruit_l{
    float: left;
    width: 50%;
    height: 400px;
	background:url("../img/top/top_rt_img.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_recruit_r{
    float: right;
    width: 50%;
    height: 400px;
    background:url("../img/common/ctt_bg.jpg") center repeat-x; 

    padding: 50px 3%;
    box-sizing: border-box;
}

.tp_recruit_r dl{
    margin-bottom: 30px;
}


.tp_recruit_r dl dt{
    width: 100%;
    height: 80px;
    text-align: center;
    position: relative;
    font-family: "condor", sans-serif;
    font-weight: 500;
    font-style: normal;

    color: #FFFFFF;

    font-size: 90px;

    padding: 40px 30px 70px;
    margin-bottom: 30px;
    box-sizing: border-box;

    border-bottom: 2px solid #ffffff;

}


.tp_recruit_r dl dt span{
    display: block;
    position: absolute;
    font-size: 30px;
    color: #000;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    font-family: iroha-25icho-stdn, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.tp_recruit_r dl dd{
    text-align: center;
    font-size: 22px;
    line-height: 160%;
}


.tp_recruit_btn{
    width:100%;
    max-width: 200px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}



.tp_recruit_btn a{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#518545;
    padding-top: 1px;

    background:#FFFFFF;
    border: 1px solid #518545;
        box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    border-radius: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}


.tp_recruit_btn a:hover {
    background:#518545;
	border: 1px solid #518545;
    color:#FFFFFF;
}


/* メニュー--------------------------------------------- */


.page_select{
    max-width: 540px;
    width: 100%;
    margin: 0px auto 60px;
    text-align: center;
}

.page_select ul li{
    float: left;
    width: 100%;
    max-width: 250px;
    margin-right: 40px;
    padding: 6px;
    box-sizing: border-box;
}

.page_select ul li:last-child{
    margin-right: 0px;
}


.page_select ul li a{
    display: block;
    width: 100%;
    color: #e28039;
    font-size: 20px;

    padding: 13px 10px 10px;
    box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #e28039;

    border-radius: 5px;
    border: 1px solid #e28039;
    box-sizing: border-box;

    transition: 0.3s;
}

.page_select ul li.on a{
    color: #FFFFFF;
    background-color: #e28039;

    border: 1px solid #e28039;
}

.page_select ul li a:hover{
    opacity: 0.8;
}

.menu_top_txt{
    width: 100%;

    font-size: 16px;
    text-align: 160%;

    padding: 20px 30px;
    box-sizing: border-box;

    background-color: #f7efe8;
    border-radius: 10px;
}

.menu_top_txt span{
    color: #e30000;
}


.menu_txt01{
    width: 100%;

    font-size: 18px;
    text-align: 160%;

    padding: 20px 30px;
    box-sizing: border-box;

    margin: 0px auto 60px;

    background-color: #fff;
    border-radius: 10px;
}

.menu_txt01 ul li{
    float: left;
    margin-right: 15px;
}

.menu_txt01 ul.ex_menu li{
    font-weight: 700;
}


.menu_txt02{
    width: 100%;

    font-size: 18px;
    text-align: 160%;
    text-align: center;

    padding: 20px;
    box-sizing: border-box;

    margin: 0px auto 40px;

}


.menu_cmt{
    padding: 20px 30px;

    font-size: 18px;
    line-height: 160%;

    border-radius: 10px;
    background-color: #e9eced;
    box-sizing: border-box;
}

.bento_cat1{
    width: 100%;
    padding: 5px 10px 3px;

    font-size: 20px;
    color: #FFFFFF;

    text-align: center;

    background-color: #e0a516;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto 30px;
}

.bento_cat2{
    width: 100%;
    padding: 5px 10px 3px;

    font-size: 20px;
    color: #FFFFFF;

    text-align: center;

    background-color: #8ba040;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto 30px;
}


/* 会社情報--------------------------------------------- */


.abt_msg01{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 60px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_msg01 p{
    padding: 20px 0px;
    text-align: right;
}



.abt_tbl{
	width:100%;
	height:auto;
	margin-bottom:70px;

    
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:160px;

	padding:15px 10px 12px;	
	box-sizing:border-box;
    
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 2px dotted #d7d7d7;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td{
	padding:15px 10px 12px;	
	box-sizing:border-box;
    
	font-size:18px;
    line-height: 160%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 2px dotted #d7d7d7;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}


.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}

.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 12px;

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_tbl table td dl dt{
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 3px;
}

.abt_tbl table td dl dd{
    margin-bottom: 3px;

}

.abt_tbl table td dl dd p{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}

.abt_address_list{
    margin-bottom: 60px;
}

.abt_address_list li{
    margin-bottom: 40px;
}

.abt_address{
    font-size: 18px;
    line-height: 160%;

    margin-bottom: 15px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.abt_img00{
    width: 100%;
    margin-bottom: 60px;
}

.abt_img00 ul li{
    float: left;
    width: 23.5%;

    margin-right: 2%;
    box-sizing: border-box;
}

.abt_img00 ul li:last-child{
    margin-right: 0%;
}

.abt_img00 ul li img{
    width: 100%;
    height: auto;
}

.abt_img01{
    width: 100%;
}

.abt_img01 img{
    width: 100%;
}

/* サービス内容--------------------------------------------- */

.sv_bento_txt{
    text-align: center;
}

.sv_bento_txt dl{
    margin-bottom: 60px;
}

.sv_bento_txt dl dt{
    display: block;
    width: 330px;
    height: 70px;

    padding: 23px 20px;
    margin: 0px auto 40px;
    font-size: 28px;
    font-weight: 700;
    color: #8e6e0b;
    background-color: #ffffff;
    border: 1px solid #8e6e0b;
    box-sizing: border-box;

}

.sv_bento_txt dl dd{
    font-size: 20px;

    margin: 0px auto 0px;
}



/* 一般向け */
.sv01_cont01{
    width: 100%;
    margin: 0px auto 60px;
}

.sv01_cont01 ul li{
    float: left;
    width: 48%;

    height: 255px;
    border-radius: 10px;

    padding: 30px;
    margin-right: 4%;
    margin-bottom: 30px;
    box-sizing: border-box;
}


.sv01_cont01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv01_cont01 ul li:nth-child(1){
    background-image: url(../img/service/01/cont01_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(2){
    background-image: url(../img/service/01/cont01_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(3){
    background-image: url(../img/service/01/cont01_bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(4){
    background-image: url(../img/service/01/cont01_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.sv01_cont01 ul li dl dt{
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    color: #e57320;

    margin-bottom: 25px;
}

.sv01_cont01 ul li dl dt span{
    padding: 0px 10px 10px;
    border-bottom: 5px dotted #857457;
}

.sv01_cont01 ul li dl dd{
    font-size: 17px;
    line-height: 160%;
}


/* 高齢者向け */
.sv02_cont01{
    width: 100%;
    margin: 0px auto 60px;
}

.sv02_cont01 ul li{
    float: left;
    width: 48%;

    height: 255px;
    border-radius: 10px;

    padding: 30px;
    margin-right: 4%;
    margin-bottom: 30px;
    box-sizing: border-box;
}


.sv02_cont01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv02_cont01 ul li:nth-child(1){
    background-image: url(../img/service/02/cont01_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(2){
    background-image: url(../img/service/02/cont01_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(3){
    background-image: url(../img/service/02/cont01_bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(4){
    background-image: url(../img/service/02/cont01_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.sv02_cont01 ul li dl dt{
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    color: #497e27;

    margin-bottom: 25px;
}

.sv02_cont01 ul li dl dt span{
    padding: 0px 10px 10px;
    border-bottom: 5px dotted #857457;
}

.sv02_cont01 ul li dl dd{
    font-size: 17px;
    line-height: 160%;
}



/***ステップバーデザイン4***/
.step-wrap4 {
    counter-reset: count;
    margin: 0px 0px 60px;
    position: relative;

    padding: 20px;
}

.step-content4 {
    padding: 15px 0px 15px 50px;
    margin: 0;
    position: relative;
}

.sv01_cont02 .step-content4::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #ed80b3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.sv02_cont02 .step-content4::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #7ba376;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.step-content4::after {
    content: "";
    display: block;
    height: calc(100% - 50px);
    border-left: solid 4px #ddd;
    position: absolute;
    top: 50px;
    left: 23px;
}

.step-label4 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 9px;
}

.step-label4::after {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    font-size: 24px;
    top: 8px;
    left: 8px;
}

.step-title4 {
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
}

.step-body4 {
    margin-top: 15px;
    padding: 0 15px 20px;
    font-size: 18px;
    border-bottom: dotted 2px #ddd;
}

.step-body4 span{
    color: #e30000;
}

.step-wrap4 > :last-of-type::after {
    display: none;
}
/***ステップバーデザイン４***/

/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 60px;
}

.rrt_txt dl dt{
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 170%;
}


/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}




/* お問い合わせフォーム ---------------------------------------------- */

.contact_select{
    max-width: 720px;
    width: 100%;
    margin: 0px auto 60px;
    text-align: center;
}

.contact_select ul li{
    display:table;
    float: left;
    margin-right: 20px;
}

.contact_select ul li:last-child{
    margin-right: 0px;
}


.contact_select ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 350px;
    height: 80px;
    color: #dd880e;
    font-size: 20px;

    padding: 13px 10px 10px;

    border: 1px solid #dd880e;
    box-sizing: border-box;
}

.contact_select ul li.on a{
    color: #FFFFFF;
    background-color: #dd880e;

    border: 1px solid #dd880e;
}

.contact_select ul li a:hover{
    opacity: 0.8;
}


.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#dd880e;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 1060px) {


/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
    width: auto;
	height:60px;
	position: absolute;
    top: 5px;
    left: 17px;

}

h1 img{
	width:auto;
	height:100%;
}


h2.h2_01{
    width: 300px;
    position: relative;
    margin: 0px auto 30px;
    padding: 12px 12px 9px;
    border-radius: 2rem;
    background-image:url(../img/common/h2_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    
    border: 3px solid #dd880e;
    color: white;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
}


h2.h2_01:before,
h2.h2_01:after {
    position: absolute;
    top: 50%;
    width: calc((1000px - 400px)/2);
    height: 4px;
    background-color: #dd880e;
    content: '';
    transform: translateY(-50%);
}

h2.h2_01:before {
    right: 100%;
}

h2.h2_01:after {
    left: 100%;
}


h3.h3_01{
    position: relative;
    font-size: 20px;
    line-height: 180%;
    text-align: center;

    margin-bottom: 30px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

h3.h3_01:after{
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #e3ac5d;
    content: '';
    transform: translateX(-50%);

}




h4.h4_01{
    width: 100%;
    font-size: 18px;
    line-height: 180%;
    text-align: center;

    color: #ffffff;
    background-color: #e28a2b;

    border-left: 1px solid #e28a2b;
    padding: 8px 10px;

    border-radius: 10px;

    margin-bottom: 30px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;

    box-sizing: border-box;
}

h4.h4_02r {
    position: relative;
    color: #db587d;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 15px auto 30px;

    font-weight: 700;
    font-style: normal;
}

h4.h4_02r:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    width: 170px;
    height: 65px;
    border-radius: 50%;
    border: 5px solid #f6dde3;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h4.h4_02g{
    position: relative;
    color: #5c933b;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 15px auto 30px;

    font-weight: 700;
    font-style: normal;
}

h4.h4_02g:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    width: 170px;
    height: 65px;
    border-radius: 50%;
    border: 5px solid #bfd0b4;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


h5.h5_01{
    font-size: 16px;
    line-height: 200%;
    text-align: left;

    border-left: 8px solid #e28a2b;
    padding-left: 8px;


    margin-bottom: 25px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}






/* スライド ---------------------------------------------- */



/*=============
slick
=============*/

.full{

	width:100%;
	min-height:550px;
    margin-top: 70px;
    margin-bottom: 30px;    
}

     
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	min-height:550px;
  margin: 0;
  text-decoration: none;
}
.full div.img01 {
  background-image:url("../img/top/slide01.jpg");
  background-repeat: no-repeat;
}
.full div.img02 {
  background-image:url("../img/top/slide02.jpg");
  background-repeat: no-repeat;  
}


.slide_txt_out{
min-height:550px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.slide_txt_out p{
    width: 600px;

}





.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}


/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 20px;
}

.top_slide{
	width:100%;
	min-height:450px;
    margin-top: 30px;

	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}







/* 各ページイメージ ---------------------------------------------- */



.company_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}

.menu_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/menu/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
  display: flex;
  justify-content: center;
  align-items: center;
  
  border-radius: 10px;
}

.service01_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/service/01/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.service02_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/service/02/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}


.recruit_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}

.order_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;
     
      display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}

.contact_top_img{
	width: 96%;
	height:300px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}


.news_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:70px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;
}



.s_top_img{
      display:none;
      text-align:center;
}



/* ページ共通背景 ---------------------------------------------- */


.bg_main{
    padding: 25px 0px;
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}



.bg_01{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg01.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}

.bg_02{
	width: 100% !important;
	height:250px;
	background:url("../img/top/tp_bg02.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
    margin-bottom: 30px;
}

.bg_03{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg03.jpg") top repeat-y;
    background-size: contain;/* 画像のサイズを指定    */
}

.bg_04{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg04.jpg") top repeat-y;
    background-size: contain;/* 画像のサイズを指定    */
}

 


.button01{
    text-align: center;
}

.button01 a{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #8e6e0b;
    padding: 17px 30px 15px 70px;
    transition: all 0.3s;
}

.button01 a:before,.button01 a:after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.button01 a:before {
    width: 10px;
    height: 10px;
    left: 17px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.button01 a:after {
    left: 0;
    background: #8e6e0b;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.button01 a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}
.button01 a:hover {
    padding: 17px 30px 15px 60px;
}
.button01 a:hover span {
    color: #fff;
}
.button01 a:hover:before {
    left: 30px;
}
.button01 a:hover:after {
    right: 0;
    width: 100%;
}



.button02{

	width:170px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

}

.button02 a{
    display: block;
    height: 35px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 2px;

    background:#dd880e;
    border: 1px solid #dd880e;
        box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    border-radius: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}


.button02 a:hover {
    background:#FFFFFF;
	border: 1px solid #dd880e;
    color:#dd880e;
}




/* トップ　スライド-------------------------------------------- */

/* スライドの動き等速 */
.top_slide_loop {
    margin-bottom: 50px;
}


/* スライドの動き等速 */
.top_slide_loop .swiper-wrapper {
    transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.top_slide_loop  .swiper-slide img {
    height: auto;
    width: 100%;
}



/* トップ-------------------------------------------- */

.top_bento_txt01{
    text-align: center;
    font-size: 18px;

    margin-bottom: 30px;

}

.top_bento_list01{
    width: 100%;
}

.top_bento_list01 ul li{
    float: left;
    width: 48%;
    border: 4px solid #dd880e;
    margin-right: 4%;
    padding: 10px 5px;
    border-radius: 20px;

    background-color: #ffffff;
    box-sizing: border-box;
}

.top_bento_list01 ul li:last-child{
    margin-right: 0%;
}

.top_bento_list01 ul li img{
    width: 100%;
}

.top_bento_list01 ul li dl{
    padding: 15px 15px;
}

.top_bento_list01 ul li dl dt{
    font-size: 18px;
    line-height: 180%;
    border-bottom: 5px dotted #dd880e;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'noto700';        
}

.top_bento_list01 ul li dl dd{
    height: 130px;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    font-family: 'noto700';    
}


.top_bento_list01 ul li dl dd span{

    font-size: 14px;

    font-family: 'noto500';  
    margin-left: 5px;
}




.top_cont_02{
    width: 100%;
    height: 150px;

    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding:10px 20px;
    margin: 0px auto;
    box-sizing: border-box;
}

.top_cont_02_txt{
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;

    text-align: center;
}

.top_cont_02_txt span{
    display: block;
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;

    padding-bottom: 15px;
}


.top_cont_03{
    width: 100%;
}

.top_bento_txt02{
    text-align: center;
}

.top_bento_txt02 dl{
    margin-bottom: 50px;
}

.top_bento_txt02 dl dt{
    display: block;
    width: 250px;
    height: 60px;

    padding: 20px 15px;
    margin: 0px auto 30px;
    font-size: 22px;
    font-weight: 700;
    color: #8e6e0b;
    background-color: #ffffff;
    border: 1px solid #8e6e0b;
    box-sizing: border-box;

}

.top_bento_txt02 dl dd{
    font-size: 16px;
    line-height: 180%;

    margin: 0px auto 0px;
}


.top_bento_list02{
    margin-bottom: 60px;
}

.top_bento_list02 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.top_bento_list02 ul li:nth-child(3n){
    margin-right: 0%;
}

.top_bento_list02 ul li dl dt{
    margin-bottom: 14px;
}

.top_bento_list02 ul li dl dt img{
    width: 100%;
}

.top_bento_list02 ul li dl dd{
    text-align: center;
    line-height: 160%;

    font-size: 15px;
    
    font-family: 'noto700';
}

.top_bento_list02 ul li dl dd span{

    font-size: 13px;
    
    font-family: 'noto500';
    margin-left: 5px;
}


.top_bento_list02 p{
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;

}


.top_bento_list03{
    max-width: 890px;
    width: 100%;
    margin: 0px auto 30px;
}

.top_bento_list03 ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.top_bento_list03 ul li:nth-child(2n){
    margin-right: 0%;
}

.top_bento_list03 ul li dl dt{
    margin-bottom: 20px;
}

.top_bento_list03 ul li dl dt img{
    width: 100%;
}

.top_bento_list03 ul li dl dd{
    text-align: center;
    line-height: 160%;

    font-size: 16px;
}





/* 新着情報---------------------------------------------- */


.tp_news{
height: 180px;
  overflow:hidden;
  overflow-y:scroll;

  margin-bottom: 30px;
}

.tp_news dl dt{
font-size: 15px;
line-height: 160%;
float: left;
clear: both;
}

.tp_news dl dd{
ffont-size: 15px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 12px;
padding-left: 130px;
border-bottom: 1px dotted #999999;
}


.tp_news dl dd a{
    text-decoration: none;
    color: #000;

}



.news_list{
height: auto;
  margin-bottom: 25px;
}

.news_list dl dt{
font-size: 15px;
line-height: 150%;
float: left;
clear: both;
}

.news_list dl dd{
font-size: 15px;
line-height: 150%;
margin: 0 0 12px 0;
padding-bottom: 12px;
padding-left: 110px;
border-bottom: 1px dotted #999999;
}

.news_list dl dd a{
    text-decoration: none;
    color: #000;

}


/* トップ　地図---------------------------------------------- */

.tp_map{
    width: 100%;
}

.tp_map dl{
    margin-bottom: 20px;

}

.tp_map dl dt span{
	position: relative;
	font-size: 20px;
    line-height: 180%;
    padding-top: 2px;
    padding-left: 18px;
}


.tp_map dl dt span::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #e3ac5d;
    border-radius: 50%;
    left: 0px;

    transform: translateY(-50%);
}

.tp_map dl dd{
    width: 100%;
    font-size: 16px;
    line-height: 160%;
}


/* トップ　リクルート---------------------------------------------- */


.tp_recruit{
    width: 100%;
}

.tp_recruit_l{
    float: left;
    width: 40%;
    height: 300px;
	background:url("../img/top/top_rt_img.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_recruit_r{
    float: right;
    width: 60%;
    height: 300px;
    background:url("../img/common/ctt_bg.jpg") center repeat-x; 

    padding: 30px 3%;
    box-sizing: border-box;
}

.tp_recruit_r dl{
    margin-bottom: 30px;
}


.tp_recruit_r dl dt{
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
    font-family: "condor", sans-serif;
    font-weight: 500;
    font-style: normal;

    color: #FFFFFF;

    font-size: 70px;

    padding: 30px 25px 60px;
    margin-bottom: 25px;
    box-sizing: border-box;

    border-bottom: 2px solid #ffffff;

}


.tp_recruit_r dl dt span{
    display: block;
    position: absolute;
    font-size: 24px;
    color: #000;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    font-family: iroha-25icho-stdn, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.tp_recruit_r dl dd{
    text-align: center;
    font-size: 18px;
    line-height: 160%;
}


.tp_recruit_btn{
    width:100%;
    max-width: 180px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}



.tp_recruit_btn a{
    display: block;
    width: 100%;
    height: 35px;
    font-size: 15px;
    line-height: 110%;
    color:#518545;
    padding-top: 1px;

    background:#FFFFFF;
    border: 1px solid #518545;
        box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    border-radius: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}


.tp_recruit_btn a:hover {
    background:#518545;
	border: 1px solid #518545;
    color:#FFFFFF;
}




/* メニュー--------------------------------------------- */


.page_select{
    max-width: 480px;
    width: 100%;
    margin: 0px auto 50px;
    text-align: center;
}

.page_select ul li{
    float: left;
    width: 100%;
    max-width: 220px;
    margin-right: 40px;
    padding: 6px;
    box-sizing: border-box;
}

.page_select ul li:last-child{
    margin-right: 0px;
}


.page_select ul li a{
    display: block;
    width: 100%;
    color: #e28039;
    font-size: 16px;

    padding: 13px 10px 10px;
    box-shadow: 0px 0px 0px 3px #FFFFFF, 0px 0px 0px 6px #e28039;

    border-radius: 5px;
    border: 1px solid #e28039;
    box-sizing: border-box;

    transition: 0.3s;
}

.page_select ul li.on a{
    color: #FFFFFF;
    background-color: #e28039;

    border: 1px solid #e28039;
}

.page_select ul li a:hover{
    opacity: 0.8;
}


.menu_top_txt{
    width: 100%;

    font-size: 16px;
    line-height: 160%;

    padding: 20px 30px;
    box-sizing: border-box;

    background-color: #f7efe8;
    border-radius: 10px;
}

.menu_top_txt span{
    color: #e30000;
}

.menu_txt01{
    width: 100%;

    font-size: 16px;
    text-align: 160%;

    padding: 20px 30px;
    box-sizing: border-box;

    margin: 0px auto 50px;

    background-color: #fff;
    border-radius: 10px;
}

.menu_txt01 ul li{
    float: left;
    margin-right: 15px;
}

.menu_txt01 ul.ex_menu li{
    font-weight: 700;
}


.menu_txt02{
    width: 100%;

    font-size: 16px;
    text-align: 180%;
    text-align: center;

    padding: 20px;
    box-sizing: border-box;

    margin: 0px auto 30px;

}


.menu_cmt{
    padding: 20px 30px;

    font-size: 16px;
    line-height: 160%;

    border-radius: 10px;
    background-color: #e9eced;
    box-sizing: border-box;
}

.bento_cat1{
    width: 100%;
    padding: 5px 10px 3px;

    font-size: 18px;
    color: #FFFFFF;

    text-align: center;

    background-color: #e0a516;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto 25px;
}

.bento_cat2{
    width: 100%;
    padding: 5px 10px 3px;

    font-size: 18px;
    color: #FFFFFF;

    text-align: center;

    background-color: #8ba040;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto 25px;
}




/* 会社情報--------------------------------------------- */



.abt_msg01{
    font-size: 15px;
    margin-bottom: 50px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_msg01 p{
    padding: 15px 0px;
    text-align: right;
}




.abt_tbl{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:140px;

	padding:13px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 2px dotted #d7d7d7;
}

.abt_tbl table td{
	padding:13px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 2px dotted #d7d7d7;
}



.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 12px;

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_tbl table td dl dt{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 3px;
}

.abt_tbl table td dl dd{
    margin-bottom: 3px;

}

.abt_tbl table td dl dd p{
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}

.abt_address_list{
    margin-bottom: 50px;
}

.abt_address_list li{
    margin-bottom: 30px;
}

.abt_address{
    font-size: 15px;
    line-height: 160%;

    margin-bottom: 10px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.abt_img00{
    width: 100%;

    max-width: 500px;
    margin: 0px auto 50px;
}

.abt_img00 ul li{
    float: left;
    max-width: 240px;
    width: 48%;

    margin-right: 4%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.abt_img00 ul li:nth-child(2n){
    margin-right: 0%;
}

.abt_img00 ul li img{
    width: 100%;
    height: auto;
}



.abt_img01{
    width: 100%;
}

.abt_img01 img{
    width: 100%;
}

/* サービス内容--------------------------------------------- */


.sv_bento_txt{
    text-align: center;
}

.sv_bento_txt dl{
    margin-bottom: 50px;
}

.sv_bento_txt dl dt{
    display: block;
    width: 250px;
    height: 60px;

    padding: 20px 15px;
    margin: 0px auto 30px;
    font-size: 22px;
    font-weight: 700;
    color: #8e6e0b;
    background-color: #ffffff;
    border: 1px solid #8e6e0b;
    box-sizing: border-box;

}

.sv_bento_txt dl dd{
    font-size: 16px;

    margin: 0px auto 0px;
}




/* 一般向け */
.sv01_cont01{
    width: 100%;
    margin: 0px auto 50px;
}

.sv01_cont01 ul li{
    float: left;
    width: 48%;

    height: 255px;
    border-radius: 10px;

    padding: 20px;
    margin-right: 4%;
    margin-bottom: 25px;
    box-sizing: border-box;
}


.sv01_cont01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv01_cont01 ul li:nth-child(1){
    background-image: url(../img/service/01/cont01_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(2){
    background-image: url(../img/service/01/cont01_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(3){
    background-image: url(../img/service/01/cont01_bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(4){
    background-image: url(../img/service/01/cont01_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.sv01_cont01 ul li dl dt{
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    color: #e57320;

    margin-bottom: 20px;
}

.sv01_cont01 ul li dl dt span{
    padding: 0px 10px 5px;
    border-bottom: 5px dotted #857457;
}

.sv01_cont01 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
}





/* 高齢者向け */
.sv02_cont01{
    width: 100%;
    margin: 0px auto 50px;
}

.sv02_cont01 ul li{
    float: left;
    width: 48%;

    height: 255px;
    border-radius: 10px;

    padding: 20px;
    margin-right: 4%;
    margin-bottom: 25px;
    box-sizing: border-box;
}


.sv02_cont01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv02_cont01 ul li:nth-child(1){
    background-image: url(../img/service/02/cont01_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(2){
    background-image: url(../img/service/02/cont01_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(3){
    background-image: url(../img/service/02/cont01_bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(4){
    background-image: url(../img/service/02/cont01_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.sv02_cont01 ul li dl dt{
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    color: #497e27;

    margin-bottom: 20px;
}

.sv02_cont01 ul li dl dt span{
    padding: 0px 10px 5px;
    border-bottom: 5px dotted #857457;
}

.sv02_cont01 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
}






/***ステップバーデザイン4***/
.step-wrap4 {
    counter-reset: count;
    margin: 0px 0px 50px;
    position: relative;

    padding: 20px;
}

.step-content4 {
    padding: 10px 0px 10px 40px;
    margin: 0;
    position: relative;
}


.sv01_cont02 .step-content4::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #ed80b3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.sv02_cont02 .step-content4::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #7ba376;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.step-content4::after {
    content: "";
    display: block;
    height: calc(100% - 40px);
    border-left: solid 4px #ddd;
    position: absolute;
    top: 40px;
    left: 18px;
}

.step-label4 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 9px;
}

.step-label4::after {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    font-size: 20px;
    top: 3px;
    left:5px;
}

.step-title4 {
    font-weight: bold;
    font-size: 18px;
    margin-left: 15px;
}

.step-body4 {
    margin-top: 15px;
    padding: 0 12px 15px;
    font-size: 16px;
    border-bottom: dotted 2px #ddd;
}

.step-body4 span{
    color: #e30000;
}

.step-wrap4 > :last-of-type::after {
    display: none;
}
/***ステップバーデザイン４***/


/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 60px;
}

.rrt_txt dl dt{
    font-size: 26px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;   

}

.rrt_txt dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 17px;
    line-height: 170%;
}



/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}





/* お問い合わせフォーム ---------------------------------------------- */

.contact_select{
    max-width: 720px;
    width: 100%;
    margin: 0px auto 50px;
    text-align: center;
}

.contact_select ul li{
    display:table;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.contact_select ul li:last-child{
    margin-right: 0%;
}


.contact_select ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 80px;
    color: #dd880e;
    font-size: 18px;

    padding: 13px 10px 10px;

    border: 1px solid #dd880e;
    box-sizing: border-box;
}

.contact_select ul li.on a{
    color: #FFFFFF;
    background-color: #dd880e;

    border: 1px solid #dd880e;
}

.contact_select ul li a:hover{
    opacity: 0.8;
}


.contact-t{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#dd880e;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
    width: auto;
	height:55px;
	position: absolute;
    top: 5px;
    left: 15px;
}

h1 img{
	width:auto;
	height:100%;
}





h2.h2_01{
    width: 200px;
    position: relative;
    margin: 0px auto 20px;
    padding: 10px 10px 7px;
    border-radius: 3rem;
    background-image:url(../img/common/h2_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    
    border: 2px solid #dd880e;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
}


h2.h2_01:before,
h2.h2_01:after {
    position: absolute;
    top: 50%;
    width: calc((1000px - 400px)/2);
    height: 4px;
    background-color: #dd880e;
    content: '';
    transform: translateY(-50%);
}

h2.h2_01:before {
    right: 100%;
}

h2.h2_01:after {
    left: 100%;
}


h3.h3_01{
    position: relative;
    font-size: 17px;
    line-height: 180%;
    text-align: center;

    margin-bottom: 20px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

h3.h3_01:after{
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #e3ac5d;
    content: '';
    transform: translateX(-50%);

}


h4.h4_01{
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    text-align: center;

    color: #ffffff;
    background-color: #e28a2b;

    border-left: 1px solid #e28a2b;
    padding: 6px 10px;

    border-radius: 10px;

    margin-bottom: 30px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;

    box-sizing: border-box;
}


h4.h4_02r {
    position: relative;
    color: #db587d;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    margin: 10px auto 20px;

    font-weight: 700;
    font-style: normal;
}

h4.h4_02r:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    width: 140px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid #f6dde3;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


h4.h4_02g {
    position: relative;
    color: #5c933b;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    margin: 10px auto 20px;

    font-weight: 700;
    font-style: normal;
}

h4.h4_02g:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    width: 140px;
    height: 55px;
    border-radius: 50%;
    border: 5px solid #bfd0b4;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h5.h5_01{
    font-size: 14px;
    line-height: 200%;
    text-align: left;

    border-left: 6px solid #e28a2b;
    padding-left: 6px;


    margin-bottom: 20px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}







/* スライド ---------------------------------------------- */



/*=============
slick
=============*/

.full{

	width:100%;
	min-height:350px;
    margin-top: 65px;
    margin-bottom: 30px;    
}

     
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
	min-height:350px;
  margin: 0;
  text-decoration: none;
}
.full div.img01 {
  background-image:url("../img/top/slide01.jpg");
  background-repeat: no-repeat;
}
.full div.img02 {
  background-image:url("../img/top/slide02.jpg");
  background-repeat: no-repeat;  
}


.slide_txt_out{
	min-height:350px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.slide_txt_out p{
    width: 330px;

}





.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}




/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 15px;
}


.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

    margin-top: 30px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






/* 各ページイメージ ---------------------------------------------- */



.company_top_img{
	width: 94%;
	height:180px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}

.menu_top_img{
	width: 94%;
	height:220px !important;
	background:url("../img/menu/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;
     
  display: flex;
  justify-content: center;
  align-items: center;
  
  border-radius: 10px;
}

.service01_top_img{
	width: 94%;
	height:220px !important;
	background:url("../img/service/01/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.service02_top_img{
	width: 94%;
	height:220px !important;
	background:url("../img/service/02/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;
     
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
}

.recruit_top_img{
	width: 94%;
	height:220px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}


.order_top_img{
	width: 94%;
	height:220px !important;
	background:url("../img/order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;
     
      display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}


.contact_top_img{
	width: 94%;
	height:220px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 10px;
}


.news_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:65px auto 0px auto;

  display: flex;
  justify-content: center;
  align-items: center;
}


/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */


.bg_main{
    padding: 20px 0px;
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}


.bg_01{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg01.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
}

.bg_02{
	width: 100% !important;
	height:180px;
	background:url("../img/top/tp_bg02.jpg") top no-repeat;
    background-size: cover;/* 画像のサイズを指定    */
    margin-bottom: 30px;    
}

.bg_03{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg03.jpg") top repeat-y;
    background-size: contain;/* 画像のサイズを指定    */
}

.bg_04{
	width: 100% !important;
	height:auto;
	background:url("../img/top/tp_bg04.jpg") top repeat-y;
    background-size: contain;/* 画像のサイズを指定    */
}

 


.button01{
    text-align: center;
}

.button01 a{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #8e6e0b;
    padding: 15px 25px 15px 60px;
    transition: all 0.3s;
}

.button01 a:before,.button01 a:after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

.button01 a:before {
    width: 8px;
    height: 8px;
    left: 15px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.button01 a:after {
    left: 0;
    background: #8e6e0b;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.button01 a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}
.button01 a:hover {
    padding: 15px 25px 15px 50px;
}
.button01 a:hover span {
    color: #fff;
}
.button01 a:hover:before {
    left: 25px;
}
.button01 a:hover:after {
    right: 0;
    width: 100%;
}











.button02{

	width:130px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

}

.button02 a{
    display: block;
    height: 30px;
    font-size: 13px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;

    background:#dd880e;
    border: 1px solid #dd880e;
        box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    border-radius: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}


.button02 a:hover {
    background:#FFFFFF;
	border: 1px solid #dd880e;
    color:#dd880e;
}




/* トップ　スライド-------------------------------------------- */

/* スライドの動き等速 */
.top_slide_loop {
    margin-bottom: 40px;
}


/* スライドの動き等速 */
.top_slide_loop .swiper-wrapper {
    transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.top_slide_loop  .swiper-slide img {
    height: auto;
    width: 100%;
}



/* トップ-------------------------------------------- */

.top_bento_txt01{
    text-align: center;
    font-size: 14px;

    margin-bottom: 20px;

}

.top_bento_list01{
    width: 100%;
}

.top_bento_list01 ul li{
    float: none;
    width: 100%;
    max-width: 450px;
    border: 4px solid #dd880e;
    margin: 0px auto 20px;
    padding: 10px;
    border-radius: 15px;

    background-color: #ffffff;
    box-sizing: border-box;
}

.top_bento_list01 ul li:last-child{
    margin-right: auto;
}

.top_bento_list01 ul li img{
    width: 100%;
}

.top_bento_list01 ul li dl{
    padding: 10px;
}


.top_bento_list01 ul li dl dt{
    font-size: 16px;
    line-height: 180%;
    border-bottom: 4px dotted #dd880e;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'noto700';    
}

.top_bento_list01 ul li dl dd{
    height: auto;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
 }


.top_bento_list01 ul li dl dd span{

    font-size: 11px;

    font-family: 'noto500';  
    margin-left: 5px;
}






.top_cont_02{
    width: 100%;
    height: 120px;

    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding:10px 10px;
    margin: 0px auto;
    box-sizing: border-box;
}

.top_cont_02_txt{
    font-size: 13px;
    line-height: 140%;
    font-weight: 500;

    text-align: center;
}

.top_cont_02_txt span{
    display: block;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;

    padding-bottom: 5px;
}

.top_cont_03{
    width: 100%;
}

.top_bento_txt02{
    text-align: center;
}

.top_bento_txt02 dl{
    margin-bottom: 40px;
}

.top_bento_txt02 dl dt{
    display: block;
    width: 180px;
    height: 40px;

    padding: 10px 15px;
    margin: 0px auto 20px;
    font-size: 16px;
    font-weight: 700;
    color: #8e6e0b;
    background-color: #ffffff;
    border: 1px solid #8e6e0b;
    box-sizing: border-box;

}

.top_bento_txt02 dl dd{
    font-size: 14px;

    margin: 0px auto 0px;
}

.top_bento_txt02 dl dd span::before{
    content: "\A" ;
    white-space: pre ;
}


.top_bento_list02{
    margin-bottom: 50px;
}

.top_bento_list02 ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.top_bento_list02 ul li:nth-child(3n){
    margin-right: 4%;
}

.top_bento_list02 ul li:nth-child(2n){
    margin-right: 0%;
}

.top_bento_list02 ul li dl dt{
    margin-bottom: 10px;
}

.top_bento_list02 ul li dl dt img{
    width: 100%;
}

.top_bento_list02 ul li dl dd{
    text-align: center;
    line-height: 160%;

    font-size: 13px;
    
    font-family: 'noto700';
}

.top_bento_list02 ul li dl dd span{

    font-size: 11px;
    
    font-family: 'noto500';
    margin-left: 5px;
}

.top_bento_list02 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}


.top_bento_list02 p{
    font-size: 13px;
    line-height: 140%;
    margin-top: 8px;

}




.top_bento_list03{
    width: 100%;
    margin: 0px auto 30px;
}

.top_bento_list03 ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.top_bento_list03 ul li:nth-child(2n){
    margin-right: 0%;
}

.top_bento_list03 ul li dl dt{
    margin-bottom: 10px;
}

.top_bento_list03 ul li dl dt img{
    width: 100%;
}

.top_bento_list03 ul li dl dd{
    text-align: center;
    line-height: 160%;

    font-size: 13px;
}

.top_bento_list03 ul li dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}





/* 新着情報---------------------------------------------- */


.tp_news{
height: 160px;
  overflow:hidden;
  overflow-y:scroll;

  margin-bottom: 25px;
}

.tp_news dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: both;
margin-bottom: 2px;
}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 8px 0;
padding-bottom: 8px;
padding-left: 0px;
border-bottom: 1px dotted #999999;
}


.tp_news dl dd a{
    text-decoration: none;
    color: #000;

}


.news_list{
    min-height: 300px;
    height: auto;
    margin-bottom: 20px;
}

.news_list dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: both;
margin-bottom: 2px;
}

.news_list dl dd{
font-size: 14px;
line-height: 120%;
margin: 0 0 8px 0;
padding-bottom: 8px;
padding-left: 0px;
border-bottom: 1px dotted #999999;
}


.news_list dl dd a{
    text-decoration: none;
    color: #000;

}



/* トップ　地図---------------------------------------------- */

.tp_map{
    width: 100%;
}

.tp_map dl{
margin-bottom: 15px;

}

.tp_map dl dt span{
	position: relative;
	font-size: 16px;
    line-height: 180%;
    padding-top: 2px;
    padding-left: 15px;
}


.tp_map dl dt span::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #e3ac5d;
    border-radius: 50%;
    left: 0px;

    transform: translateY(-50%);
}

.tp_map dl dd{
    width: 100%;
    font-size: 13px;
    line-height: 160%;
}

.tp_map dl dd span::before{
	content: "\A" ;
	white-space: pre ;
}


/* トップ　リクルート---------------------------------------------- */


.tp_recruit{
    width: 100%;
}

.tp_recruit_l{
    display: none;
    float: left;
    width: 0%;
    height: 0px;
	background:url("../img/top/top_rt_img.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_recruit_r{
    float: right;
    width: 100%;
    height: 230px;
    background:url("../img/common/ctt_bg.jpg") center repeat-x; 

    padding: 20px 3%;
    box-sizing: border-box;
}

.tp_recruit_r dl{
    margin-bottom: 20px;
}


.tp_recruit_r dl dt{
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    font-family: "condor", sans-serif;
    font-weight: 500;
    font-style: normal;

    color: #FFFFFF;

    font-size: 50px;

    padding: 20px 15px 40px;
    margin-bottom: 20px;
    box-sizing: border-box;

    border-bottom: 1px solid #ffffff;

}


.tp_recruit_r dl dt span{
    display: block;
    position: absolute;
    font-size: 18px;
    color: #000;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    font-family: iroha-25icho-stdn, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.tp_recruit_r dl dd{
    text-align: center;
    font-size: 15px;
    line-height: 160%;
}


.tp_recruit_btn{
    width:100%;
    max-width: 200px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}



.tp_recruit_btn a{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 110%;
    color:#518545;
    padding-top: 1px;

    background:#FFFFFF;
    border: 1px solid #518545;
        box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    border-radius: 10px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 

}


.tp_recruit_btn a:hover {
    background:#518545;
	border: 1px solid #518545;
    color:#FFFFFF;
}




/* メニュー--------------------------------------------- */


.page_select{
    max-width: 310px;
    width: 100%;
    margin: 0px auto 40px;
    text-align: center;
}

.page_select ul li{
    float: left;
    width: 49%;
    max-width: 155px;
    margin-right: 2%;
    padding: 4px;
    box-sizing: border-box;
}

.page_select ul li:last-child{
    margin-right: 0px;
}


.page_select ul li a{
    display: block;
    width: 100%;
    color: #e28039;
    font-size: 14px;

    padding: 8px 5px 5px;
    box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #e28039;

    border-radius: 5px;
    border: 1px solid #e28039;
    box-sizing: border-box;

    transition: 0.3s;
}

.page_select ul li.on a{
    color: #FFFFFF;
    background-color: #e28039;

    border: 1px solid #e28039;
}

.page_select ul li a:hover{
    opacity: 0.8;
}

.menu_top_txt{
    width: 100%;

    font-size: 14px;
    line-height: 160%;

    padding: 15px 20px;
    box-sizing: border-box;

    background-color: #f7efe8;
    border-radius: 10px;
}

.menu_top_txt span{
    color: #e30000;
}


.menu_txt01{
    width: 100%;

    font-size: 14px;
    text-align: 160%;

    padding: 15px 20px;
    box-sizing: border-box;

    margin: 0px auto 40px;

    background-color: #fff;
    border-radius: 10px;
}

.menu_txt01 ul li{
    float: left;
    margin-right: 10px;
}

.menu_txt01 ul.ex_menu li{
    font-weight: 700;
}


.menu_txt02{
    max-width: 500px;
    width: 100%;

    font-size: 14px;
    text-align: 160%;
    text-align: left;

    padding: 15px;
    box-sizing: border-box;

    margin: 0px auto 20px;

}



.menu_cmt{
    padding: 15px 20px;

    font-size: 14px;
    line-height: 160%;

    border-radius: 10px;
    background-color: #e9eced;
    box-sizing: border-box;
}

.bento_cat1{
    width: 100%;
    padding: 5px 10px 3px;

    font-size: 16px;
    color: #FFFFFF;

    text-align: center;

    background-color: #e0a516;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto 20px;
}

.bento_cat2{
    width: 100%;
    padding: 5px 10px 3px;

    font-size: 16px;
    color: #FFFFFF;

    text-align: center;

    background-color: #8ba040;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0px auto 20px;
}







/* 会社情報--------------------------------------------- */



.abt_msg01{
    font-size: 13px;
    margin-bottom: 40px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_msg01 p{
    padding: 10px 0px;
    text-align: right;
}






/* 組合について---------------------------------------------- */



.abt_msg{
    margin-bottom: 60px;
}


.abt_msg  dl dt{
  position: relative;
  padding: 25px 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.06em;
  
  font-family: noto-sans,sans-serif;
  font-weight: 500;
  font-style: normal;
}

.abt_msg  dl dt:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 190px;
  height: 102px;
  border-radius: 50%;
  border: 6px solid #89bfda;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



.abt_msg dl dd{
    font-size: 15px;
    line-height: 160%;
}

.abt_msg dl dd p{
text-align: right;
margin-top: 6px;
}





.abt_tbl{
	width:100%;
	height:auto;
	margin-bottom:50px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #28557A;
    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
}

.abt_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 2px dotted #d7d7d7;
}



.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}

.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}



.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_tbl table td dl dt{
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 3px;
}

.abt_tbl table td dl dd{
    margin-bottom: 3px;

}

.abt_tbl table td dl dd p{
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}



.abt_address_list{
    margin-bottom: 40px;
}

.abt_address_list li{
    margin-bottom: 20px;
}

.abt_address{
    font-size: 14px;
    line-height: 160%;

    margin-bottom: 10px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}



.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.abt_img00{
    width: 100%;

    max-width: 500px;
    margin: 0px auto 40px;
}

.abt_img00 ul li{
    float: left;
    max-width: 240px;
    width: 48%;

    margin-right: 4%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.abt_img00 ul li:nth-child(2n){
    margin-right: 0%;
}

.abt_img00 ul li img{
    width: 100%;
    height: auto;
}



.abt_img01{
    width: 100%;
}

.abt_img01 img{
    width: 100%;
}


/* サービス内容--------------------------------------------- */


.sv_bento_txt{
    text-align: center;
}

.sv_bento_txt dl{
    margin-bottom: 40px;
}

.sv_bento_txt dl dt{
    display: block;
    width: 180px;
    height: 50px;

    padding: 15px 15px;
    margin: 0px auto 20px;
    font-size: 18px;
    font-weight: 700;
    color: #8e6e0b;
    background-color: #ffffff;
    border: 1px solid #8e6e0b;
    box-sizing: border-box;

}

.sv_bento_txt dl dd{
    width: 100%;
    max-width: 480px;
    text-align: left;
    font-size: 14px;

    margin: 0px auto 0px;
}

.sv_bento_txt dl dd span::before{
    content: "\A" ;
    white-space: pre ;
}

.sv_bento_txt dl dd br.sp_none{
    display: none;
}




/* 一般向け */
.sv01_cont01{
    width: 100%;
    max-width: 480px;
    margin: 0px auto 40px;
}

.sv01_cont01 ul li{
    float: none;
    width: 100%;

    height: 200px;
    border-radius: 10px;

    padding: 20px;
    margin-right: 0%;
    margin-bottom: 20px;
    box-sizing: border-box;
}


.sv01_cont01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv01_cont01 ul li:nth-child(1){
    background-image: url(../img/service/01/cont01_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(2){
    background-image: url(../img/service/01/cont01_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(3){
    background-image: url(../img/service/01/cont01_bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv01_cont01 ul li:nth-child(4){
    background-image: url(../img/service/01/cont01_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.sv01_cont01 ul li dl dt{
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    color: #e57320;

    margin-bottom: 15px;
}

.sv01_cont01 ul li dl dt span{
    padding: 0px 10px 5px;
    border-bottom: 5px dotted #857457;
}

.sv01_cont01 ul li dl dd{
    font-size: 13px;
    line-height: 160%;
}


/* 高齢者向け */
.sv02_cont01{
    width: 100%;
    max-width: 480px;
    margin: 0px auto 40px;
}

.sv02_cont01 ul li{
    float: none;
    width: 100%;

    height: 200px;
    border-radius: 10px;

    padding: 20px;
    margin-right: 0%;
    margin-bottom: 20px;
    box-sizing: border-box;
}


.sv02_cont01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sv02_cont01 ul li:nth-child(1){
    background-image: url(../img/service/02/cont01_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(2){
    background-image: url(../img/service/02/cont01_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(3){
    background-image: url(../img/service/02/cont01_bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sv02_cont01 ul li:nth-child(4){
    background-image: url(../img/service/02/cont01_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.sv02_cont01 ul li dl dt{
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    color: #497e27;

    margin-bottom: 15px;
}

.sv02_cont01 ul li dl dt span{
    padding: 0px 10px 5px;
    border-bottom: 5px dotted #857457;
}

.sv02_cont01 ul li dl dd{
    font-size: 13px;
    line-height: 160%;
}




/***ステップバーデザイン4***/
.step-wrap4 {
    counter-reset: count;
    margin: 0px 0px 35px;
    position: relative;

    padding: 10px;
}

.step-content4 {
    padding: 5px 0px 10px 25px;
    margin: 0;
    position: relative;
}

.sv01_cont02 .step-content4::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #ed80b3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.sv02_cont02 .step-content4::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #7ba376;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
}

.step-content4::after {
    content: "";
    display: block;
    height: calc(100% - 26px);
    border-left: solid 2px #ddd;
    position: absolute;
    top: 26px;
    left: 12px;
}

.step-label4 {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 9px;
}

.step-label4::after {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    font-size: 15px;
    top: -3px;
    left:-1px;
}

.step-title4 {
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
}

.step-body4 {
    margin-top: 10px;
    padding: 0 12px 10px;
    font-size: 14px;
    border-bottom: dotted 2px #ddd;
}

.step-body4 span{
    color: #e30000;
}

.step-wrap4 > :last-of-type::after {
    display: none;
}
/***ステップバーデザイン４***/




/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 50px;
}

.rrt_txt dl dt{
    font-size: 20px;
    line-height: 150%;
    text-align:left;
    margin-bottom: 15px;
    
    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal; 

}

.rrt_txt dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 15px;
    line-height: 160%;
}



/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;

    margin-bottom: 5px;

    font-family: noto-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: noto-sans,sans-serif;
    font-weight: 500;
    font-style: normal;
}




/* お問い合わせフォーム ---------------------------------------------- */

.contact_select{
    max-width: 400px;
    width: 100%;
    margin: 0px auto 40px;
    text-align: center;
}

.contact_select ul li{
    display:table;
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
}

.contact_select ul li:last-child{
    margin-right: 0%;
}


.contact_select ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    color: #dd880e;
    font-size: 16px;

    padding: 8px 5px 5px;

    border: 1px solid #dd880e;
    box-sizing: border-box;
}

.contact_select ul li.on a{
    color: #FFFFFF;
    background-color: #dd880e;

    border: 1px solid #dd880e;
}

.contact_select ul li a:hover{
    opacity: 0.8;
}



.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#dd880e;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}
