html {
	font-size: 15px;
	height: auto;
	min-height: 100%;
	width: 100%;
}

body {
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

main,
section,
article,
div {
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul,
ol,
li {
	list-style: none;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-komeMark {
	padding-left: 1em;
	position: relative;
}

.c-komeMark::before {
	content: "※";
	left: 0;
	position: absolute;
}

.c-background {
	overflow: clip;
}

.c-background::before {
	content: "";
	height: 100%;
	left: 91px;
	position: absolute;
	top: 0;
	width: 155px;
	z-index: -5;
}

.c-background::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 246px;
	z-index: -10;
}

.c-background--yellow {
	background: rgba(250, 237, 0, 0.1);
}

.c-background--yellow::before {
	background: rgba(250, 237, 0, 0.1);
}

.c-background--yellow::after {
	background: rgba(250, 237, 0, 0.1);
}

.c-background--blue::before {
	background: rgba(44, 167, 224, 0.2);
}

.c-background--blue::after {
	background: rgba(44, 167, 224, 0.2);
}

.c-background--top::before {
	background: url(./assets/images/item/bg.svg) no-repeat top left/cover;
	left: -9px;
	top: 142px;
	width: 255px;
}

.c-heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 2;
	position: relative;
	text-align: center;
}

.l-header {
	align-items: center;
	background: #fff;
	column-gap: 52px;
	display: grid;
	grid-template-columns: 246px 1fr 50px;
	height: 142px;
	left: 0;
	padding: 0 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.l-header__sns {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.l-header__sns .sns-icon {
	height: 28px;
	margin-left: 21px;
	width: 30px;
}

.l-header__sns .sns-icon a {
	display: block;
	height: 100%;
	width: 100%;
}

.l-header__sns .sns-icon a img {
	height: 100%;
}

.l-header__nav-button {
	display: flex;
	flex-direction: column;
	height: 22px;
	justify-content: space-between;
	position: relative;
	width: 50ex;
}

.l-header__nav-button .button-line {
	background: #231815;
	display: block;
	height: 1.5px;
	width: 50px;
}

.l-nav {
	background: rgba(255, 255, 255, 0.95);
	display: grid;
	height: 100%;
	left: 0;
	opacity: 0;
	place-content: center;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 9999;
}

.l-nav.is-open {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.5s ease;
}

.l-nav__list {
	font-size: 20px;
	letter-spacing: 0.02em;
	text-align: center;
}

.l-nav__list li {
	margin-bottom: 1em;
}

.l-nav__list li a:hover {
	opacity: 0.5;
}

.l-nav__button {
	height: 80px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 80px;
}

.l-nav__button::before {
	background: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transform-origin: left top;
	width: 112px;
}

.l-nav__button::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: rotate(-45deg);
	transform-origin: left top;
	width: 112px;
}

.l-top {
	border-bottom: 1.5px solid #2CA6E0;
	padding-bottom: 122px;
	padding-top: 284px;
}

.l-top__title {
	margin: 0 auto 0;
	position: relative;
	width: 815px;
}

.l-top__contents {
	margin: 137px auto 0;
	max-width: 970px;
	position: relative;
	width: 90%;
}

.l-top__contents .heading {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;
}

.l-top__youtube {
	margin-bottom: 24px;
}

.l-top__list {
	column-gap: 22px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 24px;
}

.l-top__list-item {
	background: #fff;
	border: 7px solid #CAE9F8;
	border-radius: 30px;
	height: 351px;
}

.l-top__list-item a {
	transition: opacity 0.3s ease;
}

.l-top__list-item > a,
.l-top__list-item > div {
	align-content: stretch;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 92px 51px 1fr;
	height: 100%;
	padding: 26px 10px 10px 10px;
	row-gap: 27px;
	transition: opacity 0.3s ease;
	width: 100%;
}

.l-top__list-item > a .title,
.l-top__list-item > div .title {
	align-self: center;
	color: #2CA6E0;
	font-feature-settings: "palt" 1;
	font-size: 36px;
	font-weight: 700;
	justify-self: center;
	letter-spacing: 0.05em;
	line-height: 1.277;
	text-align: center;
}

.l-top__list-item > a .desc,
.l-top__list-item > div .desc {
	font-weight: 500;
	text-align: center;
}

.l-top__list-item > a .icon img,
.l-top__list-item > div .icon img {
	object-position: top center;
	position: relative;
}

.l-top__list-item > a .icon img.img-01,
.l-top__list-item > div .icon img.img-01 {
	height: 106px;
	top: -12px;
}

.l-top__list-item > a .icon img.img-02,
.l-top__list-item > div .icon img.img-02 {
	height: 89px;
}

.l-top__list-item > a .icon img.img-03,
.l-top__list-item > div .icon img.img-03 {
	height: 83px;
	top: 5px;
}

.l-top__list-item > a .icon img.img-04,
.l-top__list-item > div .icon img.img-04 {
	height: 106px;
	top: -18px;
}

.l-top__list-item > a .icon img.img-05,
.l-top__list-item > div .icon img.img-05 {
	height: 105px;
	top: -16px;
}

.l-top__list-item > a .icon img.img-06,
.l-top__list-item > div .icon img.img-06 {
	height: 104px;
	top: -17px;
}

.l-top__list-item--gallery-cafe {
	grid-column: 1/3;
	grid-row: 3/6;
}

.l-top__list-item--gallery-cafe > div {
	column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}

.l-top__list-item--gallery-cafe > div::before {
	background: #2ca6e0;
	border-radius: 4px;
	content: "";
	height: 285px;
	left: 50%;
	opacity: 0.25;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
}

.l-top__list-item--gallery-cafe > div > a {
	display: grid;
	row-gap: 22px;
}

.l-top__list-item--gallery-cafe > div > a .title {
	letter-spacing: -0.02em;
}

.l-top__list-item--gallery-cafe > div > a .title span {
	font-size: 0.875em;
}

.l-top__list-item--gallery-cafe > div > a .img-space {
	height: 104px;
	left: -8px;
	top: -10px;
}

.l-top__list-item--gallery-cafe > div > a .cafe-img {
	column-gap: 25px;
	display: grid;
	grid-template-columns: 94px 102px;
	justify-content: center;
	margin-top: 10px;
}

.l-top__list-item--simple {
	background: #FEFDE6;
	height: 101px;
	text-align: center;
}

.l-top__list-item--simple a {
	color: #2CA6E0;
	display: grid;
	font-size: 36px;
	font-weight: 700;
	grid-template-rows: auto;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0;
	place-content: center;
}

.l-catch {
	border-bottom: 1.5px solid #2CA6E0;
	padding: 172px 0 160px;
}

.l-catch__text {
	margin: 0 auto 0;
	width: 985px;
}

.l-catch__desc {
	font-feature-settings: "palt" 1;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 2.4;
	margin-top: 121px;
	text-align: center;
}

.l-catch__desc span {
	color: #2CA6E0;
}

.l-greet {
	border-bottom: 1.5px solid #2CA6E0;
	padding: 129px;
}

.l-greet__content {
	column-gap: 60px;
	display: grid;
	grid-template-columns: 300px 1fr;
	margin: 37px auto 0;
	max-width: 961px;
	width: 100%;
}

.l-greet__content .image {
	grid-column: 1/2;
	grid-row: 1/3;
}

.l-greet__content .text {
	grid-column: 2/3;
	grid-row: 1/2;
}

.l-greet__content .text p {
	font-size: 15px;
	line-height: 1.666;
	margin-bottom: 1.666em;
}

.l-greet__content .name {
	align-items: center;
	display: flex;
	grid-column: 2/3;
	grid-row: 2/3;
}

.l-greet__content .name__main em {
	font-size: 1.333em;
}

.l-greet__content .name__sub {
	font-size: 0.8em;
	line-height: 1.5;
	margin-left: 40px;
}

.l-about {
	border-bottom: 1.5px solid #2CA6E0;
	padding-bottom: 114px;
	padding-top: 90px;
}

.l-about__content {
	display: grid;
	grid-template-columns: 54.5% 45.5%;
	height: 250px;
	margin: 17px auto 0;
	max-width: 960px;
	width: 100%;
}

.l-about__table {
	display: grid;
}

.l-about__table.right .l-about__row dd {
	border-right: 1px solid #000;
}

.l-about__row {
	align-items: center;
	border-bottom: 1px solid #000;
	display: grid;
	grid-template-columns: 120px 1fr;
}

.l-about__row:first-child {
	border-top: 1px solid #000;
}

.l-about__row dt {
	background: #FAED00;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: grid;
	font-weight: 700;
	height: 100%;
	padding: 10px 0;
	place-content: center;
	text-align: center;
}

.l-about__row dd {
	align-content: center;
	background: #fff;
	display: grid;
	height: 100%;
	padding: 10px 0 10px 20px;
}

.l-business {
	border-bottom: 1.5px solid #2CA6E0;
	padding-bottom: 94px;
	padding-top: 90px;
}

.l-business__heading {
	color: #2CA6E0;
	font-size: 62px;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.25;
}

.l-business__inner {
	margin: 0 auto 0;
	max-width: 960px;
	width: 90%;
}

.l-business__title {
	padding-bottom: 41px;
	position: relative;
	z-index: 1;
}

.l-business__title__desc {
	position: relative;
	z-index: 1;
}

.l-business__title__desc .description {
	font-feature-settings: "palt" 1;
	font-size: 20px;
	line-height: 2.1;
	margin-top: 15px;
	width: 610px;
}

.l-business__title__img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.l-business__title__img .eyecatch {
	display: block;
	position: relative;
}

.l-business__title__img .eyecatch--01 {
	right: -54px;
	top: -47px;
	width: 378px;
}

.l-business__title__img .eyecatch--02 {
	right: -36px;
	top: -47px;
	width: 361px;
}

.l-business__title__img .eyecatch--03 {
	right: -9px;
	top: -46px;
	width: 312px;
}

.l-business__title__img .eyecatch--04 {
	right: -12px;
	top: -21px;
	width: 319px;
}

.l-business__title__img .eyecatch--05 {
	right: -24px;
	top: -41px;
	width: 346px;
}

.l-business__title__img .eyecatch--06 {
	right: -24px;
	top: -54px;
	width: 346px;
}

.l-business__content {
	margin-top: 20px;
}

.l-business__image-list {
	column-gap: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 25px;
}

.l-business__image-list .list-item .image {
	margin-bottom: 5px;
}

.l-business__image-list .list-item .desc {
	font-feature-settings: "palt" 1;
}

.l-business__image-list .list-item .desc__heading {
	font-size: 1.333em;
	line-height: 1.25;
}

.l-business__image-list .list-item .desc__heading span {
	font-size: 1rem;
}

.l-business__image-list .list-item .desc.center {
	text-align: center;
}

.l-business__image-list .list-item .desc a:hover {
	opacity: 0.5;
}

.l-business__image-list--theater {
	grid-template-columns: repeat(3, 1fr);
}

.l-business--souko {
	padding-top: 90px;
}

.l-business--building {
	padding-bottom: 30px;
}

.l-business--rental {
	padding-bottom: 47px;
}

.l-business--reform {
	padding-bottom: 52px;
}

.l-business--theater {
	padding-bottom: 90px;
}

.l-gallery {
	border-bottom: 1.5px solid #2CA6E0;
	padding-bottom: 70px;
	padding-top: 90px;
}

.l-gallery__heading {
	color: #2CA6E0;
	font-feature-settings: "palt" 1;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 1.25;
}

.l-gallery__inner {
	margin: 0 auto 0;
	max-width: 960px;
	width: 90%;
}

.l-gallery__title {
	padding-bottom: 41px;
	position: relative;
	z-index: 1;
}

.l-gallery__title__desc {
	position: relative;
	z-index: 1;
}

.l-gallery__title__desc .description {
	font-feature-settings: "palt" 1;
	font-size: 20px;
	line-height: 2.1;
	margin-top: 15px;
	width: 610px;
}

.l-gallery__title__img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.l-gallery__title__img .eyecatch {
	display: block;
	position: relative;
	right: -28px;
	top: -52px;
	width: 350px;
}

.l-gallery__info {
	background: #fff;
	border-radius: 40px;
	column-gap: 35px;
	display: grid;
	grid-template-columns: 255px 1fr 246px;
	margin-top: -22px;
	padding: 34px 0px 34px 43px;
	width: 100%;
}

.l-gallery__info .info-list {
	align-content: start;
	align-items: baseline;
	column-gap: 1em;
	display: grid;
	grid-template-columns: 4em 1fr;
	margin-top: 16px;
}

.l-gallery__info .info-list dt {
	display: block;
	text-align: justify;
	text-align-last: justify;
}

.l-gallery__info .info-list .menu {
	margin-top: 24px;
}

.l-gallery__info .info-img {
	display: grid;
	row-gap: 27px;
}

.l-footer {
	padding: 63px 0 77px;
	position: relative;
}

.l-footer__inner {
	display: grid;
	grid-template-columns: clamp(300px, 27.306vw, 373px) 1fr;
	margin: 0 auto 0;
	max-width: 1225px;
	width: 90%;
}

.l-footer__contact {
	border-right: 1px solid #2CA6E0;
	color: #2CA6E0;
	display: grid;
	font-size: clamp(10px, 1.464vw, 20px);
	font-weight: 700;
	padding-right: min(1.464vw, 20px);
	place-content: center;
	text-align: center;
}

.l-footer__contact .lead {
	margin-bottom: 6px;
	position: relative;
}

.l-footer__contact .lead--fix {
	margin-top: min(1.684vw, 23px);
}

.l-footer__contact .lead--fix .free {
	display: block;
	height: clamp(40px, 4.612vw, 63px);
	left: clamp(-54px, -3.953vw, -28px);
	position: absolute;
	top: 9px;
	width: clamp(40px, 4.612vw, 63px);
	z-index: -1;
}

.l-footer__contact .button {
	background: #fff;
	border: 1.5px solid #2CA6E0;
	border-radius: 15px;
	font-size: 19px;
	height: 40px;
	width: 290px;
}

.l-footer__contact .button a {
	display: grid;
	height: 100%;
	place-content: center;
	width: 100%;
}

.l-footer__contact .button a:hover {
	opacity: 0.5;
}

.l-footer__tel {
	align-items: center;
	display: flex;
	font-weight: 700;
	padding-left: min(3.514vw, 48px);
}

.l-footer__tel .lead {
	font-size: clamp(10px, 1.464vw, 20px);
	margin-right: min(3.441vw, 47px);
	position: relative;
	text-align: left;
	top: 10px;
}

.l-footer__tel .info {
	line-height: 1;
}

.l-footer__tel .info__name {
	font-size: clamp(10px, 2.343vw, 32px);
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.l-footer__tel .info__tel {
	font-size: clamp(10px, 2.489vw, 34px);
	margin: clamp(9px, 1.318vw, 18px) 0 clamp(17px, 2.489vw, 34px);
}

.l-footer__tel .info__tel a {
	font-feature-settings: "palt" 1;
	font-size: 1.88em;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.l-footer__tel .info__tel a:hover {
	opacity: 0.5;
}

.l-footer__tel .info__time {
	font-feature-settings: "palt" 1;
	font-size: clamp(10px, 1.464vw, 20px);
	letter-spacing: 0.08em;
}

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

.l-top__youtube {
	transition: opacity 0.3s ease;
}

.l-top__youtube:hover {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.l-top__list-item a:hover {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

}

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

html {
	font-size: 12px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-background::before {
	left: max(6.952vw, 26px);
	width: max(11.23vw, 42px);
}

.c-background::after {
	width: max(18.182vw, 68px);
}

.c-background--top::before {
	left: 0;
	top: 60px;
	width: max(18.182vw, 68px);
}

.c-heading {
	font-size: 15px;
}

.l-header {
	column-gap: 18px;
	grid-template-columns: 128px 1fr 26px;
	height: 60px;
	padding: 0 32px;
}

.l-header__sns .sns-icon {
	height: 15px;
	margin-left: 12px;
	width: 15px;
}

.l-header__nav-button {
	height: 12px;
	width: 26px;
}

.l-header__nav-button .button-line {
	height: 1px;
	width: 26px;
}

.l-nav__list {
	font-size: 16px;
}

.l-nav__button {
	height: 40px;
	width: 40px;
}

.l-nav__button::before {
	height: 1px;
	width: 58px;
}

.l-nav__button::after {
	height: 1px;
	width: 58px;
}

.l-top {
	padding-bottom: 40px;
	padding-top: 90px;
}

.l-top__title {
	width: 300px;
}

.l-top__contents {
	margin-top: 28px;
	max-width: 480px;
	width: 95%;
}

.l-top__contents .heading {
	font-size: 15px;
	margin-bottom: 13px;
}

.l-top__youtube {
	margin-bottom: 10px;
}

.l-top__list {
	column-gap: 6px;
	grid-template-columns: repeat(6, 1fr);
	row-gap: 10px;
}

.l-top__list-item {
	border-radius: 15px;
	border-width: 3.5px;
	height: 160px;
}

.l-top__list-item:nth-child(odd) {
	grid-column: 1/4;
}

.l-top__list-item:nth-child(even) {
	grid-column: 4/7;
}

.l-top__list-item > a,
.l-top__list-item > div {
	grid-template-rows: 23px 48px 1fr;
	padding: 14px 5px 10px 5px;
	row-gap: 7px;
}

.l-top__list-item > a .title,
.l-top__list-item > div .title {
	font-size: 15px;
	letter-spacing: -0.05em;
}

.l-top__list-item > a .desc,
.l-top__list-item > div .desc {
	font-size: 10px;
	line-height: 1.25;
}

.l-top__list-item > a .icon img.img-01,
.l-top__list-item > div .icon img.img-01 {
	height: 53px;
	top: -7px;
}

.l-top__list-item > a .icon img.img-02,
.l-top__list-item > div .icon img.img-02 {
	height: 44px;
}

.l-top__list-item > a .icon img.img-03,
.l-top__list-item > div .icon img.img-03 {
	height: 42px;
	top: 2px;
}

.l-top__list-item > a .icon img.img-04,
.l-top__list-item > div .icon img.img-04 {
	height: 54px;
	top: -10px;
}

.l-top__list-item > a .icon img.img-05,
.l-top__list-item > div .icon img.img-05 {
	height: 52px;
	top: -8px;
}

.l-top__list-item > a .icon img.img-06,
.l-top__list-item > div .icon img.img-06 {
	height: 53px;
	top: -9px;
}

.l-top__list-item--gallery-cafe {
	grid-column: 1/7 !important;
	grid-row: 4/5;
}

.l-top__list-item--gallery-cafe > div {
	row-gap: 0;
}

.l-top__list-item--gallery-cafe > div::before {
	height: 130px;
	width: 3.5px;
}

.l-top__list-item--gallery-cafe > div > a {
	row-gap: 15px;
}

.l-top__list-item--gallery-cafe > div > a .title--owner {
	font-size: 12px;
	transform: scaleY(1.2);
	transform-origin: center top;
	word-break: keep-all;
}

.l-top__list-item--gallery-cafe > div > a .title span {
	margin-right: 0.2em;
}

.l-top__list-item--gallery-cafe > div > a .img-space {
	height: 52px;
	left: 0;
	top: -6px;
}

.l-top__list-item--gallery-cafe > div > a .cafe-img {
	column-gap: 10px;
	grid-template-columns: 46px 50px;
}

.l-top__list-item--simple {
	grid-row: 5/6;
	height: 40px;
}

.l-top__list-item--simple:nth-last-of-type(1) {
	grid-column: 1/3;
}

.l-top__list-item--simple:nth-last-of-type(2) {
	grid-column: 3/5;
}

.l-top__list-item--simple:nth-last-of-type(3) {
	grid-column: 5/7;
}

.l-top__list-item--simple a {
	font-size: 15px;
	grid-template-rows: auto;
	padding: 0;
}

.l-catch {
	padding-bottom: 37px;
	padding-top: 38px;
}

.l-catch__text {
	width: 276px;
}

.l-catch__desc {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
}

.l-greet {
	padding: 30px 0 31px;
}

.l-greet__content {
	column-gap: 13px;
	grid-template-columns: 115px 1fr;
	margin-top: 8px;
	row-gap: 9px;
	width: 300px;
}

.l-greet__content .image {
	grid-row: 2/3;
}

.l-greet__content .text {
	grid-column: 1/3;
}

.l-greet__content .text p {
	font-feature-settings: "palt" 1;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.l-greet__content .name {
	flex-direction: column;
}

.l-greet__content .name__main em {
	line-height: 1.3;
}

.l-greet__content .name__sub {
	font-size: 1em;
	margin-left: 0;
	margin-top: 8px;
}

.l-about {
	padding-bottom: 40px;
	padding-top: 30px;
}

.l-about__content {
	grid-template-columns: 100%;
	height: auto;
	margin-top: 11px;
	width: 300px;
}

.l-about__table.left {
	border-right: 1px solid #000;
}

.l-about__table.right .l-about__row:first-child {
	border-top: none;
}

.l-about__row {
	grid-template-columns: 100px 1fr;
}

.l-about__row dt {
	line-height: 1.5;
	padding: 6px 0 6px;
}

.l-about__row dd {
	letter-spacing: -0.02em;
	line-height: 1.5;
	padding: 6px 0 6px 15px;
}

.l-business {
	padding-bottom: 34px;
	padding-top: 35px;
}

.l-business__heading {
	font-size: 24px;
}

.l-business__inner {
	width: 275px;
}

.l-business__title {
	padding-bottom: 0;
}

.l-business__title__desc .description {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 11px;
	width: 100%;
}

.l-business__title__img .eyecatch--01 {
	right: -25px;
	top: -16px;
	width: 128px;
}

.l-business__title__img .eyecatch--02 {
	right: -21px;
	top: -10px;
	width: 121px;
}

.l-business__title__img .eyecatch--03 {
	right: -8px;
	top: 2px;
	width: 95px;
}

.l-business__title__img .eyecatch--04 {
	right: -16px;
	top: 40px;
	width: 112px;
}

.l-business__title__img .eyecatch--05 {
	right: -19px;
	top: -8px;
	width: 117px;
}

.l-business__title__img .eyecatch--06 {
	right: -21px;
	top: 51px;
	width: 120px;
}

.l-business__content {
	margin-top: 16px;
}

.l-business__image-list {
	column-gap: 0;
	grid-template-columns: 100%;
	row-gap: 14px;
}

.l-business__image-list .list-item .desc {
	letter-spacing: 0.02em;
}

.l-business__image-list .list-item .desc__heading {
	font-size: 12px;
	font-weight: 700;
}

.l-business__image-list--theater {
	grid-template-columns: 100%;
	row-gap: 13px;
}

.l-business__image-list--theater .list-item .desc {
	line-height: 1.5;
}

.l-gallery {
	padding-bottom: 23px;
	padding-top: 35px;
}

.l-gallery__heading {
	font-size: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	transform: scaleY(1.1);
	transform-origin: top center;
}

.l-gallery__inner {
	width: 275px;
}

.l-gallery__title {
	padding-bottom: 0;
}

.l-gallery__title__desc .description {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 14px;
	width: 100%;
}

.l-gallery__title__img .eyecatch {
	right: -17px;
	top: 39px;
	width: 114px;
}

.l-gallery__info {
	background: none;
	column-gap: 18px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	left: -15px;
	margin-top: 10px;
	padding: 15px 5px 15px 26px;
	width: calc(100% + 30px);
}

.l-gallery__info::before {
	background: #fff;
	border-radius: 13px;
	content: "";
	height: 178px;
	position: absolute;
	top: 0;
	width: 305px;
}

.l-gallery__info .info-logo {
	grid-column: 1/2;
	grid-row: 1/2;
}

.l-gallery__info .info-list {
	grid-column: 1/3;
	grid-row: 2/3;
	left: -10px;
	line-height: 1.55;
	margin-top: 30px;
	position: relative;
}

.l-gallery__info .info-list .menu {
	margin-top: 15px;
}

.l-gallery__info .info-img {
	grid-column: 2/3;
	grid-row: 1/2;
	row-gap: 14px;
}

.l-footer {
	padding-bottom: 29px;
	padding-top: 25px;
}

.l-footer__inner {
	grid-template-columns: 100%;
	width: 300px;
}

.l-footer__contact {
	border-right: none;
	font-size: 12px;
	padding-bottom: 7px;
	padding-right: 0;
}

.l-footer__contact .lead {
	margin-bottom: 9px;
}

.l-footer__contact .lead--fix .free {
	height: 63px;
	left: -58px;
	top: 4px;
	width: 63px;
}

.l-footer__contact .button {
	border-radius: 15px;
	font-size: 15px;
	height: 36px;
	margin-bottom: 47px;
	position: relative;
	width: 217px;
}

.l-footer__contact .button::after {
	background: #2CA6E0;
	bottom: -31px;
	content: "";
	height: 1px;
	left: -41px;
	position: absolute;
	width: 300px;
}

.l-footer__tel {
	flex-direction: column;
	padding-left: 0;
}

.l-footer__tel .lead {
	font-size: 12px;
	margin-bottom: 2px;
	margin-right: 0;
	text-align: center;
	top: auto;
}

.l-footer__tel .info {
	text-align: center;
}

.l-footer__tel .info__name {
	font-size: 20px;
}

.l-footer__tel .info__tel {
	font-size: 15px;
	margin: 6px 0 13px;
}

.l-footer__tel .info__time {
	font-size: 12px;
}

}

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

.is-sp {
	display: block;
}

}

