@charset "UTF-8";

/* **********************************************************************
 *
 *       Title:   ハイランドリゾート
 *       Updated: 2019.07.01
 *
 ********************************************************************** */

ol.breadcrumb {
	padding-right: 160px;
	box-sizing: border-box;
}

#content {
	width: 100%;
	font-size: 100%;
	color: #000;
	line-height: 1.8;
	text-align: left;
	background: url(../_img/bg01.jpg) center top;
	padding: 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#content .breadcrumbs {
	float: left;
	width: 500px;
	margin: 0 0 13px;
	font-size: 10px;
}
#content .breadcrumbs ul{
	margin: 4px 0 0;
}

.toggle_lang{
	position: absolute;
	top: -35px;
	right: 50%;
	margin-right: -540px;
}

#content .f_toggle_lang{
	padding: 20px 0;
	text-align: center;
	background: #e0d4b8;
}

.toggle_lang .btn_area {
	float: right;
}

.toggle_lang .btn_area,
#content .f_toggle_lang .btn_area {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(../_img/ico_lang.png) no-repeat left center;
	background-size: 15px auto;
}

.toggle_lang .btn_area a,
#content .f_toggle_lang .btn_area a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px 5px 10px;
	color: #fff !important;
	text-decoration: none;
	line-height: 1;
	background: #333 url(../_img/arw.png) no-repeat 90% center;
	background-size: 5px auto;
	border-radius: 5px;
}

#content img {
	max-width: 100%;
	height: auto;
}

.main_txt {
	max-width: 1356px;
	margin: -76px auto 15px;
	position: relative;
}

@media all and (max-width: 1400px) {
	.main_txt {
		margin-top: -5%;
	}
}

.main_txt .copy {
	position: absolute;
	bottom: 8%;
	left: 22.5%;
	line-height: 0;
}

.main_block .main_lead01 {
	width: 960px;
	margin: 0 auto 25px;
	text-align: center;
	position: relative;
}

.main_block .main_lead01:before {
	content: '';
	position: absolute;
	top: -85px;
	right: -130px;
	z-index: -1;
	width: 206px;
	height: 98px;
	background: url(../_img/img_cloud01.png) no-repeat 0 0;
}

.main_block .main_lead01:after {
	content: '';
	position: absolute;
	top: 5px;
	left: -266px;
	z-index: -1;
	width: 265px;
	height: 167px;
	background: url(../_img/img_cloud02.png) no-repeat 0 0;
}

.main_block .main_lead02 {
	width: 960px;
	margin: 15px auto 50px;
	text-align: center;
	position: relative;
}

.main_block .main_lead02:before {
	content: '';
	position: absolute;
	top: -48px;
	right: -282px;
	z-index: -1;
	width: 330px;
	height: 137px;
	background: url(../_img/img_cloud03.png) no-repeat 0 0;
}

.main_block .room_tit {
	margin-right: 30px;
}

.main_block .pagenav {
	width: 960px;
	margin: 0 auto 26px;
	position: relative;
	left: -3px;
}

.main_block .pagenav li {
	float: left;
	width: 231px;
	margin: 0 0 0 12px;
}

.main_block .pagenav li:first-child {
	margin: 0;
}

.main_block .pagenav li a {
	display: block;
	width: 231px;
	height: 160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.main_block .pagenav li.nav01 a {
	background: url(../_img/nav01_off.png) no-repeat 0 0;
}

.main_block .pagenav li.nav01 a:hover {
	background-image: url(../_img/nav01_on.png);
}

.main_block .pagenav li.nav02 a {
	background: url(../_img/nav02_off.png) no-repeat 0 0;
}

.main_block .pagenav li.nav02 a:hover {
	background-image: url(../_img/nav02_on.png);
}

.main_block .pagenav li.nav03 a {
	background: url(../_img/nav03_off.png) no-repeat 0 0;
}

.main_block .pagenav li.nav03 a:hover {
	background-image: url(../_img/nav03_on.png);
}

.main_block .pagenav li.nav04 a {
	background: url(../_img/nav04_off.png) no-repeat 0 0;
}

.main_block .pagenav li.nav04 a:hover {
	background-image: url(../_img/nav04_on.png);
}

h2 {
	padding: 20px 0;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	font-size: 185%;
	font-weight: bold;
	text-align: center;
	background: url(../_img/bg02.jpg) center top;
	line-height: 1.2;
}


h2>span{
	font-size: 54%;
	line-height:1.4;
}


/* feature */

.feature01 {
    position: relative;
	text-align: center;
	background: url(../_img/bg03.jpg) center top;
}

.feature02 {
    position: relative;
	text-align: center;
	background: url(../_img/bg04.jpg) center top;
}

.feature01 .inner {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 140px;
	position: relative;
	z-index: 0;
}

.feature02 .inner {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 53px;
	position: relative;
	z-index: 0;
}

.feature01::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 100px;
    width: 637px;
    height: 290px;
    background: url(../_img/img_feature01_cloud03.png) no-repeat 0 0;
}

