@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
}

body {
	color: #000;
	background-color: #fff;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}
@media screen and (max-width: 960px) {
	body {
		font-size: 0.75rem;
	}
}

.home .content {
	width: auto;
	margin: 0 auto;
}
.content {
    margin: 0 auto;
    width: 1000px;
}
.main {
	padding: 0px;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: bottom;
}
a:hover {
	color: #444;
	transition: .5s ease;
}
h2 {
	font-weight: normal;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
br.sp, .sp-br {
	display: none;
}
@media screen and (max-width: 960px) {
	br.sp, .sp-br {
		display: block;
	}
	main.main, div.sidebar {
		padding: 0 0;
	}
}


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

#access {
	padding-top: 80px;
}
@media screen and (max-width: 960px) {
	#access {
		padding-top: 50px;
	}
}

a.btn {
	display: inline-block;
	padding: 16px 30px;
	border: 1px solid #579BB1;
	position: relative;
	transition: 0.3s;
}
a.btn::after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	width: 30px;
	background-color: #579BB1;
	top: 50%;
	right: 0;
	transform: translateX(50%);
	z-index: 20;
}
@media screen and (max-width: 960px) {
	a.btn::after {
		width: 18px;
	}
}
a.btn:hover {
	background-color: #579BB1;
	color: #fff;
}
@media screen and (max-width: 960px) {
	a.btn {
		padding: 7px 15px;
	}
}
h2.page-title {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
	h2.page-title {
		margin-bottom: 30px;
	}
}
h2.page-title span {
	display: block;
}
.page-img {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 3s;
}
.page-img.fade-in {
	opacity: 1;
	visibility: visible;
}
.page-img img {
	width: 100%;
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 960px) {
	.page-img img {
		height: 540px;
	}
}
.header-in {
	display: none;
}
.custom-header {
	width: 100%;
	height: 100px;
	position: sticky;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 50;
}
@media screen and (max-width: 960px) {
	.custom-header {
		height: 80px;
	}
	.custom-header.active .menu-button span {
		background-color: #333;
	}
	.custom-header.active .menu-button span:nth-child(1) {
		transform: rotate(45deg);
		top: 50%;
	}
	.custom-header.active .menu-button span:nth-child(2) {
		opacity: 0;
	}
	.custom-header.active .menu-button span:nth-child(3) {
		transform: rotate(-45deg);
		top: 50%;
	}
	.custom-header.active .nav-sp {
		opacity: 1;
		visibility: visible;
	}
	.custom-header.active .nav-sp ul {
		margin-top: 3rem;
	}
}
.custom-header .header-inner {
	background-color: #fff;
	max-width: 1360px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}
.custom-header h1.site-logo {
	width: 30%;
	z-index: 200;
}
.custom-headerh1.site-logo a {
	display: inline-block;
}
.custom-header h1.site-logo a:hover {
	opacity: 0.7;
}
.title-green {
	font-size: 40px;
	color: #49aa41;
	padding-left: 10px;
}
@media screen and (max-width: 960px) {
	.custom-header .nav-pc {
		display: none;
	}
	.custom-header .header-inner {
		max-width: 100%;
	}
	.custom-header h1.site-logo {
		width: 40%;
		z-index: 200;
		font-size: 24px;
		margin-left: 10px;
	}
	.custom-header h1.site-logo a:hover {
		opacity: 0.7;
	}
	.title-green {
		font-size: 30px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 428px) {
	.custom-header h1.site-logo {
		width: 100%;
		font-size: 20px;
		text-align: center;
	}
	.title-green {
		font-size: 26px;
		padding-left: 6px;
	}
}
.custom-header .nav-pc ul {
	display: flex;
	align-items: center;
}
.custom-header .nav-pc ul li:nth-child(n+2) {
	margin-left: 20px;
}
.custom-header .nav-pc ul li a:hover {
	opacity: 0.7;
}
.custom-header .nav-pc ul li img {
	width: 60px;
	height: auto;
}
.custom-header .menu-button {
	display: none;
}
@media screen and (max-width: 960px) {
	.custom-header .menu-button {
		display: block;
		position: relative;
		width: 25px;
		height: 15px;
		cursor: pointer;
		z-index: 200;
		position: absolute;
        top: 50%;
        right: 4%;
        transform: translateY(-50%);
	}
	.custom-header .menu-button span {
		display: block;
		width: 100%;
		height: 1px;
		background-color: #49aa41;
		position: absolute;
		left: 0;
		right: 0;
		transition: 0.3s;
	}
	.custom-header .menu-button span:nth-child(1) {
		top: 0;
	}
	.custom-header .menu-button span:nth-child(2) {
		top: 50%;
	}
	.custom-header .menu-button span:nth-child(3) {
		bottom: 0;
	}
	.custom-header .menu-button span.open {
		background-color: #333;
	}
}
.custom-header .nav-sp {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	text-align: center;
	width: 100%;
	height: 100vh;
	background-color: #fff3e8;
	padding-top: 80px;
	font-size: 1.2rem;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}
.custom-header .nav-sp li {
	margin-bottom: 40px;
}
.custom-header .nav-sp li a:hover {
	opacity: 0.7;
}
.nav-sp li img {
	width: 60px;
	height: auto;
}
@media screen and (max-width: 428px) {
	.custom-header .nav-sp {
		padding-top: 30px;
	}
	.custom-header .nav-sp li {
		margin-bottom: 20px;
	}
}


#mainvisual {
	width: 100%;
}
#mainvisual img {
	width: 100%;
	height: calc(100vh - 140px);
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 960px) {
	#mainvisual img {
		height: calc(50vh - 80px);
	}
}

