/*
Template:ystandard
Theme Name:ystandard-child
Author: hamagashira
*/
	
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
	font-family:  'Noto Sans JP', sans-serif;
	letter-spacing: .06em;
}
a[target^="_blank"]:after {
	margin: 0 0 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
	font-size: .8em;
}
a[href$=".pdf"]:after {
	margin: 0 0 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 400;
	font-size: 1.2em;
}
.wp-block-file {
	font-size: 1em !important;
}
.ystdb-heading__container h2, .ystdb-heading__container h3 {
	font-weight: 600 !important;
    font-size: 2rem;
    letter-spacing: .08em;
}
.ys-posts__dscr {
	font-size: .9em;
}
.main_container {
  margin-inline: auto;
  margin-top: 50px;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.smb-hero-header__figure {
	/*margin-left: 20%; /* テキストの端から画像の端までの長さ */
}
.smb-hero-header__figure img {
  display: block;
  width: 100%;
}
.color-black, .color-white {
  overflow: hidden;
  position: absolute;
  top: 20%;
}
.color-black {
  max-width: 102px !important;
  width: 8.5%;
}
.color-white {
  margin-left: 102px;
}
.color-white h2, .color-white p {
  color: #fff;
  text-shadow: 1px 1px 3px #6f6f6f, 1px -1px 3px #6f6f6f, -1px 1px 3px #6f6f6f, -1px -1px 3px #6f6f6f;
}
.color-black h2, .color-black p {
  text-shadow: 1px 1px 0px #fff, 1px -1px 0px #ffffff, -1px 1px 0px #ffffff, -1px -1px 0px #fff,
		       2px 2px 0px #fff, 2px -2px 0px #ffffff, -2px 2px 0px #ffffff, -2px -2px 0px #fff,
		       3px 3px 0px #fff, 3px -3px 0px #ffffff, -3px 3px 0px #ffffff, -3px -3px 0px #fff;
}
.color-black h2, .color-black p,
.color-white h2, .color-white p{
  width: 360px;  
}
.color-black .wp-block-group__inner-container>*, 
.color-white .wp-block-group__inner-container>* { padding-right: 2em; }
@media (min-width: 769px) {
	.color-black h2, .color-black p,
	.color-white h2, .color-white p{
	  width: 516px;  
	}
	.color-black, .color-white {
	  top: 40%;
	}
	.color-black, .color-white {
	  top: 40%;
	}
}

.top_access_map img {
	border: 1px solid #39738f;
}
.top_access_map h3 {
	    margin-top: 1em;	
}

.info_topcont, .events_topcont {
	padding: 40px 0;
}
@media (min-width: 769px) {
	.info_topcont, .events_topcont {
		padding: 80px 0;	
	}
}
.linkbtn_cont {
	margin-top: 80px;
}
.footer-poweredby {
	display: none;
}
.site-footer {
	margin-top: 80px;
}
/*
XO Event Calendar - Event list
*/
.xo-event-list * {
	font-size: 1rem;
}
.xo-event-list {
	list-style: none;
	display: block;
	margin: 0;
}
.xo-event-list p {
	margin: 0 0 0.5rem;
	padding: 0;
}
.xo-event-list > dl {
	display: block;
	margin: .1rem 0 0 0;
	padding: 0 0 .1rem 0;
	overflow: hidden;
	color: #444;
	border-bottom: dotted 1px #ccc;
}
.xo-event-list > dl > dt,
.xo-event-list > dl > dd {
	display: block;
	vertical-align: top;
}
.xo-event-list > dl > dd {
	margin-left: 0;
}
.xo-event-list > dl > dt > span,
.xo-event-list > dl > dd > span {
	float: left;
	margin: 0 1rem 0 0;
	padding: 0;
	vertical-align: middle;
}
.xo-event-list .thumbnail {
	margin: .2rem 0;
}
.xo-event-list .thumbnail img {
	padding-right: 15px;
	
	min-width: 110px;
	height: auto;
	object-fit: cover;
}
.xo-event-list .date {
	margin-top: .1rem;
	font-size: .9rem;
}
.xo-event-list.type-short .date,
.xo-event-list.type-standard .date {
	width: 7.5rem;
}
.xo-event-list .category {
	margin-top: .2rem;
	margin-bottom: .1rem;
	padding: 0 .5rem;
	text-align: center;
	font-size: .8rem;
	color: #fff;
	border-radius: 2px;
}
.xo-event-list.type-short .category,
.xo-event-list.type-standard .category {
	width: 8.5rem;
}
.xo-event-list.type-detail .category {
	margin-left: 0.5rem;
}
.xo-event-list .title {
	margin-top: .1rem;
}
.xo-event-list .event-date {
	font-size: .9rem;
}
.xo-event-list li br {
	display: block;
}

.xo-event-list.type-custom .event-date {
	width: 16rem;
	margin-top: .2rem;
}
.xo-event-calendar table.xo-month>thead th.sunday {
	background-color: #fff6f5;
	color: #b10000;
	padding: 0.5em 0 !important;
}
.xo-event-calendar table.xo-month>thead th.saturday {
	background-color: #effcff;
	color: #007995;
}
.xo-event-calendar .month-event-title {
	padding: .4em !important;
}
.xo-event-calendar .month-event-title:hover {
	opacity: 0.5;
}
.xo-event-calendar .month-event a {
	text-decoration: none;
}
@media (min-width: 769px) {
	.xo-event-list > dl > dt,
	.xo-event-list > dl > dd {
		display: table-cell;
	}
}

/* access */
.access_column h2 {
	margin-top: .5em;
	font-size: 1.2em;
}
.access_column .wp-block-image {
	max-height: 160px;
	overflow: hidden;
}
.smb-tabs__body h3 {
	margin-top: 0;
}
.smb-tabs__body .wp-block-button a {
	font-size: .9em;
}
.smb-tabs[data-orientation=vertical]>.smb-tabs__tabs {
	max-width: 200px;
}