
html {
	font-size: 62.5%;
} /*初期値16pxの62.5%でルートが10px*/

@font-face{
	src:url(../font/meiryo.ttc);
	font-family: fontall;
	advancedAntiAliasing: true;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

p{
	line-height: 150%;
	text-align: justify;
	color:#333;
}

/* img */
 @media screen and (max-width:599px){
img {
	max-width: 100%;
	height: auto;
	width : auto;
	border:none;
}
}
 @media screen and (min-width: 600px) and (max-width: 959px){
img {
	max-width: 100%;
	height: auto;
	width : auto;
	border:none;
}
}

/*PC・SP 画像切り替え*/
.img-sp {
    display: none;
}

@media screen and (max-width:930px) {
    .img-pc {
        max-width : 97%;
        height:aoto;
    }

    .img-sp {
        display: none;
    }
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        max-width:95%;
        display: block;
    }
}
/*PC・SP Picture*/

a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    background: #fff;
}

a:hover img.clear{
    opacity:1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
    background: #fff;
}


/*a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=50);
}*/


a{
	color: #F60;
}

a:hover{
	color: #F90;
}

.hover-no {
   pointer-events: none;
}

.m15{ margin: 15px; }
.m15-t{ margin-top: 15px; }
.m15-r{ margin-right: 15px; }
.m15-b{ margin-bottom: 15px; }
.m15-l{ margin-left: 15px; }

.m30{ margin: 30px; }
.m30-t{ margin-top: 30px; }
.m30-r{ margin-right: 30px; }
.m30-b{ margin-bottom: 30px; }
.m30-l{ margin-left: 30px; }

.p15{ padding: 15px; }
.p15-t{ padding-top: 15px; }
.p15-r{ padding-right: 15px; }
.p15-b{ padding-bottom: 15px; }
.p15-l{ padding-left: 15px; }

.p30{ padding: 30px; }
.p30-t{ padding-top: 30px; }
.p30-r{ padding-right: 30px; }
.p30-b{ padding-bottom: 30px; }
.p30-l{ padding-left: 30px; }

/*		画面構成
-----------------------------------------------------------------------*/
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #FFF;
	/*background-image: url(image/back1.jpg);
	background-repeat: repeat;*/
}
 @media screen and (min-width: 960px){
body {
	background-color: #FF9B37;
}
}

#wide{
	width: 100%;
	margin-left: 0;
}

#wrapper {
	width: auto;	
	margin: 0;
	margin-bottom: 95px;	
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#wrapper {
	margin-bottom: 125px;	
}
}
 @media screen and (min-width: 960px){
#wrapper {
	margin: 0 auto;
	width: 920px;
	height: 100%;
}
}

#main-column {
	margin: 0;
	width: auto;
	height: 100%;
	background-image:url(../image/w-center.jpg);
	background-repeat: repeat-y;
	float: left;
}
 @media screen and (min-width: 960px){
#main-column {
	margin: -6px 0px 0px 0px;
	width: 920px;
	height: 100%;
	background-image:url(../image/w-center.jpg);
	background-repeat: repeat-y;
	float: left;
}
}

.clear{
	clear: both;
}

/*		バーナー
-----------------------------------------------------------------------*/
.css {
	display: none;
}
 @media screen and (min-width: 960px) {
.css {
	display: block;	
	top: 224px;
	position: fixed;
	z-index: 999;
	margin-left: -245px;
	width: 224px;
	padding: 5px;
	background: #FF9B37;
	border-radius: 5px 5px 5px 5px;
}
}

/*		ヘッダー
-----------------------------------------------------------------------*/
#floating-menu {
    position: fixed;
	width: auto;
	height: 60px;
	height:0
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    z-index: 9999;
}


.site_logo{
    position: absolute;
	width: 106px;
	height: 60px;
    left: 80px;
    top: 0;	
    display: block;	
    background: url(../image/top3_sp.jpg) no-repeat left top;
    background-size: 100%;
}
 @media screen and (min-width: 960px){
.site_logo{
    display: block;	
    background: url(../image/top3.jpg) no-repeat left top;
    background-size: 100%;
}
}

