/*
Theme Name: 株式会社ALUKS
Description: LILY ESTHETIC SALON Template
Author: Chikuchu
*/

html {
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.margin_bottom_50 {
	margin-bottom: 50px;
}
#container {

}
.ImageBoxPayMethod {
	width: 385px;
	margin-left: auto;
	margin-right: auto;
}
.PC {
	display: none;
}
.SP {
	display: block;
}
#header {
	width: 100%;
	background-color: rgb(255,255,255);
}
#header #HeaderLogo {
	width: 255px;
	height: 36px;
	float: left;
}
#header #HeaderLogo img {
	width: 255px;
	height: 36px;
}
#content {
	width: 100%;
	background-color: rgb(193,225,243);
}
.ImageBoxFull {

}
.ImageBoxFull img {
	width: 100%;
}
.ImageBoxQR {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ImageBoxQR img {
	width: 300px;
}
.ButtonArea {

}
.ButtonArea .ButtonBox {
	font-size: 32px;
	text-align: center;
	color: rgb(0,0,0);
	border: 1px solid rgb(0,0,0);
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
}
.ShopName {
	text-align: center;
	font-size: 20px;
}
.TableShowName {
	margin-left: auto;
	margin-right: auto;
}
.TableShowName td {
	vertical-align: middle;
	font-size: 18px;
}
.TableShowName td img {
	width: auto;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.ShopInfo {
	text-align: center;
	font-size: 15px;
}
.ShopTel {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ShopTel .ShopTelIcon {
	float: left;
	width: 50px;
}
.ShopTel .ShopTelIcon img {
	width: 50px;
	height: auto;
}
.ShopTel .ShopTelText {
	float: left;
	width: 220px;
	margin-left: 10px;
	line-height: 50px;
	font-size: 28px;
}
.ShopInstagram {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.ShopInstagram  .ShopInstagramIcon {
	float: left;
	width: 50px;
}
.ShopInstagram  .ShopInstagramIcon img {
	width: 50px;
	height: auto;
}
.ShopInstagram  .ShopInstagramText {
	float: left;
	width: 220px;
	margin-left: 10px;
	line-height: 50px;
	font-size: 28px;
}
#ShopMAP {
	width: 100%;
	height: 400px;
}
.CloudArea {
	position: relative;
	width: 100%;
	height: 400px;
}
.CloudBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#cloud {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
#cloud li {
	position: absolute;
	width: 40%;
	aspect-ratio: 1102 / 645;
	background-image: url('../../../../img/cloud1.png');
	background-size:100% auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#Footer {

}
#Footer .FooterLogo {
	float: left;
	width: 100%;
}
#Footer .FooterLogo img {
	width: 100%;
	height: auto;
}
#Footer .FooterText {
	width: 100%;
	float: right;
	text-align: center;
}
#Footer .FooterText .FooterTitle {
	padding-top: 20px;
	font-size: 28px;
}
#Footer .FooterText .FooterTel {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#Footer .FooterText .FooterTel .FooterTelIcon {
	float: left;
	width: 30px;
}
#Footer .FooterText .FooterTel .FooterTelIcon img {
	width: 30px;
	height: auto;
}
#Footer .FooterText .FooterTel .FooterTelText {
	float: left;
	width: 150px;
	margin-left: 10px;
	line-height: 30px;
}
#Footer .FooterText .FooterInstagram {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#Footer .FooterText .FooterInstagram .FooterInstagramIcon {
	float: left;
	width: 30px;
}
#Footer .FooterText .FooterInstagram .FooterInstagramIcon img {
	width: 30px;
	height: auto;
}
#Footer .FooterText .FooterInstagram .FooterInstagramText {
	float: left;
	width: 150px;
	margin-left: 10px;
	line-height: 30px;
}
.ContentName {
	text-align: center;
	font-size: 32px;
}
.ContentInfo {
	text-align: center;
	font-size: 20px;
}
.ContentImageFull {

}
.ContentImageFull img {
	width: 100%;
}
.ContentImage {
	text-align: center;
}

