@charset "UTF-8";
/*
* Theme Name: 布教部（2020）
*/

/* html {
background: #444;
padding: 4px;
}

body {
max-width: 1200px;
margin: auto;
background: #fff;
} */

/**** common ****/
body {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

a {
	color: #007733;
}

a:hover {
	color: #005522;
}

a:hover img {
	opacity: 0.7;
}

b,strong {
	font-weight: bold;
}

.container {
	max-width: 1030px;
}

.container.container--min {
	max-width: 640px;
	margin: auto;
}

.main {
	margin-top: 3rem;
}

.main > *:last-child {
	margin-bottom: 5rem;
}

/**** Color ****/
.text-theme { color: #007733!important; }
.bg-theme { color: #007733!important; }
.border-color-theme { border-color: #007733!important; }
.border-top-color-theme { border-color: #007733!important; }
.border-bottom-color-theme { border-color: #007733!important; }
.border-left-color-theme { border-color: #007733!important; }
.border-right-color-theme { border-color: #007733!important; }
.btn.btn-theme,
.post-container .wp-block-file .wp-block-file__button {
	color: #fff;
	background-color: #007733;
	border-color: #007733;
}
.btn-theme:hover,
.post-container .wp-block-file .wp-block-file__button:hover {
	color: #fff;
	background-color: #005522;
	border-color: #005522;
}
.btn-outline-theme {
	color: #007733;
	background-color: transparent;
	background-image: none;
	border-color: #007733;
}
.btn-outline-theme:hover {
	color: #fff;
	background-color: #007733;
	border-color: #007733;
}

/**** header ****/
.header {
	position: relative;
	width: 100%;
}

.header__firstWrap {
	width: 100%;
	border-bottom: solid 1px #005522;
	background-color: #007733;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.header__firstWrap a {
	color: #fff;
}
.header__firstWrap__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
}
.header__logo {
	position: relative;
	display: block;
	margin: 0;
	margin-right: 20px;
	font-size: 1.6em;
	font-weight: bold;
	z-index: 9;
}

.header__logo > a {
	display: block;
	transition: all 0.5s ease;
}

.header__logo > a:hover {
	text-decoration: none;
	opacity: 0.85;
}

.header__logo img {
	display: block;
}

.header__menu1 {
	font-size: 0.88em;
}

.header__menu1 > ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}

.header__menu1 > ul > li {
	margin-left: 1.5rem;
}

.header__menu1 > ul > li > a {
	display: block;
}

.container.header__secondWrap {
	width: 100%;
	border-bottom: solid 1px #ccc;
}

.header__menu2 {
	font-weight: bold;
}

.header__menu2 > ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0.6rem 1rem;
	list-style: none;
	margin: 0;
}

.header__menu2 > ul > li {
	width: 25%;
	text-align: center;
	position: relative;
	white-space: nowrap;
	margin: 0 0.5rem;
}

.header__menu2 > ul > li > a:after {
	content: "▽";
	transform: scale(0.8);
	display: inline-block;
	margin-left: 3px;
}

.header__menu2 > ul ul {
	display: none;
	position: absolute;
	z-index: 2;
	font-size: 0.92em;
	font-weight: normal;
	background: #fff;
	padding: 1rem 1.5rem;
	list-style: none;
	box-shadow: 0 1px 3px #888;
	left: 50%;
	min-width: 200px;
	text-align: center;
	transform: translateX(-50%);
}

.header__menu2 ul > li:hover > ul {
	display: block;
}

.header__menu2 > ul ul > li {
	margin-bottom: 0.75rem;
	white-space: nowrap;
	position: relative;
}

.header__menu2 > ul ul > li:last-child {
	margin-bottom: 0;
}

.header__menu2 > ul > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0,-25%);
}
.header__menu2 > ul > li:last-child > ul > li > ul {
    left: auto;
    right: 105%;
    transform: translate(0, -25%);
}
.mobileMenu {
	display: none;
}

/**** breadclumnbs ****/
.front-page #breadclumnbs {
	display: none;
}
#breadclumnbs {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.84em;
}

#breadclumnbs ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
}

#breadclumnbs ul > li {
	width: auto;
	margin: 0 0.5em;
}
#breadclumnbs ul > li:first-child {
	margin-left: 0;
}
#breadclumnbs ul > li:last-child {
	margin-right: 0;
}
.breadclumnbs ul > li:after {
	content: ">";
	margin-left: 1em;
}

.breadclumnbs ul > li:last-child:after {
	display: none;
}