#review {
	padding: 4rem 0;
	/* 	background-color: #fff3e8; */
	text-align: center;
}
.review-inner {
	width: 90%;
	margin: 0 auto;
}
.review-btn {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 22px;
}
.ti-widget.ti-goog .ti-footer {
	display: none;
}
.review-img .sp-img {
	display: none;
}
.review-img a {
	font-size: 22px;
	display: inline-block;
}
@media screen and (max-width: 960px) {
	#review {
		padding: 3rem 0;
	}
	.review-inner {
		width: 100%;
	}
	.review-btn {
		font-size: 18px;
	}
	.review-img .pc-img {
		display: none;
	}
	.review-img .sp-img {
		display: block;
	}
	.review-img a {
		font-size: 18px;
	}
}

#points {
	background-color: #fff3e8;
	padding: 4rem 0;
}
#points h3.point-title {
	text-align: center;
}
#points h3.point-title span {
	display: inline-block;
}
#points h3.point-title span.point-en {
	color: #2cc121;
	margin-bottom: 20px;
	display: block;
	font-size: 2.4rem;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	margin-top: -10px;
}
@media screen and (max-width: 960px) {
	#points {
		padding: 3rem 0;
	}
	#points h3.point-title span.point-en {
		font-size: 2rem;
		margin-top: -6px;
	}
}
@media screen and (max-width: 428px) {
	#points {
		/* 		padding: 2rem 0; */
	}
	#points h3.point-title span.point-en {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
}

