body,html{
	font-family: 'Noto Serif JP', serif;
}

/*box*/
.left{
	width:50%;
float: left;
}

.right{
	width:50%;
	float: left;
	text-align:center;
}

.clear{
	clear: both; 
}


@media screen and (max-width: 568px){
	/*
	.left{
		width:100%;
	}

	.right{
		width:100%;
		text-align:center;
	}
*/
	.right img{
		text-align:center;
		margin-top:20px;
	}


	.list{
		display:block;
	}

}




p{
	font-size:16px;
	color:#666;
text-shadow: 2px 2px #fff;
}

dl,dt,dd{

text-shadow: 2px 2px #fff;
}

#page-top{

text-shadow:none;
}

.paragraph{
	text-align:center;
	white-space: nowrap;
	font-size:20px;
}

dt{
	color:darkgreen;/*mainc*/
}

table{
	font-size:16px;
	color:#666;
}

/*
darkgreen;//c1c
#666666;//c2c
#darkgreen;//c3c
*/


/*
#firstParagraph {
  background-color: var(--first-color);
  color: var(--second-color);
}
*/


h2{
	/*c2c*/
	color:#666666;
}


/*色変更*/
h4{
	padding:0;
	margin:0;
	margin-left:-4px;
	padding-left:10px;
	padding-top:5px;
	
	font-size:27px;
	width:100%;
	color:darkgreen;/*mainc*/
	font-weight:bold;
	padding-bottom:-10px;
	margin-bottom:20px;
	margin-top:68px;
	
	border-bottom:1px solid darkgreen;/*mainc*/
}



.waku h4{
	padding:0;
	margin:0;
	margin-left:-4px;
	padding-left:10px;
	padding-top:5px;
	
	font-size:20px;
	width:100%;
	color:darkgreen;/*mainc*/
	font-weight:bold;
	padding-bottom:-10px;
	margin-bottom:20px;
	
	border-bottom:1px solid darkgreen;/*mainc*/
}



/*色変更*/
h5{
	color:#000000;
	border-bottom:1px dashed darkgreen;/*mainc*/
	font-weight:bold;
	font-size:20px;
	color:darkgreen;/*mainc*/
	padding-bottom:-10px;
	margin-bottom:20px;
	margin-top:68px;
}



/*色変更*/
h3.title{
	padding:0;
	margin:0;
	margin-left:-4px;
	padding-left:10px;
	padding-top:5px;
	
	font-size:40px;
	text-align:center;
	border-bottom:1px solid darkgreen;
	width:100%;
	color:darkgreen;
	font-weight:bold;
	padding-bottom:-10px;
	margin-bottom:20px;

text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

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

	h3.title{
		font-size:24px;
	}
}



/*色変更*/

.waku{
	padding:15px;
	border-radius: 5px;	
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	border:1px solid orangered;/*mainc*/
}

.waku p{
	
	margin-bottom:-6px;
	line-height:180%;

}

/*色変更*/
.waku2{
	border-radius: 5px;	
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	box-shadow: 5px 5px 5px #bbb;
	border:1px solid darkgreen;/*mainc*/
}


.waku2 td p{
	padding:0px;
	padding-left:20px;

	margin-top:20px;
	margin-bottom:20px;
}

.waku2 img {
	max-width:30%;
	height: atuo;
}

.waku2 p{
	margin-left:20px;
}

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

	.waku2 td p{
		padding:20px;

	}


	.waku2 img {
		max-width:100%;
		height: atuo;
	}
}
*/


/*テーブル設定*/
table tr td{
	;
}
table{
	width:100%;
 border-collapse: collapse;
  border-spacing: 0;
}

td{
	padding:10px;
}

/*トップへ　ページトップ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #ffffff;/*subc*/
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	font-size:13px;
}



/*画面横幅いっぱいここから*/
.fullOuter{
	width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
}
.fullInner{
 margin: 0 auto;

	margin-bottom:150px;
}

@media screen and (min-width: 568px) {

	.fullInner{
	 margin: 0 auto;
		width:1000px;
	}
}
/*画面横幅いっぱいここまで*/



/* よくある質問インデント */
div.faq p {
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
div.faq b {
    color: darkgreen;/*mainc*/
	font-size:16px;
}


hr{
	 border-top: 1px solid #ffffff;
	 border-bottom: 1px solid #ffffff;
}


.space{
	margin-bottom:100px;
}


.space2{
	margin-bottom:40px;
}

/*ヘッダ色設定*/

#masthead {
    font-size: 1.2rem;
    color: #ffffff;
    background-color: darkgreen;/*mainc*/
	border-bottom:1px solid #fff;
	z-index:10;
}

@media not screen, screen and (min-width: 569px){
	#sp-site-navigation-1 {
		background-color: darkgreen;/*mainc*/
		padding-bottom:-5px;	
	}
}

/*フッタ色設定*/
#colophon {
    font-size: 1.2rem;
    color: darkgreen;/*mainc*/
    background-color: darkgreen;/*mainc*/
}

#sp-block-coverer-1 {
    color: white;
	background-color:#99FF99;/*subc*/
}


@media not screen, screen and (min-width: 569px){
	#contenthead> a {
	
	/* Webkit系 */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF4F6), to(darkgreen));
    /* Mozilla系 */
    background: -moz-linear-gradient(top, #FFF4F6, darkgreen);
    /* IE10+ */
    background: -ms-linear-gradient(top, #FFF4F6, darkgreen);
  
	margin-left: -100%;
		margin-right: -100%;
	}
}

