@charset "utf-8";
/* CSS Document */

.section01,
.section03{
	padding: 100px 0;
}
.section03{
	position: relative;
	overflow: hidden;
}
.section01 .inner,
.section03 .inner{
	gap: 100px;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.section01 .txtbox,
.section01 .imgbox,
.section03 .txtbox,
.section03 .imgbox{
	width: 430px;
}
.section01 .imgbox{
	flex: 1;
	min-width: 0;
}
.section03 .imgbox{
	flex: 1;
	min-width: 0;
}
.section01 .imgbox img{
	width: 100%;
	height: auto;
	display: block;
}
.section03 .imgbox iframe{
	width: 100%;
	height: 330px;
	border: 0;
	display: block;
}
.section03 .deco{
	position: absolute;
	right: max(20px, calc((100% - 1140px) / 2 - 50px));
	top: 120px;
	width: 152px;
	height: 247px;
	pointer-events: none;
	z-index: 2;
}
.section03 .deco img{
	width: 152px;
	height: 247px;
	display: block;
}
.table{
	display: block;
	width: 100%;
}
.table .row{
	margin-left: 0;
	margin-right: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #d4c9b0;
	gap: 24px;
}
.section01 .default_title2,
.section03 .default_title2{
	padding-top: 24px;
	font-size: 26px;
	padding-bottom: 48px;
}
.table .th{
	width: 120px;
	flex-shrink: 0;
	font-size: 13px;
	letter-spacing: 0.06em;
	color: #8a7e6a;
	padding-top: 4px;
}
.section03 .table .th{
	width: 140px;
	font-size: 15px;
}
.table .td{
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.table .td .sub{
	font-size: 13px;
	line-height: 1.8;
	color: #555;
}
.table .td .dot{
	position: relative;
	padding: 4px 0 4px 12px;
	font-size: 14px;
	letter-spacing: 0.06em;
}
.table .td .dot::before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #c83c1e;
}
.table .td .note{
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: #8a7e6a;
}
.section03 .more{
	margin-top: 40px;
}

.section02{
	background-color: #f5ede0;
	padding: 100px 0;
}
.section02 .default_title2{
	padding-top: 24px;
	font-size: 26px;
	padding-bottom: 56px;
}
.section02 .cards{
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
.section02 .card{
	width: calc(25% - 2px);
	background-color: #fffbf2;
	padding: 32px 28px;
	box-sizing: border-box;
}
.section02 .card .en{
	font-family: "EB Garamond", serif;
	font-size: 10px;
	letter-spacing: 0.3em;
	color: #c83c1e;
}
.section02 .card h3{
	margin-top: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d4c9b0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.section02 .card p{
	padding-top: 8px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 1080px){
	.section01 .inner,
	.section03 .inner{
		flex-direction: column;
		gap: 40px;
	}
	.section01 .txtbox,
	.section01 .imgbox,
	.section03 .txtbox,
	.section03 .imgbox{
		width: 100%;
		flex: none;
	}
	.section03 .deco{
		right: 20px;
		top: auto;
		bottom: 20px;
	}
	.section02 .card{
		width: calc(50% - 2px);
	}
}
@media screen and (max-width: 576px){
	.section02 .card{
		width: 100%;
	}
	.section03 .imgbox iframe{
		height: 240px;
	}
	.section03 .deco{
		width: 90px;
		height: 146px;
		right: 20px;
		top: auto;
		bottom: 20px;
	}
	.section03 .deco img{
		width: 90px;
		height: 146px;
	}
}

@media screen and (max-width: 576px) {
  .section01,
  .section02,
  .section03 {
    padding: 48px 0;
  }

  .page .section .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section01 .inner,
  .section03 .inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .section01 .txtbox,
  .section01 .imgbox,
  .section03 .txtbox,
  .section03 .imgbox {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  /* 店舗写真を上に */
  .section01 .imgbox {
    order: -1;
  }

  .section01 .imgbox img {
    width: 100%;
    height: auto;
  }

  /* 見出し */
  .section01 .sec_label,
  .section02 .sec_label,
  .section03 .sec_label {
    justify-content: flex-start !important;
    text-align: left;
  }

  .section01 .sec_label .en_title2,
  .section02 .sec_label .en_title2,
  .section03 .sec_label .en_title2 {
    text-align: left;
  }

  .section01 .default_title2,
  .section02 .default_title2,
  .section03 .default_title2 {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  /* 店舗情報・アクセス表 */
  .section01 .table .row,
  .section03 .table .row {
    display: grid;
    grid-template-columns: 5em minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin: 0;
    padding: 16px 0;
  }

  .section01 .table .th,
  .section03 .table .th {
    width: auto;
    margin: 0;
    padding-top: 0;
    line-height: 1.8;
  }

  .section01 .table .td,
  .section03 .table .td {
    min-width: 0;
    margin: 0;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }

  /* 設備案内は1列 */
  .section02 .cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .section02 .card {
    width: 100%;
    min-width: 0;
    padding: 24px;
    border: none;
    border-radius: 0;
  }

  .section02 .card .en {
    padding-top: 0;
    overflow-wrap: anywhere;
  }

  .section02 .card h3 {
    line-height: 1.6;
  }

  /* 地図ボタン */
  .section03 .more {
    margin-top: 24px;
  }

  .section03 .more a {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    box-sizing: border-box;
  }

  /* 地図 */
  .section03 .imgbox iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
  }

  /* 装飾が地図に重ならないように配置 */
  .section03 .deco {
    position: static;
    width: 72px;
    height: auto;
    margin: 20px 20px 0 auto;
  }

  .section03 .deco img {
    width: 100%;
    height: auto;
  }
}