.title-en {
	color: #2cc121;
	margin-bottom: 20px;
	display: block;
	font-size: 2.4rem;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	margin-top: -10px;
}
@media screen and (max-width: 960px) {
	.title-en {
		font-size: 2rem;
		margin-top: -6px;
	}
}
@media screen and (max-width: 428px) {
	.title-en {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
}
.title-ja, .heading-ja {
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #333;
	display: inline-block;
} 
@media screen and (max-width: 960px) {
	.title-ja, .heading-ja {
		font-size: 2rem;
		margin-top: -30px;
	}
}
@media screen and (max-width: 428px) {
	.title-ja, .heading-ja {
		font-size: 1.4rem;
	}
}

.point-block .point-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
	.point-block .point-item {
		flex-direction: column;
	}
}
.point-block .point-item img.inview-fade-in {
	width: 60%;
	height: 540px;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
}
@media screen and (max-width: 960px) {
	.point-block .point-item img.inview-fade-in {
		width: 100%;
		height: 400px;
	}
}
@media screen and (max-width: 428px) {
	.point-block .point-item img.inview-fade-in {
		height: 250px;
	}
}
.point-block .point-item img.fade-in {
	animation: fadein-left 1s ease 0s 1 forwards;
}
@keyframes fadein-left {
	0% {
		transform: translateX(-20%);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.point-block .point-item .point-text {
	width: 50%;
	background-color: #fff;
	padding: 40px 16px;
	margin-left: -80px;
	text-align: center;
	z-index: 10;
}
@media screen and (max-width: 960px) {
	.point-block .point-item .point-text {
		width: 95%;
		padding: 18px;
		margin-left: 0;
		margin-top: -30px;
	}
}
.point-big {
	font-size: 2.4rem;
	margin-right: 10px;
	font-weight: 600;
	font-family: sans-serif;
} 
@media screen and (max-width: 960px) {
	.point-big {
		font-size: 1.4rem;
	} 
}
.point-block .point-item .point-text .point-title {
	font-size: 1.5rem;
	line-height: 1;
	text-align: left;
	margin-left: 2.3em;
	text-indent: -2.3em;
	font-weight: 600;
}
@media screen and (max-width: 960px) {
	.point-block .point-item .point-text .point-title {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 428px) {
	.point-block .point-item .point-text {
		padding: 18px 10px;
	}
	.point-block .point-item .point-text .point-title {
		font-size: 1rem;
		margin-left: 2.2em;
		text-indent: -2.2em;
	}

}
.point-block .point-item .point-text .point-title span.number {
	color: #2cc121;
	font-family: "Oooh Baby", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;
	margin-right: 20px;
}
@media screen and (max-width: 960px) {
	.point-block .point-item .point-text .point-title span.number {
		font-size: 1.8rem;
		margin-right: 10px;
	}
}
@media screen and (max-width: 428px) {
	.point-block .point-item .point-text .point-title span.number {
		font-size: 1.6rem;
	}
}
.point-block .point-item .point-text p.text {
	padding-left: 60px;
	text-align: left;
	margin-top: 20px;
	font-size: 1.4rem;
	margin-left:1.2em;
	text-indent:-1.2em;
}
@media screen and (max-width: 960px) {
	.point-block .point-item .point-text p.text {
		padding-left: 0;
	}
}
@media screen and (max-width: 428px) {
	.point-block .point-item .point-text p.text {
		font-size: 1rem;
	}
}
.point-block .point-item.reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
	.point-block .point-item.reverse {
		flex-direction: column;
	}
}
.point-block .point-item.reverse img.fade-in {
	animation: fade-in-right 1s ease 0s 1 forwards;
}
@keyframes fade-in-right {
	0% {
		transform: translateX(20%);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.point-block .point-item.reverse .point-text {
	margin-left: 0;
	margin-right: -80px;
}
@media screen and (max-width: 960px) {
	.point-block .point-item.reverse .point-text {
		margin-right: 0;
	}
}

#open {
	padding: 4rem 0;
	margin: 0 auto;
}
.open-inner {
	padding-top: 30px;
}
.open-inner table {
	text-align: center;
	font-size: 1.5rem;
	width: 40%;
	margin: 0 auto;
}
.open-inner table td {
	background-color: #fff;
}
.open-inner table:not(.has-border-color) :where(th, td) {
	border: 1px solid #000;
}
.left-td {
	width: 220px;
}
.right-td {
	width: 380px;
}
.text-left {
	text-align: left;
}
.rightUp {
	background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #ccc 50%, #ccc calc(50% + 0.5px), transparent calc(50% + 1px))
}
.open-info {
	margin-top: 30px;
	font-size: 1.5rem;
}
.open-contact {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 960px) {
	#open {
		padding: 3rem 0;
		width: 90%;
	}
	.open-inner table {
		font-size: 1.2rem;
		width: 70%;
	}
	.open-info {
		margin-top: 30px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 428px) {
	#open {
		/* 		padding: 2rem 0; */
		width: 96%;
	}
	.open-inner table {
		font-size: 1.1rem;
		width: 100%;
	}
	.open-info {
		margin-top: 20px;
		font-size: 1rem;
	}
}

#news {
	background-color: #fff3e8;
	text-align: center;
	padding: 4rem 0;
}
.column-flex {
	width: 74%;
	margin: 0 auto;
}
.column-list {
	border-bottom: 1px dashed #B3B3B3;
	padding: 30px 0 16px;
	margin: 0 10px;
}
.column-content {
	display: flex;
	align-items: center;
	font-size:1rem;
}
.column-text {
	text-align: left;
	margin-left: 20px;
}
.column-list-day {
	margin-bottom: 14px;
}



@media screen and (max-width: 960px) {
	#news {
		padding: 3rem 0;
	}
	.column-flex {
		width: 96%;
	}
	.column-text {
		margin-left: 12px;
	}
}
@media screen and (max-width: 428px) {
	#news {
		/* 		padding: 2rem 0; */
	}
	.column-flex {
		width: 100%;
	}
	.column-list {
		padding: 16px 0 10px;
		margin: 0 6px;
	}
	.column-content {
		display: block;
		font-size:0.7rem;
	}
	.column-text {
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
	}
	.column-title h3 {
		font-size: 0.7rem;
	}
}