.feature01 .inner:before {
    content: '';
    position: absolute;
    top: 133px;
    left: -171px;
    z-index: -1;
    width: 298px;
    height: 188px;
    background: url(../_img/img_feature01_cloud01.png) no-repeat 0 0;
}

.feature01 .inner:after {
    content: '';
    position: absolute;
    top: 499px;
    right: -239px;
    z-index: -1;
    width: 292px;
    height: 121px;
    background: url(../_img/img_feature01_cloud02.png) no-repeat 0 0;
}

.feature02::before {
    content: '';
    position: absolute;
    top: 635px;
    right: 200px;
    width: 637px;
    height: 290px;
    background: url(../_img/img_feature02_cloud03.png) no-repeat 0 0;
}

.feature02 .inner:before {
	content: '';
	position: absolute;
	top: 120px;
	right: -249px;
	z-index: -1;
	width: 280px;
	height: 133px;
	background: url(../_img/img_feature02_cloud01.png) no-repeat 0 0;
}

.feature02 .inner:after {
	content: '';
	position: absolute;
	top: 255px;
	left: -256px;
	z-index: -1;
	width: 309px;
	height: 128px;
	background: url(../_img/img_feature02_cloud02.png) no-repeat 0 0;
}

.feature01 .inner h3,
.feature02 .inner h3{
	margin: 0 0 20px;
}

.slider button,
.thumb li{
    outline: none;
}

.slider_wrap .slider{
    display: none;
}
.slider_wrap .slider.slick-slider{
    display: block;
}
.slider_wrap .thumb{
    display: none;
}
.slider_wrap .thumb.slick-slider{
    display: block;
}

.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin: -25px 0 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../_img/btn_prev.png) 0 0 no-repeat;
    border: none;
    z-index: 2;
}
.slick-prev{
    left: 15px;
}
.slick-next{
    right: 15px;
    background: url(../_img/btn_next.png) 0 0 no-repeat;
}

.feature01 .inner .slider{
    width: 782px;
    margin: 25px 0 0;
    border: 4px solid #fff;
}
.feature01 .inner .thumb{
    width: 782px;
    margin: 40px 0 0;
}

