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

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

a {
color:#5b5b5b;
}
a:visited {
	
}
a:hover, a:focus {
	color: #ff8d86;
}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

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

.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: 0;
    padding: 3px 6px;
    border-radius: 10px;
    background-color: #ff5555;
    color: #ffffff;
    font-size: 80%;
    /* display: block; */
    /* font-weight: bold; */
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-transform: uppercase;
}

img{
	}


.none_text {
	display: none;
}

::selection {
	background: #ff8d8d;
    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 {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

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


body , html {
	height: 100%;
}

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



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-image: url(../images/bg-top1.png);*/
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: 140%;
}



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

}
	
#scrollTop a {
	text-decoration : none;

}

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


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




#header {
	z-index: 500;
	position: relative;
}

#header-inner {
	width: 100%;
	margin: 0 auto;
}

#full #header-inner,
#page #header-inner {
	padding: 15px 0px 25px 0px;
	background-color: #fff;
}

#home #header-inner {
    padding: 50px 0px 45px 0px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#header-inner table {
	width: 100%;
}
#header-inner-l {
	width: 30%;
	vertical-align: top;
}



#header-inner-c {
	width: 40%;
	text-align: center;
}
	
#header-inner-c img {
    /* width: 70%; */
    max-width: 410px;
}




#header-inner-r {
	text-align: right;
	width: 30%;
	vertical-align: top;
	padding-right: 25px;
}




#keyword {
	width: 70%;
	max-width: 220px;
	height: 28px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 20px;
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */  

}

#searchsubmit {
	width: 28px;
	margin-left: 5px;

}

.header-bottom {

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



.sp-header {
	display: none;
}



/* トップスライド画像
================================================== */
.slick {
	width:100%;
	position: relative;
	margin-top: -90px;
}
.toiawase-yoyaku {
    position: absolute;
    top: 40%;
    right: 23px;
    z-index: 2;
    width: 25%;
}
.toiawase-yoyaku img {
	width: 100%;
}

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

}


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

#globalNav {
	padding: 25px 0;
    text-align: center;

}

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

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

#globalNavInner ul {
    display: -webkit-inline-flex;
    display: inline-flex;
}
	

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

#globalNavInner ul li {
	text-align: center;
    font-weight: bold;
    background-image: url(../images/bg-menu.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    font-size: 105%;
    padding-left: 40px;
    padding-right: 20px;
}
#globalNavInner ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	letter-spacing : 0.1rem;
	line-height: 160%;
}
#globalNavInner ul li a span {
	color: #bebebe;
	font-size: 60%;
    font-weight: normal;
}


#globalNavInner ul li:first-child {
	background-image: none;
}

#globalNavInner ul li a:hover {

}
	
	
	
/* プルダウン Nav
================================================== */
	
#globalNavInner > ul .child {
	width: 230px;
    display: none;
    position: absolute;
    z-index: 800;
    padding: 0px;
    background-color: #ff8d86;
	background-image: url(../images/bg4.png);
	background-size: 300%;
    border-radius: 5px;
}
	
}

#globalNavInner > ul .child li {
    border-left: none;
    border-right: none;
    font-size: 100%;
    min-width: 100%;
	border-bottom: 1px solid #fff;
	background-image: none;
	padding: 0px;
	font-weight: bold;
}

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

#globalNavInner > ul .child li a {
    font-size: 90%;
    display: block;
    text-decoration: none;
    padding: 15px;
    text-align: left;
	color: #fff;
}


	
	
	
	
	

#content {
	width: 100%;
    background-image: url(../images/bg-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    background-size: 205%;
	background-attachment: fixed;
}

#home #content {
	background-image: none;
	padding-bottom: 0px;
}
	
	
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