#price {
	padding: 4rem 0;
	width: 40%;
	margin: 0 auto;
}
.price-inner {
	font-size: 1.4rem;
}
.price-flex {
	display: flex;
	justify-content: center;
}
.price-menu:first-of-type {
    margin-right: 60px;
}
.price-menu h3 {
	margin-top: 3rem;
}
.price-contents {
	border: 1px solid #333;
	padding: 3rem 1rem;
	margin-top: 2rem;
	position: relative;
}
.price-contents:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #333;
	top: 0;
	right: 150px;
}
.price-contents li:not(:last-child) {
	margin-bottom: 2rem;
}
.price-center {
	text-align: center;
	display: block;
}
.price-right {
	float: right;
}

@media screen and (max-width: 960px) {
	#price {
		padding: 3rem 0;
		width: 80%;
	}
	.price-flex {
		flex-direction: column;
	}
	.price-menu:first-of-type {
		margin-right: 0px;
	}
	.price-contents {
		padding: 2rem 1rem;
		margin-top: 2rem;
	}
}
@media screen and (max-width: 428px) {
	#price {
		/* 		padding: 2rem 0; */
		width: 96%;
	}
	.price-inner {
		font-size: 1rem;
	}
	.price-contents {
		padding: 1.6rem 1rem;
		margin-top: 1rem;
	}
	.price-contents:after {
	top: 0;
	right: 100px;
}
	.price-contents li {
		font-size: 15px;
	}
}

#photo {
	background-color: #fff3e8;
	text-align: center;
	padding: 4rem 0;
}
.photo-inner h3 {
	font-size: 1.6rem;
	margin: 40px 0 20px;
}
.test__container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.test-slick, .test-slick2 {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	@include breakpoint(500px) {
		margin: 0 auto;
	}
}
.test-slick__item {
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	background-color: #fff;
}
.test-slick__item .img img {
	height: auto;
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: #000066;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-prev {
	left: -20px;
}
.slick-next {
	right: -20px;
}
@media screen and (max-width: 960px) {
	#photo {
		padding: 3rem 0;
	}
	.photo-inner h3 {
		font-size: 1.4rem;
		margin: 30px 0 10px;
	}
	.test-slick {
		width: 90%;
	}
	.slick-prev {
		left: -20px;
	}
	.slick-next {
		right: -20px;
	}
}
@media screen and (max-width: 428px) {
	#photo {
		/* 		padding: 2rem 0; */
	}
	.photo-inner h3 {
		font-size: 1rem;
		margin: 30px 0 10px;
	}
	.test-slick {
		width: 90%;
	}
}

#pillow {
	padding: 4rem 0;
	margin: 0 auto;
}
.pillow-inner {
	background-image: url(https://cabbage-field.com/wp-content/uploads/2024/05/pillow-1890940_640.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.pillow-content {
	width: 50%;
	margin: 10px auto 0;
	background-color: #e6f0dd;
	padding: 20px 30px 40px;
	font-size: 1.5rem;
}
.pillow-title {
	font-size: 2rem;
	color: #3f903a;
}
.pillow-number {
	color: #2cc121;
	font-family: "Oooh Baby", cursive;
	font-weight: 600;
	font-style: normal;
	font-size: 3.4rem;
	margin-right: 20px;
}
.pillow-content li {
	list-style: inherit;
	margin-left: 30px;
}
.pillow-text {
	text-align: center;
}
.pillow-flex {
	display: flex;
	justify-content: center;
}
.pillow-fixed {
	width: 26%;
}
.pillow-slick {
	width: 50%;
}
#pillow .test-slick {
	padding-top: 3rem;
}
#pillow h3 {
	margin-top: 100px;
	margin-left: 50px;
	font-size: 26px;
}
@media screen and (max-width: 960px) {
	#pillow {
		padding: 3rem 0;
	}
	.pillow-inner {
		padding: 20px 0;
	}
	.pillow-content {
		width: 60%;
		padding: 10px 20px 30px;
		font-size: 1.4rem;
		opacity: 0.9;
	}
	.pillow-title {
		font-size: 1.8rem;
	}
	.pillow-number {
		font-size: 3rem;
		margin-right: 14px;
	}
	.pillow-flex {
		flex-direction: column;
		align-items: center;
	}
	.pillow-fixed {
		width: 100%;
		text-align: center;
	}
	.pillow-slick {
		width: 93%;
	}
}
@media screen and (max-width: 428px) {
	#pillow {
		/* 		padding: 2rem 0; */
	}
	.pillow-content {
		width: 85%;
		padding: 4px 10px 10px;
		font-size: 0.9rem;
	}
	.pillow-title {
		font-size: 1.4rem;
	}
	.pillow-number {
		font-size: 1.8rem;
		margin-right: 10px;
	}
	#pillow .test-slick {
		padding-top: 1rem;
	}
	#pillow h3 {
		margin-top: 60px;
		margin-left: 10px;
		font-size: 18px;
	}
}

