@charset "UTF-8";
/* @group Reset */
*{ 
	margin: 0;
	padding: 0;
	box-sizing : border-box;
}
a {
	text-decoration : none;
}
ul, ol {
	list-style : none;
}
img { 
	vertical-align : middle;
	max-width : 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hid {
	position:absolute;
	left:-9999px;
}
a:link {
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #0033cc;
}
a:hover,
a:active {
	color: #33ccff;
}


/*-----------------------------------------------------------*/
html {
	font-size : 75%;
	line-height : 1.6;
	font-family: AXIS Std R, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, “メイリオ”, Meiryo, Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
	
}
.pc {
	display: none;
}

/* @group Header  ------------------------------------------------*/
#left {
	padding-top: 1em;
}

#sp_head {
	position: relative;
    height: 50px;
	text-align: center;
}
#sp_head h1 {
	margin: 0;
	background: #fff;
}
#sp_head h1 img {
	width: 375px;
}
.button-toggle {
    position: absolute;
	width: 40px;
    cursor: pointer;
	top: 0;
	right: 2.5%;
}
.active {
    color: #fff;
    background: #000;
}

.menu {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
	background: #fc0;  /* #fab532 #639f32 */
    color: blue;	/*DBG文字 navy #fff */
    overflow: hidden;
}
.menu li a {
    display: block;
    color: blue; 	/*DBG文字 navy #fff */
    text-decoration: none;
    padding: 0px 0px 7px;
    border-bottom: 1px solid #fab532;
    height: 40px;
    line-height: 40px;
	text-align: center;	
}
.menu li.bdr {
    border-bottom: 1px solid #fff;
}
.menu ul.li02 li a {
    background: #fff;
    color: blue;		/*DBG navy #fab532 */
	border-bottom:  1px solid #ffa500;	/*DBG #418e4e #cc6600*/
}
.menu ul.li03 {
	margin: 2em 10%;
}
#sp_head .btn_cont a,
#sp_head .btn_enq a{
	width: 48%;
	display: inline-block;	
	padding: 0 0 0 2em;
	color: #fff;
	text-decoration:  none;
	box-shadow: 0 4px 0 #3d723b;	
	border-radius: 4px;
}
#sp_head .btn_cont a {
	background:#60b85e url("../img/pc_ico_contact.png") no-repeat 0.5em center;
	float: left;
}
#sp_head .btn_enq a {
	background:#60b85e url("../img/pc_ico_enquete.png") no-repeat 0.5em center;
	float: right;		
}

.menu ul.li04 {
	text-align: center;
	padding:  0 0 3em;	
}
.menu ul.li04 li {
	display: inline-block;	
}

/* contents   ------------------------------------------------*/
#contents_ttl {
	margin: 0 auto;
	background: url("../img/ttl_bg.png") no-repeat top center;
	width: 100%;
	height: 100px;
	text-align: center;

}
#contents_ttl h2 {	
	padding-top: 0.5em;
	width: 30%;
	margin: 0 auto;
}
#contents_txt {
	margin: 1em auto;
	width: 90%;
	text-align: center;
}
#contents_txt p {
	font-size: 140%;
	line-height: 1.4;
}
#contents_txt p br {
	display: none;
}
#contents_bg {
	margin: 0px auto;
	padding: 2em 0 1.5em;
	width: 100%;	
	background: #f7f6e6;
	}

#contents_bg h3 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 1.5em;

}
#contents_bg h3 span {
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
	background: Gold;	/* DBG #f8c329 */
	color: blue; /* #fff白 */
	padding: 5px 15px;;
	margin-right: 10px;
	font-size: 112.5%;
}
#contents_bg .ct {
	margin-bottom: 4em;
}
#contents_bg p {
	font-size: 120%;
	line-height: 1.8;
}
#contents_bg .inner {
	margin-bottom:  2em;
}
#contents_bg .inner .left {
	float: left;
}
#contents_bg .inner .right {
	float: right;
}



#contents_bg .inner ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
	
}
 
#contents_bg .inner ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;		

	
}
#contents_bg .inner ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f0f4ad;
  color: #fab532;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

#contents_bg #sttl {
	margin-bottom: 2em;
}
#contents_bg h4 {
	font-size: 137.5%;	
	color: orangered;		/* DBG2022 #fab532 SP */
	font-weight: normal;
	margin-bottom: 1em;
}

/*  DBG 2022.04  in*/
#contents1_txt {
	margin: 1em auto;
	width: 90%;
	text-align: center;
}
#contents1_txt p {
	font-size: 140%;
	line-height: 1.4;
}
#contents1_txt p br {
	display: none;
}
/*  DBG 2022.04  out*/

