@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1200px;
	color: #000;
}
* {
	margin:0;
	padding:0;
	border:0;
}
img {
	width:100%;
}
p {
	font-size: 15px;
	line-height: 1.8em;
	color: #333;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
header {
	width: 100%;
	height: 180px;
	background: url('../../img/smile/header/head_back.gif') 0 0 repeat-x;
}
#headbox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#head_box1 {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
}
header h1 {
	float: left;
	width: 265px;
	padding: 0 0 0 200px;
}
ul#headmenu {
	float: right;
	width: 360px;
	padding: 0 0 0 365px;
	overflow: hidden;
}
ul#headmenu li {
	float: left;
	width: 180px;
	text-indent: -99999px;
}
ul#headmenu li.hh1 a {
	display: block;
	width: 180px;
	height: 50px;
	background: url('../../img/smile/header/head_1_off.gif') 0 0 no-repeat;
}
ul#headmenu li.hh1 a:hover {
	display: block;
	width: 180px;
	height: 50px;
	background: url('../../img/smile/header/head_1_on.gif') 0 0 no-repeat;
}
ul#headmenu li.hh2 a {
	display: block;
	width: 180px;
	height: 50px;
	background: url('../../img/smile/header/head_2_off.gif') 0 0 no-repeat;
}
ul#headmenu li.hh2 a:hover {
	display: block;
	width: 180px;
	height: 50px;
	background: url('../../img/smile/header/head_2_on.gif') 0 0 no-repeat;
}
p.mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	z-index:10000;
}
#head_box2 {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
	position:relative;
}
header h2 {
	float: left;
	width: 365px;
	padding: 24px 0 0 215px;
}
header h3 {
	float: right;
	width: 277px;
	padding: 10px 0 0 0;
}
#head_box2 p.fb {
	position:absolute;
	width:30px;
	top:49px;
	left:840px;
}
#head_box2 p.insta {
	position:absolute;
	width:30px;
	top:49px;
	left:880px;
}
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 0 200px;
	width: 1000px;
	height: 40px;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
#dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
	border:none;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
	background-color:#000;
	
}
nav {
	width: 100%;
	background-color: #000;
	margin: 0 auto;
	z-index: 1000;
}
nav ul {
	margin: 0 auto;
	list-style-type: none;
	width: 1000px;
	font-size: 16px;
	text-align: center;
	position: relative;
}
nav ul li.n0 {
	display: none;
}