.menu-btn {
    position: absolute;
	width: 60px;
	height: 35px;
    left: 2px;
    top: 6px;
    display: block;
    background: url(../image/menu-btn.png) no-repeat left top;
    background-size: 100%;
}
 @media screen and (min-width: 960px){
.menu-btn {
    display: none;
}
}

#header {
	color: #333;
	width: 100%;
	float: left;
	height: 100%;
	margin: 0px;
	float: left;
	background-color:#FFF;
}
 @media screen and (min-width: 960px){
#header {
	color: #333;
	width: 100%;
	float: left;
	height: 100%;
	margin: 0px;
	float: left;
	background-color:#FF9B37;
}
}

#header h1{
	font-size: 1.2rem;
	color: #000;
	margin: 0 0 0 72px;
	height: 50px;
	font-weight: normal;
	text-align:left;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#header h1{
	font-size: 1.6rem;
}
}
 @media screen and (min-width: 960px){
#header h1{
	font-size: 1.2rem;
	color: #000;
	margin: 0 auto;
	width: 920px;
	height: 20px;
	font-weight: normal;
	text-align:center;
}
}

#top{
	position:relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	padding: 0;
	margin-bottom:0px;
}
 @media screen and (min-width: 960px){
#top{
	margin: 0 auto;
	width: 920px;
	height: auto;
}
}

#menu{
	margin: 6% 0 0 0;
	padding: 3px 1% 0 1%;
	width: auto;
	height: 100%;
	background-image:url(../image/menu-back.jpg);
	background-repeat: no-repeat;
	float:left;
}

 @media screen and (min-width: 600px) and (max-width: 959px){
#menu{
	margin: 10px 0 0 0;
}
}
 @media screen and (min-width: 960px){
#menu{
	margin: -6px 0px 0px 0px;
	padding: 3px 0px 0px 12px;
	width: 920px;
	height: 50px;
	background-image:url(../image/menu-back.jpg);
	background-repeat: no-repeat;
	float:left;
}
}

#menu-bar{
	width:auto;
	height:44px;
}
 @media screen and (min-width: 960px){
#menu-bar{
	width:910px;
	height:44px;
}
}

/* ul.head_menu */
ul.head_menu {
	width: auto;
	padding: 0;
	margin: 0;
}
 @media screen and (min-width: 960px) {
ul.head_menu {
	width:920px;
}
}

/* ul.head_menu li */
ul.head_menu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 25.0%;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
ul.head_menu li {
	margin-left: 4px;	
	width: 13.5%;
}
}
 @media screen and (min-width: 960px) {
ul.head_menu li {
	margin-left: 4px;	
	width:auto;
} 
}

/* ul.head_menu li */
ul.head_menu img{
	width:124px;
	height: 44px;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
ul.head_menu img{
	width:124px;
	height: 44px;
}
}
 @media screen and (min-width: 960px) {
ul.head_menu img{
	width:124px;
	height: 44px;
} 
}

ul.bxslider {
  padding: 0;
  margin: 0;
}

#menu-goods {
	margin: 0 0.5rem -1.5rem;
	float: left;
	display: block;
}
 @media screen and (min-width: 960px) {
#menu-goods {
	margin: 0 0.5rem 0.5rem;	
	display: none;
} 
}

#menu-goods .menu1 {
  margin: 10px 0;
}

#menu-goods .menu1 img {
	width: 32.1%;
}

.line{
	float:left;
}

/*		メインコンテンツ
-----------------------------------------------------------------------*/


/*		メインコラム
-----------------------------------------------------------------------*/
#leftcolumn{
	margin: 8px 0 20px 0;
	width: auto;
	float: left;
	height: 100%;
}
 @media screen and (min-width: 960px){
#leftcolumn{
	margin: 8px 0 30px 10px;
	width: 640px;
	float: left;
	height: 100%;	
}
}

#leftcolumn p {
	margin: 0 1.0rem 1.0rem;
	font-size: 1.4rem;
	line-height:1.8;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn p {
	font-size: 1.4rem;
}
}
 @media screen and (min-width: 960px){
#leftcolumn p {
	font-size: 1.6rem;
}
}

#leftcolumn h2{
	font-size:1.5rem;	
	color: #555;
	line-height:1.3;	
	margin: 1.0rem 0 1.0rem 1.0rem;
}
 @media screen and (min-width: 960px){
#leftcolumn h2{
	font-size:1.6rem;
	margin: 1.5rem 0 1.0rem 1.0rem;
}
}

