body{font-family: sans-serif;margin:0;padding:0;font-size:16px;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}

a img {
	border-style:none;
}

img.bg {
  /* Set rules to fill background */
  /* min-height: 100%; */
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  /* height: auto; */
  height: 100%;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
	transition: .5s;

}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative;
}

@media screen and (max-width: 480px){
	body{
		font-size:95%;
	}
}
#header{
	position:fixed;
	top:0;
	left:0;
	display:block;
}
#topbarTall{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#477253+0,688a6d+100 */
	background: #477253; /* Old browsers */
	background: -moz-linear-gradient(top,  #477253 0%, #688a6d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #477253 0%,#688a6d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #477253 0%,#688a6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477253', endColorstr='#688a6d',GradientType=0 ); /* IE6-9 */

	opacity:.8;
	color:#F2DFA7;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:20px 10px 20px 10px;
	z-index:2600;
	border-bottom:#444 solid 1px;
	text-shadow: 1px -1px 0 rgba(0,0,0,.5);
	transition: 0.1s;
}

#topbarShort{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#477253+0,688a6d+100 */
	background: #477253; /* Old browsers */
	background: -moz-linear-gradient(top,  #477253 0%, #688a6d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #477253 0%,#688a6d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #477253 0%,#688a6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477253', endColorstr='#688a6d',GradientType=0 ); /* IE6-9 */

	opacity:1;
	color:#F2DFA7;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2600;
	-webkit-transform: translate3d(0,0,0);
	display:none;
}

@media screen and (max-width: 500px){
	#topbarTall{
		padding:10px 10px 5px 10px;
	}
}

#comNameWrapper{
	width:50%;
	margin:0 auto;
	max-width:600px;
}
#comNameWrapperS{
	width:400px;
	float:left;
	margin:0 0 5px 10px;
}

#logoB{
	float:left;
	margin:4px 0 5px 4px;
	height:25px;
}


#comNameWrapper img,#comNameWrapperS img{
	display:block;
	float:left;
	margin:0;
}

#comNameWrapper img.kabu,#comNameWrapperS img.kabu{
	width:19.12751%;
}
#comNameWrapper img.cn, #comNameWrapperS img.cn{
	width:80.87248%;
}

@media screen and (max-width: 580px){
	#comNameWrapper img.kabu{
		display:none;
	}
	#comNameWrapper img.cn{
		width:100%;
	}
}
@media screen and (max-width: 500px){
	#comNameWrapper{
		margin-top:38px;
		width:80%;
	}
}

#phoneS{
	float:right;
	font-size:160%;
	line-height:1.2em;
	margin:4px 4px 0 0;
}

#fotter{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#439955+0,298438+100 */
	background: #439955; /* Old browsers */
	background: -moz-linear-gradient(top,  #439955 0%, #298438 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #439955 0%,#298438 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #439955 0%,#298438 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439955', endColorstr='#298438',GradientType=0 ); /* IE6-9 */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#688a6d+0,477253+100 */
	background: #688a6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #688a6d 0%, #477253 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #688a6d 0%,#477253 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #688a6d 0%,#477253 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688a6d', endColorstr='#477253',GradientType=0 ); /* IE6-9 */
	
	opacity:.8;
	
	color:#F2DFA7;
	
	text-align:center;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	height:32px;
	z-index:2601;
	border-top:#444 solid 1px;
	text-shadow: 1px -1px 0 rgba(0,0,0,0,.3);
}

#fotter>div{
/* 	background-color:rgba(40,89,48,.7); */
	color:F2DFA7;
 	padding:0.5em 10% 0.5em 10%;
	width:80%;
}
#header p{
	color:#333;
	padding:0.5em 2em 0.5em 2em;
}

#fotter .cpRightWrapper{
	display:block;
}

#fotter .PrWrapper{
	display:none;
}

