<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: kenshu
Template: customify
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&amp;display=swap');

body, p {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif!important;
}

b, strong {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
}

form{
	margin:0!important;
}
.text-theme{
	color:rgba(254,232,52,1)!important;
}

.text-red{
	color:#c00;
}

.bg-theme{
	background-color:rgba(254,232,52,1)!important;
}

.bg-red{
	background-color:#c00!important;
}

.modal-content .searchandfilter h4{
	font-weight:bold;
}



.site-content{
	background-color:transparent;
}


.site-branding{
	width:200px;
}

.site-header{

}

.mega-content{
	position:relative;
	z-index:999!important;
}

.site-footer{
	z-index:0!important;
}

.scrolltop{
	z-index:2!important;
}

a.btn-gradient {
 Â&nbsp;font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;

  color: #fff;
border-radius: 100vh!important;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

a.btn-gradient:after {
border-radius: 100vh!important;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);

  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}



article.list section.filter{
	z-index:2;
	position:sticky;
	top:100px;
}

article.list .btn-search{

	position:inline-block;
}


.btn-search{
	background-color:rgba(254,232,52,1);
	color:#111;
	border:1px solid transparent;
	border-radius:100vh;
	font-size:1.2rem;
	line-height:1rem;
  padding: 0.8rem 2rem;
	transition:all 0.4s ease-in-out;
	font-weight:bold;

}
.btn-search:hover{
	border:1px solid #777;
	color:#111;
	background-color:rgba(254,232,52,0);
	background-color:rgba(255,255,255,0.9);
	cursor:pointer;
}

.btn-white{
	background-color:#111;
	color:#fff;
	border:1px solid #111;
	border-radius:100vh;
	font-size:1.7rem;
	line-height:1rem;
  padding: 0.8rem 2rem;
	transition:all 0.4s ease-in-out;
	font-weight:bold;
	display:inline-block;
}
.btn-white:hover{
	border:1px solid #fff;
	color:#111;
	background-color:#fff;
	cursor:pointer;
}


figure.hover-zoom{
	overflow:hidden;
}


figure.hover-zoom img{
	transform:scale(1);
	transition:all 0.5s ease;
}


figure.hover-zoom:hover img{
	transform:scale(1.08);
}

figure.hover-zoom svg{
	transform:scale(0.92);
	transition:all 0.5s ease;
}
figure.hover-zoom:hover svg{
	transform:scale(1.0);
}



