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

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

::selection {
    background: #fe5c2e;
    text-shadow: none;
	color: #fff;
}

a {
	color: #603814;
	transition: .4s;
}



a:hover,
a:focus {
	color: #ff5b2e;
	transition: .4s;
}

a:hover img,
a:focus img {
	transition: .4s;
}

:-ms-input-placeholder {
	
}

a img {
	transition: .4s;
}

a:hover img,
a:focus img {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}


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



ol,
ul {
	list-style: none;
}



body {
	color: #603814;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}




/*スマホ関係*/
@media screen and (max-width: 767px) {

body , html {
	-webkit-text-size-adjust: 100%;
	font-size: 90%;
}

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

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


}
/*スマホ関係終わり*/






.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: 16px;
}

.new {
	margin-left: 0;
	padding: 3px 3px 3px 0px;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}




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

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


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


#scrollTop {
	position: absolute;
	top: -55px;
	right: 0;
	width: 55px;
	z-index: 999;
}

/*
#scrollTop {
	position: fixed;
	right: 0;
	z-index: 999;
	margin-bottom: 300px;
}
*/

@media screen and (max-width: 730px) {
#scrollTop {

	margin-bottom: 0px;
}
}
@media screen and (max-width: 450px) {
#scrollTop {

	margin-bottom: 0px;
}
}



#scrollTop img {
	width: 55px;
	display: block;
}




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


input::placeholder {
  color: #fff;
}

/* IE */
input:-ms-input-placeholder {
  color: #fff;
}

/* Edge */
input::-ms-input-placeholder {
  color: #fff;
}




/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {

.sp-disp {
	display: none !important;
}


}
/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {


.pc-disp {
	display: none !important;
}

}
/*スマホ関係↑*/




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





/* PCヘッダー
================================================== */
.sp-header {
	display: none;
}

#header-sub {
	width: 100%;
	position: fixed;
	top: -150px;
	z-index: 9150;
	background-color: #fff;
}
.header-sub-l {
	width: 210px;
	vertical-align: middle;
	height: 70px;
	padding-left: 10px;
}

.header-sub-l  img {
	width: 100%;
	display: block;
}
.header-sub-r {
	vertical-align: middle;
	padding-right: 10px;
}
.header-sub-r .globalMenu5 {
	font-size: 140%;
	color: #ff5b2e;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../images/tel_pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}

.header-sub-r .globalMenu4 {
	border-right: none;
}


#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
}

#header {
	width: 100%;
}
.header-inner {
	width: 100%;
}
.header-inner td {
	width: 100%;
	position: relative;
	height: 80px;
	vertical-align: middle;
	padding-right: 330px;
}


#logo {
	position: absolute;
	width: 250px;
	top: 10px;
	left: 20px;
}
#logo img {
	width: 100%;
}

.header-tel {
	position: absolute;
	width: 350px;
	top: 0;
	right: 0;
}
.header-tel img {
	width: 100%;
}


.globalNavInne {
	width: 100%;
}
.globalNavInne ul {
	width: 100%;
}


.none_text{
      display: none;
}


.header-bottom {
	margin-top: 80px;
}


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




.globalNavInner>ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 110%;
}


.globalNavInner>ul li {
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #754c24;
}
.globalNavInner>ul li:nth-child(3),
.globalNavInner>ul li:nth-child(4){
	border-right: none;
}

.globalNavInner>ul li a {
	text-decoration: none;
	padding: 0 20px;
}



.globalNavInner>ul li a:hover {

}






.globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
}


.globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 90%;
	transition: .4s;

}

.globalNavInner>ul .child li:nth-child(odd) {
    background-color: #fef6c8;
}

.globalNavInner>ul .child li:nth-child(even) {
    background-color: #fff;
}


.globalNavInner>ul .child li:last-child {

}

.globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 15px 25px;
	text-align: left;
	background-image: url(../images/icon_o.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 10px;
}
.globalNavInner>ul .child li a:hover {
	color: #f7c11e;
}
.globalNavInner>ul .child li:hover {
	background-color: #603814;
}











/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 900px) {


#header-sub {
	display: none !important;
}

#top-pc-header {
	display: none !important;
}


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





.sp-header {
	display: inline;
	width: 100%;
	padding: 10px 0 0 15px;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color:transparent;
	height: 65px;
	background-image: url(../images/sp_h.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 280px;
}


.logo {
	width: 200px;
}


.logo img {
	width: 100%;
}



.tel_sp {
	display: block;
	width: 58px;
	height: 65px;
	position: fixed;
	top: 0px;
	right: 58px;
	padding: 2px 9px 0 9px;
	background-color: #f69c00;
	text-align: center;
	font-size: 12px;
}
.tel_sp p {
	padding: 0;
	margin: 0;
}
.tel_sp a {
	color: #fff;
	text-decoration: none;
}
.tel_sp img {
	width: 100%;
	display: block;
	padding: 5px;
}


.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}


	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	background-color: rgba(102,194,182,0.9);
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/sp_menu_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100%;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	position: absolute;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
}
.sp-header nav ul li{
	margin: 0 auto;
	text-align: left;
	font-size: 140%;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	display: block;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}



.sp-header nav ul li:last-child{
		border: none;
}



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 58px;
	height: 65px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 12px;
	z-index: 100;
	background-color: #ff5b2e;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	text-align: center;
	color: #fff;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

#nav_toggle p {
	padding-top: 32px; 
	font-size: 12px;
}
/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: transparent;
	padding: 18px 8px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}


.open #nav_toggle span{
	background-color: #fff;
}
.open #nav_toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.open #nav_toggle p {
	display: none;
}


.search-aria2 {
	width: 100%;
	position: fixed;
	z-index: 1001;
	top: -150px;
	right: 0;
	text-align: right;
	background-color: #fff;
	padding: 8px 0;
}

.search-aria2 a {
	padding: 6px 5px;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;

}
.search-aria2 a:hover {
	color: #666;
}





.input_item2 {
	height: 32px;
	font-size: 16px;
	width: 50%;
	border: 1px solid;
}





#searchsubmit2 {
	width: 40px;
	height: 40px;
	margin-left: 3px;
}

input::placeholder {
  color: #000;
}

/* IE */
input:-ms-input-placeholder {
  color: #000;
}

/* Edge */
input::-ms-input-placeholder {
  color: #000;
}




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


.header-bottom {
	margin-top: 65px;

}

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



}

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








#content {
	width: 100%;
	padding-bottom: 50px;
	margin: 0px auto;
}
#home #content {
	padding-bottom: 0;
}

.top1 {
	width: 100%;
	margin-bottom: -6px;
}

.top1-inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.copy {
	width: 100%;
	position: absolute;
	top: 26%;
	text-align: center;
}
.copy img {
	width: 20%;
}

.wave_l {
	width: 10%;
	position: absolute;
	top: 26%;
}
.wave_l img {
	width: 100%;
}
.wave_r {
	width: 10%;
	position: absolute;
	bottom: 18%;
	right: 0;
}
.wave_r img {
	width: 100%;
}




.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}


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

.top1-ul {
	display: none;
}




.top2 {
	width: 100%;
	position: relative;
	z-index: 25;
	background-color: #fff;

}

.top2-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.top2-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

}
.top2-ul-li-l {
	width: 50%;
}

.top2-tb {
	width: 100%;
	height: 100%;
}
.top2-tb td {
	width: 50%;
	height: 50%;
	vertical-align: middle;
	text-align: center;

}

.top2-tb td a {

}
.top2-tb td a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.top2-tb td img {
	width: 70%;
	max-width: 290px;
}