#fotter  .wide{
	display:block;
}
#fotter  .middle{
	display:none;
}
#fotter  .narrow{
	display:none;
}
@media screen and (max-width: 650px){
	#fotter  .wide{
		display:none;
	}
	#fotter  .middle{
		display:block;
	}
	#fotter  .narrow{
		display:none;
	}
}
@media screen and (max-width: 480px){
	#fotter  .wide{
		display:none;
	}
	#fotter  .middle{
		display:none;
	}
	#fotter  .narrow{
		display:block;
	}
}

#fotter  .wideA{
	display:block;
}
#fotter  .middleA{
	display:none;
}
#fotter  .narrowA{
	display:none;
}
@media screen and (max-width: 850px){
	#fotter  .wideA{
		display:none;
	}
	#fotter  .middleA{
		display:block;
	}
	#fotter  .narrowA{
		display:none;
	}
}
@media screen and (max-width: 680px){
	#fotter  .wideA{
		display:none;
	}
	#fotter  .middleA{
		display:none;
	}
	#fotter  .narrowA{
		display:block;
	}
}

@media screen and (max-width: 380px){
	#fotter  .narrowA{
		display:none;
	}
}

#fotter img{
	display:block;
	position:fixed;
	bottom:4px;
	height:40px;
	opacity:0;
}

@media screen and (max-width: 850px){
	#fotter img{
		height:28px;
		bottom:2px;
	}
}



#fotter .mitfFoot{
	left:4px;
}
#fotter .icon365nFoot{
	right:4px;
}

#comname, #adress, #phone, #comnameFloat, #phoneFloat{
	color:F2DFA7;
	text-align:center;
	font-size:24px;
	line-height:1.4em;
	padding:0 20px 0 20px;
}
#adress{
	font-size:18px;
	line-height:24px;
}

#tallGrp{
	overflow: hidden;
	transition: 0.8s;

}
#comname, #adress, #phone{
	float:none;
	display:block;
	transition: 0.8s;
}

#logoA{
	display:block;
	position:fixed;
	top:10px;
	left:10px;
	width:20%;
	max-width:136px;
	min-width:80px;
}

#mitFree{
	display:block;
	position:fixed;
	top:5px;
	right:5px;
	width:14%;
	max-width:140px;
}


/* @media screen and (max-width: 550px){
	#logoA{
		width:120px;
	}
} */



@media screen and (max-width: 500px){
	#comname{
		margin-top:40px;
	}
	#adress{
		display:none;
	}
	#header{
		padding: 10px 5px 7px 5px;
	}
}
/* @media screen and (max-width: 340px){
	#comname{
		font-size:140%;
	}
	#phone{
		font-size:140%;
	}
} */

@media screen and (max-width: 580px){
	#phone{
		font-size:140%;
		font-weight:bold;
	}
	
}

#comnameFloat{
	float:left;
	display:none;
	line-height:24px;
	overflow:hidden;
}
#phoneFloat{
	float:right;
	display:none;
	line-height:24px;
	overflow:hidden;
}
@media screen and (max-width: 800px){
	#phoneFloat{
		margin-right:62px;
	}
}

@media screen and (max-width: 410px){
	#phoneFloat{
		display:none;
	}
}


#header .kabul{
	display:inline;
}
#header .kabus{
	display:none;
}
@media screen and (max-width: 480px){
	#adress span{
		display:none;
	}
}

@media screen and (max-width: 800px){
	#header .kabul{
		display:inline;
		font-size:60%;
	}
	#header .kabus{
		display:none;
	}
}
@media screen and (max-width: 770px){
	#header .kabul{
		display:none;
		font-size:60%;
	}
	#header .kabus{
		display:inline;
		font-size:60%;
	}
}

/* comnameFloatを非表示にしているがjsと連動させる必要あり。chHeaderShort()*/
@media screen and (max-width: 750px){
	#header .kabul{
		display:none;
	}
	#header .kabus{
		display:none;
	}
	#header .comnameFloat{
		display:none;
	}
}

