@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%;
}
*/

/************/
/*common*/
/************/


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

/*header*/
body>header {
	width:100%;
	height:100px;
	position: absolute;
	top:29px;
}

body>header>div {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

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

body>header>div>ul {
	display:none;
	margin: 12px 0 0 auto;
	font-family: 'Open Sans', sans-serif;
}

body>header>div>ul>li {
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-left: 30px;
}

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

body>header>div>ul>li>a {
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}

#intro h1 {
	font-size: 20px;
	font-weight: 600;
	color: #192350;
	letter-spacing: 5px;
	font-family: 'Montserrat', sans-serif;
}

#intro h2 {
	font-size: 14px;
	font-weight: 600;
	color: #192350;
	margin: 30px 0;
	letter-spacing: 3px;
}


#intro p {
	width:80%;
	margin: 0 auto;
	font-size: 13px;
	color: #192350;
	line-height: 25px;
}


/*scroll*/
div#scroll {
	display: none;
	position:absolute;
	left:50%;
	bottom:100px;
	margin-left:0px;
}

div#scroll a {
	padding-top: 60px;
}

div#scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #192350;
	border-radius: 50px;
	box-sizing: border-box;
}

div#scroll a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #192350;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
 		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

section#service {
	padding: 100px 0 0 0;
}

section#service h1 {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

section#service>div {
	display: block;
	width: 80%;
	margin: 0 auto;
}

section#service>div>div {
	width: 100%;
	margin-left: 0;
}

section#service>div>div:first-child {
	width: 100%;
	margin-left: 0;
}

section#service>div>div>h2 {
	width: 100%;
	color: #192350;
	font-size:16px;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 15px 0;
	text-align: center;
}

section#service>div>div>p {
	width: 100%;
	letter-spacing: 2px;
	margin: 15px 0;
	line-height: 22px;
}

section#service>div.other {
	display: block;
	margin: 50px auto;
}

section#service>div.other h2 {
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

section#service>div.other p {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 5px 0;
	letter-spacing: 2px;
}

section#service>aside {
	width:80%;
	margin: 0 auto;
}

body>div>img {
	display: block;
	margin: 80px 0;
}

section#profile {
	padding: 100px 0 0 0;
}

section#profile h1 {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

section#profile>article {
	display: block;
	width: 80%;
	margin: 0 auto 50px auto;
}

section#profile>article>div.profile_left {
	width: 100%;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

section#profile>article>div.profile_right {
	width: 100%;
	padding-left: 0;
}

section#profile>article>div.profile_left>h2 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}

section#profile>article>div.profile_left>h2>span {
	font-size: 12px;
	color: #595757;
	display: block;
	margin-top: 5px;
	letter-spacing: 2px;
}

section#profile>article>div.profile_right>dl {
	display: block;
	letter-spacing: 2px;
	line-height: 25px;
	margin-bottom: 30px;
}

section#profile>article>div.profile_right>dl>dt {
	width: 100%;
	font-weight: 600;
}

section#profile>article>div.profile_right>dl>dd {
	width: 100%;
}

ul.apper {
	display: flex;
}

ul.apper li {
	width: 33.333%;
}


section#info {
	padding: 100px 0 0 0;
}

section#info h1 {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

section#info>div {
	display: block;
	width: 80%;
	margin: 0 auto;
}

section#info>div>div {
	width: 100%;
	margin-left: 0;
	margin-bottom: 50px;
}

section#info>div>div:first-child {
	width: 100%;
	margin-left: 0;
}

section#service>div>div>img {
	display: block;
}

section#info>div>div>h2 {
	width: 100%;
	color: #192350;
	font-size:13px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 15px 0;
}

section#info>div>div>p.day {
	width: 100%;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 5px 0 0 0;
	line-height: 18px;
	color: #595757;
}

section#info>div>div>p.tag {
	width: 100%;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0 0 5px 0;
	line-height: 18px;
	color: #595757;
}

section#info>div>div>p {
	line-height: 22px;
}

footer {
	width: 100%;
	background-color: #ffffff;
	margin: 100px 0 0 0 ;
}

footer p {
	text-align: center;
	padding: 50px 0;
}


/*small menu*/
div#small_menu {
	display: none;
	width:100%;
	height:75px;
	padding:15px 5%;
	background-color:#ffffff;
	z-index:1000;
	position:fixed;
	top:-50;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

div#small_menu>div {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

div#small_menu>div>h1 {
	width:140px;
	height:42px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}

div#small_menu>div>ul {
	display: flex;
	margin: 12px 0 0 auto;
	font-family: 'Open Sans', sans-serif;
}

div#small_menu>div>ul>li {
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-left: 30px;
}

div#small_menu>div>ul>li:first-child {
	margin-left: 0;
}

div#small_menu>div>ul>li>a {
	font-family: 'Open Sans', sans-serif;
	color: #192350;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}



/*for iphone*/
p#open_btn {
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/open_btn.png) no-repeat;
	background-size:100%;
	position:fixed;
	right:10px;
	top:0;
	z-index:1500;
}

p#open_btn:hover {
	cursor:pointer;
}

p#close_btn {
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/close_btn.png) no-repeat;
	background-size:100%;
	position:fixed;
	right:10px;
	top:0;
	z-index:0;
}

p#close_btn:hover {
	cursor:pointer;
}

body>nav#iphonenav {
	width:139px;
	height:100%;
	position:fixed;
	top:0;
	right:-200px;
	background-color:#fff;
	z-index:1000;
	overflow:hidden;
	border-left:1px #000 solid;
	padding:0 30px;
}