/*ãƒ¢ãƒ¼ãƒ€ãƒ«ã‚’é–‹ããƒœã‚¿ãƒ³*/
.modal-open{

}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«æœ¬ä½“ã®æŒ‡å®š + ãƒ¢ãƒ¼ãƒ€ãƒ«å¤–å´ã®èƒŒæ™¯ã®æŒ‡å®š*/
.modal-container{
  position: fixed;
	z-index:99999!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
	visibility:hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«æœ¬ä½“ã®æ“¬ä¼¼è¦ç´&nbsp;ã®æŒ‡å®š*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«æœ¬ä½“ã«ã€Œactiveã€ã‚¯ãƒ©ã‚¹ä»˜ä¸Žã—ãŸæ™‚ã®ã‚¹ã‚¿ã‚¤ãƒ«*/
.modal-container.active{
  opacity: 1;
	visibility:visible;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«æž&nbsp;ã®æŒ‡å®š*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
	max-width:1400px;
  width: 98%;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«ã‚’é–‰ã˜ã‚‹ãƒœã‚¿ãƒ³ã®æŒ‡å®š*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 8px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #111;
  cursor: pointer;
	z-index:1;
	background:rgba(254,232,52,1);
	border-radius:100vh;
	transition:all 0.3s ease;
}
.modal-close:hover{
	background:rgba(254,232,52,0.6);
}

.modal-close span{
	width:24px;
	height:1px;
	background-color:#111;
	position:absolute;
	transform:rotate(45deg);
}
.modal-close span:nth-child(2){
	transform:rotate(-45deg);
}


/*ãƒ¢ãƒ¼ãƒ€ãƒ«å†…ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®æŒ‡å®š*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label{
	padding-left:5px;
}

.searchandfilter  &gt; ul{
	display:flex;
	flex-wrap:wrap;

	margin-right:-10px;
	margin-left:-10px;
}

.searchandfilter  &gt; ul &gt; li{
	padding-right:10px;
	padding-left:10px;
}

.searchandfilter ul li li{
	padding:0;
}

.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-option ul{
	display:flex;
	flex-wrap:wrap;

}

.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-option ul li{
width:50%;

}

.searchandfilter  &gt; ul  &gt; li{
width:25%;
}

.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-area_category{
	width:50%;
}


.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-area_category li.sf-level-0{
	border-bottom:1px solid #eee;
	padding:5px 0;
}

.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-area_category li.sf-level-0 ul.children{
	display:flex;
	flex-wrap:wrap;
}


.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-area_category li.sf-level-0 ul.children li{
	width:33.3333%;
}




.searchandfilter ul li.sf-field-reset{
		width:50%;
margin:0 auto;
	display:block;
	text-align:right;
}

.searchandfilter ul li.sf-field-submit{
	width:50%;
margin:0 auto;
	display:block;
	text-align:left;
}

.searchandfilter ul li li{
	padding:0;
}

#facility .searchandfilter  &gt; ul  &gt; li{
	width:25%;
}

#facility .searchandfilter  &gt; ul  &gt; li:nth-child(1){
width:50%;
}



#facility .searchandfilter  &gt; ul  &gt; li:nth-child(6),
#facility .searchandfilter  &gt; ul  &gt; li:nth-child(7){
	display:flex;
	align-items:flex-end;
	justify-content:center;
}

@media screen and (max-width: 900px) {
	.modal-content{
		padding:6px;
	}
	.searchandfilter ul li ul li ul{
		margin-left:10px;
	}
	#facility .searchandfilter  &gt; ul  &gt; li:nth-child(1),
	#facility .searchandfilter  &gt; ul  &gt; li{
		width:100%;
	}
	#facility .searchandfilter  &gt; ul  &gt; li:nth-child(1) li.sf-level-0 ul.children li{
		width:50%;
	}
	#facility .searchandfilter  &gt; ul  &gt; li:nth-child(6),
	#facility .searchandfilter  &gt; ul  &gt; li:nth-child(7){
		width:50%;
		display:block;
	}
}

/*
#facility .searchandfilter  &gt; ul{
	display:grid;
	grid-gap:10px;
	grid-template-columns:25% 25% 25% 25%;
	grid-template-rows:20% 20% 20% 20% 20%;
}

#facility .searchandfilter  &gt; ul  &gt; li:nth-child(1){
  grid-column: 1 / 3!important;
  grid-row: 1 / 5!important;
}
#facility .searchandfilter  &gt; ul  &gt; li:nth-child(2){
  grid-column: 3 / 4!important;
  grid-row: 1 / 4!important;

}
#facility .searchandfilter  &gt; ul  &gt; li:nth-child(3){
  grid-column: 3 / 4!important;
  grid-row: 1 / 5!important;
  grid-row: 4 / 5!important;

}
#facility .searchandfilter  &gt; ul  &gt; li:nth-child(4){
  grid-column: 3 / 4!important;
  grid-row: 5 / 6!important;

}
#facility .searchandfilter  &gt; ul  &gt; li:nth-child(5){
  grid-column: 4 / 5!important;
  grid-row: 1 / 5!important;
}
*/




/* ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ */
ul.page-breadcrumb-list li br{
	display:none;
}


figure.thumbnail-facility{
	overflow:hidden;
}
figure.thumbnail-facility img{
	transform:scale(1);
	transition:all 0.4s ease-in-out;
}


figure.thumbnail-facility img:hover{
	transform:scale(1.08);
}


.facility_decription{
	font-size:13px;
	text-align:justify;
}

button.simplefavorite-button{
padding:0!important;
display:inline-block;
border-radius:100vh!important;
/*border:1px solid #ddd!important;*/
background-color:#fff!important;
width:45px;
height:45px;
opacity:1!important;
text-align:center;
line-height:45px!important;
/*color:rgba(254,232,52,1)!important;*/
color:rgba(0,0,0,0.3)!important;
}

.simplefavorite-button-wrapper{
	position:absolute;
right:15px;
top:15px;

}


button.simplefavorite-button:hover,
button.simplefavorite-button.active{
background-color:rgba(254,232,52,1)!important;
color:#000!important;
opacity:1!important;
}

.taglist{
	margin-top:4px;
}

.tag-purpose{
	border:1px solid #777;
	color:#333;
	padding:0.25em 0.7em;
	font-size:0.5rem;
	background-color:transparent;
	display:inline-block;
	margin:0 2px 0 0;
}

.tag-option{
	border:0px solid #999;
	color:#111;
	padding:0.25em 0.7em;
	font-size:0.5rem;
	background-color:rgba(254,232,52,1);
	display:inline-block;
	margin-right:2px;
}

.btn-detail-area{
	width:100%;
	margin-top:auto;
	padding:0.4rem 0.3rem 1.4rem 0.3rem;
	text-align:center;
}

.btn-detail{
	border:1px solid #aaa;
	border-radius:100vh;
	background-color:rgba(255,255,255,0.8);
	color:#333;
	padding:0.65em 1.8em;
	position:relative;
	font-size:0.9rem;
	transition:all 0.4s ease-in-out;
	line-height:1;
}

.btn-detail:after{
	position:absolute;
	display:inline-block;
	content:'\f105';
	font-family:'FontAwesome';
	top:50%;
	transform:translatey(-50%);
	right:1rem;
	transition:all 0.4s ease-in-out;
}

.btn-detail:hover{
	border:1px solid rgba(254,232,52,1);
	border-radius:100vh;
	background-color:rgba(254,232,52,1);
	color:#111;
}

.btn-detail:hover:after{
	transform:translate(3px, -50%);
}






.wp-pagenavi {/* å…¨ä½“ */
    margin: 20px 0;
    font-size: 12px;
}
.wp-pagenavi a {/* ãƒ•ã‚©ãƒ³ãƒˆè‰² */
    color: #4a4a4a;
}
.pages {/* å·¦ã®è¡¨è¨˜ */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ãƒœã‚¿ãƒ³ */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
	background:#fff;
	color:#777;
}
.wp-pagenavi .current {/* ã‚«ãƒ¬ãƒ³ãƒˆæ•°å­— */
    border: none;
    background: rgba(254,232,52,1);
    color: #111;
}
.wp-pagenavi a.page:hover {/* ãƒžã‚¦ã‚¹ã‚ªãƒ¼ãƒãƒ¼ */
    background: rgba(254,232,52,1);
    color: #111;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{/* è¨˜å·ã®å‰Šé™¤ */
/*    display: none;*/
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last{
	    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
	background:#fff;
	color:#777;
}

.pagination{
	margin:0!important;
}


.home-section-title{
	font-size:2.0rem!important;
	font-weight:bold;
	text-align:center;
}



dl.horizontal {
display: flex;
flex-flow: row wrap;
width: 100%;
margin:0;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}

dl.horizontal dt {
flex-basis: 16em;
padding: 0.8em 1.2em;
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
margin:0;
}

dl.horizontal dd {
flex-basis: calc(100% - 16em);
padding: 0.8em 1.2em;
background-color:rgba(255,255,255,0.7);
border-bottom: 1px solid #eee;
margin:0;
}

dl.horizontal dt:first-of-type,
dl.horizontal dd:first-of-type{
border-top: 1px solid #eee;
}

@media screen and (max-width: 559px) {
dl.horizontal {
flex-flow: column;
display:block;
}
dl.horizontal dt,
	dl.horizontal dd{
		border:0px;
	}
}

span.required{
	background-color:#e14552;
	border-radius:0.4em;
	padding:0.15em 0.5em;
	font-size:75%;
	color:#fff;
	margin-left:0.4em;
}

span.unrequired{
	background-color:#bbb;
	border-radius:0.4em;
	padding:0.15em 0.5em;
	font-size:75%;
	color:#333;
	margin-left:0.4em;
}




.floating-banner{
	opacity:0;
	pointer-events:none;
	position:fixed;
	right:0;
	bottom:20%;
	background-color:rgba(0,0,0,1);
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition:all 0.3s ease;
}

.floating-banner.active{
	opacity:1;
	pointer-events:auto;
}

.floating-banner a{
	display:inline-block;
	color:rgba(254,232,52,1);
	padding:0.8em 0.4em;
	font-size:1.2rem;
	font-weight:bold;
	transition:all 0.3s ease;
}

.floating-banner:hover{
	background-color:rgba(254,232,52,1);
}

.floating-banner:hover a{
color:#000;
}

@media screen and (max-width: 559px) {
.searchandfilter  &gt; ul{
	display:block;
}
	
.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-option ul{
	display:block;
	flex-wrap:wrap;
}

.searchandfilter  &gt; ul  &gt; li.sf-field-taxonomy-option ul li{
width:100%;
}

.searchandfilter  &gt; ul  &gt; li{
width:100%;
}
}


.dark-mode .widget_nav_menu li a{
	font-size:14px;
	border-color:rgba(255,255,255,0.1)!important;
}

.dark-mode .widget_nav_menu li a:before {
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: .8rem;
    content: "\f138";
    margin: 0 5px 0 0;
	color:rgba(254,232,52,1);
}

.dark-mode .widget_nav_menu li a[target="_blank"]:before {
    content: "";
	margin: 0;
}


.dark-mode .widget_nav_menu li a[target="_blank"]:after {
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: .8rem;
    content: "\f14c";
    margin: 0 0 0 5px;
}



.facility_tab {
  width: 100%;
  max-width: 1200px;
  margin: 0 AUTO 50px AUTO;
}

.facility_tab .facility_tab_label {
  display: block;
  width: calc(100% / 6);
  margin: 0;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 14px;
  float: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 3px solid #f9f9f9;
  box-sizing: border-box;
}

.facility_tab .facility_tab_label:hover {
  background-color: #FFFFFF;
  color: #333;
  border-bottom: 3px solid #fee834;
  cursor: pointer;
}

.facility_tab_label.tab_enable,
.facility_tab_label.tab_enable:hover {
  background-color: transparent;
  border-bottom: 3px solid #eee;
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.f_tab_chbox {
  display: none;
}

#F_TAB_CT00,
#F_TAB_CT01,
#F_TAB_CT02,
#F_TAB_CT03,
#F_TAB_CT04,
#F_TAB_CT05 {
  display: none;
}

#F_TAB_CH00:checked+.facility_tab_label,
#F_TAB_CH01:checked+.facility_tab_label,
#F_TAB_CH02:checked+.facility_tab_label,
#F_TAB_CH03:checked+.facility_tab_label,
#F_TAB_CH04:checked+.facility_tab_label,
#F_TAB_CH05:checked+.facility_tab_label {
  background-color: #fee834;
  border-bottom: 3px solid #fee834;
  color: #111111;
}

#F_TAB_CH00:checked~#F_TAB_CT00,
#F_TAB_CH01:checked~#F_TAB_CT01,
#F_TAB_CH02:checked~#F_TAB_CT02,
#F_TAB_CH03:checked~#F_TAB_CT03,
#F_TAB_CH04:checked~#F_TAB_CT04,
#F_TAB_CH05:checked~#F_TAB_CT05 {
  display: block;
  padding: 20px 20px 20px 20px;
	border-top:2px solid #fee834;
  margin: 0 AUTO;
	background-color:#fff;
}

