@charset "utf-8";
/* http://jigsaw.w3.org/css-validator/ */

/* body */
body,html{
	margin: 0;
	padding: 0;
}
body #container
{
	font-family: sans-serif;
	color: #000;
	background-color: #fff;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

body:not(.wp-admin) *
{
	font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
	position: relative;
	line-height: 1.75;
}
ul ::marker{
	color: #147876; 
}
strong,
em
{
	color: #147876;
	font-style: normal;
}

strong strong
{
	border-bottom: 3px #aaa double;
}

u
{
	text-decoration: none;
	background: linear-gradient(transparent 70%, #EAD67980 0);
	border-bottom: 1px solid #EAD67980;
}
img,
iframe,
figure
{
	max-width: 100%;
}

img
{
	height: auto;
	border: none;
}
.fr{
	float: right;
	margin: 0 0 2rem 2rem;
}
.fl{
	float: left;
	margin: 0 2rem 2rem 0;
}
.cmt{
	border: 1px solid #49b7ae;
	background: #edf8f7;
	padding: 1rem;
}
.wrapper{

/*20250528_スマホ対応除去
	width: 100%;
	max-width: 1000px;
	*/
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}

/*20250528_スマホ対応除去
@media all and (max-width: 1040px){
	#site-header,
	.wrapper{
	padding: 0 20px;
	}
}*/
.skip{
	position: absolute !important;
	left: -9000px;
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul {
	display: flex;
}
/* container */
#container{
	margin: 0;
	padding: 0;
}
#main *{
	position: relative;
}
*{
	box-sizing: border-box;
}
/* header */
#site-header {
	width: 100%;
	overflow: hidden;
	padding: 0;
}
#site-header::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #eee;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.logobox{
	display: flex;
	margin: 0 auto;
	padding: 5px 20px;
	gap: 1rem;
/*20250528_スマホ対応除去
	width: 100%;
  max-width: 1000px;
  */
  width: 1000px;
  max-width: 1000px;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#logo{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.25rem 1rem;
	align-items: center;
	margin: 0;
	padding: 0;
}
#logo img{
	margin: 0;
	max-height: 80px;
	display: block;
}
#logo span{
		display: none;
}
#fb-root{
	position: absolute;
	top: 0;
	right: 0;
}
.fb-like{
	position: absolute;
	top: 0;
	right: 20px;
}



/* mainmenu */
#mainmenu {  
	background: linear-gradient(to bottom ,#494949,#353535);
}
#mainmenu ul{
	background:linear-gradient(to bottom ,#2b958c,#49b7ae);
	gap: 1px;
/*20250528_スマホ対応除去
	width: 100%;
  max-width: 1000px;
  */
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#mainmenu li{
	width: calc((100% - 6px) / 7);
}
#mainmenu ul li a{
	width: 100%;
	text-align: center;
	padding: 0.5rem 0.33rem;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background:linear-gradient(to bottom ,#2b958c,#49b7ae);
	font-size: clamp(0.75rem, 2vw, 1.0rem);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

#mainmenu ul li.current a,
#mainmenu ul li a:hover{
	background:linear-gradient(to bottom ,#4b4b4b,#343434);
}
#mainvisual{
	overflow: hidden;
	background: #4b4b4b;
}
#mainvisual img{
/*20250528_スマホ対応除去
	width: 100%;
	max-width: 1000px;
	*/
	width: 1000px;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#mainvisual .wrapper::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}




#breadcrumbs{
	font-size: 0.9rem;
	margin: 0.25rem 0 1rem;
}