span.under_line {
    background: linear-gradient(transparent 50%, #ffe5d6 50%);
    padding: 0px 10px 5px 10px;
	letter-spacing: 5px;
}

.topbnr{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.topbnr img{
	width: 100%;
	max-width: 300px; 
	border-radius: 10px;
	margin-bottom: 10px;
}

.topbnr img.kampo{
/*
	border-radius: 10px;
	margin-bottom: 10px;
*/
}


.top1 {
	width: 100%;
    padding-top: 60px;
    background-image: url(../images/info-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 60px;
    background-size: 80%;
}

.top1-inner {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
    /* padding: 0 5px; */
    display: flex;
    justify-content: space-between;

}



.top1-l{}

.top1-r{}


.top1-inner h2 {
	text-align: left;
    font-size: 140%;
    padding-left: 20px;
    margin-bottom: 35px;
    font-weight: normal;
    color: #5b5b5b;

}
.top1-inner h2 span {
}
.top1-inner-img{
	width: 100%;
}
.top1-inner-img img {
	width: 100%;
}
.top2 {
	width:100%;
	background-image: url(../images/incho-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


	
.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
	
.top2-inner h2 {
    text-align: center;
    font-size: 140%;
    margin-bottom: 35px;
    font-weight: normal;
    color: #5b5b5b;
}
	
.top2-warp{
	display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
	}
	
	
#calendar_result {
	}
	
.calendar_wrapper {
    box-sizing: border-box;
    width: 500px;
	}
	

	
.top2-r {
    box-sizing: border-box;
    padding-left: 50px;
    width: 100%;
    width: 450px;
	}
	
.top2-r-wrap{
    padding-bottom: 15px;
    /* border-top: 1px solid #cbcbcb; */
    /* border-bottom: 1px solid #cbcbcb; */
    margin-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../images/yoyakusei.png);
    background-repeat: no-repeat;
    background-position: right 90%;
    background-size: 30%;
	}
	
	
span.top2r-title{
	display: block;
    color: #ff8d86;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-left: 12px;
    padding-bottom: 7px;
    font-size: 120%;
    border-bottom: 2px solid #ccc;
	}
	
span.w-wrap{
	display: block;
	font-size: 90%;
    padding: 10px;
	}
	
span.week{
	background-color: #fffede;
    padding: 5px;
	}
	
span.time{}	

span.top2r-holiday{
	color: #ff4115;
	}	
	
	
.incho {
    display: flex;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
	
	}
	

.top3 {
	width:100%;
	background-image: url(../images/top3-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	background-attachment: fixed;
}

.top3-inner {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0px;
}
	
	
	
.incho-photo {
	padding-right: 20px;
	box-sizing: border-box;
	width: 50%;
	padding-top: 16px;
	}

.incho-photo img{
	width: 100%;
	}
	
.incho-comment {
    box-sizing: border-box;
    width: 100%;
    line-height: 170%;
    padding-left: 10px;
	}
	
.incho-comment span{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	
.incho-comment span.large{
	color: #ff8d86;
    display: block;
    font-size: 170%;
    padding-top: 18px;
    padding-bottom: 35px;
	}
	

	

	
	
.news-list {
	padding: 25px 60px 0 0;
}

.news-list ul li {
	padding: 0 5px 25px 15px;

}
.news-list ul li .date {
    padding: 0 20px 0 25px;
	background-image: url(../images/bg-link1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	color: #ff8d86;
}
	
	
.news-list ul li .title {
	padding-left: 8px;
}





/* ボトムスライド画像
================================================== */
.slick2 {
	width:100%;

}

.slick-inner2 {
	width: 100%;
}
.slick-box-wrap2 {

}










#footer {
    width: 100%;
    bottom: 0;
    background-color: #ff8f9b;
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	color: #fff;
}
.footer-navi {
	width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    background-color: #fff;
    /* border-top: 1px solid #fcb8c6; */
    /* border-bottom: 1px solid #fcb8c6; */
}
.footer-navi ul {
	width: 100%;
	display: inline-flex;
	justify-content: center;
}
.footer-navi ul li {
    padding: 0 30px 0 45px;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px;
}
.footer-navi ul li:first-child {
	background-image: none;
}

.footer-navi ul li a {
	text-decoration: none;
	display: block;
	padding: 20px 0px;
}
.footer-navi ul li a:hover {

}



.footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;

}

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

.footer-inner-l {
	width: 50%;
	float: left;
	padding-right: 6%;
	text-align: center;
}
.footer-inner-l img {
	width: 80%;
}

.footer-logo {
	padding: 23px 0 10px 0;
}
.footer-add {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    line-height: 170%;
}

.footer-yoyaku {
	margin: 0 auto;
    width: 75%;
    padding-bottom: 18px;
}
	
.footer-yoyaku a {
    display: block;
    padding: 5px 0;
    background-color: #fbfbfb;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #ff8a81;
    font-weight: bold;
    text-decoration: none;
}
	
.footer-yoyaku a:hover {
	background-color: #fffab8;
}

.footer-inner-r {
	width: 50%;
	float: left;
	height: 250px;
}
.footer-inner-r iframe {
	width: 100%;
	height: 250px;
	margin-bottom: -3px;
}


.footer-copy{
	font-size: 85%;
}


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



.page-image {
	width: 100%;
}

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


/* 動画画面サイズ */

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

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


.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

}






#breadCrumb {
	width: 100%;
    padding: 20px 0;
    font-size: 80%;
    border-bottom: 1px dotted #ffb1aa;
    margin-bottom: 50px;
}
#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: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 5px;
}

#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;

}




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


