@charset "UTF-8";

/***************
  common
****************/

body {
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,
a:visited {
  color: #900002;
}

a.gototop {
  background-color: #900002;
  bottom: 2%;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 2%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}

h2 {
	font-size: 18px;
	padding: 8px 0 20px 50px;
	background-image:url(../images/pt/h2.jpg);
	background-repeat: no-repeat;
	margin: 0 0 5px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	padding: 8px 0 20px 50px;
	background-image:url(../images/pt/h3.jpg);
	background-repeat: no-repeat;
	margin: 0 0 5px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-size: 12px;
	background-color: #9E9E9E;
	color: #FFFFFF;
	border-radius: 3px;
	padding: 5px;
	width: 400px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h6 {
	font-size: 12px;
	background-color: #ED9A21;
	color: #5F5F5F;
	padding: 5px 10px;
	margin: 10px 0;
	border-radius: 4px;
}

.copyright {
	margin: 0;
}	

p {
	padding: 0 10px;
	font-size: 14px;
    margin-bottom: 20px;
	margin-top: 8px;
	letter-spacing: 2px;
	line-height: 22px;
}

/* tel */

a#tel {
  position: fixed;
  width: 200px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  left:50%;
  bottom: 10px;
  margin-left:-100px;
  display: block;
  background: rgba(0,102,204,.7);
  color: #fff;
  text-decoration: none;
  font-size:12px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
a#tel {
	display: none;
}
}
@media screen and (min-width:960px) {
a#tel {
	display: none;
}
}

a#tel:hover{
  background: rgba(0,102,204,.8);
}



/***************
  header
****************/

/* headerContent */

header .headerContent {
  margin: 0 auto;
  padding: 10px 0;
  width: 1000px;
}

header .headerContent .top{
	text-align:left;
}

header .headerContent2 {
  margin: 0 auto;
  padding: 10px 0;
  width: 1000px;
  height: 120px;
  overflow: hidden;
}

header .headerContent2 .logo img {
  width: 467px;
  float: left;
}

header .headerContent2 .logo2 img {
  width: 467px;
  float: right;
}

/****** TEST ******/

header nav.gng {
  background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 99%);
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #e2e2e2;
}

#nav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

#nav li {
	position: relative;
	float: left;
	width: 165px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	z-index: 1;
}

#nav li:last-child {
	border-right: 1px solid #e2e2e2;
}

#nav li a {
	display: block;
	width: 165px;
	height: 40px;
	color: #9A0A0D;
	font-size: 13px;
	line-height: 3.4;
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 99%);
	text-decoration: none;
}

#nav li a:hover {
	color: #F50808;
	background: #CBCBCB;
	border-bottom: 1px solid #900002;
}

#nav > li li:hover > a {
	background: #CBCBCB;
}

#nav li ul {
	left: 0;
	position: absolute;
}

#nav li ul li {
	overflow: hidden;
	height: 0;
}

#nav li ul li a {
	border-top: 1px solid #CBCBCB;
}

#nav li:hover > ul > li {
	overflow: visible;
	width: 165px;
	height: 40px;
	border-bottom: 1px solid #900002;

}


/****** 右サイド ******/

.news {
  float: right;
  width: 300px;
}

.news .h5title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #B7B7B7;
	padding: 8px 0 8px;
	width: auto;
	border-radius: 0;
}

.news .textBox {
	border: 1px solid #B7B7B7;
	margin-bottom: 15px;
}

.defaultlist
,.defaultlist list1 li{
	padding-left:20px;
	padding-bottom:5px;
	padding-top:3px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list1 li{
	position:relative;
	padding-left:20px;
	padding-bottom: 5px;
}

.list1 li a{
	text-decoration: none;
	color: #767676;
}
 
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #C42C2E;
}

.sb {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.sb img {
	width: 280px;
}

/* お問い合わせフォーム */

.contact {
  background: #fafafa;
  padding: 50px 0;
}

.contact h2 {
  font-size: 30px;
  text-align: center;
}

.contact form {
  margin: 30px auto 0;
  width: 600px;
}

.contact form dl {
  margin-bottom: 30px;
}

.contact form dl dt {
  font-size: 13px;
  margin-bottom: 10px;
}

.contact form dl.required dt:after {
  color: #f30;
  content: "*必須";
  font-size: 10px;
  margin-left: 10px;
  vertical-align: super;
}

.contact form dl dd input,
.contact form dl dd textarea,
.contact form dl dd select {
  /* width: 100% と padding: 10px が干渉してしまうのを防ぐ */
  box-sizing: border-box; /* border と padding を 幅と高さに含めます */
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.contact form dl dd textarea {
  height: 200px;
}

.contact form dl dd select {
  background: #fff;
  height: 46px;
}

.contact form .buttonArea {
  text-align: center;
}

.contact form .buttonArea button {
  background-color: #B00002;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px #AC6061;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 10px;
  text-decoration: none;
  width: 200px;
}

.cond {
	padding: 8px 0 8px 20px;
	margin: 5px 0;
	background-color: #444444;
	color: #ffffff;
}

.pcon {
	text-align: center;
	margin: 20px 0 20px 0;
}

/***************
  footer
****************/



/* s7 */

.s7 {
  overflow: hidden;
  background-color: #F9C7C8;
}

.ds7 {
	margin: 30px auto 30px;
  overflow: hidden;
  width: 850px;
}

.ds71 {
	float: left;
}

.ds71 img {
	margin: 8px;
	width: 190px;
}

.cond {
	padding: 8px 0 8px 20px;
	margin: 5px 0;
	background-color: #444444;
	color: #ffffff;
}

.pcon {
	text-align: center;
	margin: 20px 0 20px 0;
}



/* footerNavigation */

footer .siteLinks {
  background: #e8e8e8;
  padding: 30px;
  margin-bottom: 0;
}

footer .siteLinks .inner {
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}

footer .siteLinks .logo {
  float: left;
  width: 250px;
  font-size: 11px;
  color: #2B2B2B;
}

footer .siteLinks .linkList {
  overflow: hidden;
}

footer .siteLinks .logo img {
  display: block;
  width: 250px;
}

footer .siteLinks .linkList dl {
  float: left;
  font-size: 12px;
  width: 160px;
  padding-left: 10px;
  margin-left: 15px;
}

footer .siteLinks .linkList dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

footer .siteLinks .linkList dl dt a {
  text-decoration: none;
}

footer .siteLinks .linkList dl dd {
  margin-bottom: 5px;
}

footer .siteLinks .linkList dl dd a {
  color:#444;
  text-decoration: none;
}

footer small {
  background: #222;
  color: #f2f2f2;
  display: block;
  font-size: 11px;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

footer .ftp {
	margin: 0;
}


/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニュー色*/
#sp-fixed-menu li:first-child{
   background: #C30202;
}

/*左側メニュー色*/
#sp-fixed-menu li:last-child{
   background: #FF4D1B;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   text-decoration: none;
   width: 100%;
   padding:20px 0;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}