@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
min-width:1200px;
}
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.8em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
.hd,
#sp_menu {
	display: none;
}
.web_font1 {
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
/*=============================================================
#header
=============================================================*/
#header {
width: 100%;
text-align: left;
overflow: hidden;
margin: 0px auto 0 auto;
}
#header ul {
width: 96%;
min-width: 1200px;
margin: 20px auto 20px auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#header ul li {
}
#header ul li.logo {
width: 250px;
}
#header ul li.menu {
width: 750px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#header ul li.menu a {
color: #3d3d3d;
text-decoration: none;
font-size: 20px;
line-height: 1.5em;
position: relative;
margin-left: 1.5em;
}
#header ul li.menu a:before {
  background: #ef953c;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#header ul li.menu a:hover::before {
transform-origin: center top;
transform: scale(1, 1);
}
#header ul li.tel {
width: 200px;
color: #707070;
font-size: 13px;
line-height: 1.5em;
}
#header ul li.tel b {
font-family: "source-sans-pro", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 30px;
}
#header ul li.tel b:before {
content: '';
display: inline-block;
width: 14px;
height: 21px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
margin-right: 10px;
position: relative;
top: -4px;
}
#header ul li.bt {
width: 200px;
}
#header ul li.bt a {
color: #FFF;
font-size: 18px;
line-height: 1.2em;
font-weight: bold;
text-align: center;
display: block;
background: linear-gradient(to right,  #ef953c 0%,#ef953c 77%);
text-decoration: none;
border-radius: 6px;
padding: 0.6em 0 0.5em 0;
position: relative;
width: 100%;
box-sizing: border-box;
margin: 0px auto 0 auto;
}
#header ul li.bt a:before {
content: '';
background-image: url("../image/icon_mail.png");
display: inline-block;
width: 19px;
height: 15px;
background-size: contain;
vertical-align: middle;
position: absolute;
top: 30%;
left: 5%;
}
#header ul li.bt a:hover {
background: #00a0f1;
}

@media screen and (max-width: 1440px) {
#header ul li.logo {
width: 220px;
}
#header ul li.menu {
width: 500px;
}
#header ul li.tel {
width: 200px;
}
#header ul li.bt {
width: 200px;
}
#header ul li.menu a {
font-size: 16px;
}
}
/*=============================================================
#contents
=============================================================*/
#container h2 {
font-size: 40px;
line-height: 0.9em;
color: #3d3d3d;
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
background-image: url("../image/title_icon1.png");
background-position: center top;
padding: 30px 0 30px 0;
}
#container h2 b {
font-family: Arial, Helvetica, 'sans-serif';
font-style: normal;
font-size: 20px;
line-height: 1em;
color: #a8a8a8;
}


#contents {
width: 1000px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-bottom: 25px;
position: relative;
text-align: left;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #d37db2;
color: #fff;
font-size: 18px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #ef953c;
}

#footer {
text-align: center;
overflow: hidden;
position: relative;
width: 100%;
margin: 0px auto 0 auto;
border-top: solid 1px #D0D0D0;
padding: 50px 0 0 0;
}
#footer .logo {
padding-bottom: 0px;
}
#footer ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 900px;
margin: 0px auto 0 auto;
padding: 50px 0 50px 0;
}
#footer ul li {}
#footer ul li a {
color: #3d3d3d;
text-decoration: none;
font-size: 24px;
line-height: 1.5em;
position: relative;
margin-left: 1.5em;
}
#footer ul li a:before {
  background: #ef953c;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#footer ul li a:hover::before {
transform-origin: center top;
transform: scale(1, 1);
}
#footer p {
color: #000;
font-size: 18px;
line-height: 1.7em;
}
#footer #copyright {
background-color: #87304f;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFF;
line-height: 150%;
margin: 50px 0 0 0;
padding: 1em 0 1em 0;
}