#sleep {
	background-color: #e6f0dd;
	padding: 4rem 0;
	margin: 0 auto;
}
.sleep-inner {
	padding: 0 2rem;
	width: 96%;
	margin: 0 auto;
}
.sleep-inner h3 {
	margin-top: 80px;
	margin-bottom: 10px;
	font-size: 24px;
}
.sleep-content {
	position: relative;
}
.sleep-img1 {
	position: absolute;
	top: 140px;
	right: 0
}
.sleep-img2 {
	position: absolute;
	bottom: 0;
	right: 0
}
.sleep-img1 , .sleep-img2 {
	width: 380px;
	height: auto;
}
.sleep-box {
	background: #fff;
	padding: 3rem 2.4rem;
}
.sleep-box p {
	margin-bottom: 16px;
	font-size: 24px;
}
.sleep-box ul  {
	margin-left: 2rem;
}
.sleep-box ul li {
	font-size: 24px;
}
.sleep-text {
	margin-top: 14px;
	margin-left: 6rem;
}
.sleep-link {
	margin-top: 100px;
}
.sleep-link h3 {
	margin-bottom: 20px;
}
.sleep-link a {
	font-size: 26px;
	margin-left: 60px;
	transition: .5s;
}
.sleep-link a:hover {
	color: #777;
}
@media screen and (max-width: 960px) {
	#sleep {
		padding: 3rem 0;
	}
	.sleep-inner {
		width: 98%;
	}
	.sleep-img1 , .sleep-img2 {
		width: 200px;
	}
	.sleep-box {
		padding: 2rem;
	}
	.sleep-box p {
		font-size: 18px;
	}
	.sleep-box ul {
		margin-left: .6rem;
	}
	.sleep-box ul li {
		font-size: 16px;
	}
	.sleep-text {
		margin-top: 10px;
		margin-left: 0;
	}
	.sleep-link a {
		font-size: 16px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 428px) {
	.sleep-inner {
		width: 100%;
		padding: 1rem;
	}
	.sleep-inner h3 {
		font-size: 18px;
	}
	.sleep-box {
		padding: 1rem 1rem 9rem 1rem;
	}
	.sleep-img1 , .sleep-img2 {
		width: 160px;
	}
	.sleep-img1 {
		top: initial;
		bottom: 0;
		left: 0
	}
	.sleep-img2 {
		bottom: 0;
		right: 0
	}
}

#shopping {
	background-color: #fff3e8;
	padding: 4rem 0;
	margin: 0 auto;
}
.shopping-inner {
	padding: 2rem;
	width: 70%;
	margin: 0 auto;
}
.shopping-title {
	margin-left: 1rem;
}
.shopping-flex {
	display: flex;
}
.shopping-flex .test-slick2 {
	width: 30%;
	margin: 0 auto;
}
.shopping-contents {
	margin-left: 40px;
	display: flex;
	align-items: center;
}
.shopping-contents p {
	padding: 2rem;
	border: 1px solid #333;
	background: #fff;
}
.shopping-link {
	text-align: center;
	margin-top: 1rem;
}
.shopping-link a {
	background-color: #e6f0dd;
	padding: 20px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
}
.shopping-link a:hover {
	opacity: .8;
	transition: 1s ease;
}
@media screen and (max-width: 960px) {
	#shopping {
		padding: 3rem 0;
	}
	.shopping-inner {
		width:80%;
	}
	.shopping-title {
		margin-left: 0;
		text-align: center;
	}
	.shopping-flex {
		flex-direction: column;
	}
	.shopping-flex .test-slick2 {
		width: 80%;
	}
	.shopping-contents {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 428px) {
	.shopping-inner {
		padding: 1rem;
		width:100%;
	}
	.shopping-flex .test-slick2 {
		width: 90%;
	}
	.shopping-link a {
		padding: 12px;
		font-size: 18px;
	}
}