.top2-td01 {
	background-color: #fb8965;
}
.top2-td02 {
	background-color: #f7aa27;
}
.top2-td03 {
	background-color: #91ca30;
}
.top2-td04 {
	background-color: #7ecac0
}


.top2-ul-li-r {
	width: 50%;
	padding: 60px 5%;
	background-color: #fff;
}


@media screen and (max-width: 945px) {
.top2-ul-li-r {
    padding: 35px 3%;
}

}

.top2-ul-li-r h2 {
	text-align: center;
}
.top2-ul-li-r h2 img {
	width: 100%;
}


/*行事予定
top_calendar.css
one_calendar.css
*/


.hanrei {
    width: 100%;
    /* background-color: #f2f2f2; */
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 88%;
    line-height: 200%;
    font-weight: bold;
    border: 1px dotted;
}

.hanrei-ul li{
	margin: 10px 0;
}

.hanrei-ul li:nth-child(1) span {
	color: #ffe760;
}
.hanrei-ul li:nth-child(2) span {
	color: #66c2b6;
}
.hanrei-ul li:nth-child(3) span {
	color: #66c2b6;
}
.hanrei-ul li:nth-child(4) span {
	color: #fe5b2e;
}
.hanrei-ul li:nth-child(2) a {
	color: #fe5b2e;
	text-decoration: none;
}
.hanrei-ul li:nth-child(2) a:hover {
	color: #ff9e82;
}

.price {
	width: 100%;
	background-color: #fef6c8;
	padding: 10px;
	text-align: center;
}
.price a {
	display: block;
}

.price img{
	height: 60px;
	vertical-align: bottom;
}





.top3 {
	width: 100%;
	background-image: url(../images/stripe.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 10px;
}


.top3-inner {
	width: 100%;
	margin: 0 auto;
	padding: 60px 40px;
	position: relative;
	z-index: 30;
	overflow: hidden;
}
.top3_l {
	position: absolute;
	top:15px;
	left: -5%;
	width: 25%;
	z-index: -1;
}
.top3_l img {
	width: 100%;
}
.top3_r {
	position: absolute;
	top:5px;
	right: -7%;
	width: 25%;
	z-index: -1;
}
.top3_r img {
	width: 100%;
}


.top3 h2 {
	text-align: center;
	margin-bottom: 20px;
}
.top3 h2 img {
	width: 250px;
}

.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.top3-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}



.top3-ul li {
    width: 22%;
    margin: 20px 1%;
	font-weight: bold;
}



.top3-ul li img {
	width: 100%;
	height:13em;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 40px;
	display: block;
}




.top3-ul li .date {
    position: relative;
    z-index: 10;
    display: block;
    color: #fe5c2e;
    font-size: 85%;
    margin: -20px 8% 0 8%;
    padding: 20px 20px 5px 20px;
    background-color: #fff;
}

.top3-ul li .title {
	display: block;
	margin: 0 8%;
	padding: 0 20px 20px 20px;
	background-color: #fff;
}

.top3-ul li .title a{
	display: block;
}

.top4{
	background-color: #5f3813;
}

.top4-inner {
	width: 100%;
	margin: 0 auto;
	padding: 60px 40px;
	z-index: 30;
}

ul.top4-ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

ul.top4-ul li {
    width: 18%;
    margin: 0 1%;
    font-weight: bold;
}

ul.top4-ul li img{
	width: 100%;
}



