@charset "utf-8";
#main .w1000 {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .h3 {
	margin-bottom: 11px;
	border-bottom: 1px solid #dedede;
}
#main .h3 h3 {
	float: none;
	font-size: 16px;
	border-bottom: none;
	padding: 10px 0 8px 57px;
	width: 100%;
}
#main .h3p {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.5;
}
#main .h3p.line {
	border-width: 2px;
	padding-left: 11px;
	font-size: 17px;
	line-height: 1.4;
}
#main .normal {
	font-size: 11px;
}
#main .h_ttl {
	text-align: center;
	font-size: 13px;
}
#main .f_left {
	float: none;
}
#main .f_right {
	float: none;
}
#main .block {
	padding: 0;
}
.red {
	color: #d82e37;
}
#main .link {
	display: block;
	margin-top: 8px;
}
#main .link a {
	color: #d82e37;
	font-size: 14px;
}
#main .link a.blank {
	display: inline-block;
	background: url(../img/service/ico_arrow01.png) no-repeat left center, url(../img/service/ico_blank.png) no-repeat right center;
	-webkit-background-size: auto 14px, auto 10px;
	background-size: auto 14px, auto 10px;
	padding: 0 16px 0 14px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_hd
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_hd {
	padding-top: 48px;
	height: auto;
	background-color: #fff;
}
#main_hd .h2p {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 1.0;
}
#main_hd h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: -18px 0 2px 0;
	font-size: 55px;
	line-height: 1.0;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	font-feature-settings : "palt";
}
#main_hd h2 span {
	font-size: 24px;
}
#main_hd .desc {
	margin-top: 30px;
	padding: 45px 0;
	font-size: 18px;
	background-color: #f5f5f5;
}
#main_hd .desc span {
	color: #d82e37;
	font-size: 15px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■point
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.point_style h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	display: block;
	padding: 10px 0;
	font-size: 22px;
	text-align: center;
	background-color: #d82e37;
	color: #fff;
	font-weight: bold;
}
.point_style dl {
	padding: 30px 0 20px;
}
.point_style dt {
	position: relative;
	padding: 14px 12px 12px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #d82e37;
	border-bottom: 1px solid #d82e37;
	background-color: #ffff;
}
.point_style dt::after {
	position: absolute;
	content: "";
	top: 20px;
	right: 12px;
	width: 18px;
	height: 10px;
}
.point_style dd {
	text-align: left;
	padding: 30px 10px;
}
.point_style dd p {
	display: inline-block;
	width: 410px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
}
.point_style dd .seat {
	display: block;
	margin: 1px 0 6px;
}
.point_style dd p.image {
	display: inline-block;
	width: 370px;
	margin: 0 20px 0 10px;
	border: 1px solid #dedede;
}
.point_style dd p.image img {
	width: 100%;
	height: auto;
}
.point_style dd p.image.two {
	display: block;
	width: auto;
	margin: 0 20px 0 10px;
	border: none;
	text-align: center;
}
.point_style dd p.image.two img {
	text-align: center;
	width: 370px;
	height: auto;
	border: 1px solid #dedede;
}
.point_style dd p.image img:first-child {
	margin-right: 10px;
}
.point_style dd p.image.two + p {
	padding-top: 10px;
	display: inline-block;
	width: auto;
	border: none;
}
.point_style .note {
	display:inline-block;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.point_style .eticket p.image:nth-of-type(3) {
	margin-top: 20px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#menu {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding:15px 0;
}
#menu p{
	width:calc(100% / 3 - 20px);
	max-width:200px;
	height:auto;
	max-height:300px;
	padding:10px 5px;
	border:1px solid #ccc;
	background-color:#fff;
	text-align: center;
}
#menu p img{ 
	width:100%;
	height:auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■app
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#app {
	padding: 32px 0 40px;
	background-color: #dedede;
	text-align: center;
}
#app h2 {
	display: inline-block;
	margin-bottom: 12px;
	padding: 0 27px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	background: url(../img/service/point02_l.png) no-repeat left center, url(\../img/service/point02_r.png) no-repeat right center;
	-webkit-background-size: auto 34px;
	background-size: auto 34px;
	font-size: 22px;
	color: #d82e37;
	font-weight: bold;
}
#app p {
	padding: 0 27px!important;
	text-align: left;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
	#main .w1000 {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main .h3 p.tag {
		float: left;
	}
	#main .h_ttl {
		text-align: center;
		line-height: 1.4;
		background: #d82e37;
		font-size: 17px;
		color: #fff;
		padding: 5px;
	}
	#main .kome li {
		text-indent: -1em;
		padding-left: 1em;
	}
	#main .box {
		border: 1px solid #dedede;
		overflow: hidden;
		background: #fff;
	}
	#main .f_left {
		float: left;
	}
	#main .f_right {
		float: right;
	}
	#main .link a {
		font-size: 12px;
	}
	#main .link a.blank {
		display: inline;
		background: url(../../img/service/ico_arrow01.png) no-repeat left center, url(../../img/service/ico_blank.png) no-repeat right center;
		-webkit-background-size: auto 8px, auto 8px;
		background-size: auto 8px, auto 8px;
		padding: 0 14px;
		word-wrap: break-word;
	}
	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■hd
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	#main_hd {
		padding-top: 28px;
		height: auto;
		background-color: #fff;
	}
	#main_hd .h2p {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
		margin-bottom: 15px;
		font-size: 15px;
		text-align: center;
		line-height: 1.0;
	}
	#main_hd h2 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
		text-align: center;
		font-size: 34px;
		line-height: 1.0;
		margin: -7px 0 2px 0;
		font-weight: bold;
		font-feature-settings : "palt";
		letter-spacing: 2px;
	}
	#main_hd h2 span {
		font-size: 18px;
	}
	#main_hd .desc {
		margin-top: 20px;
		padding: 25px 0;
		font-size: 14px;
		line-height: 1.5;
		background-color: #f5f5f5;
	}
	#main_hd .desc span {
		color: #d82e37;
		font-size: 13px;
	}
	#main_hd .h2p {
		text-align: center;
		margin-bottom: 10px;
	}
	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■point
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.point_style {
		margin-bottom: 35px;
	}
	.point_style .w1000 {
		padding: 0;
	}
	.point_style h2 {
		display: block;
		padding: 10px 0;
		font-size: 14px;
		text-align: center;
		background-color: #d82e37;
		color: #fff;
	}
	.point_style dl {
		padding: 0;
		border-bottom: 1px solid #d82e37;
	}
	.point_style dt {
		position: relative;
		padding: 10px 12px;
		font-size: 15px;
		font-weight: bold;
		color: #000;
		border-bottom: none;
	}
	.point_style .dt2 {
		padding-left: 32px;
		text-indent: -20px;
	}
	.point_style dt::after {
		content: '';
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		left: 92%;
		top: 43%;
		background: url(../../mytrip/img/ico_arrow05r.png) no-repeat;
		background-size: 13px auto;
	}
	.point_style dd {
		position: relative;
		text-align: left;
		padding: 15px;
		background-color: #f5f5f5;
	}
	.point_style dd div {
		padding: 15px 10px;
		width: auto;
		background-color: #fff;
		border: 1px solid #dedede;
		font-size: 13px;
		line-height: 1.55;
	}
	.point_style dd::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		left: 46%;
		top: -1px;
		border-right: 9px solid transparent;
		border-top: 9px solid #fff;
		border-left: 9px solid transparent;
		z-index: 2;
	}
	.point_style dd p {
		width: auto;
		font-size: 13px;
		line-height: 1.55;
		word-break: break-all;
	}
	.point_style dd p.image {
		margin: 0 0 8px;
		padding-bottom: 0;
		width: auto;
		border: 1px solid #f5f5f5;
	}
	.point_style dd p.image.two {
		display: inline-block;
		width: auto;
		margin: 0;
		border: none;
		text-align: center;
	}
	.point_style dd p.image.two img {
		width: 100%;
	}
	.point_style dd p.image img:first-child{
		margin-right: 0;	
	}
	.point_style dd p.image.two + p{
		padding-top: 10px;
	}
	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■menu
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	#menu {
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
		background-color:#f5f5f5;
		padding:15px 0;
	}
	#menu p{
		width:calc(100% / 3 - 20px);
		max-width:120px;
		height:auto;
		max-height:120px;
		padding:10px 5px;
		border:1px solid #ccc;
		background-color:#fff;
		text-align: center;
	}
	#menu p img{ 
		width:100%;
		height:auto;
	}
	
	
	/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	　■app
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	#app {
		padding: 24px 0;
		background-color: #dedede;
		text-align: center;
	}
	#app h2 {
		display: inline-block;
		margin: 0 12px 10px;
		padding: 0 27px;
		font-size: 14px;
		line-height: 1.5;
		color: #d82e37;
		font-weight: bold;
	}
	#app p {
		padding: 0 22px!important;
		font-size: 13px;
		line-height: 1.55;
	}
	
}