<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/*=============================================
	
	メインビジュアル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media print, screen and (min-width: 769px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}


/*=============================================
	
	タイトル枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.top_title_wrap {
		padding: 3.6em 0 2.8em;
		text-align: center;
		background: #EAEAEA;
	}
	.top_title_wrap.second {
		background: none;
		padding-top: 2em;
	}
	.top_title_wrap .name {
		font-size: 2.4em;
		margin: 0 0 0.6em;
		line-height: 1.4em;
	}
	.top_title_wrap h2 {
		font-size: 1.1em;
		margin: 0 0 0;
		line-height: 1.0em;
	}
	.top_title_wrap h3.title {
		font-size: 1.6em;
		line-height: 2;
		margin-bottom: 1em;
	}
	.top_title_wrap p.lead {
		font-size: 1.0em;
		margin: 0 0 0;
		text-align: left;
	}
}

@media print, screen and (min-width: 769px) {
	.top_title_wrap {
		padding: 70px 0 60px;
		text-align: center;
		background: #EAEAEA;
	}
	.top_title_wrap.second {
		background: none;
		padding-top: 40px;
	}
	.top_title_wrap .name {
		font-size: 48px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 16px;
		margin: 0 0 0;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 18px;
		margin: 0 0 0;
	}
	.top_title_wrap h3.title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.top_title_wrap p.lead {
		width: 860px;
		font-size: 13px;
		margin: 0 auto 0;
		line-height: 2.4em;
	}
}



/*=============================================
	
	1段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail01_wrap {
		background: #F7F7F7;
		padding: 3.6em 0;
	}
	#detail01_wrap .oricon_banner {
		width: 90%;
		margin: 0 auto;
	}
	#detail01_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail01_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail01_wrap ul.container li:last-child {
		margin: 0 auto 0;
	}
	#detail01_wrap ul.container li.pic01 {
		background: #FFF;
		padding: 1.6em 5%;
	}
	#detail01_wrap ul.container li.pic02 {
	}
	#detail01_wrap ul.container li.pic03 {
	}
}

@media print, screen and (min-width: 769px) {
	#detail01_wrap {
		background: #F7F7F7;
		padding: 60px 0;
	}
	#detail01_wrap .oricon_banner {
		width: 960px;
		margin: 0 auto;
	}
	#detail01_wrap ul.container {
		width: 100%;
		min-height: 636px;
	}
	#detail01_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail01_wrap ul.container li.pic01 {
		width: 426px;
		top: 0px;
		margin-left: -213px;
		background: #FFF;
		padding: 30px 30px;
	}
	#detail01_wrap ul.container li.pic02 {
		width: 520px;
		top: 266px;
		margin-left: -540px;
	}
	#detail01_wrap ul.container li.pic03 {
		width: 520px;
		top: 266px;
		margin-left: 24px;
	}
 
}


/*=============================================
	
	おすすめスポット 2段目
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail02_wrap {
		padding: 1.6em 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 1.2em;
		line-height: 2.2em;
		margin: 0 auto 1.8em;
	}
	
	#detail02_wrap ul {
		border-top: 1px dotted #333;
	}
	#detail02_wrap ul li {
		padding: 2.4em 0;
		border-bottom: 1px dotted #333;
	}
	#detail02_wrap ul li:last-child {
		border-bottom: none;
	}
	#detail02_wrap ul li .youtube {
		margin: 0 auto 2.0em;
	}
	#detail02_wrap ul li dl {
		
	}
	#detail02_wrap ul li dl dt {
		margin: 0 0 1.8em;
	}
	#detail02_wrap ul li dl dd {
		padding: 0 5% 0;
	}
	#detail02_wrap ul li dl dd p.katagaki {
		font-size: 1.0em;
		line-height: 1.0em;
		margin: 0 0 0.2em;
	}
	#detail02_wrap ul li dl dd h4 {
		font-size: 2.4em;
		margin: 0 0 0.6em;
	}
	#detail02_wrap ul li dl dd h5 {
		font-size: 1.6em;
		margin: 0 0 2.0em;
		color: #104B68;
	}
}

@media print, screen and (min-width: 769px) {
	#detail02_wrap {
		padding: 50px 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 40px;
	}

	#detail02_wrap ul {
		border-top: 1px dotted #333;
	}
	#detail02_wrap ul li {
		padding: 40px 40px 40px;
		border-bottom: 1px dotted #333;
	}
	#detail02_wrap ul li:last-child {
		border-bottom: none;
	}
	#detail02_wrap ul li .youtube {
		margin: 0 auto 30px;
	}
	#detail02_wrap ul li dl {
		
	}
	#detail02_wrap ul li dl dt {
		float: left;
		width: 400px;
	}
	#detail02_wrap ul li dl dd {
		float: right;
		width: 420px;
		padding: 30px 0 0;
	}
	#detail02_wrap ul li dl dd p.katagaki {
		font-size: 14px;
		line-height: 1.0em;
		margin: 0 0 4px;
	}
	#detail02_wrap ul li dl dd h4 {
		font-size: 32px;
		margin: 0 0 16px;
	}
	#detail02_wrap ul li dl dd h5 {
		font-size: 18px;
		margin: 0 0 30px;
		color: #104B68;
	}
}

/*=============================================
	
	3段目
	
==============================================*/