#leftcolumn h2 img{
	width: 50px;
}
 @media screen and (min-width: 960px){
#leftcolumn h2 img{
	width: auto;
}
}

#leftcolumn h3{
	font-size:1.5rem;
	line-height:1.3;		
	margin: 1.0rem 0 1.0rem 1.0rem;
}
 @media screen and (min-width: 960px){
#leftcolumn h3{
	font-size:1.6rem;		
	margin: 1.5rem 0 1.0rem 1.0rem;
}
}

#leftcolumn h3 img{
	width: 50px;
}
 @media screen and (min-width: 960px){
#leftcolumn h3 img{
	width: auto;
}
}

#leftcolumn ol {
	margin-left: -15px	
}

#leftcolumn ul {
	margin-left: 0	
}

#leftcolumn ul li {
	font-size: 1.4rem;
	line-height:1.3;	
}
 @media screen and (min-width: 960px){
#leftcolumn ul li {	
	font-size: 1.6rem;	
}
}

#leftcolumn ul.hassou {
	list-style-type: decimal;　	
}

#leftcolumn h2.shop {
	font-size: 2.5rem; 
	padding-bottom: .25em;
	border-bottom: 3px double #ccc;
}

.h2-box{
    margin-top: 2.5rem;
	clear: both;
}

.h3-box{
    margin-top: 0.5rem;
	clear: both;
}

.scr-box{
	margin: 7px 0px 0px 0px;
	overflow: auto;
	width: 630px;
	height: 400px;
	
}

.new{
	width: auto;
	height: auto;
	border-bottom: 1px solid #bbb;
	clear: both;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
.new{
	width: 600px;
}
}
 @media screen and (min-width: 960px){
.new{
	width: 610px;
}
}

#kaitori{
	margin: 0px 0px 10px 10px;
	width: 96%;
	float:none;
}

#kaitori img{
	width: 48%;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#kaitori img{
	width: 32.8%;
}
}
 @media screen and (min-width: 960px){
#kaitori img{
	width: 200px;
	height: 100px;
}
}

#kaitori1{
	margin: 0px 0px 10px 10px;
	width: 100%;
	height: 100%;
}

#leftcolumn .kyouka{
	margin: 20px 0px 20px 5px;
	width: auto;
	height: 70px;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn .kyouka{
	margin: 20px 0px 40px 5px;
	width: auto;
}
}
 @media screen and (min-width: 960px){
#leftcolumn .kyouka{
	margin: 20px 0px 30px 5px;
	width: 620px;
}
}

#leftcolumn .kyouka p{
	font-size:1.3rem;
	line-height:1.2;
	overflow: hidden;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn .kyouka p{
	font-size:1.4rem;
	line-height:1.3;
	overflow: hidden;
}
}
 @media screen and (min-width: 960px){
#leftcolumn .kyouka p{
	font-size:1.5rem;
	line-height:1.4;
	overflow: hidden;
}
}

.kyouka-img{
	margin: 0 10px 0 0;
	width: 33%;
	float: left;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
.kyouka-img{
	margin: 0 10px 0 0;
	width: 38%;
}
}
 @media screen and (min-width: 960px){
.kyouka-img{
	margin: 0 10px 0 0;
	width: 224px;
	height: 80px;
}
}



#leftcolumn .goods{
	margin: 5px 0px 0px 15px;
	float: left;
}

#leftcolumn .goods img{
	width: 200px;
	height: 140px;
}

#leftcolumn .spec{
	margin: 15px 1.0rem 0;
	width: auto;
	float: left;
	word-break: break-all;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn .spec{
	margin: 10px 0 0 0;
	width: 380px;
}
}
 @media screen and (min-width: 960px){
#leftcolumn .spec{
	margin: 5px 0 0 0;
	width: 380px;
}
}

#leftcolumn .spec p{
	font-size:1.4rem;
	line-height:1.2;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn .spec p{
	font-size:1.4rem;
	line-height:1.4;	
}
}
 @media screen and (min-width: 960px){
#leftcolumn .spec p{
	font-size:1.6rem;
}
}

