@charset "UTF-8";

/* base */
* {
	word-break: break-all;
}

body {
	min-width: 1300px;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #060403;
}

@media screen and (max-width: 960px) {
	body {
		min-width: 320px;
	}
}

pre {
	white-space: inherit;
}

textarea {
	font-family: inherit;
}

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

a {
	font-weight: bold;
	text-decoration: none;
	color: #060403;
}

a:hover {
	text-decoration: underline;
}

a.anchor-for-call,
a.anchor-for-call:hover {
	font-weight: inherit;
	text-decoration: inherit;
	color: inherit;
}

div.sbox-cen,
.seotext {
	background: #ced280;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #808080;
}

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

	div.sbox-cen,
	.seotext {
		padding-bottom: 0;
		font-size: 1rem;
	}

	.seotext span {
		display: none;
	}

	div.sbox-cen h1.stext {
		font-weight: normal;
	}

	div.sbox-cen p.summary {
		display: none;
	}
}

#wrap {
	overflow: hidden;
	position: relative;
	background: #fff;
	font-size: 1.6rem;
	line-height: 2.5;
	color: #1c130c;
}

@media screen and (max-width: 480px) {
	#wrap {
		line-height: 1.6;
	}
}

/*.tel {*/
/*    font-weight: 400;*/
/*    line-height: 1.0;*/
/*}*/
/*.tel__num {*/
/*    display: inline-block;*/
/*    margin-left: 5px;*/
/*}*/
/* header
------------------------------*/
#header {
	background: #ced280;
	position: relative;
	z-index: 99;
	padding-top: 40px;
}

@media screen and (max-width: 960px) {
	.pagecode-index #header {
		background: #fff;
	}
}

#header:before {
	background: #fff;
	content: "";
	border-top-left-radius: 110px;
	pointer-events: none;
	z-index: -1;
	width: calc(50% + 350px);
	height: calc(100% - 40px);
	top: 40px;
	right: 0;
	position: absolute;
}

.h-box .h-logo {
	margin-top: 16px;
}

.h-text {
	color: #2b2b2b;
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 26px;
}

.h-nav__inner.fixed .h-box__left {
	position: initial;
}

@media screen and (max-width: 1260px) {
	.h-nav__inner.fixed .h-box__left {
		position: relative;
	}
}

.pagecode-index .h-nav__inner.fixed .h-box__left {
	position: initial;
}

.h-box__left {
	/*display: flex;*/
	/*justify-content: flex-start;*/
	/*align-items: center;*/
	position: relative;
	bottom: 30px;
}

.pagecode-index .h-box__left {
	position: initial;
}

.h-box__right {
	display: block;
	flex-shrink: 0;
}

.h-line {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 88;
}

@media screen and (max-width: 960px) {
	.h-line {
		display: none;
	}
}

.h-line-inner {
	display: block;
	position: relative;
}

.h-line-inner .icon {
	position: absolute;
	top: 16px;
	left: 20px;
	display: inline-block;
}

.h-line-inner .icon img:hover {
	opacity: 1;
}

.h-line a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #06c755;
	border-bottom-left-radius: 80px;
	border-top-left-radius: 80px;
	width: 310px;
	text-align: right;
	padding: 22px 30px 18px 0px;
}

.h-line a:hover {
	opacity: 0.8;
}

.h-banner {
	display: flex;
	align-items: center;
}

.h-banner__item {
	width: 100%;
	max-width: 140px;
	margin-right: 10px;
}

.h-banner__item:last-child {
	margin-right: 0;
}

.h-banner__item a {
	display: block;
	width: 140px;
	border-radius: 35px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.16em;
	line-height: 2;
	padding: 1px 0 2px;
}

.h-banner__item a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.h-box__left {
	flex-shrink: 0;
	margin-right: 100px;
}

@media screen and (max-width: 960px) {
	.h-box__left {
		margin-right: 0;
	}
}

.h-nav {
	position: relative;
	height: 115px;
}

@media screen and (max-width: 960px) {
	.h-nav {
		height: 26px;
	}

	.pagecode-index .h-nav {
		height: 60px;
	}
}

.h-nav__inner {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px 0 0 70px;
	width: 100%;
	background: #ced280;
}

@media screen and (max-width: 960px) {
	.h-nav__inner {
		background: initial;
	}
}

.pagecode-index .h-nav__inner {
	background: initial;
}

@media screen and (max-width: 960px) {
	.h-nav__inner {
		padding: 0;
	}
}

.h-nav__inner.fixed {
	position: fixed;
	top: 0px;
	z-index: 99;
	background: #fff;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.h-nav__inner.fixed .h-text {
	display: none;
}

.h-nav__inner.fixed .h-box__left {
	width: 65px;
}

@media screen and (max-width: 1260px) {
	.h-nav__inner.fixed {
		position: absolute;
		top: initial;
		background: #ced280;
		box-shadow: initial;
	}
}

@media screen and (max-width: 1260px) and (max-width: 960px) {
	.h-nav__inner.fixed {
		background: initial;
	}
}

@media screen and (max-width: 1260px) {
	.pagecode-index .h-nav__inner.fixed {
		background: initial;
	}

	.h-nav__inner.fixed .h-text {
		opacity: 1;
		display: block;
	}

	.h-nav__inner.fixed .h-box__left {
		width: initial;
	}
}

.h-nav__inner {
	display: flex;
}

@media screen and (max-width: 960px) {
	#header {
		padding-top: 0;
	}

	#header:before {
		content: none;
	}

	.h-box {
		display: block;
		padding: 25px 20px;
		text-align: left;
	}

	.pagecode-index .h-box {
		padding: 20px;
		background: #ced280;
		width: calc(65vw + 1.57%);
	}

	.pagecode-index .h-box .h-logo {
		margin-top: 0;
	}

	.h-text {
		display: none;
	}

	.h-box__right {
		display: none;
	}
}

/* gnav
------------------------------*/
.gnav {
	flex-shrink: 0;
}

.gnav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.gnav-list__item {
	flex-shrink: 0;
	margin-right: 40px;
}

.gnav-list__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 80px;
	/*padding: 0 30px;*/
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #3a3a3a;
}

.gnav-list__link:hover,
.current .gnav-list__link,
.active .gnav-list__link {
	text-decoration: none;
	color: #ff5910;
}

.accordion__label {
	cursor: pointer;
}

.accordion__list {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	transition: height 0.3s;
}

.accordion-list__item {
	display: inline-block;
	width: 260px;
	margin: 20px 20px;
}

.accordion-list__link {
	display: block;
	position: relative;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 17px 0 20px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.2em;
	text-align: left;
	color: #fff;
}

.accordion-list__link:hover {
	/*background: #EEEDEB;*/
	text-decoration: none;
}

.accordion-list__link:hover:before {
	right: -5px;
}

.drawer--left {
	position: relative;
}

.drawer--left .drawer-hamburger {
	display: none;
	background: #ffe046;
	border-radius: 5px;
}

.drawer--left .drawer-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.drawer--left .drawer-nav {
	display: none;
	background: #ebebeb;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
}

