@charset "utf-8";

/* --------------------------------------------------------- */
/* 共通 */
/* --------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html { font-size: 62.5%; }
body{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	/* font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; */
	font-size: 1.0rem;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
}
ul, ol {
	list-style-type: none;
	list-style-image:none;
}
img {
	vertical-align: top;
	max-width : 100% ;
	height : auto ;
}
a { outline: none; }
a img { border: 0; }
@media screen and (max-width:600px) {
	.pc { display: none; }
	.sp { display: block; }
}
@media print, screen and (min-width:601px) {
	.pc { display: block; }
	.sp { display: none; }
}

/* --------------------------------------------------------- */
/* 背景 */
/* --------------------------------------------------------- */

#wrapper {
}

/* --------------------------------------------------------- */
/* ヘッダー */
/* --------------------------------------------------------- */

#headerBox {
	width: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 100;
	overflow: hidden;
}
h1 {
	text-align: center;
	color: #fff;
	padding: 12px;
	line-height: 1.5em;
	background: #000;
	font-family: "Yuji Mai", serif;
}
#headerBox a { text-decoration: none; }
#header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:600px) {
#headerBox { height: 114px; }
h1 { font-size: 20px; font-size: 2rem; }
}

@media print, screen and (min-width:601px) {
#headerBox { height: 108px; }
h1 { font-size: 28px; font-size: 2.8rem; }
}

/* --------------------------------------------------------- */
/* フッター */
/* --------------------------------------------------------- */

#fotterBox {
	width: 100%;
	background: #fff;
}
#fotter {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 25px;
	text-align: center;
}
#fotter p {
	color: #333;
	font-weight: bold;
}
@media screen and (max-width:600px) {
#fotterBox { height: 60px; }
#fotter p { font-size: 12px; font-size: 1.2rem; }
}
@media print, screen and (min-width:601px) {
#fotterBox { height: 45px; }
#fotter p { font-size: 14px; font-size: 1.4rem; }
}

/* --------------------------------------------------------- */
/* 見出し */
/* --------------------------------------------------------- */

#h2Box {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	background-size: cover;
	border-bottom: 2px solid #000;
}
#h2Box.greeting { background-image: url(../img/h2_greeting.png); }
#h2Box.outline { background-image: url(../img/h2_outline.jpg); }
#h2Box.pre { background-image: url(../img/h2_pre.png); }
#h2Box.subject { background-image: url(../img/h2_subject.png); }
#h2Box.special { background-image: url(../img/h2_special.png); }
#h2Box.lunchmap { background-image: url(../img/h2_lunchmap.png); }
#h2Box.nightmap { background-image: url(../img/h2_nightmap.png); }
#h2Box.sightseeing { background-image: url(../img/h2_sightseeing.png); }
#h2Box.venue { background-image: url(../img/h2_venue.png); }
#h2Box.drinking { background-image: url(../img/h2_drinking.png); }
#h2Box.program { background-image: url(../img/h2_program.png); }
h2 {
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
	font-family: "Yuji Mai", serif;
	color: #000;
	line-height: 1.2em;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
	 -2px 2px 0 #fff,  2px -2px 0 #fff,
	 2px 0 0 #fff, -2px  0 0 #fff,
	 0 2px 0 #fff,  0 -2px 0 #fff;
}
h3 {
	width: 80%;
	max-width: 1000px;
	font-family: "Zen Antique", serif;
	font-weight: normal;
	text-align: center;
	color: #000;
	line-height: 1.6em;
}

@media screen and (max-width:600px) {
#h2Box {
	padding: 153px 20px 40px 20px;
	margin-bottom: 30px;
}
h2 {
	font-size: 24px; font-size: 2.4rem;
}
h3 {
	font-size: 20px; font-size: 2rem;
	margin: 0 auto 40px auto;
}
}
@media print, screen and (min-width:601px) {
#h2Box {
	padding: 142px 20px 40px 20px;
	margin-bottom: 60px;
}
h2 {
	font-size: 30px; font-size: 3rem;
}
h3 {
	font-size: 24px; font-size: 2.4rem;
	margin: 0 auto 60px auto;
}
}

/* --------------------------------------------------------- */
/* トップページ */
/* --------------------------------------------------------- */

