/*
Theme Name: ringle
Theme URI:
Author: ALUS
Author URI:
Description: カスタムテーマ
Version: 1.0
*/

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html {
	height: 100%;
}

body {
	color: #666464;
	background-color: #fffcf0;
	font-family: "Zen Maru Gothic", serif;
	font-optical-sizing: auto;
	font-style: normal;
	word-wrap: break-word;
	line-height: 1.8;
	font-size: 16px;
}

.gothic {
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
}

img {
	vertical-align: top;
	pointer-events: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}

li {
	list-style-type: none;
}

a {
	color: #666464;
	text-decoration: none;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
}

.sp-br {
	display: none;
}

.pc-br {
	display: block;
}

@media (max-width: 768px) {
	body {
		line-height: 1.8;
		font-size: 1rem;
	}
}

@media (max-width: 599px) {
	.sp-br {
		display: block;
	}

	.pc-br {
		display: none;
	}
}

header {
	justify-content: unset;
	align-items: center;
	display: flex;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;
	position: fixed;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff9d5;
}

header .wrapper {
	display: flex;
	width: 90%;
	height: 100%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

header .wrapper .logo {
	display: flex;
	align-items: center;
	z-index: 1300;
}

header .wrapper .logo img {
	width: 190px;
}

header .wrapper .logo a {
	display: block;
}

header .wrapper .logo a:hover {
	opacity: .5;
}

header .wrapper nav .flex {
	display: flex;
	text-align: center;
}

header .wrapper nav .flex .item {
	line-height: 1.5;
	position: relative;
}

header .wrapper nav .flex .item a {
	text-decoration: none;
	display: block;
	padding: 20px 15px;
	height: 80px;
	margin: auto;
	line-height: 40px;
}

header .wrapper nav .flex .item a:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .7);
}


@media (max-width: 1280px) {
	header {
		padding: 0 20px;
		font-size: .875rem;
	}

	header .wrapper {
		width: 100%;
	}

	header .wrapper .logo img {
		width: 140px;
	}

	header .wrapper .logo h1 {
		font-size: .625rem;
	}

	header .wrapper nav .flex .item {
		line-height: 1.75;
	}
}

@media (max-width: 1024px) {
	header {
		height: 60px;
	}

	header .wrapper nav .flex .item {
		margin: 0 auto;
	}

	header .wrapper nav .flex .item a {
		width: 100vw;
		height: auto;
		padding: 10px;
		background: #fffcf0;
	}

	header #navi {
		overflow-y: auto;
		padding-top: 80px;
		width: 100%;
		height: auto;
		z-index: 1100;
		top: 0;
		right: -100%;
		background-color: #fffcf0;
		position: fixed;
		flex-direction: column;
		align-items: baseline;
	}

	header .nav_btn {
		width: 45px;
		height: 45px;
		z-index: 1200;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		cursor: pointer;
		position: absolute;
		display: block;
	}

	.hamburger_line {
		transition: all 0.6s;
		width: 34px;
		height: 2px;
		left: 5px;
		background-color: #333;
		position: absolute;
	}

	.hamburger_line1 {
		top: 10px;
	}

	.hamburger_line2 {
		top: 21px;
	}

	.hamburger_line3 {
		top: 32px;
	}

	.nav_bg {
		opacity: 0;
		transition: all 0.6s;
		width: 100vw;
		height: 100vh;
		z-index: 1000;
		top: 0;
		left: 0;
		visibility: hidden;
		background-color: #000;
		cursor: pointer;
		position: fixed;
	}

	.nav_open header #navi {
		right: 0;
	}

	.nav_open .nav_bg {
		opacity: 0.3;
		visibility: visible;
	}

	.nav_open .hamburger_line1 {
		transform: rotate(45deg);
		top: 20px;
	}

	.nav_open .hamburger_line2 {
		width: 0;
		left: 50%;
	}

	.nav_open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 20px;
	}

}

@media (max-width: 599px) {
	header .wrapper .logo img {
		width: 130px;
	}
}

.top-catch-zone {
	position: relative;
	margin-top: 80px;
	height: 850px;
	width: 100%;
}

.slick-top {
	margin-top: 80px;
	overflow: hidden;
}

.slick-top .slick-img {
	height: 850px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slick-top .slick-img.img1 {
	background-image: url(/images/top-1.jpg);
}

.slick-top .slick-img.img2 {
	background-image: url(/images/top-2.jpg);
}

.slick-top .slick-img.img3 {
	background-image: url(/images/top-3.jpg);
}

.slick-top .slick-img.img4 {
	background-image: url(/images/top-4.jpg);
}


.top-text-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	text-align: center;
	color: #fffcf0;
}

.top-catch-zone .top-catch h2 {
	font-size: 75px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 auto 20px;
	letter-spacing: 2px;
	display: inline-block;
	border-bottom: dotted 3px #fffcf0;
}

.top-catch-zone .top-text p {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
	display: inline-block;
}

.slick-dots {
	position: absolute;
	bottom: 3%;
	/* display: block; */
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: '•';
	text-align: center;
	opacity: .5;
	color: #fffcf0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: .75;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fffcf0;
}

.txt-cent {
	text-align: center !important;
}

.txt-left {
	text-align: left !important;
}

.btn-basic a {
	color: #666464;
	border: 1px solid #ffe1a1;
	border-radius: 30px;
	background: #ffe1a1;
	margin: 20px auto;
	padding: 10px;
	clear: both;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 60px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 35px;
	position: relative;
}

.btn-basic a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #666464;
	border-right: 2px solid #666464;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.btn-basic a:hover {
	background: #fffcf0;
	border: 1px solid #666464;
}

.btn-basic a:hover::after {
	border-top: 2px solid #666464;
	border-right: 2px solid #666464;
}

.btn-basic.ver2 a {
	color: #fffcf0;
	border: 1px solid #666464;
	background: #666464;
}

.btn-basic.ver2 a:hover {
	color: #666464;
	background: #fffcf0;
}

.btn-basic.ver2 a::after {
	border-top: 2px solid #fffcf0;
	border-right: 2px solid #fffcf0;
}

.btn-basic.ver2 a:hover::after {
	border-top: 2px solid #666464;
	border-right: 2px solid #666464;
}

.btn-basic.ver3 a {
	color: #fffcf0;
	border: 1px solid #a5a5a5;
	background: #a5a5a5;
}

.btn-basic.ver3 a:hover {
	color: #a5a5a5;
	background: #fffcf0;
}

.btn-basic.ver3 a::after {
	border-top: 2px solid #fffcf0;
	border-right: 2px solid #fffcf0;
}

.btn-basic.ver3 a:hover::after {
	border-top: 2px solid #a5a5a5;
	border-right: 2px solid #a5a5a5;
}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px auto 0;
}

