body 
{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	line-height: 1.8em;
	color:#666;
	letter-spacing:1px;
	-webkit-text-size-adjust:100% !important;
 	border-bottom: 7px solid #f6921e;
}
 

img { 
    max-width: 100% !important; 
    height:auto !important;
}


a:link, a:active, a:visited {
	color: rgb(34, 102, 187);
	text-decoration: none;
}

a:hover {
	color: #04acec;
	text-decoration:underline;
}

hr {
	display: none;
}

a:hover img { opacity: 0.7; }

.switch 
{
	visibility: hidden;
}





.shake {
    display: inline-block;
    animation: hurueru .9s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1px, 1px) rotateZ(1deg)}
    50% {transform: translate(0px, 1px) rotateZ(0deg)}
    75% {transform: translate(1px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
 /* call to action  ---- end */


.openwaku
{
	width:70%;
	margin:0 auto;
}

.open
{
	width:70%;
	margin:20px auto 0px auto;
	border:1px solid #018dd0;
	background-color:#FFF;
	text-align:center;
	font-size:1.1em;
background-image:url(image/common/tagarrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	display:block;
	padding:10px 7px;
	color:#018dd0;
cursor: pointer; 
}

.open:hover
{
	background-color:#018dd0;
	text-decoration:inherit;
	color:#FFF;
background-image:url(image/common/tagarrow2.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
}

.open70
{
	width:70%;
	padding:20px 10px;
}


.openqa
{
	width:94%;
	padding:20px 3%;
	text-align:left;
	font-size:1.1em;
	color:#555;
}
.openqa span
{
	font-weight:bold;
	font-size:1.4em;
	padding-right:10px;
	color:#16AFC3;
}



/*
.open
{
cursor: pointer; 
	border-radius:8px;
	border:1px solid #018dd0;
	background-color:#EEE;
	padding:5px 7px;
	font-weight:bold;
	font-size:0.9em;
	color:#018dd0;
	width:50%;
	text-align:center;
	margin:0 auto;
	margin-bottom:25px;
}

.open:hover
{
	color:#FFF;
	background-color:#018dd0;
}
*/
.openrow{display: none;} 



.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
 
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




.fixed{
	position:fixed;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}





/* --------------------- 大枠 ここから --------------------- */

.wrap {
  width: 1050px;
  margin: 0 auto;
}

.hwrap {
  width: 1050px;
  margin: 0 auto;
}



.container {
  width: 1050px;
  display: -webkit-flex;
  display: flex;
	margin-top: 20px;
}

.contmatop
{
	margin-top: 50px;
}
.contmasingle
{
	margin-top: 40px;
}

.main {
  display: block;
  width: 700px;
  margin-right: 50px;
}
.sidebar {
  width: 300px;
	background-color: #f5f5f5;
}
.sidebarcon {
  margin-bottom: 20px;
	background-color: #FFF;
}
.sidebarfixed {

	position: sticky;
  margin-bottom: 0;
  top: 85px;
  z-index: 1;

}

.sidecta
{
	background-color: #f6921e;
	padding: 15px;
	color: #FFF;
}

.sidet
{
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.3em;
	text-align:center;

}

.sideprice
{
	border: 1px solid #FFF;
	padding: 5px 0px;
	text-align:center;
	margin: 10px 0px 5px 0px;
}
.sideprice strong
{
	font-size: 1.3em;
	text-align:center;
}
.sidetel{

	font-weight: bold;
	text-align: center;
	color: #FF0;
	font-size:1.7em;
	letter-spacing: -0.1px;
}
.sidetel i{
font-size: 18px; 
padding-right: 5px;
}
.sideinfo
{
	border-top: 1px dotted #FFF;
	padding-top: 8px;
	line-height: 1em;
	font-size: 0.9em;
	text-align:center;
	margin: 10px 0px 15px 0px;
}
.sidecau
{
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0px;
}


.sidebene 
{
	margin-top: 10px;
}
.sidebene li
{

	float: left;
	padding: 2%;
	width: 28.5%;
	margin-right: 1%;
	background-color:#a46115;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
	border-radius: 10px;
	text-align: center;
	letter-spacing: -0.2px;
}
.sidebene li:last-child
{
	margin-right: 0%;
}

.sidebt
{
	width:100%;
	display:block;
	cursor: pointer;
	margin:0 auto;
	margin-bottom:10px;
}


.sidebt a
{
	display:block;
	border:1px solid #EEE;
	padding:8px 7px;
	font-weight:bold;
	font-size:0.9em;
	color:#f6921e;
	text-align:center;
background-image:url(image/common/tagarrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-color:#FFF;
}

.sidebt a:hover
{
	background-color:#f6921e;
	background-image:url(image/common/tagarrow2.png);
text-decoration:none;
	color:#FFF;
}
	
	
.pankuzu
{
	width: 1050px;
	margin: 0 auto;
	border-bottom: 1px dotted #CCC;
	color: #777;
	font-size: 12px;
	margin-top: 5px;
}

.pankuzu i
{
	padding-right: 5px;
}

.pankuzu a
{
	margin-right: 15px;
}
.wrapft{
	width : 1050px;
	margin:0 auto; 
}

.wrapft2{
	width : 1050px;
	margin:0 auto; 
}

.hbg
{
	 background-color:#FFF;
	padding:45px 0px 180px 0px;
	background-image:url(image/common/bghead.jpg);
	background-position:top center;
	background-repeat:repeat;
	border-bottom:1px solid #CCC;
}


.gbg
{
	background-color:#f5f5f5; 
	padding:80px 0px 80px 0px;
}

.wbg
{
	background-color:#FFF; 
	padding:80px 0px 80px 0px;
}


.bbg
{
	background-color:#FFF; 
	padding:80px 0px 80px 0px;
	background-image:url(image/bbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


.toptesbg
{
	background-color:#f6921e; 
	padding:80px 0px 80px 0px;
	border-radius: 10px;
}



/* --------------------- 大枠 ここまで --------------------- */





/* --------------------- header ここから--------------------- */




.tagline
{
	font-size:0.75em;
	line-height:1em;
	padding:15px 0px 10px 0px;
	color:#777;
	border-bottom:1px dotted #CCC;
	margin-bottom: 20px;
}



.logo
{
	margin:5px 0px 0px 0px;
}




.topl
{
	float:left;
	width:200px;
	margin-right: 20px;
}


.topc
{
	float:left;
	width:230px;
	margin-right: 60px;
}

.topc2
{
	float:left;
	width:220px;
	margin-right: 10px;
}

.topr
{
	float:right;
	width:300px;
}

.topbt
{
	width:100%;
	display:block;
	cursor: pointer;
	margin:2px auto 0px auto;
	margin-bottom:10px;
}


.topbt a
{
	display:block;
	border:1px solid #f6921e;
	padding:8px 7px;
	font-size:0.8em;
	color:#f6921e;
	text-align:center;
background-image:url(image/common/tagarrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-color:#FFF;
}

.topbt a:hover
{
	background-color:#f6921e;
	background-image:url(image/common/tagarrow2.png);
text-decoration:none;
	color:#FFF;
}
	
	

.toptel
{
	font-weight: bold;
	text-align: center;
	color: #f6921e;
	font-size:1.8em;
	letter-spacing: -0.2px;
	margin-top: 0px;
}
.toptel i{
font-size: 18px; 
padding-right: 5px;
}
.toptelinfo
{
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	line-height: 1em;
	font-size: 0.8em;
	text-align:center;
	margin: 5px 0px 0px 0px;
}


.hbbg
{
	position: relative;
	margin: -160px auto 0px auto;
	background-color: #FFF;
	padding: 40px 0px;
	width: 1150px;
	z-index: 0;
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}

.hbbgtitle
{
box-sizing:border-box;
	background-color: #f6921e;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	width: 1050px;
	margin: 0 auto;
	padding: 25px 0px;
	border-bottom: 1px solid #FFF;
}
/*
.hbbgtitle
{
	color: #f6921e;
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 30px;
}
*/

.hbbg .topmbg
{
	width: 1050px;
	margin: 0 auto;
}

.hbbg .topml
{
	float: left;
	width: 350px;
border-right:1px solid #FFF;
	background-color: #f6921e;
	text-align: center;
	color: #FFF;
padding: 25px 20px;
box-sizing:border-box;
}



.hbbg .topml img
{
	width: 70px;
}

.hbbg .topml .topmlm
{
	font-size: 1.2em;
	padding: 15px 0px 20px 0px;
	font-weight: bold;

}
.hbbg .topml p
{
	line-height: 1.5em;
}




.hmeritbg{
	width: 1050px;
	margin: 0 auto;
display:table; 
}
.hmerit {
	box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
	width: 350px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	float: left;
	display:table-cell; 
}
.hmerit .box-title {
    font-size: 1.2em;
    background: #f6921e;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.hmerit .box-title i
{
	padding-right: 5px;
}
.hmerit p {
    padding: 20px 0px;
    margin: 0;
	text-align: center;
	color: #f6921e;
	font-weight: bold;
	font-size: 1.5em;
}


/* トップメリット2段目 */



.hmeritbg2{
	width: 1050px;
	margin: 0 auto;
display:table; 
  position: relative;
}
.hmerit2 {
	box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
	width: 350px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	float: left;
	display:table-cell; 
  position: relative;
  left:17%;
}
.hmerit2 .box-title {
    font-size: 1.2em;
    background: #f6921e;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.hmerit2 .box-title i
{
	padding-right: 5px;
}
.hmerit2 p {
    padding: 20px 0px;
    margin: 0;
	text-align: center;
	color: #f6921e;
	font-weight: bold;
	font-size: 1.5em;
}


/* トップメリット2段目ここまで */




/* --------------------- header ここまで--------------------- */




/* --------------------- menu ここから--------------------- */


header
{
	background-color: #f5f5f5;
}

.topinfo
{
box-sizing:border-box;
	width: 1050px;
	margin: 15px auto 0px auto;
	background-color: #AAA;
	color: #FFF;
	font-size: 14px;
	padding: 5px 15px;
}


.topinfo ul li
{
	float: left;
	margin-right: 30px;
}

.topinfo ul li i
{
	padding-right: 5px;
}

.menubg
{
	background: #f6921e;
	background-color: #FFF;
	/*	
		border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #eee), color-stop(51%, #ddd), color-stop(100%, #fff));
	-pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); 
	behavior: url(../template_20190228/images/PIE.htc); */

}

.menu {
	width: 1050px;
	margin: 0 auto;
	padding: 20px 0px;
}

.menu li {
	float: left;
	padding-right:0px;
	letter-spacing:2.5px;
	text-align:center;
	border-left:1px solid #CCC;
	width:130px;
}

.menu li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color:#777;
	font-size:14px;
	line-height:1.3em;
	font-weight: bold;
/*	text-shadow: 1px 1px 1px #333;*/
}


.menu li a span {
	font-size:11px;
/*	text-shadow: 1px 1px 1px #333;*/
	font-weight:normal;
	letter-spacing:1px;
	color:#CCC;
}


.menu li:hover > a {
border-bottom:2px solid #f6921e;
margin-top:-2px;
}
.menu li:hover ul li {
	overflow: visible;
	height: 40px;
}

.menu .last
{
	padding-right:0px;
	margin-right:0px;
	border-right:1px solid #CCC;
}



.mwrap2{
	width : 1050px;
	margin:0 auto;
}

.menuchange {
/*background-color: rgba(21,61,111,0.3);*/
background-color: rgba(255,255,255,0.96);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display:none ;
  z-index: 9999;
	padding:0px 0px;
	border-bottom:1px solid #EEE;
}


.menu2 {
width:1050px;
	margin:0 auto;

}

.menu2 li {
	float: left;
	padding-right:0px;
	letter-spacing:1px;
	text-align:center;
	width:131px;
	padding: 10px 0px;
}


.menu2 li:last-child > a {
	border-right:1px solid #CCC;
}

.menu2 li a {
	display: block;
	padding: 9px 10px;
	text-decoration: none;
	font-size:14px;
	line-height:1.3em;
	font-weight: bold;
	color: #777;
	border-left:1px solid #CCC;
/*	text-shadow: 1px 1px 1px #333;*/
}

.menu2 li a span {
	font-size:10px;
/*	text-shadow: 1px 1px 1px #333;*/
	font-weight:normal;
	letter-spacing:2px;
	color:#AAA;
}


.menu2 li:hover > a {
border-bottom:2px solid #f6921e;
margin-top:-2px;
}
.menu2 li:hover ul li {
	overflow: visible;
	height: 40px;
}

.menu2 .last
{
	width:225px;
	margin-right:0px;
	padding:10px 8px;
background-color:#f6921e;
}




/* --------------------- menu ここまで--------------------- */







/* --------------------- footer ここから--------------------- */

#pagetop {
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 15px;
}


footer
{
	 padding:50px 0px 20px 0px;
	margin-top: 50px;

}

.ftbg1
{
	background-color:#f5f5f5;
	padding:50px 0px;

}

.ftbg2
{
	background-color:#FFF;
	padding:50px 0px 0px 0px;

}

.ftl
{
	 width:480px; 
	 float:left; 
	 padding-right:44px;
	 border-right:1px solid #CCC;
}

.ftr
{
	 width:480px; 
	 float:right; 
	 padding-left:44px;
}

.ftl2
{
	 width:220px; 
	 float:left; 
	 padding-right:40px;
}

.ftr2
{
	 width:220px; 
	 float:right; 
}

.ftmt
{
	border-left:3px solid #CCC;
	padding-left:6px;
	line-height:1em;
	margin-bottom:10px;
}

.ftlink
{
	text-align:center;
	margin-top:20px;
}

.ftlink a
{
	color:#555;
	font-size:0.9em;
}


.fttext li
{
display: block;
 color:#555;
	font-size: 13px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	line-height: 1.6em;
}

.fttext li i
{
padding-right: 8px;
}

.ftinfo
{
 font-size:10px; 
 color:#555;
 padding-top:10px;
 text-align:center;
}


.ftlogo
{

	margin-bottom:30px;
}

.ftlogo img
{
	width:200px;
}


/* --------------------- footer ここまで--------------------- */









ul.blet {
}

ul.blet li {
	list-style:none;
	background-image:url(image/blet.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-size:26px;
	background-position:20px 22px;
	padding:20px 15px 20px 55px;
	margin:0px 0px 18px 0px;
	line-height:1.4em;
	font-size:1.2em;
	border:3px solid #EEE;
}

ul.blet li:first-child
{
margin-top:0px;
}

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

ul.blet li span
{
font-size:1.1em;
font-weight:bold;
color:#f6921e;
}


ul.blet2 li {
	list-style:none;
	background-image:url(image/common/blet3.gif);
	background-size: 20px;
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:6px 0px 3px 30px;
	margin:3px 0px 3px 0px;
	line-height:1.7em;
}
ul.blet2 li:nth-child(even) {
	font-weight: bolder;
}

ul.blet3 li {
	list-style:none;
	background-image:url(image/common/blet2.gif);
background-size: 20px;
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:6px 0px 3px 30px;
	margin:3px 0px 3px 0px;
	line-height:1.7em;
}

ul.blet3 li:nth-child(even) {
	font-weight: bolder;
}

ul.bletp 
{
	margin-bottom: 15px;
}

ul.bletp li {
	list-style:none;
	background-image:url(image/common/bletp.png);
background-size: 8px;
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:3px 0px 3px 15px;
	margin:0px 0px 0px 0px;
	line-height:1.4em;
	font-size:0.95em;
}

.line
{
	line-height:1px; 
	font-size:1px; 
	border-bottom:1px solid #DDD;
	margin:40px 0px;
}






.alpha
{
	color:#f6921e;
	font-weight:bold;
	font-size:1em;
	line-height:1.3em;
	text-align:center;
	padding:15px 0px 0px 0px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.subline
{
	width:100px; 
	margin:0 auto;
	border-bottom:2px solid #f6921e;
	font-size:1px;
	line-height:1px;
	margin-bottom:20px;
}



.subhead{
	background-image:url(image/common/subai.gif);
	background-repeat:no-repeat;
	background-color:#f6921e;
	background-size:60px;
	background-position:20px 15px;
	padding:30px 15px 30px 100px;
	line-height:1.4em;
	font-size:1.5em;
	font-weight: bold;
	color:#FFF;
	border-top: 5px solid #EEE;
	border-bottom: 5px solid #EEE;
	margin-bottom: 30px;
}


.subhead2
{
	color:#777777;
	font-size:1.4em;
	line-height:1.6em;
	text-align:center;
	margin-bottom:30px;
	font-weight: bold;
}

.subhead3
{
	font-size:1.2em;
	line-height:1.7em;
	text-align:center;
	margin-top:20px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:20px 0px;
}

.subhead4
{
	font-size:1.5em;
	line-height:1.5em;
	text-align:center;
	color: #f6921e;
	font-weight: bold;
}


.ctacau
{
border:1px solid #CCC; 
padding:20px 30px;
margin-top:10px;
background-color:#FFF;
font-size:1.2em;
line-height:1.7em;
}

.ctacau span
{
font-weight:bold;
color:#A00;
}

.imgr
{
float:right;
	margin:0px 0px 0px 50px;
	text-align:center;
}



.flow
{
	font-weight:bold;
	font-size:1.4em;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:15px 0px;
}

.flow span
{
	font-weight:bold;
	font-size:1.1em;
	background-color:#f6921e;
	color:#FFF;
	padding:6px 8px;
}



.testopt
{
	border:1px solid #CCC;
	padding:30px 20px;
	background-color:#FFF;
	text-align:center;
}




.teswakul
{
	float:left;
	width:510px;
	margin-right:30px;
	background-color:#FFF;
}

.teswakur
{
	float:left;
	width:510px;
	background-color:#FFF;
}

.teswakun
{
	padding:0px 25px;
}


.muku
{
	display: flex;
	justify-content: space-between;
}




.tesrtitle
{
	background-color:#f6921e;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:1.4em;
	line-height:1.5em;
	padding:20px 15px;
}

.teswakubg
{
	border:1px solid #CCC;
	border-top:none;
}


.cau
{
	font-size:0.8em;
	line-height:1.5em;
	color:#999;
}

.gcau
{
	font-size:1em;
	line-height:1.5em;
	color:#999;
	margin-top:0px;
	text-align:center;
}


.ggmap
{
}
.ggmap iframe
{
	z-index:1;
}

.act{
	background-color: #f5f5f5;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 5px;
}


.rct1{
	background-color: #f5f5f5;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.rct2{
	background-color: #e0f6ff;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 5px;
}


.rtwaku
{
	border:1px solid #f6921e;
	padding:15px 20px;
	background-color:#FFF;
	font-size:1em;
	margin-top: 70px;
}

.bgglay
{
	background-color:#f5f5f5;
}

.rt1
{
	display:inline;
	font-weight:bold;
	color:#FFF;
	font-size:1.4em;
	padding:5px 7px;
	background-color:#f6921e;
	margin-right:10px;
	line-height:1em;
}

.rt2
{
	display:inline;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5em;
	color:#555;
}
.rt2 span
{
	display:inline;
	font-weight:normal;
	font-size:10px;
	color:#555;
}


.flwaku
{
	border:1px solid #2F6FB0;
	padding:18px 20px;
	background-color:#f5f5f5;
	border-radius:10px;
}

.fl1
{
	display:inline;
	font-weight:bold;
	color:#FFF;
	font-size:1.4em;
	padding:5px 7px;
	background-color:#2F6FB0;
	margin-right:10px;
	line-height:1em;
}

.fl2
{
	display:inline;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.5em;
	color:#555;
}


.borderbg
{
	border:7px solid #EEE;
	padding:25px 30px;
	background:#FFF;
}

.mapimg
{
	width:45%;
	height:45%;
}

.mapt
{
	background-color:#EEE;
	border-radius:8px;
	font-weight:bold;
	font-size:1.1em;
    padding: 10px 15px 10px 15px !important;
	margin:0px 25px;
}

.time
{
	width: 100%;
}

.time tr td
{
	border: 1px solid #CCC;
	padding: 10px 15px;
	line-height: 1.6em;
}

.time tr th
{
	text-align: center;
	border: 1px solid #CCC;
	padding: 10px 15px;
	background-color: #f5f5f5;
	font-weight: bold;
	line-height: 1.6em;
}








.pro
{
	 float:left; 
	 margin:0px 30px 0px 0px;
}


.name
{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.4em;
	border-left:5px solid #CCC;
	padding-left:20px;
	margin-bottom:20px;
}

.name span
{
	font-size:1.2em;
}

.kakaku
{
	color:#A00;
	font-weight:bold;
		font-size:2em;
	line-height:1.8em;
	text-align:center;
}





	
	
.barbg
{
	background-color:#f6921e;
	padding:50px;
}

.bartitle
{
	font-size:1.7em;
	line-height:1em;
	color:#FFF;
	border-left:5px solid #FFF;
	padding-left:20px;
	font-weight: bold;
}

.barwrap {
  width: 1050px;
  margin: 0 auto;
}

	
	
	
/* -----メールフォーム --------*/
.contactbg
{
	padding: 35px;
	background-color:#f5f5f5;
	box-sizing: border-box;
}
.error
{
font-weight:bold;
color:#D00;
font-size:1.1em;
margin-left:10px;
}
.kou
{
	line-height:1em;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}

.kou img
{
	line-height:1em;
	margin-left:5px;
}

.input input
{
	border:3px solid #CCC;
	background-color:#FFF;
	padding:8px 10px;
	font-weight:bold;
	font-size:1.1em;
	width:500px;
	height:30px;
}

.input input:focus
{
background-color:#e7f8ff;
}

.input2 textarea
{
	border:3px solid #CCC;
	background-color:#FFF;
	padding:8px 10px;
	font-weight:bold;
	font-size:1.1em;
	width:97%;
	height:250px;
}

.input2 textarea:focus
{
background-color:#e7f8ff;
}

.input3 select
{
	border:3px solid #CCC;
	background-color:#FFF;
	padding:8px 10px;
	font-size:1.1em;
}

.subbt
{
text-align:center;
}
.subbt input
{
width:380px;
height:60px;
text-align:center;
font-weight:bold;
font-size:1.1em;
}






.mline
{
	font-size:1px;
	line-height:1px;
	margin:20px 0px;
	border-bottom:1px dotted #CCC;
}

.kiyaku {
    border: 1px solid #bbb;
    color: #555 !important;
    font-size: 11px;
	background:#FFF;
    height: 120px;
    line-height: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
}

.kiyakutext
{
	font-size:0.9em;
	line-height:1.4em;
	margin:10px 0px;
}
/* -----メールフォーム　ここまで --------*/






.blogbt2
{
	width:100%;
}

.blogbt2 a
{
	border-radius:8px;
	border:1px solid #f6921e;
	background-color:#EEE;
	padding:10px 7px;
	font-weight:bold;
	font-size:1em;
	color:#f6921e;
	text-align:center;
	display:block;
}

.blogbt2 a:hover
{
	background-color:#f6921e;
	text-decoration:none;
	color:#FFF;
}
	


.rightbd
{
	padding:10px 20px;
	border:4px solid #EEE;
}

.righttitle
{
	font-weight:bold;
	color:#999;
	font-size:1.2em;
	margin-bottom:5px;
}



.sidemenu ul li  {
	border-bottom: 1px dotted #CCC;
}

.sidemenu ul li a  {
	background: url('image/common/ftarrow3.png') no-repeat scroll 0px 20px transparent;
	color: #555;
	text-align: left;
	padding: 13px 0px 13px 18px;
	display: block;
	line-height:1.6em;
	font-size:0.95em;
}



.sidemenu ul li a:hover {
	background: url('image/common/ftarrow3.png') no-repeat scroll 2px 20px transparent;
	color:#555;
	text-align: left;
	padding: 13px 0px 13px 18px;
	display: block;
	text-decoration: none;
	color:#0044CC;
}


.sidemenu ul li:last-child
{
	border-bottom:none;
	margin-bottom:0px;
	/* padding-botttom:0px; */
}

#mmgsp p
{
margin-bottom:40px;
}


#mmgsp h2
{
	border-bottom:5px solid #f6921e !important;
	padding-bottom: 7px !important;
	font-weight:bold !important;
	color:#777 !important;
	font-size: 1.4em !important;
	margin-bottom: 20px;
}


#mmgsp h3
{
	border-left:5px solid #f6921e !important;
	padding-left: 7px !important;
	font-weight:bold !important;
	color:#777 !important;
	font-size: 1.2em !important;
	margin-bottom: 20px;
}


#mmgsp ul li
{
	list-style:none;
	background-image:url(image/blet.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:0px 2px;
	padding:0px 0px 5px 27px;
	margin:8px 0px 8px 0px;
	line-height:1.6em;
	font-size:1.05em;
}

#mmgsp .box1
{

	padding:25px;
	border:1px solid #51bda9;
	margin-bottom:30px;
}

#mmgsp .box2
{

	padding:25px;
	background-color:#EEE;
	margin-bottom:30px;
}

#mmgsp blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #f2f9ff;
	margin-bottom:30px;
}

#mmgsp blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "â€œ";
    font-family: sans-serif;
    color: #d2e6ff;
    font-size: 130px;
    line-height: 1;
}

#mmgsp blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "â€";
    font-family: sans-serif;
    color: #d2e6ff;
    font-size: 90px;
    line-height: 1;
}

#mmgsp blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

#mmgsp blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


.pnavi
{
	
padding:10px; 
	border-top:1px solid #CCC; 	
	border-bottom:1px solid #CCC; 
	padding: 20px 0px;
	margin-top: 80px;
}


.pnavil
{
	float: left;
	width: 330px;
}
.pnavir
{
	float: right;
	width: 330px;
}

.pnavil i
{
	padding-right: 5px;
	color: #999;
}
.pnavir i
{
	padding-left: 5px;
	color: #999;
}

.pnavir strong
{
	font-weight: bold;
	font-size: 1.1em;
	color: #999;
}

.pnavil strong
{
	font-weight: bold;
	font-size: 1.2em;
	color: #999;
}

.pnavir
{
		text-align: right;
}


.mmgday {
	font-size:1em;
	line-height:1.3em;
}
.mmgday i {
	padding-right: 10px;
}

.mmgtitle {
	font-weight: bold;
	font-size:1.6em;
	line-height:1.4em;
	margin:10px 0px 15px 0px;
	color:#777;
}

.mmgtitle2 {
	font-weight: bold;
	font-size:1.6em;
	line-height:1.7em;
	margin:10px 0px;
	color:#555;
}

.mmgcat {
	color:#555;
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom:15px;
}


.mmgcat i
{
	padding-right: 10px;

}
.mmginfo
{
	 margin: 12px 0px;
	 font-size: 13px;
}

.mmgline
{
	font-size:1px;
	line-height:1px;
	border-bottom:1px solid #CCC;
	margin:30px 0px 30px 0px;
}
.mmgline2
{
	font-size:1px;
	line-height:1px;
	border-bottom:1px dotted #DDD;
	margin:50px 0px 20px 0px;
}

.mmgline3
{
	font-size:1px;
	line-height:1px;
	border-bottom:1px solid #DDD;
	margin:50px 0px;
}

.mmgnext
{
	margin-top:30px;
}

.pcspace
{
margin:40px 0px;
}

.cattitle
{
font-weight:bold;
text-align:center;
font-size:1.7em;
color:#444;
margin-bottom:15px;
}


.bonuswaku
{
	border:7px solid #FC6;
	padding:30px 40px;
	background-color:#FFD;
}

.bonus
{
	display:inline;
	width:160px;
	height:150px;
	float:left;
	margin-right:50px;
margin-bottom:60px;
}




.namett
{
color:#CCC;
margin-top:10px;
}
.cautt
{
	font-size:0.75em;
	color:#CCC;
}

.qmarktt
{
	background-color:#EEE;
	border-radius:8px;
	font-weight:bold;
	background-size: 16px;
	background-image: url("image/common/mq.gif");
    background-repeat: no-repeat;
	background-position:8px 13px;
    line-height: 1.5em;
    padding: 10px 10px 10px 35px;
}




.qbg
{
	background-color:#FFF;
	padding:20px 30px 30px 30px;
	border-radius:10px;
	margin-bottom:40px;
}
.qmark2
{
	margin:0px 0px 10px 0px;
	background-size: 30px;
	background-image: url("image/common/mq.gif");
    background-repeat: no-repeat;
	background-position:0px 13px;
    line-height: 1.5em;
    padding: 10px 10px 10px 45px;
	font-size:1.6em;
}

.qmark
{
	background-color:#EEE;
	border-radius:8px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	background-size: 16px;
	background-image: url("image/common/mq.gif");
    background-repeat: no-repeat;
	background-position:8px 13px;
    line-height: 1.5em;
    padding: 10px 10px 10px 35px;
}


.qmarkf
{
	background-color:#EEE;
	border-radius:8px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	background-size: 16px;
	background-image: url("image/common/mq.gif");
    background-repeat: no-repeat;
	background-position:8px 13px;
    line-height: 1.5em;
    padding: 10px 10px 10px 35px;
}




.testybg
{
	background-color:#FFF;
	width: 100%;
    margin: 0 auto;
	margin-top: 30px;
}

.testitle
{
font-size:1.4em;
font-weight:bold;
color:#f6921e;
margin-bottom:0px;
line-height:1.4em;
padding:0px 0px 15px 0px;
	text-align:center;
}


.testy tr .tes1
{
padding:25px 35px 25px 25px;
}

.testy tr .tes2
{
padding:25px 25px 25px 0px;
}

.testy tr .tes2 p
{
	font-size:0.85em;
	line-height:1.6em;
}

.tesp
{
	text-align:center;
	margin-top:20px;
}



.mt
{
	font-size:1em;
	line-height:1.5em;
	margin-bottom:10px;
}

.mt span
{
	display:inline;
	font-weight:bold;
	color:#FFF;
	font-size:1.6em;
	padding:2px 4px;
	background-color:#f6921e;
	margin-right:5px;
	line-height:1.4em;
}


.mapl
{
	width:320px;
	float:left;
}

.mapr
{
	width:320px;
	float:right;
}

.mapar
{
		float:left;
text-align:center;
	width:60px;
}
.mapar img
{
	padding-top:80px;
}
	




.price
{
	width:90%;
	margin:0 auto;
	
}



.toku
{
	font-weight:bold;
	font-size:1.3em;
	color:#555;
	margin-top:5px;
}
.toku span
{
background-color:#f6921e;
border-radius:50%;
padding:10px;
font-weight:bold;
display:inline;
font-size:0.9em;
color:#FFF;
}


.wakutes
{
	float:left;
	width:510px;
/*	margin-right:30px;*/
	background-color:#FFF;
}
.wakutesma
{
	margin-left:30px;
}

.conl_1
{
	width:200px;
	float:left;
}

.conl_2
{
	width:470px;
	float:right;
}


.conr_1
{
	width:72%;
	float:left;
}

.conr_2
{
	width:24%;
	float:right;
}

.flowl
{
float:left;
margin:0px 0px 0px 0px;
text-align:center;
width:320px;
}


.flowr
{
float:right;
margin:0px 0px 0px 0px;
/* width:670px; */
width: 350px;
}


.flowl img
{
	width:350px;
	height:255px;
}

.farrow
{
	text-align:center;
	margin:50px 0px 50px 0px;
}



.bonus1 
{
	margin-bottom: 5px;
}
.bonus1 span
{
	border: 1px solid #FB9028;
	font-weight:bold;
	font-size:1.1em;
	color:#FB9028;
	padding:5px 10px;
}
.bonus2
{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom: 10px;
}







.prl
{
	float:left;
	width:260px;
}


.prr
{
	float:right;
	width:390px;
	box-sizing: border-box;
}

.prwaku
{
	border-top: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	padding: 20px 0px;
}

.prr .pname1{
	font-size: 1.2em;
	font-weight: bold;
}
.prr .pname2{
	font-size: 1.7em;
	font-weight: bold;
	color:#f6921e;
}
.prr .pname2 span{
	color: #999;
	font-size: 0.6em;
	padding-left: 10px;
	font-weight: normal;
	color:#777;
}

.prr p
{
	font-size:0.9em;
	line-height:1.6em;
}

.pt
{
	font-weight:bold;
	border-left:5px solid #CCC;
	padding-left:8px;
	line-height:1em;
	margin-bottom:5px;
}

.ptb
{
	background-color:#EEE;
	padding:8px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
}







.sideprtitle
{
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #999;
}

.sideprt
{
	font-size: 0.8em;
	line-height: 1.4em;
}
.sideprwaku
{
	padding: 25px 0px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #f5f5f5;
	line-height: 1.6em;
}

.sideprwaku img
{
	width: 120px;
}
.sidepname1{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.sidepname2{
	font-size: 1.3em;
	font-weight: bold;
	color:#777;
	text-align: center;
	margin-bottom: 15px;
}

.sideprwaku ul.bletp li {
	list-style:none;
	background-image:url(image/common/bletp.png);
background-size: 8px;
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:3px 0px 3px 15px;
	margin:0px 0px 0px 0px;
	line-height:1.4em;
	font-size:0.9em;
}

.sideprr p
{
	font-size:0.9em;
	line-height:1.6em;
}

.sidept
{
	font-weight:bold;
	border-left:5px solid #CCC;
	padding-left:8px;
	line-height:1em;
	margin-bottom:5px;
}

.sideptb
{
	background-color:#EEE;
	padding:8px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 10px;
}



.s_mmgleft
{
	float:left;
	width:220px;
}

.s_mmgright
{
	float:right;
	width:450px;
}

.s_mmgtitle
{
	font-weight:bold;
	font-size:1.4em;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.3em;
}

.s_mmgtag
{
	background-color:#aaaaaa;
	color:#FFF;
	display:inline;
	font-size:0.9em;
	line-height:2em;
	padding:5px 15px;
}

.s_mmgday
{
	font-size:0.9em;
	color:#AAA;
	display:inline;
}

.s_mmgtext
{
	line-height:1.5em;
	font-size:1em;
	color:#555;
	margin-bottom: 10px;
}

.s_mmgsum
{
	margin:6px 0px 0px 0px;
}

.s_mmgmore
{
	line-height:1.5em;
	padding-top:10px;
	color:#555;
	text-align:left;
}

.s_mmgline
{
	margin:20px 0px;

}

.s_mmgline2
{
	font-size:1px;
	line-height:1px;
	margin:50px 0px;
	border-bottom:1px solid #CCC;
}
.midashi
{
	position: relative;
    top: 23px;
    left: 25px;
}
.midashi span {
    padding: 10px 15px;
    line-height: 1;
    font-size: 1.2em;
    background: #f6921e;
    color: #FFF;
    font-weight: bold;
}

.rwaku {
    border: solid 5px #EEE;
    margin: 0; 
    padding: 25px 20px 15px 25px;
font-weight:bold;
	font-size:1.6em;
	line-height:1.4em;
	color:#777;
}

/*
.rwaku {
    position: relative;
    border: solid 5px #EEE;
	background-color:#FFF;
	margin-top:10px;
}
.rwaku .midashi {
    position: absolute;
    display: inline-block;
    top: -23px;
    left: 25px;
    padding: 10px 12px;
    line-height: 1;
    font-size: 1.2em;
    background: #f6921e;
    color: #FFF;
    font-weight: bold;
}
.rwaku p {
    margin: 0; 
    padding: 25px 20px 15px 25px;
font-weight:bold;
	font-size:1.4em;
	line-height:1.4em;
	color:#555;
	}
	
*/	
	
	
.subtitle
{
	border:5px solid #EEE;
	padding:15px 15px 15px 10px;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.6em;
	color:#555;
	background-color:#FFF;
}


.subtitle span
{
	padding:7px 5px 7px 10px;
	background-color:#f6921e;
	color:#FFF;
}

.rimgr
{
	float:right;
	margin:0px 0px 30px 40px
}
.rimgr img , .rimgl img
{
	width: 230px;
}

.rimgl
{
	float:left;
	margin:0px 40px 30px 0px
}

.gen
{
	font-size:10px;
	color:#999;
}


.seg3l
{
	float:left;
	width:215px;
	margin-right:25px;
}

.seg3r
{
	float:right;
	width:215px;
}

.toku1
{
	color:#f6921e;
	font-size:1.1em;
	line-height:1em;
	text-align: center;
}

.toku1 span
{
	padding:5px 7px;
	border:1px solid #f6921e;
	background-color: #FFF;
}

.toku2
{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4em;
	margin:15px 0px 10px 0px;
}

.smidashi
{
	color:#f6921e;
	border:1px solid #f6921e;
	text-align:center;
	background-color:#FFF;
	font-size:1.2em;
	padding:12px 10px;
	line-height:1em;
	margin-bottom:10px;
}

.stitle
{
	font-weight:bold;
	color:#555;
	font-size:1.3em;
	line-height:1.5em;
	text-align:center;
	letter-spacing:-0.1px;
}




.suiline
{
	line-height:1px; 
	font-size:1px; 
	border-bottom:1px solid #DDD;
	margin:50px 0px;
}



.suiname
{
	border-left:3px solid #CCC;
	padding-left:10px;
	margin: 20px 0px;
}
.suit
{
	font-size:1.3em;
	line-height:1.4em;
	font-weight:bold;
}

.suil
{
	float:left;
	width:220px;
	
}

.suir
{
	 float:right;
	width:450px;
}


.halfl
{
	width:500px;
	float:left;
}

.halfr
{
	width:500px;
	float:right;
}




.rtm
{
	line-height:1.5em;
}


.rt2 span
{
	display:inline;
	font-weight:normal;
	font-size:10px;
	color:#555;
}




.wp-pagenavi {
		margin:40px 0px 0px 0px;
clear: both;
	text-align:center;
 
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #f6921e !important;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
	padding:10px !important;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#f6921e; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #f6921e;
	border-color: #f6921e;
	font-weight: bold;
    }
    





.rbg
{
	border:1px solid #CCC;
	padding:30px;
	background-color:#FFFFFF;
}




.sideborder {
	color: #f6921e;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	margin-bottom:15px;
}
.sideborder:before, .sideborder:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background:#f6921e;
	display: block;
}
.sideborder:before {
	margin-right:.4em;
}
.sideborder:after {
	margin-left:.4em;
}

.pricel
{
	width:335px;
	float:left;
}

.pricer
{
	width:335px;
	float:right;
}

.pbg
{
	padding:20px 20px 0px 20px;
	background-color:#f5f5f5;
}
.pbg p
{
	text-align:center;
	line-height:1.5em;
	padding-bottom:15px;
}

.pbg p strong
{
	font-weight:normal;
	font-size:1.4em;
}

.pbg p span
{
	font-size:2.5em;
}

.caml
{
	width:450px;
	margin: 0 auto;
	/* float:left; */
}

.camr
{
	width:550px;
	margin: 0 auto;
	padding-top: 50px;
	/* float:right; */
}

.pricenot
{
	font-size:1.5em;
	padding-bottom:30px;
	text-align:center;
}

.pricenot span
{
	text-decoration:line-through;
	font-size:1.5em;
}
	

.pricemain1
{
	text-align:center;
	font-size:2em;
	color:#D00;
	line-height:1em;
	font-weight:bold;
}

.pricemain2
{
	color:#D00;
	font-size:7.5em;
	font-weight:bold;
	line-height:1em;
	padding:10px 0px 0px 0px; 
	text-align:center;
}

.pricemain2 span

{
	background: linear-gradient(transparent 70%, yellow 70%);
}


.pricemaintax
{
	color:#D00;
	font-size:25px;
	font-weight:bold;
	line-height:12px;
	padding:10px 0px 20px 0px; 
	text-align:center;
}


.wait 
{
	font-weight:bold;
	color:#f6921e;
	font-size:1.8em;
	line-height:1.4em;
	text-align:center;
}
.wait span
{
		background: linear-gradient(transparent 60%, yellow 60%);
}

.math
{
	margin-top:30px;
	border:1px solid #f6921e;
	color:#f6921e;
	font-weight:bold;
	font-size:1.4em;
	line-height: 1.5em;
	text-align:center;
	padding:15px 20px;
	background-color:#FFF;
}

.math .m1
{
	text-decoration:line-through;
}

.math .m2
{
	font-size:1.3em;
	color:#D00;
}




/* call to action --- start */


.ctaintside
{
	text-align: center;
	font-size:1em;
	font-weight: bold;
	margin-top: 10px;
}
.ctaint
{
	text-align: center;
	font-size:1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;

}
.ctatel
{
	font-weight: bold;
	text-align: center;
	color: #f6921e;
	font-size:3.78em;
	margin: 10px 0px 20px 0px;

}
.ctatel i{
font-size: 0.5em; 
padding-right: 5px;
}


.ctabene li
{
box-sizing:border-box;
	float: left;
	padding: 10px 15px;
	width: 210px;
	margin-right: 6px;
	background-color:#f6921e;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	border-radius: 10px;
	text-align: center;
	letter-spacing: -0.2px;
	color: #FFF;
}
.catbene li:last-child
{
	margin-right: 0px;
}

.ctabg
{
box-sizing:border-box;
	border: 1px solid #f6921e;
	padding:20px 25px;
	background-color:#f5f5f5;
	background-image:url(image/ctabg.jpg);
	background-repeat:repeat;
	background-position:top center;
	margin-bottom: 10px;
}



.ctahead
{
	font-size: 1.7em;
	line-height: 1.5em;
	background-color: #f6921e;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}


span.tel-link.shake img{
	width: 100%;
}

.ctamcau
{
	color:#FFF;
	margin-top:15px;
	line-height:1.7em;
	font-size:0.9em;
}

.ctabt
{
	position:absolute;
	margin:454px 0px 0px 200px;
}




.ctapricebg
{
	text-align: center;
	border:1px solid #CCC;
	padding:20px 0px;
	margin:20px auto 20px auto;
}

	
.ctaprice1
{
	font-size:1.3em;
	color:#555;
}

.ctaprice1 span
{
	text-decoration:line-through;
	font-size:1.2em;
	padding:0px 10px;
}
	

.ctaprice2
{
	color:#777;
	font-size:1.4em;
	font-weight:bold;
	line-height:1em;
	padding:0px 0px 10px 0px;
}


.ctaprice2 span

{
	font-size:1.3em;
	color:#f6921e;
	padding-left: 7px;
}

.ctamath
{
	color:#777;
	font-size:1.2em;
}


.ctamath .rema
{
	color:#f6921e;
	font-weight:bold;
	font-size:1.2em;
}

.ctam
{
	margin:20px 0;
	text-align: center;
}

.ctatelbg
{
	background-color:#FFF;
	padding:25px 25px;
    margin-bottom: 0px;
}


img.pc
{
	width: 90%;
    margin: 0 auto;
}

.ctat1
{
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.ctainfo
{
	font-size:1.3em;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.cau2
{
	font-size:0.8em;
	text-align:center;
	line-height:1.6em;
	margin-top:15px;
}

.ctaword
{
	color:#FFF;
	text-align:center;
	margin-top:30px;
}









.teswaku {
    border: solid 5px #EEE;
	background-color:#f9f9f9;
	margin-bottom:20px;
	padding: 25px 20px 25px 20px;
}

.tesl
{
	width: 300px;
	float: left;
}

.tesl img
{
	display: block;
	margin: 0 auto;
}


.tesr
{
 float:right;
	width:320px;

}

.teslimg
{
	width:370px;
	height:220px;
	background-size:cover;
}

.tesrt
{
	font-weight:bold;
	color:#f6921e;
	font-size:1.2em;
	line-height: 1.3em;

}
.tescau
{
	font-size:0.7em;
	line-height:1.5em;
	color:#999;
}

.tesname
{
	border-left:5px solid #CCC;
	padding-left:10px;
	margin:20px 0px 10px 0px;
	line-height:1em;
}






.biz-hour {
  border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}

.biz-hour th {
  /* １番上の線 */
  /* #A28C63っていうのが色の名前なので、ここをお好みで */
  border-top: 1px solid #f6921e;
}

.biz-hour th, .biz-hour td {
  padding: 10px  15px;
  text-align: center;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #f6921e;
	line-height: 1.6em;
}




/* 上段の背景色 */
.biz-hour th {
  /* background: pink; */
  font-weight: normal;
}

/* 土曜日の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}






.blogctabt
{
	width:80%;
	display:block;
	cursor: pointer;
	margin:60px auto 0px auto;
}


.blogctabt a
{
	display:block;
	border:1px solid #f6921e;
	padding:15px 7px;
	font-weight:bold;
	font-size:1em;
	color:#f6921e;
	text-align:center;
background-image:url(image/common/tagarrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-color:#FFF;
}

.blogctabt a:hover
{
	background-color:#f6921e;
	background-image:url(image/common/tagarrow2.png);
text-decoration:none;
	color:#FFF;
}
	




.blogbt
{
	width:300px;
	display:block;
	cursor: pointer;
	margin-bottom:0px;
	float: right;
}


.blogbt a
{
	display:block;
	border:1px solid #f6921e;
	padding:10px 7px;
	font-weight:bold;
	font-size:0.9em;
	color:#f6921e;
	text-align:center;
background-image:url(image/common/tagarrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-color:#FFF;
}

.blogbt a:hover
{
	background-color:#f6921e;
	background-image:url(image/common/tagarrow2.png);
text-decoration:none;
	color:#FFF;
}
	





.fblogbt
{
	width:80%;
	display:block;
	cursor: pointer;
	margin-bottom:0px;
	margin: 0 auto;
}


.fblogbt a
{
	display:block;
	border:1px solid #f6921e;
	padding:4px 7px;
	font-weight:bold;
	font-size:0.8em;
	color:#f6921e;
	text-align:center;
background-image:url(image/common/tagarrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
	background-color:#FFF;
}

.fblogbt a:hover
{
	background-color:#f6921e;
	background-image:url(image/common/tagarrow2.png);
text-decoration:none;
	color:#FFF;
}
	
.ftblogline
{
	line-height:1px; 
	font-size:1px; 
	border-bottom:1px dotted #CCC;
	margin:30px 0px;
}

.ftbt{
	font-size: 2em;
font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: lighter !important;
	color: #f6921e;
	float: left;
	padding-top: 13px;
	}

.fbsegl
{
	float: left;
	width: 315px;
	margin-right: 50px;
}

.fbseglma
{
	margin-right: 0px;
}

.fbeye
{
margin-top:10px;
}
.fbtitle
{
	color: #777;
	font-size: 1.15em;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.fbshin
{
	text-align: center;
	margin-bottom: 10px;
	color: #777;
	font-size: 1.2em;
}
.fbcat
{
	border-bottom:1px dotted #CCC;
	padding: 0px 0px 5px 0px;
	margin: 15px 0px 10px 0px;
	color: #999;
	font-size:0.9em;
}
.fbcat a
{
	color: #4F84EC;
	text-decoration: none;
}


.fbcat i
{
	padding-right:6px;
	color: #777;
	font-size: 0.9em;
}

.tax
{
	font-size:10px;
	line-height: 1em;
}

.omoi{
	padding: 20px;
    background-color:#fce7f2;
	border-radius: 10px;
	font-weight: bold;
	
}