@media screen and (min-width:1001px) {
	.PC {
		display: block;
	}
	.SP {
		display: none;
	}
	#header {
		width: 1000px;
		background-color: rgb(255,255,255);
		margin-left: auto;
		margin-right: auto;
	}
	#content {
		width: 1000px;
		background-color: rgb(193,225,243);
		margin-left: auto;
		margin-right: auto;
	}
	.ImageBoxFull {

	}
	.ImageBoxFull img {
		width: 1000px;
		height: auto;
	}
	.ImageBoxQR {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.ImageBoxQR img {
		width: 300px;
	}
	.ButtonArea {

	}
	.ButtonArea .ButtonBox {
		font-size: 32px;
		text-align: center;
		color: rgb(0,0,0);
		border: 1px solid rgb(0,0,0);
		width: 450px;
		height: 150px;
		line-height: 150px;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		float: left;
	}
	.TableShowName {
		margin-left: auto;
		margin-right: auto;
	}
	.TableShowName td {
		vertical-align: middle;
	}
	.TableShowName td img {
		width: auto;
		height: 60px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.ShopName {
		text-align: center;
		font-size: 32px;
	}
	.ShopInfo {
		text-align: center;
		font-size: 20px;
	}
	.ShopTel {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.ShopTel .ShopTelIcon {
		float: left;
		width: 50px;
	}
	.ShopTel .ShopTelIcon img {
		width: 50px;
		height: auto;
	}
	.ShopTel .ShopTelText {
		float: left;
		width: 220px;
		margin-left: 10px;
		line-height: 50px;
		font-size: 28px;
	}
	.ShopInstagram {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.ShopInstagram  .ShopInstagramIcon {
		float: left;
		width: 50px;
	}
	.ShopInstagram  .ShopInstagramIcon img {
		width: 50px;
		height: auto;
	}
	.ShopInstagram  .ShopInstagramText {
		float: left;
		width: 220px;
		margin-left: 10px;
		line-height: 50px;
		font-size: 28px;
	}
	#ShopMAP {
		width: 1000px;
		height: 600px;
	}
	.CloudArea {
		position: relative;
		width: 100%;
		height: 600px;
	}
	.CloudBox {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#cloud {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		overflow: hidden;
	}
	#cloud li {
		position: absolute;
		width: 20%;
		aspect-ratio: 1102 / 645;
		background-image: url('../../../../img/cloud1.png');
		background-size:100% auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#Footer {

	}
	#Footer .FooterLogo {
		float: left;
		width: 500px;
	}
	#Footer .FooterLogo img {
		width: 500px;
		height: auto;
	}
	#Footer .FooterText {
		width: 500px;
		float: right;
		text-align: center;
	}
	#Footer .FooterText .FooterTitle {
		padding-top: 20px;
		font-size: 28px;
	}
	#Footer .FooterText .FooterTel {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	#Footer .FooterText .FooterTel .FooterTelIcon {
		float: left;
		width: 30px;
	}
	#Footer .FooterText .FooterTel .FooterTelIcon img {
		width: 30px;
		height: auto;
	}
	#Footer .FooterText .FooterTel .FooterTelText {
		float: left;
		width: 150px;
		margin-left: 10px;
		line-height: 30px;
	}
	#Footer .FooterText .FooterInstagram {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	#Footer .FooterText .FooterInstagram .FooterInstagramIcon {
		float: left;
		width: 30px;
	}
	#Footer .FooterText .FooterInstagram .FooterInstagramIcon img {
		width: 30px;
		height: auto;
	}
	#Footer .FooterText .FooterInstagram .FooterInstagramText {
		float: left;
		width: 150px;
		margin-left: 10px;
		line-height: 30px;
	}
	.ContentImageFull {

	}
	.ContentImageFull img {
		width: 1000px;
		height: auto;
	}
}

/* ご挨拶 */
.GreetingArea {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 50px 20px;
	background-color: rgb(255,255,255);
}

.GreetingTitle {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
}

.GreetingContent {
	width: 100%;
}