.feature01 .inner .thumb .slick-slide{
    width: 100px!important;
    margin-left: 20px;
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feature01 .inner .thumb .slick-slide:first-child{
    margin-left: 0;
}
.feature01 .inner .thumb .slick-slide.slick-current{
    border: 4px solid #c90e00;
}
.feature01 .inner .thumb .slick-slide img{
    width: 100%;
}

.feature01 .inner p.img04 {
	position: absolute;
	bottom: 40px;
	right: 30px;
    z-index: 3;
}

.feature01 .inner p.img05 {
	position: absolute;
	top: 230px;
	right: -53px;
    z-index: 2;
}
.feature02 .inner .slider_sasuke{
    width: 782px;
    margin: 25px 0 0 178px;
    border: 4px solid #fff;
}
.feature02 .inner .slider_sasuke button{
    outline: none;
}

.feature02 .inner .thumb_sasuke{
    width: 782px;
    margin: 40px 0 110px 380px;
}

.feature02 .inner .thumb_sasuke .slick-slide{
    width: 100px!important;
    margin-left: 20px;
    border: 4px solid #fff;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feature02 .inner .thumb_sasuke .slick-slide:first-child{
    margin-left: 0;
}
.feature02 .inner .thumb_sasuke .slick-slide.slick-current{
    border: 4px solid #1f0e6c;
}
.feature02 .inner .thumb_sasuke .slick-slide img{
    width: 100%;
}
.feature02 .inner .img02{
    position: absolute;
    bottom:290px;
    left: 0;
    z-index: 3;
}
.feature02 .inner .img03 {
	position: absolute;
	top: 180px;
	left: -60px;
    z-index: 2;
}

/* goods */

.goods {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 70px;
	position: relative;
	z-index: 0;
}

.goods:before {
	content: '';
	position: absolute;
	top: 343px;
	left: -181px;
	z-index: -1;
	width: 265px;
	height: 167px;
	background: url(../_img/img_cloud02.png) no-repeat 0 0;
}

.goods:after {
	content: '';
	position: absolute;
	bottom: 405px;
	right: -160px;
	z-index: -1;
	width: 330px;
	height: 137px;
	background: url(../_img/img_cloud03.png) no-repeat 0 0;
}

.goods_txt {
	position: relative;
}

.goods_txt span {
	position: absolute;
	top:-34px;
	right: 50%;
}

.goods_txt span img {
	margin-right: 8px;
}

.goods .tab_item {
	width:300px;
	float:left;
	margin: 0 10px 0 10px;
	padding:20px 0;
	border:#cdc4b4 2px solid;
	border-bottom:none;
	text-align:center;
	box-sizing: border-box;
	line-height:1;
	font-size: 125%;
	font-weight:bold;
	background:#f9f3e7;
	color:#8b6f34;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}

.goods .tab_item:hover {
  opacity: 0.75;
}

.goods .tab_item span {
	font-size: 80%;
	padding:0 0 0 20px;
}

.goods input[name="tab_item"] {
  display: none;
}

.series_box {
  display: none;
}
.goods #vol01:checked ~ #vol01_content,
.goods #vol02:checked ~ #vol02_content,
.goods #vol03:checked ~ #vol03_content {
  display: block;
}
.goods input:checked + .tab_item {
  background-color: #9f895a;
  color: #fff;
}

.goods .series_box {
	margin: 0px 0 100px;
	padding:40px 58px 50px;
	border:#cdc4b4 2px solid;
	box-sizing: border-box;
	clear: both;
	/*overflow: hidden;*/
}

.goods .series_box h3 {
	font-size:190%;
	font-weight:bold;
	text-align:center;
	line-height:1;
	margin:0 0 50px;
}

.goods .series_box#vol03_content h3 {
	margin:0 0 10px;
}

.goods .series_box h3 span {
	color:#c90f01;
}

.goods .series_box .lead {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.goods .series_box .lead span {
	color:#c90f01;
}

.goods .series_box .lead em {
	display: inline-block;
	padding: 0 7px;
	font-weight: bold;
	font-style: normal;
	color:#fff;
	background: #c90f01;
	line-height: 1.6;
}

.goods .series_box .notes {
	margin: 0 0 50px;
	font-weight: bold;
	font-size: 88%;
	text-align: right;
}

.goods .series_box .list {
	margin: 25px 0 0;
	position: relative;
}

.goods .series_box .list ul {
	width: 840px;
}

.goods .series_box .list ul li {
	float: left;
	width: 400px;
	margin: 0 40px 45px 0;
	position: relative;
}
.goods .series_box .list ul li:nth-child(even) {
	margin: 0 0 25px 0;
}

.goods .series_box .list ul li span{
	display: block;
	width:300px;
	padding:2px 0;
	background:#e82f0c;
	background:linear-gradient(to right,#f9b900, #e50400);
	color:#fff;
	text-align:center;
	position: absolute;
	top: -22px;
	left: 50px;
}

#vol02_content .list ul li span{
	background:linear-gradient(to right,#938ac9, #1f0e6c);
}

#vol03_content .list ul li span{
	background:linear-gradient(to right,#f096a6, #b01f24);
}

.goods .series_box .list ul li.img{
	position: relative;
	min-height:280px;
}

#content .goods .series_box .list ul li.img img{
	max-width:420px;
	display:block;
	margin: 0;
	position: absolute;
	bottom: -10px;
	right: -30px;
	z-index:100;
}

.goods .series_box#vol03_content .list ul li.img {
	position: absolute;
	bottom: -220px;
	right: -180px;
	width: 212px;
}

.goods .series_box#vol03_content .list ul li.img img {
	position: static;
	max-width: 100%;
}

.goods .series_box .caution {
	width: 840px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px 29px;
	border: 1px solid #333;
	background: #e6dbb9;
}