.btn-group .btn-basic {
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
}

.btn-group .btn-basic:last-child {
	margin-right: 0;
}


@media (max-width:1024px) {
	.top-catch-zone {
		margin-top: 60px;
		height: 600px;
	}

	.slick-top {
		margin-top: 60px;
	}

	.slick-top .slick-img {
		height: 600px;
	}

	.slick-top .slick-img.img1 {
		background-image: url(/images/top-1.jpg);
	}

	.slick-top .slick-img.img2 {
		background-image: url(/images/top-2.jpg);
	}

	.slick-top .slick-img.img3 {
		background-image: url(/images/top-3.jpg);
	}

	.slick-top .slick-img.img4 {
		background-image: url(/images/top-3.jpg);
	}

	.top-catch-zone .top-catch {
		top: 40px;
		left: 40px;
	}

	.top-catch-zone .top-catch h2 {
		font-size: 50px;
	}

	.top-catch-zone .top-text p {
		font-size: 30px;
	}
}

@media (max-width:768px) {
	.top-catch-zone {
		height: 450px;
	}

	.top-catch-zone .top-catch h2 {
		font-size: 35px;
		margin-bottom: 15px;
		padding: 5px 0 5px 5px;
	}

	.top-catch-zone .top-text p {
		font-size: 1rem;
		margin-bottom: 10px;
		padding: 5px;
	}

	.slick-top .slick-img {
		height: 450px;
	}

	.slick-dots li {
		margin: 0;
	}

	.slick-dots li button:before {
		font-size: 10px;
		line-height: 20px;
	}

	.btn-basic a {
		font-size: 1rem;
		height: 40px;
		margin: 15px auto;
		padding: 0;
	}

	.btn-group {
		flex-direction: column;
		margin: 0 auto;
	}

	.btn-group .btn-basic {
		width: 100%;
		margin-right: 0;
	}

	.btn-group .btn-basic a {
		margin: 7.5px auto;
	}
}

@media (max-width:599px) {
	.top-catch-zone {
		height: 400px;
	}

	.top-catch-zone .top-catch h2 {
		margin-bottom: 5px;
		letter-spacing: 1px;
	}

	.top-catch-zone .top-text p {
		margin-bottom: 5px;
		letter-spacing: .5px;
	}

	.slick-top .slick-img {
		height: 400px;
	}
}

/*
メインコンテンツ
-------------------------------------------*/

main {
	width: 100%;
	background-color: #fffcf0;
}

main p {
	font-size: 1.5rem;
	margin-bottom: 40px;
}

main .w800-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

main .mt-20 {
	margin-top: 20px;
}

main .pt-30 {
	padding-top: 30px;
}

main .pt-50 {
	padding-top: 50px;
}

main .contents-1 {
	max-width: 1200px;
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
}

main .contents-1 figure {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto 40px;
}

main .contents-1 .banners {
	width: calc(100% - 40px);
	margin: 30px auto;
	text-align: center
}

main .contents-1 .banners a img {
	max-width: 100%;
}

.slider {
	margin-inline: auto;
	max-width: 100%;
	width: 90%;
	position: relative;
}

.slider li {
	margin: 0 10px;
}

.slider li a img {
	height: auto;
	width: 100%;
}

.left-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	z-index: 100;
}

.right-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 100;
}

.prev-arrow,
.next-arrow {
	display: block;
	width: 50px;
	height: 50px;
	background: #ffe1a1;
	border: solid 1px;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
}

.prev-arrow:hover,
.next-arrow:hover {
	opacity: .75;
}

.prev-arrow {
	transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-right: 3px solid #666464;
	border-top: 3px solid #666464;
	top: 0;
	bottom: 0;
	left: 0;
	right: 5px;
	margin: auto;
	transform: rotate(45deg);
}

main .midashi {
	margin: 30px auto;
	font-weight: 600;
	font-size: 2.25rem;
	text-align: center;
}

@media (max-width:968px) {
	main .w800-wrap {
		padding: 0 40px;
	}

	main .contents-1 {
		padding: 40px;
	}

	main .midashi {
		margin: 30px auto;
	}
}

@media (max-width:768px) {
	main .contents-1 figure {
		max-width: 300px;
	}

	main .contents-1 p {
		font-size: 1.25rem;
	}

	.prev-arrow,
	.next-arrow {
		width: 30px;
		height: 30px;
	}

	.prev-arrow::before,
	.next-arrow::before {
		width: 10px;
		height: 10px;
		border-right: 2px solid #666464;
		border-top: 2px solid #666464;
		right: 5px;
	}
}

@media (max-width:599px) {
	main .w800-wrap {
		padding: 0 20px;
	}

	main p {
		font-size: 1rem;
	}

	main .contents-1 {
		padding: 40px 20px 0;
	}

	main .contents-1 .banners {
		width: 100%
	}

}

main .midashi {
	margin: 0 auto;
}

main .midashi h3 {
	text-align: center;
	position: relative;
	padding: 0;
	font-size: 3rem;
	letter-spacing: 3px;
	line-height: 1.5;
}

main .midashi::after {
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background: #ffcc5d;
	border-radius: 2.5px;
	margin: 20px auto;
}

main .contents-2 {
	padding: 50px 0;
	margin: 0 auto;
	width: 100%;
}

main .contents-2 .service-list {
	padding: 40px;
	margin: 80px auto 0;
	width: 100%;
	display: flex;
	align-items: stretch;
}

main .contents-2 .service-list li {
	width: 25%;
	margin-right: 20px;
	position: relative;
	border: 5px solid #e68c94;
	border-radius: 20px;
}

main .contents-2 .service-list li:nth-child(2n) {
	border: 5px solid #9dd2e7;
}

main .contents-2 .service-list li:last-child {
	margin-right: 0;
}

main .contents-2 .service-list li .box {
	position: absolute;
	top: -8%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	width: 90%;
	height: 100px;
	background: #fffcf0;
}