#leftcolumn .spec img{
	width: 50%
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn .spec img{
	width: 200px;
	height: 37px;
}
}
 @media screen and (min-width: 960px){
#leftcolumn .spec img{
	width: 200px;
	height: 37px;
}
}

#leftcolumn .price{
	padding: 0;
	width: auto;
	height: 40px;
}

/* #t-step */
#t-step1 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/t-step1.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}
#t-step2 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/t-step2.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}
#t-step3 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/t-step3.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px){
#t-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/t-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#t-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/t-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#t-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/t-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}
}
 @media screen and (min-width: 960px) {
#t-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/t-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#t-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/t-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#t-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/t-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}
}

/* #s-step-p */
#step1-p {
	margin: 15px 0px 0px 10px;
	width: 60%;
	position: absolute;
	top: 4.0rem;
	left: 0;
}
#step2-p {
	margin: 15px 0 0 32px;
	width: 60%;
	position: absolute;
	top: 4.0rem;
	left: 0;
}
#step3-p {
	margin: 15px 0 0 48px;
	width: 60%;
	position: absolute;
	top: 4.0rem;
	left: 0;
}
#step4-p {
	margin: 15px 0 0 64px;	
	width: 60%;
	position: absolute;
	top: 4.0rem;
	left: 0;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#step1-p {
	position:static;	
	margin: 75px 0px 0px 20px;
	width: 300px;
	height: 100px;
}
#step2-p {
	position:static;	
	margin: 75px 0 0 42px;
	width: 300px;
	height: 100px;
}
#step3-p {
	position:static;	
	margin: 75px 0 0 58px;
	width: 300px;
	height: 100px;
}
#step4-p {
	position:static;		
	margin: 75px 0 0 74px;	
	width: 300px;
	height: 100px;
}
}
 @media screen and (min-width: 960px) {
#step1-p {
	position:static;	
	margin: 75px 0px 0px 20px;
	width: 300px;
	height: 100px;
}
#step2-p {
	position:static;	
	margin: 75px 0 0 42px;
	width: 300px;
	height: 100px;
}
#step3-p {
	position:static;	
	margin: 75px 0 0 58px;
	width: 300px;
	height: 100px;
}
#step4-p {
	position:static;		
	margin: 75px 0 0 74px;	
	width: 300px;
	height: 100px;
}
}

#step1-p p,
#step2-p p,
#step3-p p,
#step4-p p {	
	font-size: 1.2rem;
	line-height:1.1;
}		
 @media screen and (min-width: 600px) and (max-width: 959px){
#step1-p p,
#step2-p p,
#step3-p p,
#step4-p p {	
	font-size: 1.4rem;
	line-height:1.2;
}		
}
 @media screen and (min-width: 960px){
#step1-p p,
#step2-p p,
#step3-p p,
#step4-p p {	
	font-size: 1.4rem;
	line-height:1.2;
}		
}




/* #s-step */
#s-step1 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/s-step1.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#s-step2 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/s-step2.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#s-step3 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/s-step3.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#s-step4{
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/s-step4.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#s-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#s-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#s-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}
#s-step4{
	padding: 0px 0px 30px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step4.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}
}
 @media screen and (min-width: 960px) {
#s-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#s-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#s-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}

#s-step4{
	padding: 0px 0px 30px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/s-step4.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}
}

/* #pa-step */
#pa-step1 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/pa-step1.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#pa-step2 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/pa-step2.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#pa-step3 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/pa-step3.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#pa-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/pa-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#pa-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/pa-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#pa-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/pa-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}
}
 @media screen and (min-width: 960px) {
#pa-step1{
	padding: 0px 0px 0px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/pa-step1.jpg);
	background-repeat: no-repeat;
}

#pa-step2{
	padding: 0px 0px 0px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/pa-step2.jpg);
	background-repeat: no-repeat;
}

#pa-step3{
	padding: 0px 0px 0px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/pa-step3.jpg);
	background-repeat: no-repeat;
}
}

/* #ta-step */
#ta-step1 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/ta-step1.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#ta-step2 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/ta-step2.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#ta-step3 {
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/ta-step3.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}

#ta-step4{
	padding: 0;
	width: 100%;
	height: 0;
	float: left;
	background-image:url(../image/ta-step4.jpg);
	background-repeat: no-repeat;
	background-size: 120% 100%;
	padding-top: 38.1%;
	position: relative;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#ta-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#ta-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#ta-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}