.drawer--left .drawer-menu {
	padding: 20px 10px;
}

.sp-nav-list {
	margin-bottom: 30px;
}

.sp-nav-list__item {
	margin-bottom: 0;
}

.sp-nav-list__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #333;
	font-weight: normal;
	color: #333;
	transition: background 0.3s;
}

.sp-nav-list__link:hover,
.current .sp-nav-list__link,
.active .sp-nav-list__link {
	color: #fff;
	background: #ced280;
	text-decoration: none;
}

.sp-nav-list .accordion-list {
	position: relative;
}

.drawer-menu .contentslist {
	display: block;
	padding: 0;
	font-size: 1.4rem;
}

.drawer-menu .contentslist>li {
	margin: 0 0 20px;
}

.drawer-menu .banner {
	text-align: center;
}

.drawer-menu .banner li {
	margin-bottom: 10px;
}

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

	.drawer--left .drawer-hamburger,
	.drawer--left .drawer-nav {
		display: block;
	}
}

/* main
------------------------------*/
.mainimg .box {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	display: none;
}

.pagecode-index .mainimg .box {
	display: block;
}

@media screen and (max-width: 960px) {
	.pagecode-index .mainimg .box {
		display: none;
	}
}

.mainimg .box .text {
	position: absolute;
	top: calc(50% - 27px);
	left: 42px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 100%;
	display: -webkit-flex;
	display: flex;
}

.mainimg .img {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: -8px;
	left: calc(50% - 395px);
	width: 1182px;
	/*border-bottom-left-radius: 40px;*/
	border-top-left-radius: 40px;
	margin-bottom: 70px;
	pointer-events: none;
}

.main-img {
	background: url(../img/main.jpg) right no-repeat;
	background-size: cover;
	margin-left: 255px;
	max-height: none;
	height: 800px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
}

.main_sp {
	display: none;
}

.main {
	width: 100%;
}

@media screen and (max-width: 960px) {
	.mainimg .box {
		display: none;
	}

	.pagecode-index .main_sp {
		display: block;
		text-align: center;
	}

	.main_sp img {
		width: 100%;
	}
}

/* content
------------------------------*/
.content {
	width: 100%;
	padding: 72px 0 50px;
}

.pagecode-landscaping .content {
	padding-bottom: 32px;
}

@media screen and (max-width: 960px) {
	.content {
		padding: 44px 0 50px;
	}
}

.pagecode-index .content {
	padding: 0 0 50px;
}

.map,
.video {
	position: relative;
	width: 100%;
	height: 350px;
}

.map iframe,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
	height: auto;
	padding-top: 56.25%;
}

.big {
	font-size: 1.6rem;
}

.small {
	font-size: 1.2rem;
}

.bold {
	font-weight: bold;
}

.btn {
	text-align: center;
}

br.sp {
	display: none;
}

span.dib {
	display: inline-block;
}

@media screen and (max-width: 480px) {
	br.sp {
		display: block;
	}

	br.pc {
		display: none;
	}
}

#mail {
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width: 960px) {
	#mail {
		padding-top: 0;
		margin-top: 0;
	}
}

/* table
------------------------------*/
.module.mod_text table {
	width: 100%;
	table-layout: fixed;
}

.module.mod_text th,
.module.mod_text td {
	height: auto;
	background: #f2f0c4;
	border: 1px solid #fff;
	padding: 11px 20px 11px;
	line-height: 1.875;
	text-align: left;
	vertical-align: top;
}

.module.mod_text th,
.module.mod_text td.cols-label,
.module.mod_text td.row-label {
	background: #ced280;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-weight: 700;
}

.module.mod_text td.row-label {
	text-align: left;
}

.module.mod_text th,
.module.mod_text td.cols-label {
	width: 20.1%;
}

@media screen and (max-width: 960px) {
	.module.mod_text table {
		table-layout: auto;
	}

	.module.mod_text th,
	.module.mod_text td {
		padding: 11px 10px 8px;
	}

	.module.mod_text .scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.module.mod_text .scroll::-webkit-scrollbar {
		height: 5px;
	}

	.module.mod_text .scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.module.mod_text .scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}

	.module.mod_text .responsive-table table.table {
		min-width: 1000px;
	}
}

/* 縦積みにする場合表示
@media screen and (max-width: 480px){
	.module.mod_text .block-table table.table th,
	.module.mod_text .block-table table.table td {
		display: block;
		width: 100%;
	}
	.module.mod_text .block-table th,
	.module.mod_text .block-table td.cols-label,
	.module.mod_text .block-table tr:not(:last-child) td {
		border-bottom: none;
	}
} */
/* category
------------------------------*/
.side {
	width: 100%;
	background: #ced280;
	padding: 50px 15px 20px;
}

.contentslist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.4;
}

.contentslist>li {
	justify-content: flex-start;
	flex: 0 0 30%;
	margin: 0 5% 30px 0;
}

.contentslist>li:nth-child(3n) {
	margin-right: 0;
}

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

.contentslist .img-category {
	text-align: center;
}

.contentslist .img-category.nolink .n_title {
	display: none;
}

.contentslist .nolink .n_title {
	display: block;
	position: relative;
	border-bottom: 2px solid #fff;
	padding: 18px 0 18px 10px;
	font-weight: normal;
	text-align: left;
	color: #060403;
}

.contentslist .nolink .n_title::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 18px;
	width: 14px;
	height: 14px;
	background: none;
	transform: translate(0, -50%);
	content: "";
}

.contentslist .text-category.text-link {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}

.contentslist .parent-text>a,
.contentslist .text-link a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 30px;
	padding: 19px 50px 19px 30px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000;
}

.contentslist .parent-text>a:hover,
.contentslist .text-link a:hover {
	opacity: 0.8;
}

.contentslist .parent-text>a::before,
.contentslist .text-link a::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 14px;
	background: url("../img/icon_arrow_r.svg");
	transform: translate(0, -50%);
	transition: transform 0.3s;
	content: "";
}

.contentslist .parent-text>a:hover::before,
.contentslist .text-link a:hover::before {
	transform: translate(5px, -50%);
}

.contentslist .sublist {
	margin-bottom: 10px;
	text-align: left;
}

.contentslist .sublist li {
	line-height: 1.2;
}

.contentslist .sublist li a {
	display: block;
	background: none;
	padding: 18px 10px 0;
	font-weight: normal;
	text-decoration: none;
	color: #060403;
	display: inline-block;
}

.contentslist .sublist li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
	.side {
		display: none;
	}
}

/* footer
------------------------------*/
.footer {
	background: #ebebeb;
	color: #060403;
}

.f-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 70px;
}

@media screen and (max-width: 960px) {
	.f-box {
		padding-bottom: 72px;
	}
}

.f-box__left {
	max-width: 320px;
}

@media screen and (max-width: 960px) {
	.f-box__left {
		max-width: initial;
	}
}

.f-logo {
	margin-bottom: 23px;
}

.f-add {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2;
}

@media screen and (max-width: 960px) {
	.f-add {
		margin-bottom: 0;
	}
}

.f-add a {
	font-weight: bold;
	text-decoration: underline;
	color: #060403;
}