main .contents-2 .service-list li .box h4 {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.5;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

main .contents-2 .service-list li figure {
	padding: 60px 20px 0;
}

main .contents-2 .service-list li figure img {
	max-width: 100%;
	border-radius: 15px;
}

main .contents-2 .service-list li p {
	padding: 20px;
	font-size: 1.25rem;
	margin-bottom: 0;
}

main .contents-2 .wrapper {
	padding: 0;
	max-width: 800px;
	width: 100%;
	margin: 50px auto 20px;
}

main .news-list {
	list-style: none outside;
	padding: 0;
	width: 100%;
	text-align: left;
	font-size: 1.25rem;
	margin: 60px auto 60px;
}

main .news-list .item {
	display: flex;
	position: relative;
	margin-bottom: 22.5px;
}

main .news-list .item::after {
	content: '';
	width: 100%;
	height: 2px;
	display: inline-block;
	background-color: #ffcc5d;
	position: absolute;
	bottom: -15px;
}

main .news-list .item:first-child::before {
	content: '';
	width: 100%;
	height: 2px;
	display: inline-block;
	background-color: #ffcc5d;
	position: absolute;
	top: -10px;
}

main .news-list .item a {
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	padding: 20px 0 15px;
}

main .news-list .item .date {
	margin: 0;
	min-width: 140px;
	padding: 0;
}

main .news-list .item .category {
	margin: 0;
	min-width: 140px;
	padding: 20px 20px 20px 0;
	font-weight: 500;
}

main .news-list .item .category span {
	background: #666464;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 5px;
	font-size: 1.25rem;
	width: 110px;
	letter-spacing: 1px;
	line-height: 1.5;
	border-radius: 25px;
	border: 1px solid #a5a5a5;
}

main .news-list .item .category.news-post span {
	background: #9dd2e7;
	border: 1px solid #9dd2e7;
}

main .news-list .item .category.blog span {
	background: #e68c94;
	border: 1px solid #e68c94;
}

main .news-list .item .flex {
	display: flex;
	align-items: center;
}

main .news-list .item .texts {
	margin: 0;
	width: 100%;
}

main .news-list .item figure {
	width: 165px;
	height: 100px;
	margin: auto;
	position: absolute;
	right: 0;
}

main .news-list .item figure img {
	width: 165px;
	height: 100px;
	object-fit: cover;
}

main .news-list .item a:hover {
	opacity: .4;
}

main .contents-2 .flow-list {
	padding: 40px;
	margin: 40px auto 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

main .contents-2 .flow-list .fl-l {
	list-style: none;
	counter-increment: mycounter;
	width: calc(33.333% - 26.666px);
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 20px;
	background: #fff;
	padding: 40px;
}

main .contents-2 .flow-list .fl-l:nth-child(3n) {
	margin-right: 0;
}

main .contents-2 .flow-list .fl-l::before {
	content: counter(mycounter, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 20px;
	color: #ffe1a1;
	font-size: 45px;
	font-weight: bold;
	z-index: +1;
	justify-content: center;
	align-items: center;
}

main .contents-2 .flow-list li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

main .contents-2 .flow-list li:nth-child(7n) {
	margin-bottom: 0;
}

main .contents-2 .flow-list .fl-l h4 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	top: 36px;
	left: 85px
}

main .contents-2 .flow-list .fl-l h4 span {
	font-size: 1rem;
}

main .contents-2 .flow-list .fl-l .flex {
	display: flex;
	margin: 20px 0 0;
}


main .contents-2 .flow-list .fl-l figure {
	padding: 50px 0 0;
}

main .contents-2 .flow-list .fl-l figure img {
	max-width: 100%;
	border-radius: 15px;
}

main .contents-2 .flow-list .fl-l .yellow-midashi {
	font-size: 1.25rem;
	font-weight: 600;
	margin-right: 20px;
	color: #ffcc5d;
}

main .contents-2 .flow-list .fl-l p {
	font-size: 1.25rem;
	margin-bottom: 0;
}

main .contents-2 .flow-list .fl-l ul {
	font-size: 1.25rem;
	margin-top: 20px;
}

main .contents-2 .flow-list .fl-l ul.mt-0 {
	margin-top: 0;
}

main .contents-2 .flow-list .fl-l ul li {
	position: relative;
	padding-left: 30px;
}

main .contents-2 .flow-list .fl-l ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffcc5d;
	border-radius: 10px;
}

main .contents-2 .plan-list {
	padding: 40px;
	margin: 40px auto 0;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

main .contents-2 .plan-list .pl-l {
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 20px;
	background: #fff;
	padding: 30px;
}

main .contents-2 .plan-list .pl-l:first-child {
	border: 5px solid #9dd2e7;
}

main .contents-2 .plan-list .pl-l:nth-child(2) {
	border: 5px solid #e68c94;
	margin-right: 0;
}

main .contents-2 .plan-list .pl-l h4 {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 20px;
}

main .contents-2 .plan-list .pl-l:first-child h4 {
	color: #9dd2e7;
}

main .contents-2 .plan-list .pl-l:nth-child(2) h4 {
	color: #e68c94;
}

main .contents-2 .plan-list .pl-l:last-child {
	width: 100%;
	max-width: 800px;
	background: #ffe4a9;
	margin-bottom: 0;
	margin-right: 0;
}

main .contents-2 .plan-list .pl-l .plan-table {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	font-weight: bold;
	border-collapse: separate;
}

main .contents-2 .plan-list .pl-l .plan-table th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

main .contents-2 .plan-list .pl-l .plan-table .head {
	color: #fff;
	background: #9dd2e7;
	padding: 5px 10px;
	border-radius: 20px;
	display: inline;
}

main .contents-2 .plan-list .pl-l:nth-child(2) .plan-table .head {
	background: #e68c94;
}

main .contents-2 .plan-list .pl-l .plan-table .price {
	text-align: left;
	font-size: 1.75rem;
	line-height: 1;
	width: 60%;
	padding-bottom: 20px;
}

main .contents-2 .plan-list .pl-l .plan-table .yen {
	font-size: 1rem;
}

main .contents-2 .plan-list .pl-l .plan-table .caption {
	font-size: .75rem;
	line-height: 1.25;
	margin-top: 10px;
}

main .contents-2 .plan-list .pl-l .plan-table .txt {
	text-align: left;
	font-size: .85em;
}

main .contents-2 .plan-list .pl-l h5 {
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 0 0 35px;
	position: relative;
	border-bottom: solid 3px #9dd2e7;
	color: #9dd2e7;
}

main .contents-2 .plan-list .pl-l:nth-child(2) h5 {
	border-bottom: solid 3px #e68c94;
	color: #e68c94;
}

main .contents-2 .plan-list .pl-l h5::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: solid 3px #9dd2e7;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
}

main .contents-2 .plan-list .pl-l:nth-child(2) h5::before {
	border: solid 3px #e68c94;
}

main .contents-2 .plan-list .pl-l ul {
	font-size: 1.25rem;
	margin-top: 20px;
}

main .contents-2 .plan-list .pl-l ul li {
	position: relative;
	padding-left: 30px;
}

main .contents-2 .plan-list .pl-l ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #9dd2e7;
	border-radius: 10px;
}

main .contents-2 .plan-list .pl-l:nth-child(2) ul li::before {
	background-color: #e68c94;
}

main .contents-2 .plan-list .pl-l .hikaku {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	font-weight: bold;
	border-collapse: collapse;
	border: none;
	font-size: 1.5rem;
}

main .contents-2 .plan-list .pl-l .hikaku .yen {
	font-size: 1rem;
}

main .contents-2 .plan-list .pl-l .hikaku tr {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
}