.facility_tab .subsec_contents {
  margin-top: 50px;
  clear: both;
}

@media screen and (max-width: 550px){
.facility_tab .facility_tab_label {
    width: calc(100% / 3);
    padding: 10px 0;
    font-size: 12px;
}
}






.tag-purpose {
    border: 1px solid #777;
    color: #333;
    padding: 0.25em 0.7em;
    font-size: 0.5rem;
    background-color: #fff;
    display: inline-block;
    margin: 0 2px 0 0;
}


.tag-option {
    border: 0px solid #999;
    color: #111;
    padding: 0.25em 0.7em;
    font-size: 0.5rem;
    background-color: rgba(254,232,52,1);
    display: inline-block;
    margin-right: 2px;
}


/* --------------------------------------------------
 * å…±é€š
 * -------------------------------------------------- */

.btn-contact,
li.nav-contact a{
	background-color:#c00;
	color:#fff!important;
	border-radius:100vh;
	padding-left:1.3em!important;
	padding-right:1.3em!important;
	display:inline-block;
	transition:all 0.3s ease;
	position:relative;
	overflow:hidden;
}

.btn-contact{
	font-size:1.rem;
	line-height:1rem;
  padding: 0.8rem 2rem;
	font-weight:bold;
}
.btn-contact:hover,
li.nav-contact a:hover{
	background-color:#000;
	color:#fff!important;
}

.btn-contact:before,
li.nav-contact a::before {
  content: "";
  -webkit-animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
          animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
 
@-webkit-keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}


li.nav-tel a{
	position:relative;
	transform:translatey(20%);
}


li.nav-tel a:before{
	position:absolute;
	content:'ç&nbsp;”ä¿®å°‚ç”¨å—ä»˜ å¹³æ—¥9æ™‚ã€œ18æ™‚';
	font-size:12px;
	font-weight:normal;
	top:-0.4em;
	left:50%;
	transform:translatex(-50%);
	white-space:nowrap;
	border-bottom:1px solid rgba(0,0,0,0.6);
	padding-bottom:0.15em;
}





ul.nav-menu li.nav-underline{
	background:
    linear-gradient( 90deg, transparent 50%, #111 0) 75% 100% /var(--d, 0%) 2px no-repeat,
    linear-gradient(-90deg, transparent 50%, #111 0) 25% 100% /var(--d, 0%) 2px no-repeat;
  transition:0.3s;
}


ul.nav-menu li.nav-underline:hover{
  --d: 100%;
}

/* ã‚µãƒ¼ãƒ“ã‚¹å€‹åˆ¥ã®ãŠå•ã„åˆã‚ã› */

.btn-contact-service{
	background-color:#fff;
	border-radius:100vh;
	border:2px solid #c00;
	padding:0.3em 1.6em 0.3em 1.2em;
	text-align:center;
	color:#c00;
	font-size:80%;
	font-weight:bold;
	position:relative;
	transition:all 0.3s ease;
	display:inline-block;
}

.btn-contact-service:hover{
	color:#fff;
	border:2px solid #c00;
	background-color:#c00;
	padding:0.3em 1.6em 0.3em 1.2em;
}
.btn-contact-service:after{
	position:absolute;
	right:0.7em;
	top:50%;
	transform:translatey(-50%);
	content:'\f105';
	font-family:"FontAwesome";
	display:inline-block;
	transition:all 0.3s ease;
}
.btn-contact-service:hover:after{
		right:0.5em;
}


/* ç”»åƒãƒˆãƒªãƒŸãƒ³ã‚° */
.trim-image{
	position:relative;
}

.trim-image:before{
  content: "";
  display: block;
  padding-top: 100%;
}


.trim-image img{
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	object-fit: cover;
}

/* æ­£æ–¹å½¢ */
.trim-image.square:before{
padding-top: 100%;
}

/* æ¨ªé•· */
.trim-image.landscape:before{
padding-top: 75%;
}


/* --------------------------------------------------
 * ãƒ›ãƒ¼ãƒ&nbsp;
 * -------------------------------------------------- */

#area-map{
	position:relative;
}

ul#area-label{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:inline-block;
}
ul#area-label *{

}

