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

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}
*/

/*
"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

	font-family: "Swiss721BT-Roman";

font-family: "中ゴシックBBB", "Gothic Medium BBB";
font-family: "見出ゴMB1", "Midashi Go MB1"; 
*/





/************/
/*common*/
/************/
html {
	width: 100%;
	height: 100%;
}

/*basic*/
body {
	width:100%;
	height: 100%;
	min-width:700px;
	color:#000;
	background-color:#FFFFFF;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-style:normal;
	font-weight:400;/*100〜900*/
	font-size:12px;
	line-height:20px;
}

/*header*/
body>header {
	width:100%;
	min-width:700px;
	height:60px;
	padding-top:20px;
	position:fixed;
	z-index:1000;
	background-color:#1F2635;
}

body>header>div {
	width:85%;
	max-width:1500px;
	height:120px;
	margin:0 auto;
}

body>header>div>h1 {
	width:30%;
	height:40px;
	float: left;
}

body>header>div>h1>a.logo{
	display:block;
	width:225px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/header_logo.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 1.0;
}

body>header>div>h1>a.logo:hover{
	display:block;
	width:225px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/header_logo.png) no-repeat;
	background-size:100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 0.8;
}

body>header>div>div {
	display: none;
	width:70%;
	height:14px;
	margin-top: 10px;
	float: right;
}

body>header>div>div>ul {
	width:370px;
	float: right;
}

body>header>div>div>ul>li {
	display:block;
	height:30px;
	float:left;
	margin-left:33px;
}

body>header>div>div>ul>li:first-child {
	margin-left:0;
}

body>header>div>div>ul>li>a {
	display:block;
	color:#ffffff;
	font-size:14px;
	opacity:1.0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	letter-spacing:2px;
	font-family: 'Josefin Sans', sans-serif;
}

body>header>div>div>ul>li>a:hover {
	display:block;
	color:#ffffff;
	font-size:14px;
	opacity:0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	letter-spacing:2px;
	font-family: 'Josefin Sans', sans-serif;
}


/************/
/*top*/
/************/
/*top visual*/
section#top_visual {
	padding-top:80px;
	width:100%;
	height: 100%;
	background-color: #223188;
}

section#top_visual>div {
	position:relative;
	width: 100%;
	height: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#main_text {
	position: absolute;
	left:50%;
	top:50%;
	width: 600px;
	height: 155px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/main_text.png) no-repeat ;
	background-size:100%;
	margin: -200px 0 0 -300px;
}

#main_left {
	position: absolute;
	left:50%;
	top:50%;
	width: 315px;
	height: 290px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/main_left.png) no-repeat ;
	background-size:100%;
	margin: 0 0 0 -50%;
}

#main_right {
	position: absolute;
	right:50%;
	top:50%;
	width: 315px;
	height: 290px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/main_right.png) no-repeat ;
	background-size:100%;
	margin: 0 -50% 0 0 ;
}

#main_roller {
	position: absolute;
	right:50%;
	top:-100px;
	width: 70px;
	height: 295px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/main_roller.png) no-repeat ;
	background-size:100%;
	margin: -5% -45% 0 0 ;
}

#sns {
	display: none;
}

section#top_visual>div>a {
	display: block;
	position: absolute;
	left:50%;
	bottom:180px;
	width:30px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

section#top_visual>div>a:hover {
	display: block;
	position: absolute;
	left:50%;
	bottom:190px;
	width:30px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	cursor: pointer;
}

section#top_visual>div>a>span {
	display: block;
	width:1px;
	height: 30px;
	background-color: #fff;
}

/*top vision*/
section#vision {
	width: 100%;
	height: auto;
	margin-top: -80px;
	padding-top: 80px;
}

section#vision>article:first-child {
	width: 100%;
	height: 400px;
	background:url(../images/vision_01.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}

section#vision>article:first-child>header {
	width:85%;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: right;
	border-right:2px #fff solid;
}