/* main_column */
#site-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 5rem;
}
main{
	width: calc(100% - 250px);
	order: 2;
	padding-bottom: 5rem;
}
main h1{
	margin: 0 auto 2rem;
	padding: 0.5rem 1rem;
	display: flex;
	width: 100%;
	gap: 1rem;
	font-size: 1.3rem;
	justify-content: flex-start;
	align-items: center;
	background: linear-gradient(to bottom ,#ccc 0,#ccc 1px,#fff 1px,#fff 4px,#eee 4px,#eee 30%,#fff);
}
main h1::before{
	content: '';
	width: 5px;
	height: 1em;
	background: linear-gradient(to bottom ,#ffa200,#ff8a30 );
}
main h2,main h3{
	clear: both;
}
main h2{
	background: #edf8f7;
	font-size: 1.1rem;
	padding: 0.5rem 1rem 0.5rem 2rem;
	margin: 3rem auto 1.5rem;
	border-bottom: 1px solid #4ab8af;
}
main h2::before,
main h2::after{
	content: '';
	display: block;
	width: 7px;
	height:7px;
	position:absolute;
	left: 0.75rem;
	top: 1rem;
	background:#ff8a30;
}
main h2::after{
	top: calc(1rem + 10px);
	background:#2b958c;
}
main h1+h2{
	margin-top: 0 !important;
}
main h3{
	font-size: 1rem;
	padding: 0.5rem 1rem 0.5rem 2rem;
	margin: 2rem auto 1rem;
	border-bottom: 1px solid #ccc;
}
main h3::after{
	content: '';
	display: block;
	width: 7px;
	height:7px;
	position:absolute;
	left: 0.75rem;
	top: 1.25rem;
	background:#ff8a30;
}
main h4{
	color: #147876;
}

.tbl th,.tbl td{
	border-top: 1px solid #ccc;
	padding: 0.5rem 1rem;
	text-align: left;
	vertical-align: top;
}
.tbl{
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
.tbl thead th{
	background: #4ab8af;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.tbl th{
	min-width: 6em;
	background: #edf8f7;
}

.home #content{
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.home .homemain{
	width: calc(540px - 1rem);
}
.homemain img{
	width: 100%;
}
.home .homeside{
	width: 210px;
}

/*20250528_スマホ対応除去
@media all and (max-width: 800px){
	.home #content{
		flex-direction: column;
	}
	.home .homemain{
		width: 100%;
	}
	.home .homeside{
		width: 100%;
	}
	.homeside .dashi_pagepart_wrapper::before{
		display: none;
	}
	.homeside .dashi_pagepart_wrapper{
		padding-top: 2rem;
		margin-top: 2rem;
		border-top: 2px dotted #eee;
		display: flex;
		justify-content: space-around;
		gap: 1rem;
		flex-wrap: wrap;
	}
	.homeside .dashi_pagepart_wrapper p{
		width: calc((100% - 1rem) / 2);
	}
	.homeside .dashi_pagepart_wrapper p img{
		display: block;
		max-width: 100%;
	}
}
*/
.homeside p{
	margin: 0 auto 1rem;
}
.homeside img{
	display: block;
}
.home h2{
	font-size:1rem;
	padding: 0.5rem 1rem;
	color: #fff;
	background:linear-gradient(to bottom ,#4b4b4b,#343434);
	margin: 0;
	border-bottom: 3px solid #ed7200;
}
.home h2 span{
	position: absolute !important;
	right: 1rem;
	bottom: 0.5rem;
	font-size: 0.8rem;
	color: #ed7200;
}

.home h2.eventlist{
	border-bottom: 3px solid #5fb8b7;
}
.home h2.eventlist span{
	color: #5fb8b7;
}

.home h2::before,.home h2::after{
	content: '';
	display: none;
	margin: 0 auto;
}
ul.newslist,
ul.eventlist {
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.newslist li{
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	background: 0.5rem center no-repeat url('/view/images/toppage/topnewsbg.gif') #fff8f2;
	border-bottom: 1px solid #ddd;
}
body:not(.wp-admin) .date{
	font-size: 0.8rem;
	display: inline-block;
}
.golist{
	margin: 0;
	text-align: right;
	text-decoration: none;
	padding: 0.5rem 1rem;
	background: #f6f6f6;
}
.golist a{
	padding: 0 0 0 10px;
  background: left 0.4em no-repeat url(/view/images/toppage/oldlink.gif);
}
ul.eventlist li{
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	background: 0.5rem center no-repeat url('/view/images/toppage/topeventbg.gif') #f8fbf2;
	border-bottom: 1px solid #ddd;
}
.eventtable{
	width: 100%;
	font-size: 0.9rem;
}
.eventtable th:nth-of-type(1),
.eventtable th:nth-of-type(3){
	width: 25%;
}
.eventtable tr td{
	background: #f0f0ff;
}
.eventtable tr.next td{
	background-color: #fff;
}
.search-form{
	display: flex;
	padding: 10px;
	gap: 0.5rem;
	background: #f6f6f6;
}
.search-form button{
	white-space: nowrap;
}

#phead{
	margin-top: -2rem;
}
#phead img{
	width: 100%;
}
#phead a{
	display: inline-block;
	color: #fff;
	background: linear-gradient(to bottom ,#a478b3,#9262a6);
	padding: 0.25rem 1rem;
	text-decoration: none;
	border-radius: 3px;
	transform: translateY(-28px);
	font-size: 0.9rem;
}
.postid-119 #phead a{
	transform: translateY(-23px);
}
#phead a:hover{
	background: linear-gradient(to bottom ,#7b4194,#6d3a83);
}
.archivelist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 2rem;
}
.archivelist h2{
	width: 100%;
}
.archivelist img{
	width: 100%;
}
.archivelist .image{
	width: 300px;
}
.archivelist .text{
	width: calc(100% - 2rem - 300px);
}
.archivelist.product .image{
	width: 125px;
}
.archivelist.product .text{
	width: calc(100% - 2rem - 125px);
}
.gopage{
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 0.5rem 1rem 0.5rem 2rem;
	font-size: 0.9rem;
	text-decoration: none;
	color: #000;
	background-image: url(../images/linkbt.png), linear-gradient(to bottom ,#fff 0%,#fff 70%,#eee 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: 0.5rem center, 0 0;
	background-size: 10px 10px, auto;
}
.gopage:hover{
	background-image: url(../images/linkbt.png), linear-gradient(to bottom ,#eee 0%,#fff 30%,#fff 100%);
}
.archivelist>a{
	width: calc((100% - 2rem) / 2);
	font-size: 1rem;
}
.archivelist>a.gopage{
	background-size: 20px 20px, auto;}

form table{
	margin-bottom: 1rem;
	max-width: 100%;
}
form table.cmt{
	background: #fff;
	padding: 0;
	margin: 0 0 1rem;
}
form table p{
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
}
form .cmt th,
form .cmt td{
	padding:0.25rem 0.5rem;}
form .cmt th{
	background: #edf8f7;
}
form .tbl th{
	white-space: nowrap;
}
input[type=text],
input[type=tel],
input[type=email],
textarea{
	width: 100%;
}
.wpcf7-radio .wpcf7-list-item{
	display: block;
}
.ppvtr>*{
	display: none;
}
.ppvcheck:has(.wpcf7-list-item:nth-of-type(4) input:checked) + .ppvtr>* {
	display: table-cell;
}

/*20250528_スマホ対応除去
@media all and (max-width: 760px){

form .tbl th,form .tbl td{
	display: block;
	width: 100%;
}
.fr,.fl{
	margin: 0 auto 2rem;
	display: block;
	float: none;
}
}
*/

/*side*/
aside{
	width: 225px;
	order: 1;
}
#sidemenu{
	border: 1px solid #aaa;
	margin: 0 0 2rem;
}
#sidemenu h2{
	font-size:1rem;
	padding: 0.5rem;
	color: #fff;
	background:linear-gradient(to bottom ,#4b4b4b,#343434);
	margin: 0;
	border-bottom: 3px solid #5fb8b7;
}
#sidemenu ul{
	flex-direction: column;
	border: 3px solid #e6e6e6;
}
#sidemenu li{
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url('../images/linkbt.png');
	background-size: 14px 14px;
	background-position: 10px center;
}
#sidemenu a{
	padding: 0.75rem 0.5rem 0.75rem 30px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1rem;
	display:block;
}
#sidemenu a span{
	font-size:0.6rem;
	display:inline-block;
}
#sidemenu a:hover,
#sidemenu a.current{
	color: #2b958c;
}
#sidemenu li:not(:first-child){
	border-top: 1px dotted #ccc;
}
#sidemenu .type_product a{
	font-size: 0.7rem;
	height: 100%;
	padding: 0.75rem 20px 0.75rem 55px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 5px center;
	
}
#sidemenu .type_product li{
	background-position: calc(100% - 5px) center;
}