.f-add a.anchor-for-call {
	text-decoration: none;
}

.f-add a:hover {
	text-decoration: none;
}

.f-note {
	font-size: 1rem;
	line-height: 1.6;
}

.f-box__right {
	width: 300px;
}

.f-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.f-nav__item {
	position: relative;
	width: 90px;
	margin-bottom: 30px;
}

.f-nav__item:nth-child(3n-1) {
	width: 120px;
}

.f-nav__link {
	display: block;
	border-left: 1px solid #060403;
	padding-left: 5px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	color: #060403;
}

.f-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 110px;
	line-height: 1;
}

.f-banner__item+.f-banner__item {
	margin-left: 20px;
}

.f-text {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 2;
	color: #686868;
}

.copyright {
	font-size: 1rem;
	line-height: 2;
}

@media screen and (max-width: 960px) {
	.f-nav {
		display: none;
	}

	.f-box {
		flex-direction: column;
		align-items: center;
		padding-right: 15px;
		padding-left: 15px;
	}

	.f-box__left {
		margin-bottom: 30px;
		text-align: center;
	}

	.f-box__right {
		width: 100%;
		text-align: center;
	}

	.f-banner {
		justify-content: center;
		margin-bottom: 30px;
	}
}

/* pagetop
------------------------------*/
.pagetop {
	position: fixed;
	z-index: 200;
	right: 20px;
	bottom: 80px;
	opacity: 0;
	transition: opacity 0.5s;
}

.pagetop.on {
	opacity: 1;
}

.pagetop.on:hover {
	opacity: 0.6;
}

.pagetop.stop {
	position: absolute;
}

.rightbar {
	position: fixed;
	z-index: 200;
	top: 100px;
	right: 0;
	transform: translateX(100%);
	transition: transform 0.3s;
}

.rightbar a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 66px;
	height: 240px;
	background: #58d324;
	border: 4px solid #fff;
	border-radius: 35px 0 0 35px;
	padding-top: 35px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	writing-mode: vertical-rl;
}

.rightbar a::before {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 16px;
	background: url(../img/icon_mail.svg) center no-repeat;
	content: "";
}

.rightbar a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.rightbar.on {
	transform: translateX(0);
}

.rightbar.stop {
	position: absolute;
}

@media screen and (max-width: 960px) {
	.pagetop {
		display: none;
	}

	.rightbar {
		display: none;
	}
}

/* module
------------------------------*/
.module {
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto 50px;
}

.module.break-wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.mod_news_list,
.mod_news_detail,
.mod_gallery_detail,
#contact_form {
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto 50px;
}

.pagecode-index .mod_news_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pagecode-index .mod_news_list .bg-title {
	width: 220px;
}

.pagecode-index .mod_news_list .title {
	margin-bottom: 194px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 680px) {
	.pagecode-index .mod_news_list .title {
		font-size: 2.2rem;
		display: block;
	}
}

.pagecode-index .mod_news_list .title span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #ff5910;
	letter-spacing: 0.18em;
}

@media screen and (max-width: 680px) {
	.pagecode-index .mod_news_list .title span {
		font-size: 1.6rem;
	}
}

.mod_gallery_list {
	width: 100%;
	max-width: 890px;
	padding: 0 15px;
	margin: 0 auto 50px;
}

.pagecode-index .mod_gallery_list {
	max-width: 1560px;
}

/* heading module */
.module.mod_h1 {
	margin-bottom: 50px;
}

.module.mod_h2 {
	margin-bottom: 50px;
}

.mod_h1 h1 {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
	border: 4px solid #cdd180;
	border-radius: 30px;
	padding: 32px 20px 43px;
	margin: 0 auto;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.2em;
	text-align: center;
	color: #060403;
}


@media screen and (max-width: 960px) {
	.mod_h1 h1 {
		font-size: 4rem;
	}
}

.module.mod_h2 {
	margin-bottom: 30px;
}

.mod_h2 h2 {
	position: relative;
	background: none;
	border: none;
	padding: 70px 0 20px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: 0.2em;
	text-align: center;
	color: #060403;
}

.pagecode-voice .mod_h2 h2,
.pagecode-faq .mod_h2 h2 {
	font-size: 2.6rem;
	text-align: left;
	padding: 18px 0 30px;
	padding-left: 86px;
}

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

	.pagecode-voice .mod_h2 h2,
	.pagecode-faq .mod_h2 h2 {
		font-size: 2.2rem;
		padding-left: 80px;
	}
}

.mod_h2 h2:before {
	position: absolute;
	top: 37px;
	left: 50%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #ff5910;
	transform: translateX(-50%);
	content: "ONE HEART";
}

.pagecode-voice .mod_h2 h2:before,
.pagecode-faq .mod_h2 h2:before {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/voice-img.svg") no-repeat center center/contain;
	width: 60px;
	height: 60px;
	top: 12px;
	left: 30px;
}

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

	.pagecode-voice .mod_h2 h2:before,
	.pagecode-faq .mod_h2 h2:before {
		width: 50px;
		top: 10px;
	}
}

.pagecode-faq .mod_h2 h2:before {
	background: url("../img/faq-img.svg") no-repeat center center/contain;
}

@media screen and (max-width: 680px) {
	.mod_h2 h2 {
		font-size: 2.2rem;
		padding-top: 60px;
	}
}

.module.mod_h3 {
	margin-bottom: 20px;
}

.mod_h3 h3 {
	background: #cdd180;
	border-radius: 10px;
	padding: 15px 20px 16px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #060403;
}

@media screen and (max-width: 480px) {
	.mod_h3 h3 {
		font-size: 1.6rem;
	}
}

/* image + text module */
/* img_small */
.mod_img_text_left .img_small,
.mod_img_text_right .img_small,
.mod_link_banner_left.mod_img_small .img_small,
.mod_link_banner_right.mod_img_small .img_small {
	width: 30%;
	max-width: 300px;
}

/* img_medium */
.mod_img_text_left .img_medium,
.mod_img_text_right .img_medium,
.mod_link_banner_left.mod_img_medium .img_medium,
.mod_link_banner_right.mod_img_medium .img_medium {
	width: 40%;
	max-width: 400px;
}

/* img_large */
.mod_img_text_left .img_large,
.mod_img_text_right .img_large,
.mod_link_banner_left.mod_img_large .img_large,
.mod_link_banner_right.mod_img_large .img_large {
	width: 60%;
	max-width: 600px;
}

.mod_img_text_left .img_small,
.mod_img_text_left .img_medium,
.mod_img_text_left .img_large,
.mod_link_banner_left .img_small,
.mod_link_banner_left .img_medium,
.mod_link_banner_left .img_large {
	margin-right: 40px;
}

.mod_img_text_right .img_small,
.mod_img_text_right .img_medium,
.mod_img_text_right .img_large,
.mod_link_banner_right .img_small,
.mod_link_banner_right .img_medium,
.mod_link_banner_right .img_large {
	margin-left: 40px;
}

.mod_img_small .img_small img,
.mod_img_medium .img_medium img,
.mod_img_large .img_large img {
	width: auto;
}

