@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color: #603813;
    transition: 0.6s;
}
a:visited {
	
}
a:hover, a:focus {
	color: #73b21b;
}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #603813;
}

.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}

input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: 10px;
    padding: 3px 6px 2px 4px;
    /* border-radius: 2px; */
    background-color: #ff3651;
    color: #ffffff;
    font-size: 60%;
    /* font-weight: bold; */
    font-style: italic;
    text-transform: uppercase;
}

img{
	}


a:hover img,
a:focus img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.none_text {
	display: none;
}

::selection {
    background: #73b21b;
    color: #ffffff;
}


/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media (min-width: 768px) {



a:hover img,
a:focus img {
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 135%;
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;

}

#home #container {
	background-position: center 50%;
}



#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
    margin-bottom: 55px;
    margin-right: 20px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	filter: alpha(opacity=70);
	width: 50px;
}


.skip a {
  display: block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#header {
	clear: both;
}

/* トップスライド画像
================================================== */


.slick {
	width:100%;
	position: relative;
}

.slick-inner {
	width: 100%;
}
.slick-box-wrap img{
	width: 100%;
	vertical-align: bottom;
}

.slick-box-wrap span{
	text-align: right;
    display: block;
	background-color: #000;
	color: #fff;
	padding: 10px;
}
	



#header-inner {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	z-index: 100;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#header-inner {
	margin-top: 0px;
	background-image: none;
}




#header-inner {
	padding: 15px 0px 25px 0px;
}

#header-inner {
	padding: 5px 0 5px 0;
    /* border-bottom: 3px dotted #93bcda; */
    background-color: #000;

}
	

.logo {
	}

.logo img{
	max-width: 240px;
	}


#header-inner-r {
}


.hdsec-r1 {
	margin-top: -65px;
    /* margin-bottom: 40px; */
    /* padding-bottom: 17px; */
    /*    padding-left: 48px; */
    padding-top: 16px;
    float: right;
    width: 270px;
}



.header-bottom {

}
.header-bottom img {
	width: 100%;
}



.sp-header {
	display: none;
}




/* メニュー
================================================== */

#globalNav {
	color: #fff;	
    background-color: #73b21b;
}
	
#globalNav a{
	color: #fff;	
}

#globalNavInner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 5px;
}

#globalNavInner:after {
	content: "";
	display: block;
	clear: both;
}

#globalNavInner ul {
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	padding-top: 25px;
	padding-bottom: 25px;
	align-items: center;
/*	justify-content: space-between;*/
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.globalMenu1 {
}
.globalMenu2 {
}
	.globalMenu3 {
}
.globalMenu4 {
}
.globalMenu5 {
}
.globalMenu6 {
}


#globalNavInner ul li {
	text-align: center;
	padding: 0px 12px;
	font-weight: bold;
	border-left: 1px solid #a4d067;

}
#globalNavInner ul li a {
	display: block;

	text-decoration: none;
	padding: 0 0 5px 0;
	letter-spacing : 0.1rem;
}
#globalNavInner ul li a span {
	font-size: 110%; 

}
	
#globalNavInner ul li a:hover, a:focus {
	color: #a4d067;
}

#globalNavInner ul li img {
	width: 38px;
	padding-bottom: 15px;
}

#globalNavInner ul li:first-child {
	border-left: none;
}

#globalNavInner ul li a:hover {

}
	

/* プルダウン Nav
================================================== */
	
#globalNavInner > ul .child {
	width: 250px;
    display: none;
    position: absolute;
    z-index: 800;
    padding: 0px;
	border: 1px solid #73b21b;
    background-color: #fff;
}

#globalNavInner > ul .child li {
    border-left: none;
    border-right: none;
    font-size: 100%;
    min-width: 100%;
    font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#globalNavInner > ul .child li:last-child {
	border-bottom: none;
}

#globalNavInner > ul .child li a {
    display: block;
    text-decoration: none;
    padding: 15px 5px 15px 5px;
    text-align: left;
	color: #603813;
}
	
	
#globalNavInner > ul .child li a:hover {
	color: #73b21b;
	font-weight: bold;
}
	
	
		
	
	
	
	
	
	
	
	
	

#content {
	width:100%;
	padding-bottom: 0px;
}

#home #content {
	padding-bottom: 0px;
}




.top1 {
	width:100%;
	margin-top: 45px;
}

.top1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
	
.info-title{
	padding-bottom: 7px;
    margin-bottom: 13px;
}

.top1-ul {
	width: 100%;
    /* float: left; */
    line-height: 180%;
    margin-bottom: 30px;
}
.top1-ul .top1-li-1 {
	width: 70%;
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
}

.top1-ul .top1-li-1 span {
	display: block;
	height: 100%;
}
.top1-ul .top1-li-1 h2 {
  color: #fff;
  position: absolute;
  height: 0;
  overflow: hidden;
}
	