ul#area-label &gt; li{
	position:absolute;
	display:inline;
	margin:0;
	padding:0.4em 0.4em;
	background-color:rgba(255,255,255,0.9);
	border-radius:4px;
	border:1px solid #eee;
	transition:all 0.3s ease;
	line-height:1;
}
ul#area-label &gt; li:hover{
background-color:rgba(254,232,52,0.9);
border-color:rgba(254,232,52,0.9);
}
ul#area-label &gt; li &gt; a{
	line-height:1;
	height:1em;
}

ul#area-label li#hokkaido{
	top:18%;
	left:78%;
}

ul#area-label li#touhoku{
	top:48%;
	left:65%;
}

ul#area-label li#kanto{
	top:65%;
	left:58%;
}

ul#area-label li#hokuriku{
	top:55%;
	left:45%;
}

ul#area-label li#toukai{
	top:75%;
	left:48%;
}
ul#area-label li#kansai{
	top:67%;
	left:38%;
}

ul#area-label li#shikoku{
	top:70%;
	left:22%;
}

ul#area-label li#kyushu{
	top:60%;
	left:10%;
}


ul#area-label li.has-children ul{
	list-style:none;
	margin:5px -10px 0 -10px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	width:100%;
/*	width:0;
	height:0;
	opacity:0;
*/
}
ul#area-label li.has-children div{
/*opacity:0;
/*width:0;
height:0;*/
}


ul#area-label li.has-children ul li{
/*	margin:0;*/
/*	padding:0;*/
/*	width:100%;*/
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	flex-shrink: 0;
	flex:0 0 auto;
}
ul#area-label li#kanto.has-children ul li{
	width:50%;
}

ul#area-label li.has-children ul li a{
	font-size:75%;
	white-space:nowrap;
	position:relative;
	padding-left:0.5em;
}

ul#area-label li.has-children ul li a:before {
	position:absolute;
	font-family:"Font Awesome 6 Free";
	content:'\f0da';
	left:0;
	top:50%;
	transform:translatey(-50%);
	font-size:50%;
	font-weight:bold;
	color:#999;
}

ul#area-list {
	list-style:none;
	margin:0;
	padding:0;
	border-radius:10px;
	border:1px solid #ddd;
	background-color:#fff;
}

ul#area-list &gt; li{
	margin:0;
	padding:0.45em 0.8em;
	border-bottom:1px solid #ddd;
}

ul#area-list &gt; li:last-child{
	border-bottom:0px;
}

ul#area-list ul{
	list-style:none;
	margin:0;
	padding:0;
}

ul#area-list &gt; li ul {
	margin:0;
	padding:0;
}

ul#area-list &gt; li ul li{
	margin:0;
}

ul#area-list &gt; li  a {
	font-weight:bold;
	position:relative;
	padding-left:0.75em;
}

ul#area-list &gt; li a:before {
	position:absolute;
	font-family:"Font Awesome 6 Free";
	content:'\f0da';
	left:0;
	top:50%;
	transform:translatey(-50%);
	font-size:75%;
}

ul#area-list li ul li a {
	position:relative;
	padding-left:0.75em;
}

ul#area-list li ul li a:before {
	position:absolute;
	font-family:"Font Awesome 6 Free";
	content:'\f0da';
	left:0;
	top:50%;
	transform:translatey(-50%);
	font-size:75%;
	font-weight:bold;
	color:#ccc;
}

ul#area-list li ul li a {
	font-size:90%;
	font-weight:normal;
}
ul#area-list li a:hover:before{ 
	color: #fee834;
}
ul#area-list li ul li a:hover:before{ 
	color:#111;
}

@media screen and (max-width: 550px){
	ul#area-label li#touhoku{
		top: 42%;
		left: 70%;
	}
	ul#area-label li#kanto {
 		top: 65%;
		left: 63%;
	}
	ul#area-label li#hokuriku {
		top: 50%;
		left: 40%;
	}
	ul#area-label li#toukai {
		top: 78%;
		left: 48%;
	}
	ul#area-label li#shikoku {
		top: 79%;
		left: 22%;	
	}
	ul#area-label li#kyushu {
		top: 60%;
		left: 6%;
	}

}


/* --------------------------------------------------
 * ç&nbsp;”ä¿®ä¼šå&nbsp;´
 * -------------------------------------------------- */
.title-seminar{
	position:relative;
	padding-top:150px;
	text-align:center;
}