.mod_img_text_left.mod_img_small .text_box,
.mod_img_text_left.mod_img_medium .text_box,
.mod_img_text_left.mod_img_large .text_box,
.mod_link_banner_left.mod_img_small .text_box,
.mod_link_banner_left.mod_img_medium .text_box,
.mod_link_banner_left.mod_img_large .text_box,
.mod_img_text_right.mod_img_small .text_box,
.mod_img_text_right.mod_img_medium .text_box,
.mod_img_text_right.mod_img_large .text_box,
.mod_link_banner_right.mod_img_small .text_box,
.mod_link_banner_right.mod_img_medium .text_box,
.mod_link_banner_right.mod_img_large .text_box {
	overflow: hidden;
	margin: 0;
}

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

	.mod_img_text_left .img_small,
	.mod_img_text_left .img_medium,
	.mod_img_text_left .img_large,
	.mod_img_text_right .img_small,
	.mod_img_text_right .img_medium,
	.mod_img_text_right .img_large,
	.mod_link_banner_left.mod_img_small .img_small,
	.mod_link_banner_left.mod_img_medium .img_medium,
	.mod_link_banner_left.mod_img_large .img_large,
	.mod_link_banner_right.mod_img_small .img_small,
	.mod_link_banner_right.mod_img_medium .img_medium,
	.mod_link_banner_right.mod_img_large .img_large {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
}

.mod_link_banner_center {
	text-align: center;
}

.mod_link_banner_center .text_box {
	margin-top: 20px;
}

/* download module */
.mod_file {
	display: flex;
}

.mod_file>div:first-child {
	float: none;
	margin-right: 40px;
	text-align: left;
}

.mod_file>.text_box {
	width: 100%;
	margin-left: auto;
}

.mod_file a {
	display: block;
}

.mod_file a img {
	display: none;
}

.mod_file a::before {
	display: block;
	height: 60px;
}

.mod_file .pdf a::before {
	content: url("../img/icon_pdf.svg");
}

.mod_file .word a::before {
	content: url("../img/icon_word.svg");
}

.mod_file .xls a::before {
	content: url("../img/icon_xls.svg");
}

.mod_file .pdf a:hover::before,
.mod_file .word a:hover::before,
.mod_file .xls a:hover::before {
	opacity: 0.8;
}

@media screen and (max-width: 680px) {
	.mod_file {
		display: block;
	}

	.mod_file>div:first-child {
		margin: 0 auto 10px;
		text-align: center;
	}
}

/* news & gallery
------------------------------*/
/* pagebute */
.mod_news_list ul.pager,
.mod_gallery_list ul.pager {
	display: flex;
	justify-content: center;
}

.pagecode-news .mod_news_list ul.pager,
.pagecode-news .mod_gallery_list ul.pager {
	margin-top: 40px;
}

.mod_news_list ul.pager li,
.mod_gallery_list ul.pager li {
	margin: 0 10px;
}

.mod_news_list ul.pager a,
.mod_gallery_list ul.pager a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #ced280;
	/*border: 2px solid #70D9F2;*/
	padding: 0 0 3px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #2b2b2b;
}

.mod_news_list ul.pager a:hover,
.mod_news_list ul.pager a.current,
.mod_gallery_list ul.pager a:hover,
.mod_gallery_list ul.pager a.current {
	background: #ff5910;
	color: #fff;
}

/* button */
.mod_news_list p.pager {
	width: 100%;
	max-width: 210px;
	margin: 0 0 auto;
	margin-top: 16px;
}

@media screen and (max-width: 960px) {
	.mod_news_list p.pager {
		margin: 0 0 0 auto;
		margin-top: 20px;
	}
}

.mod_news_list p.pager a {
	display: block;
	position: relative;
	width: 100%;
	background: #ffe046;
	border-radius: 35px;
	/* padding: 23px 10px 23px 30px; */
	padding: 14px 10px 14px 30px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: left;
	color: #060403;
}

.mod_news_list p.pager a::after {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 10px;
	height: 18px;
	background: url(../img/icon_more.svg) center no-repeat;
	transform: translateY(-50%);
	content: "";
}

.mod_news_list p.pager a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.mod_gallery_list p.pager {
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
}

.mod_gallery_list p.pager a {
	display: block;
	position: relative;
	width: 100%;
	background: #ffe046;
	border-radius: 35px;
	padding: 23px 10px 23px 30px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: left;
	color: #060403;
}

.mod_gallery_list p.pager a::after {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 10px;
	height: 18px;
	background: url(../img/icon_more.svg) center no-repeat;
	transform: translateY(-50%);
	content: "";
}

.mod_gallery_list p.pager a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.mod_news_detail .back,
.mod_gallery_detail .back {
	width: 100%;
	max-width: 210px;
}

.mod_news_detail .back a,
.mod_gallery_detail .back a {
	display: block;
	position: relative;
	width: 100%;
	background: #ffe046;
	border-radius: 35px;
	padding: 23px 30px 23px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: right;
	color: #060403;
}

.mod_news_detail .back a::after,
.mod_gallery_detail .back a::after {
	position: absolute;
	top: 50%;
	left: 32px;
	width: 10px;
	height: 18px;
	background: url(../img/icon_back.svg) center no-repeat;
	transform: translateY(-50%);
	content: "";
}

.mod_news_detail .back a:hover,
.mod_gallery_detail .back a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* news
------------------------------*/
/* list */
.mod_news_list #news {
	width: 735px;
	margin-bottom: 0;
}

.pagecode-index .mod_news_list #news {
	width: 720px;
	margin-bottom: 0;
}

.pagecode-news .mod_news_list #news {
	width: initial;
}

.mod_news_list #news dl {
	background: #f0f0c9;
	border: none;
	border-radius: 10px;
	padding: 17px 17px 17px 30px;
	line-height: 1.6;
}

@media screen and (max-width: 960px) {
	.mod_news_list #news dl {
		padding: 15px;
	}
}

.mod_news_list #news dl+dl {
	margin-top: 10px;
}

.mod_news_list #news dl dt {
	margin-right: 20px;
	font-size: 1.6rem;
	color: #ff5910;
}

.mod_news_list #news dl dd {
	overflow: hidden;
	margin-left: auto;
}

.mod_news_list #news dl dd a {
	font-weight: normal;
}

@media screen and (max-width: 960px) {
	.pagecode-index .mod_news_list {
		display: block;
	}

	.pagecode-index .mod_news_list .bg-title {
		margin-bottom: 30px;
	}

	.pagecode-index .mod_news_list .title {
		margin-bottom: 15px;
	}

	.pagecode-index .mod_news_list #news.news_list {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.mod_news_list #news dl dt {
		float: none;
		width: 100%;
	}

	.mod_news_list #news dl dd {
		margin: 0;
	}
}

/* detail */
#news_detail {
	margin-bottom: 50px;
}

.mod_news_detail .date {
	margin-bottom: 20px;
	color: inherit;
}

/* gallery
------------------------------*/
.mod_pickup_gallery #gallery,
.mod_gallery_list #gallery {
	width: 100%;
	padding-bottom: 0;
}

