@charset "utf-8";

/* Reset
---------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button, textarea {
	-webkit-appearance: none;
}

/* Setting-basic
---------------------------------------*/
body {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	color: #fff;
	background: #1a1a1a;
	line-height:1.5;
	font-size: 15px;
	-webkit-text-size-adjust:100%;
}

/* Text Module
---------------------------------------*/
p {
	margin: 0 0 20px;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #ffffff;
}
a:hover {
	color: #b5b5b5;
}
a:active,
a:focus {
	outline: none;
}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
.imgleft {
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}
.imgright {
	margin-left: 15px;
	margin-bottom: 20px;
	float: right;
}
.textbox {
	/zoom:1;
	overflow: hidden;
}
.clearfix {
	overflow: hidden;
	clear: both;
}

/* General Settings
---------------------------------------*/
.line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #434343;
}
.line2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #aaa;
}
.line3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

/* Margin Control */
.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mb120 { margin-bottom: 120px;}
.mt00 { margin-top: 0;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}

/* Padding Cntrol (段組用) */
.p00 { padding: 0;}
.p05 { padding: 5px;}
.p10 { padding: 10px;}
.p15 { padding: 15px;}
.p20 { padding: 20px;}
.p25 { padding: 25px;}
.p30 { padding: 30px;}
.p35 { padding: 35px;}
.p40 { padding: 40px;}
.p45 { padding: 45px;}
.p50 { padding: 50px;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text70 { font-size: 70%;}
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_fff { color: #fff;}
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_red { color: #ff5053;}
.c_blue { color: #5ea9ff;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

/* Table Module
---------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #5b5b5b;
	border-left: 1px solid #5b5b5b;
	border-collapse: collapse;
	border-spacing: 0;
	background: #000000;
	vertical-align: baseline;
}
td,th {
	padding: 10px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-right: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
	vertical-align: middle;
}
th {
	font-weight: normal;
	background: #272727;
}
th.need:before {
	content:"必須";
	margin: 0 10px 0 0;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	background: #f00;
	border-radius: 5px;
}
th.any:before {
	content:"任意";
	margin: 0 10px 0 0;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	background: #999;
	border-radius: 5px;
}
thead th {
	padding: 5px 10px;
	color: #fff;
	background: #616161;
}
.ticket_price01 {
	background: #222eff;
}
.ticket_price02 {
	background: #ff5053;
}

/* Forms Module
---------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 0.6em;
	background: #f7f7f7;
}
select {
	margin-bottom: 10px;
	font-size: 100%;
}
option {
	padding: 4px;
	background: #fff;
}

/* Slide Menu
---------------------------------------*/
.head_sp {
	width:100%;
	position:fixed;
	left:0; top:0;
	z-index:999;
}
.head_sp span {
	position:absolute;
	right:20px;
	top:17px;
	background:url(../images/common/btn_menu.png) no-repeat center center;
	background-size:52px 52px;
	width:52px;
	height:52px;
	text-indent:-99999px;
	cursor:pointer;
}
#slidemenu {
	display:block;
	background: #fff url(../images/common/side_bg.jpg) repeat-y center center;
}
#slidemenu .global_sp .sb-close {
	background:url(../images/common/menu_close.png) 94% 20px no-repeat;
	background-size:auto 30%;
	border-bottom:none;
	height:60px;
	text-indent:-99999px;
}
#slidemenu .global_sp li {
	border-top: 1px solid #cbcbcb;
	line-height: 1.2;
}
#slidemenu .global_sp li:last-child {
	margin-bottom: 30px;
	border-bottom: 1px solid #cbcbcb;
}
#slidemenu .global_sp li a {
	display:block;
	padding: 15px 0 15px 20px;
	color:#333;
	text-decoration: none;
}
#slidemenu .global_sp li a:hover {
	background: #fff;
	opacity: 0.7;
}
.sns_nav {
	overflow: hidden;
	padding-left: 20px;
	list-style: none;
}
.sns_nav li {
	float: left;
	margin-right: 8px;
	width: 50px;
}
#sb-site {
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}


/* layout-top
---------------------------------------*/
.w960 {
	margin: 0 auto;
	max-width: 960px;
}
.wrap {
	position: relative;
	z-index: 102;
	overflow: hidden;
	margin: 0 33px;
}

.area_header_sp {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 85px;
	border-top: 4px solid #222eff;
	background: #000000;
}
.header_l {
	float: left;
	padding: 15px 0 0;
}
.header_l img {
	position: relative;
	left: 40px;
	float: left;
	width: 340px;
}
.header_r {
	padding: 0 0 0;
	position: relative;
	right: 85px;
	top: 20px;
	float: right;
	border-right: 1px solid #6b6b6b;
}
.header_r a {
	display: inline-block;
	padding: 8px 18px 8px 0;
	font-size: 13px;
}

.mainimg {
	position: relative;
	z-index: 100;
	width: 100%;
	text-align: center;
}