#upperSpace{
	height:160px;
}

#topeyecatch{
	width:70%;
	margin:0 auto;
	margin-bottom:10px;
}

@media screen and (max-width: 600px){
	#topeyecatch{
		width:100%;
	}
}

#topeyecatch_t{
	width:90%;
	margin:0 auto 15px auto;
}

@media screen and (max-width: 800px){
	#topeyecatch_t{
		width:95%;
	}
}
#topeyecatch .sp, #topeyecatch_t .sp{
	display:none;
}

@media screen and (max-width: 400px){
	#topeyecatch .pc, #topeyecatch_t .pc{
		display:none;
	}
	#topeyecatch .sp, #topeyecatch_t .sp{
		display:block;
		margin:0 auto;
	}
}


#topeyecatch img{
	width:100%;
}


#circles{
	width:80%;
	margin:15px auto;
	margin-bottom:10px;
}

#circles img{
	display:block;
	float:left;
	margin:2%;
	width:28.3%;
	border-radius:3px;
	box-shadow:rgba(0, 0, 0, 0.117647) 0px 0px 4px 1px;
}
.clear{
	clear:both;
}

@media screen and (max-width: 800px){
	#circles{
		width:90%;
	}
}

@media screen and (max-width: 800px){
	#circles{
		display:none;
	}
}



.content_wrapper{
	width:70%;
	margin:0 auto;
	margin-bottom:20px;
}
@media screen and (max-width: 900px){
	.content_wrapper{
		width:90%;
	}
}
@media screen and (max-width: 800px){
	.content_wrapper{
		width:70%;
	}
}
@media screen and (max-width: 600px){<>
	.content_wrapper{
		width:90%;
	}
}
@media screen and (max-width: 550px){
	.content_wrapper{
		width:95%;
	}
}


.content_title{
/* 	background-color:rgba(104,138,109,.9); */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#688a6d+0,477253+100 */
	background: #688a6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #688a6d 0%, #477253 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #688a6d 0%,#477253 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #688a6d 0%,#477253 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688a6d', endColorstr='#477253',GradientType=0 ); /* IE6-9 */
	
	border-radius: 4px 4px 0 0;
	color:#F2DFA7;
	width:96%;
	padding:4px 0 4px 4%;
	text-shadow: 1px -1px 0 rgba(0,0,0,.5);
	transition:.6s;
	height:26px;
}

.content_title .long{
	display:inline;
}
.content_title .short{
	display:none;
}

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

	.content_title .long{
		display:none;
	}
	.content_title .short{
		display:inline;
	}

}

.content_title .large{
	font-size:180%;
	font-weight:bold;
}

.content_box{
	border-radius: 0 0 4px 4px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 22px 2px inset;
	background:rgb(255,255,255);
	background:rgba(255,255,255,.9);
	color:#222;
	width:92%;
	font-size:95%;
	padding:4px 4% 4px 4%;
	line-height:180%;
}
.content_box .iconswrapper{
	margin:0 auto;
	width:45%;
}

.content_box h3 {
  color: #555 ;
  background: #f5f5f5;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 2% 10px 4%;
  box-shadow:1px 3px 7px 0px #666666 ;
  border-bottom:2px solid rgb(104,138,109);
  border-radius: 3px ;
  font-weight: bold;
  font-size: 120%;
}

.content_box .pack {
  background: #f5f5f5;
  margin:10px 0px 20px 0px;
  padding: 10px 2% 10px 4%;
  box-shadow:1px 3px 7px 0px #666666 ;
  border-radius: 3px ;
  border-bottom:2px solid rgb(104,138,109);
}

img.separator{
	display:block;
	width:10%;
	margin:0 auto;
	opacity:.6;
}

.price{
	text-align:right;
}
.price span:nth-of-type(1){
	font-size:80%;
}
.price span:nth-of-type(2){
	font-size:180%;
	color:#F67B2C;
	font-weight:bold;
}

