@charset "utf-8";
/* =========================================================
 リセット
========================================================= */
/* よく登場する要素のリセット */
/*h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, figure {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
		list-style:none;
}
*/
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom;   }
/* hr 要素は不可視で使う */
hr { display: none; }



#wrap {
    position: relative;/* jquery.pagetop.jsで、.gotopを下部に固定するため */
	overflow:hidden;/* モバイル観覧での余白対策 */
}

/* =========================================================
 body
========================================================= */
body {
	width: 100%;
	background-color: #fff;
	-webkit-text-size-adjust: 100%; 
}

/* pan
--------------------------------------------------------- */
ul#pan {
	font-size: 1.2rem;
	padding: 20px 10px 10px;
	overflow: hidden;
	zoom: 1;
}
ul#pan li {
	float: left;
	padding-right: 8px;
}
ul#pan li+li:before {
	color: #3C3C3C;
	content: ">";
	padding-right: 8px;
}

ul#pan li a:link, ul#pan li a:visited {
	color: #0090fc;
	text-decoration: none;	
}

ul#pan li a:hover, ul#pan li a:active {
	color: #ff860f;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
ul#pan li:last-child {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 14em;
}
}

/* side
--------------------------------------------------------- */

#side .side-link-sub-01 li + li {
	margin-top: 10px;
}

#side .side-link-sub-02 li {
	margin: 15px 0;
}

#side .side-link-sub-03 {
	background-color: #dcf4db;
	padding: 10px;
}

#side .side-link-sub-03 dt {
	background: url(../images/icon_clip.png) no-repeat left 0px;
	padding: 0 0 7px 30px;
	font-weight: bold;
	font-size: 1.6rem;	
}

#side .side-link-sub-03 li + li {
	margin-top: 10px;
}



/* =========================================================
 koukoku
========================================================= */
#koukoku {
	z-index: 400;
}

#koukoku-title {
	box-shadow: 0px 3px 5px -3px #c4c4c4 inset;
	background-color: #ffffd0;
}

#koukoku-title .inner {
	width: 960px;
	padding: 5px 10px;
	margin: 0 auto;
	display: table; 
}

#koukoku-title .inner p {
	display: table-cell;
}

#koukoku-title .inner p:nth-child(1) {
	font-weight: bold;
}

#koukoku-title .inner p:nth-child(1) span {
	padding-left: 10px;
	font-size: 1.2rem;
}

#koukoku-title .inner p.all {
	text-align: right;

}

#koukoku-title .inner p.all a {
	background: url(../images/icon_circle_arrow_right.png) no-repeat 10px 4px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	padding-left: 25px;
	text-decoration: none;
}

#koukoku-title .inner p.all a:hover,
#koukoku-title .inner p.all a:active {
	color: #ff860f;
	text-decoration: underline;
}

#koukoku-main .inner {
	width: 950px;
	padding: 10px 0 0;
	margin: 0 auto;	
}

#koukoku-main .inner ul {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;	
}

#koukoku-main .inner ul li {
	width: 180px;
	padding: 0 5px;
	float: left;
}

#koukoku-main .inner ul li + li {
}

#koukoku-main .inner dd {
	font-size: 10px;
	line-height: 120%;
	padding: 5px 10px 10px;
	text-align: center;	
}

/* =========================================================
 page-top
========================================================= */
#page-top {
    position: fixed;
    right: 10px;
	z-index: 800;
}

#page-top a {
    text-decoration: none;
    width: 50px;
    display: block;
}

#page-top a img {
	width: 100%;
	height: auto;
}


/* SP ================================================================================================================================= */
/* SP ================================================================================================================================= */
/* SP ================================================================================================================================= */
@media screen and (max-width: 768px){
	
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
	

/* =========================================================
 header
========================================================= */	
#header-pc {
	display: none;	
}

#gnav-pc {
	display: none;		
}

#header-sp {
	display: table;
	width: 100%;
	height: 50px;
	border-top: solid 3px #159f50;
	border-bottom: solid 2px #c4c4c4;
	table-layout: fixed;
	z-index: 600;
}
#header-sp .logo {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	overflow: hidden;
}

#header-sp .logo img {
	width: auto;
	height: 100%;
	max-height: 35px;
}

