@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #f3f0e9;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000,endColorstr=#DD000000); 
    background: rgba(0, 0, 0, 0.8);
	z-index: 999!important;
}
.layer:not(:target) {
	filter: none;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	min-width: 960px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(243, 240, 233, 0);
	position: fixed;
	min-width: 100%;
	z-index: 6!important;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 10px;
}
#header-inner {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.headerbg {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); 
    background-color: rgba(255, 255, 255, 0.9);
}
.headerbg #header-logo .pc-only {
	display: none;
}

.headerbg:not(:target){
    filter: none;
}

/* cf */
#header-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}
#header-logo a {
	width: 100%;
	display: block;
	margin: 0;
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 30px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin-top: 12px;
	margin-right: 10px;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/

/* header menu */

nav {
	width: 100%;
	position: relative;
	z-index: 1000!important;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
}

header.top nav {
	margin-top: 30px;
}

/* cf */
nav > ul:after {
    content:" ";
    display:block;
    clear:both;
}

nav > ul > li {
	display: table-cell;
	vertical-align: middle;
}
nav > ul > li > a {
	width: 100%;
	font-size: 80%;
    line-height: 180%;
	color: #333;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 5px 10px;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
nav > ul > li > a.active {
	color: #dc9200;
}
nav > ul > li > a:hover {
	color: #dc9200;
}
nav > ul > li.active {
	background-image: url(../../images/message_07.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}
nav > ul > li > ul {
	width: 960px;
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	/*z-index: 999!important;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000,endColorstr=#FF000000); 
    background-color: rgba(0, 0, 0,1);
	padding: 40px 0 40px 10%;
}

/* cf */
nav > ul > li > ul:after {
	content:" ";
    display:block;
    clear:both;
}

nav > ul > li > ul li {
	width: 33.33%;
	float: left;
}
nav > ul > li > ul li.full {
	width: 100%;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	/* サブメニューの背景 */
	padding: 4px 0;
}

nav > ul > li > ul:not(:target) {
	filter: none;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
.contents-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.add-inner {
	width: 100%;
    max-width: 960px;
	margin: 0 auto;
}
.contents-header {
	width: 960px;
	margin: 0 auto;
}

.title-header {
	width: 200px;
	font-size: 120%;
	color: #1f2e4d;
	text-align: center;
	border: 1px solid #1f2e4d;
	margin: 0 auto;
	padding: 5px 0;
}

/* image */

.contents-header img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button-al {
	width: 240px;
	display: block;
	color: #cd000f;
	background: #FFF;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-al:hover {
	padding-left: 20px;
	opacity: 0.7;
}
.button-ar {
	width: 240px;
	display: block;
	color: #012480;
	background: #FFF;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-ar:hover {
	color: #012480;
	padding-left: 20px;
	opacity: 0.7;
}
.button-ac {
	width: 240px;
	display: block;
	color: #FFF;
	background: #cd000f;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-ac:hover {
	color: #FFF;
	padding-left: 20px;
	opacity: 0.7;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	letter-spacing: 0;
	line-height: 180%;
}
.data-tstyle th {
	width: 200px;
	font-weight: normal;
	text-align: center;
	border-right: 4px solid #cd000f;
	padding: 12px 24px;
}
.data-tstyle tr:nth-of-type(odd) {
	background: #f7f7f7;
}
.data-tstyle td {
	text-align: left;
	padding: 12px 24px;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 87px;
	height: 77px;
	position: fixed;
	right: -87px;
	bottom: 100px;
	z-index: 1001!important;
}
.pagetop2 {
	width: 87px;
	height: 77px;
	position: fixed;
	right: -87px;
	bottom: 150px;
	z-index: 1001!important;
}


#footer-pagetop {
	width: 100%;
	text-align: center;
	margin: 5% auto 0;
}
footer {
	width: 100%;
	min-width: 960px;
	background: #e7dec8;
	position: relative;
	z-index: 5!important;
	margin: 80px auto 0;
}
#footer-inner {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
#footer-inner a {
	color: #333;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer-inner a i {
	color: #666;
}
#footer-inner a:hover {
	color: #dc9200;
}
#footer-menu {
	width: 100%;
	display: table;
}
#footer-logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #d1c19d;
}
#footer-menu .inner {
	display: table-cell;
	vertical-align: top;
	background-image: url(../../images/index2_37.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#footer-menu ul {
	margin-top: 6%;
}
#footer-menu ul li {
	width: 25%;
	float: left;
	padding: 12px 0 0 20px;
}
#footer-menu ul li a {
	font-size: 80%;
}
#footer-menu ul li:nth-of-type(1) {
	width: 100%;
}

#copyright {
	width: 100%;
	font-size: 80%;
	text-align: right;
	color: #333;
	padding: 3% 0;
}

/* footer cf */

#footer-inner:after,#footer-menu ul:after {
    content:" ";
    display:block;
    clear:both;
}


/*==================================================

size m
=================================================*/