/**** toppage ****/
.notice {
	margin-top: -1.5rem;
	margin-bottom: 1.5rem;
}

.sliderWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3rem;
	display: flex;
	height: 0;
	padding-bottom: 40%;
}

.swiper-slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	margin: 0;
	padding: 1rem;
	line-height: 1;
	color: #fff;
	z-index: 2;
}

.swiper-slide-button {
	position: absolute;
	bottom: 12px;
	right: 10px;
	z-index: 3;
}

.swiper-slide {
	cursor: pointer;
	width: 100%;
	padding-bottom: 50%;
}

.swiper-slide > a {
	display: block;
}

.swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.swiper-slide a:hover img {
	transform: translate(-50%,-50%) scale(1.12);
	opacity: 1;
}

.swiper-slide a:hover .swiper-slide-title {
	background: rgba(255,255,255,0.9);
	color: #000;
}

.gallery-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
}

.gallery-thumbs-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
}

.gallery-thumbs-wrap {
	display: block;
}

.swiper-pagination {
	display: none;
}

.gallery-thumbs {
	width: 100%;
	height: 100%;
	border: solid 2px #000;
}

.gallery-thumbs .swiper-slide {
	padding-bottom: 0;
	border: solid 2px #000;
	overflow: hidden;
	position: relative;
}

.gallery-thumbs .swiper-slide img {
	opacity: 0.5;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}

.searchWrap {
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-align: center;
}

.searchBox {
	display: flex;
	width: auto;
	max-width: 380px;
	margin: auto;
}

.searchBox input[name="s"] {
	width: calc(100% - 40px);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: none;
	padding-left: 15px;
}

.searchBox button[type="submit"] {
	flex-basis: 40px;
	border: solid 1px #007733;
	border-left: none;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #007733;
	justify-content: center;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 0!important;
}

.searchBox > * {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border: solid 1px;
	height: 40px;
}

.searchBox button[type="submit"] > svg path {
	stroke: #fff;
	fill: #fff;
}

.searchBox button[type="submit"] > svg {
	width: 20px;
	height: auto;
}

.main__firstContent {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.main__firstContent,
.itemContainer {
	margin-bottom: 5rem;
}

.itemContainer--topics {
	position: relative;
	width: calc(70% - 5rem);
	margin-bottom: 2rem;
}

.itemContainer > h2 {
	border-bottom: solid 1px;
	margin-bottom: 2rem;
	border-left: solid 0.5rem;
	padding-left: 0.5rem;
}

.banner1 {
	width: 30%;
	max-width: 240px;
}

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

.banner1 > ul > li {
	margin-bottom: 1rem;
}

.topics > ul {
	padding: 0 0.5rem;
	margin: -0.5rem auto 2rem;
	list-style: none;
}

.topics > ul > li {
	font-size: 0.84em;
	margin: 0.5rem 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.topics > ul > li > a {
	color: inherit;
}

.topics > ul > li > a:before {
	content: "● ";
}

.topics .date { font-size: 0.92em; }
.topics .title { font-size: 1.16em; font-weight: bold; }

.more {
	text-align: center;
	margin: 0;
}

a.button.button--more {
	border: solid 1px #007bff;
	padding: 5px 20px;
	border-radius: 30px;
	background: #007bff;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.banner1 > ul > li:last-child {
	margin-bottom: 0;
}
.banner1 > ul > li > a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height: 125px;
}

.banner1 > ul > li > a > img {
	display: block;
	width: 100%;
}

.linkItems {
	margin: 3rem auto 5rem;
	position: relative;
}

.linkItems > ul,
.bannerItems > ul,
.buttonItems > ul,
.blogItems > ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	list-style: none;
	width: 100%;
	padding: 0 0.5rem;
	margin: 2rem 0 -2rem;
	flex-wrap: wrap;
}

.linkItems.linkItems--column4 > ul > li,
.bannerItems.bannerItems--column4 > ul > li,
.buttonItems.buttonItems--column4 > ul > li,
.blogItems.blogItems--column4 > ul > li {
	margin: 0 2rem 2rem 0;
	width: calc((100% - 6rem)/4);
}

.linkItems.linkItems--column4 > ul > li:nth-child(4n+4),
.bannerItems.bannerItems--column4 > ul > li:nth-child(4n+4),
.buttonItems.buttonItems--column4 > ul > li:nth-child(4n+4),
.blogItems.blogItems--column4 > ul > li:nth-child(4n+4) {
	margin-right: 0;
}