main .contents-2 .plan-list .pl-l .hikaku tr:first-child {
	background: none;
}

main .contents-2 .plan-list .pl-l .hikaku tr:nth-child(2n) {
	background: #fffcf0;
}

main .contents-2 .plan-list .pl-l .hikaku th {
	padding: 20px;
	line-height: 1.35;
}

main .contents-2 .plan-list .pl-l .hikaku th.l-head {
	font-size: 1.25rem;
	padding-right: 30px;
	padding-left: 30px;
}

main .contents-2 .plan-list .pl-l .hikaku th.none {
	background: none;
}

main .contents-2 .plan-list .pl-l .hikaku th.emp {
	padding: 10px;
	width: 5px;
}

main .contents-2 .plan-list .pl-l .hikaku th.std {
	background: #9dd2e7;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

main .contents-2 .plan-list .pl-l .hikaku th.pre {
	background: #e68c94;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

main .contents-2 .plan-list .pl-l .hikaku tr td.std {
	border-right: 2px solid #9dd2e7;
	border-left: 2px solid #9dd2e7;
	line-height: 1;
}

main .contents-2 .plan-list .pl-l .hikaku tr td.pre {
	border-right: 2px solid #e68c94;
	border-left: 2px solid #e68c94;
	line-height: 1;
}

main .contents-2 .plan-list .pl-l .hikaku tr:last-child td.std {
	border-bottom: 2px solid #9dd2e7;
}

main .contents-2 .plan-list .pl-l .hikaku tr:last-child td.pre {
	border-bottom: 2px solid #e68c94;
}

main .contents-2 .staff {
	padding: 0 40px;
	max-width: 800px;
	width: 100%;
	margin: 50px auto 20px;
}

main .contents-2 .staff .catch {
	text-align: center;
}

main .contents-2 .staff .catch p {
	font-size: 1.875rem;
	font-weight: 600;
	position: relative;
	display: inline-block;
	z-index: 1;
}

main .contents-2 .staff .catch p::before {
	content: "";
	display: inline-block;
	height: 16px;
	background-color: #ffcc5d;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

main .contents-2 .staff .staff-img {
	padding: 0 0 20px;
	text-align: center;
}

main .contents-2 .staff .staff-img img {
	max-width: 100%;
	border-radius: 15px;
}

main .contents-2 .staff .staff-img.-small img {
	width: 75%;
}

main .contents-2 .staff .red {
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 0 0 35px;
	position: relative;
	border-bottom: solid 3px #e68c94;
	color: #e68c94;
	margin-bottom: 30px;
}

main .contents-2 .staff .blue {
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 0 0 35px;
	position: relative;
	border-bottom: solid 3px #9dd2e7;
	color: #9dd2e7;
	margin-bottom: 30px;
}

main .contents-2 .staff .red::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: solid 3px #e68c94;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
}

main .contents-2 .staff .blue::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: solid 3px #9dd2e7;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
}

main .contents-2 .staff .staff-table {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	font-size: 1.5rem;
}

main .contents-2 .staff .staff-table th {
	padding: 10px 10px 10px 0;
	text-align: left;
	font-weight: bold;
	width: 25%;
	vertical-align: top;
	white-space: nowrap;
}

main .contents-2 .staff .staff-table.-red th {
	color: #e68c94;
}

main .contents-2 .staff .staff-table.-blue th {
	color: #9dd2e7;
}

main .contents-2 .staff .staff-table td {
	padding: 10px 0 10px 10px;
}

main .contents-2 .staff .comment {
	margin-top: 20px;
}

main .contents-2 .qanda {
	max-width: 800px;
	width: 100%;
	margin: 50px auto 20px;
}

main .contents-2 .qanda .accordion {
	width: 100%;
	background-color: #fff;
	font-size: 1.5rem;
}

main .contents-2 .qanda .accordion:not([open]) {
	margin-bottom: 20px;
}

main .contents-2 .qanda .accordion summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 20px 30px 20px 20px;
	border-radius: 25px;
	background-color: #fff;
	font-weight: 600;
	cursor: pointer;
}

main .contents-2 .qanda .accordion summary::-webkit-details-marker {
	display: none;
}

main .contents-2 .qanda .accordion summary::before,
main .contents-2 .qanda .accordion summary::after {
	width: 3px;
	height: .9em;
	border-radius: 5px;
	background-color: #666464;
	content: '';
}

main .contents-2 .qanda .accordion summary::before {
	position: absolute;
	right: 30px;
	rotate: 90deg;
}

main .contents-2 .qanda .accordion summary::after {
	transition: rotate .3s;
}

main .contents-2 .qanda .accordion[open] summary::after {
	rotate: 90deg;
}

main .contents-2 .qanda .accordion .open {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 20px;
	transition: transform .5s, opacity .5s;
}

main .contents-2 .qanda .accordion p.q-red {
	color: #e68c94;
	font-weight: 600;
	margin-bottom: 10px;
}

main .contents-2 .qanda .accordion p.answer {
	font-size: 1.25rem;
	line-height: 1.35;
	margin-bottom: 20px;
}

main .contents-2 .qanda .accordion p.answer.mb-0 {
	margin-bottom: 0;
}

main .contents-2 .qanda .accordion p.answer span {
	font-size: 1.5rem;
	color: #9dd2e7;
	font-weight: 600;
}

main .contents-2 .qanda .accordion[open] .open {
	transform: none;
	opacity: 1;
}

@media (max-width:1599px) {
	main .contents-2 .service-list {
		flex-wrap: wrap;
	}

	main .contents-2 .service-list li {
		width: calc(50% - 10px);
		padding: 10px;
		margin-bottom: 80px;
	}



	main .contents-2 .service-list li:nth-child(2n) {
		border: none;
	}

	main .contents-2 .service-list li:nth-child(2) {
		margin-right: 0;
	}

	main .contents-2 .service-list li:nth-child(2),
	main .contents-2 .service-list li:nth-child(3) {
		border: 5px solid #9dd2e7;
	}

	main .contents-2 .service-list li:nth-child(3) {
		margin-bottom: 0;
	}

	main .contents-2 .service-list li:last-child {
		border: 5px solid #e68c94;
		margin-bottom: 0;
	}

	main .contents-2 .service-list li .box h4 {
		font-size: 2rem;
	}

	main .contents-2 .service-list li .box {
		top: -7%;
	}
}

@media (max-width:1300px) {
	main .contents-2 .service-list li h4 {
		font-size: 1.5rem;
		top: -5%;
	}

	main .contents-2 .service-list li figure {
		padding: 60px 20px 0;
	}

	main .contents-2 .service-list li p {
		padding: 20px;
	}

	main .contents-2 .service-list li {
		margin-right: 20px;
	}

	main .contents-2 .flow-list .fl-l {
		width: calc(33.333% - 13.333px);
		margin-right: 20px;
		margin-bottom: 20px;
		border-radius: 10px;
		padding: 20px;
	}

	main .contents-2 .flow-list .fl-l h4 {
		font-size: 1.25rem;
		top: 25px;
		left: 70px;
	}

	main .contents-2 .flow-list .fl-l::before {
		font-size: 35px;
	}
}

