@charset "UTF-8";



html, body {
	width: 100%;
	min-width: 1000px;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	background-color: #FAF9F8;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
}



/* ヘッダー */
body > header {
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	min-width: 100%;
	height: 131px;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}

@media (max-device-width:1024px) {
body > header {
position: absolute;
}
}

body > header.header_top {
	height: auto;
}

body > header > div.header-nav {
	color: #545454;
	background-color: #ffffff;
	width: 100%;
	height: 86px;
	border-bottom: solid 1px #DDDDDD;
}

body > header > div.header-nav > div {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	position: relative;
}

body > header > div.header-nav > div > p {
	position: absolute;
	top: 11px;
	left: 15px;
}

body > header > div.header-nav > div > ul.lang {
	letter-spacing: -.1em;
	position: absolute;
	top: 15px;
	right: 15px;
}

body > header > div.header-nav > div > ul.lang > li {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	letter-spacing: normal;
}

body > header > div.header-nav > div > ul.lang > li + li {
	margin-left: 30px;
}

body > header > div.header-nav > div > ul.lang > li > a {
	color: #545454;
	text-decoration: none;
}

body > header > div.header-nav > div > ul.lang > li > a:hover {
	text-decoration: underline;
}

body > header > div.header-nav > div > ul.common {
	height: 24px;
	letter-spacing: -.1em;
	position: absolute;
	top: 47px;
	right: 15px;
}

body > header > div.header-nav > div > ul.common > li {
	font-size: 12px;
	height: 24px;
	line-height: 1;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

body > header > div.header-nav > div > ul.common > li + li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px #dddddd solid;
}

body > header > div.header-nav > div > ul.common > li > a {
	color: #545454;
	text-decoration: none;
	display: block;
	transition: opacity 0.2s ease-in 0s;
	-webkit-transition: opacity 0.2s ease-in;
}

body > header > div.header-nav > div > ul.common > li > a:hover {
	opacity: 0.5;
}


body > header > div.header-nav > div > ul.common > li.home > a,
body > header > div.header-nav > div > ul.common > li.access > a {
	font-weight: bold;
}

body > header > div.header-nav > div > ul.common > li.home > a {
	content: "";
	background-image: url(../images/common/header/icon-home.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px 0px 6px 25px;
}

body > header > div.header-nav > div > ul.common > li.access > a {
	background-image: url(../images/common/header/icon-access.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px 0px 6px 19px;
}

body > header > div.header-nav > div > ul.common > li.fontsize {
	height: 24px;
	overflow: hidden;
	box-sizing: border-box;
}

body > header > div.header-nav > div > ul.common > li.fontsize > dl {
	letter-spacing: -.1em;
}

body > header > div.header-nav > div > ul.common > li.fontsize > dl > dt {
	font-weight: bold;
}

body > header > div.header-nav > div > ul.common > li.fontsize > dl > dt,
body > header > div.header-nav > div > ul.common > li.fontsize > dl > dd {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

body > header > div.header-nav > div > ul.common > li.fontsize > dl > dd {
	padding: 5px;
	border: solid 1px #1E8582;
	color: #1E8582;
	font-weight: bold;
	cursor: pointer;
}

body > header > div.header-nav > div > ul.common > li.fontsize > dl > dd:hover,
body > header > div.header-nav > div > ul.common > li.fontsize > dl > dd.active {
	color: #FFFFFF;
	background-color: #1E8582;
}

body > header > div.header-nav > div > ul.common > li.search form input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
}

body > header > div.header-nav > div > ul.common > li.search {

}

body > header > div.header-nav > div > ul.common > li.search form {
	padding: 2px 4px;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	background-color: #f9f9f9;
}

body > header > div.header-nav > div > ul.common > li.search form input[type="text"] {
	padding-left: 5px;
	width: 180px;
	color: #888;
}

body > header > div.header-nav > div > ul.common > li.search form input.btn {
	width: 16px;
	height: 16px;
	background-image: url(../images/common/header/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

body > header > div.header-nav > div > ul.common > li.twitter > a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/common/header/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
}

body > header > div.header-body {
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	height: 44px;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,1);
}

body > header > div.header-body > ul {
	width: 1000px;
	margin: 0px auto;
	display: table;
	table-layout: fixed;
	padding: 7px;
	overflow: visible;
}

body > header > div.header-body > ul > li {
	width: auto;
	height: 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: 1px #dddddd solid;
	position: relative;
}

body > header > div.header-body > ul > li:last-child {
	border-right: 1px #dddddd solid;
}

body > header > div.header-body > ul > li > a {
	color: #333333;
	width: 100%;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
}

body > header > div.header-body > ul > li:hover > a,
body > header > div.header-body > ul > li.active > a {
	color: #1e8582;
	background-color: rgba(30,133,130,0.1);
}

body > header > div.header-body > ul > li > ul {
	width: 100%;
	height: auto;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
	display: none;
}

body > header > div.header-body > ul > li:hover > ul {
	display: block;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,1);
}

body > header > div.header-body > ul > li > ul > li {
	background-color: rgba(255,255,255,0.9);
	width: auto;
	height: auto;
	border-bottom: 1px #dddddd solid;
	text-align: left;
}

body > header > div.header-body > ul > li > ul > li:hover > a {
	background-image: url(../images/common/header/icon-nav-hover.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}

body > header > div.header-body > ul > li > ul > li > a {
	color: #333333;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	word-break: break-all;
}





/* フッター */
body > div.page-top > p > a#pagetoplink {
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: none;
}

body > div.page-top > p > a#pagetoplink.visible {
	display: block;
	opacity: 1.0;
	animation-duration: 0.5s;
	animation-name: page-top-fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: page-top-fade-in;
}