.mainimg_info_wrap {
	position: relative;
	margin-top: -60%;
	margin-bottom: 30px;
	z-index: 101;
	width: 100%;
}
.mainimg_info {
	margin: 0 20px;
	padding-top: 20px;
	border-top: 5px solid #aba57d;
	background: rgba(0,0,0,0.7);
}
.mainimg_info p {
	margin: 0;
	color: #fff;
	line-height: 1.5;
}
.mainimg_info span {
	font-size: 140%;
}
.mainimg_info li {
	float: left;
	width: 49%;
}
.mainimg_info li:last-child {
	float: right;
	width: 50%;
}
.mainimg_info ul {
	overflow: hidden;
}
.mainimg_info li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	font-size: 130%;
	background: #222eff;
	border-top: 2px solid #4c55ff;
}

.ttl01 {
	margin: 0 0 25px;
	font-size: 200%;
	color: #aba57d;
	text-align: center;
}
.ttl_line {
	display: block;
	overflow: hidden;
	margin: 20px auto 0;
	width: 50px;
	border-bottom: 1px solid #aba57d;
}

.area_gallery {
	position: relative;
	z-index: 102;
	margin-bottom: 60px;
}
.area_gallery li a {
	display: block;
	border: 5px solid #aba57d;
}

.pm_timetable dt {
	margin: 0 0 5px;
}
.pm_timetable span {
	font-size: 140%;
}
.pm_timetable dd,
.area_box01 {
	margin: 0 0 12px;
	padding: 5px 0;
	text-align: center;
	font-size: 120%;
	border: 1px solid #aba57d;
	background: #000;
}

.pm_timetable dd br,
.area_box01 br {
	display: none;
}

.area_left {
	overflow: hidden;
	float: left;
	width: 48%;
}
.area_right {
	float: right;
	width: 48%;
}
#index .area_left,
#index .area_right {
	background: #fff;
}

.ttl_facebook {
	margin: 0;
	padding: 4px 0;
	text-align: center;
	background: #3b5598;
}
.ttl_twitter {
	margin: 0;
	padding: 4px 0;
	text-align: center;
	background: #209df4;
}
.ttl_instagram {
	margin: 0;
	padding: 4px 0;
	text-align: center;
	background: #af00f2;
}
footer {
	font-size: 90%;
	line-height: 1.5;
	background: #222eff;
}

a.foote_btn {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-size: 120%;
	border: 1px solid #fff;
}
.copyright {
	padding: 35px;
	text-align: center;
	background: #000;
}
.pagetop_btn {
	margin: -50px 0 20px;	 
}
.content_wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	background: url(../images/common/area_title_bg.jpg) no-repeat center top;
	background-size: contain;
}
.area_title_head {
	padding: 50px 0 60px;
	text-align: center;
}
.area_title_head h1 {
	font-size: 230%;
}
#map_canvas {
	width: 100%;
	height: 400px;
}
.area_hotel_data {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #434343;
}
.area_hotel_data:last-child {
	border: none;
}
.area_hotel_data_left {
	float: left;
	width: 23%;
}
.area_hotel_data_right {
	float: right;
	width: 74%;
}
.faq {
	overflow: hidden;
	width: 100%;
}
.faq dt {

}
.faq dd {
	font-size: 80%;
	margin-bottom: 15px;
	border-bottom: 1px dotted #434343;
}
.faq_a_box,
.faq dt p {
	/zoom:1;
	overflow: hidden;
}
.faq dt p {
	margin-bottom: 10px;
}
.faq_q,
.faq_a {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 0;
	width: 30px;
	text-align: center;
	border-radius: 5px;
}
.faq_q {
	background: #ff5053;
}
.faq_a {
	background: #222eff;
}

#instafeed {
	border: 1px solid #fff;
}
.area_instagram {
	margin-bottom: 30px;
	justify-content: space-between;
}
.area_instagram li {
	box-sizing: border-box;
	overflow: hidden;
	width: 25%;
	border: 1px solid #fff;
}
.area_instagram li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
}
.area_instagram li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-fit: cover;
	font-family: 'object-fit: contain;';
	transition: 0.1s ease-out;
}
.area_instagram li img:hover {
  transform: scale(1.05);
	opacity: 0.6;
}


/* colorbox
---------------------------------------*/
.area_colorbox p {
	color: #333;
	margin: 0;
}

/* parts
---------------------------------------*/
i.fa {
	margin-right: 5px;
}
a.btn01 {
	display: inline-block;
	padding: 15px 50px;
	color: #e5004f;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	border: 2px solid #e5004f;
	border-radius: 24px;
}
a:hover.btn01 {
	color: #fff;
	background: #e5004f;
}
a.btn02 {
	display: block;
	padding: 5px 0;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	border: 1px solid #aaa;
}
a:hover.btn02 {
	color: #fff;
	background: #e5004f;
	border: 1px solid #e5004f;
}
.btnlist {
	margin: 0;
	list-style: none;
}
.btnlist li {
	display: inline;
	margin: 0 3px 0 0;
}
ul.liststyle {
	list-style: disc;
}
ul.liststyle li {
	margin-bottom: 7px;
	margin-left: 20px;
}