section#vision>article:first-child>header>h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Josefin Sans";
	color: #fff;
	letter-spacing: 3px;
	margin-right: 20px;
}

section#vision>article:first-child>header>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	letter-spacing: 2px;
}

section#vision>article:first-child>div {
	width: 85%;
	margin: 120px auto 0 auto;	
}

section#vision>article:first-child>div>h2 {
	width: 331px;
	height: 53px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/vision_02.png) no-repeat ;
	background-size:100%;
	margin: 50px 0 0 auto;
}

section#vision>article:first-child>div>p {
	width:90%;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 5%;
	margin: 10px auto 0 auto;
	letter-spacing: 2px;
}

section#vision>article:nth-child(2) {
	width: 100%;
	height: 420px;
	background-color: #B0BCCA;
	padding: 80px 0 0 0;
}

section#vision>article:nth-child(2)>div {
	position: relative;
	width:85%;
	height: 420px;
	margin: 0 auto;
	background:url(../images/vision_05.png) no-repeat center bottom;
	background-size: 300px;
}

section#vision>article:nth-child(2)>div>h1 {
	position: absolute;
	top: 0;
	right:50%;
	margin-right: -35%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 33px;
	line-height: 50px;
	letter-spacing: 15px;
	float: right;
	font-weight: 600;
}
section#vision>article:nth-child(2)>div>div {
	width: 50%;
	height: 240px;
	float: left;
	border-left:2px #000 solid;
	
}

section#vision>article:nth-child(2)>div>div>h2 {
	width: 310px;
	height: 92px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/vision_03_ipad.png) no-repeat ;
	background-size:100%;
	margin: 20px 0 0 20px;
}

section#vision>article:nth-child(2)>div>div>h3 {
	width: 300px;
	font-weight: normal;
	font-size: 15px;
	margin: 20px 0 0 20px;
	letter-spacing: 2px;
	line-height: 30px;
}

section#vision>article:nth-child(2)>div>div#vision_roller {
	position: absolute;
	right:50%;
	top:0;
	width: 70px;
	height: 315px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/vision_04.png) no-repeat ;
	background-size:100%;
	margin: -80px -50% 0 0 ;
	border: none;
}

section#vision>article:nth-child(3) {
	width: 100%;
	height: auto;
	background-color: #B0BCCA;
	padding:0 0 80px 0;
}

section#vision>article:nth-child(3)>div {
	width: 85%;
	background-color: #fff;
	margin: 0 auto;
	
}

section#vision>article:nth-child(3)>div>div {
	display: flex;
}

section#vision>article:nth-child(3)>div>div>div:first-child {
	width: 40%;
	margin: 5% 2.5% 5% 5%;
}

section#vision>article:nth-child(3)>div>div>div:nth-child(2) {
	width: 40%;
	margin: 5% 5% 5% 2.5%;
}

section#vision>article:nth-child(3)>div>div>div>h3 {
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 600;
}

section#vision>article:nth-child(3)>div>div>div>p.com {
	margin-bottom: 20px;
	letter-spacing: 2px;
	min-height: 380px;
}

section#vision>article:nth-child(3)>div>div>div>p.sign {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

section#works {
	width: 100%;
	margin-top: -80px;
	padding-top: 80px;
}

section#works>article:first-child {
	width: 100%;
	background: url(../images/works_01.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}

section#works>article:first-child>header {
	width:85%;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	border-left:2px #fff solid;
}

section#works>article:first-child>header>h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Josefin Sans";
	color: #fff;
	letter-spacing: 3px;
	margin-left: 20px;
}

section#works>article:first-child>header>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	letter-spacing: 2px;
}

section#works>article:first-child>h2 {
	font-size:19px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 7.5%;
	margin-bottom: 100px;
}

section#works>article:first-child>div {
	width: 85%;
	margin: 0 auto;
}

section#works>article:first-child>div>ul {
	display: flex;
	flex-wrap: wrap;
}

section#works>article:first-child>div>ul>li {
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	width: 180px;
}