.GreetingLogo {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.GreetingLogo img {
	width: 220px;
	max-width: 80%;
	height: auto;
}

.GreetingText {
	font-size: 15px;
	line-height: 1.9;
}

.GreetingText p {
	margin-top: 0;
	margin-bottom: 18px;
}


/* PC */
@media screen and (min-width:1001px) {

	.GreetingArea {
		width: 1000px;
		padding: 40px 60px 60px 60px;
	}

	.GreetingTitle {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.GreetingContent {
		display: flex;
		align-items: center;
	}

	.GreetingLogo {
		width: 300px;
		margin-bottom: 0;
		margin-right: 50px;
	}

	.GreetingLogo img {
		width: 260px;
		max-width: 260px;
	}

	.GreetingText {
		width: 530px;
		font-size: 16px;
		line-height: 1.9;
	}
}

.ImageBoxFull {
    line-height: 0;
}

.ImageBoxFull img {
    width: 100%;
    display: block;
}

.ImageBoxFull {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ALUKSが大切にする3つのこと */
.aluks-values {
    width: 100%;
    max-width: 1040px;
    margin: 35px auto 45px;
    padding: 0 20px;
    box-sizing: border-box;
}

.aluks-values-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #111;
}

.aluks-values-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.aluks-value-card {
    width: calc(33.333% - 20px);
    background: #dcebf7;
    border-radius: 45px;
    padding: 25px 25px 28px;
    box-sizing: border-box;
    text-align: center;
}

.aluks-value-card:nth-child(2) {
    background: #cceaf6;
}

.aluks-value-card:nth-child(3) {
    background: #c7edf9;
}

.aluks-value-circle {
    width: 250px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #9fc8ec;
    box-shadow: 0 5px 8px rgba(0,0,0,0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: bold;
    position: relative;
}

.aluks-value-card:nth-child(2) .aluks-value-circle {
    background: #77c4e5;
}

.aluks-value-card:nth-child(3) .aluks-value-circle {
    background: #86d4f1;
}

.aluks-value-number {
    font-size: 32px;
    margin-right: 25px;
}

.aluks-value-main {
    font-size: 42px;
    line-height: 1.3;
}

.aluks-value-main-small {
    font-size: 38px;
    text-align: left;
}

.aluks-value-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
    color: #111;
}

.aluks-values-message {
    margin-top: 35px;
    padding: 25px 30px;
    background: #7fc5e5;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #111;
}


/* スマホ */
@media screen and (max-width: 768px) {

    .aluks-values {
        width: 100%;
        padding: 0 18px;
        margin: 25px auto 35px;
        box-sizing: border-box;
    }

    .aluks-values-title {
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }

    /* くの字全体 */
    .aluks-values-list {
        display: flex;
        flex-direction: column;
        gap: 22px;
        width: 100%;
    }

    /* カードのサイズを統一 */
    .aluks-value-card {
        width: 72%;
        max-width: 280px;
        min-height: 300px;

        padding: 18px 16px 20px;
        margin: 0;

        border-radius: 32px;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 01 左 */
    .aluks-value-card:nth-child(1) {
        align-self: flex-start;
    }

    /* 02 右 */
    .aluks-value-card:nth-child(2) {
        align-self: flex-end;
    }

    /* 03 左 */
    .aluks-value-card:nth-child(3) {
        align-self: flex-start;
    }

    /* 丸のサイズを完全に統一 */
    .aluks-value-circle {
        width: 165px;
        height: 165px;
        min-width: 165px;
        min-height: 165px;

        margin: 0 auto 18px;
        flex-shrink: 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 01 / 02 / 03 */
    .aluks-value-number {
        font-size: 20px;
        margin-right: 14px;
        line-height: 1;
    }

    /* 想う・応える */
    .aluks-value-main {
        font-size: 27px;
        line-height: 1.25;
        white-space: nowrap;
    }

    /* 感動を 届ける */
    .aluks-value-main-small {
        font-size: 24px;
        line-height: 1.45;
        text-align: center;
        white-space: normal;
    }

    /* カード下の文章 */
    .aluks-value-text {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
        word-break: normal;
        overflow-wrap: break-word;
        line-break: strict;
    }

    /* 一番下のメッセージ */
    .aluks-values-message {
        margin-top: 28px;
        padding: 18px 16px;
        font-size: 14px;
        line-height: 1.7;
        box-sizing: border-box;
    }
}

.president-name {
    margin-top: 25px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.president-name {
    margin-top: 25px;
    margin-bottom: 5px;
}

.GreetingArea {
    margin-bottom: 10px;
    padding-bottom: 0;
}

/* =========================
   TOPへ戻るボタン
========================= */

.page-top {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 65px;
    height: 65px;

    background: #0A5AA8;
    color: #fff;

    border-radius: 50%;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-size: 12px;
    font-weight: bold;

    box-shadow: 0 6px 15px rgba(0,0,0,.25);
    transition: all .25s ease;
    z-index: 9999;
}

.page-top:hover {
    background: #084B8A;
    transform: translateY(-3px);
}

/* スマホ */
@media screen and (max-width:768px){

    .page-top{
        width: 55px;
        height: 55px;
        right: 18px;
        bottom: 18px;
        font-size: 11px;
    }

}

/* =========================
   会社概要
========================= */

.CompanyProfile {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 50px;
    padding: 35px 40px 45px;
    box-sizing: border-box;
    background: #fff;
}

.CompanyProfileTitle {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 55px;
}

.CompanyProfileGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.CompanyProfileColumn {
    width: 100%;
}

.CompanyProfileRow {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.CompanyProfileLabel {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    padding: 12px 10px;
    box-sizing: border-box;
}

.CompanyProfileValue {
    font-size: 15px;
    line-height: 1.7;
    padding: 12px 10px;
    box-sizing: border-box;
}

.CompanyProfileRowLarge {
    align-items: center;
}


/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

    .CompanyProfile {
        padding: 25px 15px 30px;
        margin-bottom: 35px;
    }

    .CompanyProfileTitle {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .CompanyProfileGrid {
        display: block;
    }

    .CompanyProfileColumn {
        margin-bottom: 20px;
    }

    .CompanyProfileRow {
        grid-template-columns: 105px 1fr;
        min-height: auto;
    }

    .CompanyProfileLabel {
        font-size: 13px;
        padding: 10px 5px;
    }

    .CompanyProfileValue {
        font-size: 13px;
        line-height: 1.7;
        padding: 10px 5px;
    }
}

/* ===================================
   白背景セクションの上下をグラデーション
=================================== */

.GreetingArea,
.CompanyProfile {
    position: relative;
    background: #ffffff;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* 上：水色 → 白 */
.GreetingArea::before,
.CompanyProfile::before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;

    background: linear-gradient(
        to bottom,
        rgb(193,225,243) 0%,
        #ffffff 100%
    );
}

/* 下：白 → 水色 */
.GreetingArea::after,
.CompanyProfile::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 60px;

    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        rgb(193,225,243) 100%
    );
}

/* ==================================
   フッター
================================== */

#Footer {
    width: 100%;
    background-color: rgb(193,225,243);
    padding: 40px 30px;
    box-sizing: border-box;
}

.FooterMain {
    max-width: 1000px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}


/* =========================
   左側
========================= */

.FooterLeft {
    width: 480px;
    text-align: center;
}


/* ロゴ */
.FooterLogo {
    width: 100%;
    margin: 0 auto;
}

.FooterLogo img {
    display: block;
    width: 100%;
    height: auto;
}


/* ロゴ下の会社情報 */
.FooterText {
    margin-top: 20px;
    text-align: center;
}


/* 会社名 */
.FooterTitle {
    font-size: 28px;
    margin-bottom: 8px;
}


/* 電話 */
.FooterTel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin: 7px 0;
}

.FooterTelIcon {
    width: 28px;
}

.FooterTelIcon img {
    display: block;
    width: 100%;
    height: auto;
}

.FooterTelText {
    font-size: 18px;
}

.FooterTelText a {
    text-decoration: none;
}


/* Instagram */
.FooterInstagram {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin: 7px 0;
}

.FooterInstagramIcon {
    width: 28px;
}

.FooterInstagramIcon img {
    display: block;
    width: 100%;
    height: auto;
}

.FooterInstagramText {
    font-size: 18px;
}

.FooterInstagramText a {
    text-decoration: none;
}


/* 住所 */
.FooterAddress {
    margin-top: 10px;
    font-size: 16px;
}


/* =========================
   右側写真
========================= */

.FooterPhoto {
    width: 380px;
}

.FooterPhoto img {
    display: block;
    width: 100%;
    height: 300px;

    object-fit: cover;
    border-radius: 8px;
}

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

    #Footer {
        padding: 30px 15px;
    }

    .FooterMain {
        display: block;
    }

    .FooterLeft {
        width: 100%;
    }

    .FooterLogo {
        width: 80%;
        max-width: 350px;
    }

    .FooterText {
        margin-top: 15px;
    }

    .FooterTitle {
        font-size: 22px;
    }

    .FooterTelText,
    .FooterInstagramText {
        font-size: 15px;
    }

    .FooterAddress {
        font-size: 13px;
    }

    .FooterPhoto {
        width: 90%;
        max-width: 350px;
        margin: 25px auto 0;
    }

    .FooterPhoto img {
        height: 230px;
    }
}