#header-sp .logo a + a > img {
	width: 70px;
	height: 35px;
float: right;
display: inline-block;

}

#header-sp .menu-button {
	display: table-cell;
	background: #159f50 url(../images/smp/icon_menu.png) no-repeat 50% 50%;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	width: 48px;
    height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#header-sp.fixed {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
}


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

#slider-pc {
	display: none;	
}

#slider-sp {
	width: auto;
}
#slider-sp .sp .unique {
	padding-bottom: 20px;
}
#slider-sp .sp .unique img {
	width: 100%;
	height: auto;
}
/* pan
--------------------------------------------------------- */
ul#pan {
	display: none;
}
/*ul#pan {
	background-color: #dcf4db;
	padding: 10px 10px;
		
}*/

/* side
--------------------------------------------------------- */
#side {
	padding-top: 40px;
}

#side .side-link-sub {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 30px;
}

#side .side-link-sub ul {
	width: 100%;	
}

#side .side-link-sub ul li {
	width: 100%;	
}

#side .side-link-sub ul li img {
	width: 100%;
	height: auto;	
}

#side .side-link-sub-02 {
	margin-top: 20px;
	margin-bottom: 20px;
	
}

/* =========================================================
 footer
========================================================= */
#footer-upper-pc {
	display: none;	
}

#footer-bottom-pc {
	display: none;		
}

#footer-upper-sp {
	padding: 20px;
	border-top: solid 3px #159f50;
	text-align: center;
	background-color: #dcf4db;
	margin-top: 30px; 
}


#footer-upper-sp p.name1 {
	font-size: 1.8rem;
	font-weight: bold;
}

#footer-upper-sp p.name2 {
	font-weight: bold;
	margin-top: 10px;
}

#footer-upper-sp .addr {
	margin-top: 20px;
	font-size: 1.2rem;
}


#footer-bottom-sp {
	color: #fff;
	background-color: #159f50;
	padding: 20px;
	text-align: center;
}

#footer-bottom-sp .link {
	display: table;
	width: 100%;
}

#footer-bottom-sp .link p {
	display: table-cell;
	width: 50%;	
}

#footer-bottom-sp .link p + p {
	border-left: solid 1px #fff;	
}

#footer-bottom-sp .link p a {
	color: #fff;
	text-decoration: underline;
}

#footer-bottom-sp .link p a:hover,
#footer-bottom-sp .link p a:active {
	color: #fff;
	text-decoration: none;
}

#footer-bottom-sp > p {
	margin-top: 20px;
	font-size: 1.0rem;	
}

/* =========================================================
 koukoku
========================================================= */

#koukoku-title .inner {
	width: 100%;
	display: block;
}

#koukoku-title .inner p {
	display: block;
}

#koukoku-title .inner p.all {
	text-align: right;
}

#koukoku-main {
	width: 100%;
}

#koukoku-main .inner {
	width: 80%;		
}

#koukoku-title .inner p:nth-child(1) span {
	display: block;
	padding-left: 0;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#koukoku-main .inner ul {
	width: 100%;	
}

#koukoku-main .inner ul li {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing: border-box;
}

#koukoku-main .inner ul li + li {
	margin-top: 10px;
	margin-left: 0;	
}

#koukoku-main .inner ul li img {
	width: 100%;
	height: auto;	
}

/* =========================================================
 menu
========================================================= */
#menu {
	position: fixed;
	left: 0;
	top: 50px;
	background:  rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#menu > * > ul {
	padding: 10px;
	background-color: #dcf4db;
}

#menu > * > ul> li+li {
	border-top: 1px solid #81d37d;
}

#menu > * > ul> li > a {
	background: #fff url(../images/icon_circle_arrow_right.png) no-repeat right 10px top 50%;
	background-size: 15px auto;
	display: block;
	padding: 8px 27px 8px 10px;
	text-decoration: none;
}
#menu > * > ul> li > a:link, #menu > * > ul> li > a:visited {
	color: #3c3c3c;
}
#menu > * > ul> li > a:hover, #menu > * > ul> li > a:active, #menu > * > ul> li > a.hover {
	color: #159f50;
}
#menu .close {
	text-align: center;
	display: block;
	background: #dcf4db;
	padding: 10px 10px 20px;
}
#menu .close span {
	color: #3c3c3c;
	background: url(../images/icon_close.png) no-repeat 0% 50%;
	display: inline-block;
	padding-left: 20px;
}

}

