/*共通
=======================================================*/

/*main.page,
main.single{
  background: #f4f4f4;
}*/
main .page-inner,
main .blog-inner {
	background: #fff;
	padding: 20px;
}

/*Single
=======================================================*/


.blog-ttl {
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
}

.blog-inner {
	word-break: break-all;
}

.blog-tica {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-time {
	color: #999;
	font-size: 12px;
}

.blog-time a {
	color: #999;
	margin: 0 5px;
}

.blog-cate-wrap {
	display: flex;
	flex-wrap: wrap;
}

a.blog-cate {
	border: #b4835d 1px solid;
	padding: 0 5px;
	display: block;
	color: #b4835d;
	background-color: #fafbfd;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

a.blog-cate:last-child {
	margin-right: 0;
}

.blog-ttl {
	font-size: 25px;
}

.blog-thum img {
	width: 50%;
	margin: 20px auto;
	display: block;
}

.blog-con {
	word-break: break-word;
	font-size: 16px;
}

.blog-con-img {
	display: flex;
	flex-wrap: wrap;
}

.blog-con-img img {
	object-fit: contain;
}

.blog-con strong {
	font-weight: bold;
}

.blog-con h2 {
	font-size: 25px;
	font-weight: bold;
}

.blog-con h2.has-pale-pink-color a {
	color: unset;
}

.blog-con h3 {
	font-size: 22px;
	font-weight: bold;
}

.blog-con h4 {
	font-size: 20px;
	font-weight: bold;
}

.blog-con h5 {
	font-size: 19px;
	font-weight: bold;
}

.blog-con h6 {
	font-size: 18px;
	font-weight: bold;
}

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

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

/*Category
=======================================================*/
.category li {
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}

.category li a {
	color: #56534c;
}

.category-ttl {
	border-bottom: 1px solid #ddd;
	word-break: break-all;
	font-size: 24px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-bottom: 10px;
}

.category-wrap {
	display: flex;
	padding-top: 20px;
}

a.more-btn {
	display: block;
	margin-top: 20px;
	color: rgb(67 123 229) !important;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 0.4rem 1rem;
	border: 1px solid rgb(67 123 229);
	border-radius: 10px;
	width: fit-content;
	margin-left: auto;
	position: relative;
	background-color: transparent;
	overflow: hidden;
	font-family: "Noto Serif JP", sans-serif;;
}

a.more-btn::before {
	content: '';
	display: block;
	width: 200%;
	height: 500%;
	background-color: rgb(67 123 229);
	position: absolute;
	left: -200%;
	top: 70%;
	transition: 1s all;
	transform: rotate(-8deg);
	transform-origin: 0 50%;
	opacity: .8;
	z-index: -1;
}

a.more-btn:hover {
	background: transparent;
	color: #fff !important;
	opacity: 1;
}

a.more-btn:hover::before {
	opacity: 1;
	left: -10%;
	top: -120%;
}

a.more-btn::after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/more_arrow-1.svg) no-repeat center center/70% 100%;
	margin-left: 10px;
	transition: all 0.5s;
}

a.more-btn:hover::after {
	background: url(../img/more_arrow-1-w.svg) no-repeat center center/70% 100%;
}

.more {
	width: 100%;
	padding: 0 20px;
}

.more p {
	margin: 0;
}

.category-menu .more a:first-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	font-size: 13px;
}

.category-menu .more {
	flex-direction: column;
	display: flex;
}

.category-menu .more .btn-normal {
	margin-top: auto;
	width: 250px;
}

.category-img {
	max-width: 300px;
    max-height: 172px;
}

.category-menu .category-img {
	width: 200px;
	height: 200px;
}

.category-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-time {
	font-size: 11px;
	text-align: right;
	display: block;
	color: #999;
}

/* Category よくある質問 */
.category-ttl-faq {
	display: block;
}

.category-wrap-faq {
	padding-top: 0;
}

.category-news {}

.category-news__item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 50px;
	padding: 30px 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #ddd;
}

.category-news__item>a {
	width: fit-content;
}

.category-news__item:last-child {
	border-bottom: none;
}

.category-news__item__left {}

.category-news__item__right {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
}

.category-news__item__right>a {}