.mod_pickup_gallery #gallery dl,
.mod_gallery_list #gallery dl {
	float: left;
	position: relative;
	width: 30.233%;
	margin: 0 4.6505% 45px 0;
}

.mod_pickup_gallery #gallery dl dd.img,
.mod_gallery_list #gallery dl dd.img {
	position: relative;
}

.mod_pickup_gallery #gallery dl dd.img::before,
.mod_gallery_list #gallery dl dd.img::before {
	display: block;
	width: 100%;
	padding-top: 100%;
	content: "";
}

.mod_pickup_gallery #gallery dl dd.img a,
.mod_gallery_list #gallery dl dd.img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}

.mod_pickup_gallery #gallery dl dd.img a::before,
.mod_gallery_list #gallery dl dd.img a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: px;
	left: px;
}

.mod_pickup_gallery #gallery dl dd.img a img,
.mod_gallery_list #gallery dl dd.img a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*padding: 1px;*/
	transform: translate(-50%, -50%);
}

.mod_pickup_gallery #gallery dl dt,
.mod_gallery_list #gallery dl dt {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	line-height: 1.4;
}

.pagecode-index .mod_gallery_list #gallery dl dt {
	display: block;
	position: relative;
	padding-top: 20px;
}

.mod_pickup_gallery #gallery dl:hover dt,
.mod_gallery_list #gallery dl:hover dt {
	display: block;
}

.mod_pickup_gallery #gallery dl dt a,
.mod_gallery_list #gallery dl dt a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.14;
	letter-spacing: 0;
	color: #eff2f6;
}

.pagecode-index .mod_gallery_list #gallery dl dt a {
	padding: 0;
	font-size: 1.6rem;
	line-height: 2.25;
	color: #060403;
}

.mod_pickup_gallery #gallery dl dt a:hover,
.mod_gallery_list #gallery dl dt a:hover {
	text-decoration: none;
}

.pagecode-index .mod_gallery_list #gallery dl dt a:hover {
	text-decoration: underline;
}

.mod_pickup_gallery #gallery dl dt a:hover::before,
.mod_gallery_list #gallery dl dt a:hover::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.pagecode-index .mod_gallery_list #gallery dl dt a:hover::before {
	display: none;
}

.mod_pickup_gallery #gallery dl dt+dd,
.mod_gallery_list #gallery dl dt+dd {
	display: none;
}

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

	.mod_pickup_gallery #gallery dl dt,
	.mod_gallery_list #gallery dl dt {
		display: block;
		position: relative;
		padding-top: 10px;
	}

	.mod_pickup_gallery #gallery dl dt a,
	.mod_gallery_list #gallery dl dt a {
		padding: 0;
		color: #2d2d2d;
	}

	.mod_pickup_gallery #gallery dl dt a:hover::before,
	.mod_gallery_list #gallery dl dt a:hover::before {
		display: none;
	}
}

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

	.mod_pickup_gallery #gallery dl,
	.mod_gallery_list #gallery dl {
		width: 100%;
		margin-right: 0;
	}

	.mod_pickup_gallery #gallery dl dt,
	.mod_gallery_list #gallery dl dt {
		font-size: 1.2rem;
	}
}

/* detail */
.mod_gallery_detail {
	margin-bottom: 60px;
}

#gallery_text {
	margin-bottom: 40px;
	line-height: 2.5;
}

/* type01 */
.mod_gallery_detail.gallery_type01 .img_big {
	position: relative;
	width: 54%;
	min-width: 250px;
	margin-bottom: 30px;
}

.mod_gallery_detail.gallery_type01 ul.img_list {
	width: 100%;
	max-width: 450px;
	margin-bottom: 10px;
}

.mod_gallery_detail.gallery_type01 ul.img_list li {
	position: relative;
	width: 80px;
}

/* type02 */
.mod_gallery_detail.gallery_type02 .gallery_inner {
	width: 100%;
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
}

.mod_gallery_detail.gallery_type02 .img_big {
	position: relative;
	width: 53.7634408602%;
	margin: 0;
}

.mod_gallery_detail.gallery_type02 ul.img_list {
	float: right;
	width: 38.7096774194%;
}

.mod_gallery_detail.gallery_type02 ul.img_list li {
	float: left;
	position: relative;
	width: 30.556%;
	margin: 0 4.166% 15px 0;
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
	margin-right: 4.166%;
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
	margin-right: 0;
}

/* type03 */
.mod_gallery_detail.gallery_type03 .before_after,
.mod_gallery_detail.gallery_type03 ul.img_list {
	width: 100%;
	max-width: 930px;
}

.mod_gallery_detail.gallery_type03 .before_after dl.before,
.mod_gallery_detail.gallery_type03 .before_after dl.after {
	display: block;
	float: left;
	width: 45.1612903226%;
	margin: 0;
}

.mod_gallery_detail.gallery_type03 .before_after dl.after {
	float: right;
}

.mod_gallery_detail.gallery_type03 .before_after dl.after dt {
	color: #ff5910;
}

.mod_gallery_detail.gallery_type03 .before_after dl dt {
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 0.8;
	text-align: left;
	color: #a09c48;
}

/*.mod_gallery_detail.gallery_type03 .before_after dl dt::before {
	content: '';
	display: block;
	width: 100%;
	background: url('../img/banner_before.jpg') center no-repeat;
	background-size: auto 100%;
	padding-top: 32px;
}
.mod_gallery_detail.gallery_type03 .before_after dl.after dt::before {
	background-image: url('../img/banner_after.jpg');
}*/
.mod_gallery_detail.gallery_type03 .before_after dl dd {
	position: relative;
}

.mod_gallery_detail.gallery_type03 ul.img_list li {
	display: inline-block;
	float: none;
	position: relative;
	width: 10.2150537634%;
	min-width: 70px;
	margin-right: 1.3978494624%;
}

.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
	margin-right: 9.6774193548%;
}

.mod_gallery_detail.gallery_type03 ul.img_list li:last-child {
	margin-right: 0;
}

.mod_gallery_detail.gallery_type01 .img_big::before,
.mod_gallery_detail.gallery_type01 ul.img_list li::before,
.mod_gallery_detail.gallery_type02 .img_big::before,
.mod_gallery_detail.gallery_type02 ul.img_list li::before,
.mod_gallery_detail.gallery_type03 .before_after dl dd::before,
.mod_gallery_detail.gallery_type03 ul.img_list li::before {
	display: block;
	width: 100%;
	padding-top: 100%;
	content: "";
}

.mod_gallery_detail.gallery_type01 .img_big a,
.mod_gallery_detail.gallery_type01 ul.img_list li a,
.mod_gallery_detail.gallery_type02 .img_big a,
.mod_gallery_detail.gallery_type02 ul.img_list li a,
.mod_gallery_detail.gallery_type03 .before_after dl dd a,
.mod_gallery_detail.gallery_type03 ul.img_list li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f6f7;
	border: none;
}