#ta-step4{
	padding: 0px 0px 30px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step4.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}
}
 @media screen and (min-width: 960px) {
#ta-step1{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step1.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#ta-step2{
	padding: 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step2.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}

#ta-step3{
	padding: 0 0 30px 0;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step3.jpg);
	background-repeat: no-repeat;
	background-size:630px;
}

#ta-step4{
	padding: 0px 0px 30px 0px;
	width: 630px;
	height: 200px;
	float: left;
	background-image:url(../image/ta-step4.jpg);
	background-repeat: no-repeat;
	background-size:630px;	
}
}

#sitemap-box{
	width: auto;
	height: 100%;
	margin: 0;
	clear: both;

}
 @media screen and (min-width: 960px){
#sitemap-box{
	margin: 10px 0 20px 30px;	
	width: 600px;
}
}

/* #leftcolumn .store-map */
#leftcolumn .store-map {
	margin: 10px 2%;
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
 @media screen and (min-width: 960px){
#leftcolumn .store-map {
	margin: 10px 2%;
}
}

/* #leftcolumn .store-map2 iframe */
#leftcolumn .store-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98% !important;
	height: 98% !important;
	border: 2px #09F solid;
}

#leftcolumn .store-photo {
	width: auto;
	height: 100%;
	margin: 10px 2% 20px;
}

#leftcolumn .store-photo p{
	font-size: 1.3rem;
	padding: 1.0rem;	
}
 @media screen and (min-width: 960px){
#leftcolumn .store-photo{
	width: 600px;	
	margin: 1.0rem 0 2.0rem 15px;
}

#leftcolumn .store-photo p{
	font-size: 1.6rem;
}
}

#leftcolumn .store-photo2{
	width:auto;
	height:100%;
	margin: 10px 0 20px 0;
}

#leftcolumn .store-photo2 p{
	font-size: 1.3rem;
	line-height: 1.3;
  padding: 1.0rem 0 1.0rem 0.5rem;		
	width: 44%;
  float: right;	
}

#leftcolumn .store-photo2 img{
	width: 45%;	
 	margin:1.0rem 0 2.0rem 10px;	
}

#leftcolumn h2.store-title {
	margin: 0 0 20px 0;
  padding: 10px 5px;	
  font-weight: bold;
  font-size: 1.8rem;
	color: #FFF;
  background-color: #FF5722;
  border-radius: 10px;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#leftcolumn .store-photo2 p{
	font-size: 1.6rem;
	line-height: 1.8;	
}	  
}
 @media screen and (min-width: 960px){
#leftcolumn .store-photo2{
 	float: left;
 	margin-right: 1em;
}

#leftcolumn .store-photo2 p{
	font-size: 1.6rem;
	line-height: 1.8;	
  padding: 1.0rem 0 1.0rem 0.5rem;		
	width: 280px;
  float: right;
}

#leftcolumn .store-photo2 img{
	width: 305px;	
	height: 224px;
 	margin:1.0rem 0 2.0rem 15px;	
}

#leftcolumn h2.store-title {
	margin: 10px 0 30px 0;
  padding: 15px 10px;	
  font-size: 2.5rem;
  border-radius: 15px;
}
}

/* img.frs_logo */
img.frs-logo {
	width: 4.0rem;
	height: 4.0rem;
	vertical-align: middle;
}

/*ーーーー業務一覧テーブルーーーー*/



/*ーーーーお問い合わせフォームテーブルーーーー*/
.green{
	background-color: #E0FFFF;
}

.an1{
	width:110px;
}

.an2{
	width:462px;	
}

#koumoku{
	border: 2px #ccc solid;
	
}

#koumoku tr td {
	border: 1px #ccc solid;
	padding:4px;
}

/*		文字色
-----------------------------------------------------------------------*/
.red{
	color:#F30;
}

.murasaki{
	font-size: 2.2rem;
	color:#ff00ff;
	font-weight:bold;
}

.blue{
	font-size: 16px;
	color:#09F;
	font-weight: bold;
}

.brown{
	color:#930;
	font-weight: bold;
}

.yellow{
	background-color: #FFFF80;
}

.migi{
	text-align: right;
}