.title-seminar:before{
	position:absolute;
	content:'';
	background-image:url(images/facility/icon-seminar.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:140px;
	height:140px;
	top:0;
	left:50%;
	transform:translatex(-50%);
}


ul.venue_spec{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 1rem 0;
	padding:0;
	list-style:none;
}

ul.venue_spec li{
	width:25%;
	text-align:center;
	border:1px solid #fff;
	padding:0.3em;
	background-color:rgba(254,232,52,1);
}

ul.venue_capacity{
	display:flex;
	flex-wrap:nowrap;
	margin:0;
	padding:0;
	list-style:none;
}

ul.venue_capacity li{
	width: 100%;
	text-align:center;
	border-right:1px solid #ddd;
	padding:0.3em;
}

ul.venue_capacity li:first-child{
	border-left:1px solid #ddd;
}


/* --------------------------------------------------
 * æ–½è¨­æƒ…å&nbsp;±
 * -------------------------------------------------- */

body.single-facility .facility_tab a:not(.btn){
	text-decoration:underline;
}

.title-info{
	position:relative;
	padding-top:150px;
	text-align:center;
}

.title-info:before{
	position:absolute;
	content:'';
	background-image:url(images/facility/icon-info.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:140px;
	height:140px;
	top:0;
	left:50%;
	transform:translatex(-50%);
}

.f_equipment table{
	border:1px solid #ddd;
	border-collapse:collapse;
}


.f_equipment table th{
	border:1px solid #ddd;
	background-color:#f5f5f5;
	width:30%;
	font-size:80%;
	padding:0.2em 0.6em;
}


.f_equipment table td{
	border:1px solid #ddd;
	background-color:#fff!important;
	width:20%;
	font-size:80%;
	padding:0.2em 0.6em;
	text-align:right;
}

.f_equipment .no_tax{
 	color:#888;
}

.btn_officialsite{
	background-color:rgba(254,232,52,1);
	text-align:center;
	border-radius:100vh;
	padding:0.8em  3em;
	color:#111;
	font-weight:bold;
	display:inline-block;
	font-size:120%;
	line-height:1.2;
	transition:all 0.3s ease;
	position:relative;
	text-decoration:none!important;
}
.btn_officialsite:hover{
	background-color:rgba(254,232,52,0.65);
}

.btn_officialsite i{
	position:absolute;
	right:1em;
	top:50%;
	transform:translatey(-50%);
	font-size:100%;
}

.accessmap_base iframe {
    width: 100%;
    height: 350px;
}

.facility_title_access{
	position:relative;
	padding:0 0 0 1.2em;
}

.facility_title_access:before{
	content:'\f238';
	font-family:'FontAwesome';
	position:absolute;
	display:inline-block;
	left:0em;
	color:#fee834;
}

.p_address{
	position:relative;
	padding:0 0 0 1.2em;
}

.p_address:before{
	content:'\f3c5';
	font-family:'FontAwesome';
	position:absolute;
	display:inline-block;
	left:0em;
	color:#fee834;
}

.p_remarks {
    border: 3px solid #eee;
    padding: 15px;
    margin: 0 0 20px 0;
}


/* --------------------------------------------------
 * ç&nbsp;”ä¿®ãƒ—ãƒ©ãƒ³
 * -------------------------------------------------- */

.title-plan{
	position:relative;
	padding-top:150px;
	text-align:center;
}

.title-plan:before{
	position:absolute;
	content:'';
	background-image:url(images/facility/icon-plan.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:140px;
	height:140px;
	top:0;
	left:50%;
	transform:translatex(-50%);
}

.plan_list {
    display: block;
/*    width: calc(100% - 30px);*/
    margin: 0 0 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
	background-color:#fff;
}

.plan_title {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
}

.plan_name {
    display: flex;
	align-items:center;
    margin: 0;
    font-size: 24px;
    line-height: normal;
    font-weight: normal;
}

.plan_price {
    width: 25%;
    text-align: right;
    color: #ED2020;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 auto;
}

.plan_category {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    border-radius: 15px;
    padding: 3px 0;
    margin: 0 10px 0px 0;
    background-color: #fee834;
    color: #111;
    text-align: center;
    line-height: normal;
}

.plan_items{
	margin:0;
	padding:0;
}


.plan_items li {
	display: table-cell;
	padding: 20px;
	margin: 10px;
	color: #111;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	min-height:4em;
	position: relative;
	z-index: 1;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	line-height:1.3;
}
.plan_items li::after {
	content: "+";
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	display: block;
	width: 20px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	right: -5px;
	top: 30%;
	z-index: 2;
}

.plan_items li:last-child::after {
  content: "";
}
.plan_inc_days {
  background-image: url(./images/facility/icon-plan01.svg);
}

.plan_min_capacity {
  background-image: url(./images/facility/icon-plan02.svg);
}

.plan_inc_times {
  background-image: url(./images/facility/icon-plan03.svg);
}

.plan_inc_service {
  background-image: url(./images/facility/icon-plan04.svg);
}

.plan_remark{
	font-size:90%;
}

@media screen and (max-width: 550px){
.plan_title {
    display: block;
	}

	.plan_items{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.plan_items li {
		display: block;
		margin: 5px;
		padding: 20px 10px;
		width: calc(50% - 10px);
		min-height: 50px;
		z-index: 1;
/*		border: 1px solid #EFEFEF;*/
		box-sizing: border-box;
	}
	.plan_items li::after {
		display: none;
	}

}
/* --------------------------------------------------
 * å®¿æ³Š
 * -------------------------------------------------- */
.p_catch {
    padding: 20px;
    background-color: #f7f7f7;
    display: block;
    margin: 20px 0;
}

.title-stay{
	position:relative;
	padding-top:150px;
	text-align:center;
}

.title-stay:before{
	position:absolute;
	content:'';
	background-image:url(images/facility/icon-stay.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:140px;
	height:140px;
	top:0;
	left:50%;
	transform:translatex(-50%);
}

.btn_map {
display: inline-block;
border:1px solid #c00;
background-color: #c00;
color: #FFFFFF;
border-radius: 100vh;
font-size: 0.8em;
text-decoration: none!important;
padding: 0.3em 1em!important;
margin: 0 0 0 10px;
font-weight:bold;
line-height:0.8em!important;
}
.btn_map:hover,
.btn_map:active,
.btn_map:focus{
border: 1px solid #c00;
background-color: #FFFFFF;
color: #c00;
padding: 0.3em 1em!important;
transform:translate(0,0)!important;
}

.lbl_amenity {
    font-size: 12px;
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    border: 1px solid #CCCCCC;
    color: #333333;
    border-radius: 5px;
    display: inline-block;
}

/* --------------------------------------------------
 * ãŠé£Ÿäº‹
 * -------------------------------------------------- */
.title-meal{
	position:relative;
	padding-top:150px;
	text-align:center;
}

.title-meal:before{
	position:absolute;
	content:'';
	background-image:url(images/facility/icon-meal.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:140px;
	height:140px;
	top:0;
	left:50%;
	transform:translatex(-50%);
}

/* --------------------------------------------------
 * ã”åˆ©ç”¨äº‹ä¾‹
 * -------------------------------------------------- */
body.single-case section.wrapper h2,
body.single-case section.wrapper h3,
body.single-case section.wrapper h4{
	font-weight:bold;
}

.ct_service_list {
    clear: both;
    margin: 10px 0;
    border: 6px solid #eee;
    padding: 1em;
}
.lbl_service {
    display: inline-block;
    margin-right: 10px;
    color: #444;
}


.title-case{
	position:relative;
	padding-top:150px;
	text-align:center;
}

.title-case:before{
	position:absolute;
	content:'';
	background-image:url(images/facility/icon-case.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:140px;
	height:140px;
	top:0;
	left:50%;
	transform:translatex(-50%);
}
.lbl_type {
    display: inline-block;
    background-color:  #fee834;
 Â&nbsp; Â&nbsp;color: #111;
    font-weight: normal;
    border-radius: 30px;
    font-size: 12px;
    padding: 0 8px;
    margin-left: 5px;
}

ul.ct_desc{
	list-style:none;
	margin:0;
	padding:0;
}

ul.ct_desc li{
padding:0.3em 0;
border-bottom:1px solid #eee;
}

.btn.ct_btn_detail{
	background-color:  #fee834;
	border-radius:100vh;
	padding:0.7em 3em;
	text-align:center;
	display:inline-block;
	margin:0 auto;
	width:14em;
}

#search-filter-form-2102 .sf-field-post-meta-case_type{	width:100%!important;}
#search-filter-form-2102 .sf-field-post-meta-case_type ul {	display:flex;	flex-wrap:wrap;}
#search-filter-form-2102 .sf-field-post-meta-case_type ul li{	width:25%!important;}

@media screen and (max-width: 992px) {
	#search-filter-form-2102 .sf-field-post-meta-case_type ul li{	
		width:50%!important;}
}


dl.schedule {
display: flex;
flex-flow: row wrap;
width: 100%;
margin:0;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}

dl.schedule dt {
flex-basis: 8em;
padding: 0.6em 0.8em;
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
margin:0;
}

dl.schedule dd {
flex-basis: calc(100% - 8em);
padding: 0.6em 0.8em;
background-color:rgba(255,255,255,0.7);
border-bottom: 1px solid #eee;
margin:0;
}

dl.schedule dt:first-of-type,
dl.schedule dd:first-of-type{
border-top: 1px solid #eee;
}

@media screen and (max-width: 559px) {
dl.schedule {
flex-flow: column;
display:block;
}
dl.schedule dt,
	dl.schedule dd{
		border:0px;
	}
}

/* --------------------------------------------------
 * ãŠå•ã„åˆã‚ã›
 * -------------------------------------------------- */
.text-outline {
  color: rgba(0,0,0,0);
  font-family: "Noto Sans Japanese";
  font-size: 36px!important;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-text-stroke: 1px rgba(0,0,0,0.55);
  text-shadow: 2px 2px #fee834;
}

#consultation-case .tag-subject{
	background-color:#c00;
	padding:0.2em 0.4em;
	font-size:70%;
	color:#fff;
}

#consultation-case .case-answer{
	position:relative;
}


#consultation-case .case-answer:after{
	content:'\f0a9';
	font-family:'FontAwesome';
	position:absolute;
	display:inline-block;
	font-size:150%;
	color:#c00;
	left:0;
	top:50%;
	transform:translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
#consultation-case .case-answer:after{
	content:'\f0ab';
	left:50%;
	top:0%;
	transform:translate(-50%, -50%);
	}
}

.btn-contact-consultation{
	background-color:#c00;
	border-radius:100vh;
	padding:0.6em 2.4em;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	position:relative;
	transition:all 0.3s ease;
}

.btn-contact-consultation:hover{
	color:#fff;
	background-color:#d00;
	padding:0.6em 3em;
}
.btn-contact-consultation:after{
	position:absolute;
	right:0.7em;
	top:50%;
	transform:translatey(-50%);
	content:'\f107';
	font-family:"FontAwesome";
	display:inline-block;
	transition:all 0.3s ease;
}
.btn-contact-consultation:hover:after{
		top:55%;
}


.contact_base_phone{
	background-color:#fff;
	border:1px solid #eee;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0.4em 2em;
	border-radius:100vh;
	height:75px;
}

.contact_base_phone .callscope{
	font-weight:bold;
	font-size:200%;
	line-height:1;
}

.btn-contact-footer{
	background-color:#c00!important;
	border-radius:100vh!important;
	padding:0.6em 2.4em!important;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	position:relative;
	transition:all 0.3s ease;
	height:75px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.btn-contact-footer:hover{
	color:#fff;
	background-color:#d00;
	padding:0.6em 3em;
}

.btn-contact-form{
	background-color:#c00!important;
	border-radius:100vh!important;
	padding:0.25em 2.0em!important;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	position:relative;
	transition:all 0.3s ease;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.btn-contact-form:hover{
	color:#fff;
	background-color:#d00;
}



.btn-contact-back{
	background-color:#ddd!important;
	border-radius:100vh!important;
	padding:0.25em 2.0em!important;
	text-align:center;
	color:#222!important;
	font-weight:bold;
	font-size:140%;
	position:relative;
	transition:all 0.3s ease;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.btn-contact-back:hover{
	color:#222;
	background-color:#f5f5f5!important;
}


input.autowidth{
	width:auto!important;
}

.mw_wp_form_confirm .confirm-hidden {
display:none;
}


/* --------------------------------------------------
 * æ–½è¨­ ä¸€è¦§ãƒšãƒ¼ã‚¸
 * -------------------------------------------------- */

.f_prefecture{
	position:absolute;
	top:0;
	left:0;
	background-color:#fee834;
	color:#111;
	font-weight:bold;
	padding:0.25em 0.7em;
	font-size:14px;
}

.facility-name{
	font-weight:bold;
	margin:0 0 0.4em;

	width:100%;
}
.facility-content{
	position: relative;
}
.facility-content:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.facility-detail{
	    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.facility_no{
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(255,255,255,0.85);
	color:#111;
	font-weight:bold;
	padding:0.25em 0.7em;
	font-size:14px;
}



dl.facility-info {
display: flex;
flex-flow: row wrap;
width: 100%;
margin:0;
}

dl.facility-info dt {
flex-basis: 6em;
padding: 0.05em 0em;
margin:0;
}

dl.facility-info dt div{
background-color:#888;
text-align:center;
color:#fff;
font-size:70%;
padding:0.25em;
}

dl.facility-info dd {
flex-basis: calc(100% - 6em);
padding: 0.05em 0em 0.05em 0.4em;
margin:0;
}



/*
.facility-image img{
width: 100%;
height:360px;
object-fit:cover;
object-position: 50% 50%;
display:block;
}*/
/*
.facility-image{
	position:relative;
}

.facility-image:before{
  content: "";
  display: block;
  padding-top: 100%;
	width:100%;
	height:100%;
}


.facility-image img{
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
*/

.f_plan{
	border:1px solid #ddd;
	background-color:#f5f5f5;
	padding:0.6em;
	width:100%!important;
	font-size:80%;
	flex: 1;
}

.facility_feature_data{
/*	position:absolute;*/
	bottom:0;
	left:0;
}

.facility_feature_data .tag__link--purpose{
	box-sizing:border-box;
	display:inline-block;
	background-color:#fff;
	color:#111;
	font-weight:bold;
	font-size:12px!important;
	padding:0.2em 0.4em;
	margin:0 0.15em 0.15em 0;
	border:1px solid #444;
}



.facility_feature_data .tag__link--option{
	box-sizing:border-box;
	display:inline-block;
	background-color:#fff;
	color:#111;
	font-weight:bold;
	font-size:12px!important;
	padding:0.2em 0.4em;
	margin:0 0.15em 0.15em 0;
	border:1px solid #444;
}

input[name="_sf_submit"]{
		background-color:rgba(254,232,52,1)!important;
	color:#111!important;
	border:1px solid transparent!important;
	border-radius:100vh!important;
	font-size:16px!important;
	line-height:1rem!important;
  padding: 0.8rem 2rem!important;
	transition:all 0.4s ease-in-out;
	margin:0 0.3em;
}
input[name="_sf_submit"]:hover{
	border:1px solid rgba(254,232,52,1)!important;
	color:#111!important;
	background-color:rgba(254,232,52,0.9)!important;
	cursor:pointer!important;
}

input.search-filter-reset,
a.search-filter-reset{
	display:inline-block;
	background-color:rgba(255,255,255,1)!important;
	color:#111!important;
	border:1px solid rgba(0,0,0,0.6)!important;
	border-radius:100vh!important;
	font-size:16px!important;
	line-height:1rem!important;
  padding: 0.8rem 2rem!important;
	font-weight:bold;
	transition:all 0.4s ease-in-out;
	margin:0 0.3em;
}

input.search-filter-reset:hover,
a.search-filter-reset:hover{
	color:#111!important;
	border:1px solid rgba(0,0,0,0.1)!important;
}

/* --------------------------------------------------
 * ç&nbsp;”ä¿®ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp; ä¸€è¦§ãƒšãƒ¼ã‚¸
 * -------------------------------------------------- */
.tag__link.tag__link--program{
	box-sizing:border-box;
	display:inline-block;
	background-color:rgba(254,232,52,1);
	color:#444;
	font-weight:bold;
	font-size:12px!important;
	padding:0.2em 0.4em;
	margin:0 0.15em 0.15em 0;
	border:1px solid rgba(254,232,52,1);;
}




.label-program-schedule {
	line-height: 1.8em;
	position: relative;
	display: inline-block;
	height: 1.8em;
	margin: 0 1em 0.3em 0;
	padding: 0 0.1em 0 0.1em;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	color: #222;
	border-radius: 3px 0 0 3px;
	background: #eee;
	font-size:80%;
	font-weight:bold;
	width:10em;
	text-align:center;
}
.label-program-schedule::before, .label-program-schedule::after {
	background: #fff;/*èƒŒæ™¯è‰²*/
}

.label-program-schedule::after {
	position: absolute;
	top: 50%;
	transform:translatey(-50%);
	right: -8px;
	width: 0;
	height: 0;
	content: '';
	border-width: 0.9em 0 0.9em 0.7em;
	border-style: solid;
	border-color: transparent transparent transparent #eee;
	border-radius: 0px;
}



.btn-program-detail{
	border:1px solid #ccc;
	border-radius:100vh;
	background-color:transparent;
	color:#333;
	padding:0.65em 1.8em;
	position:relative;
	font-size:0.9rem;
	transition:all 0.4s ease-in-out;
	width:100%;
	display:inline-block;
	text-align:center;
}


.btn-program-detail.external:after{
	position:absolute;
	display:inline-block;
	content:'\f24d';
	font-family:'FontAwesome';
	right:1rem;
	font-size:0.9rem;
	height:2.7rem;
	transition:all 0.4s ease-in-out;
	opacity:0.5;
}

.btn-program-detail:hover{
	border:1px solid rgba(254,232,52,1);
	border-radius:100vh;
	background-color:rgba(254,232,52,1);
	color:#111;
}

.btn-program-detail.external:hover:after{
	transform:translatex(0);
}




.btn-program-contact{
	border:1px solid #ccc;
	border-radius:100vh;
	background-color:transparent;
	color:#333;
	padding:0.65em 1.8em;
	position:relative;
	font-size:0.9rem;
	transition:all 0.4s ease-in-out;
	width:100%;
	display:inline-block;
	text-align:center;
}

.btn-program-detail.internal:after,
.btn-program-contact:after{
	position:absolute;
	display:inline-block;
	content:'\f105';
	font-family:'FontAwesome';
	right:1rem;
	font-size:0.9rem;
	height:2.7rem;
	transition:all 0.4s ease-in-out;
	opacity:0.5;
}

.btn-program-contact:hover{
	border:1px solid rgba(254,232,52,1);
	border-radius:100vh;
	background-color:rgba(254,232,52,1);
	color:#111;
}
.btn-program-detail.internal:hover:after,
.btn-program-contact:hover:after{
	transform:translatex(3px);
}

#search-filter-form-2083 .sf-field-taxonomy-program_tag{
	width:100%!important;
}

#search-filter-form-2083 .sf-field-taxonomy-program_tag ul {
	display:flex;
	flex-wrap:wrap;
}

#search-filter-form-2083 .sf-field-taxonomy-program_tag ul li{
	width:25%!important;
}

@media screen and (max-width: 1200px) {
	#search-filter-form-2083 .sf-field-taxonomy-program_tag ul li{
		width:33.33333%!important;
	}
}

@media screen and (max-width: 992px) {
	#search-filter-form-2083 .sf-field-taxonomy-program_tag ul li{
		width:50%!important;
	}
}

@media screen and (max-width: 768px) {
	#search-filter-form-2083 .sf-field-taxonomy-program_tag ul li{
		width:100%!important;
	}
}