#footer {
	width: 100%;
	background-color: #fff;
	position: relative;
}
.footer-inner {
	width: 100%;

}
.footer-inner table {
	width: 100%;
}
.footer-inner table td {
	width: 50%;
	height: 300px;
	vertical-align: middle;
}
.footer-inner table td:first-child {
	background-color: #66c1b4;
	background-image: url(../images/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
	padding-left: 6%;
	color: #fff;
}

.logo-text {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.logo-text span {
	padding-left: 10px;
	font-size: 130%;
}

.logo-text img{
	width: 80px;
}

.tel a {
	color: #ff5b2e;
}

.f-mail {
	margin: 20px 0;
}
.f-mail a {
	text-decoration: none;
}
.f-mail a:hover {
}
.f-copy {
	font-size: 80%;
}







.footer-inner table td iframe {
	width: 100%;
	height: 100%;
	display: block;
}


.footer-ul {
    display: flex;
    /* justify-content: center; */
    margin: 13px 0;
    font-size: 90%;
}


.footer-ul li {
	color: #fff;
	padding: 0 15px;
}

.footer-ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-ul li a:hover {
    color: #ffdd75;
}


.footer-ul li:first-child {
	padding-left: 0;
}

.footer-ul li:not(:first-child) {
    border-left: 1px solid #fff;
}

p.copylight{
	font-size: 90%;
}









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



.cat-img-wrap {
	position: relative;

}
.cat-cover-img {
	position: absolute;
	bottom: 0;
}
.cat-cover-img img {
	width: 100%;
	display: block;
}
.cat-img {

}

.cat-img img {
	width: 100%;
	vertical-align: bottom;
}


.cat-img-con {
    position: absolute;
    width: 100%;
    top: 48%;
    text-align: center;
    font-size: 280%;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
}

.cat-img-con span {

}







	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;
		background-color: #fff;
		font-size: 100%;
		padding: 10px 0;
	}

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







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



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

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 0px 10px;

	}

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



	article {}

	#main {
		width: 73%;
		float: left;
	}

#main2 {
    width: 100%;
    font-size: 110%;
    line-height: 180%;
}

	#sidemenu {
		width: 24%;
		float: right;
		padding: 40px 0 0 0;
	}


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


	}

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

	.contentBody .img_center img {}


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


.contentListWrapper .pagelist-item {
	width: 31.3%;
	margin: 0 1% 30px 1%;
	border: 2px solid #ff5b2e;
	transition: .4s;

}
/*
.contentListWrapper .pagelist-item:hover {
	background-color: #e2efe7;
}
*/





.contentListWrapper .pagelist-item .thumb {
	width: 100%;
	padding: 0 0 0 0;

}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
	height: 13em;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
}

.contentListWrapper .pagelist-item .thumb img a,
.contentListWrapper .pagelist-item .thumb img:hover,
.contentListWrapper .pagelist-item .thumb img:focus {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	text-decoration: none;
	transition: 0.3s;
}

.contentListWrapper .pagelist-item .title {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 130%;
}

.contentListWrapper .pagelist-item .date {
    display: block;
    line-height: 100%;
    /* text-align: right; */
    font-size: 70%;
    padding: 0px 20px 20px 20px;
}


.contentListWrapper .pagelist-item .title a {
    text-decoration: none;
    display: block;
    background-image: url(../images/tree_icon.png);
    background-repeat: no-repeat;
    background-position: 20px 26px;
    background-size: 19px;
    padding: 20px 20px 20px 49px;
    color: #ff5b2e;
}

.contentListWrapper .pagelist-item:hover {
	background-color: #fff1c8;
	transition: .4s;

}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 5px;
		display: block;
		font-size: 90%;
	}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}





.top-category_topics .contentListWrapper .pagelist-item {
    width: 29.3%;
    margin: 0 2% 30px 2%;
    /* border: 2px solid #ff5b2e; */
    transition: .4s;
    border: none;
}

.top-category_topics .contentListWrapper .pagelist-item:hover {
    background-color: #fff;
}


.top-category_topics .contentListWrapper .pagelist-item img {
    width: 100%;
    height: 13em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 40px;
    display: block;
	transition: 0.3s;
}

.top-category_topics .contentListWrapper .pagelist-item .title {
    font-size: 110%;
    line-height: 140%;
	text-align: center;
}

.top-category_topics .contentListWrapper .pagelist-item .title a {
    text-decoration: none;
    display: block;
    background-image:none;
    padding: 20px 10px 10px 10px;
}