.mod_gallery_detail.gallery_type01 .img_big a img,
.mod_gallery_detail.gallery_type01 ul.img_list li a img,
.mod_gallery_detail.gallery_type02 .img_big a img,
.mod_gallery_detail.gallery_type02 ul.img_list li a img,
.mod_gallery_detail.gallery_type03 .before_after dl dd a img,
.mod_gallery_detail.gallery_type03 ul.img_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	/*padding: 1px;*/
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
	.mod_gallery_detail.gallery_type01 ul.img_list li {
		width: 15%;
		min-width: 70px;
	}

	.mod_gallery_detail.gallery_type03 .before_after dl.before,
	.mod_gallery_detail.gallery_type03 .before_after dl.after {
		width: 49%;
	}

	.mod_gallery_detail.gallery_type03 ul.img_list {
		text-align: center;
	}

	.mod_gallery_detail.gallery_type03 ul.img_list li {
		display: inline-block;
		margin: 5px;
	}

	.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
		margin-right: 5px;
	}
}

@media screen and (max-width: 480px) {
	.mod_gallery_detail.gallery_type02 .img_big {
		float: none;
		min-width: 250px;
		margin: 0 auto 20px;
	}

	.mod_gallery_detail.gallery_type02 ul.img_list {
		width: 100%;
		text-align: center;
	}

	.mod_gallery_detail.gallery_type02 ul.img_list li {
		display: inline-block;
		float: none;
		width: 15%;
		min-width: 70px;
		margin-right: 5px;
		margin-left: 5px;
	}

	.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
		margin-right: 5px;
	}

	.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
		margin-right: 5px;
	}
}

/* #contact_form
------------------------------*/
.col-text {
	color: #ff5910;
	font-weight: 700;
}

#contact_form table {
	width: 100%;
}

#contact_form table th,
#contact_form table td {
	background: #f2f0c4;
	border: 1px solid #fff;
	padding: 12px 18px 20px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

#contact_form table th {
	width: 23.2%;
	background: #ced280;
	font-weight: bold;
	vertical-align: top;
	color: #1c130c;
	font-size: 1.6rem;
}

#contact_form table th span.req {
	margin-left: -14px;
	font-weight: bold;
	color: #ff5910;
	font-size: 1.6rem;
}

.fixed .formErrorContent {
	background: #c71616;
}

#contact_form table td {
	font-size: 1.4rem;
	color: #2b2b2b;
}

#contact_form td input[type=text] {
	width: 100%;
	max-width: 100%;
	height: 30px;
	background: #e0dc99;
	border: none;
	padding: 5px;
	margin: 5px 0 0;
}

#contact_form table td input.zipcode {
	width: 100%;
	max-width: 200px;
}

#contact_form table textarea {
	width: 100%;
	max-width: 100%;
	height: 120px;
	background: #e0dc99;
	border: none;
	padding: 5px;
	margin-top: 4px;
	font-size: inherit;
}

#contact_form p.submit {
	width: 100%;
	max-width: 360px;
	margin: 50px auto 0;
}

#contact_form p.submit button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	background: #ff5910;
	border: none;
	padding: 0 10px 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-left: 30px;
	border-radius: 40px;
	position: relative;
}

#contact_form p.submit button::before {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 11px;
	height: 18px;
	background: url(../img/contact-img.svg) center no-repeat;
	transform: translateY(-50%);
	content: "";
}

#contact_form p.submit button:hover {
	opacity: 0.8;
}

.privacy {
	font-size: 1.6rem;
	line-height: 2.75;
}

.privacy p {
	margin-bottom: 0;
}

.privacy .policy>li {
	padding-left: 5px;
	margin: 0 0 0 15px;
	list-style: decimal outside;
}

.privacy .policy>li:last-child {
	margin-bottom: 0;
}

.privacy .policy .list li {
	position: relative;
	padding-left: 15px;
}

.privacy .policy .list li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}

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

	#contact_form table th,
	#contact_form table td {
		display: block;
		width: 100%;
		padding: 10px 15px 7px;
	}

	#contact_form table th,
	#contact_form table tr:not(:last-child) td {
		border-bottom: none;
	}
}

/* wink */
.wink a:hover {
	animation-name: wink;
	animation-duration: 0.6s;
}

.wink img {
	opacity: 1 !important;
}

@media screen and (max-width: 960px) {
	.wink img {
		width: 54px;
	}
}

@keyframes wink {
	0% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

.object-fit-img {
	width: 100% !important;
	height: 100% !important;
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
}

.btmBanner {
	display: none;
}

@media screen and (max-width: 960px) {
	.btmBanner {
		display: block;
		padding: 0;
		pointer-events: inherit;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 50;
		width: 100%;
		height: 50px;
		color: #ffffff;
		background: #06c755;
		opacity: 0;
		transform: translateY(90px);
		transition: transform 0.3s, opacity 0.3s;
	}
}

.btmBanner.-fixed {
	opacity: 1;
	transform: translateY(0);
	pointer-events: inherit;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #06c755;
	height: 50px;
}

.btmBanner a {
	padding: 12px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #fff;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	line-height: 1.6;
}

.btmBanner-sp,
.btmBanner .btn,
.btmBanner a {
	height: 100%;
}

.btmBanner-inner {
	display: none;
}

@media screen and (max-width: 960px) {
	.btmBanner-inner {
		display: block;
		height: 100%;
	}

	.btmBanner-inner .all-wrap {
		position: relative;
		right: 20px;
	}

	.btmBanner-inner .icon {
		position: absolute;
		display: block;
		top: -6px;
		right: -48px;
		display: block;
	}
}

/* gallery
------------------------------*/
.pagecode-works .mod_pickup_gallery #gallery,
.pagecode-works .mod_gallery_list #gallery {
	width: 100%;
	padding-bottom: 0;
}

.pagecode-works .mod_pickup_gallery #gallery dl,
.pagecode-works .mod_gallery_list #gallery dl {
	float: left;
	width: 30%;
	margin: 0 4.7% 25px 0;
	position: relative;
}

.pagecode-works .mod_pickup_gallery #gallery dl dd.img,
.pagecode-works .mod_gallery_list #gallery dl dd.img {
	position: relative;
}

.pagecode-works .mod_pickup_gallery #gallery dl dd.img::before,
.pagecode-works .mod_gallery_list #gallery dl dd.img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}

.pagecode-works .mod_pickup_gallery #gallery dl dd.img a,
.pagecode-works .mod_gallery_list #gallery dl dd.img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}

.pagecode-works .mod_pickup_gallery #gallery dl dd.img a img,
.pagecode-works .mod_gallery_list #gallery dl dd.img a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.pagecode-works .mod_pickup_gallery #gallery dl dt,
.pagecode-works .mod_gallery_list #gallery dl dt {
	font-size: 1.4rem;
	line-height: 2.1428;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.5s ease;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5);
	color: #f0f3f7;
	padding: 0 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.pagecode-works .mod_pickup_gallery #gallery dl:hover dt,
.pagecode-works .mod_gallery_list #gallery dl:hover dt {
	top: 0;
	padding-top: 10px;
	height: 100%;
}

.pagecode-works .mod_pickup_gallery #gallery dl dt a,
.pagecode-works .mod_gallery_list #gallery dl dt a {
	color: #f0f3f7;
	font-weight: 400;
}