/* --------------------------------------------------
 * ç&nbsp;”ä¿®ãƒ—ãƒ­ã‚°ãƒ©ãƒ&nbsp; è©³ç´°ãƒšãƒ¼ã‚¸
 * -------------------------------------------------- */

body.single-program .section-title{
	font-weight:bold;
}

body.single-program h3.section-title{
	border-left:6px solid #fee834;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0.6em 0.6em;
	background-color:#f9f9f9;
}


body.single-program .accordion-container {
  margin: 0;
  width: 100%;
}

body.single-program .accordion-list:not(:first-child) {
  margin-top: 10px;
}

body.single-program .accordion-title {
  background: #eee;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 35px 20px 20px;
  position: relative;
	margin-bottom:1px;
	transition:all 0.3s ease;
}
body.single-program .accordion-title.open,
body.single-program .accordion-title:hover{
	background-color:#c00;
	color:#fff;
}

body.single-program .accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  height: 2px;
  width: 15px;
  background-color: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
body.single-program .accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  height: 2px;
  width: 15px;
  background-color: #333;
  transition: all .3s ease-in-out;
}


body.single-program .accordion-title.open:before {
  transform: rotate(-180deg);
}
body.single-program .accordion-title.open:after {
  opacity: 0;
}

body.single-program .accordion-title.open:before,
body.single-program .accordion-title:hover:before,
body.single-program .accordion-title:hover:after{
	background-color:#fff;
}