.top-category_topics .contentListWrapper .pagelist-item .title a:hover {
    color: #f7c11e;
}

.top-category_topics .contentListWrapper .pagelist-item .date {
	text-align: center;
	font-size: 80%;
}

.top-category_topics .contentListWrapper .pagelist-item img:hover,
a.top-category_topics .contentListWrapper .pagelist-item img:focus {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
	transition: 0.3s;
}







	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #ff5b2e;
		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 .sideHeader {
		background-color: #ff5b2e;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　検索一覧ページ
*********************************************/
	.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 .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #000;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}




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




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



.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
	}
	
.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #ff5b2e;
    background-color: #f1f1f1;
}
	
ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    /* font-weight: normal; */
    margin: 18px 8px;
}
	
ul.sitemap-list.sm-depth2-list  a {

}
ul.sitemap-list.sm-depth2-list  a:hover {

}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 10px 0px;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

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

.sitemap-list {
    border-left: 1px dotted #d8c7e6;
}


	/*サイトマップ終わり
================================================== */


@media screen and (max-width: 1299px) {
.top3-ul li {
	width: 32.33%;
	margin: 20px 3%;

}

}




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

.header-sub-l {
	width: 260px;
	height: 65px;
}


.header-inner td {
	height: 75px;
	padding-right: 300px;
}

#logo {

	width: 230px;
	top: 10px;
	left: 20px;
}

.header-tel {
	width: 330px;
}
	
.globalNavInner>ul {
    font-size: 90%;
}


.globalNavInner>ul li a {
	font-size: 100%;
	padding: 0 15px;
}

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

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



	
#content-inner {
    padding: 0px 40px;
}
	
ul.top4-ul li {
    width: 23%;
}


}


@media screen and (max-width: 1100px) {
	
	
.globalNavInner>ul {
    font-size: 90%;
}

.top2-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	
.top2-ul-li-r {
    font-size: 80%;
}


}

@media screen and (max-width: 1070px) {
	
	
.price img {height: auto;
    width: 80%;
}
	
.contentListWrapper .pagelist-item .title {
    font-size: 100%;
}
	
	
.contentListWrapper .pagelist-item .title a {
    background-position: 18px 30px;
    background-size: 13px;
    padding: 20px 20px 20px 43px;
}
	
.contentListWrapper .pagelist-item .thumb img {
    height: 10em;
}
	
}


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

.header-sub-l {
	width: 220px;
	height: 60px;
}


.header-inner td {
	height: 70px;
	padding-right: 270px;
}

#logo {

	width: 160px;
	top: 6px;
	left: 20px;
}

.header-tel {
	width: 300px;
}


.globalNavInner>ul li a {
	font-size: 100%;
	padding: 0 15px;
}

.header-bottom {
	margin-top: 70px;
}

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



.top2-tb td img {
    width: 100%;
}
	
	
.top-category_topics .contentListWrapper .pagelist-item {
    width: 46%;
}

}



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


.header-sub-l {
	width: 190px;
	height: 55px;
}

.header-sub-r .globalMenu5 {
	font-size: 120%;
}

.header-inner td {
	height: 65px;
}

#logo {

	width: 190px;
	top: 6px;
	left: 20px;
}

.header-tel {
}


.globalNavInner>ul li a {
	font-size: 100%;
	padding: 0 12px;
}

.header-bottom {
	margin-top: 65px;
}

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


	
#main2 {
}
	
ul.top4-ul li {
    width: 28%;
}

}

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

.top2-ul-li-l {
	width: 100%;
}
	
.top2-tb td img {
    width: 50%;
}
	
.top2-tb td img a,
.top2-tb td img:hover,
.top2-tb td img:focus {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	text-decoration: none;
	transition: 0.3s;
}
	
	
.top2-ul-li-r {
	width: 100%;
	font-size: 100%;
	padding: 60px 18%;

}
	
	.top2-ul-li-r h2 {
    margin-bottom: 25px;
}
	
