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





@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: "source-han-serif-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;  

}

*:first-child + html body {

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;  
}

body{
    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;  
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




/* 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:17px;

	line-height:160%;
	text-align:left;

}	 

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




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



.container02_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
    background-color: #f6f4ed;
}


.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:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

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

}

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

}


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

}


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

}



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

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



.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:70px 0 70px 0;

}





.container05{

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


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




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

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 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;

    

}

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


.header_bg{
	width:100%;
	height:80px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

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

	box-sizing:border-box;
}

.header_tel{
    max-width: 300px;
    width: 100%;
    height: 80px;
    padding:10px 30px;
    box-sizing: border-box;
    
	position:absolute;
	top:0px;
	right:0px;
    background: #739e2e;
        
    font-size: 16px;
    line-height: 120%;
    color:#FFFFFF;
    text-align: center;
    
  
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;  
}

.header_tel span{
    font-size: 28px;
    line-height: 160%;
}

.header_tel span::before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 28px;/*画像の幅*/
    height: 29px;/*画像の高さ*/
    background-image: url(../img/common/h_tel.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
  }


.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;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


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


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


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


footer{

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


}

.footer_in{
    max-width: 1540px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



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


    margin-bottom: 5px;


}

.ad_ttl{
	font-size:22px;
	line-height:120%;
	margin-bottom:5px;	
}

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;
}



}



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


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


body{
	padding:0;
	margin:0;
	font-size:16px;

	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 30px;
	box-sizing:border-box;
    background-color: #f6f4ed;
}



.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;

}

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

}



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


.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 20px;
    box-sizing: border-box;
}


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


.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:60px 0;
}




.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0 ;
}


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

}

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

}

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

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

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


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 20px;
left: 30px;
}



#header {

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

 box-sizing: border-box;


}

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


.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
 


}

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




.header_tel{
    max-width: 240px;
    width: 100%;
    height: 60px;
    padding:5px 20px 10px 20px;
    box-sizing: border-box;
    
	position:absolute;
	top:0px;
	right:100px;
    background: #739e2e;
        
    font-size: 15px;
    line-height: 120%;
    color:#FFFFFF;
    text-align: center;
    
  
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;  
}

.header_tel span{
    font-size: 22px;
    line-height: 140%;
}

.header_tel span::before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 22px;/*画像の幅*/
    height: 23px;/*画像の高さ*/
    background-image: url(../img/common/h_tel.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
  }






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


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



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


footer{


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


}

.footer_in{
    max-width: 1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



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

    margin-bottom: 10px;


}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:12px;	


}

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;
}





}



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


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



body{
	padding:0;
	margin:0;
	font-size:15px;

	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:40px 0;

}

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

}


.container03_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
	padding:0px 0 40px 0;
}

.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 10px;
    box-sizing: border-box;
}


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



.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:50px 0;
}


.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0 ;
}


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

}

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

}

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

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


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


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 15px;
left: 20px;
}



#header {

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

 box-sizing: border-box;

}

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


.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

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

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



.header_tel{

    max-width: 120px;
    width: 100%;
    height: 50px;
    padding:7px 0px 5px 0px;
    box-sizing: border-box;
    
	position:absolute;
	top:0px;
	right:50px;
    background: #739e2e;
        
    font-size: 10px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    
  
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;  
}

.header_tel span{
    font-size: 15px;
    line-height: 120%;
}

.header_tel span::before {
    display: none;
    /*
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background-image: url(../img/common/h_tel_s.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 7px;
    */
  }



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


footer{

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


}

.footer_in{
    max-width: 1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



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

    margin-bottom: 10px;


}

.ad_ttl{
	font-size:13px;
	line-height:120%;
	margin-bottom:6px;	


}

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;
}




}




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


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

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


h1.h1_01{
    position: absolute;
    top: 20px;
    left: 40px;
}