.goods .series_box .caution span {
	font-size: 125%;
	font-weight:bold;
}

.goods .more {
	position: relative;
	margin:0 0 100px;
}

.goods .more .img {
	text-align: right;
}

.goods .more .txt {
	position: absolute;
	top: -54px;
	left: -49px;
}

.goods .cake {
	background:#f6f0de;
	position: relative;
	padding:30px;
	width:840px;
	margin:0 auto;
}

.goods .cake h4 {
	position:absolute;
	top:-30px;
	left:-40px;
}
.goods .cake .cloud {
	position:absolute;
	bottom:-30px;
	right:-60px;
}

.goods .cake .left {
	float:left;
	width:420px;
	padding:92px 0 0;
}

.goods .cake .left table {
	width: 100%;
	margin: 0 0 5px;
	border-bottom: 1px solid #cdc4b4;
	border-right: 1px solid #cdc4b4;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color:#333;
}

.goods .cake .left table tr th {
	padding: 6px;
	border-top: 1px solid #cdc4b4;
	border-left: 1px solid #cdc4b4;
	background: #9f895a;
	color:#fff;
}

.goods .cake .left table tr td {
	width: 20%;
	padding: 6px;
	border-top: 1px solid #cdc4b4;
	border-left: 1px solid #cdc4b4;
	background: #fff;
}

.goods .cake .left p {
	font-size: 70%;
	color: #c20000;
}

.goods .cake .right {
	float:right;
	width:390px;
}


/* detail */

.detail {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 0;
}

.detail:before {
	content: '';
	position: absolute;
	top: 258px;
	left: -185px;
	z-index: -1;
	width: 309px;
	height: 128px;
	background: url(../_img/img_cloud04.png) no-repeat 0 0;
}

.detail:after {
	content: '';
	position: absolute;
	bottom: 206px;
	right: -271px;
	z-index: -1;
	width: 319px;
	height: 201px;
	background: url(../_img/img_cloud05.png) no-repeat 0 0;
}

.detail h3 {
	margin: 0 0 15px;
	padding: 5px 15px 3px;
	border-bottom: 3px solid #c20000;
	border-radius: 5px 5px 0 0;
	font-size: 112.5%;
	font-weight: normal;
	color: #fff;
	background: #708148;
}

.detail .gr_photo {
	overflow: hidden;
	margin: 0 0 30px;
}

.detail .gr_photo ul {
	width: 930px;
}

