@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{
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;
}
#container {
    overflow: hidden;
}
.pc_only {
display: none;
}
.grecaptcha-badge {
visibility: hidden;
}
/*=============================================================
WEB FONT
=============================================================*/
.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: 94%;
margin: 0px auto 10px auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#header ul li {
}
#header ul li.logo {
width: 40%;
margin-top: 15px;
}
#header ul li.menu {
display: none;
}
#header ul li.tel,
#header ul li.bt{
display: none;
}

/*=============================================================
# sp menu
=============================================================*/
#sp_menu {
z-index: 9000;
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: fixed;
  right: 1%;
  top: 0.5%;
  padding: 22px 11px 22px 11px;
  z-index: 9999;
  cursor: pointer;
  user-select: none;
  background-color: #d37db2;
}
#overlay-button span {
  height: 4px;
  width: 30px;
  border-radius: 2px;
  background-color: #FFF;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before,
#overlay-button span:after {
  height: 4px;
  width: 30px;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span,
#overlay-button:hover span:before,
#overlay-button:hover span:after {
  background: #FFF;
}
#sp_menu input[type=checkbox] {
  display: none; 
}
#sp_menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button:hover span,
#sp_menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
width: 100vw;
height: 100%;
background: #d37db2;
background: -moz-linear-gradient(45deg,  #f3b3cf 0%, #f3b3cf 100%);
background: -webkit-linear-gradient(45deg,  #f3b3cf 0%,#f3b3cf 100%);
background: linear-gradient(45deg,  #f3b3cf 0%,#f3b3cf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b3cf', endColorstr='#f3b3cf',GradientType=1 );
visibility: hidden;
position: fixed;
z-index: 9998;
overflow: auto;
margin: 0px auto 0 auto;
left: 0;
top: 0;
}
#overlay.active {
}

#overlay dl {
width: 90%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding-left: 0;
list-style-type: none;
margin: 0px auto 0 auto;
padding-top: 80px;
}
#overlay dl dt {
background-color: #FFF;
width: 100%;
padding: 0 0 0.3em 0;
}
#overlay dl dt p {
color: #FFF;
background-color: #1A3296;
font-size: 16px;
line-height: 1.2em;
font-weight: bold;
padding: 0.5em;
margin-bottom: 0.5em;
}
#overlay dl dt img {
width: 70%;
height: auto;
}
#overlay dl dd {
width: 100%;
font-size: 18px;
line-height: 1.2em;
margin-bottom: 1em;
}
#overlay dl dd a {
background: #fefefe;
background-image: -webkit-linear-gradient(top, #fefefe, #e7e7e7);
background-image: -moz-linear-gradient(top, #fefefe, #e7e7e7);
background-image: -ms-linear-gradient(top, #fefefe, #e7e7e7);
background-image: -o-linear-gradient(top, #fefefe, #e7e7e7);
background-image: linear-gradient(to bottom, #fefefe, #e7e7e7);
color: #56253b;
text-decoration: none;
font-weight: bold;
display: block;
padding: 0.5em 0 0.5em 0;
position: relative;
}
#overlay dl dd a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #203775;
transform: rotate(45deg);
top: 43%;
right: 3%;
}
#overlay dl dd.bt {
}
#overlay dl dd.bt a {
color: #FFF;
background: #FF0000;
}
#overlay dl dd.bt a:after {
border-color: #F9F995;
}
#overlay dl dd h3 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
font-weight: bold;
padding: 1em 0 0.5em 0;
}
#overlay dl dd p {
color: #FFF;
font-size: 14px;
line-height: 1.5em;
}
/*=============================================================
#contents
=============================================================*/
#container h2 {
font-size: 26px;
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;
background-size: 50%;
padding: 20px 0 20px 0;
}
#container h2 b {
font-family: Arial, Helvetica, 'sans-serif';
font-style: normal;
font-size: 14px;
line-height: 1em;
color: #a8a8a8;
}


/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 14px;
	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.1;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
text-align: center;
overflow: hidden;
position: relative;
width: 100%;
margin: 0px auto 0 auto;
border-top: solid 1px #D0D0D0;
padding: 30px 0 0 0;
}
#footer .logo {
padding-bottom: 0px;
width: 50%;
margin: 0px auto 0 auto;
}
#footer ul {
margin: 0px auto 0 auto;
padding: 20px 0 30px 0;
}
#footer ul li {
margin-bottom: 0.4em;
}
#footer ul li a {
color: #3d3d3d;
text-decoration: none;
font-size: 18px;
line-height: 1.5em;
position: relative;
}
#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: 16px;
line-height: 1.3em;
padding: 0.5em;
}
#footer #copyright {
background-color: #87304f;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFF;
line-height: 150%;
margin: 30px 0 0 0;
padding: 1em 0 1em 0;
}