.spot-page {
	padding: 80px 0;
}

.spot-page h1 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 26px;
	color: #fff;
	background: #E44280;
	padding: 5px 0;
}

.cate-list {
	display: flex;
	margin-bottom: 15px;
}

.cate-list li {
	margin-right: 10px;
}

.cate-list img {
	width: auto;
	height: 40px;
}

.spot-sec01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.spot-sec01 .img01 {
	width: 60%;
}

.spot-sec01 .img02 {
	width: 36%;
}

.spot-sec01 .img02 img {
	margin-bottom: 15px;
}

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
 
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spot-sec02 {
	display: flex;
	justify-content: space-between;
}

.spot-sec02 .text {
	width: 48%;
}

.spot-sec02 .map {
	width: 48%;
}

.photo-gallery {
	padding-top: 50px;
}

.photo-gallery h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #E44280;
	margin-bottom: 25px;
}

.photo-gallery ul {
	display: flex;
	flex-wrap: wrap;
}

.photo-gallery li {
	width: 25%;
}

.top-gallery .photo-gallery ul {
	gap:10px;
}

.top-gallery .photo-gallery li {
	width: calc(20% - 10px);
}

.etiquette-page {
	padding: 80px 0;
}

.model-page {
	padding: 80px 0 200px 0;
}

.etiquette-page .sec01 {
	padding: 30px 0;
}


.etiquette-page .sec01 h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 60px;
	font-weight: bold;
	position: relative;
}

.etiquette-page .sec01 h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E44280;
}

.etiquette-page .sec01 h4 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 60px;
	font-weight: bold;
	position: relative;
	color: #E44280;
}



.etiquette-page .sec01 li {
	font-size: 14px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.etiquette-page .sec01 li:first-child:before {
  content: '1.';
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	margin-right: 10px;
	color: #E44280;
}

.etiquette-page .sec01 li:nth-child(2):before {
  content: '2.';
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	margin-right: 10px;
	color: #E44280;
}

.etiquette-page .sec01 li:nth-child(3):before {
  content: '3.';
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	margin-right: 10px;
	color: #E44280;
}

.etiquette-page .sec01 li:nth-child(4):before {
  content: '4.';
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	margin-right: 10px;
	color: #E44280;
}

.etiquette-page .sec01 li:nth-child(5):before {
  content: '5.';
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	margin-right: 10px;
	color: #E44280;
}


.timeline{
  width:100%;
  padding:30px 0;
}

.timeline li{
    position: relative;
  list-style: none;
  padding:0 0 70px 0;
}


.timeline li:last-child {
	padding-bottom: 0;
}

.timeline dl{
  margin:0 0 0 80px;
	padding-top: 10px;
}


/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
  position: absolute;
  left:30px;
  top:0;
  width:3px;/*線の太さ*/
  height:0;/*はじめは高さを0に*/
  background: #E44280;
}

.timeline li:before {
  
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	color: #E44280;
	z-index: 5;
	position: absolute;
    left: calc(30px - 0.3em);
    top: 7px;
}

.timeline li:first-child:before { content: '1.'; }
.timeline li:nth-child(2):before { content: '2.'; }
.timeline li:nth-child(3):before { content: '3.'; }
.timeline li:nth-child(4):before { content: '4.'; }
.timeline li:nth-child(5):before { content: '2.'; }
.timeline li:nth-child(6):before { content: '6.'; }
.timeline li:nth-child(7):before { content: '7.'; }
.timeline li:nth-child(8):before { content: '8.'; }
.timeline li:nth-child(9):before { content: '9.'; }

.timeline li:last-child:before { 
	content: 'ゴール';
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	left: 10px;
    top: 18px;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:60px;
  height: 60px;
  background:#FFEDD0;
	border: 3px solid #E44280;
  border-radius: 50%;
z-index: 1;
}

.model-page h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.model-page .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.model-page .box .img {
	width: 300px;
}

.model-page .box .text {
	width: calc(100% - 330px);
}

.model-page .box .text p {
	margin-bottom: 20px;
}

.model-page .box .text .bt-style01 {
    width: 90%;
    max-width: 200px;
    margin: 0 auto 0 0;
}

.model-page .box .text .bt-style01 a {
    display: block;
    background: #fff;
	border: 1px solid #E44280;
    color: #E44280;
    text-align: center;
    padding: 10px 0 8px 0;
    border-radius: 40px;
	line-height: 1;
	font-size: 11px;
}

.model-page .box .text .bt-style01 a:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/common/li02.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 6px;
	vertical-align: middle;
}

.model-page .box .text .bt-style01 a:hover {
	background: #fff4f8;
}

.model-page .fukidashi p {
	display: inline-block;
	background: #E44280;
	border-radius: 3px;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	position: relative;
}

.model-page .fukidashi p strong {
	font-size: 14px;
	padding-right: 4px;
}

.model-page .fukidashi p:before {
  content: "";
  position: absolute;
  top: 50%;
 left: -16px;
    margin-top: -6px;
    border: 7px solid transparent;
  border-right: 10px solid #E44280;
}

.icon-bus:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 32px;
	background-image: url(../images/page/icon-bus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.icon-toho:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 32px;
	background-image: url(../images/page/icon-toho.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.model-navi ul {
	display: flex;
	border-bottom: 2px solid #E44280;
	margin-bottom: 50px;
	gap:12px;
}

.model-navi a {
	display: block;
	color: #fff;
	background: #E1E1E1;
	padding: 20px 10px;
}

.model-navi .active a {
	display: block;
	color: #fff;
	background: #E44280;
}
.model-navi a:hover {
	color: #fff;
	background: #E44280;
}

.model-navi span {
	
	text-align: center;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	
}

.model-navi strong {
	display: block;
	font-size: 32px;
	line-height: 1;
}


.model-head {
	margin-bottom: 50px;
}

.model-head h2 {
	text-align: center;
	font-size: 32px;
	color: #E44280;
	margin-bottom: 20px;
}

.model-head p {
	text-align: center;
	margin-bottom: 25px;
}

.model-head img {
	display: block;
	width: 100%;
}