.top1-li-1-l {
    float: left;
}
	
.top1-li-1-l img {
    height: 35px;
}

.top1-ul .top1-li-1 img {
	width: 100%;
}
.top1-ul .top1-li-2 {
}
	

.top1-li-1-r {
    text-align: right;
	padding-top: 4px;
}
	
.top1-li-1-r img {
    width: 100px;
}

.news-list {
	padding: 0;
	font-size: 90%;
}

.news-list ul li {    
	padding: 10px 5px;
    border-bottom: 1px dotted #ccc;
    line-height: 160%;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
	
.news-list ul li:first-child {
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #73b21b;
}

.news-list ul li:last-child {
    border-bottom: none;
}

	
.news-list ul li .date {
    padding: 0 20px 0 0;
    color: #f15a24;
    font-size: 90%;
}
	
	
.news-list ul li .title {
}
	
@media screen and (max-width: 1024px) {
	
.top1-ul {
	width: 50%;
    float: left;
	padding-left: 15px;
}	
	}
	
@media screen and (max-width: 768px) {
	
.top1-ul {
	width: 50%;
    float: left;
	padding-left: 40px;
	padding-right: 50px;
}
	
.info-title {
    padding-bottom: 1px;
    margin-bottom: 0px;
}
	
.top1-ul {
	width: 100%;
    padding-left: 0px;
    padding-right: 20px;
}
	
.top1-li-1-l img {
    height: 32px;
}
	
.top1-li-1-r img {
    width: 80px;
}
	
	
}
	
	
.bnr_wrapper {
	width: 100%;
    text-align: left;
    /* float: left; */
    margin: 30px 0;
    background-color: #fff;
	
	}
	
.bnr_wrapper img{
	width: 100%;
    max-width: 50%;
	}


/* map */
	
.map_wrapper {
	width: 100%;
    text-align: center;
    /* float: left; */
    margin-bottom: 50px;
    background-color: #fff;
}	
	
@media screen and (max-width: 768px) {
	
	
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
	
.news-list ul li {
	padding: 25px 5px 30px 5px;
}
	
	
/* map */
	
.map_wrapper {
width: 63%;
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 0 5px;
	float: none;
}
	
}
	
	
	



	
	
	
/* top2 */

.top2 {
	width:100%;
	margin-top: 0px;
	clear: both;
}


.bnr {

}



.bnr ul li img{
	width: 100%;
	vertical-align: bottom;
}


	
.bnr img a{
}

.bnr ul {
	display: flex;
}
.bnr ul li {
	width: 34%;
}
ul.bnr_items_sp {
	display: none;
}



#footer {
	border-top: 5px solid #71b400;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    background-color: #f4f0e5;
    background-image: url(../images/f-bg.png);
    background-repeat: repeat-y;
    /* background-position: 10px 214px; */
    background-size: 100%;
}
	
.f-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5px;
}
	
.f-logo {
	
}
	
.f-logo img {
    max-width: 240px;
}
	

ul.f-menu {    
	display: -webkit-inline-flex;
    display: inline-flex;
    padding-top: 22px;
    padding-bottom: 25px;
    background-image: url(../images/h-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 18px;
    /* padding-bottom: 35px; */
    margin-bottom: 28px;
    border-bottom: 1px solid #dacebe;
}
	
ul.f-menu li{
	padding-left: 33px;
    padding-right: 40px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 17px 5px;
    background-size: 10px;
	}
	
ul.f-menu li:first-child {
}
	
ul.f-menu li a{
	text-decoration: none;
		
	}
		
.f-add {
	line-height: 180%;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 85%;
}

.copy {
	background-color: #73b21b;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-size: 85%;
}


/* コンテンツページ関係始まり
================================================== */

.page-image {
	width: 100%;
}

.page-image img {
	width: 100%;
}


/* 動画画面サイズ */

.contentBody iframe {
	width: 100%;
	height: 360px;
}

.contentBody img {
	max-width: 100%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.contentBody th {
	background-color : #e6e6e6;
	font-weight: bold;
}
.contentBody ul li .thumb {
	display: none;
}
#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}



img.p-content-title-backimage {
    width: 100%;
}


#breadCrumb {
	width: 100%;
    font-size: 80%;
    margin: 12px 0;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
}


#breadCrumb p {
	margin-left: 0px;
	
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}




#content-inner {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 0px 40px 0px;
    /* background-color: #fff; */
    border-radius: 10px;
    /* border: 1px solid #dcd8d5; */
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}





#main {
	width: 100%;
	min-height:0;
}

#main2 {
	width: 100%;
	min-height:0;
}



.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;
	padding: 0 35px;

}