.linkItems.linkItems--column3 > ul,
.bannerItems.bannerItems--column3 > ul,
.buttonItems.buttonItems--column3 > ul,
.blogItems.blogItems--column3 > ul {
	margin-bottom: -3rem;
}

.linkItems.linkItems--column3 > ul > li,
.bannerItems.bannerItems--column3 > ul > li,
.buttonItems.buttonItems--column3 > ul > li,
.blogItems.blogItems--column3 > ul > li {
	margin: 0 3rem 3rem 0;
	width: calc((100% - 6rem)/3);
}

.linkItems.linkItems--column3 > ul > li:nth-child(3n+3),
.bannerItems.bannerItems--column3 > ul > li:nth-child(3n+3),
.buttonItems.buttonItems--column3 > ul > li:nth-child(3n+3),
.blogItems.blogItems--column3 > ul > li:nth-child(3n+3) {
	margin-right: 0;
}

.linkItems.linkItems--column2 > ul > li,
.bannerItems.bannerItems--column2 > ul > li,
.buttonItems.buttonItems--column2 > ul > li,
.blogItems.blogItems--column2 > ul > li {
	margin: 0 2rem 2rem 0;
	width: calc((100% - 2rem)/2);
}

.linkItems.linkItems--column2 > ul > li:nth-child(even),
.bannerItems.bannerItems--column2 > ul > li:nth-child(even),
.buttonItems.buttonItems--column2 > ul > li:nth-child(even),
.blogItems.blogItems--column2 > ul > li:nth-child(even) {
	margin-right: 0;
}

.linkItems > ul > li > a {
	display: block;
}