section#works>article:first-child>div>ul>li:first-child>div>div {
	background-color: #1F2635;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
}

section#works>article:first-child>div>ul>li>div>div>h3 {
	font-size:16px;
	font-weight: normal;
	letter-spacing: 8px;
	border-left:1px #fff solid;
	padding-left: 15px;
	height: 35px;
}

section#works>article:first-child>div>ul>li>div>div>h3>span {
	display: block;
	font-size:11px;
	letter-spacing: 2px;
	font-family: "Josefin Sans";
	font-weight: normal;
}

section#works>article:first-child>div>ul>li>div>p>span {
	font-size: 10px;
	margin-left: 10px;
}

section#works>article:first-child>div>ul>li:nth-child(2)>div>div {
	background-color: #1C2877;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
}

section#works>article:first-child>div>ul>li:nth-child(3)>div>div {
	background-color: #5E6D81;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
}

section#works>article:first-child>div>ul>li:nth-child(4)>div>div {
	background-color: #B0BCCA;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
}

section#works>article:nth-child(2) {
}

section#works>article:nth-child(2)>div {
	width: 85%;
	padding: 60px 0 0 0;
	border-bottom: 1px #000 solid;
	margin: 0 auto;
	position:relative;
}

section#works>article:nth-child(2)>div>p {
	width: 220px;
	text-align: center;
	margin: 0 auto;
}

section#works>article:nth-child(2)>div>a {
	display: block;
	position: relative;
	width: 160px;
	text-align: center;
	margin: 30px auto 70px auto;
	padding: 12px;
	border: 1px #000 solid;
	background-color: #fff;
	letter-spacing: 3px;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#works>article:nth-child(2)>div>a:hover {
	display: block;
	position: relative;
	width: 160px;
	text-align: center;
	margin: 30px auto 70px auto;
	padding: 12px;
	border: 1px #fff solid;
	background-color: #3B5998;
	letter-spacing: 3px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}

section#works>article:nth-child(2)>div>a>span {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top:-11px;
	left:50%;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#works>article:nth-child(2)>div>a:hover>span {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top:-11px;
	left:50%;
	background-color: #fff;
	transform: rotate(270deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}


section#works>article:nth-child(2)>div>div#paint {
	width: 250px;
	height:390px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url(../images/works_02.png) no-repeat center;
	background-size: 250px;
	position: absolute;
	top: 0px;
	right:50%;
	margin-right:-50%;
}

section#profile {
	width: 100%;
	margin-top: -80px;
	padding-top: 80px;
}

section#profile>article {
	width: 100%;
	padding: 80px 0;
}

section#profile>article>header {
	width:85%;
	height: 60px;
	margin: 0 auto 50px auto;
	padding: 20px 0 0 0;
	text-align: left;
	border-left:2px #000 solid;
}

section#profile>article>header>h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Josefin Sans";
	color: #000;
	letter-spacing: 3px;
	margin-left: 20px;
}

section#profile>article>header>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	letter-spacing: 2px;
}

section#profile>article>div {
	display: flex;
	width: 85%;
	margin: 0 auto;
}

section#profile>article>div>div {
	width: 45%;
}

section#profile>article>div>div:first-child {
	width: 45%;
	margin-right: 10%;
}

div.title {
	width:150px;
	background-color: #B0BCCA;
	padding: 15px;
	color: #000;
	margin-bottom: 30px;
}

div.title>h2 {
	font-size:16px;
	font-weight: normal;
	letter-spacing: 8px;
	border-left:1px #000 solid;
	padding-left: 15px;
	height: 35px;
}

div.title>h2>span {
	display: block;
	font-size:11px;
	letter-spacing: 3px;
	font-family: "Josefin Sans";
	font-weight: 600;
}

div.greeting>p {
	height: 250	px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: 23px;
}

div.greeting>p>span.sign {
	display: block;
	text-align: right;
	margin-top: 10px;
}s