.contentListWrapper .pageList {
	width: 100%;
	margin-top: 20px;
	display: inline-flex;
	flex-wrap: wrap;
}


.contentListWrapper .pagelist-item {    
	width: 44%;
    margin: 15px 0% 10px 4%;
    border: 1px solid #e6e6b4;
    /* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    padding: 10px 10px 10px 10px;
    line-height: 175%;
    /* border-radius: 10px; */
    background-image: url(../images/con_h.png);
    background-repeat: repeat-x;
    background-size: 140%;
}








.contentListWrapper .pagelist-item .thumb{

}
	
.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
}

.contentListWrapper .pagelist-item .thumb img:hover {

}

.contentListWrapper .pagelist-item .title {
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin: 0 10px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size: 18px;
    padding: 5px 0 5px 30px;
    line-height: 145%;
}
 
.contentListWrapper .pagelist-item .title a{
    transition: 0.6s;
    text-decoration: none;
}

.contentListWrapper .pagelist-item .description {
	padding: 10px 0;
	margin: 0 10px;
	display: block;
	font-size: 85%;
	border-top: 1px dotted #73b21b;	
}

.contentListWrapper .pagelist-item .date {
    padding-left: 40px;
    font-size: 90%;
    color: #a67c52;
}









.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}
	
	
	
.wrap {
    width: 95%;
    margin: 0px auto;
    background-image: url(../images/bg03.jpg);
    background-repeat: repeat;
    background-position: left -10px;
    background-size: 5%;
    border-radius: 30px;
    padding: 20px;
    border: 2px solid #93bcda;
    margin: 2em auto;
}
	
	
.wrap2 {
    margin: 0px auto;
    background-image: url(../images/bg03.jpg);
    background-repeat: repeat;
    background-position: left -10px;
    background-size: 5%;
    border-radius: 30px;
    padding: 10px 45px 45px 45px;
    border: 1px solid #aaa;
    margin: 0;
}
	
.wrap2 img{
    width: 68%;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
	
	
	
.wrap_p {
    width: 95%;
    margin: 0px auto;
    border-radius: 30px;
    padding: 20px;
    border: 2px solid #ff7b8d;
    margin: 2em auto;
}
	

.wrap_b {
    width: 95%;
    margin: 0px auto;
    border-radius: 30px;
    padding: 20px;
    border: 2px solid #93bcda;
    margin: 2em auto;
}
	
	


.sideBody {
	width: 100%;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

.sideBody li {
	padding: 9px 0 7px 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
}

.sideBody .current_page {
	background-color: #eeefef;
}




.sideBody a {
	background-image: url("../images/link-icon01.png");
	background-repeat: no-repeat;
	background-position: left;


}


.sidebanner {
	margin-top:15px;
	text-align: center;
}

.sidebanner li{
	margin-bottom: 0px;
}

.sidebanner li img{
	border:solid 1px #ccc;
}




.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}





/*コンテンツページ関係終わり
================================================== */


/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}
.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


/*　お問い合わせページ
*********************************************/

.contentBody .tbl-form {
	margin: 30px 0 0 50px;
}
.contentBody .tbl-form a {
	border: 1px solid #000;
	padding: 2px 10px;
	text-decoration: none;
	background-color: #eee;
	font-size: 140%;
	font-weight: bold;
}
.contentBody .tbl-form a:hover {
	text-decoration: underline;
	background-color: #f6f6f6;
}
	
	
	






/*サイトマップ
================================================== */

.sitemap {
	margin-left: 25px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}


}


@media (min-width:1400px) and (max-width:1600px) {

#container {

}
.slick {
/*	margin-top: -70px;*/
}
#home #container {
	background-position: center 46%;
}
}




@media (min-width:1200px) and (max-width:1399px) {

#container {

}
.slick {
/*	margin-top: -70px;*/
}
#home #container {
	background-position: center 36%;
}
}




@media (min-width:950px) and (max-width:1199px) {

#container {

}
.slick {
/*	margin-top: -50px;*/
}
#home #container {
	background-position: center 33%;
}
}

@media (min-width:768px) and (max-width:949px) {

#container {

}
.slick {
/*	margin-top: -38px;*/
}
#home #container {
	background-position: center 28%;
}
}





/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */


/* タブレットサイト
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 768px) {
	
/* ヘッダー */
	
.logo {
    text-align: left;
}
	
.logo img {
    max-width: 280px;
	padding-left: 10px;
}
	
#full #header-inner, #page #header-inner {
    padding: 15px 0px 15px 0px;
}
	

	
.wideslider-wrap {
    background-size: 195%;
}
	
.wideslider ul li img {
    width: 80%;
}
	
	
#header-inner-c img {
    max-width: 335px;
}
	
#home #header-inner {
    padding: 10px 0 10px 0;
}
	