.linkItem__image {
	display: block;
	margin-bottom: 0.5rem;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.linkItem__image > img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.linkItem__title {
	margin: 0.5rem auto;
	font-size: 1.16em;
	font-weight: bold;
}

.linkItem__caption {
	margin: 0.5rem 0;
	font-size: 0.88em;
	color: initial;
}

.bannerItems {
	position: relative;
}

.bannerItems > ul > li > a {
	display: block;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
}

.bannerItems > ul > li > a > img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn {
	white-space: normal;
	line-height: 1.2;
}

.blogItem__image {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.blogItem__image.noimage {
	border: solid 1px #ddd;
}

.blogItem__image a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.blogItem__image img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.blogItem__image img.noimage {
	width: 100%;
}

.blogItem__textarea {
	font-size: 0.92em;
}

.blogItem__date {
	font-size: 0.88em;
	color: #888;
	margin: 0 0 0.5rem;
}

.blogItem__title {
	font-weight: bold;
	font-size: 1.24em;
}

/**** archive ****/
.archive-content-image {
	display: block;
	margin-bottom: 0.5rem;
	max-height: 150px;
	overflow: hidden;
	position: relative;
}

.archive-content-image > img {
	display: block;
	width: 100%;
}

.archive-content-title {
	font-size: 1.16em;
}

.archive-content-date {
	line-height: 1;
	font-size: 0.84em;
	margin: 0.5rem 0;
}

.archive-content-caption {
	font-size: 0.92em;
	margin-bottom: 0.5rem;
}

.archive-content-caption p {
	margin-bottom: 0;
}

.blogItem__category,
.archive-content-category {
	font-size: 0.84em;
	line-height: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 0 -1em;
}

.blogItem__category > li,
.archive-content-category > li {
	margin-right: 1em;
	margin-bottom: 1em;
}

/**** post-container ****/
.post-page .main h1,
.archive-page .main h1 {
	border-bottom: solid 2px;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.post-page .main h1 small,
.archive-page .main h1 small {
	font-size: 60%;
}
.post-page .main h1+.post-container {
	margin-top: 2rem;
}
.post-page .post-date {
	font-size: 0.84em;
	margin: 0;
}
.mainImage {
	margin-bottom: 1rem;
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}
.mainImage img {
	text-align: center;
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.post-container {
	line-height: 1.8;
}
.post-container > * {
	margin: 1.5rem 0 2rem;
}
.post-container h2 {
	border-left: solid 7px;
	border-bottom: solid 1px;
	padding: 0.3rem 0.4rem;
	font-weight: 600;
	font-size: 1.75rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.post-container h3 {
	padding: 5px;
	padding-right: 0;
	border-left: solid 5px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.post-container h4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.post-container blockquote,
.post-container q {
	background: #eee;
	padding: 0.5rem 1rem;
	display: block;
	margin: 1rem auto;
	max-width: 720px;
}

.post-container ul {
	margin-bottom: 2rem;
	padding-left: 15px;
}

.post-container ul > li {
	line-height: 1.5;
	margin-bottom: 5px;
}

.post-container > :first-child :first-child {
	margin-top: 0;
}

.post-container .linkItems {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.post-container .linkItems > li {
	width: calc(50% - 2rem);
	margin: 0 1rem 2rem;
	display: block;
}

.post-container .linkItems a {
	display: block;
	width: 100%;
	position: relative;
}

.post-container .linkItems a > div {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

.post-container .linkItems a > div img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -49%);
}

.post-container .linkItems > li p {
	background: #037;
	color: #fff;
	text-align: center;
	padding: 0.75rem;
	margin: 0;
}

.post-container .linkItems a:hover p {
	text-decoration: underline;
}

.post-container ul.review > li,
.post-container p.review {
	display: block;
	list-style: none;
	position: relative;
	margin-left: 55px;
	margin-bottom: 1rem;
	border: solid 1px #ccc;
	padding: 10px 15px;
	border-radius: 10px;
}
.post-container p.review {
	margin-left: 70px;
}
.post-container ul.review > li:before,
.post-container p.review:before {
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	transform: rotate(45deg) translateX(-50%);
	border: solid 1px #ccc;
	border-right: none;
	border-top: none;
	border-bottom-left-radius: 2px;
	display: block;
	position: absolute;
	top: 20px;
	left: -3px;
}
.post-container ul.review > li:after,
.post-container p.review:after {
	content: "";
	width: 36px;
	min-width: 36px;
	height: 36px;
	margin-right: 10px;
	background: url('./img/icon-avatar-default.svg') no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: -55px;
	order: -1;
}
.post-container .btn {
	margin: 0 0.25rem 0.5rem;
}
.post-container table {
	border-collapse: collapse;
	border: solid 1px #dee2e6;
	width: 100%;
	color: inherit;
}
.post-container table td, table th {
	padding: .75rem;
	vertical-align: top;
	border: 1px solid #dee2e6;
}
.post-container table td:first-child {
	min-width: 8em;
}
.post-container .this-month table td {
	min-width: 8em;
	font-size: 0.92em;
	padding: 0.5em;
}
.post-container .this-month table tr:first-child {
	background: #f3f3f3;
}

.post-container .wp-block-button__link {
	background: #003376;
}
.post-container .wp-block-file .wp-block-file__button {
	display: inline-block;
	line-height: 1;
}
.archive-schedule .disable {
	pointer-events: none;
	color: inherit;
}

/* template2 */
.mainImage.mainImage--fullwidth {
	width: 100%;
	height: 400px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	background: #e6e6e6;
	margin-top: -2rem;
}

.mainImage.mainImage--fullwidth img {
	display: block;
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 1920px;
	height: auto!important;
}

/**** next_prev ****/
.next_prev {
	margin: 80px auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	padding: 15px;
	background: #eaeaea;
}

.next_prev p {
	width: 50%;
	position: relative;
	margin: 0;
}

.next_prev__prev { text-align: left; }
.next_prev__next { text-align: right; }

.next_prev__prev > a,
.next_prev__next > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 1.5em;
	position: relative;
}

.next_prev__prev > a:before,
.next_prev__next > a:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.5,0.8);
	letter-spacing: -0.2em;
	font-weight: bold;
}
.next_prev__prev > a:before {
	content: "＜＜";
	margin-right: 0.5em;
	left: 0;
}

.next_prev__next > a:after {
	content: "＞＞";
	margin-left: 0.5em;
	right: 0;
}

/**** pagenavi ****/
.wp-pagenavi {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi > * {
	margin: 0 0.6em;
}

/**** sidebar ****/
.sidebar {
	padding-top: 2.5rem;
}

.searchWrap.searchWrap--sidebar {
	margin-top: 0rem;
	margin-bottom: 2rem;
}

.searchWrap.searchWrap--sidebar input[name="s"] {

}

.searchWrap.searchWrap--sidebar button[type="submit"] {

}

.sidebar > * {
	display: block;
	margin-bottom: 1.2rem;
}

.sidebar h2 {
	font-size: 1.24em;
	border-left: solid 5px;
	padding-left: 5px;
	margin-top: 2rem;
}

.sidebar ul {
	margin-bottom: 2rem;
	padding-left: 1.2rem;
	color: #0050bb;
}

.sidebar ul > li {
	margin-bottom: 0.7rem;
	line-height: 1.4;
}

.sidebar li.parent > a:after {
	content: "▽";
	margin-left: 3px;
	transform: scale(0.7);
	display: inline-block;
}

.sidebar li > ul {
	display: none;
}

.sidebar li.parent.show > ul {
	display: block;
}

.messageTitle {
	display: block!important;
	width: auto;
	height: auto;
	margin: 0 auto!important;
	text-align: center;
	padding: 0;
	white-space: nowrap;
	background: none;
	border: none;
}

.messageWrap {
	border-bottom: solid 1px #eaeaea;
}

.contentItem {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 30px auto;
	padding-bottom: 30px;
	border-bottom: solid 1px #eaeaea;
}

.content-thumbnail {
	width: calc(50% - 15px);
	margin-right: 15px;
}

.content-thumbnail a,
.content-thumbnail img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.content-text {
	width: 50%;
	font-size: 14px;
}

.content-title {
	margin: 0 auto 10px;
	line-height: 1.35;
	padding-bottom: 0;
	border: none;
	font-size: 1.24em;
	text-align: justify;
}

.post-container .content-title {
	border: initial;
	padding: initial;
	margin-top: initial;
	margin-bottom: 5px;
	font-size: initial;
}

.content-title a {
	color: inherit;
	text-decoration: none;
}

.content-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
	color: #888;
}

.content-text > * {
	margin-bottom: 10px;
	margin-top: 0;
}

.content-text > *:last-child {
	margin-bottom: 0;
}

.content-info > * {
	margin-right: 1em;
	display: inline-block;
	font-size: 0.92em;
}

.content-text > .content-info {
	margin: 5px 0;
}

.content-info > *:last-child {
	margin-right: 0;
}

.content-author > strong {
	color: inherit;
	font-size: 1.08em;
}

.content-author {
	line-height: 1.4;
}

.content-author-title,
.content-author-pref {
	font-size: 0.92em;
	display: inline-block;
}

.content-buttonWrap {
	text-align: center;
	margin-bottom: 0;
}

.content-button {
	display: block;
	width: 100%;
	max-width: 170px;
	margin: 0;
	border: solid 1px #036;
	text-decoration: none;
	line-height: 1;
	padding: 10px;
	box-sizing: border-box;
	background: #036;
	color: #fff!important;
	position: relative;
}

.content-button:after {
	content: "";
	border: solid 6px;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-width: 12px;
	width: 0;
	height: 0;
	margin-left: 6px;
	position: relative;
	top: 1px;
	display: inline-block;
}

.contentItem a:hover,.contentItem a:hover img {
	opacity: 0.7;
}

#boxer {
	max-width: 800px;
}

#boxer .boxer-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#boxer .boxer-content {
	max-width: 100%;
	width: 100%!important;
	display: block;
	padding-bottom: 56.25%!important;
	height: 0;
	position: relative;
}
#boxer .boxer-iframe {
	float: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/**** footer ****/
.footer {
	border-top: solid 1px #ccc;
	padding: 0rem 1rem 2rem;
	margin-top: 5rem;
	font-size: 0.88em;
	background-color: #fffff7;
}

.searchWrap--footer {
	border-top: solid 1px #ccc;
	padding-top: 5rem;
}

.footer .link-disable > a {
	pointer-events: none;
}

.footer__menu {
	padding: 1rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
}

.footer__menu > li {
	width: calc((100% - 3rem)/4);
	margin-right: 1rem;
}

.footer__menu > li:last-child {
	margin-right: 0;
}

.footer__menu2 {
	margin-bottom: 0;
	border: solid 1px #ccc;
	border-left: none;
	border-right: none;
	padding: 1rem;
}

.footer__menu ul {
	padding-left: 1rem;
	list-style: none;
	margin-top: 0.5rem;
	font-size: 0.92em;
}

.footer__menu ul > li {
	margin-bottom: 0.5rem;
}
.footer__menu ul > li:last-child {
	margin-bottom: 0;
}

.footer__copyright {
	margin: 1rem 0 0;
	text-align: center;
	font-size: 12px;
}

@media all and (min-width: 769px) {
	.sidebar {
		padding-left: 3rem;
	}
}
@media all and (max-width: 768px) {
	.swiper-slide-title {
		font-size: 1.1em;
	}
	.sidebar {
		padding-top: 3rem;
		border-top: solid 2px #bbb;
		margin-top: 3rem;
	}
	.container.container--sidebar {
		padding: 4rem 0 0;
		border-top: solid 1px #ccc;
	}
	.searchWrap.searchWrap--sidebar {
		display: none;
	}
	.contentItem {
		padding-bottom: 10px;
		margin: 10px auto;
		position: relative;
	}

	.content-thumbnail {
		width: 120px;
		height: 120px;
		position: relative;
		overflow: hidden;
		margin-right: 20px;
	}

	.content-thumbnail img {
		transform: translateX(-50%);
		width: auto;
		max-width: none;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
	}

	.content-thumbnail.content-thumbnail--matsuo img {
		transform: none;
		left: -10px;
	}

	.content-thumbnail.content-thumbnail--sugie img {
		transform: none;
		left: 0px;
	}

	.content-text {
		width: calc(100% - 140px);
		position: relative;
	}

	.content-text > * {
		margin-bottom: 7px;
	}

	.content-info {
		justify-content: flex-end;
	}

	.content-title {
		font-size: 1.12em;
	}

	.content-buttonWrap {
		margin-bottom: 0px;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.content-button {
		text-indent: 100px;
		white-space: nowrap;
		overflow: hidden;
		width: 36px;
		height: 36px;
		border-radius: 36px;
		margin: 0;
	}

	.content-button:after {
		position: absolute;
		top: 50%;
		left: 38%;
		border-width: 7px;
		border-left-width: 12px;
		transform: translate(-50%, -50%);
	}

	.content-author {
		margin-bottom: 0;
	}

	.content-author br {
		display: none;
	}

	.content-author-title, .content-author-pref {
		display: block;
	}

}

@media all and (max-width:480px) {
	body {
		padding-top: 10px;
		font-size: 15px;
		line-height: 1.7;
	}
	.showMenu {
		position: relative;
		overflow-y: hidden;
	}

	.showMenu .menu-bar.menu-bar-1 {
		top: 10px;
		transform: rotate(45deg);
		left: 5px;
	}

	.showMenu .menu-bar.menu-bar-2 {
		top: 10px;
		transform: rotate(-45deg);
	}

	.showMenu .menu-bar.menu-bar-3 {
		display: none;
	}

	.showMenu .mobileMenu {
		width: 100%;
		height: 100vh;
		background: #fff;
	}

	.showMenu .mobileMenu > nav {
		display: block;
		width: 100%;
		position: relative;
		margin-top: 50px;
		overflow-y: scroll;
		height: calc(100% - 50px);
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 99;
		margin-bottom: 1rem;
	}

	.header__menu1 {
		display: none;
	}

	.header__firstWrap {
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		position: relative;
		border-bottom: solid 1px #ccc;
		z-index: 1;
	}

	.header__secondWrap {
		display: none;
	}

	.mobileMenu {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mobileMenu > nav {
		display: none;
	}

	.mobileMenu > nav > ul {
		margin: 0 0 1rem;
		border-top: solid 1px #bbb;
		margin: 0 1rem;
		padding: 1rem 0.5rem;
		list-style: none;
	}

	.mobileMenu > nav li {
		margin-bottom: 0.5rem;
		padding-bottom: 0.5rem;
		border-bottom: solid 1px #eee;
		position: relative;
	}

	.mobileMenu > nav > ul > li > a {
		display: block;
		position: relative;
	}

	.mobileMenu > nav > ul > li.menu-item-has-children > a > .toggleButton:after {
		content: "▼";
		font-size: 0.88em;
		vertical-align: text-bottom;
		position: absolute;
		top: 2px;
		right: 0;
		pointer-events: none;
	}

	.mobileMenu > nav > ul > li.show.menu-item-has-children > a > .toggleButton:after {
		content: "▲";
	}

	.mobileMenu > nav li:last-child {
		margin-bottom: 0;
	}

	.mobileMenu > nav li ul {
		display: none;
	}

	.mobileMenu > nav li ul li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.mobileMenu > nav li.show ul {
		display: block;
	}

	.mobileMenu > nav li.parent:after {
		content: "▼";
		font-size: 0.88em;
		vertical-align: text-bottom;
		position: absolute;
		top: 2px;
		right: 0;
	}

	.mobileMenu > nav li.show.parent:after {
		content: "▲";
	}

	.mobileMenu > nav > ul ul {
		padding: 0;
		padding-left: 1rem;
		list-style: none;
		margin-top: 0.5rem;
		border-top: solid 1px #eee;
		padding-top: 0.5rem;
		font-size: 0.92em;
		font-weight: normal;
	}

	.toggleMenu {
		position: absolute;
		right: 10px;
		top: 14px;
		z-index: 3;
		display: block;
		width: 36px;
		height: 26px;
		background: none;
		border: none;
	}

	.menu-bar {
		position: absolute;
		left: 5px;
		width: 26px;
		background: #fff;
		height: 3px;
		border-radius: 1px;
	}

	.menu-bar.menu-bar-1 {
		top: 2px;
	}

	.menu-bar.menu-bar-2 {
		top: 10px;
	}

	.menu-bar.menu-bar-3 {
		top: 18px;
	}

	#breadclumnbs {
		margin-top: 3.25rem;
		border-bottom: solid 1px #eee;
	}

	#breadclumnbs ul {
		margin-bottom: 0.25rem;
	}

	.front-page .main {
		margin-top: 4.5rem;
	}

	.main {
		margin-top: 1.5rem;
	}

	.notice {
		margin-top: -1rem;
	}

	.sliderWrap {
		display: block;
		width: calc(100% + 30px);
		padding-bottom: calc(50% + 40px);
		margin-bottom: 2rem;
		margin-left: -15px;
		margin-right: -15px;
	}

	.swiper-slide-button {
		display: none;
	}

	.swiper-slide-title {
		padding: 0.5rem;
		font-size: 1em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.searchWrap {
		margin-bottom: 3rem;
		margin-top: 2.5rem;
	}

	.gallery-top {
		width: 100%;
	}

	.gallery-thumbs-wrap {
		display: none;
	}

	.swiper-pagination {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}

	.swiper-pagination > * {
		margin: 0 5px;
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.main__firstContent {
		display: block;
	}

	.itemContainer > h2 {
		font-size: 1.32em;
		padding-left: 0.2em;
	}

	.topics {
		width: 100%;
		margin-bottom: 5rem;
	}

	.topics > ul > li {
		font-size: 0.92em;
		margin: 1rem 0;
	}

	.banner1 {
		width: 100%;
		max-width: none;
	}

	.banner1 > ul > li {
		max-width: 280px;
	}

	.banner1 > ul {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}

	.linkItems.linkItems--column4 > ul > li,
	.bannerItems.bannerItems--column4 > ul > li,
	.buttonItems.buttonItems--column4 > ul > li,
	.blogItems.blogItems--column4 > ul > li {
		width: 100%;
		margin-right: 0;
	}

	.linkItems.linkItems--column4 > ul > li:nth-child(even),
	.bannerItems.bannerItems--column4 > ul > li:nth-child(even),
	.buttonItems.buttonItems--column4 > ul > li:nth-child(even),
	.blogItems.blogItems--column4 > ul > li:nth-child(even) {
		margin-right: 0;
	}

	.linkItems > ul, .bannerItems > ul,
	.buttonItems > ul, .blogItems > ul {
		padding: 0 1rem;
	}

	.linkItem__image {
		height: auto;
		padding-bottom: 0;
		max-height: 180px;
	}

	.linkItem__image > img {
		position: relative;
		top: 0;
		transform: none;
	}

	.bannerItems > ul > li > a {
		padding-bottom: 0;
		height: auto;
		max-height: 165px;
	}

	.buttonItems > ul {
		font-size: 0.92em;
	}

	.bannerItems > ul > li > a > img {
		position: relative;
		top: 0;
		transform: none;
	}

	.linkItems.linkItems--column3 > ul > li,
	.bannerItems.bannerItems--column3 > ul > li,
	.buttonItems.buttonItems--column3 > ul > li,
	.blogItems.blogItems--column3 > ul > li,
	.linkItems.linkItems--column4 > ul > li,
	.bannerItems.bannerItems--column4 > ul > li,
	.buttonItems.buttonItems--column4 > ul > li,
	.blogItems.blogItems--column4 > ul > li {
		width: 100%;
		margin: 0 0 1rem;
	}

	.blogItems.blogItems--column4 > ul > li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0;
		padding: 1rem 0;
		border-top: solid 1px #eee;
	}
	.blogItems.blogItems--column4 > ul > li:last-child {
		border-bottom: solid 1px #eee;
	}

	.blogItem {
		padding-bottom: 1rem;
		border-bottom: solid 1px #eee;
	}
	.blogItem:first-child {
		padding-top: 1rem;
		border-top: solid 1px #eee;
	}

	.blogItem__image {
		flex-basis: 90px;
		margin-right: 10px;
	}

	.blogItem__image.noimage {
		display: none;
	}

	.blogItem__image.noimage + .blogItem__textarea {
		flex-basis: 100%;
	}

	.blogItem__image a {
		padding-bottom: 100%;
	}

	.blogItem__image img {
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}

	.blogItem__image img.noimage {
		width: auto;
		max-width: none;
		transform: translateX(-50%);
		left: 50%;
	}

	.blogItem__textarea {
		flex-basis: calc(100% - 100px);
		word-break: break-word;
	}

	.blogItem__caption {
		margin: 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.blogItem__caption p {
		margin-bottom: 0;
	}

	.blogItem__title {
		font-size: 1em;
	}

	.blogItem__date {
		font-size: 0.84em;
		margin: 0 0 0.5em;
		line-height: 1;
	}

	.blogItem__category, .archive-content-category {
		margin: 5px 0 -1em;
	}

	.post-page .main h1,
	.archive-page .main h1 {
		font-size: 1.5rem;
	}
	/* template2 */
	.mainImage.mainImage--fullwidth {
		height: auto;
		margin-top: 0;
	}
	.mainImage.mainImage--fullwidth img {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}

	/**** archive ****/
	.archive-content-image {
		max-height: 250px;
	}

	/**** post-container ****/
	.post-container {
		line-height: 1.7;
	}
	.post-container table {
		line-height: 1.5;
	}
	.post-container table td:first-child {
		min-width: 6.5em;
	}

	.post-container .this-month table td {
		min-width: 5em;
		font-size: 0.92em;
		padding: 0.5em;
	}

	.post-container .this-month table td:first-child {
		min-width: 5em;
	}

	.post-container .linkItems > li {
		width: 100%;
	}
	.post-container ul.review > li,
	.post-container p.review {
		margin-left: 5px;
		margin-top: 35px;
		font-size: 92%;
		line-height: 1.7;
		text-align: justify;
	}
	.post-container p.review {
		margin-left: 18px;
	}
	.post-container ul.review > li:before,
	.post-container p.review:before {
		display: none;
	}
	.post-container ul.review > li:after,
	.post-container p.review:after {
		margin: 0;
		top: -15px;
		left: -18px;
	}

	.content-thumbnail {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
	.content-text {
		width: calc(100% - 90px);
	}

	/**** next_prev ****/
	.next_prev {
		display: block;
	}

	.next_prev p {
		width: 100%;
		margin-bottom: 1em;
	}

	.next_prev p:last-child {
		margin-bottom: 0;
	}

	/**** pagenavi ****/
	.wp-pagenavi > * {
		display: none;
	}

	.wp-pagenavi .pages {
		display: block;
		order: 2;
	}

	.wp-pagenavi > .previouspostslink {
		display: block;
		order: 1;
	}
	.wp-pagenavi > .nextpostslink {
		display: block;
		order: 3;
	}
	.previouspostslink,.nextpostslink {
		text-indent: 100%;
		overflow: hidden;
		position: relative;
		white-space: nowrap;
		border: solid 4px;
		border-right: none;
		border-top: none;
		height: 1.4em;
		width: 1.4em;
		display: inline-block;
		line-height: 1;
		top: 2px;
	}
	.previouspostslink {
		transform: rotate(45deg);
	}
	.nextpostslink {
		transform: rotate(225deg);
	}

	.footer {
		margin-top: 5rem;
		padding: 0 0 2rem;
	}

	.footer__menu {
		display: block;
		margin-bottom: -0.5rem;
	}

	.footer__menu {
	    flex-wrap: wrap;
	    padding: 1rem 0;
	}

	.footer {
	    padding: 0 0 2rem;
	}

	.footer__menu li {
	    width: auto;
	    margin-right: 1rem;
	    margin-bottom: 0.75rem;
	    display: inline-block;
	}

	.footer__menu ul {
		font-size: 0.98em;
	}

	.footer__menu > li {
		display: inline-block;
		width: auto;
		margin: 0 1rem 1rem 0;
	}

	.footer__menu ul > li {
		display: inline-block;
		margin: 0 1rem 0.5rem 0;
	}

	.footer__menu li li a:before {
		content: "▲";
		transform: rotate(90deg) scale(0.8);
		position: relative;
		display: inline-block;
	}

	.footer__menu li li li a:before {
	    content: "●";
	    transform: scale(0.6);
	}

	#boxer .boxer-content {
		height: auto;
	}

	@media screen and (orientation: landscape){
		#boxer .boxer-content {
			padding-bottom: 0!important;
		}
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
	.topics > ul > li {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: normal;
		text-indent: -1.2em;
		padding-left: 1.2em;
		line-height: 1.4;
	}
}
