@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	background-color: #FFFFFF;
	color: #590C17;
	font-size: 87.5%;
	line-height: 2.0;
}

#breadcrumb, #contents, #pagetop {
	margin: 0 auto 0 auto;
	width: 840px;
}
header {
	overflow: hidden;
	background: #008AAB;
	display: flex; /*-未履修-*/
	justify-content: center; /*-未履修-*/
	position: sticky; /*-ナビ固定-*/
	top: 0; /*-ナビ固定-*/
	z-index: 999; /*-ナビ固定-*/
}
header h1 {
	float: left;
	padding-right: 40px;
	
}
nav ul {
	list-style-type: none;
	padding-left: 0;
}
header p {
	margin: 44px 0 0 58px;
}
nav ul li, header p {
	float: left;
}
nav ul li a {
	overflow: hidden;
	display: block;
	padding-top: 24px;
	margin: 38px 61px 0 61px;
	height: 0px;
	font-size: 127.5%;
}

nav ul li#nav_web a {
	background-image: url(../images/nav1_n.png);
	background-repeat: no-repeat;
}

nav ul li#nav_maya a {
	background-image: url(../images/nav2_n.png);
	background-repeat: no-repeat;
}

nav ul li#nav_others a {
	background-image: url(../images/nav3_n.png);
	background-repeat: no-repeat;
}

#main {
	background: #efefef;
}
#main p {
	text-align: center;
	margin: 80px 0 50px 0;
}
#main h1 {
	text-align: center;
	font-size: 250%;
	margin: 0;
}
#main ul li  {
	padding-left: 2.5em;
	text-indent: -1.35em;
	padding-right: 4em;
	list-style-position: inside;
}
#contents {
	overflow: hidden;
}
#main {
	float: left;
	width: 570px;
}
#sub {
	float: right;
	width: 230px;
}
#web #nav_web a,
#maya #nav_maya a,
#others #nav_others a,
nav ul li a:hover {
	background-position: 0 -24px;
}
.list_brown h1 {
	color: #590c17;
}
.list_brown ul li {
	color: #590c17;
}
.list_brown ul li a {
	text-decoration: none;
}
.list_brown ul li a:link {
	color: #590c17;
}
.list_brown ul li a:visited {
	color: #590c17;
}
.list_brown ul li a:focus {
	color: #590c17;
}
.list_brown ul li a:hover {
	color: #590c17;
}
.list_brown ul li a:active {
	color: #590c17;
}

.bnr_inner a p img{
	margin: -15px auto 40px auto;
}
.bnr_inner a p img:hover{
	opacity: 0.8;
}
footer {
	margin-top: 75px;
	text-align: center;
}
#copyright {
	margin-bottom: 0;
}
footer {
	position: sticky; /*-未履修-*/
	top:100vh; /*-未履修-*/
}
footer #pagetop {
	position: fixed;
	bottom: 14%;
	right: 22.5%;
}

footer span p {
	width: 100%;
}
footer span a {
	padding: 0 0 0 45px;
}
footer span p, footer span a {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 20px 0;
	text-decoration: none;
	background: #008AAB;
	color: #EFEFEF;
}
/* 基本レイアウト ここまで↑ */





/* トップページ ここから↓ */
#graphic h1 {
	padding: 260px 0 260px 0;
	margin: 0 auto 80px 0;
	background-image: url(../images/top_n.jpg);
	background: -moz-linear-gradient(65deg, rgb(255, 248, 134, 0.6), rgb(240, 114, 182, 0.7)), url(../images/top_n.jpg);
	background: -webkit-linear-gradient(65deg, rgb(255, 248, 134, 0.6), rgb(240, 114, 182, 0.7)), url(../images/top_n.jpg);
	background: linear-gradient(25deg, rgb(255, 248, 134, 0.6), rgb(240, 114, 182, 0.7)), url(../images/top_n.jpg);
	background-size: 840px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 550%;
	text-align: center;
	line-height: 1;
	color: #c83846;
}

#main section p{
	margin: 80px 0 50px;
}

/* トップページ ここまで↑ */







/* 「WEB」ページ ここから↓ */
.list_blue #main p {
	margin: 35px 0 10px 0;
}
.list_blue h1 {
	color: #008AAB;
}
.list_blue ul li {
	color: #008AAB;
}
.list_blue ul li a {
	text-decoration: none;
}
.list_blue ul li a:link {
	color: #008AAB;
}
.list_blue ul li a:visited {
	color: #008AAB;	
}
.list_blue ul li a:focus {
	color: #008AAB;
}
.list_blue ul li a:hover {
	color: #008AAB;
}
.list_blue ul li a:active {
	color: #008AAB;
}
/* 「WEB」ページ ここまで↑ */





/* 「MAYA」ページ ここから↓ */
#main .list_brown p {
	margin: 90px 0 50px 0;
}

.maya ul li a {
	text-decoration: none;
}
.maya ul li a:link {
	color: #590C17;	
}
.maya ul li a:visited {
	color: #590C17;	
}
.maya ul li a:focus {
	color: #590C17;
}
.maya ul li a:hover {
	color: #590C17;
}
.maya ul li a:active {
	color: #590C17;
}
/* 「MAYA」ページ ここまで↑ */





/* 「others」ページ ここから↓ */
#others #main {
	background: transparent;
}
.back_gray {
	background: #efefef;
	padding: 1px 0 60px;
	margin-bottom: 90px;
}
.back_gray:last-child {
	padding: 1px 0 20px;
	margin-bottom: 0;
}
.contact_color {
	color: #008AAB;	
}
#main article section p {
	font-size: 150%;
	margin: 15px 0 20px 0;
	padding: 0 3em 0 3em;
	text-align: left;
}


#main form p {
	margin-top: 0;
	margin-left: 57px;
	text-align: left;
}
#main form p:nth-last-child(1) {
	margin-left: 205px;
	margin-bottom: 0;
}
#main form p label {
	font-size: 175%;

}
input[type="text"] {
	width: 450px;
	height: 40px;
}
textarea {
	width: 450px;
	height: 80px;
	overflow-y: scroll;
	outline: none;
}
input[type="submit"] {
	width: 150px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 40px;
	color: #008AAB;
	font-size: 140%;
	line-height: 1em;
	text-align: center;
	display: inline-block;
	cursor: default; 
	background: #ffffff;
	transition: .3s;
	border: 1px solid #000000;
}
input[type="submit"]:hover {
	background: #efefef;
}
/* 「others」ページ ここまで↑ */






/* 「PRIVACY POLICY」ページ ここから↓ */

#main_pp .plain h1 {
	margin: 80px 0 15px 0;
	font-size: 200%;
}
#main_pp .plain h2 {
	margin: 30px 0 10px;
}


#main_pp .plain p {
	line-height: 1.4;
	text-align: left;
	margin: 0;
	padding: 0;
}

#main_pp .plain p:last-child {
	margin-bottom: 50px;
}

/* 「PRIVACY POLICY」ページ ここまで↑ */









/* メモ→赤：c83846　rgba(200, 56, 70, 1.0) */