@media print, screen and (max-width: 768px) {
	#detail03_wrap {
		padding: 3.2em 0 0;
		background: #E9E9DF;
	}
	#detail03_wrap h4 {
		font-size: 1.6em;
		margin: 0 0 0.8em;
		text-align: center;
	}
	#detail03_wrap ul.two {
		text-align: center;
		margin: 0 0 2.4em;
	}
	#detail03_wrap ul.two li {
		margin: 0 0 0.8em;
	}
	#detail03_wrap ul.three {
		text-align: center;
		margin: 0 0 2.4em;
	}
	#detail03_wrap ul.three li {
		margin: 0 0 3.2em;
	}
	#detail03_wrap .imagecut {
		width: 100%;
	}

}

@media print, screen and (min-width: 769px) {
	#detail03_wrap {
		padding: 50px 0 0;
		background: #E9E9DF;
	}
	#detail03_wrap h4 {
		font-size: 20px;
		margin: 0 0 15px;
		text-align: center;
	}
	#detail03_wrap ul.two {
		text-align: center;
		margin: 0 0 40px;
	}
	#detail03_wrap ul.two li {
		display: inline-block;
		width: 300px;
		margin: 0 8px 0;
	}
	#detail03_wrap ul.three {
		text-align: center;
		margin: 0 0 40px;
	}
	#detail03_wrap ul.three li {
		display: inline-block;
		width: 300px;
		margin: 0 8px 0;
	}
	#detail03_wrap .imagecut {
		width: 100%;
	}
}

/*=============================================
	
	アコーディオン
	
==============================================*/

.accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2em;
  font-size: 1.0em;
  font-weight: normal;
  color: #104B68;
  cursor: pointer;
}

.accordion-title:hover,
.accordion-title:active,
.content-entry.open .accordion-title {
}

.accordion-title:hover i:before,
.accordion-title:hover i:active,
.content-entry.open i {
  color: white;
}

.accordion-title{
  position: relative;
}

.accordion-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #104B68;
  border-right: solid 1px #104B68;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 1.8em 0 0;
}
.accordion-content span {
	font-size: 1.2em;
	font-weight: 600;
}

@media print, screen and (max-width: 768px) {
	.accordion-title {
		font-size: 1.2em;
	}
}

@media print, screen and (min-width: 769px) {

}

/*=============================================
	
	下層ページ用フェア誘導 枠
	
==============================================*/
.fair_link_image {
	background-image: url(/img/hospitality/fair_link_img01_sp.jpg);
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.fair_link_image {
		background-image: url(/img/hospitality/fair_link_img01.jpg);
	}
}



/*=============================================
	
	ポイント枠
	
==============================================*/
.point_wrap {
	padding: 3em 0;
	background-color: #f7f5e9;
}
.point_wrap .col {

}
.point_wrap .col .box {
	margin-bottom: 2.5em;
}
.point_wrap .col .box:last-of-type {
	margin-bottom: 0;
}

.point_wrap .col .box .img{
	margin-bottom: 1.5em;
}
.point_wrap .col .box .text{

}
.point_wrap .col .box .text .title {
	font-size: 1.6em;
	color: #b9af77;
	margin-bottom: 0.3em;
}
.point_wrap .col .box .text .body {

}

@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	
	.point_wrap {
		padding: 70px 0 50px;
	}
	.point_wrap .container {
		width: 80%;
		min-width: 960px;
		margin: 0 auto;
	}
	.point_wrap .col {
		display: flex;
		justify-content: space-between;
	}
	.point_wrap .col .box {
		margin-bottom: 0;
		width: 30%;
	}
	.point_wrap .col .box:last-of-type {
	}
	
	.point_wrap .col .box .img{
		margin-bottom: 20px;
	}
	.point_wrap .col .box .text{
	
	}
	.point_wrap .col .box .text .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.point_wrap .col .box .text .body {
		font-size: 13px;
	}
}



/*=============================================
	
	挙式後 枠
	
==============================================*/
.after {
	padding: 3em 0;
}
.after .col{

}
.after .col .img{
	margin-bottom: 1.5em;
}
.after .col .img img{
	border-radius: 20px;
}
.after .col .text{

}
.after .col .text .title{
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #be9b1b;
}
.after .col .text .body{
	margin-bottom: 1.5em;
}
.after .col .text .btn{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.after .col .text .btn a {
	display: block;
	padding: 1em 1.5em;
	background-color: #be9b1b;
	color: #FFF;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.after {
		padding: 50px 0;
	}
	.after .col{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.after .col .img{
		margin-bottom: 0;
		width: 35%;
	}
	.after .col .img img{
		border-radius: 10px;
	}
	.after .col .text{
		width: 60%;
	}
	.after .col .text .title{
		font-size: 24px;
		margin-bottom: 15px;
		color: #be9b1b;
	}
	.after .col .text .body{
		font-size: 13px;
		margin-bottom: 30px;
	}
	.after .col .text .btn{
		width: 40%;
		margin: 0 auto 0 0;
		text-align: center;
	}
	.after .col .text .btn a {
	}

}
</pre></body></html>