#header-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    z-index: 100;
    background-image: url(../images/bg-header.png);
    background-repeat: no-repeat;
    background-position: 0px -330px;
    background-size: cover;
}
	
.hdsec-r1 {
    margin-top: -70px;
    /* margin-bottom: 40px; */
    padding-bottom: 17px;
    padding-left: 20px;
    padding-top: 16px;
    float: right;
    width: 260px;
    background-image: url(../images/h-r-bg.png);
    background-repeat: no-repeat;
    background-size: 320px;
}
	
#globalNav {
	padding-bottom: 0px;
    padding-top: 18px;
}
	
#globalNavInner ul {
    display: -webkit-inline-flex;
    display: inline-flex;
	justify-content: center;
	padding-top: 5px;
}
	
#globalNavInner ul li {
    text-align: center;
    background-image: url(../images/bg-menu.png);
    background-repeat: no-repeat;
    background-position: 3px bottom;
    background-size: 16px;
    font-weight: bold;
    font-size: 65%;
	padding: 0;
}
	
#globalNavInner ul li img {
    width: 25px;
    padding-bottom: 8px;
}
	
#globalNavInner ul li a {
	padding: 0 10px;
}
	
.top1-li-1-r {
    text-align: right;
    padding-top: 4px;
    padding-bottom: 7px;
}
	
/* トップコンテンツ */

.top1 {
    margin-top: 35px;
}
	
.top1-inner {
    padding: 0 30px;
	margin-bottom: 40px;
}
	
.top1-ul .top1-li-1 {
    width: 22%;
    min-height: 140px;
    background-size: 90%;
}
	
.top1-ul .top1-li-2 {
    width: 100%;
    padding-left: 4px;
    padding-top: 12px;
}
	
.top2 {
    background-size: 110%;
}
	
.top2-inner {
    padding: 20px 5px 8px 5px;
}
	
.top-h2 {
	font-size: 140%;
    letter-spacing: 0px;
    padding-bottom: 20px;
    text-align: center;	
}
	
.top-h2 img {
    max-width: 200px;
}

.shisethu {
    text-align: center;
    margin-bottom: 30px;
}
	
.shisethu img{
    width: 100%;
    padding-right: 9px;
    max-width: 330px;
}
	
/* フッター*/
	
#footer {
    text-align: center;
    padding-top: 0px;
    width: 100%;
    background-image: none;
}
	
.f-inner {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 35px;
    /* padding-bottom: 20px; */
    background-image: url(../images/f-bg.png);
    background-repeat: repeat-y;
    background-position: bottom;
    background-size: 100%;	
}

.f-logo img {
    max-width: 310px;
}
	
.f-add {
    line-height: 180%;
    margin-top: 15px;
    margin-bottom: 20px;
}
	
	
ul.f-menu li {
	padding-left: 22px;
    padding-right: 22px;
    font-size: 85%;
    background-position: 6px 5px;			
}
	
	
.f-contact {
    margin-bottom: 20px;
}
	
.footer-tel a{
    color: #fe9200;
}
	
.footer3-inner-c {
    float: left;
    width: 40%;
    line-height: 180%;
	padding: 13px 0px 0px 0px;
    font-size: 85%;
}
	
.footer3-inner-r {
    padding-top: 8px;
}
	
.copy {
    font-size: 75%;
}
	
	
/* 下層 */
	
#breadCrumb .inner {
    padding: 0 20px;
}
	
#header-inner-c img {
    max-width: 250px;
}
	
#content-inner {
    padding: 0 0px 40px 0;
	width: 95%;
}
	
#main2 {
    width: 100%;
    min-height: 0;
}
	
.contentListWrapper .pagelist-item .title {
    background-size: 6%;
}
	
	
}

/* タブレットサイト終わり
==================================================
==================================================
==================================================
================================================== */




/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {
	
#home #header-inner {
    padding: 0 0 0px 0;
}

#full #header-inner, #page #header-inner {
    padding: 0px 0px 0px 0px;
}

body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 87.5%;
	line-height: 130%;
	background-color: #fff;

}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;

}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
    padding-top: 10px;    
	padding-bottom: 10px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
	font-size: 16px;
    padding-left: 0px;
    margin-top: 11px;
    margin-right: 5px;
    margin-bottom: 12px;
    margin-left: 25px;
    /* transform: scale(0.8); */
	border: #a67c52 1px solid;
	width: 77%;
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-disp {
	display: none;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {

	position: fixed;
	right: 0;
	z-index: 20;
	margin-bottom: 0px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	filter: alpha(opacity=70);
    width: 35px;
    padding-bottom: 41px;
    padding-right: 4px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#header {
}
#globalNav {
	display: none;
}


.hdsec-r1{
	display: none;
	}



