@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
}
.active {
	opacity: 1;
}
.red {
	color: #FF0000;
}
:root {
	--sgreen: #006600;
	--sorange: #f06f07;
	--sred: #8c1505;
	--sred2: #d12a2a;
	--sbrown: #9d774d;
	--sbrown2: #af824f;
	--sblue: #216396;
	--snavy: #333366;
	--spurple: #612f86;
	--sgold: #bdaa60;
	--beige: #fbf5ec;
	--subFont1: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	--subFont2: 'Noto Serif JP', serif;
	--subFont3: Arial, Helvetica, "sans-serif";
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
	--red: #ff0000;
}
.yellow {
	color: var(--yellow);
}
article img {
	width: 100%;
}
section, nav {
	position: relative;
	/*font-feature-settings: "palt";*/
	/*font-weight: 500;*/
}
section b {
	font-size: 1.2em;
}
section mark {
	background: linear-gradient(transparent 48%, var(--yellow) 48% 90%, transparent 90%);
}
.noWrap {
	white-space: nowrap;
}
.breakWord {
	word-break: break-word;
}
.textCenter {
	text-align: center;
}
.space {
	margin-right: .5em;
}
.tab-switch {
	display: none; /* ラジオボタン非表示 */
}
.White {
	color: #fff;
}
article {
	background: var(--beige);
}
article .inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 4em clamp(0.8rem, 0.702rem + 0.49vw, 1rem) 2em;
}
article .innerWrapper {
	padding: 1.5em clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem) 1em;
	background: #fff;
	border-bottom: .6em solid var(--sbrown);
	box-shadow: 1px 1px 2px #000;
}
article figcaption {
	font-size: .7em;
	margin-bottom: .8em;
}
ul.midpoint > li, ul.kome > li, ul.square > li {
	line-height: 1.4;
	padding-top: .3em;
	text-indent: -1em;
	margin-left: 1em;
}
ul.kome > li:before {
	content: '※';
}
ul.square > li:before {
	content: '■';
	padding-right: .1em;
}
ul.midpoint > li:before {
	content: '●';
	font-size: .8em;
	padding-right: .1em;
	vertical-align: .1em;
}
.dlTP dt {
	font-weight: 500;
}
.dlTP dt::before {
	content: '◆';
	padding-right: .1em;
}
.dlTP dd {
	margin: 0 0 .5em 1em;
}
/*title*/
.title {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.titlePc {
	display: none !important;
}
.title::after {
	display: block;
	content: "";
	position: absolute;
	background: url("../images/ti_sumou-osakaSp_BG.jpg?date251121") repeat-x center/cover;
	width: 100%;
	height: 100%;
	bottom: 0%;
	z-index: -1;
	animation: slide 200s linear infinite;
}
@keyframes slide {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 2200px 0;
	}
}
/*メインタイトル*/
section h2 {
	max-width: fit-content;
	font-family: var(--subFont2);
	font-size: clamp(1.125rem, 0.448rem + 3.38vw, 2.5rem);
	line-height: 1;
	color: #000;
	font-weight: 900;
	margin: 0 auto 1.2em;
	position: relative;
	padding: 0 1.5em .1em;
	border-bottom: solid var(--sgold) 0.1em;
}
section h2::before {
	content: "";
	background: url(../images/im_sumou3.png) no-repeat center / contain;
	position: absolute;
	width: 1em;
	height: 1em;
	bottom: .05em;
	left: 0;
}
section h2::after {
	content: "";
	background: url(../images/im_sumou4.png) no-repeat center / contain;
	position: absolute;
	width: 1em;
	height: 1em;
	bottom: .05em;
	right: 0;
}
/*ナビゲーション*/
article nav {
	/*	position: sticky;
	top: 0;
*/ z-index: 500;
	background: var(--sgreen);
}
.topNav {
	max-width: fit-content;
	margin: auto;
	padding: .3em 0;
	text-align: center;
}
.topNav a span {
	display: inline-block;
	color: #fff;
	padding: 0 .5em 1px;
	margin: 2px 0;
	font-size: 1.2em;
}
.topNav a[href="#entry"] span {
	padding: 1px .3em;
	background: #fff;
	color: var(--sgreen);
	font-weight: 700;
	margin: 1px .4em;
}
.topNav a:not(:last-of-type)::after {
	content: '|';
	color: #fff;
	font-size: 1.2em;
	vertical-align: top;
}
/*概要#overview*/
.detailsBox1 figure {
	width: 50%;
	margin: 0 auto 1em;
}
.detailsBox1 dl {
	font-size: 1.1em;
}
@media screen and (min-width: 500px) {
	.detailsBox1 {
		display: grid;
		grid-template-columns: 28% 1fr;
		line-height: 1.5;
		gap: 1.2em;
	}
	.detailsBox1 figure {
		width: 100%;
	}
	.detailsBox1 dl {
		display: grid;
		grid-template-columns: 5.5em 1fr;
	}
	.pcnone2 {
		display: none;
	}
}
/*おすすめポイント#recommendation*/
#recommendation h3 {
	font-size: clamp(1.125rem, 0.971rem + 0.77vw, 1.438rem);
	font-weight: 700;
	margin: 1.8em 0 0 0;
	position: relative;
	padding: .6em .4em .6em 3.7em;
	background: var(--sgreen);
	color: #fff;
	outline: solid 2px var(--sgold);
	outline-offset: -5px;
	box-shadow: 1px 1px 2px #000;
}
#recommendation h3::before {
	content: "";
	background: url(../images/im_sumou1.png) no-repeat center / contain;
	position: absolute;
	width: 3em;
	height: 3em;
	bottom: -6px;
	left: .5em;
}
.tShukuhakuset, .tSyukuhaku, .tHigaeri {
	display: inline-block;
	font-size: .8em;
	color: #FFF;
	border: 1.5px solid #ffffff;
	padding: .02em .5em;
	margin-right: .5em;
}
.tShukuhakuset {
	background: var(--sblue);
}
.tSyukuhaku {
	background: var(--spurple);
}
.tHigaeri {
	background: var(--sorange);
}
#recommendation h4 {
	margin: 0 auto .5em;
	font-size: 1.6em;
	font-weight: 900;
	text-align: center;
	color: var(--sgreen);
}
#recommendation h5 {
	max-width: fit-content;
	margin: 0 auto .7em;
	font-size: 1.4em;
	font-weight: 900;
	text-align: center;
	border-bottom: solid var(--sgold) 0.1em;
}
/*宿泊*/
.detailsBox4 figure {
	float: right;
	width: min(150px, 30%);
	margin: 0 0 0 .5em;
}
.inout {
	margin: .3em 0;
}
.inout b {
	font-size: .8em;
	display: inline-block;
	padding: 1px 2px 0;
	margin-right: .4em;
	background: #888;
	color: #fff;
}
.sliderWrap {
	padding: 1em 4% .5em;
}
/*お土産*/
.contentsSouvenir {
	max-width: 830px;
	margin: .5em auto;
}
.detailsBox2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 14px 7%;
	line-height: 1.5;
	margin-top: 1em;
}
.detailsBox2 dt {
	font-size: clamp(0.813rem, 0.597rem + 1.08vw, 1.25rem);
	text-align: center;
}
.detailsBox2 figure {
	max-width: 160px;
	margin: .5em auto;
}
/*ケーキセット*/
.detailsBox3 .boxleft {
	display: flex;
	gap: 3.5%;
}
/*プラン詳細＆お申込み#entry*/
#entry h2 + ul {
	padding: .5em .8em .8em .8em;
	border-radius: 5px;
	border: solid 3px var(--red);
	outline: solid 2px var(--red);
	outline-offset: -8px;
	background: #fff;
}
.plandetail {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.tab-label {
	font-size: 1.4em;
	color: #000;
	font-weight: 700;
	background: var(--sbrown2);
	text-align: center;
	padding: 3px 0 0;
	order: -1;
	position: relative;
	z-index: 1;
	border-radius: 2px 2px 0 0;
	flex: 1;
}
.tab-label:not(:last-of-type) {
	margin-right: .8%;
}
.tab-content {
	height: 0;
	overflow: hidden;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
	background: #000;
	color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
	background: #000;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 0 clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 1em;
}
.plandetail h3 {
	padding: .3em .5em .1em;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	margin-top: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.plandetail h3.syukuhakuset {
	background: var(--sblue);
}
.plandetail h3.higaeri {
	background: var(--sorange);
}
.plandetail h3.syukuhaku {
	background: var(--spurple);
}
.plandetail .planBox {
	background: #fff;
	padding: 0 clamp(0.188rem, -0.705rem + 4.46vw, 2rem) 1em;
	text-align: center;
}
.plandetail h3.syukuhakuset + .planBox {
	border: solid 6px var(--sblue);
}
.plandetail h3.higaeri + .planBox {
	border: solid 6px var(--sorange);
}
.plandetail h3.syukuhaku + .planBox {
	border: solid 6px var(--spurple);
}
.plandetail h4 {
	text-align: center;
	font-size: 1.5em;
	padding: 1em 0 .8em;
	line-height: 1.8;
	font-weight: 700;
}
.example {
	font-size: 1.3em;
}
.examplename2 {
	display: inline-block;
	font-size: .8em;
	vertical-align: text-top;
	padding: 0 .4em 1px;
	margin: 0 .5em;
	background: #000;
	color: #fff;
}
.price {
	font-family: var(--subFont3);
	margin: 1em 0;
	color: red;
}
.price b {
	font-size: 2.5em;
}
/*行程表.schedule*/
.schedule {
	margin-bottom: 1em;
}
.schedule h3 {
	font-size: 1.8em;
	text-align: center;
	font-weight: 900;
	margin: 1.5em auto 0;
}
.day {
	font-size: .8em;
}
.schedule h4 {
	padding: .3em .5em 0;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	margin-top: .8em;
	font-weight: 700;
	line-height: 1.1;
}
.schedule h4.syukuhakuset {
	background: var(--sblue);
}
.schedule h4.higaeri {
	background: var(--sorange);
}
.schedule h4.syukuhaku {
	background: var(--spurple);
}
.schedule h4.syukuhakuset + .scheduleBox {
	border: solid 6px var(--sblue);
}
.schedule h4.higaeri + .scheduleBox {
	border: solid 6px var(--sorange);
}
.schedule h4.syukuhaku + .scheduleBox {
	border: solid 6px var(--spurple);
}
.scheduleBox {
	background: #fff;
	padding: 5px;
}
.scheduleBox dl {
	border: solid 2px #999;
	font-feature-settings: "palt";
	letter-spacing: .03em;
	line-height: 2.2;
}
.scheduleBox dt {
	padding: .3em .5em 0;
}
.scheduleBox dd {
	padding: 0 .5em .3em;
}
.scheduleBox dt:nth-of-type(2) {
	border-top: dashed 1px #999;
}
.seeing {
	font-feature-settings: "palt";
	letter-spacing: .03em;
}
.scheduleBox b {
	margin: .2em;
	font-size: 1.06em;
}
.scheduleBox small {
	font-size: .95em;
}
.trainicon::after {
	content: '';
	display: inline-block;
	background: url(../images/train.png) no-repeat center bottom / contain;
	width: 1.5em;
	height: 1em;
	margin-left: .1em;
}
/*ご案内 #attention*/
#attention .innerWrapper {
	font-size: .95em;
	padding: 1em clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem);
	background: #FFF;
}
.attention {
	padding: .8em;
	border: 2px #F00 solid;
	background: #FFF;
}
#attention h3 {
	background: #000;
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	padding: .2em .5em .2em .5em;
	margin: 1.5em auto .6em;
	text-align: center;
}
#attention h4 {
	padding-top: 1em;
	font-size: 1.05em;
	font-weight: 700;
	margin-bottom: 2px;
}
#attention .Btn {
	margin-top: 2em;
}
/*ボタン共通*/
.Btn a {
	display: block;
	background: var(--sred2);
	color: #000;
	font-weight: 900;
	padding: .5em .4em;
	position: relative;
	font-size: 1.4em;
	text-align: center;
	align-content: center;
	transform: translate(0, 0);
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	paint-order: stroke;
	border: solid .35em #000;
}
.Btn a b {
	vertical-align: -.08em;
}
.Btn a::after {
	content: "";
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: rotate(45deg);
	translate: 0 -50%;
	transition: all .2s;
}
.Btn a:hover::after {
	translate: 80% -50%;
}
.Btn a + span {
	display: block;
	width: fit-content;
	margin: .5em auto 0;
	font-size: 1.2em;
	color: #fff;
}
.btnWrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1.7em;
	max-width: 840px;
	margin: 1em auto .5em;
}
/*販売前ボタン＋ボタン非活性コード　・・・該当ボタンを含むタブに class="beforeSale"付与する*/
.beforeSale .Btn a {
	pointer-events: none;
}
.beforeSale .Btn a::before {
	display: grid;
	place-items: center;
	position: absolute;
	font-size: 1.5em;
	background: #999;
	z-index: 100;
	inset: 0px;
	border-radius: 5px;
}
.beforeSale .Btn a::before {
	content: "coming soon!";
}
/*販売終了ボタン含むタブに class="ended"付与する*/
.ended a {
	background: #999;
	pointer-events: none;
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	/*メインビジュアル*/
	.titlePc {
		display: none;
	}
	article nav, section {
		font-size: 13px;
		line-height: 1.4;
	}
	/*	以下削除不可====================================================*/
	#dirPathBlock, #anchorLinkBlock {
		font-size: 12px;
		margin: 1%;
	}
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none !important;
	}
	img.titleSp {
		display: none !important;
	}
	img.titlePc {
		display: block !important;
		position: relative;
		height: 500px;
		object-fit: contain;
		z-index: 4;
	}
	.title::after {
		content: "";
		position: absolute;
		background: url("../images/ti_sumou-osakaPc_BG.jpg?date251121") repeat-x center/cover;
		width: 100%;
		height: 500px;
		top: 0;
		z-index: 2;
		animation: slide 150s linear infinite;
	}
	@keyframes slide {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: 2600px 0;
		}
	}
	.topNav a span {
		padding: 0 .8em 1px;
	}
	.topNav a[href="#entry"] span {
		padding: 1px .3em 2px;
		margin: 1px .6em;
	}
	.planPR {
		position: absolute;
		width: 59%;
		right: 0%;
		top: 55%;
	}
	section {
		line-height: 1.6;
	}
	.detailsBox3 {
		display: flex;
		justify-content: space-evenly;
	}
	.detailsBox3 .boxleft {
		display: block;
		flex-basis: 25%;
	}
	.detailsBox3 dl {
		flex-basis: 60%;
	}
	#recommendation h3, #hotel h3 {
		text-align: center;
		padding: .5em 0;
	}
	#recommendation h3::after, #hotel h3::after {
		content: "";
		background: url(../images/im_sumou2.png) no-repeat center / contain;
		position: absolute;
		width: 3em;
		height: 2.2em;
		bottom: 3px;
		right: 0.5em;
	}
	.plandetail h4 {
		padding: 1em 0 0;
	}
	/*以下削除不可==================================================== */
	#dirPathBlock, #anchorLinkBlock {
		width: 100%;
		max-width: 970px;
		min-width: 760px;
		margin: auto;
	}
	/*panlist&back*/
	#dirPathBlock, #anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		min-width: 760px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
@media screen and (min-width: 2601px), print {
	.title::after {
		background: url("../images/ti_sumou-osakaPc_BG.jpg?date251121") repeat-x center/contain;
	}
}