.detail .gr_photo li {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.detail .gr_info_2col {
	margin: 0 0 30px;
}

.detail .gr_info_2col li {
	float: left;
	width: 280px;
}

.detail .gr_info_2col li.wide {
	width: 590px;
	margin-right: 30px;
}

.detail .madori {
	margin: 0 0 10px;
}

.detail .caution {
	font-size: 75%;
	padding: 0 0 0 1em;
	text-indent:-1em;
}

.detail .gr_info_2col li.wide p {
	font-size: 62.5%;
}

.detail .caution span {
	color: #e60012;
}

.detail .gr_info_2col table.tbr {
	border-top: 1px solid #cdc4b4;
	border-left: 1px solid #cdc4b4;
}

.detail .gr_info_2col table.tbr th {
	border-right: 1px solid #cdc4b4;
	border-bottom: 1px solid #cdc4b4;
	background:#9f895a;
	font-size: 75%;
	color:#fff;
}

.detail .gr_info_2col table.tbr td {
	border-right: 1px solid #cdc4b4;
	border-bottom: 1px solid #cdc4b4;
	font-size: 75%;
	background:#fff;
}

.detail .gr_info_3col {
	overflow: hidden;
	margin: 0 0 30px;
}

.detail .gr_info_3col ul {
	width: 930px;
}

.detail .gr_info_3col li {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.detail .gr_info_3col li ul {
	width: 275px;
	padding: 0 0 0 5px;
}

.detail .gr_info_3col li ul {
	font-size: 75%;
}

.detail .gr_info_3col li ul li {
	float: none;
	width: 265px;
	background: url(../../_img/arw_s.gif) 0 center no-repeat;
	padding: 0 0 0 7px;
}

.detail .work_logo {
	overflow: hidden;
	width: 658px;
	margin: 0 auto 10px;
}

.detail .work_logo li {
	float: left;
	margin-left: 44px;
}

.detail .work_logo li:first-child {
	margin-left: 0;
}

/* reserve */

.reserve {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 60px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.reserve:before {
	content: '';
	position: absolute;
	top: 235px;
	left: -187px;
	z-index: -1;
	width: 309px;
	height: 128px;
	background: url(../_img/img_cloud04.png) no-repeat 0 0;
}

.reserve:after {
	content: '';
	position: absolute;
	bottom: -18px;
	right: -142px;
	z-index: -1;
	width: 206px;
	height: 98px;
	background: url(../_img/img_cloud01.png) no-repeat 0 0;
}

.reserve h3 {
	margin: 0 0 5px;
}

.reserve .txt01 {
	margin: 0 0 10px;
	font-size: 125%;
	font-weight: bold;
	color: #e60012;
}

.reserve .txt02 {
	margin: 0 0 30px;
	display: inline-block;
	text-align: left;
}

.reserve .btn {
	width: 903px;
	margin: 0 0 80px;
}

.reserve .btn li {
	width: 433px;
	margin: 0 auto;
}

.reserve .txt03 {
	font-size: 81%;
}

.reserve .register_btn {
	overflow: hidden;
}

.reserve .register_btn li {
	float: left;
	margin-left: 20px;
}

.reserve .register_btn li:first-child {
	margin: 0;
}

/* other */

.other {
	background: url(../_img/bg_other01.gif) center top;
	position: relative;
}

.other .inner {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 20px;
	text-align: center;
}

.other .inner h3 {
	margin: 0 0 15px;
	display: inline-block;
	font-size: 125%;
	font-weight: normal;
	color: #fff;
	position: relative;
}

.other .inner h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -45px;
	margin: -14px 0 0;
	width: 29px;
	height: 27px;
	background: url(../_img/bg_other02.png) no-repeat 0 0;
}

.other .inner h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -45px;
	margin: -14px 0 0;
	width: 29px;
	height: 27px;
	background: url(../_img/bg_other02.png) no-repeat 0 0;
}

.other .inner ul li {
	float: left;
	width: 430px;
	margin: 0 0 0 40px;
}

.other .inner ul li:first-child {
	margin: 0;
}


/* モーダル
======================================================= */

.modal_block {
	width: 720px;
	margin: 0 auto;
	padding: 60px;
	background: #fff;
	text-align: left;
	position: relative;
}

.modal_block p span {
	color: #f92e2e;
}

.modal_block .tit {
	padding: 0 0 25px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.modal_block .tit .intit {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.modal_block .check {
	margin: 20px 0;
	text-align: center;
	background: #f7f5ed;
}

.modal_block .check label {
	display: block;
	padding: 20px 0;
}

.modal_block .check input {
	margin: 0 7px 0 0;
	vertical-align: middle;
}

.modal_block .btn {
	width: 100%;
	margin: 0 auto;
}

.modal_block .btn li {
	display:block;
	margin: 0 0 30px;
}

.modal_block .btn a {
	display:block;
	text-align:center;
	margin:0 auto;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-radius:5px;
}

.modal_block .btn a#btn,
.modal_block .btn a#btn_en {
	padding:18px 20px;
	width:400px;
	background:linear-gradient(#f24d4d,#e92323);
	font-size:124%;
}

.modal_block .btn a#close,
.modal_block .btn a#close_en {
	padding:10px 20px;
	width:200px;
	background:linear-gradient(#959392,#777472);
	font-size:108%;
}

.modal_block .btn a.disabled {
	cursor: not-allowed;
	opacity: 0.5 !important;
}


/* キャラクタールームのご予約方法
======================================================= */
.goto_block{
	width: 900px;
	margin: 0 auto 40px;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
	background:#004998;
	text-align:left;
}

.goto_block .goto_icon{
	width:200px;
	float:left;
}
.goto_block .goto_read{
	padding: 20px 20px 20px 0;
	width:680px;
	float:right;
	color:#fff;
}

.goto_block .goto_read h4{
	font-size: 108%; 
	color:#fff700;
	margin:0 0 10px;
}
.goto_block .goto_read .texts{
	font-size: 75%; 
}

.ind { text-indent:-1em;padding-left:1em;}

/* 予約ボタン
======================================================= */

.r_btn {
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 999;
}
