@charset "utf-8";
/* CSS Document */


	
	body{
		background-color: #f5f5f5;
	}
	

h2{
	font-size: 28px;
    font-family: "Times new Roman";
    color: #000;
    font-weight: normal;}

	.container{
		width: 1200px;
		margin: 0 auto;
		background-color: #ffffff;
	}

.under-contents__rowhead p{
		text-align: center;
		font-size: 1rem;
	}
	
.satellitetitle{
		font-family: "Zen Old Mincho", serif;
		background: #FFEDB3;
		padding: 10px ;
		margin-bottom: 20px;
		width:100%;
	text-align: center;
}
	
	.access-contents__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
	
.access-contents__columns2 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
}

/* 予約案内セクション */
.reservation-info {
    background-color: #f8f8f8;
    padding: 60px 20px;
    text-align: center;
}

.reservation-info__inner {
    max-width: 850px;
    margin: 0 auto;
}

/* WEB予約ボタン */
.reservation-button {
    display: inline-block;
    background-color: #0d5e70;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 60px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: background-color 0.3s ease;
    margin-bottom: 40px;
}

.reservation-button:hover {
    background-color: #094a58;
}

.reservation-button::after {
    content: '›';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

/* 注意事項テキスト */
.reservation-note {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

/* 電話予約エリア */
.phone-reservation {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.phone-reservation__label {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

	.phone-reservation__number {
    font-size: 32px;
    font-weight: 500;
    color: #0d5e70;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-reservation__number::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url('https://www.tokyopearl.com/wp-content/themes/2025_tokyopearl/assets/images/shop/phone-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .reservation-info {
        padding: 40px 15px;
    }
    
    .reservation-button {
        width: 100%;
        max-width: 400px;
        padding: 16px 50px;
        font-size: 15px;
    }
    
    .phone-reservation {
        flex-direction: column;
        padding: 25px 20px;
        gap: 15px;
    }
    
    .phone-reservation__number {
        font-size: 28px;
    }
    
    .phone-reservation__number::before {
        width: 24px;
        height: 24px;
    }
    
    .phone-reservation__note {
        font-size: 12px;
    }
}

.phone-reservation__note1 {    font-size: 13px;
    color: #666;
}
.phone-reservation__note1 {        font-size: 12px;
}

.shop-contents__column.bg-bray2 {
    margin: 10px 100px;
    background: #eaeaea;
}
	
.shop-contents__item {
    padding: 20px;
}
	
	@media (max-width: 768px) {
		.shop-contents__column.bg-bray2 {
    margin: 0px;}
	
.under-contents__rowhead p{
		font-size: 0.8rem;
	}
		}

.pc-only {
    display: none;
}

@media screen and (1024px <= width) {
     /* SP用の改行を隠します */
    .sp-only {
        display: none;
    }
     /* PC用の改行を表示します */
    .pc-only {
        display: block;
    }
}
	
.onlineabout1 {
    padding: 0 0 50px;
}
.onlineabout1-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 960px;
}
.onlineabout1-head {
    margin: 25px 0 45px;
    text-align: center;
}
.onlineabout1-head h2 {
    color: #c7ac57;
    font-family: 'Domine', serif, "游明朝";
    font-size: 24px;
    margin: 0 0 15px;
}
.onlineabout1-head p {
    font-family: 'Domine', serif, "游明朝";
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2em;
}
.onlineabout-sliders {
    padding: 0 25px;
    position: relative;
}
.onlineabout-slider {
    overflow: hidden;
}
.onlineabout-slide img {
    width: 100%;
}
.slider-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.bg-gray {
    background: #f8f8f8;
}
.bg-yellow {
    background: #f8f6ef;
}
.bg-blue {
    background: #ecf2f7;
}
.onlineabout2,
.onlineabout3,
.onlineabout4,
.onlineabout5,
.onlineabout6,
.onlineabout7{
    padding: 65px 0;
}
.onlineabout4 {
    padding-bottom: 35px;
}
.onlineabout2-inner,
.onlineabout3-inner,
.onlineabout4-inner,
.onlineabout5-inner,
.onlineabout6-inner,
.onlineabout7-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1218px;
}
.onlineabout-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 725px;
}
.onlineabout-image {
    line-height: 0;
}
.onlineabout-image img {
    width: 100%;
}
.head-ttl {
    color: #c7ac57;
    font-family: 'Domine', serif, "游明朝";
    font-size: 21px;
    margin: 0 0 15px;
    text-align: center;
}
.head-txt {
    font-family: 'Domine', serif, "游明朝";
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2em;
    text-align: center;
	width: 90%;
	padding: auto;
	margin: auto;
}

.head-txt_l {
    font-family: 'Domine', serif, "游明朝";
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2em;
    text-align:left;
}
	
.onlineabout-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 45px 0 0;
}
.onlineabout-left {
    width: 45%;
}
.onlineabout-right {
    width: 52%;
}
.onlineabout-right p {
    font-size: 16px;
    line-height: 2em;
}
.onlineabout7 {
    padding: 65px 0 120px;
}
.onlineabout7-image {
    margin: 45px 0 0;
}

.onlineabout3-image,
.onlineabout4-image,
.onlineabout5-image,
.onlineabout6-image,
.onlineabout7-image{
    margin: 35px 0 0;
}
	
.onlineabout3-image img,
	.onlineabout4-image img,
.onlineabout5-image img,
.onlineabout6-image img,
.onlineabout7-image img{
    width: 100%;
}
	
.onlineabout-table {
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 45px auto 0;
    width: 100%;
    max-width: 573px;
}
.onlineabout-table tr th,
.onlineabout-table tr td {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 5px;
    text-align: center;
}
.onlineabout-table tr th {
    font-family: 'Domine', serif, "游明朝";
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .onlineabout-left {
        margin: 0 0 15px;
        width: 100%;
    }
    .onlineabout-right {
        width: 100%;
    }
    .onlineabout1-head h2,
    .head-ttl {
        color: #333;
    }
	.head-txt {
	width: 90%;}
	
	.head-ttl {
    font-size: 17px;
}