p#cen {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 0 1.0rem;
	margin: 0;
	margin-bottom: 1.0rem;
}
 @media screen and (min-width: 600px) and (max-width: 959px){
p#cen {
	font-size: 1.7rem;
}
}
 @media screen and (min-width: 960px) {
p#cen {
	text-align:center;
	font-size: 1.4rem;
}
}

/*		サブコンテンツ
-----------------------------------------------------------------------*/
#rightcolumn{
	float: none;
	color: #333;
	margin: 8px 0 0 14px;
	padding: 0;	
	width: auto;
	display: none;		/* 非表示にする */
}
 @media screen and (min-width: 600px) and (max-width: 959px){
#rightcolumn{
	float: left;
	color: #333;
	margin: 8px 0 0 14px;
	padding: 0;	
	width: auto;
	display: none;		/* 非表示にする */
}
}
 @media screen and (min-width: 960px){
#rightcolumn{
	float: left;
	color: #333;
	margin: 8px 0 0 14px;
	width: 252px;
	display: inline;
	padding: 0;
}
}

#rightcolumn p {
	margin: 0 1.0rem 1.0rem 1.0rem;
	font-size: 1.4rem;
}

.rightcolumn-center{
	color: #333;
	margin: -7px 0px -2px 0px;
	width: 246px;
	padding: 0px 0px 0px 3px;
	background-image:url(../image/right-center.jpg);
	background-repeat: repeat-y;
}
 @media screen and (min-width: 960px){
.rightcolumn-center{
	float: left;
	color: #333;
	margin: -7px 0px -2px 0px;
	width: 246px;
	padding: 0px 0px 0px 3px;
	background-image:url(../image/right-center.jpg);
	background-repeat: repeat-y;
	clear: both;
}
}

#rightcolumn h2{
	font-size:1.8rem;
	color: #000;
	margin: 10px 0px 0px 10px;
}


#rightcolumn h3{
	font-size:1.4rem;
	color: #000;
	margin: 0px 0px 5px 10px;
}

#rightcolumn h4{
	font-size:1.6rem;
	color: #000;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

.right-image{
	width: 230px;
	height: 100%;
	margin: 5px 0px 30px 5px;
}

.right-image2{
	width: 230px;
	height: 100%;
	margin: 5px 0px 0px 5px;
}

ul.menu{
	list-style-image:url(../image/topic.gif);
}

ul.menu li{
	line-height: 180%;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 13px -7px;
	font-size: 15px;

}

#map-box{
	position:relative;	
	width: 230px;
	display: block;
}

/* .left4000 a */
#map-box a {
	display: block;
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map-box:hover{
	opacity:0.7;
}

#map-span{
	padding-top: 234px;		
}

.center2{
	text-align: center;
}

.center_cont2001, .center_cont2002 {
	margin-bottom:1.5rem;
}

/* .center_cont3000 */
.center_cont3000 {
	width: auto;
	background:url(../image/taiya/center_cont3002.png) bottom center no-repeat  ;
	background-size: contain;
	height: 0;
	padding-top: 140.0%;	
	margin: 2.5rem 0;
	position:relative;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
.center_cont3000 {
	padding-top: 110.0%;
	width:540px;
	margin: 25px 50px 50px 50px ;	
}
}
 @media screen and (min-width: 960px) {
.center_cont3000 {
	padding-top: 110.0%;
	width:540px;
	margin:25px 50px 50px 50px ;	
}
}

/* .center_cont3001 */
.center_cont3001 {
	width: auto;
	background:url(../image/taiya/center_cont3001.png) top center no-repeat  ;
	background-size: contain;
	height: 0;
	padding-top: 31.4%;	
	margin: 0;
	position:absolute;
	top: 0;	
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
.center_cont3001 {
	width: 540px;
}
}
 @media screen and (min-width: 960px) {
.center_cont3001 {
	width: 540px;
}
}

/* .center_cont3001 */
#leftcolumn .center_cont3001 p {
	padding: 0 4.0rem 0 0;
	font-size: 1.4rem;
	line-height:1.1;
	position:relative;
	top: -100px;	
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#leftcolumn .center_cont3001 p {
	padding: 0 1.0rem 0 0;	
	font-size: 1.5rem;
	line-height:1.8;
	top: -150px;
}
}
 @media screen and (min-width: 960px) {
#leftcolumn .center_cont3001 p {
	padding: 0 1.0rem 0 0;	
	font-size: 1.5rem;
	line-height:1.8;
	top: -150px;
}
}