.price span:nth-of-type(3){
	font-size:60%;
	color:#F67B2C;
	font-weight:bold;
}


.content_box .iconswrapper img{
	margin:10px 0 10px 0;
	width:100%;
	border-radius:4px;
}

.content_box .imgfloat{
	display:block;
	float:left;
	margin:0 10px 0 10px;
	width:20%;
	max-width:350px;
	min-width:150px;
}

.content_box .imgflt0{
	display:block;
	float:left;
	margin:0 1% 4px 0;
	
}

.content_box .imgcenter{
	display:block;
	margin:10px auto;
	width:60%;
}
.content_box .imgcenterM{
	display:block;
	margin:10px auto;
	width:70%;
}

.content_box .imgcenterL{
	display:block;
	margin:0 0 20px 0;;
	width:100%;
}


.content_box .imgsmall{
	display:block;
	margin:10px auto;
	width:50%;
}

@media screen and (max-width: 600px){
	.content_box .imgsmall{
		width:65%;
	}
}


@media screen and (max-width: 400px){
	.content_box .imgsmall{
		width:80%;
	}
}
.content_box .imgshadow{
 	border-radius:3px;
	box-shadow:rgba(0, 0, 0, 0.117647) 0px 0px 4px 1px;
}


.content_box .imgInl{
	display:inline-block;
	margin:0 0 4px 0;
}


.content_box dt{
	border-bottom:rgb(104,138,109) 2px dotted;
	margin-top:6px;
}

@media screen and (max-width: 400px){
	.content_box dd{
		margin-left:5%;
	}
}
.blank{
	width:0px;
	height:250px;
}

.mainColor{
	color:#688A6D;
}

.mainBgColor{
	background-color:#688A6D;
}


#main {
	margin:0 auto 0 25%;
	max-width:900px;
}

#sidemenu{
	position:fixed;
	top:150px;
	left:0;
	width:25%;
	max-width:260px;
}

@media screen and (max-width: 800px){
	#main {
		margin:0 auto 0 auto;
		max-width:900px;
	}
	#sidemenu{
		display:none;
	}
}

#sidemenu a{
	display:block;
	margin:0 auto 4px auto;
	width:95%;
}
#sidemenu a img{
	transition: .3s;
	display:block;
	width:80%;
	opacity:.9;
 	border-radius:3px;
}

#sidemenu a:hover img{
	display:block;
	width:100%;
	opacity:1;
}

.ariaLst{
	width:90%;
	margin:10px auto 10px auto;
}

.ariaLst dt{
	padding:10px 0 2px 10px;
	line-height:1em;
	margin:0;
	font-weight:bold;
	border-left:#688A6D solid 6px;
	border-bottom:none;
}
.ariaLst dd{
	padding:2px 0 10px 10px;
	font-size:85%;
	margin:0 0 10px; 0;
	border-left:#688A6D solid 6px;
	border-bottom:#333 dotted 1px;
}

.tblWrapper0{
	width:95%;
	margin:30px auto 30px auto;
}

table.brwsr2 {
		margin:0 0 0 5px;
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 35%;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-weight: bold;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    border: none;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}
@media screen and (max-width: 450px){
	#comInfoTblWrapper {
		display:none;
	}
}
.dl_comInfo{
	display:none;
}
/* .dl_comInfo dd,.dl_comInfo dt{
	text-align:center;
	padding:0;
}
.dl_comInfo dd{
	margin:0 0 20px 0;
} */

@media screen and (max-width: 450px){
	.dl_comInfo{
		display:block;
	}
}


.lb-wrapper{
	width:80%;
	margin:10px auto 10px auto;
}

.lb-wrapper_n{
	width:70%;
	margin:10px auto 10px auto;
}

.lb-wrapper_n img.left_triangle{
	display:block;
	margin:23% 1% 0 0;
	float:left;
	width:4%;
}