/* ==================================
   フッター 最終調整
================================== */

#Footer {
    width: 100%;
    background-color: rgb(193,225,243);
    padding: 40px 30px;
    box-sizing: border-box;
}

/* 上段：ロゴ＋写真 */
#Footer .FooterMain {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

/* 左：ロゴ */
#Footer .FooterLeft {
    width: 430px;
    float: none !important;
}

#Footer .FooterLogo {
    width: 100% !important;
    float: none !important;
    margin: 0 auto;
}

#Footer .FooterLogo img {
    width: 100% !important;
    height: auto;
    display: block;
}

/* 右：写真 */
#Footer .FooterPhoto {
    width: 380px;
    flex-shrink: 0;
}

#Footer .FooterPhoto img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}


/* =========================
   下段：会社情報
========================= */

#Footer .FooterText {
    width: 100% !important;
    float: none !important;
    clear: both;

    margin: 30px auto 0 !important;
    text-align: center !important;
}

#Footer .FooterTitle {
    display: block;
    padding-top: 0 !important;
    margin-bottom: 8px;
    font-size: 28px;
    text-align: center;
}

/* 電話 */
#Footer .FooterTel {
    width: 200px !important;
    margin: 7px auto !important;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#Footer .FooterTelIcon {
    width: 30px;
    float: none !important;
}