h2.h2_01{
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
    color: #000000; 
    padding: 20px 30px 60px;

    background-image: url(../img/common/h2_bg.png);
    background-size: 240px 88px;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left calc(50% + 20px);
}

h2.h2_01:first-letter{
    color: #2e921a;
}


h2.h2_01 p{
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 6px;
  color: #FFFFFF;
}



h2.h2_02{
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
  color: #34507c;  

}

h2.h2_02 p{
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 6px;
  color:#000000;
}





.h2_cr{
    color:  #FFFFFF !important;
}

.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 25px !important
}


.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 40px !important
}




h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 35px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    font-weight: 400;
}





h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}



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


.top_slide{
	width:100%;
	min-height:545px;
    margin-top: 80px;

	z-index:5;


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


.top_slide_in{
    max-width: 1000px;
    width: 100%;
    height: 545px;
    position: relative;
    margin: 0 auto;
	z-index:20;    
}


.top_slide_in_01{
    position: absolute;
    bottom: 20px;
    right: 0px;


}






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


.button01{
	width:200px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:200px;
    height: 35px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #da0a0c;

	border: 1px solid #da0a0c;
     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;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight:400;
    font-style: normal;   
    

	-webkit-border-radius:5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius:5px;     /* CSS3 */    
}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #da0a0c;
    color:#da0a0c;
}

/* セールスポイント　------------------------------------------- */

.top_cont_01{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: auto;
}

.top_cont_01 ul{
    width: auto;
    margin: 0px auto;
    font-size:0;

    
}

.top_cont_01 ul li{
    display: inline-block;
    vertical-align: top;
    height: 160px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;   
}

.top_cont_01 ul li:nth-child(1){

}


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

.top_cont_01 ul li:nth-child(5){

margin-left: 25.5%;
}

.top_cont_01 ul li dt{
    text-align: center;
    padding:10px 10px 10px;
    box-sizing: border-box;
    font-size:22px;

    color: #FFFFFF;
    -webkit-border-radius: 10px 10px 0 0;     /* for Safari and Chrome */
	-moz-border-radius: 10px 10px 0 0;    /* for Firefox */
	-o-border-radius: 10px 10px 0 0;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px 10px 0 0;   /* Linux browsers */
	border-radius: 10px 10px 0 0;     /* CSS3 */  
}

