@charset "utf-8";

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	color: #231815;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
}

a {
	color: #231815;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .8;
}
a:hover img.hover {
	opacity: 1;
}

figure img,
li img {
	vertical-align: bottom;
	line-height: 0;
}

br.sp { display: none; }
br.pc { display: inline; }

/* .wrap */
.wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.wrap::after {
	content:" ";
	display:block;
	clear:both;
}

/* .page_ttl */
.page_ttl {
	margin: 0;
	padding: 48px 0 32px;
	background-color: #f4f3f3;
	color: #553889;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.page_ttl span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}

/* .sec_ttl */
.sec_ttl {
	margin: 0 0 30px;
	padding: 0;
	color: #553889;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.sec_ttl span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}


/* .logo */
.logo img { display: block; }
img.logo_1 { width: 100%; height: auto; margin-bottom: 3.465%; }
img.logo_2 { width: 45.455%; height: auto; }

/* header */
#site_header {
	position: relative;
	z-index: 1000;
	background-color: #231815;
}
#site_header header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#site_header header::after {
	content:" ";
	display:block;
	clear:both;
}

#site_header a {
	color: #fff;
	text-decoration: none;
}
#site_header a:hover {
	text-decoration: underline;
}

#site_header h1 {
	float: left;
	width: 202px;
	margin: 0;
	padding: 17px 0 0 7px;
}

/* gnav */
a#gnav_open { display: none; }

#gnav {
	float: right;
	z-index: 1100;
	padding: 60px 0 0;
}
#gnav a {
	display: inline-block;
	padding: 0 1px 13px;
}
#gnav a.active {
	padding: 0 1px 9px;
	border-bottom: 4px solid #ebe1a7;
}

ul#gnav_list {
	display: inline-block;
	margin: 0;
	padding: 0 28px 0 0;
	list-style: none;
}
ul#gnav_list li {
	display: inline-block;
	margin-left: 34px;
}

#gnav_spot {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 1px solid #fff;
}
#gnav_spot a span {
	padding-left: 20px;
	background: url("../images/icon_spot.png") no-repeat left center;
}

#gnav_inq {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 1px solid #fff;
}
#gnav_inq a span {
	padding-left: 20px;
	background: url("../images/icon_inquiry.png") no-repeat left center;
	background-size: auto 11px;
}

#gnav_corporation,
#gnav_person {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 12px 15px;
	background-color: #ebe1a7;
	font-size: 1.8rem;
	line-height: 1.2;
}
#gnav_corporation a {
	padding: 0 0 0 20px;
	color: #553889;
	background: url("../images/icon_corporation.png") no-repeat left center;
}
#gnav_person a {
	padding: 0 0 0 20px;
	color: #553889;
	background: url("../images/icon_person.png") no-repeat left center;
}

#gnav_language {
	position: absolute;
	top: 0;
	right: 150px;
	width: 110px;
}

#gnav_language a.link{
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 12px 0 12px 16px;
	background: url("../images/icon_arrow_right.png") no-repeat left center;
}

#gnav_language_open {
	display: inline-block;
	margin: 0;
	padding: 12px 16px 12px 0;
	background: url("../images/icon_arrow_down.png") no-repeat right center;
}

ul#gnav_language_list {
	display: none;
	z-index: 1200;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #333;
}
ul#gnav_language_list li {
	border-top: 1px solid #666;
}
ul#gnav_language_list li:first-child {
	border-top: none;
}
ul#gnav_language_list li a {
	display: block;
	padding: 5px 25px 5px 10px;
	background: url("../images/icon_arrow_link.png") no-repeat right 5px center;
	background-size: 8px auto;
}
ul#gnav_language_list li a:hover {
	background-color: #666;
	text-decoration: none;
}


/* footer */
footer {
	background-color: #000;
}
#footer_content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 38px;
	color: #fff;
}

#footer_content p.top_btn {
	position: absolute;
	top: -50px;
	right: -30px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#footer_content p.top_btn a:hover img { opacity: .9; }

#footer_content ul.sns {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	overflow: hidden;
}
#footer_content ul.sns li {
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
	vertical-align: top;
}
#footer_content iframe {
	margin: 0 !important;
}

#footer_content h2 {
	width: 198px;
	margin: 0 auto 30px auto;
	padding: 0;
}
#footer_content h2 img {
	margin: 0 auto 6%;
}

#footer_content p {
	margin: 0;
	padding: 15px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}

#footer_content ul.caution {
	width: 670px;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}
#footer_content ul.caution li {
	display: inline;
}
#footer_content .links {
	width:100%;
	text-align:center;
}
#footer_content .links a {
    padding:0 15px;
	font-size:14px;
	color:#ffffff;
	background: url(../images/icon_arrow_right.png) no-repeat left center;
	text-decoration:none;
    opacity:1;
}
#footer_content .links a:hover {
    opacity:0.7;
}

#copyright {
	margin: 0;
	padding: 25px 0;
	background-color: #fff;
	text-align: center;
}
#copyright small {
	font-size: 1.4rem;
	line-height: 1.2;
}


/* #inquiry */
#inquiry_wrap {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	background-color: #fff;
}
#inquiry {
}

#inquiry p.btn {
	margin: 0 0 35px;
	padding: 0;
	font-size: 2.6rem;
	text-align: center;
}
#inquiry p.btn a {
	display: inline-block;
	padding: 20px 140px;
	color: #fff;
	background-color: #553889;
}
#inquiry p.btn a span {
	display: inline-block;
	padding: 1px 0 1px 40px;
	background: url("../images/icon_inquiry.png") no-repeat left center;
}
#inquiry p.btn a:hover {
	opacity: .8;
}