/* PC ================================================================================================================================= */
/* PC ================================================================================================================================= */
/* PC ================================================================================================================================= */
@media print , screen and (min-width: 769px){
	
/* =========================================================
 header
========================================================= */
#header-sp {
	display: none;	
}


#header-pc {
	border-top: solid 3px #159f50;
	font-size: 14px;
	line-height: 140%;	
}

#header-pc #headerbody {
	display: table;
	width: 980px;
	margin: 0px auto;
	padding: 10px 0;
}

#header-pc #headerbody .h-logo {
	width: 330px;
	display: table-cell;
	vertical-align: middle;
}

#header-pc #headerbody .h-asist {
	display: table-cell;
	vertical-align: middle;
    overflow: hidden;
}

#header-pc #headerbody .h-asist > div{
	display: table;
	margin-left: auto;	
	float: right;
}

#header-pc #headerbody .h-asist .link_bnr {
	width: 230px;
	text-align: right;
}

#header-pc #headerbody .h-asist .link_text {
	width: 350px;
	
}

#header-pc #headerbody .h-asist .link_text .link_text_page ul {
	display: table;
	width: 350px;
}

#header-pc #headerbody .h-asist .link_text .link_text_page ul li {
	display: table-cell;
	font-size: 12px;	
	background: url(../images/icon_arrow_right.png) no-repeat 0 4px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	padding: 0 10px 5px 10px;
}

#header-pc #headerbody .h-asist .link_text div {
	width: 350px;
	margin-left: auto;	
}

#header-pc #headerbody .h-asist .link_text .link_text_size {
	width: 238px;
	background-color: #f1f1f1;
	border: solid 1px #c4c4c4;
	border-radius: 20px;
	padding: 5px;
}

#header-pc #headerbody .h-asist .link_text .link_text_size dl {
	overflow: hidden;
}

#header-pc #headerbody .h-asist .link_text .link_text_size dt {
	float: left;
	clear: left;
	width: 100px;
	margin-left: 15px;
	text-align: center;
	padding-top: 3px;
}

#header-pc #headerbody .h-asist .link_text .link_text_size dd {
	float: left;
	width: auto;
	margin-left: 10px;
	overflow: hidden;	
}

#header-pc #headerbody .h-asist .link_text .link_text_size dd li {
	float: left;
	width: auto;
	cursor: pointer;	
}

#header-pc #headerbody .h-asist .link_text .link_text_size dd li + li {
	margin-left: 3px;	
}

#header-pc #headerbody .h-asist .link_text .link_text_page a:link,
#header-pc #headerbody .h-asist .link_text .link_text_page a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

#header-pc #headerbody .h-asist .link_text .link_text_page a:hover,
#header-pc #headerbody .h-asist .link_text .link_text_page a:active {
	color: #ff860f;
	text-decoration: underline;
}

#gnav-pc {
	background: url(../images/bg_header.png) repeat-x 100% 100%;
}

#gnav-pc ul {
	width: 980px;
	margin: 0 auto;
	display: table;
}

#gnav-pc ul li {
	display: table-cell;
}



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

#slider-sp {
	display: none;	
}

#pagetop_img {
	background: url(../images/top/bg_slider.png) repeat-x;
    padding-bottom: 10px;
	margin-bottom: 20px;
}

.wideslider {
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
#slider-pc #pagetop_img div.unique {
	width: 980px;
	margin: 0 auto;
}

#container {
	width: 980px;
	padding-bottom: 60px;
	margin: 0 auto;
	min-height: 350px;
	overflow: hidden;
}

/* main
--------------------------------------------------------- */
#container #main {
	width: 690px;
	float: left;
}

/* side
--------------------------------------------------------- */
#side {
	width: 250px;
	float: right;
}



/* =========================================================
 footer
========================================================= */
#footer-upper-sp {
	display: none;	
}

#footer-bottom-sp {
	display: none;	
}

