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

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

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

/*
darkgreen;//c1c
#666666;//c2c
#green;//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:20px;
	background-color:palegreen;/*mainc*/
	width:100%;
	color:#666666;
	font-weight:bold;
	padding-bottom:-10px;
	margin-bottom:20px;
	margin-top:68px;
	border-radius:5px 5px 5px 5px;
}

/*色変更*/
h5{
	color:#000000;
	border-bottom:1px solid 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;
	background-color:darkgreen;/*mainc*/
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:-10px;
	margin-bottom:20px;
	margin-top:68px;
	border-radius:5px 5px 5px 5px;
}

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

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



/*色変更*/
.waku{
	padding:15px;
	border-radius: 5px;	
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	background-color:#99FF99;/*subc*/
	box-shadow: 5px 5px 5px #bbb;
}

/*色変更*/
.waku2{
	padding:15px;
	border:1px solid darkgreen;/*mainc*/
	border-radius:5px 5px 5px 5px;
	margin-bottom:20px;
}


/*テーブル設定*/
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: #99FF99;/*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%;
	background-color:#99FF99;/*subc*/
    padding: 30px;
}
.fullInner{
 margin: 0 auto;
}

@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-container-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(#99FF99), to(darkgreen));
    /* Mozilla系 */
    background: -moz-linear-gradient(top, #99FF99, darkgreen);
    /* IE10+ */
    background: -ms-linear-gradient(top, #99FF99, 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.line2 td img{
 box-shadow: 3px 3px 8px #666666;
}


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

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

table.line3 td img{
 box-shadow: 3px 3px 8px #666666;
}


#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){


table.line3 td{
	vertical-align:top;
	text-align:center;
	font-size:10px;
}
	
	
	#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;
}
}


/* レスポンシブ用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%;
}


.pcl{
	margin-top:5px;
	margin-bottom:5px;

 box-shadow: 2px 2px 4px;
}


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

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


.pcl{
	margin:0;
	padding:0;
}
}



/*価格用テーブル*/

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

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


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

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


.faqt tr:nth-child(odd){
	background: seashell;
	margin-top:50px;
}


.time{
	text-align:center;
}
.time td{
	border:1px solid #999999;
}
@media screen and (max-width: 568px) {
.time{
	font-size:8px;
	padding:0px;
	margin:0px;
}
.time td{
	padding:0px;
	margin:0px;
}

.list td{
	padding:5px;
	font-size:10px;
}

}