#inquiry .caution {
	font-size: 1.2rem;
	text-align: center;
}
#inquiry .caution p {
	margin: 0 0 10px;
	padding: 0;
}


@media only screen and (max-width: 767px) {

body {
	font-size: 1.4rem;
}

br.sp { display: inline; }
br.pc { display: none; }

/* .wrap */
.wrap {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 8% 6%;
}

/* .page_ttl */
.page_ttl {
	margin: 0;
	padding: 5% 0;
	font-size: 1.8rem;
	line-height: 1.4;
}
.page_ttl span {
	font-size: 1.4rem;
}

/* .sec_ttl */
.sec_ttl {
	margin: 0 0 6%;
	font-size: 1.8rem;
	line-height: 1.4;
}
.sec_ttl span {
	font-size: 1.4rem;
}

/* header */
#site_header {
}
#site_header header {
	width: 100%;
}

#site_header a {
	color: #fff;
	text-decoration: none;
}
#site_header a:hover {
	text-decoration: underline;
}

#site_header h1 {
	float: none;
	width: 62.667%;
	margin: 0 auto;
	padding: 4% 0;
	overflow: hidden;
}
#site_header h1 img.logo_1 { float: left; width: 65.106%; margin-bottom: 0; }
#site_header h1 img.logo_2 { float: right; width: 29.481%; height: auto; }

/* gnav */
a#gnav_open {
	display: block;
	position: absolute;
	top: 50%;
	right: 4%;
	width: 4.8%;
	height: 0;
	margin: -2.734% 0 0;
	padding: 5.467% 0 0 0;
	background: url("../images/icon_menu.png") no-repeat left top;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#gnav {
	display: none;
	position: absolute;
	width: 100%;
	float: none;
	padding: 0;
	background-color: #333;
	font-size: 1.4rem;
}
#gnav a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0;
	padding: 4%;
	background: url("../images/icon_arrow_link.png") no-repeat right 4% center;
	background-size: 8px auto;
}
#gnav a.active {
	padding: 4%;
	border-bottom: none;
}

ul#gnav_list {
	display: block;
	margin: 0;
	padding: 0;
}
ul#gnav_list li {
	display: block;
	margin-left: 1.6%;
	border-bottom: 1px solid #333;
	background-color: #666;
}
ul#gnav_list li a{
	padding-left: 7%;
}
ul#gnav_list li.home {
	background-color: #333;
}
ul#gnav_list li.home a {
	padding: 4%;
}

#gnav_spot {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	border-left: none;
}
#gnav_spot a span {
	padding-left: 0;
	background: none;
}

#gnav_inq {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	border-left: none;
}
#gnav_inq a span {
	padding-left: 0;
	background: none;
}

#gnav_corporation,
#gnav_person {
	position: static;
	margin: 0;
	padding: 4%;
	background: url("../images/icon_arrow_link.png") no-repeat right 4% center;
	background-size: 8px auto;
	font-size: 1.4rem;
	line-height: 1.4;
}
#gnav_corporation a,
#gnav_person a {
	padding: 0 0 0 10px;
	color: #fff;
	background: none;
}

#gnav_language {
	position: static;
	width: auto;
}

#gnav_language a.link{
	display: block;
	position: absolute;
	top: 50%;
	left: 4%;
	width: 5.8%;
	height: 0;
	margin: -2.9% 0 0;
	padding: 5.8% 0 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#gnav_language a.link.en {
	background: url("../images/icon_language_en.png") no-repeat left top;
	background-size: 100% auto;
}
#gnav_language a.link.jp {
	background: url("../images/icon_language_jp.png") no-repeat left top;
	background-size: 100% auto;
}


#gnav_language_open {
	display: block;
	position: absolute;
	top: 50%;
	left: 4%;
	width: 4.8%;
	height: 0;
	margin: -2.734% 0 0;
	padding: 5.467% 0 0 0;
	background: url("../images/icon_language.png") no-repeat left top;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul#gnav_language_list {
	position: absolute;
	width: 100%;
}
ul#gnav_language_list li a {
	display: block;
	padding: 4%;
	background-position: right 4% center;
	background-size: 8px auto;
}
ul#gnav_language_list li a:hover {
	background-color: #333;
}

/* footer */
footer {
}
#footer_content {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 4% 8%;
}

#footer_content p.top_btn {
	display: none;
}

#footer_content ul.sns {
	width: 100%;
	margin: 0 0 6%;
	text-align: center;
}
#footer_content ul.sns li {
	margin: 0 5px;
}

#footer_content h2 {
	width: 62.539%;
	margin: 0 auto 30px auto;
	padding: 0;
}
#footer_content h2 img {
	margin: 0 auto 6%;
}

#footer_content p {
	margin: 0;
	padding: 15px 0 25px;
	font-size: 1.4rem;
	text-align: left;

}
#footer_content p br {
	display: none;
}

#footer_content ul.caution {
	width: 100%;
	padding: 4% 0 0;
	border: none;
	border-top: 1px solid #fff;
	text-align: left;
}

#copyright {
	margin: 0;
	padding: 4% 0;
	background-color: #fff;
	text-align: center;
}
#copyright small {
	font-size: 1.2rem;
	line-height: 1.2;
}


/* #inquiry */
#inquiry_wrap {
	padding: 0;
	background-color: #fff;
}
#inquiry {
}

#inquiry p.btn {
	margin: 0 0 4%;
	padding: 0;
	font-size: 2.0rem;
	text-align: center;
}
#inquiry p.btn a {
	display: block;
	padding: 5% 0;
}

#inquiry .caution {
	text-align: left;
}
#inquiry .caution p {
	margin: 0 0 10px;
	padding: 0;
}


}