.pagecode-works .mod_pickup_gallery #gallery dl dt+dd,
.pagecode-works .mod_gallery_list #gallery dl dt+dd {
	display: none;
}

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

	.pagecode-works .mod_pickup_gallery #gallery dl,
	.pagecode-works .mod_gallery_list #gallery dl {
		width: 32%;
		margin-right: 2%;
	}

	.pagecode-works .mod_pickup_gallery #gallery dl dt,
	.pagecode-works .mod_gallery_list #gallery dl dt {
		font-size: 1.2rem;
	}
}

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

.index-taste {
	background: #ced280;
	position: relative;
	z-index: 9;
	padding: 100px 0 250px;
}

.index-taste:before {
	background: #fff;
	content: "";
	border-bottom-left-radius: 110px;
	pointer-events: none;
	z-index: -1;
	width: calc(50% + 350px);
	height: 100%;
	top: 0px;
	right: 0;
	position: absolute;
}

.box01 {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}

.box01 .text_box {
	width: 760px;
	margin: 0 0 0 auto;
}

.box01 .img {
	position: absolute;
	left: -70px;
	bottom: -140px;
}

.box01 .title {
	font-size: 2.8rem;
	line-height: 1.79;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 680px) {
	.box01 .title {
		font-size: 2.2rem;
	}
}

.box01 .text {
	margin-bottom: 70px;
	letter-spacing: 0.05em;
}

.box01 .btn {
	max-width: 270px;
	margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
	.box01 .btn {
		margin: 0 auto;
	}
}

.box01 .btn li+li {
	margin-top: 20px;
}

.box01 .btn li a {
	display: block;
	width: 100%;
	background: #ffe046;
	color: #060403;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	border-radius: 35px;
	padding: 23px 10px 23px 30px;
	line-height: 1.5;
	text-align: left;
	position: relative;
}

.box01 .btn li a:before {
	content: "";
	position: absolute;
	background: url(../img/icon_more.svg) center no-repeat;
	width: 10px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
}

.box01 .btn li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*-------------------------------------*/
.index-service {
	position: relative;
	z-index: 77;
	padding: 90px 0 100px;
	margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
	.index-service {
		z-index: initial;
	}
}

.index-service:before {
	background: #ced280;
	content: "";
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	pointer-events: none;
	z-index: -1;
	width: calc(100% - 70px);
	height: 100%;
	top: 0px;
	left: 0;
	position: absolute;
}

.box02 {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
}

.box02 .image {
	position: absolute;
	top: -250px;
	right: -90px;
}

.box02 .bg-title {
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.67;
	letter-spacing: 0.2em;
	margin-bottom: 130px;
}

@media screen and (max-width: 680px) {
	.box02 .bg-title {
		font-size: 2.2rem;
		margin-bottom: 90px;
	}
}

.box02 .bg-title span {
	color: #ff5910;
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0.18em;
}

@media screen and (max-width: 680px) {
	.box02 .bg-title span {
		margin-bottom: 5px;
	}
}

.box02 .box {
	max-width: 1130px;
	margin: 0 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: initial;
}

.box02 .info {
	width: 370px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	padding: 70px 30px 30px;
}

.box02 .img {
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 180px;
	background: #fff;
	border-radius: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box02 .title {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #ff5910;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.box02 .text {
	font-size: 1.4rem;
	line-height: 2.57;
}

/*-------------------------------------*/
.index-works {
	margin-bottom: 70px;
}

@media screen and (max-width: 680px) {
	.index-works {
		margin-bottom: 30px;
	}
}

.index-works .module.mod_h2 h2:before {
	content: "WORKS";
}

/*-------------------------------------*/
.index-point {
	background: #f0f0c9;
	padding: 60px 0 0px;
	margin-bottom: 100px;
}

.box03 {
	background: #fff;
	border-radius: 30px;
	max-width: 1240px;
	margin: 0 auto 50px;
	padding: 20px 40px;
	position: relative;
}

.box03 .img01 {
	position: absolute;
	top: -43px;
	left: 145px;
}

.box03 .img02 {
	position: absolute;
	top: -43px;
	right: 210px;
}

.box03 .bg-title {
	text-align: center;
	margin-bottom: 50px;
	background: url("../img/bg01.svg") top center no-repeat;
	padding: 39px 0 22px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

@media screen and (max-width: 680px) {
	.box03 .bg-title {
		margin-bottom: 25px;
	}
}

.box03 .en {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #ff5910;
	margin-bottom: 10px;
	letter-spacing: 0.18em;
	display: block;
}

@media screen and (max-width: 680px) {
	.box03 .en {
		margin-bottom: 5px;
	}
}

.box03 .ja {
	font-size: 3rem;
	line-height: 1.67;
}

@media screen and (max-width: 960px) {
	.box03 .ja::before {
		content: "";
		display: block;
		position: absolute;
		background: url("../img/index_img09.svg") no-repeat center center/contain;
		width: 600px;
		height: 290px;
		top: -116px;
		left: 20px;
	}

	.box03 .ja::after {
		content: "";
		display: block;
		position: absolute;
		background: url("../img/index_img10.svg") no-repeat center center/contain;
		width: 600px;
		height: 290px;
		top: -116px;
		right: 20px;
	}
}

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

	.box03 .ja::before,
	.box03 .ja::after {
		width: 460px;
		height: 250px;
		top: -128px;
	}
}

@media screen and (max-width: 680px) {
	.box03 .ja {
		font-size: 2.2rem;
		display: block;
	}
}

.box03 .ja span {
	color: #ff5910;
}

.box03 .box {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.box03 .box:nth-child(4) .title span img {
		width: 20px;
	}
}

@media screen and (max-width: 680px) {
	.box03 .box {
		margin-bottom: 0;
	}
}

.box03 .box .text_box {
	width: 670px;
}

.box03 .box:nth-last-child(2) .text_box {
	order: -1;
}

.box03 .box .title {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
	.box03 .box .title {
		font-size: 1.8rem;
	}
}

.box03 .box .title span {
	margin-right: 15px;
	line-height: 1;
	display: inline-block;
	padding-bottom: 8px;
}

@media screen and (max-width: 480px) {
	.box03 .box .title span {
		position: relative;
		top: -3px;
	}

	.box03 .box .title span img {
		width: 25px;
	}
}

.box03 .box .text {
	font-size: 1.4rem;
	line-height: 2.57;
}

@media screen and (max-width: 480px) {
	.box03 .box .text {
		line-height: 2.5;
		font-size: 1.6rem;
	}
}

.box03 .box .text span {
	letter-spacing: -0.05em;
}

.box03 .box .text span.none {
	letter-spacing: -0.07em;
}

.box04 {
	max-width: 1300px;
	margin: 0 auto;
	padding: 37px 0 50px 70px;
	position: relative;
}

.box04::before {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/bg02.jpg") no-repeat center center/contain;
	width: 1920px;
	height: 527px;
	top: -57px;
	right: -301px;
}

.box04 .bg-title {
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.67;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	position: relative;
}

@media screen and (max-width: 680px) {
	.box04 .bg-title {
		font-size: 2.2rem;
	}
}

.box04 .bg-title span {
	color: #ff5910;
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
	letter-spacing: 0.18em;
	margin-bottom: 12px;
}

@media screen and (max-width: 680px) {
	.box04 .bg-title span {
		display: block;
		margin-bottom: 5px;
	}
}

.box04 .text {
	font-size: 1.4rem;
	line-height: 2.57;
	margin-bottom: 30px;
	position: relative;
}

.box04 .text span {
	color: #ff5910;
}

.box04 dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.78;
	margin-bottom: 33px;
	font-weight: bold;
	position: relative;
}