@media (max-width:1200px) {
	main .contents-2 .service-list li .box h4 {
		font-size: 1.75rem;
	}

	main .contents-2 .service-list li figure {
		padding: 40px 20px 0;
	}
}

@media (max-width:1024px) {

	main .contents-2 .news-list {
		margin: 20px auto 40px;
	}

	main .contents-2 .flow-list .fl-l {
		width: calc(50% - 10px);
	}

	main .contents-2 .flow-list .fl-l:nth-child(3n) {
		margin-right: 20px;
	}

	main .contents-2 .flow-list .fl-l:nth-child(2n) {
		margin-right: 0;
	}

	main .contents-2 .flow-list li:nth-child(7n) {
		margin-bottom: 20px;
	}

	main .contents-2 .plan-list .pl-l {
		width: calc(50% - 15px);
		margin-right: 30px;
		margin-bottom: 30px;
		padding: 20px;
	}

	main .contents-2 .plan-list .pl-l h4 {
		font-size: 1.5rem;
	}
}

@media (max-width:968px) {
	main .contents-2 .wrapper {
		padding: 0 40px;
	}

	main .contents-2 .midashi::before {
		width: 80px;
		height: 80px;
	}

	main .midashi::after {
		width: 80px;
	}

	main .contents-2 .service-list li .box h4 {
		font-size: 1.5rem;
	}

	main .contents-2 .flow-list .fl-l figure {
		padding: 60px 0 0;
	}

	main .contents-2 .plan-list {
		flex-direction: column;
	}

	main .contents-2 .plan-list .pl-l {
		width: 100%;
		margin-right: 0;
	}

	main .contents-2 .plan-list .pl-l .hikaku {
		font-size: 1.35rem;
	}

	main .contents-2 .plan-list .pl-l .hikaku th {
		padding: 10px;
	}

	main .contents-2 .plan-list .pl-l .hikaku th.l-head {
		padding: 20px;
	}

	main .contents-2 .qanda {
		padding: 0 40px;
	}
}