.contentListWrapper .pagelist-item {
	width: 48%;
    margin: 0 1% 20px 1%;
    padding: 15px;
    background-color: rgba(255,255,255,0.8);
    /* border-radius: 10px; */
    border: 1px solid #ffc8c7;
}
	
.contentListWrapper .pagelist-item .date {
	padding-left: 31px;
    color: #ff978c;
    font-size: 80%;
    margin-top: 10px;
    display: block;
}
	
.contentListWrapper .pagelist-item .thumb{

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

}

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

}
	
.contentListWrapper .pagelist-item .title {
    font-size: 130%;
    line-height: 145%;
    display: block;
    background-size: 20px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0px 0 0px 28px;
    font-weight: bold;
}
 
.contentListWrapper .pagelist-item .title::after {
}


.contentListWrapper .pagelist-item .title a{
	text-decoration: none;
	color: #ff8d86;
}
	
.contentListWrapper .pagelist-item .title a:hover, .contentListWrapper .pagelist-item .title a:focus {
	color: #aaa;

}


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











.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 {
	width: 26.6%;
	float: right;
	margin-top:60px;


}

.sideHeader {
	width: 100%;
	background-color: #e6001a;

}
.sideHeader h2 {
	padding: 12px 0px 18px 0px;
	font-size: 110%;
	color: #fff;
	text-align: center;
	background-image: url("../images/bg-sidemenu-h2.png");
	background-repeat: no-repeat;
	background-position: center 80%;

}

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

.sideBody li {
	margin: 0 5px 0 5px;
	padding: 9px 0 7px 20px;
	background-color: #fff;
	background-image: url("../images/bg-list.png");
	background-repeat: no-repeat;
	background-position: 8px center;
}

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




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

}


.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{
	}





/*コンテンツページ関係終わり
================================================== */
	
	
	
/*院内紹介
================================================== */

  .photo_album_lightbox_area {
  }

ul.photo_album_lightbox_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    /* padding-left: 5px !important; */
    /* padding-top: 20px; */
}

  ul.photo_album_lightbox_list li {
	    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 22px;
    /* height: 200px; */
    width: 30.3%;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
	
  ul.photo_album_lightbox_list li a:hover {
		border-radius: 30px;
}
	

  ul.photo_album_lightbox_list li img {
        border-radius: 10px;
    width: 100%;
    transition: 0.3s;
    overflow: hidden;
    text-indent: -9999px;
    background: no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
}
	
  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);
	  border-radius: 10px;
}


/*　検索一覧ページ
*********************************************/
.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: 0px;

}

.depth1 li {
	padding-top: 0px;

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


}


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

#container {

}
.slick {
	margin-top: -75px;
}
#home #container {
	background-position: center 20%;
}
}




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

#container {

}
.slick {
	margin-top: -75px;
}
#home #container {
	background-position: center 20%;
}
}




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

#container {

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

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

#container {

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


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


@media (max-width: 768px){
	
#home #header-inner {
    padding: 14px 0px 36px 0px;
}
	
#header-inner-r {
    text-align: right;
    width: 30%;
    vertical-align: middle;
    padding-right: 20px;
}
	