#copy {
	background: #fab532;  /* DBG #fab532 #639f32  */
}
#copy p {
	padding: 17px 0;
	color: #fff;
	text-align: center;
	font-size: 75%;
}	

#btn {
	margin: 0 4% 1em;
	width: 92%;
	}	
#btn .left{
	width: 100%;
	float:  none;	
	}
#btn .right {
	margin-top: 1em;
	width: 100%;
	float:  none;	
	}		
#btn a {
	width: 100%;
	display: inline-block;	
	padding: 1em 0;
	text-align: center;
	font-size: 100%;	
	color: #fff;
	text-decoration:  none;
	box-shadow: 0 4px 0 #3d723b;	
	border-radius: 4px;
	float: none;
	background:#60b85e;	

}
#btn a:hover{
	opacity:0.7;	
}

/* page-top */

p.gotop{
    position: fixed;
    right: 5%;
        bottom: 5px;
}
p.gotop a{
    width: 83px;
    height: 90px;
    display: block;
}
/* footer  ------------------------------------------------*/
#footer {
	width: 100%;
	background: #fab532;  /* DBG #639f32  */
	padding: 2em 0em;
	}
#footer .inner{
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 2;
	}	
#footer .ftr_menu {
	margin: 2em auto 5%;
	width: 90%;
	}
#footer .fb {
	margin: 0 auto;	
	width: 300px;
	text-align: center;
	}
#footer .ftr_menu_lst {
	margin: 2em auto;	
	width: 280px;	
	text-align: left;
	line-height: 2;	
	}	
#footer .ftr_menu_lst li a {
	color: #fff;
	}
#footer .ftr_menu_lst li ul {
	padding-left: 14px;
	}	

/* @end */

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){	
html {
	font-size : 100%;
	line-height : 1.6;
	color: #333;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}

.bcb {
	padding: 10px 0 20px;
	font-size: 87.5%;
}
	
#wrapper_bdr {
	width: 100%;
	border-top: 13px solid #fab532;  /* DBG #639f32  */
	
	position: relative;
}

/* @group Header  ------------------------------------------------*/
#hdr {
	margin: 0 auto;
	padding-top:35px;
	width: 1000px;
	height: 110px;
}
/* header nav  ------------------------------------------------ */
#hdr h1 {
	margin: 0;
	float: left;
	width: 246px;
}	
#hdr #hdr_menu {
	float: right;
	width: 730px;
}

.hdr_nav01 {
  width: 460px;
  float: left;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  display: flex;
	font-size: 16px;
}
.hdr_nav01 li a span {
  display: block;	
  width: 100px;	
  border-bottom: 3px solid #fab532;
}
.hdr_nav01 li.pd {
background: url("../img/hdr_pd.png") no-repeat 70px 0; 
	}
.hdr_nav01 li.pd2 {
background: url("../img/hdr_pd.png") no-repeat 90px 0; 
	} 	
.hdr_nav01 li {
  position: relative;
  list-style: none;
}
.hdr_nav01 li a {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  color: #000;
  line-height: 2.8;
  text-decoration: none;
  box-sizing: border-box;
	margin-right: 20px;
}
	
.hdr_nav01 li.hdr_li01 a {
  display: block;
  width: 80px;
  height: 40px;
  text-align: center;
  color: #000;
  line-height: 2.8;
  text-decoration: none;
  box-sizing: border-box;
	margin-right: 20px;
}
.hdr_nav01 li.hdr_li01 a span {
  display: block;	
  width: 80px;	
  border-bottom: 3px solid #f90;	/*#fab532*/
}
.hdr_nav01 > li:hover > a {/*layer-1*/
  color: #fff;
  background: #f90;		/*DBG #fab532*/
}

.hdr_nav01 > li li:hover > a {/*layer-2*/
  color: #fff;
  background: none;
}
.hdr_nav01 li ul,
.hdr_nav01 li.hdr_li01 ul {
	top: 50px;
	left: 0px;
	position: absolute;
	border-top: 8px solid #fff;
	font-size: 16px;
	width: 220px;
}
.hdr_nav01 li ul li,
.hdr_nav01 li.hdr_li01 ul li{
	overflow: hidden;
	height: 0;
	background:#ff0;		/*DBG #fab532*/	
}


	.hdr_nav01 li ul li span.ttl a,
	.hdr_nav01 li ul li span.ttl02 a {
	background: #ff6; /*DBG #f8c329 #fab532*/
	padding: 2px 0 0 2px;
	border-left: 18px solid #ff3; 
	border-top: 8px solid #ff3; 			
	font-size: 14px;
		width: 180px;
		color: #000;
		line-height: 2.2;
}
.hdr_nav01 li ul li span.bdr{
  display: block;	
  width: 200px;		
	border-top: 10px solid #ffd700;		/*DBG202205 #ffa500=orange #ffd700=gold*/
}