body.single-program .accordion-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
	background-color:#fff;
}


body.single-program ul.list-icon{
	margin:0;
	padding:0;
	list-style:none;
}

body.single-program ul.list-icon li{
	position:relative;
	padding-left:1.3em;
	margin:0 0 0.5em 0;
}

body.single-program ul.list-icon li:before{
	font-family:"Font Awesome 6 Free";
	content:"\f192";
	position:absolute;
	left:0;
	color:#c00;
}

body.single-program ul.list-icon.icon-theme li:before{
	color:#fee834;
}

body.single-program ol.list-circle {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single-program ol.list-circle li {
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
	margin:0 0 0.5em 0;
}
body.single-program ol.list-circle li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #c00;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  width: 1.6em;
  color: #ffffff;
  font-size: 100%;
  line-height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
}
	
/* --------------------------------------------------
 * ãŠå½¹ç«‹ã¡ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
* -------------------------------------------------- */

section#contents figure{
	position:relative;
}


section#contents figure .badge-circle{
	position:absolute;
	top:6px;
	left:6px;
	background-color:#fee834;
	border-radius:100vh;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	font-size:100%;
}

/* --------------------------------------------------
 * ã”åˆ©ç”¨äº‹ä¾‹
* -------------------------------------------------- */

section#case figure{
	position:relative;
}