.box04 dl dt {
	color: #ff5910;
	margin-right: 5px;
}

.box04 .btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.box04 .btn li {
	max-width: 270px;
	width: 100%;
}

.box04 .btn li+li {
	margin-left: 20px;
}

.box04 .btn li+li a {
	padding: 17px 10px 18px 30px;
}

.box04 .btn li a {
	display: block;
	width: 100%;
	background: #ff5910 url("../img/icon_more01.svg") right 30px center no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	border-radius: 35px;
	padding: 23px 10px 23px 30px;
	line-height: 1.5;
	text-align: left;
}

.box04 .btn li:last-child a {
	background: #06c755;
}

.box04 .btn li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.box04 .btn .line-inner {
	display: block;
}

.box04 .btn .line-inner a {
	position: relative;
}

.box04 .btn .line-inner .icon {
	position: absolute;
	top: 16px;
	right: 30px;
}

@media screen and (max-width: 480px) {
	.box04 .btn .line-inner .icon {
		top: 18px;
	}
}

/*-------------------------------------*/
@media screen and (max-width: 960px) {
	.index-taste {
		background: #fff;
		padding: 100px 15px 50px;
	}

	.index-taste:before {
		content: none;
	}

	.box01 .img {
		position: initial;
		left: auto;
		bottom: auto;
		text-align: center;
		margin: 0 auto 30px;
	}

	.box01 .text_box {
		width: 100%;
		margin: 0;
	}

	.index-service {
		background: #ced280;
		padding: 50px 15px 0px;
	}

	.index-service:before {
		content: none;
	}

	.box02 .image {
		display: none;
	}

	.box02 .box {
		justify-content: center;
		margin: 0;
		flex-wrap: wrap;
	}

	.box02 .img {
		width: 120px;
		height: 120px;
		padding: 10px;
		border-radius: 120px;
		top: -60px;
	}

	.box02 .box .info {
		margin: 0 10px 80px;
	}

	.box03 .img01,
	.box03 .img02 {
		display: none;
	}

	.box03 {
		padding: 20px 15px 50px;
		margin-top: 75px;
	}

	.box03 .box {
		display: block;
	}

	.box03 .img {
		text-align: center;
		margin: 0 auto 30px;
	}

	.box03 .box .text_box {
		width: 100%;
	}

	.box04 {
		padding: 0 20px 50px;
		background-size: contain;
		position: relative;
	}
}

@media screen and (max-width: 960px) and (max-width: 960px) {
	.box04 {
		padding-bottom: 382px;
	}
}

@media screen and (max-width: 960px) and (max-width: 750px) {
	.box04 {
		padding-bottom: 295px;
		margin-bottom: 23vw;
	}
}

@media screen and (max-width: 960px) and (max-width: 680px) {
	.box04 {
		padding-bottom: 287px;
		margin-bottom: 23vw;
	}
}

@media screen and (max-width: 960px) and (max-width: 480px) {
	.box04 {
		margin-bottom: 0;
		padding-bottom: 240px;
	}
}

@media screen and (max-width: 960px) {
	.box04::before {
		content: "";
		display: block;
		position: absolute;
		background: url("../img/bg02_sp.jpg") no-repeat center center/contain;
		width: 750px;
		height: 405px;
		bottom: 0px;
		right: 0;
		top: initial;
	}
}

@media screen and (max-width: 960px) and (max-width: 750px) {
	.box04::before {
		width: 100vw;
		bottom: -16vw;
	}
}

@media screen and (max-width: 960px) {
	.box04 dl {
		font-size: 1.6rem;
	}

	.box04 .btn {
		display: initial;
	}

	.box04 .btn li,
	.box04 .btn li:last-child {
		margin: 0 10px 20px;
	}
}

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

	.box04 .btn li,
	.box04 .btn li:last-child {
		margin: 0 auto 20px;
	}

	.box03 .box {
		margin-top: 50px;
	}

	.box03 .box:nth-child(4) {
		margin-top: 0;
	}
}

/* end-680
------------------------------*/
@media screen and (max-width: 480px) {
	.box04 dl {
		display: initial;
	}

	.box04 dl dd {
		margin-bottom: 30px;
	}

	.box04::before {
		bottom: -28vw;
	}
}

/* end-480
------------------------------*/

.instagram-area {
	width: 100%;
	max-width: 1030px;
	padding: 50px 15px 0 15px;
	margin: 0 auto 50px;
}

.instagram-area .bg-title {}

.instagram-area .bg-title .title {
	margin-bottom: 194px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: 0.2em;
}

.instagram-area .bg-title .title span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #ff5910;
	letter-spacing: 0.18em;
}

/* .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 120px;
}

.pagination .page-numbers.current {
	background: #ff5910;
	color: #fff;
}

.pagination .page-numbers {
	padding: 12px 16px;
	font-size: 22px;
	background: #f0f0c9;
	line-height: 1;
	font-weight: normal;
} */

@media screen and (max-width: 680px) {
	.instagram-area {
		padding: 20px 15px 0 15px;
	}

	.instagram-area .bg-title .title {
		font-size: 2.2rem;
	}
}

/* ページネーション 一覧ページ */
.pagination__archive {
	margin-top: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.page-numbers {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	background: #ced280;
	border-radius: 100vmax;
}

.page-numbers.current {
	background: #F05A28;
	color: #fff;
}

@media (max-width: 768px) {

	.pagination__archive {
		margin-top: 60px;
	}

	.page-numbers {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}


/* ページネーション 個別ページ */
.pagination__single {
	padding-block: 22px;
	background: #F9FAFB;
}

.pagination__single--inner {
	max-width: 1030px;
	margin-inline: auto;
	padding-inline: 15px;

	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}

.pagination__single--inner a {
	padding: 10px;
	display: block;
	font-size: 16px;
	text-decoration: none;
}

.pagination__single--inner a:hover {
	text-decoration: underline;
}

.pagination__single--inner a.pagination__single--item.--prev {
	grid-column: 1;
	justify-self: start;
	text-align: left;
}

.pagination__single--inner a.pagination__single.--archive {
	grid-column: 2;
	justify-self: center;
	color: #F05A28;
	white-space: nowrap;
}

.pagination__single--inner a.pagination__single.--next {
	grid-column: 3;
	justify-self: end;
	text-align: right;
}

@media (max-width: 768px) {
	.pagination__single {
		padding-block: 10px;
	}
	.pagination__single--inner a {
		padding: 6px;
		font-size: 12px;
	}
}