.top2-ul-li-r h2 img {
    width: 100%;
    max-width: 490px;
}
	
.footer-inner table td:first-child {
    font-size: 85%;
}
	
	
}



@media screen and (max-width: 850px) {
	
.top1-ul {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	background-color: #603814;
	display: none;
}

.top1-ul li {
	text-align: center;
	color: #fff;
	padding: 0 10px;
}
.top1-ul li:nth-child(1){

}
.top1-ul li:nth-child(2) {
	border-left: 1px solid #fff;
}
.top1-ul li:nth-child(2) span {
	font-size: 80%;
}


.top1-ul li:nth-child(3){
	background-color: #ff5b2e;
	padding: 5px 10px;
}
	


.cat-img-con {
    top: 45%;
}
}


@media screen and (max-width: 833px) {
.contentListWrapper .pagelist-item {
	width: 48%;

}
}

@media screen and (max-width: 800px) {
.top3 h2 img {
	width: 250px;
}
	
.top3-ul li {
    width: 40%;
}
	
.top3_r,.top3_l {
    width: 40%;
}
	
	
.contentListWrapper .pagelist-item .title a {
    background-position: 20px 22px;
    background-size: 15px;
    padding: 15px 15px 15px 44px;
}


}


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

.copy img {
	width: 40%;
}

.wave_l,
.wave_r{
	width: 15%;
}
	
.contentListWrapper .pagelist-item .title a {
    background-position: 20px 19px;
}
	
.sitemap li.sm-depth1-item {
    font-size: 100%;
    padding: 0px;
    letter-spacing: 0;
    width: 98%;
}


}


@media screen and (max-width: 730px) {
	
.footer-inner table tr,
.footer-inner table td {
	display: block;
}
.footer-inner table td {
	width: 100%;
}

.footer-inner table td:first-child {
	height: auto;
	padding: 50px 0 50px 8%;
}
	
.footer-inner table td:last-child {
	display: none;
}
	
	
.footer-inner table td:first-child {
    font-size: 115%;
    line-height: 170%;
}
	
}


@media screen and (max-width: 660px) {
	
top4 {
    background-color: #f59c00;
}
	
.top4-inner {
    padding: 60px 25%;
}

ul.top4-ul li {
    width: 100%;
    margin: 3%;
}
}
	

@media screen and (max-width: 600px) {
.logo {
	width: 150px;
}
	
.top2-tb td img {
    width: 70%;
}
	
.top3-inner {
    padding: 60px 0px;
}
	
#content-inner {
    padding: 0px 30px;
}	
	
.cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    vertical-align: bottom;
}
	
.cat-img-con {
    font-size: 200%;
}

}

@media screen and (max-width: 530px) {
.top2-ul-li-r {
    padding: 60px 10%;
}
	
.contentListWrapper .pagelist-item .thumb img {
    height: 8em;
}
	
}


@media screen and (max-width: 500px) {
.contentListWrapper .pagelist-item {
	width: 98%;
	margin: 0 1% 15px 1%;

}

.top3 h2 img {
    width: 200px;
}
	
}


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

ul.top4-ul li {
    width: 100%;
    margin: 5%;
}
}


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

.top3 h2 img {
	width: 180px;
}


.top3-ul li img {
    height: 10em;
    border-radius: 20px;
}
	
.top2-ul-li-r {
    padding: 60px 7%;
}
	
.top3-ul li .date {
    padding: 12px 15px 5px 15px;
}
	
.top3-ul li .title {
    padding: 0 15px 15px 15px;
}
	
#content-inner {
    padding: 0px 20px;
}	
	

	
#content {
    padding-bottom: 80px;
}
	
.top-category_topics .contentListWrapper .pagelist-item img {
    border-radius: 20px;
	height: 9em;
}
	
	
.top4-inner {
    padding: 18%;
}

