@charset "utf-8";
/*
Theme Name: SAKUAS
Theme URI: 
Author: 海南サクアス
Author URI: 
Description: 海南サクアス
Version: 1.0
*/

@font-face {
	font-family: Instagram;
	src: url('font/Billabong/Billabong.ttf');
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url("fonts/Roboto-Regular.ttf");
}

div {
	box-sizing: border-box;
}

body {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	max-width: 100%;
}

ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	filter: brightness(0.7);
	transition: .3s ease-in-out;
}

h2 {
	/* font-family: "やさしさゴシック"; */
}

section {
	padding-top: 1.2rem;
}

section.bgcolor {
	background-color: #f1f1f1;
}

.flex {
	display: flex;
	justify-content: center;
}

.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 6rem 2rem;
}

.float div {
	float: left;
	width: 50%;
}

.float::after {
	content: "";
	clear: both;
	display: block;

}

.btn {
	text-align: center;
}

.btn a {
	background-color: #1B1B68;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
	padding: 5px 20px;
}

.showmore {
	text-align: end;
}

.showmore a {
	background: none;
	color: #333;
	position: relative;
	font-weight: 600;
}

.showmore a::after {
	position: relative;
	content: "→";
	color: #fff;
	background: #1B1B68;
	border-radius: 50%;
	display: inline-block;
	padding: 5px 10px;
	font-size: 20px;
	margin-left: 15px;
	font-weight: 550;
}

h2.Hd02 {
	font-size: 32px;
	text-align: center;
	font-weight: 600;
	margin: 3.5rem 0 5rem;
	white-space: nowrap;
	letter-spacing: 3px;
}

h2.Hd02 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

h2.Hd02::before,
h2.Hd02::after {
	content: "";
	padding: 0 10px;
	background-color: #333;
	display: inline-block;
	width: 11px;
	height: 3.8px;
	border-radius: 20%;
}

h2.Hd02 span {
	padding: 0 10px 0 13px;
}

table {
	width: auto;
	margin: auto;
	border: 1px solid #949494;
}

tr:not(tr:last-child) {
	border-bottom: 1px solid #949494;
}

th,
td {
	padding: 1rem;
}

th {
	color: #fff;
	background-color: #1B1B68;
}

.boxshadow {
	box-shadow: 2px 3px 0px 2px #e2e2e2, 4px 5px 0px 1px #949494;
	border: 1px solid #949494;
	border-radius: 15px;
}

figure.boxshadow img,
.boxshadow figure,
.boxshadow figure img {
	border-radius: 15px;
	width: 100% !important;
	height: auto !important;
}

.wp-block-columns {
	justify-content: center;
	;
}

/*サイドバー*/
aside .sidebar {
	position: fixed;
	left: 0;
	z-index: 1000;
	top: 0;
	height: 100%;
	width: 200px;
	background-color: #1B1B68;
}

aside .sidebar a {
	color: #fff;

}

.sidebar .logo {
	padding: 1.2rem;
	max-width: 170px;
	margin: auto;
}

.sidebar nav {
	padding: 1rem 2rem;
}

.sidebar nav ul li {
	padding: 12px 0;
	font-weight: 550;
}

.sidebar nav ul li a {
	/* font-family: "やさしさゴシック"; */
	font-weight: 600;
}

.sns_banner {
	text-align: center;
	margin-bottom: 1.5rem;
}

.sns_banner img {
	width: auto;
	height: 30px;
}

.sp {
	display: none !important;
}

.main {
	position: relative;
	padding-left: 200px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	min-height: 70vh;
}

.switch_btn {
	gap: 15px;
	margin: 40px 0;
}

.switch_btn a {
	padding: 3px 24px 5px;
    width: fit-content;
    min-width: 80px;
    white-space: nowrap;
}

.mainVisual {
	width: 100%;
	height: 100vh;
}

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

.cont {
	width: 90%;
	margin: 4rem auto;
	max-width: 1000px;
	display: block;
	padding-bottom: 4rem;
}

.marche a {
	border-color: #f39500;
	color: #f39500;
}

.uomori a {
	border-color: #0075a0;
	color: #0075a0;
}

.fruits a {
	border-color: #6c8415;
	color: #6c8415;
}

.service a {
	color: #da5852;
}

/*キャッチコピー*/
.catch {
	position: relative;
	text-align: center;
	padding: 5rem 0;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 10rem;
	margin-top: 4rem;
	padding-top: 6rem;
	z-index: 100;
}