#header-inner-l {
    width: 0%;
    vertical-align: top;
}
	
#header-inner-c {
    width: 0;
    text-align: left;
}
	
#header-inner-c img {
    max-width: 375px;
    padding-left: 17px;
}
	
#home #container {
    background-position: center 20%;
}
	
#globalNavInner ul li {
    font-size: 90%;
    padding-left: 25px;
    padding-right: 13px;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/bg-menu.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 12px;
}
	
#globalNavInner ul li a {
    line-height: 150%;
}
	

.top1 {
}
	

	
.calendar_wrapper {
    width: 395px;
	padding-left: 30px;
}

.top2-r {
    box-sizing: border-box;
    padding-left: 23px;
    padding-right: 28px;
    width: 100%;
}
	
.top3 {
    width: 100%;
    background-image: url(../images/sp-top3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-attachment: fixed;
}
	
.top3-inner {
    width: 80%;
}
	
.incho {
    padding-top: 70px;
    padding-bottom: 70px;
}
	
.incho-comment span.large {
    font-size: 155%;
    padding-top: 3px;
    padding-bottom: 20px;
}
	

	
.footer-navi ul {
    font-size: 80%;
}
	
.footer-add {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    line-height: 180%;
    font-size: 80%;
}
	

	
	
#full #header-inner, #page #header-inner {
    padding: 15px 0px 0px 0px;
    background-color: #fff;
}
	
#globalNav {
    padding: 25px 0;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
}
	
#breadCrumb {
    font-size: 80%;
}
	
.contentListWrapper .pageList {
    padding-left: 15px;
    padding-right: 15px;
}
	
.contentListWrapper .pagelist-item .title {
    font-size: 110%;
}
	
.contentListWrapper .pagelist-item .date {
    padding-left: 25px;
    font-size: 80%;
}
	
	
/*施設紹介
================================================== */

  .photo_album_lightbox_area {
  }

  ul.photo_album_lightbox_list {
	display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
	}

  ul.photo_album_lightbox_list li {
    width: 45%;
  }
	
  ul.photo_album_lightbox_list li a:hover {
		border-radius: 30px;
}
	

  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);
}
	
}

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

@media (max-width: 767px) {


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

}

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

}

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

ol, ul {
	list-style: none;
}

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

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}



* {
	-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 {
	width: 48px;
	padding-bottom: 5px;
    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 {
	display: none;
}
#globalNav {
	display: none;
}




.sp-header {
	margin-top: 75px;
}

#home .sp-header {
	margin-top: 50px;
}





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

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

.header-top {
	position: fixed;
	left: 0px;
	top: 0px;

	width:100%;
/*	height:65px;*/
	z-index: 2;
	background-color: #fff;
}

#home .header-top {
	border-bottom: none;
	padding: 0 0 0 0;
	background-color: transparent;
}


#home .header-bottom {
	display: inline;
}


.header-wrap {
  background-color: #fff;
    height: 80px;

}
.header-top .logo{
	float: left;
    padding-top: 6px;
    padding-left: 5px;

}
.header-top .logo img {
	width: 170px;
}

.header-top a{

}


.header-bottom {
	position: absolute;
	margin-top: -5px;
}
.header-bottom img {
	width: 100%;
}



.header-navi form {
	margin: 10px 0 0 15px;
}

#keyword {
	width: 200px;
	height: 28px;
	margin:0px -26px 0px 0;
	border: 0;
	padding: 0 26px 0 0;
	border: 1px solid #ccc;
}

#searchsubmit {
	width: 25px;
}

.h-btn-wrap{
	display: -webkit-inline-flex;
    display: inline-flex;
	float: right;
	padding-top: 2px;
	}

.header-btn{
	padding-right: 3px;	
	}
	
.header-btn img{
	width: 50px;
	padding-top: 3px;
	}


.menu_open_button{
	margin-top: 3px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/menu_icon.png);
    background-size: 50px;
    background-color: #fff;
    text-align: center;
    width: 50px;
    height: 60px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
.menu_close_button{
	background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/close.png);
    background-size: 40px;
    text-align: center;
    width: 35px;
    height: 40px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    float: right;
}


/* Header Nav
================================================== */