/* メニュー関係
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.l-header {
  background: #f7f3f0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  z-index: 100;
  margin-top: -100px;
  transition: margin-top .4s ease-out;
	background-image: url(../images/sp-h-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 23px;
    padding-bottom: 5px;
}
.l-header.initial {
  margin-top: 0 !important;
  height: auto;
}
.l-header .c-layout-contents {

}
.l-header__logo {
  width: 57%;
  float: left;

}
.l-header-r {
	width: 99%;
    float: left;
    text-align: right;
    position: fixed;
    z-index: 8000;
	padding: 0 1.5%;
}

.l-header__menubtn {
 padding-left: 10px;
}

.l-header__menubtn img {
 width: 60px;
}

.l-header.bc {
  height: 112px;
  margin-top: -112px;
}


.sp-nav__list {
  display: none;
}






  .l-header {
    padding: 0;
    height: 210px;
  }


  .l-header__logo img {
	width: 170px;
    /* padding-top: 8px; */
    height: auto;
  }


  .l-header .c-layout-contents {
    height: auto;
	background-color: #000;
	padding-top: 0px;
    padding-bottom: 0px;
  }

  .sp-nav__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 1.5%;
    text-align: left;
    z-index: 30000;
    opacity: 0;
    overflow-y: scroll;

  }
  .sp-nav__list.active {
    display: block;
    animation: sp-show .4s ease-out 0s forwards;
    -webkit-animation: sp-show .4s ease-out 0s forwards;
  }
  .sp-nav__list_inner {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }
  .sp-nav__list-bg {
    position: fixed;
/*    background: rgba(139, 171, 171, 0.7);*/
    background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
  }
  .sp-nav__list-column {
    position: relative;
    background: #FFF;
    border-radius: 30px;
    z-index: 1002;
    padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 12px;
    padding-right: 12px;
  }
  .sp-nav__list-item {
    display: block;
  }
	
ul.sp-nav__list-column li{
	
  }
	
 ul.sp-nav__list-column li:last-child {
	 border-bottom:none;
}

img.sp-nav{
	width: 215px;
}
	
.sp-close{
	text-align: right;
	}
	
.sp-nav__list-item a, .sp-nav__list-item span {
	position: relative;
    display: block;
    border-top: 1px solid #e4dcc3;
    padding-top: 0px;
    padding-bottom: 25px;
    font-weight: bold;
    /* font-size: 120%; */
    /* color: #8babab; */
    padding: 17px 5px 17px 5px;
    text-decoration: none;
  }
	
.sp-nav__list-item span a:last-child {
	 border-bottom:none;
}

	


  .sp-nav__list-item a.close {
    border: none;
    text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 10px;
  }
  .sp-nav__list-item a.close::after {
    display: none;
  }


@keyframes sp-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes sp-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}











/*メニュー関係終わり
---------------------------------------------------------------*/



/* トップスライド画像
================================================== */
.slick {
	width:100%;

}

.slick-inner {
	width: 100%;
}
.slick-box-wrap {

}

.slick .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.slick .slick-box img{
	width: 100%;
	margin-bottom: 0px;

}
	
.slick-box-wrap span {
    text-align: center;
    display: block;
    background-color: #603813;
    color: #fff;
    padding: 5px;
    font-size: 70%;
}
	

#content {
	width:100%;
	padding-bottom: 0px;
}

#home #content {
	padding-bottom: 0px;
}

.info-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #d0be97;
}


.top1 {
	width:100%;
	margin-top: 20px;
}

.top1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.top1-ul {
	width: 100%;

}
.top1-ul .top1-li-1 {
	background-image: none;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 0px;
}

.top1-li-1-l {
	float: left;
	width: 35%;
}
.top1-li-1-l img {
	padding-top: 5px;
    padding-left: 5px;
}
.top1-li-1-r {
	float: none;
    width: 100%;
	text-align: right;    
	padding-right: 5px;
}
	
.top1-li-1-r img {
	width: 90px;
	padding-top: 3px;
}



.top1-ul .top1-li-2 {
	width: 100%;
    padding-left: 0px;
    /* padding-right: 13px; */
    padding-top: 1px;
}

	
.news-list {
	padding: 0;
}

.news-list ul li {
	padding: 20px 5px;
    border-bottom: 1px dotted #ccc;

}
	
.news-list ul li:last-child {
    border-bottom: none;
}
	
	
.news-list ul li .date {
    padding: 0 0 0px 0;
    font-size: 88%;
    display: block;
    color: #f15a24;
}
	
	
.news-list ul li .title {
    padding-left: 0;
	line-height: 180%;
}
	
.map_wrapper {
	 padding: 20px;
	}


.top2 {
    width: 100%;
    margin-top: 20px;
    /* background-image: url(../images/shisetsu-bg.png); */
    /* background-repeat: repeat-x; */
    /* background-size: 170%; */
    background-color: #fff;
    clear: both;
    /* border-top: 3px dotted #93bcda; */
}
	