.bc_top {
	width: 100%;
	max-width: 1000px;
	z-index: -10;
	overflow-x: hidden;
	position: fixed;
}
.bg_slick {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.slick_bg01 { background-image: url(../img/slick_bg01.png); }
.slick_bg02 { background-image: url(../img/slick_bg02.png); }
.slick_bg03 { background-image: url(../img/slick_bg03.png); }
.slick_bg04 { background-image: url(../img/slick_bg04.jpg); }
.slick_bg05 { background-image: url(../img/slick_bg05.jpg); }
.slick_bg06 { background-image: url(../img/slick_bg06.jpg); }

.top_flame {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.l_collumn {
	padding: 20px;
	width: 90%;
	max-width: 350px;
	margin: 0 auto;
}
.l_collumn dl.l_index {
	margin: 0 auto 20px auto;
	background: #fff;
	padding: 30px 10px;
	border: 10px solid #000;
}
.l_collumn dl.l_index dd {
	border-bottom: solid 1px #999;
}
.l_collumn dl.l_index dd:first-of-type {
	border-top: solid 1px #999;
}
.l_collumn dl.l_index dd a {
	text-decoration: underline;
	color: #333;
	line-height: 50px;
	font-family: "Yuji Mai", serif;
	font-size: 16px; font-size: 1.6rem;
	padding: 0 25px;
	display: block;
}
.l_collumn dl.l_index dd a.mimmi {
	text-decoration: none !important;
	color: #999;
}
.l_collumn .kanji { font-family: "Yuji Mai", serif; }
.l_collumn .kana { font-family: "Shippori Mincho B1", serif; }
.l_collumn dl.l_bannar {
	margin: 0 auto 20px auto;
}
.l_collumn dl.l_bannar dt {
	text-align: center;
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 16px; font-size: 1.6rem;
	background: rgba(255,255,255,0.8);
}
.l_collumn dl.l_bannar dd {
	display: block;
	text-align: center;
	padding: 10px;
}
.r_collumn { }
.topBox {
	margin: 40px auto;
	width: 90%;
	max-width: 800px;
	padding: 40px 0;
	background: rgba(0,0,0,0.6);
	font-family: "Yuji Mai", serif;
	text-align: center;
}
.topBox p {
	color: #fff;
	line-height: 45px;
	font-size: 16px; font-size: 1.6rem;
	text-shadow: 2px 2px #000;
}
.topBox p span {
	font-size: 22px; font-size: 2.2rem;
}
.top_foot {
	width: 90%;
	margin: 0 auto 20px auto;
}
.top_foot img { width: *; }
.topBox2 {
	margin: 40px auto;
	padding: 25px;
	background: rgba(0,0,0,0.6);
	width: 90%;
	color: #fff;
	line-height: 1.5em;
	font-size: 14px; font-size: 1.4rem;
	text-shadow: 2px 2px #000;
}
.topBox2 img {
	width: *;
	margin-bottom: 25px;
}
.topBox3 {
	margin: 40px auto;
	padding: 25px;
	background: rgba(0,0,0,0.6);
	width: 90%;
	color: #fff;
	line-height: 1.5em;
	font-size: 14px; font-size: 1.4rem;
	text-shadow: 2px 2px #000;
}
.topBox3 a { color: #fff; }
.topBox3 .zacho {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.topBox3 .zacho p { text-align: right; }

@media screen and (max-width:600px) {
.bc_top { top: 114px; }
.bg_slick { height: calc(100vh - 114px); }
.top_flame {
	padding-top: 134px;
	min-height: calc(100vh - 60px);
}
.bc_bottom, .bc_collumn, .bc_bg { display: none; }
}

@media screen and (min-width:601px) and (max-width: 1000px) {
.bc_top { top: 108px; }
.bg_slick { height: calc(100vh - 108px); }
.top_flame {
	padding-top: 128px;
	min-height: calc(100vh - 45px);
}
.l_collumn { display: flex;
	max-width: 601px;
}
.l_collumn dl {
	width: 250px;
	margin: 0 20px;
}
.topBox p {
	line-height: 60px;
	font-size: 24px; font-size: 2.4rem;
}
.topBox p span {
	font-size: 32px; font-size: 3.2rem;
}
.topBox2, .topBox3 { font-size: 16px; font-size: 1.6rem; }
.bc_bottom, .bc_collumn, .bc_bg { display: none; }
}

@media print, screen and (min-width:1001px) {
.bc_top {
	top: 108px;
	left: calc((100vw - 1000px) / 2);
}
.bg_slick { height: calc(100vh - 108px); }
.top_flame {
	padding-top: 128px;
	min-height: calc(100vh - 45px);
}
.top_flame { flex-direction: row-reverse; }
.r_collumn { width: 650px; }
.l_collumn {
	display: block;
	max-width: 350px;
}
.l_collumn dl {
	width: 250px;
	margin: 0 auto 20px 70px;
	display: block;
}
.topBox p {
	line-height: 60px;
	font-size: 24px; font-size: 2.4rem;
}
.topBox p span {
	font-size: 32px; font-size: 3.2rem;
}
.topBox2, .topBox3 { font-size: 16px; font-size: 1.6rem; }
.bc_bottom {
	position: fixed;
	top: calc(100vh - 470px);
	left: calc(100vw / 2 + 110px);
	overflow-x:  hidden;
	z-index: -8;
	height: 470px;
	width: 1060px;
	/* content: '';
	background-image: url(../img/top_bg_kumo.png);
	background-repeat: no-repeat;
	background-attachment: fixed; */
}
.bc_collumn {
	position: fixed;
	top: 108px;
	left: calc((100vw - 1000px) / 2 - 188px);
	z-index: -8;
	background-image: url(../img/top_bg_kikko.png);
	background-repeat: repeat-y;
	background-size: auto;
	width: 282px;
	height: calc(100vh - 108px);
	content: '';
	display: block;
}
.bc_bg {
	position: fixed;
	top: 0; left: 0;
	z-index: -50;
	background-image: url(../img/top_bg.png);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
}

/* --------------------------------------------------------- */
/* コンテナ */
/* --------------------------------------------------------- */

/* */

.container {
	margin: 0 auto;
	width: 100vw;
	max-width: 1000px;
	box-sizing: border-box;
}
.column_2 { display: flex; }

@media screen and (max-width:600px) {
.column_2 { flex-direction: column; }
}
@media screen and (min-width:601px) and (max-width: 1000px) {
.column_2 { flex-direction: row; }
}
@media print, screen and (min-width:1001px) {
.column_2 { flex-direction: row; }
}

/* --------------------------------------------------------- */
/* テキストボックス */
/* --------------------------------------------------------- */

.txtBox {
	margin: 0 auto 40px auto;
	width: 90%;
	max-width: 800px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.txtBox h4 {
	line-height: 30px;
	color: #b94047;
	padding: 30px 0;
	font-family: "Yuji Mai", serif;
	/* font-family: "Dela Gothic One", serif; */
	font-weight: normal;
}
.txtBox h5 {
	line-height: 30px;
	padding: 0 0 30px 0;
	font-weight: normal;
}
.txtBox p {
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-bottom: 30px;
	color: #333;
}
.txtBox ul, .txtBox ol {
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #333;
}
.txtBox p.signature {
	text-align: right;
	padding-top: 30px;
}
.txtBox ul li, .txtBox ol li {
	position: relative;
	line-height: 1.5em;
	padding: 0 0 15px 30px;
}
.txtBox ul.outline li { padding: 0 0 5px 30px; }
.txtBox ul li::before {
	font-family: "Material Symbols Outlined";
	content: 'onsen';
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 0; left: 0;
	color: #67A2A0;
}
.txtBox ol.program li {
	padding: 0 0 10px 30px;
	text-indent: -30px;
}
.txtBox ol.program li span:first-child {
	font-size: 2em;
	font-weight:bold;
	color:#67A2A0;
	margin-right: 0.3em;
} 
.txtBox ol.program li span.span_title { line-height: 1.5em; }
.txtBox .wisper { color: #999; }
.txtBox .slash { text-decoration: line-through; }
.txtBox .bold { font-weight: bold; }
.txtBox .underline { text-decoration: underline; }
.ImgBox {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.ImgBox span {
	color: #999;
	line-height: 1.5em;
	display: block;
	padding: 0 20px 20px 20px;
}
.column_2 .ImgBox {
	max-width: 400px;
}
.annBox {
	margin: 0 auto 40px auto;
	width: 80%;
	max-width: 600px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	position: relative;
}
.annBox::before, .annBox::after {
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #999;
}
.annBox::before { left: 10px; }
.annBox::after { right: 10px; }
.annBox dl {
	margin: 0 auto;
	line-height: 1.6;
	padding: 20px 20px 10px 20px;
	color: #333;
	text-align: center;
}
.annBox dl dt {
	text-decoration: underline;
	padding-bottom: 10px;
	font-weight: bold;
}
.annBox dl dd { padding-bottom: 10px; }
a.button_pre {
	display: block;
	margin: 0 auto 40px auto;
	padding: 20px 40px;
	width: 90%;
	max-width: 500px;
	line-height: 1em;
	border-radius: 40px;
	text-decoration: none;
	font-family: "Yuji Mai", serif;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
	 -1px 1px 0 #000,  1px -1px 0 #000,
	 1px 0 0 #000, -1px  0 0 #000,
	 0 1px 0 #000,  0 -1px 0 #000;
	position: relative;
	background-image: url(../img/bg_button_pre.png);
	background-size: auto;
	font-size: 20px; font-size: 2rem;
	cursol: pointer;
	border: 2px solid #000;
}
a.button_pre:hover { opacity: 0.8; }
a.button_pre::after {
	position: absolute;
	content: '';
	right: 20px;
	top: 20px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #fff;
}
a.button_pre::before {
	position: absolute;
	content: '';
	right: 19px;
	top: 18px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 16px solid #000;
}
.g_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.g_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:600px) {
.txtBox { padding: 30px 20px 0 20px; }
.txtBox h4, .txtBox h5 { font-size: 20px; font-size: 2rem; }
.txtBox p, .txtBox ul, .txtBox ol, .annBox dl {
	font-size: 14px; font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.txtBox .wisper, .ImgBox span { font-size: 12px; font-size: 1.2rem; }
.txtBox ol.program li span.span_title { font-size: 20px; font-size: 2rem; }
}
@media print, screen and (min-width:601px) {
.txtBox { padding: 60px 40px 30px 40px; }
.txtBox h4, .txtBox h5 { font-size: 24px; font-size: 2.4rem; }
.txtBox p, .txtBox ul, .txtBox ol, .annBox dl {
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.txtBox .wisper, .ImgBox span { font-size: 14px; font-size: 1.4rem; }
.txtBox ol.program li span.span_title { font-size: 28px; font-size: 2.8rem; }

}