.header-navi{
}
.header-navi .nav-header{
  background: #999999;
}
.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*サイドバー
---------------------------------------------------------------*/

#modal { display: none; }

#modal h2{
}

#modal h2,

#modal ul{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
  }

#modal ul li{
	margin-bottom: 1px;
    font-size: 120%;
    padding: 3px 0 3px 0px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
  }


#modal ul li a{
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 12px;
}

#modal-menu1 {

}
#modal-menu2 {

}
#modal-menu3 {

}
#modal-menu4 {

}
#modal-menu5 {

}
#modal-menu6 {

}
#modal-menu7 {

}
#modal-menu8 {

}
#modal-menu9 {

}
	
#pageslide span {
    color: #bebebe;
    font-size: 60%;
    font-weight: normal;
}
	
.yoyaku-btn{
	margin-bottom: 15px;
	}


.close{
  text-align: right;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.close a{
}

.open{
  display:block;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
}

.open img{
  vertical-align:middle;
}


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



/* トップスライド画像
================================================== */
.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: -7px;
    height: 40em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;

}

.toiawase-yoyaku {
	display: none;
}
.toiawase-yoyaku img {
	display: none;
}
	

#content {
    width: 100%;
    background-image: url(../images/sp-con-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
    background-size: 130%;
	border-bottom: 1px solid #ffffff;
}

#home #content {
    background-image: url(../images/bg-top1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 200%;
	padding-bottom: 0px;
}



.top1 {
    width: 100%;
    padding-top: 40px;
    background-image: url(../images/info-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 23px;
    background-size: 90%;
}

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

}
	
.top1-inner h2,.top2-inner h2 {
    text-align: center;
    font-size: 140%;
    color: #5b5b5b;
	font-weight: bold;
	margin-bottom: 40px;
}

.top1-inner span.under_line,.top2-inner span.under_line {
    background: linear-gradient(transparent 50%, #ffe1d3 50%);
    padding: 0px 10px 5px 10px;
    letter-spacing: 5px;
}
	
.top1-inner-img{
	width: 100%;
	background-color: #fff;
}
.top1-inner-img img {
	width: 100%;
}
	
	
	
.top2 {
	width:100%;
	margin-top: 0px;
	background-image: url(../images/incho-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;	
}
	
.top2-warp {
	padding: 0px 20px;
	}
	
.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    padding: 40px 0;
}
	

.calendar_wrapper {
    width: 100%;
	padding-left: 0;
}
	
.notice_text li {
    padding-bottom: 15px;
    text-align: center;
}
	
.top2-r {
	padding-left: 8px;
    width: 100%;
    width: 340px;
    background-image: url(../images/yoyakusei.png);
    background-repeat: no-repeat;
    background-position: right 90%;
    background-size: 33%;
}
	
	
span.top2r-title {
	display: none;
}
	
span.w-wrap {
	display: block;
    font-size: 90%;
    padding: 0px 0px 8px 0px;
}
	
span.week {
    padding: 2px 5px 0px 18px;
    margin-bottom: 0px;
    font-weight: bold;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 10px;
}
	
span.time {
}
	
span.top2r-holiday {
    color: #ff6666;
	font-weight: bold;
	padding: 2px 5px 0px 18px;
    margin-bottom: 0px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 10px;
}
	

	
	
	
.top3 {
	width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 40px;
    background-image: url(../images/sp-top3.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 175%;
}
	
.top3-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    padding: 0px;
}
.top3-inner h2 {
	text-align: center;
	font-size: 140%;
	margin-bottom: 25px;

}
.top3-inner h2 span {
	padding-bottom: 10px;
	background-image: url(../images/bg-top-h2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
	
.incho {
    padding-top: 0px;
    padding-bottom: 0px;
	margin: 0 auto;
}
	
.incho-photo {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
}
	
.incho-comment {
    width: 100%;
    line-height: 170%;
	padding-left: 20px;
    padding-right: 20px;
	font-size: 85%;
}
	
.incho-comment span {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	
.incho-comment span.large {
	color: #ff8d86;
    display: block;
    font-size: 165%;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
}
	
	
	

	
	
	
	
	

.news-list {
    font-size: 110%;
}

.news-list ul li {
	padding: 0 5px 17px 15px;

}
.news-list ul li .date {
    padding: 0px 0 13px 15px;
    display: block;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 10px;
    color: #ff8c83;
}
.news-list ul li .title {
	padding-left: 13px;
}





/* ボトムスライド画像
================================================== */
.slick2 {
	width:100%;
	margin-top: 0px;
}

.slick-inner2 {
	width: 100%;
}
.slick-box-wrap2 {

}










#footer {
	width: 100%;
    bottom: 0;
    background-color: #ff8f9b;
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #fff;
    padding-bottom: 20px;
}




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

}

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

.footer-inner-l {
	width: 100%;
	text-align: center;
}
.footer-inner-l img {
	width: 250px;
}

.footer-logo {
	padding: 12px 0 0px 0;
}
.footer-add {
	padding: 10px 0;
    font-size: 90%;
    line-height: 170%;
}

.footer-yoyaku {
	margin: 5px 45px 15px 45px;
}
.footer-yoyaku a {
    display: block;
    padding: 5px 0;
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #ffa4a1;
    font-weight: bold;
    text-decoration: none;
}
	
.footer-yoyaku a:hover {
	background-color: #67baf8;
}

.footer-inner-r {
    display: none;
}
.footer-inner-r iframe {
	width: 100%;
	height: 250px;
	margin-bottom: -3px;
}

.footer-copy {
    font-size: 85%;
}




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


/* 動画画面サイズ */
	
.sp-header {
    margin-top: 58px;
}

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




#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}









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


#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%;
	padding: 0px;


}

#content-inner:after {
}