.top2-inner {
    padding: 13px 5px 20px 5px;
}
	
.top2-inner ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.top2-inner ul li{
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 20px;
    width: 42%;
    text-align: center;
    /* overflow: hidden; */
    /* border-radius: 30px; */
}

.bnr ul {
    display: flex;
}
	
.bnr img {
    max-width: 100%;
}
	
	
#footer {
    text-align: center;
    padding-top: 0px;
    /* padding-bottom: 23px; */
    width: 100%;
    background-color: #f7f3f0;
    background-image: none;
    border-top: 3px solid #73b21b;
}
	
.f-inner {
    padding-bottom: 20px;
    background-image: url(../images/f-bg.png);
    background-repeat: repeat-y;
    background-position: bottom;
    background-size: 100%;
	}
	
.f-logo img {
    max-width: 170px;
}

ul.f-menu {
	width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d6cfb8;
}
	
ul.f-menu li {
	padding-top: 14px;
    padding-bottom: 15px;
    font-size: 65%;
    text-align: center;
    padding-left: 13px;
    padding-right: 0px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0px 21px;
    background-size: 7px;
}

ul.f-menu li:last-child {
    border-bottom: none;
}
	
.f-add {
    margin-bottom: 0px;
    line-height: 180%;
    font-size: 75%;
}

.copy {
	background-color: #73b21b;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	font-size: 70%;
}


/* スマホコンテンツページ関係始まり
================================================== */


/* 動画画面サイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}

.contentBody img {
	max-width: 100%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}









#breadCrumb {
	width: 100%;
    font-size: 70%;
    margin: 0 0 15px 0;
    padding-top: 14px;	
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
}


#breadCrumb p {
	margin-left: 0px;
	
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}



#content-inner {
	width: 100%;
	background-color : #ffffff;


}

#content-inner:after {
}


#main {
	width: 100%;

}
	
	
#main2 {
    width: 100%;
    min-height: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.contentBody {

}
	
	
.wrap {
    width: 98%;
    margin: 0px auto;
    background-image: url(../images/bg03.jpg);
    background-repeat: repeat;
    background-position: left -10px;
    background-size: 10%;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #93bcda;
    margin: 2em auto;
}
	
.wrap2 {
    width: 98%;
    margin: 0px auto;
    background-image: url(../images/bg03.jpg);
    background-repeat: repeat;
    background-position: left -10px;
    background-size: 10%;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #e2e2e2;
    margin: 0;
}

.wrap2 img{
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	padding-bottom: 5px;
}
	
	
.wrap_p {
    width: 98%;
    margin: 0px auto;
    border-radius: 30px;
    padding: 17px;
    border: 1px solid #ff7b8d;
    margin: 15px auto;
}
	

.wrap_b {
    width: 98%;
    margin: 0px auto;
    border-radius: 30px;
    padding: 17px;
    border: 1px solid #93bcda;
    margin: 15px auto;
}
	


.contentListWrapper .pageList {
	width: 100%;
	margin-top: 0px;
	display: inline-flex;
	flex-wrap: wrap;
}


.contentListWrapper .pagelist-item {
    width: 92%;
    margin: 15px 0% 10px 4%;
    border: 1px solid #d8d3b1;
    /* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    padding: 10px 10px 10px 10px;
    line-height: 175%;
    /* border-radius: 10px; */
    background-image: url(../images/con_h.png);
    background-repeat: repeat-x;
    background-size: 140%;
}
	
.contentListWrapper .pagelist-item .thumb{

}
	
.contentListWrapper .pagelist-item .thumb img {
	width: 100%;

}

.contentListWrapper .pagelist-item .thumb img:hover {

}

.contentListWrapper .pagelist-item .title{
    width: 100%;
    /* font-size: 120%; */
    font-weight: bold;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: 7px 12px;
    padding: 5px 6px 5px 30px;
    display: block;
}

.contentListWrapper .pagelist-item .title a{
    /* color: #ff7b8d; */
}
	
.contentListWrapper .pagelist-item .title a:hover, .contentListWrapper .pagelist-item .title a:focus {

}
	
.contentListWrapper .pagelist-item .date{
	padding-left: 30px;
    font-size: 80%;
    color: #a67c52;
		
	}


.contentListWrapper .pagelist-item .description {
	padding: 10px 0;
    margin: 0 10px;
    display: block;
    font-size: 85%;
}








.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}




#sidemenu {
	display: none;

}


.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;
	}

.contentBody .pul-li02 strong{
	}




/*アンカーポイントを90px上にずらす措置*/

.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-90px;
	padding-bottom:90px;
}



/*コンテンツページ関係終わり
================================================== */