div.outline>div>dl {
	margin-bottom: 20px;
	letter-spacing: 2px;
}

div.outline>div>dl>dt {
	width: 100%;
}

div.outline>div>dl>dd {
	width: 100%;
}

div.outline>div>p>a {
	width: 200px;
	display: block;
	border: 1px #000 solid;
	text-align: center;
	padding: 10px;
	color: #000;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

div.outline>div>p>a:hover {
	width: 200px;
	display: block;
	border: 1px #000 solid;
	text-align: center;
	padding: 10px;
	color: #fff;
	margin-bottom: 30px;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

section#foot_contact {
	width: 100%;
	height: auto;
}

section#foot_contact>article{
	width: 100%;
	background-color: #B0BCCA;
	padding: 80px 0;
}

section#foot_contact>article>div {
	width:85%;
	margin: 0 auto;
}

section#foot_contact>article>div>div {
	width:45%;
	float: right;
}

section#foot_contact>article>div>div>header {
	width:85%;
	height: 60px;
	margin: 0 auto 80px auto;
	padding: 20px 0 0 0;
	text-align: right;
	border-right:2px #000 solid;
}

section#foot_contact>article>div>div>header>h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Josefin Sans";
	color: #000;
	letter-spacing: 3px;
	margin-right: 20px;
}

section#foot_contact>article>div>div>header>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	letter-spacing: 2px;
}

section#foot_contact>article>div>div>div {
	margin-bottom: 50px;
}

section#foot_contact>article>div>div>div>h2 {
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	text-align: center;
	width: 180px;
	margin: 0 auto 30px auto;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 10px;
	padding: 5px 0;
}

section#foot_contact>article>div>div>div>p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
}


section#foot_contact>article>div>div>div>a {
	display: block;
	position: relative;
	width: 160px;
	text-align: center;
	margin: 30px auto 70px auto;
	padding: 12px;
	border: 1px #000 solid;
	background-color: none;
	letter-spacing: 3px;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#foot_contact>article>div>div>div>a:hover {
	display: block;
	position: relative;
	width: 160px;
	text-align: center;
	margin: 30px auto 70px auto;
	padding: 12px;
	border: 1px #1F2635 solid;
	background-color: #1F2635;
	letter-spacing: 3px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

}

section#foot_contact>article>div>div>div>a>span {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top:-11px;
	left:50%;
	background-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#foot_contact>article>div>div>div>a:hover>span {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top:-10px;
	left:50%;
	background-color: #1F2635;
	transform: rotate(270deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

section#foot_contact>article>div>div>p.open {
	text-align: center;
	letter-spacing: 2px;
}

section#foot_contact>article>div>div>p.tel {
	font-family: "Josefin Sans";
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	margin-top: 10px;
}

section#foot_contact>article>div>div>p.tel>span {
	font-size: 17px;
	
}

section#foot_contact>article>div>div.forfb {
	width: 50%;
	float: left;
}

section#foot_contact>article>div>div>div.fb-page {
	display: block;
	margin: 0 auto;
}

section#foot_contact>article>div>div>div.fb-page spans{
	display: block;
	margin: 0 auto;
}

section#foot_contact aside>a {
	display: block;
	width:55px;
	height:45px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/pagetop.png) no-repeat center;
	background-size:100%;
	margin: 80px auto 0 auto;
}

section#foot_contact aside#contactpagetop>a {
	display: block;
	width:55px;
	height:45px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/pagetop.png) no-repeat center;
	background-size:100%;
	margin: 0 auto 0 auto;
}

footer {
	width: 100%;
	height: 50px;
	padding: 30px 0 0 0 ;
	background-color: #1F2635;
	color: #fff;
	text-align: center;
	font-family: "Josefin Sans";
	font-size: 14px;
	letter-spacing: 5px;
}


/************/
/*contact*/
/************/
section#contact {
	width:100%;
	padding-bottom:80px;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 160px;
}

section#contact>div {
	width:85%;
	margin: 0 auto;
}

