@charset "utf-8";
/* ページ上へ---*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #0000ff;
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /* ページ上へここまで---*/
/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 18px;
	top:0px;
}
body{
	text-align:center;
	font-size: 18pt;
	line-height:150%;
	font-weight: 600;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
	background-repeat: repeat-x;
	margin: 0;
	/*\*/
	letter-spacing: 0em;
	/**/
}
br {
	letter-spacing: 0;
}
#wrapper {
	width:930px;
	margin:0 auto;
	text-align:left;
	}

/* ロゴ
---------------------------------------------*/
#header {
	width:900px;
	margin:0px 15px 0px 15px;
}



/* コンテンツ
---------------------------------------------*/
#container{
	width:930px;
	background-repeat: repeat-y;
	padding:0px 15px;
	}
h2 {font-size:18px;
	line-break:strict;
	line-height: 130%;
	color:#ff4500;
	margin:10px;
}
h3{
	font-size:25px;
	font-weight:bolder;
	width:95%;
	background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:7px solid #993300;  
    border-bottom:1px solid #ccc;  
    padding:.5em .5em;
    color:#993300;
    margin-top:25px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

#contents{
	width:900px;
	}

h4{
margin-left:20px;
font-size:15px;
}

hr {
border: none;
border-bottom: 2px dashed #8a93f1;
width:100%;
margin: 10px 0px;
}

#con{
	float:left ;
	width:700px;
	font-size:14px;
	line-break:strict;
	line-height: 180%;
	}
#con p{
	margin:5px 20px 0px 20px;
}
#con ul{
color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;}
#con li{
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight: bold;
	}
#con ul li{
margin-left:50px;
font-size:15px;
}
#smenu{
	float:right;
	width:200px;
	font-size:10px;
	line-break:strict;
	margin:20px 0px 10px 0px;
	}


#content{
	clear:both;
	width:900px;
	font-size:15px;
	line-height: 180%;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	}
/* navi
---------------------------------------------*/

#smenu{
	font-size: 100%;
	}
#smenu ul li img{
	vertical-align:bottom;
	margin:0px 5px 15px 2px;
	border:none;
	}
#smenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	}

	#sub ul li img{
	vertical-align:bottom;
	margin:5px 0px;
	border:none;
	}
#sub ul li{
	margin:0;
	padding:0;
	list-style:none;
	}


/* フッター
---------------------------------------------*/
#footer{
	clear:both;
	width:900px;
	font-size:12px;
	text-align: center;
	line-height: 120%;
	color:#333333;
	padding-top:80px;
	padding-bottom:20px;
	}


a:link{
	color:#333333;}
a:visited{
	color:#333333;}
a:hover{
	color:#FF3C02;}
a:active{
	color:#FF3C02;}
a:hover img {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}




/* 上に戻るボタン */
@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
}

  /* pickup
---------------------------------------------*/
.pickup{
	width: 90%;
    padding: 0.1em 0.1em;
    margin: 2em 2em;
    background: #f0deee;
    box-shadow: 0px 0px 0px 10px #f0deee;
    border: dashed 2px white;
}
.pickup p {
    margin: 5px; 
    padding:5px;
	font-size: 120%;
	line-height:140%;
	

}
.box7{
	width: 90%;
	padding:15px 0px;
	text-align:left;;
	margin: 2em 2em;
	color: #000000;
	background: #f410ce0e;
	border-top: solid 5px #fc000040;
	border-bottom: solid 5px #fc000040;
}
.box7 p {
	margin: 5px 10px; 
	padding:5px 10px;
	font-size: 20px;
	line-height: 140%;
}