/*院内紹介
================================================== */

  .photo_album_lightbox_area {
  }

  ul.photo_album_lightbox_list {
	display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 5px !important;  
	}

  ul.photo_album_lightbox_list li {
        margin-right: 10px;
		margin-left: 4px;
		margin-bottom: 14px;
		height: 100px;
		width: 46%;
		overflow: hidden;
		border-radius: 15px;
  }

  ul.photo_album_lightbox_list li img {
    border-radius: 0px;
	width: 100%;
	transition: 0.3s;
}
	
  ul.photo_album_lightbox_list li img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
	
	
	
	
	
/* calendar */
	
.calendar_wrapper {
	width: 100%;
    float: left;
    margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #ccc3bd;
	margin-top: 30px;
}	
	
.cal-title {
    /* padding: 10px 0px 10px 40px; */
    /* border-bottom: 2px solid #feec5e; */
    text-align: left;	
}
	
.cal-title {
	margin-bottom: 3px;
    text-align: center;

}
	
.cal-title img{
	width: 100%;
    max-width: 310px;

}

.top1-inner ul.notice_text {
	display: flex;
    font-size: 85%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
	
.top1-inner ul.notice_text li{
	margin-right: 20px;
}
	
	
	
.short_stay_body__description {
	font-size: 85%;
    margin-bottom: 11px;
    margin-left: 10%;
    margin-right: 20%;
	padding-bottom: 20px;
}
	
	
.short_stay_body__description ul {
    display: flex;
    justify-content: space-around;
}
	
.short_stay_body__description ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* width: 50%; */
}
	
.short_stay_body__description ul li span {
    display: block;
    /* width: 50%; */
}
	
.short_stay_body__description ul li span img {
    width: 24px;
}
	
@media screen and (max-width: 768px) {
.top1-inner ul.notice_text {
}
	
}
	
	
.pre_next_link {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    padding: 15px 0 25px 0;
    box-sizing: border-box;
    align-items: center;
}
	
