/*
@media screen and (min-width: 1001px) {
  body {
     font-family:"Hiragino Sans","ヒラギノ角ゴシック","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
     margin:0;
     font-size:15px;
     font-weight:0;
  }
}

@media screen and (max-width: 1000px) {
  body {
     font-family:"Hiragino Sans","ヒラギノ角ゴシック","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
     margin:0;
     font-size:12px;
     font-weight:0;
  }
}

@media screen and (min-width: 1001px) {
    h1 {
	display:inline; 
    }

    h2 { 
	display:inline;
	font-size:15px;
	font-weight:normal;
    }

    h3 { 
	display:inline;
	font-size:15px;
	font-weight:normal;
    }
}


@media screen and (max-width: 1000px) {
    h1 {
	display:inline;
    }

    h2 { 
	display:inline;
	font-size:12px;
	font-weight:normal;
    }

    h3 { 
	display:inline;
	font-size:12px;
	font-weight:normal;
    }
}


a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:#000000; text-decoration:none }
a:active { color:#000000; text-decoration:none }

#header{
	background-color:rgba(0,0,0,0.5);
	width: 100%;
	height: 70px;
	font-size: 15px;
	position: fixed !important;  
	position: absolute;  
	min-width: 1200px;
	z-index: 1;
}

@media screen and (min-width: 681px) {
    #logo {
	width:30%;
	padding:15px 0px 0px 30px;
	float:left;
    }

    img.logo_image {
	width:200px;
    }
}

@media screen and (max-width: 680px) {
    #logo {
	padding:15px 0px 0px 30px;
	float:left;
    }

    img.logo_image {
	width:150px;
    }
}

@media screen and (min-width: 1001px) {
    div#menu {
	display: inline-block;
	_display: inline;
	padding-top:0px;
	position: absolute;
	right: 0;
    }

    #nav {
	float:right;
	padding-top:10px;
	font-size:15px;
    }

    #nav li {
	display: inline-block;
	margin-left:1px;
	width:110px;
	text-align:center;
	}

    #nav a {
	text-decoration:none;
	text-align:center;
	padding:10px;
	color:#ffffff;
	width:110px;
	}
	
    #nav span {
	background:#888888;
	height:5px;
	display:block;
	position:absolute;
	left:0;
    }
    div#sm_menu {
	display:none
    }

    a.nonav {
	pointer-events:none;
    }
}
*/

@media screen and (max-width: 1000px) {
    div#menu {
	display:none
    }

    div#sm_menu {
	display: inline-block;
	_display: inline;
	padding-top:23px;
    }


    #sm_nav {
	float:right;
	margin-right:10px;
	font-size:15px;
    }

    #sm_nav li{
	display: inline-block;
	margin-left:25px;
    }
}

#sm_nav a {
	text-decoration:none;
	text-align:center;
	padding:10px;
	color:#ffffff;
	width:110px;
}

.menu_home {
	margin-right:-15px;
}

.menu_company {
	margin-right:0px;
}

.menu_creator {
	margin-right:-15px;
}

.menu_work {
	margin-right:-15px;
}

.menu_news {
	margin-right:-10px;
	margin-left:-15px;
}

.clear {
    clear:both;
}

/* お問い合わせ */



#contact_main_image {
	padding-top:0px;
	width:100%;
	height: 100vh;
	overflow: auto;
	background-image:url(./../images/date_hp-main_2p.png);
	background-position:top top;
	background-size:cover;
	background-attachment:fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
}

#contact_main_title {
	font-size:80px;
	font-weight:700;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:auto;
	width:100%;
	height:150px;
	text-align:center;
}

#contact_back: {
	width:100%;
	height:600px;
	background-color:rgba(0,0,0,0.5);
	padding-bottom:50px;
}

.category_title {
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	text-align:center;
}

#contact_title {
	padding:20px 0px 0px 0px;
}

#form_frame {
	/*width:800px;*/
	width: 80%;
	padding:50px 15px;
	background-color:rgba(0,0,0,0.5);
	margin: auto;
}

@media screen and (min-width: 1001px) {
    #form_text {
	color:#ffffff;
	text-align:center;
    }
}


@media screen and (max-width: 1000px) {
    #form_text {
	color:#ffffff;
	font-size:12px;
	text-align:center;
    }
}

.form_text a {
	color:#ffffff;
}

#inport_text {
	color:#ffffff;
	padding:0px 0px 10px 15px;
}

#form_area {
	color:#ffffff;
	/*width:600px;*/
	width: 90%;
	padding:30px 0px;
	margin:0 auto;
}

.form_tb  {
	/*width:500px;*/
	width: 100%;
	/*margin:0 auto;*/
}

/*
.form_tb th {
	width:140px;
	height:35px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	vertical-align:top;
}

.form_tb td {
	width:360px;
	height:35px;
	vertical-align:top;
}
*/

#submit_button {
	padding:0px 0px 0px 0px;
	text-align:center;
}

#contact_wrap {
	padding-top:50px;
	padding-bottom:0px;
}

#space_back {
	width:100%;
	height:80px;
	!background-color:rgba(0,0,0,0.5);
}

#footer {
	margin-top:80px;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:#ffffff;
	background-color:rgba(0,0,0,0.5);
}

#footer_error {
	text-align:center;
	width:100%;
	padding:10px 0px 10px 0px;
	background-color:#ffffff;
	position: fixed;
	bottom: 0;
}

/* サンクスページ */
#thanks_main_image {
	padding-top:0px;
	width:100%;
	height:100%;
	background-image:url(./../images/date_hp-main_2p.png);
	background-position:center center;
	background-size:100%;
	background-attachment:fixed;
}

#thanks_main_title {
	font-size:80px;
	font-weight:700;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:auto 35px;
	width:100%;
	height:150px;
	text-align:center;
}

#thanks_back: {
	width:100%;
	height:1000px;
	background-color:rgba(0,0,0,0.5);
	padding-bottom:50px;
}

/* レスポンシブーで右にできた謎の余白を消す */
.wrap {
	overflow: hidden;
}