.hdr_nav01 li ul li a,
.hdr_nav01 li.hdr_li01 ul li a{
	width: 220px;
	text-align: left;
	color: blue;
padding-left:18px;	
background: url("../img/hdr_lst_ico.png") no-repeat 0 15px; 
}
.hdr_nav01 li ul li a:hover {
	color: #f60;	/*DBG 文字　#fff*/
background: url("../img/hdr_lst_ico.png") no-repeat 0 15px; 		
}
.hdr_nav01 li:hover > ul > li {
	padding: 0px 10px;
  overflow: visible;
  height: auto;
}
.hdr_nav01 li ul li ul {
	top: 0;
	left: 110px;
}	
.hdr_nav02 {
	float: right;
	width: 270px;	

	}
#hdr_menu .btn_cont a,
#hdr_menu .btn_enq a{
	width: 120px;
	display: inline-block;	
	height: 43px;
	color: #fff;
	font-size: 12px;
	padding: 13px 0 0 38px !important;
	text-decoration:  none;
	box-shadow: 0 4px 0 #3d723b;	
	border-radius: 4px;
	float: left;	
}
#hdr_menu .btn_cont a {
	background:#9ec914 url("../img/hdr_ico_contact.png") no-repeat 13px center;

}
#hdr_menu .btn_enq a {
	background:#9ec914 url("../img/hdr_ico_enquete.png") no-repeat 13px center;
	margin-left: 17px;
}
#hdr_menu .btn_cont a:hover,
#hdr_menu .btn_enq a:hover{
	opacity:0.7;	
}
	
/* contents   ------------------------------------------------*/
#contents_ttl {
	margin: 0 auto;
	background: #fab532 url("../img/ttl_bg.png") no-repeat top center;
	width: 100%;
	height: 303px;
	text-align: center;
}
#contents_ttl h2 {	
	padding-top: 90px;
	width: 100%;
	margin: 0 auto;	
}
#contents_txt {
	margin: 60px auto;
	width: 1000px;
	text-align: center;
}
#contents_txt p {
	font-size: 125%;
	line-height: 1.6;
}
#contents_txt p br {
	display: inline;
}
#contents_bg {
	margin: 0px auto;
	padding: 50px 0 60px;
	width: 1000px;	
	background: #f7f6e6;
	}

#contents_bg h3 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 50px;

}
#contents_bg h3 span {
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
	background: Gold;	/* DBG #f8c329 */
	color: #000080;		/* #fff */
	padding: 10px 30px;;
	font-size: 112.5%;
}
#contents_bg .ct {
	margin-bottom: 100px;
}
#contents_bg p {
	font-size: 112.5%;
	line-height:  2;
}
#contents_bg .inner {
	margin-bottom:  60px;
}
#contents_bg .inner .left {
	float: left;
}
#contents_bg .inner .right {
	float: right;
}
#contents_bg .inner p.txt_c {
	text-align: center;
}


#contents_bg .inner ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
	
}
 
#contents_bg .inner ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;		

	
}
#contents_bg .inner ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #f0f4ad;
  color: #fab532;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

#contents_bg {
	position: relative;
}
#contents_bg #sttl {
	position: absolute;
	top: 50px;
	left: -20px;
	margin-bottom: 0;
}
#contents_bg h4 {
	font-size: 137.5%;	
	color: orangered;		/* PC DBG 2022  #fab532 darkgoldenrod*/
	font-weight: normal;
	margin-bottom: 30px;
}

/*  DBG 2022.04  in*/
#contents1_txt {
	margin: 60px auto;
	width: 1000px;
	text-align: center;
}
#contents1_txt p {
	font-size: 125%;
	line-height: 1.6;
}
#contents1_txt p br {
	display: inline;
}
/*  DBG 2022.04  out*/
	
	
#btn {
	margin: 0px 0 0 172px;
	width: 660px;
	}	
#btn .left{
	width: 310px;
	float: left;
	}
#btn .right {
	margin: 0;
	width: 310px;
	float: right;
	}		
#btn a {
	width: 310px;
	padding: 20px 0px;
	font-size: 100%;	
	font-size: 16px;
}
/* footer  ------------------------------------------------*/
#footer {
	padding: 25px 0 200px;  /* DBG 25px 0 200px */
	}
#footer .inner{
	width: 1000px;
	font-size: 87.5%;
	}	
#footer .ftr_menu {
	margin: 30px auto 0;
	width: 635px;
	}
#footer .fb {
	float: left;
	width: 300px;	
	}
#footer .ftr_menu_lst {
	margin-top: 25px;
	float: right;
	width: 300px;
	line-height: 1.7;	
	}		
/* @end */
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