dl.liststyle1 {
	overflow: hidden;
	width: 100%;
}
dl.liststyle1 dt {
	width: 14%;
	float: left;
	color: #1d89b6;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 6px;
}
dl.liststyle1 dd {
	width: 83%;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
dl.liststyle1 dd:last-child {
	margin: 0;
}
dl.liststyle2 {
	overflow: hidden;
	width: 100%;
}
dl.liststyle2 dt {
	width: 22%;
	float: left;
	color: #1d89b6;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 6px;
}
dl.liststyle2 dd {
	width: 75%;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #aaa;
}
dl.liststyle2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.badge_red {
	display: inline-block;
	padding: 5px 8px;
	color: #fff;
	font-size: 15px;
	background: #ff2c2c;
	border-radius: 15px;
}

.col2 li {
	width: 48%;
	float: left;
}
.col2 li:nth-child(even) {
	float: right;
}

/* Responsive
---------------------------------------*/

@media screen and (min-width: 1024px) {


}


@media screen and (min-width: 768px) and (max-width: 1024px) {

}


@media screen and (min-width: 480px) and (max-width: 767px) {

.head_sp span {
	right:15px;
	top:11px;
}
.area_header_sp {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 70px;
	border-top: 4px solid #222eff;
	background: #000000;
}
.header_l {
	float: left;
	padding: 15px 0 0;
}
.header_l img {
	position: relative;
	left: 20px;
	float: left;
	width: 250px;
}

.header_r {
	padding: 0 0 0;
	position: relative;
	right: 85px;
	top: 17px;
	float: right;
	border-right: 1px solid #6b6b6b;
}
.header_r a {
	display: inline-block;
	padding: 6px 15px 6px 0;
	font-size: 12px;
}
.pm_timetable dd br,
.area_box01 br {
	display: block;
}

.area_title_head {
	padding: 30px 0;
	text-align: center;
}
.area_hotel_data_left {
	float: left;
	width: 33%;
}
.area_hotel_data_right {
	float: right;
	width: 62%;
}


}


@media screen and (min-width: 321px) and (max-width: 479px) {

.wrap {
	margin: 0 28px;
}
.ttl01 {
	font-size: 150%;
}
.ttl01 br {
	display: none;
}
.head_sp span {
	right:10px;
	top:11px;
}
.area_header_sp {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 70px;
	border-top: 4px solid #222eff;
	background: #000000;
}
.header_l {
	float: left;
	padding: 18px 0 0;
}
.header_l img {
	position: relative;
	left: 20px;
	float: left;
	width: 180px;
}
.header_r {
	padding: 0 0 0;
	position: relative;
	right: 55px;
	top: 17px;
	float: right;
}
.header_r a {
	display: inline-block;
	padding: 6px 13px 6px 0;
	font-size: 11px;
}
.mainimg_info p {
	font-size: 80%;
}
.area_left,
.area_right {
	float: none;
	width: 100%;
}
.pm_timetable dd br,
.area_box01 br {
	display: block;
}

.area_title_head {
	padding: 30px 0;
	text-align: center;
}
.area_title_head h1 {
	font-size: 180%;
}
.area_hotel_data_left {
	float: left;
	width: 30%;
}
.area_hotel_data_right {
	float: right;
	width: 65%;
}

}

@media screen and (max-width: 320px) {

.wrap {
	margin: 0 20px;
}
.ttl01 {
	font-size: 120%;
}
.ttl01 br {
	display: none;
}
.head_sp span {
	right:7px;
	top:11px;
}
.area_header_sp {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 70px;
	border-top: 4px solid #222eff;
	background: #000000;
}
.header_l {
	float: left;
	padding: 18px 0 0;
}
.header_l img {
	position: relative;
	left: 15px;
	float: left;
	width: 140px;
}
.header_r {
	padding: 0 0 0;
	position: relative;
	right: 55px;
	top: 17px;
	float: right;
}
.header_r a {
	display: inline-block;
	padding: 6px 11px 6px 0;
	font-size: 10px;
}
.mainimg_info p {
	font-size: 70%;
}
.area_left,
.area_right {
	float: none;
	width: 100%;
}
.pm_timetable dd br,
.area_box01 br {
	display: block;
}
a.foote_btn {
	font-size: 100%;
}

.area_title_head {
	padding: 30px 0;
	text-align: center;
}
.area_title_head h1 {
	font-size: 160%;
}

.area_hotel_data_left,
.area_hotel_data_right {
	float: none;
	width: 100%;
}
.area_hotel_data img {
	margin-bottom: 10px;
}

}