.top_cont_01_bg01{
    background:url("../img/top/01_bg01.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg02{
    background:url("../img/top/01_bg02.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg03{
    background:url("../img/top/01_bg03.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg04{
    background:url("../img/top/01_bg04.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg05{
    background:url("../img/top/01_bg05.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.top_cont_01 ul li dd{
    position: relative;
    text-align: center;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #65b555;
    font-size:18px;
    
    font-family: 'noto400';    
}

.cont_01_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


/* 宿泊プラン　------------------------------------------- */

.top_cont_02{
    clear: both;
    overflow: auto;
}

ul.cont_02_plan{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

ul.cont_02_plan > li{
    float: left;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    border-right:1px dotted #ccc;    
    padding-right: 2%;
}

ul.cont_02_plan > li:nth-child(2){
border-right: none;


    box-sizing: border-box;


}

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

ul.cont_02_plan dl{
    text-align: center;
    width: 100%;
}

ul.cont_02_plan dl dt{
 
    margin: 0px auto 20px;
    padding: 7px 10px 10px;
    font-size: 28px;
    color: #ffffff;

    

    background-color: #cbb11e;

    -webkit-border-radius: 22.5px;/* for Safari and Chrome */
	-moz-border-radius: 22.5px;/* for Firefox */
	-o-border-radius: 22.5px;/* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 22.5px;/* Linux browsers */
	border-radius: 22.5px;/* CSS3 */

}

ul.cont_02_plan dl dt::before{
    display: inline-block;
    content: ">";
    color: #ffffff;
    font-size: 30px;
    margin-right: 15px;
    transform   : scale(0.7, 1);   /* 変形 横,縦 */
}



ul.cont_02_plan dl dd ul li{
    width: 90%;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    font-size: 22px;
    line-height: 180%;
    margin: 0px auto;
    
    
    font-family: 'noto400';        
}

ul.cont_02_plan dl dd ul li span{
    font-size: 15px;
}


ul.cont_02_plan dl dd ul li:last-child{
    border-bottom: none;
}






/* 施設案内　------------------------------------------- */

.top_cont_03{

}

.top_cont_03_txt{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.top_cont_03 table{
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;

}

.top_cont_03 table tr{
    border-bottom: 2px dotted #ccc;
}


.top_cont_03 table tr:nth-child(odd){
   background-color: #e6f1e8;
}

.top_cont_03 table th{
    text-align: center;
    width: 25%;

}


/* 写真一覧　------------------------------------------- */


.top_cont_04{
    clear: both;
    overflow: auto;
}

.top_cont_04 ul{
    width: 100%;
    box-sizing: border-box;
}

.top_cont_04 ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;

}

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

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


/* お客様の声---------------------------------------------- */

.top_cont_05_img01{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}



.top_cont_05{

}

.top_cont_05 ul{
    box-sizing: border-box;
    padding: 0px 40px;
}

.top_cont_05 ul li{
    width: 100%;
    margin: 0px 0px 50px;
    padding: 0px 40px;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-border-radius:10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.top_cont_05 ul li dl{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px 0px;

}

.top_cont_05 ul li dt{
    width: 100%;

    line-height: 160%;
    font-size: 20px;
    text-align: center;

    border-top: 2px solid #739e2e;
    border-bottom: 2px solid #739e2e;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.top_cont_05 ul li dd{
    font-size: 18px;
    line-height: 160%;

}



/* お問い合わせ---------------------------------------------- */

.cmm_ctt_bg{
	height:400px !important;
	background:url("../img/top/tp_ctt.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; 

}


.cmm_ctt{
width: 100%;
height: auto;
padding: 30px;
background-color: rgba(255, 255, 255, 0.8);
box-sizing: border-box;

}

.cmm_ctt dl{
    text-align: center;
}

.cmm_ctt dl h2.h2_02{
    text-align: center;
}


.cmm_ctt dl dt{
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 8px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;  
}

.cmm_ctt dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color:#000000;
    margin-top: -75px;
    margin-bottom: 30px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 400; 
}

.cmm_ctt dl dd p{
    font-size: 44px;
    line-height: 160%;
    margin-bottom: 2px;
    color:#000000;
  
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 700;     
}



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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}



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



.contact-txt{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 70px;
}


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


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

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


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


.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:#697489;
    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{
    position: absolute;
    top: 15px;
    left: 30px;
    width: 220px;
}



h2.h2_01{
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
    color: #000000; 
    padding: 15px 20px 50px;

    background-image: url(../img/common/h2_bg.png);
    background-size: 180px 66px;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left calc(50% + 20px);
}

h2.h2_01:first-letter{
    color: #2e921a;
}

h2.h2_02{
  font-size: 21px;
  line-height: 120%;
  margin-bottom: 35px;
  font-weight: 400;
  text-align: center;
  color: #34507c;  

}

h2.h2_02 p{
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 3px;
  color:#000000;
}








.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 15px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 45px !important
}

.h2_btm01{
    margin-bottom: 30px !important
}





h3.h3_01{
    font-size: 22px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 30px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    font-weight: 400;
}






h4.h4_01{
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}







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


.top_slide{
	width:100%;
	min-height:400px;
    margin-top: 60px;

	z-index:5;


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




.top_slide_in{
    max-width: 1000px;
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
	z-index:20;    
}


.top_slide_in_01{
    position: absolute;
    bottom: 20px;
    right: 30px;


}

.top_slide_in_01 img{
    width: 160px;

}


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


.main_txt_out{
position: absolute;
width: 100%;
height: 300px;

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


    margin-bottom: 2px;
    
    font-size: 46px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal !important;
    font-weight: 800 !important;    
}

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


.main_txt_out dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -10px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 300;
}


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


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


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


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

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


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



.bg_main_tp{
    margin-top: 60px;
}

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



.button_l{
    margin: 0 !important;
}

.button_l{
    margin: 0 !important;
}


.button01{
	width:150px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:150px;
    height: 32px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    
    background: #da0a0c;

	border: 1px solid #da0a0c;
     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;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight:400;
    font-style: normal;   
    

	-webkit-border-radius:5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius:5px;     /* CSS3 */    
}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #da0a0c;
    color:#da0a0c;
}


/* セールスポイント　------------------------------------------- */

.top_cont_01{
    clear: both;
    overflow: auto;
}

.top_cont_01 ul{
    width: auto;
    margin: 0px auto;
    font-size:0;

    
}

.top_cont_01 ul li{
    display: inline-block;
    vertical-align: top;
    height: 150px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;   
}

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

.top_cont_01 ul li:nth-child(5){
    margin-left: 26%;
}

.top_cont_01 ul li dt{
    text-align: center;
    padding:10px 10px 10px;
    box-sizing: border-box;
    font-size:20px;

    color: #FFFFFF;
    -webkit-border-radius: 10px 10px 0 0;     /* for Safari and Chrome */
	-moz-border-radius: 10px 10px 0 0;    /* for Firefox */
	-o-border-radius: 10px 10px 0 0;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px 10px 0 0;   /* Linux browsers */
	border-radius: 10px 10px 0 0;     /* CSS3 */  
}

.top_cont_01_bg01{
    background:url("../img/top/01_bg01.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg02{
    background:url("../img/top/01_bg02.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg03{
    background:url("../img/top/01_bg03.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg04{
    background:url("../img/top/01_bg04.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg05{
    background:url("../img/top/01_bg05.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.top_cont_01 ul li dd{
    position: relative;
    text-align: center;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #65b555;
    font-size:15px;
    line-height: 160%;
    
    font-family: 'noto400';      
}

.cont_01_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


/* 宿泊プラン　------------------------------------------- */

.top_cont_02{
    clear: both;
    overflow: auto;
}

ul.cont_02_plan{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

ul.cont_02_plan > li{
    float: left;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    border-right:1px dotted #ccc;    
    padding-right: 2%;
}

ul.cont_02_plan > li:nth-child(2){
border-right: none;
    margin-right: 0%;

    box-sizing: border-box;
}



ul.cont_02_plan dl{
    text-align: center;
    width: 100%;
}

ul.cont_02_plan dl dt{
    width: 90%;
    max-width: 350px;
    margin: 0px auto 15px;
    padding: 7px 10px 10px;
    font-size: 22px;
    color: #ffffff;

    background-color: #cbb11e;

    -webkit-border-radius: 20px;/* for Safari and Chrome */
	-moz-border-radius: 20px;/* for Firefox */
	-o-border-radius: 20px;/* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 20px;/* Linux browsers */
	border-radius: 20px;/* CSS3 */

}

ul.cont_02_plan dl dt::before{
    display: inline-block;
    content: ">";
    color: #ffffff;
    font-size: 26px;
    margin-right: 15px;
    transform   : scale(0.7, 1);   /* 変形 横,縦 */
}



ul.cont_02_plan dl dd ul li{
    width: 90%;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    font-size: 18px;
    line-height: 180%;
    margin: 0px auto;
    
    
    font-family: 'noto400';        
}


ul.cont_02_plan dl dd ul li:last-child{
    border-bottom: none;
}


/* 施設案内　------------------------------------------- */

.top_cont_03{

}

.top_cont_03_txt{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.top_cont_03_txt span::before {
	content: "\A" ;
	white-space: pre ;
}

.top_cont_03 table{
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.top_cont_03 table tr{
    border-bottom: 2px dotted #ccc;
}


.top_cont_03 table tr:nth-child(odd){
   background-color: #e6f1e8;
}

.top_cont_03 table th{
    text-align: center;
    width: 25%;

}


/* 写真一覧　------------------------------------------- */


.top_cont_04{
    clear: both;
    overflow: auto;
}

.top_cont_04 ul{
    width: 100%;
    box-sizing: border-box;
}

.top_cont_04 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 12px;

}

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

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


/* お客様の声---------------------------------------------- */

.top_cont_05{

}

.top_cont_05 ul{
    box-sizing: border-box;
    padding: 0px 20px;
}

.top_cont_05 ul li{
    width: 100%;
    margin: 0px 0px 40px;
    padding: 0px 40px;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-border-radius:10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}

.top_cont_05 ul li dl{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px 0px;

}

.top_cont_05 ul li dt{
    width: 100%;

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

    border-top: 2px solid #739e2e;
    border-bottom: 2px solid #739e2e;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.top_cont_05 ul li dt span.tab::before {
	content: "\A" ;
	white-space: pre ;
}

.top_cont_05 ul li dd{
    font-size: 16px;
    line-height: 160%;

}


/* お問い合わせ---------------------------------------------- */

.cmm_ctt_bg{
	height:300px !important;
	background:url("../img/top/tp_ctt.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; 

   padding: 0px 30px;

}


.cmm_ctt{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.cmm_ctt dl{
text-align: center;
}

.cmm_ctt dl h2.h2_02{
    text-align: center;
}


.cmm_ctt dl dt{
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 8px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;  
}

.cmm_ctt dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color:#000000;
    margin-top: -60px;
    margin-bottom: 25px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 400; 
}


.cmm_ctt dl dd p{
    font-size: 36px;
    line-height: 160%;
    margin-bottom: 2px;
    color:#000000;
  
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 700;     
}





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



.abt_msg{
    margin-bottom: 60px;
}

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

.abt_msg dl dt{
    font-size: 33px;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

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


.abt_msg dl dd{
    font-size: 15px;
    line-height: 180%;
    
    
    word-wrap: break-word;
    word-break: break-all;    
}


.abt_msg dl dd p{
    text-align: right;
    margin-top: 15px;
    font-size: 15px;
    line-height: 200%;
}


.abt_msg dl dd p span{
    font-size: 22px;
    margin-left: 12px;
}







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

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

}

.abt_tbl table th{
    width: 120px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
}


.abt_tbl_th01{
    width: 230px;
}

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

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




.abt_map_txt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
}

.abt_map{
    margin-bottom: 25px;
}



.abt_img00{
    margin-bottom: 15px;
}



.abt_img00{
    margin-bottom: 10px;
}


.abt_img01{
    margin-bottom: 70px;
}

.abt_img01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 12px;
    float: left;
}


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





/* 事業案内--------------------------------------------- */



.svs_txt00{
    text-align: center;
    font-size: 21px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 25px;
}

.svs_img00{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    margin-bottom: 60px;
}



.svs_txt01{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 30px;

    
    word-wrap: break-word;
    word-break: break-all;
}



.svs_img01{
margin-bottom: 20px;
}

.svs_img01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

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

.svs_tbl01{
    margin-bottom: 60px;
}

.svs_tbl01 dt{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    border-left: 6px solid #C40003;
    padding: 8px 8px 2px 8px;

}


.svs_tbl01 dl dd p{
    margin-bottom: 10px;
}


.svs_tbl01 dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.svs_tbl01 dl dd ul li:nth-child(2n){
    margin-right: 0%;

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 15px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding:0px;
    margin-bottom: 0px;    
  
      border-left:none;
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 15px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}




.svs_lst{
}

.svs_lst ul li{
    font-size: 15px;
    line-height: 140%;


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.svs_img02{
    margin-bottom: 60px;
}

.svs_img02 ul li{
    text-align: center;
    margin-bottom: 20px;
}

.svs_img02 ul li:last-child{
	margin-bottom:0px;
}




.svs_img03_btm01{
    margin-bottom: 0 !important;
}

.svs_img03{
    margin-bottom: 60px;
}

.svs_img03 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}

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




.svs_0001{
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing:border-box;
    border: 2px solid #bdb8b8;
    
	-webkit-border-radius:5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius:5px;     /* CSS3 */        
}




.svs_img04_bg{

	height:400px !important;
	background:url("../img/service/06_bg.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 100px auto;

     box-sizing: border-box;
     
         
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.svs_img04{
    padding: 0 30px;
}


.svs_img04 p{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url("../img/service/06.jpg") repeat;
    padding: 22px 10px;
    
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color:#FFFFFF;
    font-weight: 700;

    
	-webkit-border-radius:5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius:5px;     /* CSS3 */ 
}






/* 安全・環境への取組み--------------------------------------------- */




.parenthesis {
  position: relative;
  max-width: 500px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
}
.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}






.sfy_txt01{
    font-size: 25px;
    line-height: 140%;

    text-align: center;
    
      font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;    

    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 span::before {
	content: "\A" ;
	white-space: pre ;
}




.sfy_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
    
      font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;    
}


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

.sfy_txt01 dl dd{
    font-size: 17px;
    line-height: 160%;

}




.sfy_txt02{
margin-bottom: 60px;
}

.sfy_txt02 ul li{
    margin-bottom: 35px;

}

.sfy_txt02 ul li dl dt{
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 15px;
    text-align:left;
    
    border-left: 8px solid #cc0000;
    padding: 10px;
    
      font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 17px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;

    text-align:left;
    
      font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;   
}





.sfy_txt02 ul li dl dd span{
    
      font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
}

.sfy_txt02_t{
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    
	text-align:left;
    border: 1px solid #d0d0d0;
}


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


.rrt_msg{
    margin-bottom: 60px;
}

.rrt_msg dl dt{
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;      
}

.rrt_msg dl dd{
    font-size: 16px;
    line-height: 160%;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 500;
    font-style: normal;
    
    word-wrap: break-word;
    word-break: break-all;
}



.rrt_box01{
    height: 300px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 270px;
    width: 100%;
    height: 300px;
    background: #443d4a;
    padding: 10px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 27px;
    line-height: 140%;
    color:#FFFFFF;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;    
}

.rrt_box01_in dl dt span{
    font-size: 50px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 15px;
}

.rrt_box01_in dl dd{
    font-size: 26px;
    line-height: 140%;
    color:#FFFFFF;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;    
}

.rrt_box01_in dl dd p{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
}



.rrt_box01_bg01{
	height:300px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box01_bg02{
	height:300px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



.rrt_box02{
    margin-bottom: 60px;
}

.rrt_box02 ul li{
    margin-bottom: 30px;
}

.rrt_box02 ul li:last-child{
	margin-bottom:0px;
}


.rrt_box02 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 5px;
    
    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 34px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 10px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;        
}


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


    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;   
    
    word-wrap: break-word;
    word-break: break-all;
}














.rrt_b01{ 
    margin-bottom: 60px;
}

.rrt_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
}

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


.rrt_b01_in{
    height: 280px;
    padding: 30px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 30px;
    color:#FFFFFF;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_b01_in dl dd{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-bottom: 30px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in dl dd p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in dl dd p span{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 15px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;   
}




.rrt_b01_in01{
    margin-bottom: 60px;


}


.rrt_b01_in01 dl dt{
    font-size: 17px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #7b7b7c;
    color: #284684;    

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in01 dl dt:first-letter{

}

.rrt_b01_in01 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;   
}


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




.rrt_box_bg01{
	height:280px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg02{
	height:280px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}






.rrt01_tbl{
	width:100%;
	height:auto;
    margin-bottom: 60px;
}

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

}

.rrt01_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}

.rrt01_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}







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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















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



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



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


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

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


.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:#697489;
    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{
    position: absolute;
    top: 14px;
    left: 10px;
    width: 150px;
}



h2.h2_01{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    color: #000000; 
    padding: 10px 10px 40px;

    background-image: url(../img/common/h2_bg.png);
    background-size: 120px 44px;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 0px left calc(50% + 20px);
}

h2.h2_01:first-letter{
    color: #2e921a;
}


h2.h2_02{
  font-size: 17px;
  line-height: 120%;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  color: #34507c;  

}

h2.h2_02 p{
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 5px;
  color:#000000;
}




.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 10px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 25px !important
}






h3.h3_01{
    font-size: 18px;
    line-height: 120%;
    padding-bottom:5px;
    margin-bottom: 26px;
    color: #000000;
    
    border-bottom: 3px solid #394861;
    
    font-weight: 400;
}



h4.h4_01{
    font-size: 15px;
    line-height: 120%;
    padding-bottom: 10px;
    margin-bottom: 18px;
    color: #000000;
    
    border-bottom: 1px dotted #999999;
    
    font-weight: 400;
}







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


.top_slide{
	width:100%;
	min-height:300px;
    margin-top: 50px;

	z-index:5;


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


.top_slide_in{
    max-width: 1000px;
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
	z-index:20;    
}


.top_slide_in_01{
    position: absolute;
    bottom: 15px;
    right: 20px;


}

.top_slide_in_01 img{
    width: 120px;

}



.button_l{
    margin: 0 !important;
}

.button01{
	width:130px;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.button01 a{
    display: block;
	width:130px;
    height: 28px;
    font-size: 13px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 0px;
    
    background: #da0a0c;

	border: 1px solid #da0a0c;
     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;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight:400;
    font-style: normal;   
    

	-webkit-border-radius:5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius:5px;     /* CSS3 */    
}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #da0a0c;
    color:#da0a0c;
}


/* セールスポイント　------------------------------------------- */

.top_cont_01{
    clear: both;
    overflow: auto;
}

.top_cont_01 ul{
    width: auto;
    margin: 0px auto;
    font-size:0;

    
}

.top_cont_01 ul li{
    display: block;
    height: 140px;
    width: 100%;
    max-width: 420px;
    margin:0 auto 20px !important;
    box-sizing: border-box;   
}


.top_cont_01 ul li dt{
    text-align: center;
    padding:10px 10px 10px;
    box-sizing: border-box;
    font-size:16px;

    color: #FFFFFF;
    -webkit-border-radius: 10px 10px 0 0;     /* for Safari and Chrome */
	-moz-border-radius: 10px 10px 0 0;    /* for Firefox */
	-o-border-radius: 10px 10px 0 0;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px 10px 0 0;   /* Linux browsers */
	border-radius: 10px 10px 0 0;     /* CSS3 */  
}

.top_cont_01_bg01{
    background:url("../img/top/01_bg01.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg02{
    background:url("../img/top/01_bg02.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg03{
    background:url("../img/top/01_bg03.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg04{
    background:url("../img/top/01_bg04.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top_cont_01_bg05{
    background:url("../img/top/01_bg05.png") center no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.top_cont_01 ul li dd{
    position: relative;
    text-align: center;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #65b555;
    font-size:15px;
    
    font-family: 'noto400';          
}

.cont_01_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


/* 宿泊プラン　------------------------------------------- */

.top_cont_02{
    clear: both;
    overflow: auto;
}

ul.cont_02_plan{
    width: 100%;
}

ul.cont_02_plan > li{
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    box-sizing: border-box;
}


ul.cont_02_plan dl{
    text-align: center;
    width: 100%;
}

ul.cont_02_plan dl dt{
    width: 90%;
    max-width: 350px;
    margin: 0px auto 15px;
    padding: 5px 10px 8px;
    font-size: 18px;
    color: #ffffff;

    background-color: #cbb11e;

    -webkit-border-radius: 16px;/* for Safari and Chrome */
	-moz-border-radius: 16px;/* for Firefox */
	-o-border-radius: 16px;/* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 16px;/* Linux browsers */
	border-radius: 16px;/* CSS3 */

}

ul.cont_02_plan dl dt::before{
    display: inline-block;
    content: ">";
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    transform   : scale(0.7, 1);   /* 変形 横,縦 */
}



ul.cont_02_plan dl dd ul li{
    width: 90%;
    max-width: 350px;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    font-size: 16px;
    line-height: 180%;
    margin: 0px auto;
    
    font-family: 'noto400';        
}


ul.cont_02_plan dl dd ul li:last-child{
    border-bottom: none;
}

/* 施設案内　------------------------------------------- */

.top_cont_03{

}

.top_cont_03_txt{
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.top_cont_03 table{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.top_cont_03 table tr{
    border-bottom: 2px dotted #ccc;
}


.top_cont_03 table tr:nth-child(odd){
   background-color: #e6f1e8;
}

.top_cont_03 table th{
    display: block;
    text-align:left;
    width: 100%;
    padding: 5px;
    
    font-family: 'noto700';        

}

.top_cont_03 table th span::before {
	content: "\A" ;
	white-space: pre ;
}

.top_cont_03 table td{
    display: block;
    text-align:left;
    width: 100%;
    padding: 5px;
}


/* 写真一覧　------------------------------------------- */


.top_cont_04{
    clear: both;
    overflow: auto;
}

.top_cont_04 ul{
    width: 100%;
    box-sizing: border-box;
}

.top_cont_04 ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 8px;

}

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

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


/* お客様の声---------------------------------------------- */

.top_cont_05{

}

.top_cont_05 ul{
    box-sizing: border-box;
    padding: 0px 20px;
}

.top_cont_05 ul li{
    width: 100%;
    margin: 0px 0px 30px;
    padding: 0px 20px;
    background: #ffffff;
    -webkit-border-radius:10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */

}

.top_cont_05 ul li dl{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 30px 0px;

}

.top_cont_05 ul li dt{
    width: 100%;

    line-height: 160%;
    font-size: 16px;
    text-align: center;

    border-top: 2px solid #739e2e;
    border-bottom: 2px solid #739e2e;
    padding: 10px 0px;
    margin-bottom: 20px;
}


.top_cont_05 ul li dt span::before {
	content: "\A" ;
	white-space: pre ;
}

.top_cont_05 ul li dd{
    font-size: 14px;
    line-height: 160%;

}


/* 共通お問い合わせ---------------------------------------------- */

.cmm_ctt_bg{
	height:210px !important;
	background:url("../img/top/tp_ctt.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; 
   padding: 0px 20px;

}


.cmm_ctt{
    width: 100%;
    height: auto;
    padding:10px;
    background-color: rgba(255, 255, 255, 0.8);

}

.cmm_ctt dl{
text-align: center;
}



.cmm_ctt dl dt{
    width: 100%;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 8px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-weight: 600;
    font-style: normal;  
}

.cmm_ctt dl dd{
    width: 100%;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color:#000000;
    margin-top: -45px;
    margin-bottom: 20px;

    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 400; 
}


.cmm_ctt dl dd p{
    font-size: 24px;
    line-height: 100%;
    margin-top: 13px;
    margin-bottom: 0px;
    color:#000000;
  
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 700;     
}

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






.abt_map_txt{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
}

.abt_map{
    margin-bottom: 20px;
}



}

@media screen and (max-width: 400px) {
    span.w400::before {
        content: "\A" ;
        white-space: pre ;
    }

}
