@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp{
	display: none;
}
body{
	margin: 0 0;
	background: #000000;
	color: #FFFFFF;
}
header{
	width: 100%;
}
header img {
  width: 200px;         /* 任意の幅に調整（例: 200px） */
  height: auto;         /* 縦横比を維持して自動調整 */
  max-width: 100%;      /* 画面幅が狭い時は縮む */
  display: inline-block;
}/* fadeUpをするアイコンの動き */
#splash{

	width: 100%;
	height: 100%;
	position: fixed;
	background: black;
	z-index: 100;
}
img.fadeUp{
	width: 100%;
	max-width: 800px;
animation-name: fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
position: absolute;
	 top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	  top: 80%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  }

  to {
    opacity: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/*画像差し替えアニメーション*/
.fade-img img{
	width: 100%;
}
.fade-img {
	width: 100%;
	z-index: 0;
}
.topbk{
	position:relative;
}
.top1, .top2 {
  position: absolute;
  left: 0;
}


.in{
	width: 96%;
	max-width: 900px;
	margin: auto;
}
img.bo{
	width:100%;
	margin: 70px auto;
	display: block;
	border: 2px solid #fff;
}


.chizu iframe{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.ado{
	
}
.ado p{
 margin: 0 0 10px 0;
}
.ado span{
	color:#fff184;
	

}
h2.title {
    padding: 0.25em 0.5em;
    margin-bottom: 30px;
}
h2.title:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(img/sen.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.contact{
	/* color: #000000; */
}
.contact h2{
	color: #FFFFFF;
}

form{
	
background: #f1f1f1;
	
padding: 10px 10px 30px 10px;
}
form p{
	font-size: 22px;
	margin: 0;
}
form ul{
	list-style: none;
	padding: 0 20px;
}

form li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #b5b5b5;
	padding: 10px 0;
}
form li div{
	width: 35%;
	text-align: right;
	padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
span.required{float: left;background: #e41000;color: white;font-size: 14px;padding: 0px 5px;border-radius: 3px;}
form h3{
	font-weight: inherit;
	font-size: 16px;
}

form li input{
	height:2em;
	margin-right: 5px;
}

form input[type="button"] {
    padding: 1.3rem 4.2rem;
    vertical-align: middle;
    line-height: 1;
    background: #000000;
    border: 1px solid #8a8a8a;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 20px;
    margin: 30px auto;
    display: block;
}
.line-all{
	/* background: white; */
	padding: 0 10px;
}
img.line{
	
width: 80%;
	
max-width: 300px;
}

footer{
	height: 60px;
	margin-top: 50px;
	background: #313131;
	display: flex;
	align-items: center;
	justify-content: center;
}
p.tel{font-size: 22px;}	
.tel a{	
text-decoration: none;	
color: #fff184;	
}
.menu a{	
text-decoration: none;	
color: #fff184;
font-size: 23px;	
margin-left: 30px;
}
.menu-in img{	
width: 100%;	
max-width: 800px;	
margin: auto;	
display: block;	
}



.sp{
	display: none;
}

@media screen and (max-width: 670px){
	
.sp{
		display: block;
	}	
.pc{
		display: none;
	}
header img {
    width: 50%;
	padding: 10px;
}
form li {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0;
    flex-direction: column;
    justify-content: flex-start;
}


img.bo{
	width:100%;
	margin: 30px auto;
	display: block;
	border: 2px solid #fff;
}	
	
.fade-img {
	height: 255px;
}	
	
h2.title {
    padding: 0.25em 0em;
    margin-bottom: 10px;
}	
form li div {
    width: 100%;
    text-align: right;
    padding-right: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}	
span.required {
    float: left;
    background: #e41000;
    color: white;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 3px;
    margin-right: 10px;
}	
span.optional{
	background: #dcf8ff;
	font-size: 14px;
	padding: 1px 5px;
	border-radius: 3px;
	margin-right: 10px;
}
form {
    background: #f1f1f1;
    padding: 10px 10px 1px 10px;
}
form li input {
    height: 2.5em;
    margin: 0 0 7px 0;
}
	form li input#postal{
		width: 50%;
	}
form ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
}

.ado{
	font-size: 18px;
}	
	
form h3 {
    font-weight: inherit;
    font-size: 18px;
    margin: 10px 0;
}	
	
	
footer{
	height: 55px;
	margin-top: 35px;
	background: #313131;
}	
	
	
	
	
}





