body{
	line-height:24px;
	font-size:15px;
	-webkit-text-size-adjust: 100%;/*文字サイズ自動調整させない*/
}



/********************************************
 * toppage
 ********************************************/
 
.cont01{
	width:92%;
	margin:0 auto;
}
.cont02{
	width:92%;
	margin:0 auto;
}
.cont03{
	width:720px;
	margin:0 auto;
}
.co_p {
	padding-top: 60px;
	padding-bottom: 60px;
}
.co_b{
	padding-bottom: 80px;
}
.co_p2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.co_t {
	padding-top: 40px;
}
.co_t2 {
	padding-top: 60px;
}

.pc_none{
	display:none;
}



/*ボタン*/

.btn01 a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #ff6a36 url(../img/icon2.png) no-repeat 8px center;
	background-size:25px;
	padding-left: 25px;
	box-sizing:border-box;
}

.btn01 a:hover {
	background: #ff4200 url(../img/icon2.png) no-repeat 8px center;
	background-size:25px;
	text-decoration:none;
}


#logo {
	width: 200px;
	float: left;
	padding-top: 10px;
}
#headtxt {
	width: 215px;
	padding-left: 12px;
	float: left;
}
#headtxt h1 {
	font-size: 10px;
	line-height: 16px;
}
.headbox {
	font-size: 14px;
	font-weight: bold;
	color: #ff6a36;
	border: 1px solid #ff6a36;
	margin-top: 5px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 20px;
}
#headtel {
	width: 200px;
	margin-top: 5px;
	float: right;
	text-align: center;
}
#headtel a,
.tel a {
	background: url(../img/icon1.png) no-repeat left center;
	background-size:25px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	font-weight: bold;
}
#headtel a,
.tel a {
	font-size: 24px;
	line-height: 26px;
}

#headtel span {
	font-size: 12px;
	line-height: 16px;
}
.tel span {
	display:block;
	font-size: 12px;
}
header {
	padding-top: 10px;
	padding-bottom: 10px;
}


#contactbtn a {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: #ff6a36 url(../img/icon2.png) no-repeat center 10px;
	background-size: 27px;
	padding: 40px 10px 10px;
	width: 24px;
	display: block;
	line-height: 18px;
	text-align: center;
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 10;
}
#contactbtn a:hover {
	background: #ff4200 url(../img/icon2.png) no-repeat center 10px;
	background-size: 27px;
	text-decoration:none;
}

/*メインコンテンツ*/
#main {
	width:100%;
	box-sizing:border-box;
	position: relative;
	text-align: center;
	padding-top: 80px;
	overflow-x: hidden;
}
.maintxt {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}
.bg1 {
	background: url(../img/bg1.jpg) repeat;
}
h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#itembox ul {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#itembox li {
	width: 140px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.7);
	display: inline-block;
	margin-top: 10px;
}
#itembox li img {
	height: auto;
	width: 120px;
}
#itembox li p {
	padding-top: 5px;
}

.ad {
	position: absolute;
	z-index: 1;
}
.topimg1{
	left: -150px;
	top: 20px;
	height: auto;
	width: 400px;
}
.topimg2{
	top: 20px;
	right: -150px;
	height: auto;
	width: 400px;
}

.infobox {
	text-align: center;
}
.infobox {
	background: #FFFFFF;
	padding: 20px;
	border: 8px solid #ffd6c9;
	margin: 20px 5%;
	text-align: center;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.infobox .tel {
}
.infobox .btn01 {
	width: 45%;
	display: inline-block;
	padding-left: 4%;
	vertical-align: middle;
}
.tel {
	display: inline-block;
	width: 44%;
	text-align: left;
	padding-left: 5%;
	vertical-align: middle;
}



h2 {
	font-size: 36px;
	line-height: 55px;
	font-weight: bold;
}
.list1 ul {
	text-align: center;
}
.list1 li {
	width: 300px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.list1 li p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.re {
	position: relative;
}
.topimg3 {
	left: -80px;
	bottom: 0px;
	width: 185px;
	height: auto;
}
.topimg4 {
	width: 181px;
	right: -80px;
	bottom: 0px;
	height: auto;
}
.bg3 {
	background: url(../img/bg3.jpg) repeat;
}
h4 {
	font-size: 20px;
	line-height: 34px;
}
.reason {
	background: #FFFFFF;
	margin-top: 30px;
	padding: 20px;
	text-align: left;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.txt_l {
	font-size: 50px;
	line-height: 50px;
	padding-right: 10px;
}
.txt_l2 {
	font-size: 30px;
	line-height: 40px;
	padding-right: 10px;
}
.reason h3,
.flow h3 {
	padding-bottom: 10px;
}
.reasontxt1 {
	float: left;
	width: 52%;
}
.reasonimg1 {
	float: right;
	width: 45%;
	text-align: right;
	padding-top: 20px;
}
.jrei {
	margin-top: 20px;
	width: 100%;
}
.jrei li {
	display: inline-block;
	width: 24%;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
.jrei ul {
	text-align: center;
}
.jrei p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
}
.price {
	font-size: 30px;
	color: #ff6a36;
	font-weight: bold;
	line-height: 34px;
}
.price span {
	font-size: 15px;
}
.reasonimg2 {
	float: left;
	width: 45%;
}
.reasontxt2 {
	float: right;
	width: 52%;
}
.table1 th {
	color: #b6b6b6;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.table1 td {
	padding: 5px;
	font-weight: bold;
}
.flow li {
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.flow li:last-child {
	border-bottom: none;
}
.flowimg {
	float: left;
	width: 250px;
}
.flowtxt {
	padding-left: 280px;
}
.flowbox {
	text-align: left;
	padding: 20px;
	border: 8px solid #eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bg4 {
	background: url(../img/bg4.jpg) repeat;
}
.shopinfo {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.shopimg {
	float: left;
	width: 49%;
	box-sizing:border-box;
	margin-bottom: 20px;
	padding-right: 1%;
}
.companyinfo {
	text-align: left;
}
.table2 {
	border-bottom: 1px solid #dcdcdc;
	margin-top: 5px;
}
.table2 th {
	color: #b6b6b6;
	vertical-align: top;
	font-weight: bold;
	width: 130px;
	padding: 25px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}
.table2 td {
	vertical-align: top;
	border-top: 1px solid #dcdcdc;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#map iframe {
	height: 360px;
	width: 100%;
}
#map {
	height: 360px;
}
.imgarrow img {
	height: auto;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}


.shopimg img {
	width: 100%;
}
#nayami {
	overflow: hidden;
	position: relative;
}
.shopinfo .pdl10 {
	padding-right: 0%;
	padding-left: 1%;
}