#Footer .FooterTelIcon img {
    width: 30px;
    height: auto;
    display: block;
}

#Footer .FooterTelText {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    line-height: 30px;
    font-size: 18px;
}

/* Instagram */
#Footer .FooterInstagram {
    width: 220px !important;
    margin: 7px auto !important;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#Footer .FooterInstagramIcon {
    width: 30px;
    float: none !important;
}

#Footer .FooterInstagramIcon img {
    width: 30px;
    height: auto;
    display: block;
}

#Footer .FooterInstagramText {
    width: auto !important;
    float: none !important;
    margin-left: 0 !important;
    line-height: 30px;
    font-size: 18px;
}

#Footer .FooterAddress {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}


/* =========================
   スマホ
========================= */

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

    #Footer {
        padding: 30px 15px;
    }

    #Footer .FooterMain {
        display: block;
    }

    #Footer .FooterLeft {
        width: 100%;
    }

    #Footer .FooterLogo {
        width: 80% !important;
        max-width: 350px;
    }

    #Footer .FooterPhoto {
        width: 90%;
        max-width: 350px;
        margin: 25px auto 0;
    }

    #Footer .FooterPhoto img {
        height: 230px;
    }

    #Footer .FooterText {
        margin-top: 25px !important;
    }

    #Footer .FooterTitle {
        font-size: 22px;
    }

    #Footer .FooterTelText,
    #Footer .FooterInstagramText {
        font-size: 15px;
    }

    #Footer .FooterAddress {
        font-size: 13px;
    }
}

/* =========================
   スマホもロゴ＋写真を横並び
========================= */
@media screen and (max-width: 768px) {

    #Footer .FooterMain {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    /* 左：ロゴ */
    #Footer .FooterLeft {
        width: 52%;
        flex-shrink: 1;
    }

    #Footer .FooterLogo {
        width: 100% !important;
        max-width: none;
        margin: 0;
    }

    #Footer .FooterLogo img {
        width: 100% !important;
        height: auto;
    }

    /* 右：写真 */
    #Footer .FooterPhoto {
        width: 43%;
        max-width: none;
        margin: 0;
        flex-shrink: 1;
    }

    #Footer .FooterPhoto img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    /* 会社情報はその下の中央 */
    #Footer .FooterText {
        width: 100% !important;
        margin: 25px auto 0 !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    #Footer .FooterText .FooterTitle {
        font-size: 18px !important;
    }
}

#ShopMAP {
    display: block;
}

#ShopMAP + * {
    margin-top: 0;
}

@media screen and (min-width: 1001px) {
    #Footer {
        width: 1000px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}