.center_cont6001{
	margin: 5px 0 15px 0 ;
}

/* .center_cont7000 */
.center_cont7000 {
	width: auto;
	margin: 3.5rem auto;
	margin-bottom: 5.0rem;
	padding: 0 10px;
	font-size: 1.4rem;
	border: 2px solid #F60;
	border-radius: 10px;
}
 @media screen and (min-width: 960px) {
.center_cont7000 {
	width: 90%;
}
}

/*		フッター
-----------------------------------------------------------------------*/
#footer-fg {
  	text-align: center;
}

.footer-fginner {
	display: inline-block;
}

.fgbox{
  	display: inline-block;
  	margin-right: 20px;
	width: 25%;
}
 @media screen and (min-width: 960px) {
.fgbox{
	width: auto;
}
}

.fgbox:last-child{
  margin-right: 0;
}

/* フッターの背景 */
#footer-bk
{
	background-color: #333;
	width: 100%;
	height: 100%;
	padding: 3.0rem 0 1.5rem;
}
 @media screen and (min-width: 960px) {
#footer-bk {
		width: 920px;
}
}

/* フッターの表示領域 */
#footer{
	height: 60px;
	width: 100%;
	margin: auto;
}

/* #footer ul */
#footer ul {
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

/* #wrapper05 ul li */
#footer ul li {
	font-size:1.2rem;	
	list-style-type: none;
  	display: inline-block;
  	margin: 0 20px 0 0;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#footer ul li {
	font-size:1.4rem;
  	margin: 0 40px 0 0;			
}
}
 @media screen and (min-width: 960px) {
#footer ul li {
	font-size:1.6rem;
  	margin: 0 60px 0 0;		
}
}

#footer ul li a{
	color:#FFF;
}

#footer ul li a:hover{
	color: #F90;
}

/* #wrapper05 p */
#footer p {
	font-size:1.2rem;
	color: #fff;
	text-align: center;
	margin: 0;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#footer p {
	font-size:1.4rem;
	margin: 6px 0;			
}
}
 @media screen and (min-width: 960px) {
#footer p {
	font-size:1.6rem;		
	margin: 6px 0;
}
}

 @media screen and (max-width:599px){
#kaitori-himitsu {
	display: none;		/* 非表示にする */
}
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#kaitori-himitsu {
	display: none;		/* 非表示にする */
}
}

/* #FooterTel */
#FooterTel {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
}
#FooterTel img {
	max-width: 99%;
	opacity: 0.9 ;
}
 @media screen and (min-width: 960px) {
#FooterTel img {
	display: none;		/* 非表示にする */
}
}

#headertel {
	position: absolute;
	width: 100%;
	top: 60%;	
	left: 0;	
}

#headertel .headertel-bn {
	display: none;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#headertel {
	position: absolute;
	padding-right: 0;
	right: 0;
	top: 65%;
}

#headertel .headertel-bn {
	display: block;		
	position: static;	
	margin-top: 5px;
	margin-left: 20px;
	float: left;
	width: 48%;	
}

#menu-goods .headertel-bn-sp {
	display: none;
}
}

 @media screen and (min-width: 960px) {
#headertel {
	position: absolute;
	padding-right: 0;
	right: 0;
	top: 135px;
}

#headertel .headertel-bn {
	display: block;	
	position: static;	
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}
#menu-goods .headertel-bn-sp {
	display: none;
}
}

#headertel ul {
	margin : 0;
  padding : 5px 0 0 10px;
}

#headertel ul li {
	display: inline-block;
	width: 46.0%;
	margin-right: 10px;
}
 @media screen and (min-width: 600px) and (max-width: 959px) {
#headertel ul {
	text-align: right;
}
	 
#headertel ul li {
	width: 23%;
	margin-right: 4px;	
}
}
 @media screen and (min-width: 960px) {
#headertel ul {
	width: 915px;	
	text-align: right;
}
	 
#headertel ul li {
	width: auto;
	margin-right: 12px;	
}
}