@keyframes page-top-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	
	1% {
		display: block;
		opacity: 0;
	}
	
	100% {
		display: block;
		opacity: 1;
	}
}
	
@-webkit-keyframes page-top-fade-in {
	0% {
	display: none;
	opacity: 0;
	}
	
	1% {
	display: block;
	opacity: 0;
	}
	
	100% {
	display: block;
	opacity: 1;
	}
}

body > footer > div.body > div.footer-nav {
	padding: 25px 0px;
	background-color: #F1EDEB;
}

body > footer > div.body > div.footer-nav > ul {
	margin: 0 auto;
	width: 960px;
	display: table;
}

body > footer > div.body > div.footer-nav > ul > li {
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

body > footer > div.body > div.footer-nav > ul > li:last-child {
	padding-right: 0px;
}

body > footer > div.body > div.footer-nav > ul > li a {
	color: #4A433E;
	text-decoration: none;
	font-size: 13px;
}

body > footer > div.body > div.footer-nav > ul > li a:hover {
	text-decoration: underline;
}

body > footer > div.body > div.footer-nav > ul > li > dl > dt {
	margin-bottom: 10px;
}

body > footer > div.body > div.footer-nav > ul > li > dl > dt > a {
	font-weight: bold;
}

body > footer > div.body > div.footer-nav > ul > li > dl > dd {
	margin-left: 4px;
}

body > footer > div.body > div.footer-nav > ul > li > dl > dd > ul > li {
	margin-bottom: 8px;
}

body > footer > div.body > div.footer-nav > ul > li > ul > li {
	margin-bottom: 8px;
}

body > footer > div.body > div.footer-nav > ul > li > ul > li > a {
	font-weight: bold;
}

body > footer > div.body > div.footer-nav > ul:last-child {
	margin: 0 auto;
	width: 960px;
	display: block;
	margin-top: 20px;
}

body > footer > div.body > div.footer-nav > ul:last-child > li {
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

body > footer > div.body > div.footer-nav > ul:last-child > li a {
	color: #4A433E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

body > footer > div.body > div.footer-nav > ul:last-child > li a:hover {
	text-decoration: underline;
}

body > footer > div.body > div.footer-info {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1E8582;
}

body > footer > div.body > div.footer-info > ul {
	margin: 0 auto;
	width: 960px;
}

body > footer > div.body > div.footer-info > ul > li {
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 80%;
	color: #FFFFFF;
}

body > footer > div.body > div.footer-info > ul > li > dl {
	margin-bottom: 8px;
}

body > footer > div.body > div.footer-info > ul > li > dl > dd {
	display: inline-block;
	vertical-align: top;
}

body > footer > div.body > div.footer-info > ul > li > dl > dt {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
}

body > footer > div.body > div.footer-info > ul > li > dl > dd {
	display: inline-block;
	vertical-align: top;
	line-height: 1.4;
}

body > footer > div.body > div.footer-info > ul > li > dl.address > dt,
body > footer > div.body > div.footer-info > ul > li > dl.address > dd {
	display: block;
}

body > footer > div.body > div.footer-info > ul > li > dl.address > dd {
	position: relative;
}

body > footer > div.body > div.footer-info > ul > li > dl.address > dd a.map {
	padding: 2px 6px;
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	color: #1E8582;
	height: 11px;
	background-color: #FFFFFF;
	top: 15px;
	right: 20px;
}

body > footer > div.body > div.footer-info > ul > li > dl.address > dd a.map > img {
	vertical-align: top;
}

body > footer > div.body > div.footer-info > p.copyright {
	color: #ffffff;
	font-size: 66.7%;
	margin: 0 auto;
	width: 960px;
	text-align: right;
}

body > footer > div.body > div.footer-info > ul > li + li {
	padding-top: 55px;
}



/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body > header > .sp_nav_add {
	display: none;
}
body > header > div.header-body > ul > li.sp_nav_add {
	display: none;
}
@media screen and (max-width: 736px) {
	html, body {
		width: 100%;
		min-width: 100%;
		font-size: 15px;
		-webkit-text-size-adjust: 100%;
		color: #333333;
		background-color: #FAF9F8;
		font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	}
	section.content > header > div {
		width: 100%;
	}
	body > footer > div.body > div.footer-nav > ul:last-child,
	body > footer > div.body > div.footer-info > ul,
	body > footer > div.body > div.footer-info > p.copyright,
	body > footer > div.body > div.footer-nav > ul {
		width: 100%;
	}
	body > header {
		height: 50px;
		padding: 0;
		background: #fff;
	}
	body > footer > div.body > div.footer-nav {
		display: block;
		overflow: hidden;
		padding: 0;
		background: inherit;
		text-align: center;
	}
	body > footer > div.body > div.footer-nav > ul:first-child {
		display: none;
	}
	body > footer > div.body > div.footer-nav > ul:last-child {
		display: inline-block;
		width: auto;
	}
	body > footer > div.body > div.footer-nav > ul:last-child > li {
		width: auto;
		display: inline-block;
		position: relative;
		padding: 10px 0;
		margin-right: 20px;
	}
	body > footer > div.body > div.footer-nav > ul:last-child > li:before {
		content: '/';
		position: absolute;
		right: -14px;
		top: 10px;
		color: #fff;
	}
	body > footer > div.body > div.footer-nav > ul:last-child > li:last-child:before {
		display: none;
	}
	body > footer > div.body > div.footer-nav > ul:last-child > li a {
		color: #fff;
	}
	body > div.page-top > p > a#pagetoplink {
		right: 5px;
		z-index: 10;
	}
	body > div.page-top > p > a#pagetoplink > img {
		display: none;
	}
	body > div.page-top > p > a#pagetoplink {
		background: url(../images/sp/pagetop.png) no-repeat 50% 50%;
		background-size: 22px;
	    background-color: #98C7C6;
	    height: 40px;
	    position: relative;
	    text-align: center;
	    margin-top: 10px;
	    display: block;
	    bottom: auto;
	    right: 0;
	}
	body > footer > div.body > div.footer-info > ul > li + li {
		padding-top: 0;
	}
	body > footer > div.body > div.footer-info {
		padding: 0;
	}
	body > footer > div.body > div.footer-info > ul > li {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	body > footer > div.body > div.footer-info > ul > li > dl.address > dt {
		width: 150px;
		margin-bottom: 20px;
	}
	body > footer > div.body > div.footer-info > ul > li > dl.address > dt > img {
		width: 100%;
		height: auto;
	}
	body > header > div.header-nav > div > p {
		display: none;
	}
	body > header > div.header-nav > div > ul.lang {
		position: relative;
	}
	body > header > div.header-nav > div {
		width: 100%;
	}
	body > header > div.header-body > ul {
		width: 100%;
		background: #1E8582;
		display: block;
		padding: 0;
	}
	body > header > div.header-body > ul > li {
		width: 100%;
		height: auto;
		display: block;
		border: none;
		border-bottom: 1px solid #ddd;
	}
	body > header > div.header-body > ul > li:last-child {
		border: none;
	}
	body > header > div.header-body > ul > li > a {
		color: #fff;
	    font-size: 113.3%;
	    line-height: 1;
	    text-align: center;
	    text-decoration: none;
	    height: auto;
	    display: block;
	    padding: 15px 10px;
	    box-sizing: border-box;
	}
	body > header > div.header-body > ul > li:hover > a, 
	body > header > div.header-body > ul > li.active > a {
		color: #fff;
	}
	body > header > div.header-body > ul > li > ul {
		display: none!important;
	}
	body > header > div.header-body {
		height: auto;
		box-shadow: none;
	    width: 100%;
	    height: auto;
	    display: none;
	    position: absolute;
	    top: 50px;
	    left: 0;
	    z-index: 1000;
	}
	body > header > div.header-nav {
		display: none;
	}
	body > header > div.header-body > ul > li.sp_nav_add > a {
		color: #333;
	}
	body > header > div.header-body > ul > li.sp_nav_add {
		display: block;
		background: #fff;
		width: 50%;
		float: left;
		height: 46px;
	}
	body > header > div.header-body > ul > li.sp_nav_add.search_sp {
		width: 100%;
		float: none;
		clear: both;
		box-shadow: 0 3px 10px rgba(0,0,0,.2);
		height: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 7px;
	}
	body > header > div.header-body > ul > li.sp_nav_add.search_sp > form {
	    padding: 2px 4px;
	    border: solid 1px #eeeeee;
	    border-radius: 20px;
	    background-color: #f9f9f9;
        display: inline-block;
		margin: 0 auto;
	}
	body > header > div.header-body > ul > li.sp_nav_add.search_sp form input {
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    appearance: none;
	    border-radius: 0;
	    border: 0;
	    margin: 0;
	    padding: 0;
	    background: none transparent;
	    vertical-align: middle;
	    font-size: inherit;
	    color: inherit;
	    box-sizing: border-box;
	}
	body > header > div.header-body > ul > li.sp_nav_add.search_sp form input[type="text"] {
		padding-left: 10px;
		width: 180px;
		height: 30px;
		color: #888;
	}
	body > header > div.header-body > ul > li.sp_nav_add.search_sp form input.btn {
	    width: 16px;
	    height: 16px;
	    background-image: url(../images/common/header/icon-search.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    text-indent: -9999px;
	    overflow: hidden;
	    cursor: pointer;
	}
	body > header > div.header-body > ul > li.sp_nav_add.twitt__sp a {
	    display: inline-block;
	    width: 24px;
	    height: 100%;
	    background-image: url(../images/common/header/icon-twitter.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    text-indent: -9999px;
	    overflow: hidden;
	}
	body > header > .sp_logo {
	    width: auto;
	    display: block;
    	height: 30px;
	}
	body > header > .sp_logo img {
	    width: auto;
    	height: 100%;
	}
	body > footer > div.body > div.footer-info > ul > li {
		font-size: 100%;
	}
	html, body {
		min-width: 100%;
	}
}