#main {
	width: 100%;

}
#main2 {
	width: 100%;
	font-size: 120%;
}


.contentBody {

}



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


.contentListWrapper .pagelist-item {
	width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #ffc8c3;
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	padding: 0 0 10px 0;
}
	
.contentListWrapper .pagelist-item .date {
    padding-left: 31px;
    color: #ff978c;
}
	
.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: 110%;
    font-weight: bold;
    background-size: 15px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 10px 16px;
    padding: 10px 0 3px 30px;
    display: block;
    line-height: 170%;
}

.contentListWrapper .pagelist-item .title a{
	text-decoration: none;
}
	
.contentListWrapper .pagelist-item .title a:hover, .contentListWrapper .pagelist-item .title a:focus {

}


.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{
	}



/*施設紹介
================================================== */

/*
  .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: 10px;
  }

  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);
}
*/

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

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



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






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

.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: 767px) {
.incho {
	display: block;
}
	
.incho-photo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
}
}


@media (max-width: 519px) {
	
.header-wrap {
    background-color: #fff;
    height: 68px;
}
	
	
.header-bottom {
    position: absolute;
    margin-top: -7px;
}
	
}

@media (max-width: 480px) {
	
.header-wrap {
    background-color: #fff;
    height: 68px;
}
	
.header-bottom {
    position: absolute;
    margin-top: -10px;
}
	
#home #content {
    background-size: 110%;
}

span.week {
    display: block;
    font-size: 110%;
    margin-bottom: 10px;
    background-position: 0px 4px;
    background-size: 14px;
	background-color: transparent;
}
	
span.time {
    padding-left: 6px;
}
	
span.top2r-holiday {
    display: block;
    padding: 0px 5px 0px 18px;
    margin-top: 10px;
    background-position: 0px 0px;
    background-size: 15px;
}
	
.news-list {
    padding: 0px;
}
	
.top2-warp {
    display: block;
}
	
.top2-r {
    background-image: none;
}
	

	
.incho-comment {
    padding: 0;
    font-size: 95%;
}
	
.footer-inner-l {
    float: none;
    padding-right: 0;
}
	
	
.contentListWrapper .pagelist-item .description {
    padding: 5px 0 5px 20px;
    margin: 0 10px;
    display: block;
    font-size: 80%;
}
	
	
.footer-navi {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	background-color: #fff;
}
.footer-navi ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;

}
	
.footer-navi ul li {
    /* width: 33.3%; */
    /* text-align: center; */
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 6px 11px;
    background-size: 12px;
    padding: 0 12px 0 22px;
    /* background-color: #fffede; */
}
	
	