.category-news__item__cats {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.category-news__item__cat {
	padding: 0 !important;
	margin: 0 !important;
}

.category-news__item__cat a {
	background-color: #dce5ec;
	padding: 3px 15px;
	border-radius: 3px;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.category-wrap {
		/* flex-wrap: wrap;
		display: block; */
		align-items: center;
    	flex-direction: column;
	}

	.category-img {
		width: 100% !important;
		overflow: hidden;
		max-height: 230px;
	}

	.more {
		padding: 0;
	}

	a.more-btn {
		margin-top: 0;
	}

	.category-menu .more .btn-normal {
		margin-top: 20px;
	}

	.category-news__item {
		flex-direction: column;
		gap: 10px;
	}

	.category-news__item {
		padding: 20px 0 !important;
	}
}

/*Wp
=======================================================*/

:root {
	--ystdb-ystd-blue: #07689f;
}

.ystdb-balloon {
	display: flex;
	align-items: flex-start;
}

.ystdb-balloon.is-balloon-position-left {
	flex-direction: row-reverse;
}

.ystdb-balloon.is-vertically-aligned-center {
	align-items: center;
}

.ystdb-balloon.is-vertically-aligned-bottom {
	align-items: flex-end;
}

.ystdb-balloon__avatar {
	flex: 0 0 64px;
	width: 64px;
	min-width: 0;
	margin: 0;
}

.ystdb-balloon__avatar img {
	-o-object-fit: cover;
	width: 64px;
	height: 64px;
	object-fit: cover;
}

@media (min-width:600px) {
	.ystdb-balloon__avatar.is-size-large {
		flex: 0 0 80px;
		width: 80px;
	}

	.ystdb-balloon__avatar.is-size-large img {
		width: 80px;
		height: 80px;
	}

	.ystdb-balloon__avatar.is-size-large .ystdb-balloon__name {
		font-size: .8em;
	}
}

.ystdb-balloon__avatar-image {
	display: block;
	border-radius: 50%;
}

.ystdb-balloon__avatar-image.has-border {
	border-style: solid;
	border-color: #eee;
}

.ystdb-balloon__name {
	margin-top: .25em;
	padding: 0;
	font-style: normal;
	font-size: .6em;
	line-height: 1.2;
	text-align: center;
}

.ystdb-balloon__body {
	position: relative;
	padding: 1em;
	border-style: solid;
	border-radius: 4px;
	border-color: #e9ecef;
	background-color: #e9ecef
}

.ystdb-balloon__body:after {
	position: absolute;
	content: ""
}

.ystdb-balloon__body.is-serif:after {
	top: 1em;
	width: 0;
	height: 0;
	border: .75em solid transparent;
}

.ystdb-balloon__body.is-serif.is-right {
	margin-left: 1.5em;
}

.ystdb-balloon__body.is-serif.is-right:after {
	right: 100%;
	border-right-color: inherit;
}

.ystdb-balloon__body.is-serif.is-left {
	margin-right: 1.5em;
}

.ystdb-balloon__body.is-serif.is-left:after {
	left: 100%;
	border-left-color: inherit;
}

.ystdb-balloon__body.is-serif.is-center:after {
	top: 50%;
	transform: translateY(-50%);
}

.ystdb-balloon__body.is-serif.is-bottom:after {
	top: auto;
	bottom: 3em;
}

.ystdb-balloon__body.is-serif-border:not(.has-border-color) {
	border-color: #656565;
}

.ystdb-balloon__body.is-serif-border:not(.has-border-color) .ystdb-balloon__serif-triangle {
	border-color: #656565 transparent transparent #656565;
}

.ystdb-balloon__body.is-serif-border .ystdb-balloon__serif-triangle {
	position: absolute;
	top: 16px;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	border-style: solid;
}

.ystdb-balloon__body.is-serif-border .ystdb-balloon__serif-triangle:after {
	display: block;
	width: 12px;
	height: 12px;
	background-color: inherit;
	content: "";
}

.ystdb-balloon__body.is-serif-border.is-right {
	margin-left: 1.5em;
}

.ystdb-balloon__body.is-serif-border.is-right .ystdb-balloon__serif-triangle {
	right: calc(100% - 5px);
}

.ystdb-balloon__body.is-serif-border.is-left {
	margin-right: 1.5em;
}

.ystdb-balloon__body.is-serif-border.is-left .ystdb-balloon__serif-triangle {
	left: calc(100% - 5px);
	transform: rotate(135deg);
}

.ystdb-balloon__body.is-serif-border.is-center .ystdb-balloon__serif-triangle {
	top: 50%;
}

.ystdb-balloon__body.is-serif-border.is-center.is-right .ystdb-balloon__serif-triangle {
	transform: translateY(-50%) rotate(-45deg);
}

.ystdb-balloon__body.is-serif-border.is-center.is-left .ystdb-balloon__serif-triangle {
	transform: translateY(-50%) rotate(135deg);
}

.ystdb-balloon__body.is-serif-border.is-bottom .ystdb-balloon__serif-triangle {
	top: auto;
	bottom: 3em;
}

.ystdb-balloon__body.is-think {
	padding: 1em 1.5em;
	border-radius: 3em;
}

.ystdb-balloon__body.is-think:after,
.ystdb-balloon__body.is-think:before {
	border-radius: 50%;
	background-color: inherit;
}

.ystdb-balloon__body.is-think:before {
	position: absolute;
	top: 3em;
	width: 10px;
	height: 10px;
	content: "";
}

.ystdb-balloon__body.is-think:after {
	top: 2.5em;
	width: 14px;
	height: 14px;
}

.ystdb-balloon__body.is-think.is-right {
	margin-left: 2.5em;
}

.ystdb-balloon__body.is-think.is-right:before {
	right: calc(100% + 1.3em);
}

.ystdb-balloon__body.is-think.is-right:after {
	right: calc(100% + .2em);
}

.ystdb-balloon__body.is-think.is-left {
	margin-right: 2.5em;
}

.ystdb-balloon__body.is-think.is-left:before {
	left: calc(100% + 1.4em);
}

.ystdb-balloon__body.is-think.is-left:after {
	left: calc(100% + .3em);
}

.ystdb-balloon__body.is-think.is-center:after,
.ystdb-balloon__body.is-think.is-center:before {
	transform: translateY(-50%);
}

.ystdb-balloon__body.is-think.is-center:before {
	top: calc(35% + 2em);
}

.ystdb-balloon__body.is-think.is-center:after {
	top: calc(35% + 1.5em);
}

.ystdb-balloon__body.is-think.is-bottom:after,
.ystdb-balloon__body.is-think.is-bottom:before {
	top: auto;
}

.ystdb-balloon__body.is-think.is-bottom:before {
	bottom: 5em;
}

.ystdb-balloon__body.is-think.is-bottom:after {
	bottom: 5.5em;
}

.ystdb-balloon__body p {
	margin: 0;
}

.ystdb-card {
	position: relative;
	border: 1px solid #eee;
	background-color: #fff;
}

.ystdb-card.is-fixed-horizon,
.ystdb-card.is-horizon {
	width: 100%;
}

.ystdb-card.is-vertical {
	max-width: 500px;
}

@media (min-width:600px) {
	.ystdb-card__container.is-horizon {
		display: flex;
	}
}

.ystdb-card__container.is-fixed-horizon {
	display: flex;
}

.ystdb-card__container.has-image-align-right {
	flex-direction: row-reverse;
}

.ystdb-card__image {
	min-width: 100px;
	margin: 0;
	text-align: center;
}

.ystdb-card__image.is-size--small--fixed {
	flex: 0 0 20%;
	width: 20%;
	max-width: 200px;
}

.ystdb-card__image.is-size--normal--fixed {
	flex: 0 0 25%;
	width: 25%;
	max-width: 250px;
}

.ystdb-card__image.is-size--large--fixed {
	flex: 0 0 35%;
	width: 35%;
	max-width: 300px;
}

@media (min-width:600px) {
	.ystdb-card__image.is-size--small {
		flex: 0 0 20%;
		width: 20%;
		max-width: 200px;
	}

	.ystdb-card__image.is-size--normal {
		flex: 0 0 25%;
		width: 25%;
		max-width: 250px;
	}

	.ystdb-card__image.is-size--large {
		flex: 0 0 35%;
		width: 35%;
		max-width: 300px;
	}
}

.ystdb-card__image.is-fit {
	position: relative;
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {

	.ystdb-card__image.is-fit amp-img,
	.ystdb-card__image.is-fit img {
		-o-object-fit: cover;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	@media (min-width:600px) {

		.ystdb-card__image.is-fit amp-img,
		.ystdb-card__image.is-fit img {
			position: absolute;
			top: 0;
			left: 0;
		}
	}
}

.ystdb-card__text {
	flex-grow: 1;
	align-self: center;
	padding: 1.5rem 1rem;
}

.ystdb-card__title {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.3;
}

.ystdb-card__dscr {
	margin-top: 1em;
	color: var(--font-gray);
	font-size: .8em;
}

.ystdb-card__link {
	text-decoration: none;
}

.ystdb-card__link,
.ystdb-card__link:not(.has-text-color):hover {
	color: currentcolor;
}

.ystdb-card__link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.ystdb-card__domain {
	margin-top: 1em;
	color: var(--font-gray);
	font-size: .5em;
}

.ystdb-card__caption {
	margin-top: .5em;
	margin-bottom: 1em;
	color: var(--font-gray);
	font-style: italic;
	font-size: .9em;
	text-align: center;
}

.ystdb-heading {
	position: relative;
}

@media (max-width:599px) {
	.ystdb-heading.ys-is-font-responsive .ystdb-heading__text {
		font-size: var(--ys-font-mobile);
	}
}

@media (min-width:600px) and (max-width:1024px) {
	.ystdb-heading.ys-is-font-responsive .ystdb-heading__text {
		font-size: var(--ys-font-tablet);
	}
}

@media (min-width:1025px) {
	.ystdb-heading.ys-is-font-responsive .ystdb-heading__text {
		font-size: var(--ys-font-desktop);
	}
}

.ystdb-heading .ystdb-heading__text.is-clear-style:not([class*=is-style-ystdtb]) {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	font-weight: 400;
}

.ystdb-heading .ystdb-heading__text.is-clear-style:not([class*=is-style-ystdtb]):after,
.ystdb-heading .ystdb-heading__text.is-clear-style:not([class*=is-style-ystdtb]):before {
	display: none;
}

.ystdb-heading .ystdb-heading__text.is-clear-style:not([class*=is-style-ystdtb]):not(.has-text-color) {
	color: inherit;
}

.ystdb-heading__container p {
	margin: 0;
}

.ystdb-heading__subtext {
	display: block;
	line-height: 1.2;
}

.ystdb-heading__subtext:before {
	speak: none;
	content: attr(data-text);
}

.ystdb-heading__subtext:not(.has-font-size) {
	font-size: 14px;
}

.ystdb-heading__subtext:not(.has-color) {
	color: var(--font-gray);
}

@media (max-width:599px) {
	.ystdb-heading__subtext.ys-is-font-responsive {
		font-size: var(--ys-font-mobile);
	}
}

@media (min-width:600px) and (max-width:1024px) {
	.ystdb-heading__subtext.ys-is-font-responsive {
		font-size: var(--ys-font-tablet);
	}
}

@media (min-width:1025px) {
	.ystdb-heading__subtext.ys-is-font-responsive {
		font-size: var(--ys-font-desktop);
	}
}

.has-text-color .ystdb-heading__subtext:not(.has-color) {
	color: currentcolor;
}

.ystdb-heading__line {
	display: block;
}

.has-text-align-left .ystdb-heading__line {
	margin-right: auto;
}

.has-text-align-right .ystdb-heading__line {
	margin-left: auto;
}

.ystdb-heading__line+.ystdb-heading__text {
	margin-top: 0;
}

.ystdb-section.has-animation {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 0;
}

.ystdb-section.animation--fadein {
	animation-name: ystdb-fadein;
}

.ystdb-section.animation--fadein-up {
	animation-name: ystdb-fadein-up;
}

.ystdb-section.animation--fadein-down {
	animation-name: ystdb-fadein-down;
}

.ystdb-section.animation--fadein-left {
	animation-name: ystdb-fadein-left;
}

.ystdb-section.animation--fadein-right {
	animation-name: ystdb-fadein-right;
}

.ystdb-section.animation--fadein-shrink {
	animation-name: ystdb-fadein-shrink;
}

.ystdb-section.animation--fadein-grow {
	animation-name: ystdb-fadein-grow;
}

@keyframes ystdb-fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes ystdb-fadein-up {
	0% {
		transform: translateY(5%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes ystdb-fadein-down {
	0% {
		transform: translateY(-5%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes ystdb-fadein-left {
	0% {
		transform: translateX(-5%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes ystdb-fadein-right {
	0% {
		transform: translateX(5%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes ystdb-fadein-shrink {
	0% {
		transform: scale(1.05);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes ystdb-fadein-grow {
	0% {
		transform: scale(.95);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.ystdb-section {
	display: flex;
	z-index: 0;
	position: relative;
	align-items: center;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.ystdb-section .ystdb-section__container {
	flex: 0 0 100%;
	max-width: 100%;
}

.ystdb-section.is-screen-height {
	height: 100vh;
}

.ystdb-section.has-parallax {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling:touch) {
	.ystdb-section.has-parallax {
		background-attachment: scroll;
	}
}

@supports (-webkit-touch-callout:none) {
	.ystdb-section.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.ystdb-section.has-parallax {
		background-attachment: scroll;
	}
}

.ystdb-section.is-container-fluid,
.ystdb-section.is-container-fluid.alignfull {
	padding-right: 0;
	padding-left: 0;
}

.ystdb-section__video-background {
	-o-object-fit: cover;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateX(-50%) translateY(-50%);
}

.ystdb-section__bg {
	z-index: 1;
	position: absolute;
}

.ystdb-section__bg:not(.is-custom-size),
.ystdb-section__overlay-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ystdb-section__overlay-image {
	position: absolute;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.ystdb-section__inner {
	z-index: 2;
	position: relative;
}

.ystdb-section__inner>* {
	margin-top: 1.5em;
	margin-bottom: 0;
}

.ystdb-section__inner>:first-child {
	margin-top: 0;
}

.ystdb-section__inner p:empty {
	display: none;
}

.ystdb-section__divider {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.ystdb-section__divider svg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100px;
}

.ystdb-section__divider--top {
	top: -1px;
	transform: rotate(180deg);
}

.ystdb-section__divider--bottom {
	bottom: -1px;
}

.ystdb-section__divider--triangle svg {
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.ystdb-button__icon {
	line-height: 1;
}

.ystdb-button__icon svg {
	display: block;
}

.ystdb-button__icon svg[fill=none] {
	fill: none;
}

.ystdb-button__icon svg[fill=currentColor] {
	fill: currentcolor;
}

.ystdb-button__icon svg[stroke=none] {
	stroke: none;
}

.ystdb-button__icon svg[stroke=currentColor] {
	stroke: currentcolor;
}

.ystdb-button__icon--left {
	margin-right: .5em;
}

.ystdb-button__icon--right {
	margin-left: .5em;
}

.ystdb-button__link-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ystdb-button__link {
	cursor: pointer;
}

.ystdb-button__link .ystdb-button__text {
	line-height: 1.3;
}

.ystdb-button__link.has-animation {
	position: relative;
	overflow: hidden;
}

.ystdb-button__link.has-animation:before {
	position: absolute;
	top: -50%;
	left: 0;
	width: 50px;
	height: 150%;
	transform: rotate(45deg);
	background-color: #fff;
	content: "";
	animation-duration: inherit;
	animation-iteration-count: infinite;
	opacity: 0;
}

.ystdb-button__link.has-animation.has-animation--shine:before {
	animation-name: shine;
}

.ystdb-button__link .fa-xs svg,
.ystdb-button__link .is-small svg {
	width: .75em;
	height: .75em;
}

.ystdb-button__link .fa-2x svg,
.ystdb-button__link .is-large svg {
	width: 2em;
	height: 2em;
}

@media (max-width:599px) {
	.wp-block-button.ys-is-font-responsive {
		font-size: var(--ys-font-mobile);
	}
}

@media (min-width:600px) and (max-width:1024px) {
	.wp-block-button.ys-is-font-responsive {
		font-size: var(--ys-font-tablet);
	}
}

@media (min-width:1025px) {
	.wp-block-button.ys-is-font-responsive {
		font-size: var(--ys-font-desktop);
	}
}

.wp-block-button .ystdb-button__link.is-small {
	padding: .25rem 1rem;
}

.wp-block-button .ystdb-button__link.is-large {
	padding: .75rem 2.5rem;
}

.wp-block-button .ystdb-button__link.is-block {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wp-block-button .ystdb-button__link.is-block:not(.is-block--mobile):not(.is-block--tablet):not(.is-block--desktop) {
	display: block;
}

@media (max-width:599px) {
	.wp-block-button .ystdb-button__link.is-block--mobile {
		display: block;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	.wp-block-button .ystdb-button__link.is-block--tablet {
		display: block;
	}
}

@media (min-width:1025px) {
	.wp-block-button .ystdb-button__link.is-block--desktop {
		display: block;
	}
}

@media (max-width:599px) {
	.wp-block-button .ystdb-button__link.is-vertical-padding-responsive {
		padding-top: var(--ys-padding-vertical-mobile);
		padding-bottom: var(--ys-padding-vertical-mobile);
	}
}

@media (min-width:600px) and (max-width:1024px) {
	.wp-block-button .ystdb-button__link.is-vertical-padding-responsive {
		padding-top: var(--ys-padding-vertical-tablet);
		padding-bottom: var(--ys-padding-vertical-tablet);
	}
}

@media (min-width:1025px) {
	.wp-block-button .ystdb-button__link.is-vertical-padding-responsive {
		padding-top: var(--ys-padding-vertical-desktop);
		padding-bottom: var(--ys-padding-vertical-desktop);
	}
}

@media (max-width:599px) {
	.wp-block-button .ystdb-button__link.is-horizontal-padding-responsive {
		padding-right: var(--ys-padding-horizontal-mobile);
		padding-left: var(--ys-padding-horizontal-mobile);
	}
}

@media (min-width:600px) and (max-width:1024px) {
	.wp-block-button .ystdb-button__link.is-horizontal-padding-responsive {
		padding-right: var(--ys-padding-horizontal-tablet);
		padding-left: var(--ys-padding-horizontal-tablet);
	}
}

@media (min-width:1025px) {
	.wp-block-button .ystdb-button__link.is-horizontal-padding-responsive {
		padding-right: var(--ys-padding-horizontal-desktop);
		padding-left: var(--ys-padding-horizontal-desktop);
	}
}

@keyframes shine {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: .3;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: .6;
	}

	to {
		transform: scale(80) rotate(45deg);
		opacity: 0;
	}
}

.ystdb-btn-link {
	position: relative;
}

.ystdb-btn-link a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	transition-duration: unset;
}

.ystdb-btn-link a,
.ystdb-btn-link a:hover {
	color: currentcolor;
}

.ystdb-btn-link a:before {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.ystdb-btn-link img:not(.is-show-image) {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.ystdb-icon {
	padding: 1rem;
}

.ystdb-icon svg[fill=none] {
	fill: none;
}

.ystdb-icon svg[fill=currentColor] {
	fill: currentcolor;
}

.ystdb-icon svg[stroke=none] {
	stroke: none;
}

.ystdb-icon svg[stroke=currentColor] {
	stroke: currentcolor;
}

.ystdb-icon.is-size--2 svg {
	width: 2em;
	height: 2em;
}

.ystdb-icon.is-size--5 svg {
	width: 5em;
	height: 5em;
}

.ystdb-icon .ystdb-icon__link {
	color: currentcolor;
	text-decoration: none;
}

.ystdb-icon .ystdb-icon__link:hover {
	color: currentcolor;
}

@media (min-width:1025px) {
	[style*="--ystdb-margin-desktop"] {
		margin: var(--ystdb-margin-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-margin-tablet"] {
		margin: var(--ystdb-margin-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-margin-mobile"] {
		margin: var(--ystdb-margin-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-margin-top-desktop"] {
		margin-top: var(--ystdb-margin-top-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-margin-top-tablet"] {
		margin-top: var(--ystdb-margin-top-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-margin-top-mobile"] {
		margin-top: var(--ystdb-margin-top-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-margin-right-desktop"] {
		margin-right: var(--ystdb-margin-right-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-margin-right-tablet"] {
		margin-right: var(--ystdb-margin-right-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-margin-right-mobile"] {
		margin-right: var(--ystdb-margin-right-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-margin-left-desktop"] {
		margin-left: var(--ystdb-margin-left-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-margin-left-tablet"] {
		margin-left: var(--ystdb-margin-left-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-margin-left-mobile"] {
		margin-left: var(--ystdb-margin-left-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-margin-bottom-desktop"] {
		margin-bottom: var(--ystdb-margin-bottom-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-margin-bottom-tablet"] {
		margin-bottom: var(--ystdb-margin-bottom-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-margin-bottom-mobile"] {
		margin-bottom: var(--ystdb-margin-bottom-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-padding-desktop"] {
		padding: var(--ystdb-padding-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-padding-tablet"] {
		padding: var(--ystdb-padding-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-padding-mobile"] {
		padding: var(--ystdb-padding-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-padding-top-desktop"] {
		padding-top: var(--ystdb-padding-top-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-padding-top-tablet"] {
		padding-top: var(--ystdb-padding-top-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-padding-top-mobile"] {
		padding-top: var(--ystdb-padding-top-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-padding-right-desktop"] {
		padding-right: var(--ystdb-padding-right-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-padding-right-tablet"] {
		padding-right: var(--ystdb-padding-right-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-padding-right-mobile"] {
		padding-right: var(--ystdb-padding-right-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-padding-left-desktop"] {
		padding-left: var(--ystdb-padding-left-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-padding-left-tablet"] {
		padding-left: var(--ystdb-padding-left-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-padding-left-mobile"] {
		padding-left: var(--ystdb-padding-left-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-padding-bottom-desktop"] {
		padding-bottom: var(--ystdb-padding-bottom-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-padding-bottom-tablet"] {
		padding-bottom: var(--ystdb-padding-bottom-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-padding-bottom-mobile"] {
		padding-bottom: var(--ystdb-padding-bottom-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-gap-desktop"] {
		gap: var(--ystdb-gap-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-gap-tablet"] {
		gap: var(--ystdb-gap-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-gap-mobile"] {
		gap: var(--ystdb-gap-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-column-gap-desktop"] {
		column-gap: var(--ystdb-column-gap-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-column-gap-tablet"] {
		column-gap: var(--ystdb-column-gap-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-column-gap-mobile"] {
		column-gap: var(--ystdb-column-gap-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-row-gap-desktop"] {
		row-gap: var(--ystdb-row-gap-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-row-gap-tablet"] {
		row-gap: var(--ystdb-row-gap-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-row-gap-mobile"] {
		row-gap: var(--ystdb-row-gap-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-width-desktop"] {
		width: var(--ystdb-width-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-width-tablet"] {
		width: var(--ystdb-width-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-width-mobile"] {
		width: var(--ystdb-width-mobile) !important;
	}
}

@media (min-width:1025px) {
	[style*="--ystdb-heigt-desktop"] {
		heigt: var(--ystdb-heigt-desktop) !important;
	}
}

@media (min-width:600px) and (max-width:1024px) {
	[style*="--ystdb-heigt-tablet"] {
		heigt: var(--ystdb-heigt-tablet) !important;
	}
}

@media (max-width:599px) {
	[style*="--ystdb-heigt-mobile"] {
		heigt: var(--ystdb-heigt-mobile) !important
	}
}

@media screen and (max-width: 768px) {
	.has-text-align-center .ystdb-heading__line {
		width: 100%;
	}
}

/* page2 css */


.clear {
	clear: both;
}

a {
	color: #252525;
}

a:hover {
	opacity: 0.7;
}

strong {
	font-weight: bold;
}

table {
	width: 100% !important;
}

table td {
	padding: 5px;
	font-family: auto;
}
/*サイドバー
=======================================================*/
#side {
	width: 23%;
}

.side-wrap {
	margin-bottom: 20px;
}

.side-ttl {
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: rgb(67 123 229);
	padding: 5px 10px;
}

.side-box li {
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	padding: 10px;
	margin-bottom: 0;
}

.side-box li a {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}

.side-box li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(/wp-content/themes/lusoi2023/img/side_arrow.svg) no-repeat;
}

.side-blog-text {
	width: 90%;
	font-size: 13px;
	padding-left: 5px;
}

/*メイン画像*/

.swiper-container,
.swiper-slide {
	width: 100%;
	height: auto;
}

.swiper-container img {
	width: 100%;
	height: auto;
}

.drawer-toggle {
	margin: 10px 0 0 0;
}

.drawer-menu>li {
	border-bottom: 1px solid #eee;
}

/*ページャー*/

.text-center {
	text-align: center;
}

ul.page-numbers {
	border-radius: 4px;
	margin: 40px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

ul.page-numbers>li {
	display: inline;
	padding: 0;
}

ul.page-numbers>li>a,
ul.page-numbers>li>span {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #999999;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

ul.page-numbers>li:first-child>a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}

ul.page-numbers>li:last-child>a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

ul.page-numbers>li>a:hover {
	background-color: #eeeeee;
	border-color: #dddddd;
	color: #2a6496;
}

ul.page-numbers .current {
	background-color: #999999;
	border-color: #999999;
	color: #ffffff;
	cursor: default;
	z-index: 2;
}

/**************************
PC
**************************/

@media screen and (min-width:1081px) {

	.pcnone {
		display: none;
	}

	/*パンくず*/
	.breadcrumbs {
		width: 1080px;
		margin: 30px auto 0;
		font-size: 0.8em;
		line-height: 180%;
	}

	/*メイン画像*/
	.swiper-container {
		width: 1080px;
		height: auto;
		margin: 0 auto 0;
	}

	.swiper-slide {
		width: 1080px;
		height: auto;
		margin: 0 auto;
	}

	/*大枠*/
	#wrapper {
		width: 1080px;
		margin: 0 auto;
		padding: 30px 0;
	}

	/*コンテンツ*/
	#content {
		width: 780px;
		float: left;
	}

	/*一覧（サムネイル）*/
	.list_thum {
		width: 795px;
		overflow: hidden;
		list-style: none;
		margin: 0 0 15px;
	}

	.list_thum li {
		float: left;
		width: 229px;
		padding: 10px;
		background: #fff;
		margin: 0 15px 15px 0;
		line-height: 130%;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.list_thum li a {
		text-decoration: none;
		color: #252525;
	}

	.list_thum li img {
		width: 100%;
		height: auto;
	}

	.list_thum li h3 {
		font-size: 1em;
		font-weight: normal;
		padding: 10px 0 10px;
		color: #252525;
	}

	.list_thum li p {
		font-size: 0.8em;
		padding: 0 0 10px;
	}

	.list_thum li div {
		font-size: 0.8em;
		padding: 10px 0 0;
		color: #ccc;
		border-top: 1px dotted #ccc;
	}

	/*一覧（通常）*/
	.list {
		width: 100%;
		list-style: none;
		margin: 0 0 15px;
	}

	.list li {
		width: 759px;
		background: #fff;
		padding: 10px;
		margin: 0 0 15px 0;
		line-height: 130%;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.list li img {
		width: 150px;
		height: auto;
		float: left;
		margin: 0 10px 0 0;
	}

	.list li a {
		text-decoration: none;
		color: #252525;
	}

	.list li h3 {
		font-size: 1em;
		font-weight: normal;
		color: #252525;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #ccc;
		margin: 0 0 15px 0;
	}

	.list li p {
		font-size: 0.8em;
		padding: 0 0 5;
	}

	.list li div {
		font-size: 0.8em;
		padding: 5px 0 0;
		color: #ccc;
	}

	#post {
		display: block;
		padding: 10px;
		margin: 0 0 10px 0;
		color: #fff;
		text-align: center;
		background: #F89C2D;
		border-radius: 5px;
		text-decoration: none;
	}

	#login {
		display: block;
		padding: 10px;
		color: #fff;
		text-align: center;
		background: #00B22D;
		border-radius: 5px;
		text-decoration: none;
	}

	#entry {
		display: block;
		padding: 10px;
		margin: 0 0 10px 0;
		color: #fff;
		text-align: center;
		background: #F89C2D;
		border-radius: 5px;
		text-decoration: none;
	}

	#logout {
		display: block;
		padding: 10px;
		color: #fff;
		text-align: center;
		background: #B20000;
		border-radius: 5px;
		text-decoration: none;
	}

	.fb-page {
		margin: -30px 0 30px 0;
	}

	/*固定ページ*/
	#page {
		background: #fff;
		padding: 15px;
	}

	#list_cat li {
		border-top: 1px dotted #ccc;
		list-style: url(images/list.png) inside;
		padding: 10px 0;
	}

	#list_cat li:first-child {
		border: none;
	}

	#list_cat a {
		color: #252525;
		padding: 10px 0;
		text-decoration: none;
	}

	/*シングル*/
	#single {
		background: #fff;
		padding: 0;
		line-height: 180%;
	}

	#single p {
		margin: 0 0 15px;
	}

	#single .left {
		width: 49%;
		height: auto;
		margin: 0 0 15px;
		float: left;
	}

	#single .right {
		width: 49%;
		height: auto;
		margin: 0 0 15px;
		float: right;
	}

	#single h4 {
		padding: 10px;
		font-weight: normal;
		background: #ddd;
		margin: 0 0 15px 0;
		font-size: 0.8em;
	}

	/*フォーム*/
	.form {
		width: 100%;
		font-size: 0.9em;
		margin: 0 0 30px 0;
		border-collapse: collapse;
	}

	.form th {
		width: 35%;
		padding: 10px;
		background: #eee;
		border: 1px solid #ddd;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
	}

	.form td {
		width: 65%;
		padding: 10px;
		border: 1px solid #ddd;
	}

	.wpcf7-form-control {
		padding: 5px;
	}

}

/**************************
tablet
**************************/

@media only screen and (min-width:376px) and (max-width:1080px) {


	.spnone {
		display: none;
	}

	/*メイン画像*/
	.swiper-container {
		width: 100%;
		height: auto;
		margin: 0 auto 0;
	}

	.swiper-slide {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	/*大枠*/
	#wrapper {
		width: 100%;
		margin: 0 auto;
	}

	/*コンテンツ*/
	#content {
		width: 100%;
	}

	/*一覧（サムネイル）*/
	.list_thum {
		width: 96%;
		overflow: hidden;
		list-style: none;
		padding: 0 2%;
	}

	.list_thum li {
		float: left;
		width: 45%;
		padding: 2%;
		background: #fff;
		margin: 0 2% 2% 0;
		line-height: 130%;
	}

	.list_thum li:nth-child(2n) {
		margin: 0 0 2% 0;
	}

	.list_thum li a {
		text-decoration: none;
		color: #252525;
	}

	.list_thum li img {
		width: 100%;
		height: auto;
	}

	.list_thum li h3 {
		font-size: 1em;
		font-weight: normal;
		padding: 10px 0 10px;
		color: #252525;
	}

	.list_thum li p {
		font-size: 0.8em;
		padding: 0 0 10px;
	}

	.list_thum li div {
		font-size: 0.8em;
		padding: 10px 0 0;
		color: #ccc;
		border-top: 1px dotted #ccc;
	}

	/*一覧（通常）*/
	.list {
		width: 96%;
		list-style: none;
		margin: 0 0 15px;
		padding: 0 2%;
	}

	.list li {
		width: 96%;
		background: #fff;
		padding: 2%;
		margin: 0 0 2% 0;
		line-height: 130%;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.list li img {
		width: 80px;
		height: auto;
		float: left;
		margin: 0 10px 0 0;
	}

	.list li a {
		text-decoration: none;
		color: #252525;
	}

	.list li h3 {
		font-size: 1em;
		font-weight: normal;
		color: #252525;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #ccc;
		margin: 0 0 15px 0;
	}

	.list li p {
		font-size: 0.8em;
		padding: 0 0 5px;
	}

	.list li div {
		font-size: 0.8em;
		padding: 5px 0 0;
		color: #ccc;
	}

	/*サイド*/
	#side {
		display: none;
		width: 100%;
	}

	#bn {
		padding: 2%;
	}

	#side .bnleft {
		width: 47%;
		margin: 0 0 2% 2%;
		float: left;
	}

	#side .bnleft img {
		width: 100%;
		height: auto;
	}

	#side .bnright {
		width: 47%;
		margin: 0 2% 2% 1%;
		float: left;
	}

	#side .bnright img {
		width: 100%;
		height: auto;
	}

	#sidelist_thum {
		background: #fff;
		list-style: none;
		margin: -2% 0 0 0;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#sidelist_thum li {
		padding: 10px;
		border-top: 1px dotted #ccc;
		text-decoration: none;
		font-size: 0.8em;
	}

	#sidelist_thum img {
		width: 80px;
		float: left;
		margin: 0 10px 0 0;
		height: auto;
	}

	#sidelist_thum h3 a {
		color: #252525;
		font-weight: normal;
	}

	#sidelist_cat {
		margin: -2% 0 0 0;
		background: #fff;
		padding: 0 10px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#sidelist_cat li {
		border-top: 1px dotted #ccc;
		list-style: url(images/list.png) inside;
		padding: 10px 0;
	}

	#sidelist_cat a {
		color: #252525;
		padding: 10px 0;
		text-decoration: none;
	}

	#sidemember {
		margin: -2% 0 0 0;
		padding: 2%;
		background: #fff;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#post {
		display: block;
		padding: 10px;
		margin: 0 0 2% 0;
		color: #fff;
		text-align: center;
		background: #F89C2D;
		border-radius: 5px;
		text-decoration: none;
	}

	#login {
		display: block;
		padding: 10px;
		color: #fff;
		text-align: center;
		background: #00B22D;
		border-radius: 5px;
		text-decoration: none;
	}

	#entry {
		display: block;
		padding: 10px;
		margin: 0 0 2% 0;
		color: #fff;
		text-align: center;
		background: #F89C2D;
		border-radius: 5px;
		text-decoration: none;
	}

	#logout {
		display: block;
		padding: 10px;
		color: #fff;
		text-align: center;
		background: #B20000;
		border-radius: 5px;
		text-decoration: none;
	}

	#fb {
		padding: 0 2% 2% 2%;
		text-align: center;
	}

	/*固定ページ*/
	#page {
		background: #fff;
		margin: 2%;
		padding: 2%;
	}

	#list_cat li {
		border-top: 1px dotted #ccc;
		list-style: url(images/list.png) inside;
		padding: 10px 0;
	}

	#list_cat li:first-child {
		border: none;
	}

	#list_cat a {
		color: #252525;
		padding: 10px 0;
		text-decoration: none;
	}

	/*シングル*/
	#single {
		background: #fff;
		padding: 2%;
		line-height: 180%;
	}

	#single p {
		margin: 0 0 15px;
	}

	#single .left {
		width: 100%;
		height: auto;
		margin: 0 0 2%;
	}

	#single .right {
		width: 100%;
		height: auto;
		margin: 0 0 2%;
	}

	#single h4 {
		padding: 10px;
		font-weight: normal;
		background: #ddd;
		margin: 0 0 15px 0;
		font-size: 0.8em;
	}

	/*フォーム*/
	.form {
		width: 100%;
		font-size: 0.9em;
		margin: 0 0 30px 0;
		border-collapse: collapse;
	}

	.form th {
		width: 35%;
		padding: 10px;
		background: #eee;
		border: 1px solid #ddd;
		font-weight: normal;
		text-align: left;
	}

	.form td {
		width: 65%;
		padding: 10px;
		border: 1px solid #ddd;
	}

	#submit {
		display: block;
		margin: 0 auto 30px;
	}

	.wpcf7-form-control {
		padding: 5px;
	}
}

/**************************
スマホ
**************************/

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

	.spnone {
		display: none;
	}

	#contact {
		padding: 3%;
	}

	#contact #left {
		background: #252525;
		display: block;
		color: #fff;
		width: 94%;
		padding: 3%;
		text-align: center;
		text-decoration: none;
		margin: 0 0 3% 0;
		border-radius: 3px;
	}

	#contact #right {
		background: #252525;
		display: block;
		color: #fff;
		width: 94%;
		padding: 3%;
		text-align: center;
		text-decoration: none;
		border-radius: 3px;
	}

	/*パンくず*/
	.breadcrumbs {
		margin: 30px auto 30px;
		font-size: 0.8em;
		line-height: 180%;
		padding: 0 2% 0;
	}

	/*メイン画像*/
	.swiper-container {
		width: 100%;
		height: auto;
		margin: 0 auto 0;
	}

	.swiper-slide {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	/*大枠*/
	#wrapper {
		width: 100%;
		margin: 0 auto;
	}

	/*コンテンツ*/
	#content {
		width: 100%;
	}

	/*一覧（サムネイル）*/
	.list_thum {
		width: 96%;
		overflow: hidden;
		list-style: none;
		padding: 0 2%;
	}

	.list_thum li {
		float: left;
		width: 45%;
		padding: 2%;
		background: #fff;
		margin: 0 2% 2% 0;
		line-height: 130%;
	}

	.list_thum li:nth-child(2n) {
		margin: 0 0 2% 0;
	}

	.list_thum li a {
		text-decoration: none;
		color: #252525;
	}

	.list_thum li img {
		width: 100%;
		height: auto;
	}

	.list_thum li h3 {
		font-size: 1em;
		font-weight: normal;
		padding: 10px 0 10px;
		color: #252525;
	}

	.list_thum li p {
		font-size: 0.8em;
		padding: 0 0 10px;
	}

	.list_thum li div {
		font-size: 0.8em;
		padding: 10px 0 0;
		color: #ccc;
		border-top: 1px dotted #ccc;
	}

	/*一覧（通常）*/
	.list {
		width: 96%;
		list-style: none;
		margin: 0 0 15px;
		padding: 0 2%;
	}

	.list li {
		width: 96%;
		background: #fff;
		padding: 2%;
		margin: 0 0 2% 0;
		line-height: 130%;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.list li img {
		width: 80px;
		height: auto;
		float: left;
		margin: 0 10px 0 0;
	}

	.list li a {
		text-decoration: none;
		color: #252525;
	}

	.list li h3 {
		font-size: 1em;
		font-weight: normal;
		color: #252525;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #ccc;
		margin: 0 0 15px 0;
	}

	.list li p {
		font-size: 0.8em;
		padding: 0 0 5px;
	}

	.list li div {
		font-size: 0.8em;
		padding: 5px 0 0;
		color: #ccc;
	}

	/*サイド*/
	#side {
		width: 100%;
	}

	#bn {
		padding: 2%;
	}

	#side .bnleft {
		width: 47%;
		margin: 0 0 2% 2%;
		float: left;
	}

	#side .bnleft img {
		width: 100%;
		height: auto;
	}

	#side .bnright {
		width: 47%;
		margin: 0 2% 2% 1%;
		float: left;
	}

	#side .bnright img {
		width: 100%;
		height: auto;
	}

	#sidelist_thum {
		background: #fff;
		list-style: none;
		margin: -2% 0 0 0;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#sidelist_thum li {
		padding: 10px;
		border-top: 1px dotted #ccc;
		text-decoration: none;
		font-size: 0.8em;
	}

	#sidelist_thum img {
		width: 80px;
		float: left;
		margin: 0 10px 0 0;
		height: auto;
	}

	#sidelist_thum h3 a {
		color: #252525;
		font-weight: normal;
	}

	#sidelist_cat {
		margin: -2% 0 0 0;
		background: #fff;
		padding: 0 10px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#sidelist_cat li {
		border-top: 1px dotted #ccc;
		list-style: url(images/list.png) inside;
		padding: 10px 0;
	}

	#sidelist_cat a {
		color: #252525;
		padding: 10px 0;
		text-decoration: none;
	}

	#sidemember {
		margin: -2% 0 0 0;
		padding: 2%;
		background: #fff;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#post {
		display: block;
		padding: 10px;
		margin: 0 0 2% 0;
		color: #fff;
		text-align: center;
		background: #F89C2D;
		border-radius: 5px;
		text-decoration: none;
	}

	#login {
		display: block;
		padding: 10px;
		color: #fff;
		text-align: center;
		background: #00B22D;
		border-radius: 5px;
		text-decoration: none;
	}

	#entry {
		display: block;
		padding: 10px;
		margin: 0 0 2% 0;
		color: #fff;
		text-align: center;
		background: #F89C2D;
		border-radius: 5px;
		text-decoration: none;
	}

	#logout {
		display: block;
		padding: 10px;
		color: #fff;
		text-align: center;
		background: #B20000;
		border-radius: 5px;
		text-decoration: none;
	}

	#fb {
		padding: 0 2% 2% 2%;
		text-align: center;
	}

	/*固定ページ*/
	#page {
		background: #fff;
		margin: 2%;
		padding: 2%;
	}

	#list_cat li {
		border-top: 1px dotted #ccc;
		list-style: url(images/list.png) inside;
		padding: 10px 0;
	}

	#list_cat li:first-child {
		border: none;
	}

	#list_cat a {
		color: #252525;
		padding: 10px 0;
		text-decoration: none;
	}

	/*シングル*/
	#single {
		background: #fff;
		margin: 2%;
		padding: 2%;
		line-height: 180%;
	}

	#single p {
		margin: 0 0 15px;
	}

	#single .left {
		width: 100%;
		height: auto;
		margin: 0 0 2%;
	}

	#single .right {
		width: 100%;
		height: auto;
		margin: 0 0 2%;
	}

	#single h4 {
		padding: 10px;
		font-weight: normal;
		background: #ddd;
		margin: 0 0 15px 0;
		font-size: 0.8em;
	}

	/*フォーム*/
	.form {
		width: 100%;
		font-size: 0.9em;
		margin: 0 0 30px 0;
		border-collapse: collapse;
	}

	.form th {
		width: 35%;
		padding: 10px;
		background: #eee;
		border: 1px solid #ddd;
		font-weight: normal;
		text-align: left;
	}

	.form td {
		width: 65%;
		padding: 10px;
		border: 1px solid #ddd;
	}

	#submit {
		display: block;
		margin: 0 auto 30px;
	}

	.wpcf7-form-control {
		padding: 5px;
	}
}