nav ul li.n1 a {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_1_off.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n1 a:hover {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_1_on.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n2 a {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_2_off.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n2 a:hover {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_2_on.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n3 a {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_3_off.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n3 a:hover {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_3_on.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n4 a {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_4_off.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n4 a:hover {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_4_on.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n5 a {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_5_off.gif') 0 0 no-repeat;
	display: block;
}
nav ul li.n5 a:hover {
	text-indent: -99999px;
	background: url('../../img/smile/header/nav_5_on.gif') 0 0 no-repeat;
	display: block;
}

nav ul li {
	position: relative;
	float: left;
	width: 200px;
	margin: 0;
	text-align: center;
}

nav ul li a:link {
	color: #fff;
	text-decoration: none;
}
nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}
nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
nav ul li a:active {
	text-decoration: none;
	color: #fff;
}
nav ul li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
nav ul li ul li {
	width: 200px;
	float: none;
	background-image: none;
	text-indent: 0;
	text-align: center;
}
nav ul li ul li.g1 a {
	width: 100%;
	float: none;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	background-image: none;
	text-indent: 0;
	text-align: center;
	margin: 2px 0 0 0;
	background-color: #000;
	color: #fff;
}
nav ul li ul li.g1 a:hover {
	width: 100%;
	float: none;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	background-image: none;
	text-indent: 0;
	text-align: center;
	margin: 2px 0 0 0;
	background-color: #FF7F00;
	color: #fff;
}
nav li a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}
nav li a:hover {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: #FF7F00;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
}
nav li a:visited {
	color: #fff;
	text-decoration: none;
}



/*footer====================================================*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}
#footbox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
footer p:first-of-type {
	width: 423px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 20px 0;
}
footer p:nth-of-type(2) {
	width: 277px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 20px 0;
}
footer p:nth-of-type(3) {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0 0 0 0;
}
footer p:nth-of-type(4) {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0 0 15px 0;
}
footer p:nth-of-type(5) {
	font-size: 14px;
	color: #ccc;
	text-align: center;
	padding: 0 0 50px 0;
}
p.copy {
	font-size: 10px;
	text-align: center;
	color: #777;
	padding: 0 0 50px 0;
	margin:0;
}
#page-top {
	position: absolute;
	top: -49px;
	left: 545px;
	font-size: 77%;
	z-index: 1000;
	text-indent: -99999px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 110px;
	height: 49px;
	padding: 0;
	text-align: center;
	display: block;
	background-image: url('../../img/smile/header/pt_off.gif');
}
#page-top a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url('../../img/smile/header/pt_on.gif');
}

#connect {
	width: 800px;
	margin: 10px auto;
}

nav.foot_fix{
	background-color: rgba(255,255,255,0.95);
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
nav.foot_fix ul{
	max-width: 1000px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
nav.foot_fix ul li{
	width: 200px;
	float: none;
	display: block;
}
nav.foot_fix ul li:nth-of-type(n + 2){
	margin-left: 4%;
}
nav.foot_fix ul li a{
	height: auto;
	line-height: 1;
	filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.2));
	transition: all  0.3s ease;
}
nav.foot_fix ul li a:hover{
	background-color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	opacity: 0.8;
}
/*スマホ==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/
@media screen and (max-width: 480px) {
	
BODY {
	min-width: 100%;
}
p {
	font-size: 15px;
	line-height: 1.8em;
	color: #333;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: justify;
}
.pc {
	display:none;
}
.sp {
	display:block;
}

	
header {
	width: 100%;
	height: 100px;
	background-image: none;
	position: relative;
}
#headbox {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
#head_box1 {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background-color: #000;
}
header h1 {
	float: left;
	width: 50%;
	padding: 0 0 0 28%;
	line-height: 0;
}
nav ul li.n0 {
	display: block;
}

	
ul#headmenu {
	display: none;
}
p.mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 28%;
	padding: 0;
	margin: 0;
	z-index: 1000;
}
#head_box2 {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	background-color:#fff;
}
header h2 {
	float: none;
	width: 50%;
	padding: 15px 0 0 30%;
	z-index: 1000;
}
header h3 {
	display: none;
}

.dropmenu {
 *zoom: 1;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	height: 40px;
}	
	
	/*footer====================================================*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}
#footbox {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
footer p:first-of-type {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 20px 0;
}
footer p:nth-of-type(2) {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 20px 0;
}
footer p:nth-of-type(3) {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 0 0 0 0;
}
footer p:nth-of-type(4) {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0 0 15px 0;
}
footer p:nth-of-type(5) {
	font-size: 13px;
	color: #ccc;
	text-align: center;
	padding: 0 0 20px 0;
}
p.copy {
	font-size: 10px;
	text-align: center;
	color: #777;
	padding: 0 0 20px 0;
	margin:0;
}
#page-top {
	width: 30%;
	height: 49px;
	position: absolute;
	top: -48px;
	left: 35%;
	font-size: 77%;
	z-index: 1000;
	text-indent: -99999px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 49px;
	padding: 0;
	text-align: center;
	display: block;
	background-image: url('../../img/smile/header/pt-top_off.png');
	background-repeat:no-repeat;
}
#page-top a:hover {
	width: 100%;
	height: 49px;
	text-decoration: none;
	color: #fff;
	background-image: url('../../img/smile/header/pt-top_on.png');
	background-repeat:no-repeat;
}
	#page-top a img {
		width: 100%;
	}
	#page-top a:hover img {
		width: 100%;
	}
	
	#connect {
	width: 90%;
	margin: 10px auto;
}
#head_box2 p.fb {
	display:none;
}
#head_box2 p.insta {
	display:none;
}
	
	nav.foot_fix ul li{
		width: 48%;
		float: none;
		display: block;
	}
	
}