.footer-navi ul li:nth-child(1) {
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 6px 11px;
    background-size: 12px;
}
	

.footer-navi ul li a {
	text-decoration: none;
    display: block;
    padding: 8px 0px;
}
	


}

@media (max-width: 320px) {
	
.header-top .logo img {
    width: 145px;
    padding-top: 4px;
}


.top2-r {
    padding-left: 0px;
    width: 100%;
    width: 290px;
    background-image: url(../images/yoyakusei.png);
    background-repeat: no-repeat;
    background-position: right 90%;
    background-size: 27%;
}
	
.top2-r-wrap {
    background-image: none;
}
	
span.week {
    display: block;
    font-size: 110%;
    margin-bottom: 10px;
    background-position: 0px 4px;
    background-size: 14px;
}
	
span.time {
    padding-left: 6px;
}
	
span.top2r-holiday {
    display: block;
    padding: 0px 5px 0px 18px;
    margin-top: 10px;
    background-position: 0px 0px;
    background-size: 15px;
}
	
.incho-photo {
    padding: 0 65px;
}
	
.incho-comment span.large {
    font-size: 140%;
}
	
.incho-comment {
    padding: 0;
    font-size: 85%;
}

.footer-navi ul li {
    padding: 0 5px 0 19px;
    font-size: 70%;
}
	
	
	
}





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

@media (max-width: 1000px) {
	
#globalNavInner ul li:first-child {
    background-image: none;
    padding-left: 20px;
}
	
#globalNavInner ul li {
    font-size: 85%;
	
	}
	
.news-list ul li .date {
    display: block;
}
	
.news-list ul li .title {
    padding-left: 0;
    padding-top: 10px;
    display: block;
}
	
	
.news-list {
    padding: 0 60px 0 0;
}
	
.top1 {
    padding: 60px 20px;
}

.top2-warp {
    display: block;
}
	
.calendar_wrapper {
    box-sizing: border-box;
    width: 500px;
    margin: 60px auto 0 auto;
}
	
.top2-r {
    box-sizing: border-box;
    padding-left: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

}

@media (max-width: 820px) {

#globalNavInner ul li {
    padding-left: 30px;
    padding-right: 10px;
}
}

@media (max-width: 767px) {
.top1-inner {
    display: block;
}
	
.news-list {
    padding: 0;
}
	
.news-list ul li .date {
    padding: 0px 0 0 15px;
	}
	
.news-list ul li {
    padding: 0 5px 37px 15px;
}
	
	
.top2-r {
    background-image: none;
}
	
}
@media (max-width: 550px) {
.calendar_wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 60px auto 0 auto;
}
}

.news-list-btn{
	text-align: center;
}


.news-list-btn img{
	width: 100%;
	max-width: 120px;
	
}


@media (max-width: 767px) {
	
.news-list-btn{
	margin-bottom: 50px;
}
	
}

.bunben{
	text-align: center;
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px dotted #999999;
}

.bunben-btn img{
	max-width: 400px;
	width: 100%;
}


@media (max-width: 530px) {
ul.photo_album_lightbox_list li img {
	height: 150px;
}
}





.bnr-area {
    text-align: center;
    width: 100%;
    max-width: 910px;
	display: flex;
    margin: 0 auto;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px dotted #999999;
}


.bnr-btn {
	width: 48%;
	margin: 1%;
}


.bnr-btn img {
    width: 100%;
	border-radius: 10px;
	box-shadow: rgb(188, 188, 188) 0px 0px 5px;
}


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

.bnr-btn.sp-bnr {
    display: none;
}
	
}


@media screen and (max-width: 767px) {
	
.top1 {
        padding: 30px 20px;
    }
	

.bnr-btn.pc-bnr {
    display: none;
}
	
	
.bnr-btn {
	width: auto;
    max-width: 330px;
    margin: 1% auto 50px auto;
}
	
}
	

@media screen and (max-width: 590px) {
	
.slick .slick-box img{
    height: 30em;

}
}


@media screen and (max-width: 480px) {
	
.slick .slick-box img{
    height: 26em;

}
}


