/* footer */
#site-footer {
	background: #4b4b4b;
	color: #fff;
}
#site-footer strong{
	color: #fff;
}
#footmenu{
	background: linear-gradient(to bottom ,#494949,#353535);
}
#footmenu ul{
	gap: 0.25rem 0;
	padding: 0.5rem 0;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#footmenu ul a{
	color: #fff;
	padding: 0 1rem;
	display: inline-block;
}

#footmenu li:nth-of-type(5)::before,
#footmenu li::after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}
#footmenu li:nth-of-type(5)::before{
	left:auto;
	right:0
}

.copyright{
	margin: 0.25rem auto;
	text-align: center;
	font-size: 0.9rem;
}

/* content */

/* clearfix */
#mainmenu::after,
#site-header::after,
#site-footer::after
{
    clear: both;
    content: '';
    display: block;
}


/* for wp */
.aligncenter
{
	display: block;
	margin: 0 auto;
}
.alignleft
{
	text-align: left;
}
.alignright
{
	text-align: right;
}
img.alignleft
{
	float: left;
	margin-right: 10px;
}
img.alignright
{
	float: right;
	margin-left: 10px;
}

/* メディアクエリ */

@media all and (min-width: 640px)
{
	.sp
	{
		display: none !important;
	}
}
/*20250528_スマホ対応除去

@media all and (max-width: 640px)
{
	.pc
	{
			display: none !important;
	}
	main{
		width: 100%;
		order: 1;
	}
	aside{
		width: 100%;
		order: 2;
	}
	#mainmenu{
		display: none;
	}
	.logobox{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		flex-wrap: wrap;
		gap: 1rem;
	}
	#logo{
		width: calc(100% - 90px);
	}

	#ocbt{
		display: inline-block;
		transform: translateX(1rem);
	}
	#ocbt{
		flex-direction: column;
		width: 70px;
		height: 70px;
		background: #fff;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
	    z-index: 200;
		gap: 1.5rem;
		font-size: 0.6rem;
		padding: 1.2rem 1rem 1rem;
		border: none;
	}
	#ocbt span.bar,
	#ocbt span::before,
	#ocbt span::after{
		content: '';
		display: block;
		border: none;
		background: #2b958c;
		width: 30px;
		height: 4px;
		border-radius: 3px;
		transform-origin: center center;
		transition: 0.3s;
	}
	#ocbt em{
		margin: 0 -0.5rem;
		font-weight: bold;
		color: #343434;
	}
	#ocbt em:nth-of-type(1){
		display: block;
	}
	#ocbt em:nth-of-type(2){
		display: none;
	}
	.menuopen #ocbt em:nth-of-type(1){
		display: none;
	}
	.menuopen #ocbt em:nth-of-type(2){
		display: block;
	}
	#ocbt span::before{
		margin-top: 11px;
	}
	#ocbt span::after{
		margin-top: 8px;
	}
	#mainmenu{
	display: block;
	height: 100dvh;
	width: 500px;
    position: absolute;
    transform: translateX(calc(100vw));
    top: 0;
    right: 0;
    z-index: 100;
    padding: 1rem;
    border: 2px solid #eee;
    background: #fff;
    transition: 0.5s;
    max-width: 100%;
	border-radius: 0 0 0 5px;
	}
	#mainmenu ul{
		padding-top: 100px;
		flex-direction: column;
		box-shadow: none;
	}
	#mainmenu ul li{
		width: 100%;
	}
	#mainmenu ul li a{
		font-size: 1rem !important;
		color: #000 !important;
		background: #fff;
		text-decoration: none !important;
		display: block;
		text-align: left;
		padding: 0.5rem 1rem;
		border-bottom: 1px dotted #ccc;
		text-shadow: none;
	}
	#mainmenu ul li:first-of-type a{
		border-top: 1px dotted #ccc;
	}
	#mainmenu ul li a:hover,
	#mainmenu ul li.current a{
		background: #edf8f7;
	}
	.menuopen #ocbt span{
		background: transparent;
		transform: translateY(5px);
	}
	.menuopen #ocbt span::before{
		transform: rotate(45deg);
		margin-top: 4px;
	}
	.menuopen #ocbt span::after{
		transform: rotate(-45deg);
		margin-top: -4px;
	}
	.menuopen #mainmenu{
		transform: translateX(0);
	}
	#mainvisual{
		aspect-ratio: 3/1;
	}
	#mainvisual img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.eventtable td span{
		display: block;
		font-size: 0.8rem;
	}
	.eventtable th:nth-of-type(1){
		width: 35%;
	}
	.eventtable th:nth-of-type(3),
	.eventtable td:nth-of-type(3){
		display: none;
	}
	#snsbt{
		margin-top: 2rem;
	}
}
@media all and (max-width: 560px){
	#logo img.sphide{
		display: none;
	}
	#logo span{
		display: block;
		width: 100%;
		margin: 0 0 0.25rem;
		font-size: 0.6rem;
	}
	}
@media all and (max-width: 440px){
	
	#mainvisual{
		aspect-ratio: 18/9;
	}
}
*/
/* block editor */

.tare-sample-classname
{
	background-color: #900;
	color: #fff;
	padding: 20px;
	font-size: 150%;
}



body.hcwuser #hcw {
    display: none;
}
body #hcw {
    display: table;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    z-index: 10000;
    left: 0;
}

#hcwtitle {
    text-decoration: none;
    color: #000;
}

#hcw div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#hcw h2 {
    line-height: 3rem;
    font-size: 1.8rem;
}

#hcw p {
    font-size: 1.1rem;
    line-height: 2.2rem;
}

#hcw p a {
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    color: #111;
    text-decoration: none;
    border: 3px solid #147876;
    margin: 0.5rem;
    min-width: 3rem;
    transition: 0.5s;
    font-weight: bold;
}

#hcw a:hover {
    color: #147876;
}

#hcw p.for_sr {
    position: absolute;
    left: -9000px;
}