section#contact>div>header {
	width:100%;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	border-left:2px #000 solid;
}

section#contact>div>header>h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Josefin Sans";
	color: #000;
	letter-spacing: 3px;
	margin-left: 20px;
}

section#contact>div>header>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	letter-spacing: 2px;
}

section#contact>div>div {
	margin: 80px auto 0 auto;
}

section#contact>div div>article>dl {
	padding:10px 0;
}

section#contact>div div>article>dl>dt {
	width:25%;
	float:left;
}

section#contact>div div>article>dl>dd {
	width:71%;
	float:right;
}

section#contact>div div>article>dl>dd>input {
	border:none;
	border-bottom:1px #000 solid;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border:1px #000 solid;
}

input.form_btn {
	display:block;
	height:36px;
	border:1px #000 solid;
	padding:0 20px;
	margin:30px auto 0 auto;
	background-color:#ffffff;
	font-size:14px;
}

input.form_btn:hover {
	display:block;
	height:36px;
	border:1px #000 solid;
	padding:0 20px;
	margin:30px auto 0 auto;
	background-color:#000;
	font-size:14px;
	color:#fff;
	cursor:pointer;
}


.complete {
	text-align:center;
}

form>div>span {
	display: block;
}

section#contact h2 {
	font-weight:normal;
}

section#contact dd a {
	color: #2B7DB9;
}

section#contact dd a:hover {
	color: #2B7DB9;
	text-decoration: underline;
}



/************/
/*privacy*/
/************/
section#privacy {
	width:100%;
	padding-bottom:80px;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 160px;
}

section#privacy>div {
	width:85%;
	margin: 0 auto;
}

section#privacy>div>header {
	width:100%;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	border-left:2px #000 solid;
}

section#privacy>div>header>h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Josefin Sans";
	color: #000;
	letter-spacing: 3px;
	margin-left: 20px;
}

section#privacy>div>header>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	letter-spacing: 2px;
}

section#privacy>div>div {
	margin: 80px auto 0 auto;
	letter-spacing: 2px;
}


section#privacy>div>div>p {
	margin:50px auto 50px auto;
	font-size: 16px;
	line-height: 28px;
}

section#privacy>div>div>article {
	padding:0 0 30px 0px;
	margin:0 auto 50px auto;
}

section#privacy>div>div>article:last-child {
	padding:0 0 0 0;
	margin:0 auto 0 auto;
}

section#privacy>div>div>article h3 {
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
}

section#privacy ol {
	margin:30px 0 0 50px;
}

/*iphone nav*/
div#iphone_nav {
	display:block;
}

div#forsmartphone {
	display:none;
}

ul.drawer-menu {
	margin-top: 30px;
}

ul.drawer-menu>li {
	display:block;
	height:30px;
	margin-left:0;
	margin-bottom:30px;
	position:relative;
	z-index:99;
}

ul.drawer-menu>li>a {
	display:block;
	color:#fff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	letter-spacing:1px;
	font-family: 'Josefin Sans', sans-serif;;
}

ul.drawer-menu>li>a:hover {
	display:block;
	color:#fff;
	opacity:0.6;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

ul.drawer-menu>li>a>span {
	display:block;
	color:#fff;
	font-size: 10px;
	height:11px;
	letter-spacing:1.5px;
	font-family:"ゴシックMB101 R","Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sns_iphone {
	display: flex;
}

#fb_iphone {
	display: block;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/header_fb.png) no-repeat center;
	background-size:100%;
	margin-right: 20px;
}

#insta_iphone {
	display: block;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/header_insta.png) no-repeat center;
	background-size:100%;
}

/*animation*/
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:1s;}
.d2 {animation-delay:2s;}
.d3 {animation-delay:3s;}
.d4 {animation-delay:4s;}
.d6 {animation-delay:6s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform:translate(0,2em);
		opacity:1;
		top:-290px;
	}
	50% {
		top:-100px;
	}
	100% {
		opacity:1;
		top:-100px;
	}
}