#footer-upper-pc {
	background: #dcf4db;
	border-top: solid 3px #159f50;
	font-size: 14px;
	line-height: 140%;
}

#footerbody {
	display: table;
	width: 980px;
	margin: 0px auto;
	padding: 20px 0;
}

#footerbody .f-left {
	display: table-cell;
	width: 180px;
	vertical-align: top;
	padding: 10px; 	
}

#footerbody .f-left ul li {
	padding: 3px 0;
	margin: 5px 0;
}

#footerbody .f-left ul li a {
	color: #3c3c3c;
	font-weight: bold;
	background: url(../images/icon_circle_arrow_right.png) no-repeat 10px 5px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	padding-left: 25px;
	text-decoration: none;

}

#footerbody .f-left ul li a:hover, #footerbody .f-left ul li a:active {
	color: #ff860f;	
	text-decoration: none;	
}

#footerbody .f-asist {
    overflow: hidden;
}

#footerbody .f-asist div {
    float: left;
    width: 239px;
	border-left: solid 1px #c4c4c4;
	padding: 10px;    
}


#footerbody .f-asist div dl dt {
	padding: 3px 0;	
	margin: 5px 0;
}

#footerbody .f-asist div dl dt a {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/icon_circle_arrow_right.png) no-repeat 10px 4px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	padding-left: 25px;	
	text-decoration: none;
}

#footerbody .f-asist div dl dt a:hover,
#footerbody .f-asist div dl dt a:active {
	color: #ff860f;	
	text-decoration: none;		
}

#footerbody .f-asist div dl dd > ul > li {
	padding-left: 5px;	
}

#footerbody .f-asist div dl dd > ul > li > a {
	color: #3c3c3c;
	font-size: 12px;
	background: url(../images/icon_arrow_right.png) no-repeat 10px 3px;
	-webkit-background-size: 6px 10px;
	background-size: 6px 10px;
	padding: 0 0 10px 25px;	
	text-decoration: none;	
}

#footerbody .f-asist div dl dd > ul > li > a:hover,
#footerbody .f-asist div dl dd > ul > li > a:active {
	color: #ff860f;	
	text-decoration: none;		
}

#footerbody .f-asist div dl dd > ul > li > ul > li {
	padding-left: 10px;			
}

#footerbody .f-asist div dl dd > ul > li > ul > li > a {
	color: #3c3c3c;
	font-size: 12px;
	background: url(../images/icon_l.png) no-repeat 15px 5px;
	-webkit-background-size: 6px 6px;
	background-size: 6px 6px;
	padding: 0 0 10px 30px;	
	text-decoration: none;	
}

#footerbody .f-asist div dl dd > ul > li > ul > li > a:hover,
#footerbody .f-asist div dl dd > ul > li > ul > li > a:active {
	color: #ff860f;	
	text-decoration: none;		
}

#footerbody .f-asist div ul li {
	padding: 5px 5px 5px 20px;
}


#footerbody .f-asist div ul li a:link,
#footerbody .f-asist div ul li a:visited {
	text-decoration: none;
}

#footerbody .f-asist div ul li a:hover,
#footerbody .f-asist div ul li a:active {
	text-decoration: underline;
}

#footerbody .f-asist div ul li a[href^="http"] {
	display: inline-block;
	background: url(../images/icon_outside_link.png) no-repeat 100% 50%;
	background-size: 15px auto;
	padding-right: 20px;
}

#footer-bottom-pc {
	background-color: #159f50;
	font-size: 14px;
	line-height: 140%;
}

#footer-bottom-pc #copyright {
	color: #fff;
	background: #159f50;
	display: table;
	width: 960px;
	margin: 0px auto;
	padding: 10px;

}

#footer-bottom-pc #copyright .logo {
	display: table-cell;
	width: 300px;
}

#footer-bottom-pc #copyright .addr {
	display: table-cell;
}

#footer-bottom-pc #copyright .addr p.copyright-body {
	font-size: 12px;	
}

#koukoku + #footer > #footer-bottom-pc {
	margin-bottom: 160px;
}
/* =========================================================
 koukoku
========================================================= */
#koukoku {
	width: 100%;
	font-size: 14px;
	line-height: 140%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
}

#koukoku-title .inner p.all {
	width: 160px;

}


}