img {
	max-width:100%;
	height: atuo;
}

@media screen and (max-width: 568px){
	img {
		max-width: 100%;
		height: auto;
	}
}

table {
    table-layout: fixed;
}

/*写真用枠*/
table.line2{
	text-align:center;
	width:100%;
	border:none;
}

table.line2 td{
 text-align:center;
	border:none;
}

table img{

 box-shadow: 3px 3px 5px #ddd;
	padding:3px;

 border-radius: 3px;
}


.car img{
	box-shadow:none;
}


table.line3{
	text-align:center;
	width:100%;
	border:none;
}

.line3 td{
 text-align:center;
	border:none;
	font-size:12px;
}

table.line3 td img{
 box-shadow: 3px 3px 5px #ddd;
	border:1px solid #eee;
	padding:3px;
}

table.line2 td img{
 box-shadow: 3px 3px 5px #ddd;
	border:1px solid #eee;
	padding:3px;
}


table.line3a{
	text-align:center;
	width:100%;
	border:none;
}

.line3a td{
 text-align:center;
	border:none;
	font-size:12px;
}

table.line3a td img{
}





#sp-image-1{
box-shadow: 10px 0 15px -3px rgba(0,0,0,0.5),  -10px 0 15px -3px rgba(0,0,0,0.5);
}

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

	
	#sp-image-1{
	box-shadow: none;
	 z-index: 999;
	}

	
	
	#sp-site-navigation-1 .menu-toggle {
	background-color:darkgreen;/*mainc*/
    background-image: url(../img/icon-menu-toggle.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
	border-top:1px solid #aaa;
}
}

@media screen and (max-width: 568px){
	#sp-site-navigation-1> ul li a {
		background-color:darkgreen;/*mainc*/
	}

	#sp-site-navigation-1> ul li.current_page_item> a {
		background-color:darkgreen;/*mainc*/
	}

}


@media screen and (max-width: 568px){
#sp-site-navigation-1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-bottom-color: initial;
}

	/*テーブル3つ並べ*/
	.pcl{
		max-height:90px;
	
 box-shadow: 3px 3px 5px #ddd;
	border:1px solid #eee;
	padding:2px;
	}
	
	/*テーブル2つ並べ*/
	.pcl2{
		max-height:100px;
 box-shadow: 3px 3px 5px #ddd;
	border:1px solid #eee;
	padding:2px;
	}

}


/* レスポンシブ用gmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (min-width: 568px) {

	.ex{
		padding-top:-30px;
	 margin-top:-120px;
	}





}



/*価格用テーブル*/

table.carlist{
	border-collapse: collapse ;
	width:60%;
	margin-left:20%;
}
.carlist tr:nth-child(even) {
	background: #eee;
}

.carlist td{
	border-style: none;
	color:#666;
	font-size:15px;
}


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

	table.carlist{
		border-collapse: collapse ;
		width:80%;
		margin-left:10%;
	}
	
	.carlist td{
		margin:0px;
	}
	table.goods td{
		font-size:10px;
	}
}

#sp-site-branding-extra-2{
	display:none;
}

.tline td{
	border:1px solid #666666;	
}


.goods2 td{
	font-size:16px;
}

@media screen and (max-width: 568px) {
	.goods2 td{
		display:block;	
		font-size:16px;
	}

	.bl{
		margin-top:-50px;
		margin-bottom:20px;
	}


	.bl td{
		display:block;
		height:16px;
	}

	.bl2 td{
		display:block;
		text-align:center;
	}

	.bl3 td{
		display:block;
	}

}


table.comp td{
		
	border-bottom:1px solid #aaa;
}

.wkk{
	width:50%;
	box-shadow: 5px 5px 5px #bbb;
}






/*画面横幅いっぱいここから*/

.fullOuter{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg9.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}


.fullOuter2{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg2.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}


.fullOuter3{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
	margin-bottom:50px;

}


.fullOuter4{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg4.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}
.fullOuter4{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg4.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.fullOuter5{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg5.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}
.fullOuter6{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg6.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}
.fullOuter7{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg7.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}

.fullOuter8{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg8.jpg);
background-repeat: no-repeat;
background-position: center;
background-position: center center;
background-size: cover;
	margin-bottom:50px;
}


.fullOuter9{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	
	background-image: url(../img/bg9.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
	margin-bottom:50px;
}


.fullOuterAd1{
	width: 100vw;
	position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding: 30px;
	background-image: url(../img/ad1.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}


.fullInner{
 margin: 0 auto;

}

@media screen and (min-width: 568px) {

	.fullInner{
	 margin: 0 auto;
		width:1000px;
	}

	

}
/*画面横幅いっぱいここまで*/


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

	.list td{
		display:block;
	}
	
	.left h4{
		font-size:13px;
	}
}


.car tr:nth-child(even){
	text-align:center;
	padding-top:-120px;
}



@media screen and (max-width: 568px){
	.car td{
		width:100%;
	}
	

	.car img{
		max-width:100%;
	}


}

.cright{
	text-shadow:none;
}


@media screen and (max-width: 568px){
	#contenthead a{

	  background: -webkit-gradient(linear, left top, left bottom, from(#FFF4F6), to(darkgreen));
		background: -moz-linear-gradient(top, #FFF4F6, darkgreen);
		background: -ms-linear-gradient(top, #FFF4F6, darkgreen);

	}
}