.footer-inner table td:first-child {
    font-size: 100%;
}
	

}

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

.top4-inner {
    padding: 12% 18%;
}
}

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

.footer-inner table td:first-child {
	padding-left: 3%;
}

}



.o03 {
	position: absolute;
	bottom: 8%;
	left: -5%;
	width: 10%;
	z-index: 10;
}
.o02 {
	position: absolute;
	bottom: -3%;
	left: 10%;
	width: 10%;
	z-index: 11;
}
.r03 {

	position: absolute;
	bottom: -3%;
	left: 3%;
	width: 10%;
	z-index: 12;
}
.y02 {

	position: absolute;
	bottom: -3%;
	left: -3%;
	width: 10%;
	z-index: 13;
}
.o01 {

	position: absolute;
	bottom: -11%;
	left: -2%;
	width: 10%;
	z-index: 14;
}
.g04 {

	position: absolute;
	bottom: -10%;
	left: 10%;
	width: 10%;
	z-index: 15;
}
.y02-2 {

	position: absolute;
	bottom: -10%;
	left: 20%;
	width: 10%;
	z-index: 16;
}


.r-g03 {
	position: absolute;
	bottom: 8%;
	right: -5%;
	width: 10%;
	z-index: 10;
}
.r-y02 {
	position: absolute;
	bottom: 2%;
	right: -4%;
	width: 10%;
	z-index: 11;
}
.r-o03 {
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 10%;
	z-index: 13;
}
.r-r02 {
	position: absolute;
	bottom: -6%;
	right: -2%;
	width: 10%;
	z-index: 14;
}
.r-y01 {
	position: absolute;
	bottom: -6%;
	right: 6%;
	width: 10%;
	z-index: 12;
}
.r-g01 {
	position: absolute;
	bottom: -10%;
	right: 16%;
	width: 10%;
	z-index: 11;
}

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

.o03,
.o02,
.r03,
.y02,
.o01,
.g04,
.y02-2,
.r-g03,
.r-y02,
.r-o03,
.r-r02,
.r-y01,
.r-g01 {
	width: 25%;
}


}

.o03 img,
.o02 img,
.r03 img,
.y02 img,
.o01 img,
.g04 img,
.y02-2 img,
.r-g03 img,
.r-y02 img,
.r-o03 img,
.r-r02 img,
.r-y01 img,
.r-g01 img {
	width: 100%;
}




.animation{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-duration: 7.5s;
}

.keyframe1{
	animation-name: anim_1;
}
.keyframe2{
	animation-name: anim_2;
}
 

@keyframes anim_1 {

0% {
transform: translate(0px, 0px);
	opacity: 0;
	filter: alpha(opacity=0);
}
10% {
transform: translate(0px, 0px);
	opacity: 1;
	filter: alpha(opacity=100);
}


100% {
	transform: translate(50px, -150px);
	opacity: 0;
	filter: alpha(opacity=0);
}

}

@keyframes anim_2 {

0% {
transform: translate(0px, 0px);
	opacity: 0;
	filter: alpha(opacity=0);
}
10% {
transform: translate(0px, 0px);
	opacity: 1;
	filter: alpha(opacity=100);
}


100% {
	transform: translate(-50px, -150px);
	opacity: 0;
	filter: alpha(opacity=0);
}

}






.animation2{
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 7.5s;
}

.keyframe3{
	animation-name: anim_3;
}
.keyframe4{
	animation-name: anim_4;
}
 

@keyframes anim_3 {

0% {
	transform: translate(0px, 0px);
}

50% {
	transform: translate(0, 60px);
}

100% {
	transform: translate(0, -60px);
}

}

@keyframes anim_4 {

0% {
	transform: translate(0px, 0px);
}

50% {
	transform: translate(0, -60px);
}

100% {
	transform: translate(0, 60px);
}

}





