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

.right{
	width:50%;
	float: left;
}

.clear{
	clear: both; 
}


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

	.right{
		width:100%;
		text-align:center;
	}
}




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

dt{
	color:#D00000;/*mainc*/
}

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

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

/*色変更*/
h5{
	color:#000000;
	border-bottom:1px solid #D00000;/*mainc*/
	font-weight:bold;
	font-size:20px;
	color:#D00000;/*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:#D00000;/*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;
	box-shadow: 5px 5px 5px #bbb;
	border:1px solid pink;/*mainc*/
}

/*色変更*/
.waku2{
	border-radius: 5px;	
	margin-bottom:20px;
	font-size:16px;
	color:#666;
	box-shadow: 5px 5px 5px #bbb;
	border:1px solid #D00000;/*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%;
	background-color:#FFF4F6;/*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: #D00000;/*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: #D00000;/*mainc*/
	border-bottom:1px solid #fff;
	z-index:10;
}

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

/*フッタ色設定*/
#colophon {
    font-size: 1.2rem;
    color: #D00000;/*mainc*/
    background-color: #D00000;/*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(#FFF4F6), to(#D00000));
    /* Mozilla系 */
    background: -moz-linear-gradient(top, #FFF4F6, #D00000);
    /* IE10+ */
    background: -ms-linear-gradient(top, #FFF4F6, #D00000);
  
	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;
}

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

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

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


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:#D00000;/*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:#D00000;/*mainc*/
	}

	#sp-site-navigation-1> ul li.current_page_item> a {
		background-color:#D00000;/*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:60px;
	}
	
	/*テーブル2つ並べ*/
	.pcl2{
		max-height:100px;
	}

}


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

#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;
}