.lb-wrapper_n a{
	display:block;
	width:45%;
	float:left;
	margin:0 1% 4px 0;
}
.lb-wrapper_n a img{
	display:block;
	width:100%;
}

.lb-wrapper, .lb-wrapper_n, .ariaWrapper{
	display:none;
}

.lb-wrapper p, .lb-wrapper_n p{
	margin:2px 0 2px 0;
	font-size:80%;
	padding:0;
	line-height:1em;
}

.ll{
	/* letter_large */
	font-size:120%;
	font-weight:bold;
	color:#283D2B;

}
.fal{
	/* fa-large */
	font-size:140%;
}

#ocAnc0 .toOpen, #ocAnc1 .toOpen, #ocAnc2 .toOpen, #ocAnc3 .toOpen{
	display:block;
	text-indent:1em;
}
#ocAnc0 .toClose, #ocAnc1 .toClose, #ocAnc2 .toClose, #ocAnc3 .toClose{
	display:none;
	text-indent:1em;
}

.content_box a{
	text-decoration:none;
	color:#5E3052;
	font-weight:bold;
	transition:.4s;
}

.content_box a:hover {
	text-decoration:none;
	color:#3D5240;
	font-weight:bold;
}

.menuIconWrapper{
	display: none;
}
.menuIconD, .menuIconU{
	position: fixed;
	right:10px;
	top:6px;
	width: 62px;
	height: 20px;
	margin: 0px auto;
	padding: 1px 0 0 0;
	font-size: 16px;
	text-align: center;
	color:#F2DFA7;
	border:solid 2px #F2DFA7;
	border-radius:2px;
	font-weight:bold;
	text-shadow:none;
	letter-spacing:1px;
}

.menuIconU{
	display:none;
}
.menuIconD span , .menuIconU span{
	font-size:40%;
}
@media screen and (max-width: 800px){
	.menuIconWrapper{
		display: block;
	}
	#mitFree{
		top:42px;
/* 		width:70px; */
	}
	#phoneS{
		margin-right:90px;
	}
	#comNameWrapperS img.kabu{
		display:none;
	}
	#comNameWrapperS{
		width:323.484px;
	}
	#comNameWrapperS img.cn{
		width:100%;
	}
}

@media screen and (max-width: 400px){
/* 	#logoB{
		height:18px;
	} */
	#comNameWrapperS{
		width:260px;
	}
	#phoneS{
		margin-top:10px;
		line-height: 1em;
		font-size:120%;
		font-weight:bold;
	}
}
@media screen and (max-width: 350px){
	#phoneS{
		font-size:100%;
	}
}
@media screen and (max-width: 330px){
	#phoneS{
		display:none;
	}
}
@media screen and (max-width: 750px){
	#comNameWrapperS{
		display:none;
	}
}
@media screen and (max-width: 500px){
	#mitFree{
		display:none;
	}
}
#slideMenu{
	z-index:600;
	position:fixed;
	display:none;
	list-style-type: none;
	margin:0;
	padding:0;
	top:0px;
	width:100%;
/* 	background-color:#eee;*/
	color:#333;
	background-color:#eee; 
	opacity:.9;
	text-shadow:none;
}
#slideMenu li {
	list-style-type: none;
	border-bottom:1px solid #040;
}

#slideMenu li a{
	font-size:100%;
	display:block;
	width:100%;
	height:1.8em;
	padding-top:0.8em;
	text-align:center;
	text-decoration:none;
	transition:0.8s;
}

#slideMenu li a:hover{
	background:#bbb;
	color:#030;
}

.taskFin{
	color:#999;
}

.strong{
	font-size:120%;
	color:#F67B2C;
	font-weight:bold;
}

.memo{
	display:none;
}


.content_box .lst{
	margin:0 2%;
	padding:0.2em 0.2em 0.2em 1.7em;
	text-indent:-1.7em;
}

#phone a, #phoneS a{
	text-decoration:none;
	color:#F2DFA7;

}