@media (max-width:768px) {
	main .contents-2 {
		width: 100%;
	}

	main .contents-2 .service-list {
		flex-direction: column;
	}

	main .contents-2 .service-list li {
		width: 100%;
		margin-right: 0;
	}

	main .contents-2 .service-list li:nth-child(3) {
		margin-bottom: 80px;
		border: 5px solid #e68c94;
	}

	main .contents-2 .service-list li:last-child {
		border: 5px solid #9dd2e7;
	}

	main .contents-2 .service-list li h4 {
		font-size: 1.75rem;
		top: -3%;
		width: 80%;
	}

	main .contents-2 .service-list li .sl-br {
		display: none;
	}

	main .contents-2 .service-list li {
		padding: 0;
	}

	main .contents-2 .service-list li .box {
		height: 75px;
	}

	main .contents-2 .news-list {
		margin: 30px auto;
		font-size: 1rem;
	}

	main .contents-2 .flow-list {
		flex-direction: column;
		margin: 20px auto 0;
	}

	main .contents-2 .flow-list .fl-l {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	main .contents-2 .qanda {
		padding: 0 20px;
	}


	main .news-list .item figure {
		width: 100px;
		height: 60px;
	}

	main .news-list .item figure img {
		width: 100px;
		height: 60px;
	}

	main .news-list .item {
		margin-bottom: 12.5px;
	}

	main .news-list .item::after {
		bottom: -10px;
	}

	main .news-list .item:first-child::before {
		top: -5px;
	}

	main .news-list .item .category {
		min-width: 90px;
		padding: 20px 10px 20px 0;
	}

	main .news-list .item .category span {
		padding: 3px;
		font-size: 1rem;
		width: 70px;
		border-radius: 25px;
	}

	.news-txt-limit {
		width: 40vw;
		/* 省略せずに表示するサイズを指定 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width:699px) {
	main .contents-2 .service-list li h4 {
		top: -6%;
		width: 80%;
	}

	main .contents-2 .service-list li .sl-br {
		display: block;
	}
}

@media (max-width:599px) {
	main .contents-2 .service-list {
		padding: 20px;
		margin: 60px auto 0;
	}

	main .contents-2 .service-list li h4 {
		font-size: 1.35rem;
	}

	main .contents-2 .service-list li {
		margin-bottom: 60px;
	}

	main .contents-2 .service-list li:nth-child(3) {
		margin-bottom: 60px;
	}

	main .contents-2 .service-list li figure {
		padding: 50px 20px 0;
	}

	main .contents-2 .service-list li p {
		padding: 20px;
		font-size: 1rem;
	}

	main .midashi h3 {
		padding: 0;
		font-size: 2rem;
	}

	main .contents-2 .midashi::before {
		width: 50px;
		height: 50px;
		margin: 10px auto;
	}

	main .midashi::after {
		width: 50px;
		height: 3px;
		border-radius: 1.5px;
		margin: 10px auto;
	}

	main .contents-2 {
		padding: 40px 0;
	}

	main .contents-2 .wrapper {
		padding: 0 20px;
	}

	main .contents-2 .news-list .item {
		padding: 10px 0;
	}

	main .contents-2 .news-list .item a {
		padding: 0 0 10px 0;
	}

	main .contents-2 .news-list .item .category {
		padding: 0 0 10px;
		min-width: 110px;
	}

	main .contents-2 .news-list .item .category span {
		width: 85px;
		letter-spacing: 0px;
		font-size: 1rem;
	}

	main .contents-2 .flow-list {
		padding: 20px;
	}

	main .contents-2 .flow-list .fl-l .flex {
		margin: 10px 0 0;
	}

	main .contents-2 .flow-list .fl-l .yellow-midashi {
		font-size: 1rem;
	}

	main .contents-2 .flow-list .fl-l p {
		font-size: 1rem;
	}

	main .contents-2 .flow-list .fl-l ul {
		margin-top: 10px;
	}

	main .contents-2 .flow-list .fl-l ul li {
		padding-left: 20px;
	}

	main .contents-2 .flow-list .fl-l ul li::before {
		top: 6px;
		left: 0;
		width: 16px;
		height: 16px;
	}

	main .contents-2 .flow-list .fl-l ul {
		font-size: 1rem;
	}

	main .contents-2 .plan-list {
		padding: 20px;
	}

	main .contents-2 .plan-list .pl-l .plan-table .price {
		font-size: 1.25rem;
	}

	main .contents-2 .plan-list .pl-l .plan-table .head {
		font-size: .875rem;
		white-space: nowrap;
		padding: 3px 5px;
	}

	main .contents-2 .plan-list .pl-l .plan-table .yen {
		font-size: .75rem;
	}

	main .contents-2 .plan-list .pl-l h5 {
		font-size: 1.25rem;
		padding: 0 0 0 35px;
	}

	main .contents-2 .plan-list .pl-l h5::before {
		width: 16px;
		height: 16px;
		top: 8px;
	}

	main .contents-2 .plan-list .pl-l ul {
		font-size: 1rem;
		margin-top: 10px;
	}

	main .contents-2 .plan-list .pl-l ul li::before {
		top: 8px;
		width: 16px;
		height: 16px;
	}

	main .contents-2 .plan-list .pl-l .hikaku {
		font-size: 1rem;
	}

	main .contents-2 .plan-list .pl-l .hikaku th.std,
	main .contents-2 .plan-list .pl-l .hikaku th.pre {
		font-size: .875rem;
	}

	main .contents-2 .plan-list .pl-l .hikaku .yen {
		font-size: .75rem;
	}

	main .contents-2 .plan-list .pl-l .hikaku .small {
		font-size: .75rem;
	}

	main .contents-2 .plan-list .pl-l .hikaku th.l-head {
		font-size: .75rem;
		padding: 15px;
	}

	main .contents-2 .plan-list .pl-l .hikaku th.emp {
		padding: 5px;
	}

	main .contents-2 .staff {
		padding: 0 20px;
	}

	main .contents-2 .staff .catch p {
		font-size: 1.25rem;
	}

	main .contents-2 .staff .catch p::before {
		height: 10px;
	}

	main .contents-2 .staff .red,
	main .contents-2 .staff .blue {
		font-size: 1.25rem;
	}

	main .contents-2 .staff .red::before,
	main .contents-2 .staff .blue::before {
		width: 16px;
		height: 16px;
		top: 8px;
	}

	main .contents-2 .staff .staff-table {
		font-size: 1rem;
	}

	main .contents-2 .qanda .accordion {
		font-size: 1rem;
	}

	main .contents-2 .qanda .accordion p.answer {
		font-size: 1rem;
	}

	main .contents-2 .qanda .accordion p.answer span {
		font-size: 1rem;
	}
}

@media (max-width:449px) {
	main .news-list .item figure {
		width: 20vw;
		height: 15vw;
	}

	main .news-list .item figure img {
		width: 20vw;
		height: 15vw;
	}
}

@media (max-width:399px) {
	main .contents-2 .service-list li h4 {
		font-size: 1.15rem;
		width: 90%;
	}

	main .contents-2 .plan-list .pl-l .plan-table .head {
		font-size: .875rem;
	}

	main .contents-2 .plan-list .pl-l .plan-table .price {
		font-size: 1rem;
		line-height: 1.8;
	}

	main .contents-2 .staff .staff-table th {
		width: 30%;
	}

	main .news-list .item .category {
		min-width: 80px;
	}
}


.top-back-btn {
	position: fixed;
	z-index: 1000;
	bottom: 30px;
	right: 30px;
}

.top-back-btn a {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	border: solid 1px #ffe1a1;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #ffe1a1;
	color: #666464;
	font-size: 40px;
	line-height: 65px;
}

.top-back-btn a:hover {
	opacity: .5;
}

footer {
	background-color: #ffe4a9;
	clear: both;
	width: 100%;
	display: block;
	padding: 25px 100px 25px;
	text-align: left;
	color: #fff;
	font-size: 16px;
}

footer a {
	color: #666464;
}

footer a:hover {
	opacity: .5;
}

footer .flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: center;
}

footer .flex li {
	margin: 25px 80px 25px 0;
	font-size: 1.25rem;
	position: relative;
}

footer .flex li:last-child {
	margin: 25px 0;
}

footer .flex li::after {
	content: '';
	display: block;
	height: 28px;
	width: 3px;
	background: #FFFCF0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
	cursor: none;
}

footer .flex li:last-child:after {
	display: none;
}

footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

footer .wrapper .texts {
	font-size: 1.25rem;
}

footer .wrapper .texts .logo p {
	font-size: 2rem;
	font-weight: 600;
}

footer .wrapper .sns-btns {
	display: flex;
	margin: 0 auto;
}

footer .wrapper .sns-btns li a {
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 50px;
}

footer .wrapper .sns-btns li:first-child a {
	margin-left: 0;
}

footer .wrapper .sns-btns li a img {
	width: 50px;
	height: auto;
}

footer #copyright {
	margin-top: 20px;
	text-align: center;
	color: #666464;
}

@media (max-width:1024px) {
	footer {
		padding: 25px 50px;
	}

	footer .flex li {
		margin: 25px 40px 25px 0;
	}

	footer .flex li::after {
		height: 24px;
		right: -20px;
	}

	footer #copyright {
		margin-bottom: 5px;
	}
}

@media (max-width:968px) {
	footer {
		padding: 25px 40px;
	}
}

@media (max-width:768px) {
	footer .flex {
		flex-direction: column;
	}

	footer .flex li {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 15px;
		font-size: 1rem;
		border-bottom: 2px solid #fffcf0;
	}

	footer .flex li:last-child {
		margin: 0;
	}

	footer .flex li::after {
		display: none;
	}


	footer .wrapper {
		flex-direction: column;
		margin-bottom: 40px;
	}

	footer .wrapper .texts {
		font-size: 1rem;
	}

	footer .wrapper .texts .logo p {
		font-size: 1.5rem;
	}

	footer .wrapper .sns-btns {
		margin: 40px auto 10px;
	}

	footer .wrapper .sns-btns li a {
		display: block;
		width: 30px;
		height: 30px;
		margin-right: 30px;
		margin-left: 0;
	}

	footer .wrapper .sns-btns li:last-child a {
		margin-right: 0;
	}

	footer .wrapper .sns-btns li a img {
		width: 30px;
	}
}

@media (max-width:599px) {
	footer {
		padding: 15px 20px;
	}

	footer .flex {
		margin-top: 10px;
		margin-bottom: 0;
	}

	footer #copyright {
		margin-bottom: 90px;
	}
}

.cta-btn {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
}

.cta-btn .wrapper {
	font-size: 1.25rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}

.cta-btn .wrapper a {
	width: 100%;
	height: 70px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fffcf0;
	background: #ffcc5d;
	border-radius: 15px;
}

.cta-btn .wrapper a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 15px;
	height: 15px;
	margin: auto;
	border-top: 3px solid #fffcf0;
	border-right: 3px solid #fffcf0;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.cta-btn .wrapper a:hover {
	opacity: .5;
}

@media (max-width: 1024px) {
	.cta-btn {
		display: block;
	}
}

@media (max-width: 599px) {
	.cta-btn ul {
		font-size: .875rem;
		height: 75px;
	}

	.cta-btn ul .access a span::before,
	.cta-btn ul .price a span::before,
	.cta-btn ul .book a span::before,
	.cta-btn ul .news a span::before,
	.cta-btn ul .sns a span::before {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 600px) {
	.sp {
		display: none;
	}
}

@media (max-width: 1024px) {
	body.fixed {
		overflow: hidden;
	}

	.pc {
		display: none;
	}

	.top-back-btn {
		display: none;
	}
}

main .page-title {
	width: 100%;
	height: 400px;
	margin-top: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

main .page-title.-company {
	background-image: url(/images/top-company.jpg);
}

main .page-title.-logs {
	background-image: url(/images/top-logs.jpg);
}

main .page-title h2 {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

main .contents-2 .otoiawase-sns {
	display: flex;
	max-width: 1000px;
	width: 100%;
	justify-content: center;
	align-items: stretch;
	margin: 80px auto 40px;
}

main .contents-2 .otoiawase-sns li {
	width: 50%;
	margin-right: 40px;
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	text-align: center;
}

main .contents-2 .otoiawase-sns li:last-child {
	margin-right: 0;
}

main .contents-2 .otoiawase-sns li h4 {
	font-size: 1.75rem;
	font-weight: 400;
}


main .contents-2 .otoiawase-sns li a:hover {
	opacity: .5;
}

main .contents-2 .otoiawase-sns li a figure img {
	width: 100px;
	margin: 40px auto;
}

main .contents-2 .otoiawase-sns li .fukidashi {
	position: relative;
	display: inline-block;
	margin: 10px 0 0;
	padding: 7px 20px;
	font-size: .875rem;
	background: #fff;
	border: solid 2px #666464;
	box-sizing: border-box;
	border-radius: 40px;
}

main .contents-2 .otoiawase-sns li .fukidashi::before {
	content: "";
	position: absolute;
	top: -43px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 43px solid #fff;
	z-index: 2;
}

main .contents-2 .otoiawase-sns li .fukidashi::after {
	content: "";
	position: absolute;
	top: -46px;
	left: 50%;
	margin-left: -13px;
	border: 10px solid transparent;
	border-bottom: 35px solid #666464;
	z-index: 1;
}

main .contents-2 .otoiawase-sns li .fukidashi .text {
	margin: 0;
	padding: 0;
}

main .contents-2 .company-info {
	margin: 60px auto 0;
	max-width: 600px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

main .contents-2 .company-info tr {
	border-bottom: solid 2px #ffcc5d;
	font-size: 1.5rem;
}

main .contents-2 .company-info tr.top {
	border-top: solid 2px #ffcc5d;
}

main .contents-2 .company-info tr.last {
	border-bottom: none;
}

main .contents-2 .company-info th,
main .contents-2 .company-info td {
	padding: 25px 0;
	border: none;
	vertical-align: top;
	text-align: left;
}

main .contents-2 .company-info th {
	width: 30%;
}

main .contents-2 .map {
	max-width: 600px;
	margin: 0 auto 60px;
	padding-bottom: 25px;
	border-bottom: solid 2px #ffcc5d;
}

main .contents-2 .map iframe {
	width: 100%;
	height: 450px;
	border-radius: 20px;
}

main .contents-news.-logspage {
	margin: 60px 0;
}

main .contents-news .wrapper {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 120px;
}

main .contents-news .wrapper p {
	font-size: 1.25rem;
	margin: 0;
}

@media (max-width: 1024px) {
	main .page-title {
		height: 300px;
		margin-top: 60px;
	}

	main .page-title h2 {
		font-size: 3rem;
	}

	main .contents-2 .otoiawase-sns {
		margin: 80px auto;
		padding: 0 40px;
	}

	main .contents-2 .otoiawase-sns li {
		padding: 20px 20px 30px 20px;
		margin-right: 20px;
	}
}


@media (max-width:968px) {
	main .contents-2 .otoiawase-sns {
		flex-direction: column;
	}

	main .contents-2 .otoiawase-sns li {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
		width: 500px;
	}

	main .contents-2 .otoiawase-sns li:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}

	main .contents-news {
		padding: 20px 40px 40px;
	}
}

@media (max-width:768px) {
	main .page-title {
		height: 200px;
	}

	main .contents-2 .otoiawase-sns {
		margin: 60px auto 0;
		padding: 0 20px;
	}

	main .contents-2 .otoiawase-sns li {
		margin-bottom: 20px;
	}

	main .contents-2 .otoiawase-sns li a figure img {
		width: 80px;
		margin: 20px auto;
	}

	main .contents-2 .otoiawase-sns li .fukidashi {
		margin: 30px 0 0;
	}

	main .contents-2 .company-info {
		margin: 40px auto 0;
		padding: 0 20px;
		max-width: calc(100% - 40px);
	}

	main .contents-2 .company-info tr {
		font-size: 1.25rem;
	}

	main .contents-2 .map {
		margin: 0 auto 40px;
		padding-bottom: 20px;
		max-width: calc(100% - 40px);
	}

	main .contents-2 .map iframe {
		height: 250px;
	}

	main .contents-news.-logspage {
		margin: 40px 0;
	}

	main .contents-news .wrapper {
		margin: 30px auto;
	}

	main .contents-news .wrapper p {
		font-size: 1rem;
	}

	main .contents-news {
		padding: 20px;
	}
}

@media (max-width:599px) {
	main .page-title h2 {
		font-size: 2.25rem;
	}

	main .contents-2 .otoiawase-sns li {
		width: 100%;
	}

	main .contents-2 .otoiawase-sns li h4 {
		font-size: 1.25rem;
	}

}

@media (max-width:449px) {
	main .page-title h2 {
		font-size: 8vw;
	}

	main .contents-2 .company-info th,
	main .contents-2 .company-info td {
		width: 100%;
		display: block;
		padding: 10px 0;
	}

	main .contents-2 .company-info th {
		width: 100%;
		padding-bottom: 0;
	}

	main .contents-2 .company-info td {
		padding-top: 0;
		font-size: 1rem;
	}
}

main .contents-toukou {
	padding: 60px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
}

main .contents-toukou .wrapper {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

main .contents-toukou .wrapper .flex {
	display: flex;
}

main .contents-toukou .wrapper .category {
	margin-right: 20px;
}

main .contents-toukou .wrapper .category span {
	background: #666464;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 5px;
	font-size: .9rem;
	font-weight: bold;
	width: 90px;
	letter-spacing: 2px;
	line-height: 1;
	border-radius: 25px;
	border: 1px solid #666464;
}

main .contents-toukou .wrapper .category.blog span {
	background: #e68c94;
	border: 1px solid #e68c94;
}

main .contents-toukou .wrapper .category.news-post span {
	background: #9dd2e7;
	border: 1px solid #9dd2e7;
}

main .contents-toukou .wrapper .midashi-s h3 {
	margin-top: 20px;
	color: #ffcc5d;
	font-size: 1.75rem;
	position: relative;
	line-height: 1.5;
}

main .contents-toukou .wrapper .midashi-s h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #ffcc5d;
	border-radius: 2.5px;
	margin: 10px auto;
}

main .contents-toukou .wrapper .honbun {
	margin: 40px auto 60px;
}

main .contents-toukou .wrapper p {
	font-size: 1.25rem;
}

main .contents-toukou .wrapper p a {
	text-decoration: underline;
	color: #ffcc5d;
}

main .contents-toukou .wrapper p a:hover {
	opacity: .5;
}

main .contents-toukou .wrapper img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	object-fit: cover;
}

main .contents-toukou .wrapper .page-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.newstop-btn a {
	color: #666464;
	border: 1px solid #ffcc5d;
	border-radius: 30px;
	background: #ffcc5d;
	margin: 20px auto;
	padding: 10px;
	clear: both;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 60px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 35px;
	position: relative;
}

.newstop-btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #666464;
	border-right: 2px solid #666464;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.newstop-btn a:hover {
	color: #ffcc5d;
	background: #fff;
}

.newstop-btn a:hover::after {
	border-top: 2px solid #ffcc5d;
	border-right: 2px solid #ffcc5d;
}

.prev-link {
	width: 80px;
	height: 60px;
	padding: 10px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffcc5d;
	background: #fff;
	border: 1px solid #ffcc5d;
	border-radius: 30px;
	text-align: center;
	margin-right: 20px;
}

.next-link {
	width: 80px;
	height: 60px;
	padding: 10px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffcc5d;
	background: #fff;
	border: 1px solid #ffcc5d;
	border-radius: 30px;
	text-align: center;
	margin-left: 20px;
}

.prev-link:hover,
.next-link:hover {
	color: #666464;
	background: #ffcc5d;
}

.recent-post {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

@media (max-width:1024px) {
	main .page-title-single {
		margin-top: 60px;
	}
}

@media (max-width:768px) {
	main .page-title-single {
		height: 150px;
	}

	main .page-title-single h2 {
		font-size: 2.5rem;
	}

	main .page-title-single.news h2 img {
		width: 45px;
		height: 45px;
	}

	main .contents-toukou .wrapper .date {
		margin-top: 10px;
	}

	main .contents-toukou .wrapper .flex {
		flex-direction: column;
	}

	main .contents-toukou .wrapper .midashi-s h3 {
		font-size: 1.5rem;
		letter-spacing: 1px;
	}

	main .contents-toukou .wrapper .honbun {
		margin: 20px auto;
	}

	main .contents-toukou .wrapper p {
		font-size: 1rem;
	}

	.newstop-btn a {
		font-size: .875rem;
		width: 160px;
		height: 40px;
		margin: 15px auto;
		padding: 0;
		text-align: center;
	}

	.newstop-btn a::after {
		right: 15px;
	}

	.prev-link {
		width: 40px;
		height: 40px;
		padding: 0;
		font-size: .875rem;
		border-radius: 20px;
		margin-right: 10px;
		line-height: 2.5;
	}

	.next-link {
		width: 40px;
		height: 40px;
		padding: 0;
		font-size: .875rem;
		border-radius: 20px;
		margin-left: 10px;
		line-height: 2.5;
	}

}

@media (max-width:599px) {
	main .page-title-single {
		height: 120px;
	}

	main .page-title-single h2 {
		font-size: 2rem;
	}

	main .page-title-single.news h2 img {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}

	main .contents-toukou {
		padding: 50px 40px;
	}
}

.contents-news .search {
	margin: 60px 0;
	text-align: center;
}

.contents-news .search {
	margin: 60px 0;
	text-align: center;
}

.contents-news .search .searchandfilter li {
	padding-right: 25px;
}

.contents-news .search .searchandfilter li:last-child {
	padding-right: 0;
}

.contents-news input[type="submit"] {
	width: 100%;
	font-size: 15px;
	display: inline-block;
	padding: 5px 15px;
	color: #666464;
	text-align: center;
	background-color: #ffcc5d;
	border: 1px solid #ffcc5d;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}

/*--hover--*/
.contents-news input[type="submit"]:hover {
	opacity: .5;
}

.pnavi {
	margin: 40px 0 0;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.pnavi .page-numbers {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 50px;
	height: 50px;
	color: #ffcc5d;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #ffcc5d;
	font-size: 1.25rem;
	line-height: 1.25;
}

.pnavi .current {
	padding: 10px 20px;
	background: #ffcc5d;
	color: #666464;
}

.pnavi .prev,
.pnavi .next {
	background: transparent;
	box-shadow: none;
	color: #ffcc5d;
	background: #fff;
}

.pnavi a {
	transition: all .3s;
}

.pnavi a:hover {
	opacity: .5;
}

.pnavi .page-numbers.dots {
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
}

@media (max-width:768px) {

	.contents-news .search {
		margin: 40px 0 0;
		text-align: center;
	}

	.contents-news .search .searchandfilter li {
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.pnavi {
		height: 40px;
		margin: 30px 0 0;
		font-size: 1rem;
		line-height: 1;
	}

	.pnavi .page-numbers {
		margin-right: 15px;
		margin-bottom: 15px;
		padding: 10px;
	}

	.pnavi .current {
		padding: 10px;
	}
}

main .non-post {
	margin: 80px auto;
	text-align: center;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #666464;
}

@media (max-width:768px) {
	main .non-post {
		font-size: 1rem;
	}
}


/*
エフェクト
-------------------------------------------*/
.fuwa {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.fuwa.delay-02 {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.fuwa.delay-04 {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}

.fuwa.delay-06 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}

.fuwa.delay-08 {
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}

.fuwa.delay-10 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.fuwa.delay-12 {
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}

.fuwa.delay-16 {
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
}

.fuwa.delay-18 {
	transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
}

.fuwa.delay-20 {
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
}

.fuwa.delay-24 {
	transition-delay: 2.4s;
	-webkit-transition-delay: 2.4s;
}

.fuwa.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

.sliding {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.sliding.delay-02 {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.sliding.delay-04 {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}

.sliding.delay-06 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}

.sliding.delay-08 {
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}

.sliding.delay-10 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.sliding.delay-12 {
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}

.sliding.delay-16 {
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
}

.sliding.delay-18 {
	transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
}

.sliding.delay-20 {
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
}

.sliding.delay-24 {
	transition-delay: 2.4s;
	-webkit-transition-delay: 2.4s;
}

.sliding.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}

/*------------------------------*/