@media only screen and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		padding-top: 0;
	}
	#header-inner {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	#header-logo {
		width: 220px;
		float: left;
		margin-top: 3px;
		margin-left: 10px;
	}
	#header-logo a {
		width: 100%;
		margin: 0;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	#sub-title {
		width: 100%;
		min-width: 100%;
		position: static;
		font-size: 90%;
		text-align: center;
		padding: 2px 0;
	}
	
	.sub-menu {
		display: none;
	}
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		background: #555;
		top: 0;
		right: -240px;
		margin-top: 0;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	
	nav > ul > li,nav > ul > li:nth-of-type(2) {
		width: 100%;
		position: relative;
		float: none;
		display: block;
		border-left: none;
		border-bottom: 1px solid #777;
	}
	
	nav > ul > li,
	nav > ul > li:nth-of-type(1),
	nav > ul > li:nth-of-type(2),
	nav > ul > li:nth-of-type(3),
	nav > ul > li:nth-of-type(4),
	nav > ul > li:nth-of-type(5),
	nav > ul > li:nth-of-type(6),
	nav > ul > li:nth-of-type(7),
	nav > ul > li:nth-of-type(8) {
		/* bg image reset */
		background-image: none;
	}
	
	nav > ul > li:nth-last-of-type(1) {
		border-bottom: none;
	}
	
	nav > ul > li > a {
		width: 100%;
		display: block;
		color: #FFF;
		font-size: 11px;
		text-align: left;
		background: url(../images/index_35_2.png) no-repeat 20px center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0 10px 40px;
	}
	nav > ul > li > a br {
		display: none;	
	}
	nav > ul > li > ul {
		width: 100%;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		background: none;
		padding: 0;
	}
	nav > ul > li > ul.bg1 {
		background: none;
	}
	nav > ul > li > ul.bg2 {
		background: none;
	}
	nav > ul > li > ul.bg3 {
		background: none;
	}
	
	nav > ul > li > ul li {
		width: 100%;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		font-size: 11px;
		color: #666;
		text-align: left;
		background: #EEE;
		border-top: 1px solid #CCC;
		padding: 6px 0 6px 20px;
	}
	nav > ul > li > ul li.cl {
		width: 100%;
		display: block;
		font-size: 11px;
		color: #AAA;
		text-align: left;
		background: #C00;
		padding: 6px 0 6px 41px;
	}
	.close-button {
		width: 30%;
		cursor: pointer;
		text-align: center;
		color: #FFF;
		margin: 20px auto;
		padding: 8px;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	/* contents inner */
	
    #contents {
        width: 95%;
    }
    
	.contents-inner {
		width: 95%;
	}
	.contents-header {
		width: 100%;
	}
	
	.button-al {
		width: 60%;
		padding: 8px;
	}
	.button-ar {
		width: 60%;
		padding: 8px;
	}
	.button-ac {
		width: 60%;
		padding: 8px;
	}
	.button1 {
		width: 60%;
		font-size: 16px;
	}
	
	/*==================================================
	
	footer
	=================================================*/
	
	#footer-pagetop {
		width: 100%;
		text-align: center;
		margin: 5% auto 0;
	}
	footer {
		width: 100%;
		min-width: 100%;
        margin: 15% auto 0;
	}
	#footer-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	#footer-menu {
		width: 100%;
		display: block;
	}
	#footer-logo {
		width: 100%;
		display: block;
	}
	#footer-logo img {
		width: 100%;
		max-width: 180px;
		height: auto;
		margin: 0 auto;
	}
	#footer-menu .inner {
		width: 100%;
		display: block;
	}
	#footer-menu ul {
		width: 95%;
		margin: 0 auto;
	}
	#footer-menu ul li {
		width: 50%;
		float: left;
		padding: 2% 0 0 0;
	}
	#footer-menu ul li a {
		font-size: 90%;
	}
	#footer-menu ul li:nth-of-type(1) {
		width: 100%;
	}

	#copyright {
		width: 100%;
		min-width: 100%;
		text-align: center;
	}
	
	.pagetop {
		width: 42px;
		height: 77px;
		position: fixed;
		right: -87px;
		bottom: 100px;
		z-index: 1001!important;
	}
	.pagetop2 {
		width: 42px;
		height: 77px;
		position: fixed;
		right: -87px;
		bottom: 150px;
		z-index: 1001!important;
	}
}

/*==================================================

size s
==================================================*/

@media only screen and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	.button-al {
		width: 180px;
	}
	.button-ar {
		width: 180px;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		width: 100%;
		border-top: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
		color: #FFF;
		background: #999;
		border-right: none;
		border-bottom: none;
		padding: 10px 0;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		background: #FFF;
		border-bottom: none;
		padding: 10px;
	}
	.data-tstyle tr:nth-of-type(even) {
		background: #FFF;
	}
	.data-tstyle td ul li {
		display: inline;
	}
	.data-tstyle td ul li:after {
		content: "、";
	}
	.data-tstyle td ul li:nth-last-of-type(1):after {
		content: none;
	}
}

@media only screen and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	.pagetop {
		bottom: 50px;
	}
	.pagetop2 {
		bottom: 100px;
	}
	#footer-menu ul li {
		padding: 3% 0 0 0;
	}
	#copyright {
		padding: 4%;
	}
}

@media only screen and (max-width: 375px) {
	
	
	/*==================================================
	
	header
	==================================================*/
	
	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	
	/*==================================================
	
	contents
	==================================================*/
	

	
	/*==================================================
	
	footer
	==================================================*/
	
	
	
}

@media only screen and (max-width: 320px) {
	
	
	/*==================================================
	
	header
	================================================*/
	
	
	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	
	
	/*==================================================
	
	contents
	==================================================*/
	

	
	/*==================================================
	
	footer
	==================================================*/
	
	
}