#staff {
	padding: 4rem 0;
}
.staff-flex {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	font-size: 1.5rem;
}
.staff-content {
	width: 50%;
}
.staff-img {
	text-align: center;
}
.staff-img img {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	object-fit: cover;
}
.staff-name {
	text-align: center;
	font-weight: 600;
	margin: 20px 0 30px;
}
.staff-title {
	font-weight: 600;
	margin: 20px 0 10px;
}
.staff-text {
	margin-left: 20px;
}
@media screen and (max-width: 960px) {
	#staff {
		padding: 3rem 0;
	}
	.staff-flex {
		flex-direction: column;
		align-items: center;
		width: 100%;
		font-size: 1.4rem;
	}
	.staff-content {
		width: 60%;
		padding-bottom: 30px;
	}
	.staff-img {
		margin-top: 20px;
	}
	.staff-title {
		text-align: center;
	}
	.staff-text {
		margin-left: 0;
	}
}
@media screen and (max-width: 428px) {
	#staff {
		/* 		padding: 2rem 0; */
	}
	.staff-flex {
		font-size: 1rem;
	}
	.staff-content {
		width: 90%;
		padding-bottom: 30px;
	}
	.staff-img img {
		width: 220px;
		height: 220px;
	}
	.staff-name {
		margin: 10px 0 30px;
	}
}

#movie {
	background-color: #fff3e8;
	padding: 4rem 0;
}
.movie-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.movie-content {
	text-align: center;
}
.movie-youtube {
	width: 96%;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	#movie {
		padding: 3rem 0;
	}
	.movie-inner {
		width: 94%;
		flex-direction: column;
		align-items: center;
	}
	.movie-content {
		margin-bottom: 20px;
	}
}

#qa {
	padding: 4rem 0;
	text-align: center;
}
#qa .qa-ul {
	display: inline-block;
	margin-top: 60px;
	text-align: left;
}
@media screen and (max-width: 960px) {
	#qa {
		padding: 3rem 0;
	}
	#qa .qa-ul {
		width: 88%;
		margin-top: 25px;
	}
}
#qa .qa-ul .qa-li {
	margin-top: 40px;
	font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
	#qa .qa-ul .qa-li {
		margin-top: 20px;
		font-size: 1.2rem;
	}
}
#qa .qa-ul .qa-li:first-child {
	margin-top: 0;
}
#qa .qa-ul .qa-li dt {
	position: relative;
	font-weight: 600;
	margin-bottom: 10px;
}
#qa .qa-ul .qa-li dt span {
	display: inline-block;
	margin-left: 30px;
}
@media screen and (max-width: 960px) {
	#qa .qa-ul .qa-li dt span {
		margin-left: 20px;
	}
}
#qa .qa-ul .qa-li dt::before {
	content: "Q";
	display: inline-block;
	font-size: 1.25rem;
	color: #333;
	padding-right: 15px;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 960px) {
	#qa .qa-ul .qa-li dt::before {
		font-size: 1rem;
		padding-right: 9px;
	}
}
#qa .qa-ul .qa-li dd {
	position: relative;
}
@media screen and (max-width: 960px) {
	#qa .qa-ul .qa-li dd {
		margin-top: 5px;
	}
}
#qa .qa-ul .qa-li dd span {
	display: inline-block;
	margin-left: 30px;
}
@media screen and (max-width: 960px) {
	#qa .qa-ul .qa-li dd span {
		margin-left: 20px;
	}
}
#qa .qa-ul .qa-li dd::before {
	content: "A";
	display: inline-block;
	font-size: 1.25rem;
	color: #3f903a;
	padding-right: 15px;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 960px) {
	#qa .qa-ul .qa-li dd::before {
		font-size: 1rem;
		padding-right: 9px;
	}
}
@media screen and (max-width: 428px) {
	#qa {
		/* 		padding: 2rem 0; */
	}
	#qa .qa-ul {
		width: 90%;
		margin-top: 25px;
	}
	#qa .qa-ul .qa-li {
		font-size: 1rem;
	}
}