.pre_next_link span {
	display: block;
}
.pre_next_link span.next,
.pre_next_link span.pre {
    width: 18px;
    height: 18px;
	overflow: hidden;
	text-indent: -999999px;
	cursor: pointer;
	position: relative;
	background-color: #999;
	margin:1px;

	/*border: 1px solid #ccc;*/
	/*font-size: 110%;*/
	/*padding: 3px 10px 3px 10px;*/
	/*text-align: center;*/
}
.pre_next_link span.pre::after,
.pre_next_link span.next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.pre_next_link span.pre::after {
	left: 4px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.pre_next_link span.next::after {
	right: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pre_next_link span.present {
    font-weight: bold;
    margin-right: 20px;
    margin-left: 20px;
	color: #ff7b8d;
	font-size: 130%;
}

.calendar_body {
	margin-bottom: 20px;
	padding-left: 15px;
    padding-right: 15px;
}
table.top_calendar {
	width: 100%;
	font-size: 80%;
}
table.top_calendar ,
table.top_calendar tr ,
table.top_calendar tr th ,
table.top_calendar tr td {
	border-collapse: collapse;
	border: 1px solid #ccc;
    color: #5b5b5b;
}
table.top_calendar tr th ,
table.top_calendar tr td {
	padding: 3px 0 3px 0;
	text-align: center;
}

table.top_calendar tr {}
table.top_calendar tr th {
	background-color: #eeeeee;
    color: #5b5b5b;
}
table.top_calendar tr td {
	background-color: #ffffff;
}

table.top_calendar tr th.sun ,
table.top_calendar tr td.sun {
	color: #fe9200;
}
table.top_calendar tr th.sun {

}
table.top_calendar tr td.sun {

}
table.top_calendar tr th.sat {

}
table.top_calendar tr td.sat {
}
table.top_calendar tr td.cate_1 {
	background-color: #ffccc2;
}
table.top_calendar tr td.cate_2 {
	background-color: #ffe474;
}
table.top_calendar tr td.cate_3 {
	background-color: #b5e5e2;
}
table.top_calendar tr td.cate_1 a,
table.top_calendar tr td.cate_2 a,
table.top_calendar tr td.cate_3 a {
	text-decoration: none;
}

table.tbl-time {
	width: 100%;
}
table.tbl-time ,
table.tbl-time tr ,
table.tbl-time tr th ,
table.tbl-time tr td {
	border-collapse: collapse;
	border: 1px solid #E6AE7F;


	text-align: center;
	vertical-align: middle;
}
table.tbl-time th {
	background-color: #e9967a;
	color: #fff;
}
table.tbl-time td {
	background-color: #ffffff;
	color: #fff;
	color: #7a6a56;
	padding:10px 0px;
}
.cal_day_tbl{
	width:100%;
	
}
@media screen and (max-width: 500px) {
table.tbl-time {

font-size: 70%;
	}

	table.tbl-time td {

	padding:0px 0px;
}
	
	
}
table.tbl-time td:nth-child(1){
  width:30%;
}
table.tbl-time td:nth-child(2),table.tbl-time td:nth-child(3),table.tbl-time td:nth-child(4),table.tbl-time td:nth-child(5),table.tbl-time td:nth-child(6).tbl-time td:nth-child(7){
  width:10%;
}
table.tbl-time td:nth-child(8){
 width:10%;
}
	

.td-cap{
	
	font-size:80%;
}

.top1-inner .calendar_wrapper .notice_text .all_day_icon {
	color: #ff9197;
}
.top1-inner .calendar_wrapper .notice_text .morning_icon {
	color: #ffe474;
}
.top1-inner .calendar_wrapper .notice_text .afternoon_icon {
	color: #8bd6d4;
}
.top1-inner .calendar_wrapper .notice_text .all_day_icon::after ,
.top1-inner .calendar_wrapper .notice_text .morning_icon::after ,
.top1-inner .calendar_wrapper .notice_text .afternoon_icon::after {
	content: ":";
	color: #333;
	padding: 3px 0px 3px 0px;
}



	
	
	



/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

}



/* 幅が 768px以上 1000px以下であれば */
@media (min-width:500px) and (max-width:767px) {

.contentListWrapper .pagelist-item {
	width: 48%;
	margin: 0 1% 20px 1%;

}

}


@media (max-width: 320px){
	
.l-header {
    height: 74px;
}
	
.l-header__logo img {
    width: 150px;
}
	
.l-header__menubtn img {
    width: 50px;
}
	
.l-header-r .yoyaku-img img {
    width: 50px;
}
	
.l-header {
    padding: 0%;
}
	
img.sp-nav {
    width: 198px;
}
	
.slick {
}

.news-list ul li {
    padding: 10px 6px 10px 5px;
    font-size: 80%;
}
	
.sp-nav__list-item a, .sp-nav__list-item span {
    font-size: 90%;
}
	
.top-h2 {
    font-size: 130%;
	text-align: center;
}
	
.top-h2 img {
    max-width: 185px;
    margin-bottom: 17px;
}
	
.top1-li-1-l img {
    width: 110px;
}

	
.footer-inner1-r {
    font-size: 73%;
}
	
.f-logo img {
    max-width: 170px;
}
	
	

/* calender */
	
.calendar_wrapper {
    background-size: 103%;
}
	
.cal-title img {
    max-width: 270px;
}
	
.cal-title {
    margin-bottom: 3px;
    text-align: center;
    padding-top: 47px;
}
	
.pre_next_link span.present {
    font-size: 100%;
}
	
.pre_next_link {
    padding: 3px 0 12px 0;
}
	
ul.f-menu li {
    padding-left: 0;
    background-image: none;
}
	
	
}


@media screen and (max-width: 520px) {
	
.top1-li-1-l {
    float: left;
    width: 60%;
}
	
}



@media screen and (max-width: 480px) {

.bnr ul {
    display: block;
}
	
.copy {
    font-size: 60%;
}
	
}


/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */

@media screen and (max-width: 1070px) {

#globalNavInner ul {
	padding-top: 23px;
	padding-bottom: 23px;
}


#globalNavInner ul li {
	padding: 0px 8px;

}
#globalNavInner ul li a {
	padding: 0 0 5px 0;
}
#globalNavInner ul li a span {
	font-size: 100%; 

}

}


@media screen and (max-width: 940px) {

#globalNavInner ul {
	padding-top: 20px;
	padding-bottom: 20px;
}

#globalNavInner ul li {
	padding: 0px 6px;

}
#globalNavInner ul li a {
	padding: 0 0 5px 0;
}
#globalNavInner ul li a span {
	font-size: 90%; 

}

}

@media screen and (max-width: 840px) {

#globalNavInner ul {
	padding-top: 18px;
	padding-bottom: 18px;
}


#globalNavInner ul li {
	padding: 0px 4px;

}
#globalNavInner ul li a {
	padding: 0 0 5px 0;
}
#globalNavInner ul li a span {
	font-size: 80%; 

}

}

.bnrimg{
	display: flex;
    align-items: center;
    justify-content: center;
}

.topbnr{
	width: 48%;
    margin: 1%;
}

.topbnr img{}

.topbnr img {
    max-width: 100%;
}

@media screen and (max-width: 480px) {
	.bnrimg{
	display: block;
		margin: 20px 0 70px 0;

}
	
	.topbnr {
    width: 100%;
    margin: 0;
}
	
}

.top1-ul {
            width: 100%!important;
            float: none!important;
            padding-left: 0!important;
        }