section#case figure .case_type{
	position:absolute;
	top:10px;
	left:10px;
}

section#case figure .case_type .badge-circle{
	background-color:#fee834;
	border-radius:100vh;
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	margin-right:0.4em;
}

ul.case-description{
	margin:0 0 0em 0!important;
	padding:0!important;
	list-style:none;
}

ul.case-description li{
	padding:0.5em 0;
	margin:0;
	border-bottom:1px solid #eee;
}
ul.case-description li:first-child{
	border-top:1px solid #eee;
}




/* --------------------------------------------------
 * ã‚¢ã‚¯ãƒ†ã‚£ãƒ“ãƒ†ã‚£
* -------------------------------------------------- */

section#activity figure{
	position:relative;
}



section#activity figure .badge-area{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#fee834;
	line-height:1.2;
	padding:0.6em 0.9em;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	font-size:80%;
}

section#activity figure .badge-area span{
position:relative;
margin-left:1em;
}
section#activity figure .badge-area span:first-child{
margin-left:0em;
} 

section#activity figure .badge-area span:after{
	position:absolute;
	content:"ï½œ";
	padding:0 0.2em;
	text-align:center;

}

section#activity figure .badge-area span:last-child:after{
	content:'';
	padding:0;
}

span.tag-activity-effect{
	display:inline-block;
	border:1px solid #aaa;
	padding:0.2em 0.4em;
	line-height:1;
	color:#444;
	font-size:75%;
	margin-right:0.1em;
	margin-bottom:0.1em;
}

#search-filter-form-2099 .sf-field-taxonomy-activity_area{
	width:33.33333333%!important;
}

#search-filter-form-2099 .sf-field-taxonomy-activity_effect{
	width:66.66666666%!important;
}

#search-filter-form-2099 .sf-field-taxonomy-activity_effect ul {
	display:flex;
	flex-wrap:wrap;
}

#search-filter-form-2099 .sf-field-taxonomy-activity_effect ul li{
	width:50%!important;
}


@media screen and (max-width: 992px) {
#search-filter-form-2099 .sf-field-taxonomy-activity_area{
	width:100%!important;
}
#search-filter-form-2099 .sf-field-taxonomy-activity_area ul{
	display:flex;
	flex-wrap:wrap;
}
#search-filter-form-2099 .sf-field-taxonomy-activity_area ul li{
	width:50%!important;
}


#search-filter-form-2099 .sf-field-taxonomy-activity_effect{
	width:100%!important;
}
#search-filter-form-2099 .sf-field-taxonomy-activity_effect ul li{
	width:100%!important;
}
}


section.activity-content h2{
	font-weight:bold;
	font-size:1.5rem;

	border-left:6px solid #fee834;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0.6em 0.6em;
	background-color:#f9f9f9;
}

section.activity-content h3{
	font-weight:bold;
	font-size:1.25rem;
	border-left:6px solid #888;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0.6em 0.6em;
	background-color:#f9f9f9;
}

section.activity-content h4{
	font-weight:bold;
	font-size:1.0rem;
	border-left:6px solid #ccc;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:0.6em 0.6em;
	background-color:#f9f9f9;
}


section.activity-content a{
	text-decoration:underline;
}

section.activity-content ul{
	margin:0;
	padding:0 0 0 1.25em;
}

section.activity-content ul li{
	margin:0 0 0.5em;
	padding:0;
}


/* --------------------------------------------------
 * ãªãœä¼æ¥­ç&nbsp;”ä¿®ãŒå¿…è¦ã¨ã•ã‚Œã¦ã„ã‚‹ã®ã‹
 * -------------------------------------------------- */

section.needs .copy{
	text-align:center;
}

section.needs .copy span{
	position:relative;
	font-weight:bold;
	font-size:130%;
	padding:0em 0.3em 0.3em 1.8em;
	background:linear-gradient(transparent 50%, #fee834 50%);
}


section.needs .copy span:before{
	position:absolute;
	display:inline-block;
	content:'\f00c';
	font-family:'FontAwesome';
	top:0%;
	left:0.2em;
	font-size:150%;
	color:#c00;
	line-height:1;
}

section.needs .copy-strong{
	font-size:120%;
	font-weight:bold;
	color:#c00;
	line-height:1.45;
}

section.needs .service-menu div[class^="col-"] div{
	border:3px solid #c00;
	color:#c00;
	padding:0.3em;
	text-align:center;
	height:100%;
	width:100%;
	font-weight:bold;
}



/* ----------------------------------
 * swiper 
 * ---------------------------------- */
.swiper{
overflow-y:visible!important;
}
.swiper-pagination{
bottom:10px!important;
}
.swiper-pagination .swiper-pagination-bullet-active  {
        background-color: #fee834;
	}
.swiper-button-next ,
.swiper-button-prev {
	background-color: #fee834;
	color:#333;
	width:36px;
	height:36px;
	border-radius:100vh;
	padding:5px;
	top:auto;
	top:50%;

	}

.swiper-button-next:after ,
	.swiper-button-prev:after{
		font-size:16px;
	}

/* ãƒ›ãƒ¼ãƒ&nbsp; ãŠã™ã™ã‚ãƒ—ãƒ©ãƒ³ã€€ */
.swiper-home{
	padding-bottom:50px;
}</pre></body></html>