﻿@charset "utf-8";

.content .grid-4 img {
	width: 100%;
}

.content .layout-3col {
	margin-top: 30px;
}

.content .layout-unit.grid-3 {
	text-align: center;
	margin-top: 50px;
}

.content .layout-unit.grid-3.introspection {
	margin-top: 0px;
}

.content .profile {
	margin-top: 120px;
}

.sanuki-mansion-item ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.sanuki-mansion-item ul li img{
	width:96%
}

.sanuki-mansion-item ul li:last-child img{
	width:64%
}

/* 追加202510 */
.facility-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 60px;
}

.facility-gallery-item {
	margin: 0;
}

.facility-gallery-item img {
	max-width: 100%;
	height: auto;
}

.facility-gallery::after {
	content: none;
}

.u-margin-top {
	margin-top: 0 !important;
}

.u-margin-30 {
	margin-top: 30px !important;
}

.u-margin-50 {
	margin-top: 50px !important;
}

.u-margin-100 {
	margin-top: 100px !important;
}

.more-rich {
	margin-top: 50px;
}
.more-rich h3 {
	margin-top: 0;
}

.more-rich span {
	display: block;
	font-weight: bold;
	color: #333;
}

/*外部リンク*/
.overlay-link a {
	color: inherit;
	text-decoration: underline;
}

.circle-arrow {
    position: relative;
    top: -2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-radius: 18px;
    margin-right: 5px;
}

.circle-arrow .c-icon {
    fill: inherit;
    width: 9px;
    height: 7px;
    margin: 0;
}

/*フォントサイズ調整*/
.content p,
.content ul,
.content dl,
.content ol,
.content table,
.content blockquote {
	font-size: 1.5rem;
}