#access {
	background-color: #fff3e8;
	padding: 4rem 0;
}
#access .access-inner {
	margin: 30px auto;
	display: flex;
	width: 90%;
}
.access-info {
	width: 30%;
	font-size: 1.5rem;
	margin-top: 30px;
}
.access {
	margin-top: 50px;
}
.access-info img {
	width: 26px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.access-map {
	width: 37%;
	margin-right: 30px;
}
#access .access-inner iframe {
	width: 100%;
	height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
}
.access-img {
	width: 34%;
	height: auto;
}
.access-img img {
	height: 320px;
}
@media screen and (max-width: 960px) {
	#access {
		padding: 3rem 0;
	}
	#access .access-inner {
		margin-top: 25px;
		margin-bottom: 0;
		flex-direction: column;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.access-info {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.access {
		margin-top: 20px;
	}
	.access-map {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	#access .access-inner iframe {
		height: 500px;
	}
	.access-img {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.access-img img {
		height: auto;
	}
}
@media screen and (max-width: 428px) {
	#access {
		/* 		padding: 2rem 0; */
	}
	#access .access-inner {
		width: 94%;
	}
	.access-info {
		width: 80%;
		font-size: 1rem;
		text-align: center;
	}
	.access-info img {
		width: 20px;
		margin-right: 10px;
	}
	#access .access-inner iframe {
		height: 280px;
	}
}

#contact {
	padding: 4rem 0;
	text-align: center;
}
.contact-inner {
	width: 45%;
	margin: 0 auto;
}
.contact-flex {
	display: flex;
	justify-content: space-between;
}
.contact-content {
	text-align: left;
	width: 49%;
}
.contact-inner input, .contact-inner textarea {
	margin-bottom: 20px;
	border-radius: 12px;
	background-color: #e6f0dd;
	border: none;
	font-size: 1.5rem;
}
.contact-inner input::placeholder,  .contact-inner textarea::placeholder {
	color: #3f903a;
}
.contact-inner input[type=submit] {
	background-color: #2cc121;
	color: #fff;
	width: 200px;
	height: 60px;
}
.contact-inner input[type=submit]:hover {
	opacity: .7;
	transition: ease .5s;
}
.wpcf7-spinner {
	display: none;
}
@media screen and (max-width: 960px) {
	#contact {
		padding: 3rem 0;
	}
	.contact-inner {
		width: 80%;
	}
}
@media screen and (max-width: 428px) {
	#contact {
		padding: 3rem 0 0;
	}
	.contact-inner {
		width: 94%;
	}
	.contact-inner input, .contact-inner textarea {
		margin-bottom: 16px;
		font-size: 1rem;
	}
	.contact-inner input[type=submit] {
		width: 100%;
	}
}


footer .cta {
	width: 230px;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 70px;
	z-index: 50;
}
@media screen and (max-width: 960px) {
	footer .cta {
		display: none;
	}
}
footer .cta a#to-top {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50%;
	position: relative;
	margin: 0 10px 0 auto;
}
footer .cta a#to-top:hover {
	opacity: 0.7;
}
footer .cta a#to-top::after {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer .cta .reservation {
	font-size: 1.125rem;
	margin-top: 10px;
}
footer .cta .reservation p {
	text-align: center;
}
footer .cta .reservation p.blue {
	background-color: #3f903a;
	color: #fff;
	position: relative;
}
footer .cta .reservation p.blue a {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}
footer .cta .reservation p.blue.web {
	cursor: pointer;
}
footer .cta .reservation p.blue.web:hover {
	opacity: 0.7;
}
footer .cta .reservation p.blue.web::after {
	content: "";
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
footer .cta .reservation p.white {
	background-color: #fff;
	color: #3f903a;
}
footer .cta-sp {
	display: none;
	z-index: 50;
}
.contact-sp {
	display: none;
}
@media screen and (max-width: 960px) {
	.contact-sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background: #e6f0dd;
		z-index: 99999;
	}
	.contact-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 30px;
	}
	.contact-flex img {
		width: 40px;
	}
	.ct-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
	}
	.ct-img {
		margin-right: 10px;
	}
	.ct-img img {
		width: 40px;
	}
	.go-to-top {
		bottom: 70px;
	}
	.footer-bottom {
		position: inherit;
	}
	.copyright {
		padding-bottom: 80px;
	}
}