/* .catch::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 90%;
	background-image: url("img/catch_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	bottom: 0;
	z-index: -100;
} */

.catch h2 {
	font-size: 240%;
	font-weight: 600;
	letter-spacing: 2.2px;
	;
}

.catch img {
	max-width: 1200px;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	bottom: 4rem;
	z-index: -1;
}

.slide-in {
	overflow: hidden;
	display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
	opacity: 0;
}

.slideAnimeLeftRight {
	animation-name: slideTextX100;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes slideTextX100 {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

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

.slideAnimeRightLeft {
	animation-name: slideTextX-100;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

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


/*お魚情報*/
.fish div.flex {
	max-width: 600px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

.fish div h3 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #1B1B68;
	padding: 5px 0;
	margin-bottom: 20px;
}

.fish div.text {
	width: 90%;
	display: block;
}

.fish div.text .disc {
	line-height: 28px;
	text-align: center;
	margin: 2rem 0 0;
}

.fish div.text .disc img {
	width: 25px;
	vertical-align: middle;
}

.fish div.image {
	width: 40%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	display:none;
}

.fish div.image img {
	max-width: 160px;
}

/*トピックス*/
.topics .grid li {
	max-width: 280px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 90%;
	height:fit-content;
}

.topics .switch_btn .btn a {
	background-color: #fff;
	color: #333;
	border: 1px solid #949494;
}

.topics .switch_btn .btn a:hover {
	background-color: #1B1B68;
	color: #fff;
	filter: brightness(1);
}

.topics .switch_btn .btn.active a {
	background-color: #1B1B68;
	color: #fff;
	filter: brightness(1);
}

.topics ul {
	margin: 3rem 0;
}

.topics ul .image {
	width: 100%;
	height: 50%;
	background: #fff;
}

.topics ul .image a {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topics ul .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
}

.topics ul .text {
	width: 100%;
	height: 50%;
	white-space: initial;
	min-height: 130px;
}

.topics ul .text .info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 90%;
	display: block;
	font-size: 14px;
}

.topics ul .text .info .date {
	font-family: 'Roboto';
	font-size: 16px;
}

.text {
	padding: 1rem;
	background: #fff;
}

.text p {
	margin-bottom: 2rem;
}

.text .category {
	display: block;
	float: right;
	color: #0075a0;
}

.catbtn.active a {
	background: #0075a0;
	color: #fff;
}

.catcont {
	display: none;
	opacity: 0;
}

.catcont.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*おすすめ*/
.feature .switch_btn a {
	background: none;
	border-width: 2px;
	border-style: solid;
}

.feature .switch_btn a:hover {
	color: #fff;
	filter: brightness(1);
	transition: .3s ease-in-out;
}

.feature .switch_btn .uomori a:hover {
	background: #0075a0;
}

.feature .switch_btn .uomori.active a {
	background: #0075a0;
	color: #fff;
}

.feature .switch_btn .fruits a:hover {
	background: #6c8415;
}

.feature .switch_btn .fruits.active a {
	background: #6c8415;
	color: #fff;
}

.feature .switch_btn .marche a:hover {
	background: #f39500;
}

.feature .switch_btn .marche.active a {
	background: #f39500;
	color: #fff;
}

.slideloop {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

#top .feature .slideloop {
	display: none;
	opacity: 0.5;
}

#top .feature .slideloop.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.slideloop .slick-slide img {
	width: 100%;
	height: 28vw;
	max-height: 460px;
	object-fit: cover;
}

.slick-slider .slick-list {
	padding: 0 !important;
	;
}

.slick-prev,
.slick-next {
	width: 50px !important;
	height: 50px !important;
	z-index: 2000 !important;
}

.slick-prev:before,
.slick-next:before {
	font-size: 50px !important;
}

.slick-prev {
	left: 11.5rem !important;
}

.slick-next {
	right: 11.5rem !important;
}

/*ABOUT*/
.about .flex {
	gap: 6%;
	margin-bottom: 8rem;
}

.about>.flex:nth-child(odd) {
	flex-direction: row-reverse;
}

.about .text {
	width: 50%;
}

.about .text h3 {
	width: 100%;
	height: 40%;
	max-height: 140px;
	min-height: 120px;
	;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	/* font-family: 'やさしさゴシック'; */
}

.about .text h3 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.about .text h3 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about .text div:not(div.btn) {
	width: 100%;
}

.about .text .btn {
	text-align: end;
	bottom: 0;
	right: 0;
}

.about .image {
	width: 50%;
	overflow: hidden;
	height: 100%;
	align-self: center;
}

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

.about .image a:hover {
	filter: brightness(1);
}

.about .image a:hover img {
	transform: scale(1.2);
	filter: brightness(1);
	transition: .3s ease-in-out;
}

.showmore a {
	color: #333;
}

.marche .showmore a::after {
	background-color: #f39500;
}

.uomori .showmore a::after {
	background-color: #0075a0;
}

.fruits .showmore a::after {
	background-color: #6c8415;
}

.service .showmore a::after {
	background-color: #da5852;
}

.about {
	position: relative;
}

.btn.showmore a:hover {
	transform: scale(1.2);
	filter: brightness(1);
	transition: .3s ease-in-out;
}

.about::after {
	content: "";
	display: block;
	position: absolute;
	background: url(img/bg1.png) no-repeat;
	width: 100%;
	background-size: contain;
	height: 100px;
	bottom: -4rem;
	background-position-x: right;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.fadeUpTrigger {
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

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


/*インスタ*/
.cont.instagram {
	max-width: 820px;
}

.cont.instagram h2 {
	font-family: 'Instagram';
	font-size: 55px;
	font-weight: 550;
}

/*ふるさと納税*/
.furusato {
	text-align: center;
}

.banner {
	gap: 40px;
	margin-top: 2rem;
}



/*アクセス*/
.access table {
	margin: 4rem auto;
	max-width: 700px;
}

.access iframe {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: 100px;
}

.access .float div {
	width: 46%;
}

.access .float div:first-child {
	padding-right: 5%;
}

.access .float h4 {
	border-bottom: 2px solid #1B1B68;
	margin-bottom: 15px;
	font-size: 120%;
}

.access .btn {
	text-align: end;
}

.access {
	position: relative;
}



/*フッター*/
footer {
	position: relative;
	padding-left: 200px;
	background-color: #6c8415;
	color: #fff;
	text-align: center;
	margin-top: 12rem;
}

.footer_inner {
	padding: 1rem 0;
}

.footer_inner .flex {
	padding: 2rem;
	justify-content: space-around;
	margin: auto;
	max-width: 900px;
	font-size: 80%;
	gap: 10px;
}

.footer_inner nav a {
	color: #fff;
	/* font-family: "やさしさゴシック"; */
	font-weight: 600;
}

.footer_inner .logo img {
	width: 200px;
	margin: 10px 0 30px;
}

footer::before {
	content: "";
	display: block;
	position: absolute;
	background: url(img/bg2.png) no-repeat;
	width: 100%;
	background-size: contain;
	height: 100px;
	top: -100px;
	background-position-x: left;
}

#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #777;
	border: 1px solid #949494;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 160%;
	transition: all 0.3s;
}

#page-top {
	position: fixed;
	right: 10px;
	bottom: 40px;
	z-index: 1000;
	opacity: 0;
	transform: translateY(100px);
}

.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

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


.btnMenu {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3;
	width: 80px;
	height: 80px;
	background: #1B1B68;
}

.btnMenu span {
	display: block;
	margin: 5px auto;
	background: #fff;
	border-radius: 5px;
	width: 52%;
	height: 3px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

/*固定ページ*/
.page p {
	margin: 0.5rem 0;
}

.pageTitle {
	width: 100%;
	font-size: 180%;
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
}

.pageTitle span {
	border-bottom: dotted 5px;
}

.subvisual {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 100%;
	height: 27vw;
	display: flex;
	justify-content: center;
	align-items: center;

}

.subvisual .logo {
	/* width: 40%;
	height: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 30px 0; */
	width: 16vw;
	height: 16vw;
	margin: 10px auto;
	display: block;
	text-align: center;
	padding: 22px;
	border-radius: 50%;
	background: #ffffffe0;
}

.subvisual .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page .wp-block-column.is-layout-flow {
	align-self: center;
}

.uomori .wp-container-3 .wp-block-column.is-layout-flow {
	align-self: baseline;
}

a.wp-block-button__link {
	padding: calc(.267em + 2px) calc(1.333em + 2px);
}

/*個別投稿ページ*/
.content-Nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-Nav-Prev a,
.content-Nav-Next a {
	border-radius: 50%;
	display: inline-block;
	padding: 5px 18px;
	background: #a7aaad;
	color: #fff;
	transform: rotateY(45deg);
	font-size: 150%;
}

.single .cont h2 {
	font-family: inherit;
	font-size: 24px;
	margin: 1rem 0 4rem;
	border-bottom: 1px solid #949494;
}

/*アーカイブページ*/
.nav-links {
	text-align: center;
}

.pagination a,
.pagination span {
	padding: 5px 12px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #949494;
	color: #a7aaad;
	display: inline-block;
}

.pagination span {
	border: 1px solid #949494;
	background: #aaa7ad;
	color: #fff;

}

.pagination a.prev,
.pagination a.next {
	padding: 5px 8px;
	border: 1px solid #949494;
}

/*パンくず*/
.breadcrumbs {
	padding: 1rem 2rem 0;
	font-size: 90%;
}

.breadcrumbs a {
	color: #0075a0;
}


/*スマホ*/
@media screen and (max-width:781px) {
	.wp-block-columns.reverse {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:890px) {
	.btnMenu {
		display: flex;
		width: 60px;
		height: 60px;
	}

	.btnMenu span {
		margin: 4px auto;
		height: 3px;
	}

	aside .sidebar {
		height: 60px;
		width: 100%;
		margin-top: 0 !important;
	}

	.top_menubar {
		opacity: 0;
	}

	aside .top_menubar.active {
		opacity: 1;
	}

	#gNavi {
		display: none;
		float: none;
		position: fixed;
		top: 60px;
		width: 100%;
		padding: 30px 0;
		background: #1B1B68;
		overflow-y: auto;
	}

	#gNavi ul {
		padding: 10px 30px;
		text-align: center;
	}

	.sidebar .logo {
		margin-left: 0;
		height: 60px;
		padding: 1rem;
		max-width: 180px;
	}

	.main {
		padding: 0;
	}

	.main:not(#top .main) {
		padding-top: 60px;
	}

	.cont {
		margin: 2rem auto;
		width: 85%;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 40px;
	}

	.flex {
		flex-direction: column;
	}

	.image {
		max-width: 400px;
		margin: auto;
	}

	h2.Hd02 {
		font-size: 150%;
		margin: 1.5rem 0 3.5rem;
		letter-spacing: 1px;
	}

	h2.Hd02 span {
		padding: 0 5px 0 7px;
	}

	.switch_btn {
		gap: 12px;
		margin: 0 0 30px;
	}

	.mainVisual {
		height: 100vh;
	}

	.mainVisual img {
		height: 100vh;
	}

	.catch {
		height: 100%;
		margin-bottom: 0;
	}

	.catch img {
		max-width: 890px;
		bottom: 4rem;
	}

	/* .catch::before {
		background-image: url("img/catch_bg_sp.png");
	} */

	.catch h2 {
		font-size: 190%;
	}

	/* .catch::before {
		bottom: -50%;
	} */

	.fish div.flex {
		max-width: 300px;
	}

	.fish div.text {
		width: 100%;
		padding: 1rem 0;
	}

	.fish div.image {
		width: 100%;
	}

	.fish div h3 {
		font-size: 16px;
	}

	.slideloop .slick-slide img {
		width: 100vw;
		height: auto;
	}

	.slick-prev {
		left: 1.5rem !important;
	}

	.slick-next {
		right: 1.5rem !important;
	}

	.about .flex {
		flex-direction: column-reverse;
		margin-bottom: 4rem;
	}

	.about .flex:nth-child(odd) {
		flex-direction: column-reverse;
	}

	.about .text {
		width: 100%;
		margin-top: 2rem;
	}

	.about .text h3 {
		font-size: 22px;
		min-height: 40px;
	}

	.about .image {
		width: 100%;
	}

	.about .text .btn {
		position: initial;
	}

	.about .text h3 img {
		max-height: 100px;
	}

	.about::after {
		height: 50px;
		bottom: -2rem;
	}

	.access .float div {
		width: 100%;
		margin-bottom: 3rem;
	}

	.access iframe {
		padding-left: 0;
		height: 250px;
	}

	footer {
		padding-left: 0;
	}

	footer::before {
		height: 60px;
		top: -15%;
	}

	.subvisual {
		height: 32vw;
	}

	.subvisual .logo {
		width: 25vw;
		height: 25vw;
		padding: 12px;
	}

	.page p,
	.about .text p,
	.about .text p span {
		font-size: clamp(16px, 2vw, 30px) !important;
	}

	.page h3.wp-block-heading {
		font-size: clamp(22px, 2vw, 30px) !important;
	}
}