/* CSS Document */
* {
	padding: 0px;
	margin:0px;
	outline: none;
	/*widows: 1000;*/
}

body {
	width:100%;
	/*background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;*/
	}
	
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-size: 15px;
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
}

@media print {
  body {
    color: #000;
    -webkit-print-color-adjust: exact;
  }
}

.min{
	font-family:游明朝, YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:normal;
	/*font: 21px/1.3 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.min a {
	color:#000;
	}

.min a:hover {
	color:#949494;
	}


p{
	color:#000;
	line-height:180%;
	font-size:14px;
}
	
a img {
	border-style:none;
	} 

.flo_lef{
	float:left;
}

.flo_rig{
	float:right;
}

dt,dd{
	font-size:14px;
	line-height:180%;
}

.top_10m{
	margin-top:10px;
}

.top_20m{
	margin-top:20px;
}

.top_30m{
	margin-top:30px;
}

.top_40m{
	margin-top:40px;
}

.top_50m{
	margin-top:50px;
}


.bot_10m{
	margin-bottom:10px;
}

.bot_20m{
	margin-bottom:20px;
}

.bot_30m{
	margin-bottom:30px;
}

.bot_40m{
	margin-bottom:40px;
}

.bot_50m{
	margin-bottom:50px;
}

.cen{
	text-align:center;
}

#wrap{
	margin:0;
	padding:0;
	overflow:hidden;
	min-width:980px;
	}

@media screen and (max-width: 480px) {
#wrap{
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#fff;
	min-width:100%;
}
}

/* 画面ローディング */
#wrap {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* text
/* ==================================== */
small,
.small {
  font-size: 0.867em;
}

span {
  font-weight: inherit;
}

/* link
/* ==================================== */
a {
  color: #000;
  font-size:14px;
}

a:hover, a:active, a:focus {
  color: #41AEAE;
  text-decoration:none;
}

a:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* layout
/* ==================================== */
.centering {
  text-align: center;
}

@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* clearfix
/* ==================================== */
.clearfix:after,
.container:after,
.container_inner:after,
header:after,
footer:after,
article:after,
section:after,
article:after {
  content: " ";
  display: block;
  clear: both;
}

.clearfix{
	float:none;
	clear:both;
}


/* Media Queries
 ==================================== */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.hide{
    display: none;
  }

@media print, screen and (min-width: 481px) {
  .br_pc {
    display: block;
  }
  .hide_pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .br_sp {
    display: block;
  }
  .hide_sp {
    display: none;
  }
  
  .sp_buy{
	  width:100%;
	  margin:0 0 30px 0;
	}
	.sp_buy img{
	  width:100%;
	  display:block;
	}
	
	.sp_buy .input_btn{
	  width:100%;
	  display:block;
	}
}



/* Print
 ==================================== */
@media print {
  body {
    width: 1000px;
  }
  .noprint {
    display: none;
    visibility: hidden;
  }
}


/** header
===================================*/
#header{
	width:100%;
	height:81px;
	
}

.head_line{
	border-bottom:1px #909090 solid;	
}

#header .inner{
	width:980px;
	margin:0 auto;
}

#header .box_left{
	float:left;	
}

#header .box_rig{
	float:right;	
}


.h_logo{
	box-sizing: border-box;
	display: inline-block;
	width: 150px;
	padding: 10px 0;
}
.h_logo img{
	width: 150px;
}

@media screen and (max-width: 480px) {
#header{
	width:100%;
	height:67px;
	margin:0 auto;
	z-index: 999;
	box-shadow:0px -1px 39px -1px #8a8a8a;
-moz-box-shadow:0px -1px 39px -1px #8a8a8a;
-webkit-box-shadow:0px -1px 39px -1px #8a8a8a;
}

.head_line{
	border-bottom:none;	
}

ul.navi{
	margin:0 0 0 0;
	position:relative;
}

ul.navi .logo{
	text-align:center; display:block;
}

ul.navi .menu_btn{
position:absolute; top:5px; right:10px;
}
/*SP menu*/
#sp_menu {
	display: none;
	background: dvgsee(255,255,255,1);
	background:#C883D4;
	z-index:999;
}
#sp_menu ul {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
#sp_menu ul li {
	width: 50%;
	float: left;
	min-height: 54px;
	padding: 20px 5% 15px 7%;
	background: url(../images/menu_arrow.gif) no-repeat 5% center,  url(../images/dot.gif) no-repeat center bottom;
	background-size: 14px auto, 100% 2px;
	box-sizing: border-box;
}
#sp_menu li a {
	display: block;
}
#sp_menu li img {
	width: 80px;
	height: auto;
}
#sp_menu li:last-child {
	padding:15px 0 15px 7%;
	background: none;
	text-align: left;
}
#sp_menu li:last-child a {
	padding: 0 5px 0 0;
	display: inline;
}
#sp_menu li:last-child img {
	width: 20%;
}
}

/*ここから新ヘッダ*/
#top-head {
	height:81px;
  width: 100%;
  margin:0 auto 0;
  padding: 0px 0 0;
  line-height: 1;
  z-index: 999;
  border-bottom:1px #909090 solid;;
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
	width:980px;
	margin:0 auto;
}
/*#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
	margin-left:30px;
}*/
 
#top-head .logo a {
  position: absolute;
  width: 400px;
  height: 80px;
}

#top-head .logo a :hover{
	opacity:0.5;
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 14px;
	font-weight:bold;
	
}
#global-nav ul li {
    float: left;
    padding:0 30px;
   /* border-left: 1px solid #000;*/
}
#global-nav ul li a {
    padding:2px 18px 5px 5px;
    position: relative;
    display: inline-block;
	color:#8E0701;
	background:url(../img/bt_1.jpg) top right no-repeat;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#global-nav ul li a:hover{
	opacity:0.5;
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}
 
 
/*--------�Œ艻���ꂽ�Ƃ���CSS-----------*/
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    background: #fff;
    background: rgba(255,255,255,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}
 
#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
 
}
#top-head.fixed #global-nav ul li a {
    
    padding: 0 20px;
    padding-bottom: 10px;
}
 
 
 
/*-----------�X�}�z�̃g�O���{�^����CSS-------------*/
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:#666666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.box_rig {
    float: right;
} 
 
/*---------gnav sp--------------*/
@media screen and (max-width: 480px) {
    .head-inner {
      display: none;
    }
	
	
 
    .slick-next {
      right: 0;
    }
 
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		background:#fff;
    box-shadow: 0px -1px 39px -1px #8a8a8a;
    -moz-box-shadow: 0px -1px 39px -1px #8a8a8a;
    -webkit-box-shadow: 0px -1px 39px -1px #8a8a8a;
    }
	
	#top-head .inner {
    position: relative;
	width:100%;
	margin:0 auto;
}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
		background:#fff;
		    box-shadow: 0px -1px 39px -1px #8a8a8a;
    -moz-box-shadow: 0px -1px 39px -1px #8a8a8a;
    -webkit-box-shadow: 0px -1px 39px -1px #8a8a8a;

    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 65px;
        z-index: 999;
        position: relative;
    }
/*  #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        height: 50px;
        top: 0px;
        color: #333;
        font-size: 26px;
    }*/
	.logo_sp{
text-align: center;
    display: block;
	width:100%;
	padding:5px 0 0 0;}
	
	/*#top-head.fixed .logo img,
    #top-head .logo img{
		width:70%;
}*/
	
    #global-nav {
        position: absolute;
        top: -474px;
		right:0px;
        background: #666666;
        width: 100%;
		border:none;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 10px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0px;
		background:none;
    }
    #nav-toggle {
        display: block;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	
    .open #global-nav {
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
/** content
===================================*/
.boxcont{
	width:980px;
	margin:0 auto;
	padding:0 0 80px 0;
	text-align:left;
	clear:both;
	float:none;
	
	}
	
@media screen and (max-width: 480px) {
.boxcont{
	width:100%;
	margin:0 auto;	
	text-align:left;
	clear:both;
	float:none;
	
	}


}

.boxcont h2.top{
	text-align:center;
	margin:80px 0 40px 0;
	font-size:20px;
}

.boxcont h4{
	text-align:center;
	margin:0 0 10px 0;
	font-size:25px;
	color:#41AEAE;
	font-weight:normal;
}

@media screen and (max-width: 480px) {
	.boxcont h2.top{
	text-align:center;
	margin:40px auto 20px auto;
	font-size:15px;
	line-height:180%;
}	
}

.boxcont .txt_cen{
	text-align:center; font-size:14px; line-height:240%;
}

.boxcont .bold{
	font-weight:bold;
	font-size:16px;
	margin:5px 0 5px 0;
}

.boxcont .col_tit{
	font-size:19px;
	margin: 0 0 5px 0;
}

.boxcont .col_txt{
	font-size:14px;
}

.boxcont .main{
	margin: 0 auto;
	padding:0 0 0 0;
	background:url(../images/main.jpg) no-repeat center top;
	min-width: 950px;
    width: 100%;
    height: 960px;
    }
	
.boxcont .main{
	transform-origin:center top;
	animation:showopen 1s both;
}
@keyframes showopen {
	0% {
		transform:translate(0,2em);
		opacity:0;
	}
	
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

.boxcont .main .navi .navi_bg a:hover{
	color: #CCCACA;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}

.boxcont .main .inner {
    width: 950px;
    margin: 0 auto;
	float:none;
	clear:both;
    position: relative;
	padding:650px 0 0 0;
}


.boxcont .main .inner .tit{
	background:url(../images/main_tit.jpg) top center no-repeat;
	padding:120px 0 30px 0;
	border-bottom:1px #858382 solid;
}

.boxcont .main .inner .tit p{
	font-size:19px;
	line-height:200%;
}

ul{
	margin:0 0 0 0;
}

ul.navi_list{
	margin:0 0 0 0;
}
ul li{
	line-height:180%;
	font-size:14px;
}


.btn_detail{
    display: block;
	width:400px;
	height:25px;
    border: 1px solid #fff;
	background:none;
    text-align: center;
    padding: 10px 0 0 0;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
	margin:0 auto;
}

.btn_detail:hover{
	border: 1px solid #466393;
	background:#fff;
	color:#000;
	transition: 0.3s;
}

.box_bnr{
	width:960px;
	margin:50px auto 80px auto;	
}

.box_bnr img{
	margin-right:12px;
}

.box_bnr a:hover{
	opacity:0.5;
}

.notxt
{
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
	list-style:none;
	font-size:0px;
	*text-indent:-9999px; /* IE6 */
	}

.mice_tit{
	width:980px;
	height:50px;
	margin:0 auto;
	padding:30px 0 0 0;
	background:url(../img/mice_logo.png) 20px 10px no-repeat;
}

.mice_tit h2{
	text-align:center;
}

@media screen and (max-width: 480px) {
.box_bnr{
	width:100%;
	margin:50px auto 80px auto;	
}

.box_bnr img{
	margin-right:0;
}
.mice_tit{
	width:100%;
	height:50px;
	margin:0 auto;
	padding:30px 0 0 0;
	background:none;
}

.mice_tit h2{
	text-align:center;
}
	
}

ul.cont_menu{
	margin:0 auto;
	width:950px;
	height:54px;
}

ul.cont_menu li{
	float:left;
	margin:0 40px 0 40px;
}
	
/** top
===================================*/
.top_menu{
	width:980px;
	height:404px;
	background:url(../img/top/btn_bk.jpg) top left no-repeat;
	position:relative;
	margin:0 0 90px 0;	
}

.top_menu .btn_info{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/top/btn_info_off.png) top left no-repeat;
	position:absolute;
	top:204px;
	left:69px;
	
}

.top_menu .btn_info:hover{
	transition: 0.3s;
	background:url(../img/top/btn_info_on.png) top left no-repeat;
}

.top_menu .btn_employ{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/top/btn_employ_off.png) top left no-repeat;
	position:absolute;
	top:0px;
	left:283px;
	
}

.top_menu .btn_employ:hover{
	transition: 0.3s;
	background:url(../img/top/btn_employ_on.png) top left no-repeat;
}

.top_menu .btn_party{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s; 
	background:url(../img/top/btn_party_off.png) top left no-repeat;
	position:absolute;
	top:204px;
	left:497px;
	
}

.top_menu .btn_party:hover{
	transition: 0.3s;
	background:url(../img/top/btn_party_on.png) top left no-repeat;
}

.top_menu .btn_access{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/top/btn_access_off.png) top left no-repeat;
	position:absolute;
	top:0px;
	left:711px;
	
}

.top_menu .btn_access:hover{
	transition: 0.3s;
	background:url(../img/top/btn_access_on.png) top left no-repeat;
} 　

.top_menu_sp{
	width:100%;
}

.top_menu_sp img{
	margin:0 0 10px 0;
}

#slider{
	width:1200px;
	margin:0 auto;
}

@media screen and (max-width: 480px) {
	#slider{
	width:100%;
	margin:0 auto;
	padding:80px 0 0 0;
}
}

/** employ
===================================*/
dl.employ{
	margin:40px auto 0 auto;
	width:800px;
	
}
dl.employ dt{
	display:block;
	margin:0 0 10px 0;
	}
	
dl.employ dd{
	margin:0 0 30px 0;
}

@media screen and (max-width: 480px) {
dl.employ{
	margin:20px auto 0 auto;
	width:80%;
	
}
dl.employ dt{
	display:block;
	margin:0 0 10px 0;
	}
	
dl.employ dd{
	margin:0 0 30px 0;
}	
}

/** party
===================================*/
.party_menu{
	width:510px;
	height:220px;
	position:relative;
	margin:40px auto 10px auto;
	overflow:hidden;
}

.party_menu .btn_group{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/party/btn_group_off.png) top left no-repeat;
	float:left;
}

.party_menu .btn_group:hover{
	transition: 0.3s;
	background:url(../img/party/btn_group_on.png) top left no-repeat;
}

.party_menu .btn_sea{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/party/btn_sea_off.png) top left no-repeat;
	float:right;
}

.party_menu .btn_sea:hover{
	transition: 0.3s;
	background:url(../img/party/btn_sea_on.png) top left no-repeat;
}

@media screen and (max-width: 480px) {
	.party_menu{
	width:90%;
	height:50%;
	position:relative;
	margin:40px auto 40px auto;	
	overflow:hidden;
}

.party_menu .btn_group{
	display:block;
	width:45%;
	height:100%;
	transition: 0.3s;
	float:left;
	background:none;
}

.party_menu .btn_group:hover{
	transition: 0.3s;
}

.party_menu .btn_sea{
	display:block;
	width:45%;
	height:100%;
	transition: 0.3s;
	float:right;
	background:none;
}

.party_menu .btn_sea:hover{
	transition: 0.3s;
}
}

.party{
	float: none;
    clear: both;
    width: 880px;
    margin: 30px auto 0 auto;	
}

@media screen and (max-width: 480px) {
   .party{
	float: none;
    clear: both;
    width: 90%;
    margin: 30px auto 0 auto;	
}
}

.boxcont h4#group,
.boxcont #sea{
	padding-top:180px;
	margin:-180px 0 10px 0;
}

.group_box{
	float: none;
    clear: both;
	overflow:hidden;
	margin:40px auto 40px auto;
}

.group_box .photo{
	float:left;
	width:440px;
}

.group_box .menu_txt{
	float:left;
	width:400px;
}

.group_box .menu_txt .name{
	font-weight:bold;
	margin-bottom:5px;
}

@media screen and (max-width: 480px) {
	.group_box{
	float: none;
    clear: both;
	overflow:hidden;
	margin:20px auto 40px auto;
}

.group_box .photo{
	float:left;
	width:100%;
}

.group_box .menu_txt{
	float:left;
	width:100%;
}

.group_box .menu_txt .name{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	font-size:16px;	
}
}

/*#sea{
	margin:60px 0 10px 0;	
}
*/
.sea_txt{
	margin:30px 0 30px 0;
}

.sea_link{
	margin:0 auto 40px auto; display:block;
}

.sea_plan{
	overflow:hidden; width:820px; margin:0 auto;	
}

.sea_plan .menu{
	width:410px; float:left;
	margin:0 0 40px 0;
}

.sea_plan .menu .name{
	font-size:17px;

}

.sea_plan .menu .choice{
	padding:2px 5px 2px 5px; background:#41AEAE; color:#fff; width:120px;
}


.choice{
	margin: 30px auto 15px;
	text-align:center;
	padding:2px 5px 2px 5px; background:#41AEAE; color:#fff; width:200px;
}

.sea_plan_sub{
	width:740px;
	margin:0 auto 60px auto;
}

@media screen and (max-width: 480px) {
.sea_plan{
	overflow:hidden; width:95%; margin:0 auto;	
}

.sea_plan .menu{
	width:100%; float:none;
	margin:0 0 40px 0;
}

.sea_plan .menu .name{
	font-size:17px;

}

.sea_plan .menu .choice{
	padding:2px 5px 2px 5px; background:#41AEAE; color:#fff; width:120px;
}

.sea_plan_sub{
	width:95%;
}

}

.plan_drink{
	width:750px;
	margin:0 auto 50px auto;
}

.plan_drink th,
.plan_drink td{
	font-size:14px;
	padding:10px;
}

.plan_drink th{
	width:200px;
}

.plan_drink td{
	width:400px;
	height:50px;
	line-height:160%;
}

@media screen and (max-width: 480px) {
	.plan_drink{
	width:95%;
	margin:0 auto 50px auto;
}

.plan_drink th,
.plan_drink td{
	font-size:14px;
	padding:10px;
}

.plan_drink th{
	width:30%;
}

.plan_drink td{
	width:70%;
	height:50px;
	line-height:160%;
}
}

/** access
===================================*/
.access{
	float:none;
	clear:both;
	width:880px;
	margin:30px auto 0 auto;
}

@media screen and (max-width: 480px) {
	.access{
	float:none;
	clear:both;
	width:90%;
	margin:30px auto 0 auto;
}	
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.access_path{
	margin:30px 0 20px 0;
	font-size:14px;
	text-align:left;
    line-height: 180%;
	letter-spacing: 0.05em;
}

.access_path th{
	font-weight:100;
	width:70px;
	vertical-align:top;
}

@media screen and (max-width: 480px) {
.access_path{
	margin:30px 0 20px 0;
	font-size:11px;
	text-align:left;
    line-height: 180%;
	letter-spacing: 0.05em;
}

}
.bus{
	width:100%;
	font-size:18px;
	font-weight:100;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	margin:10px 0 15px 0;
	text-align:center;
	background:#008E89;
	}

.bus_ill{
	width:90px;
	margin:0 auto 20px auto;
	display:block;	
}

.jikoku{
	width:700px;
	margin:30px auto 80px auto;
}


@media screen and (max-width: 480px) {
	.jikoku{
	width:100%;
	margin:30px auto 30px auto;
}	
	.jikoku img{
		width:100%;		
}

	.jikoku p{
		font-size:11px;
	}
}

.access_map{
	width:701px;
	margin:30px auto 80px auto;
}


@media screen and (max-width: 480px) {
	.access_map{
	width:100%;
	margin:30px auto 30px auto;
}	
	.access_map img{
		width:100%;		
}

	.access_map p{
		font-size:11px;
	}
}

/** info
===================================*/
.info{
	float:none;
	clear:both;
	width:880px;
	margin:30px auto 0 auto;
}

.info_main_txt{
	text-align:center;
	
}

@media screen and (max-width: 480px) {
	.info_main_txt{
	text-align:left;
	width:90%;
	margin:0 auto;
	
}

}

.info_menu{
	width:600px;
	height:220px;
	position:relative;
	margin:40px auto 10px auto;
	overflow:hidden;
}

.info_menu .btn_party{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/info/btn_party_off.png) top left no-repeat;
	float:left;
}

.info_menu .btn_party:hover{
	transition: 0.3s;
	background:url(../img/info/btn_party_on.png) top left no-repeat;
}

.info_menu .btn_kannai{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/info/btn_kannai_off.png) top left no-repeat;
	float:left;
}

.info_menu .btn_kannai:hover{
	transition: 0.3s;
	background:url(../img/info/btn_kannai_on.png) top left no-repeat;
}

.info_menu .btn_okugai{
	display:block;
	width:200px;
	height:200px;
	transition: 0.3s;
	background:url(../img/info/btn_okugai_off.png) top left no-repeat;
	float:left;
}

.info_menu .btn_okugai:hover{
	transition: 0.3s;
	background:url(../img/info/btn_okugai_on.png) top left no-repeat;
}

@media screen and (max-width: 480px) {
	.info_menu{
	width:90%;
	height:50%;
	position:relative;
	margin:40px auto 40px auto;	
	overflow:hidden;
}

.info_menu .btn_party{
	display:block;
	width:30%;
	height:100%;
	transition: 0.3s;
	float:left;
	background:none;
	margin:0 0px 0 0;
}

.info_menu .btn_party:hover{
	transition: 0.3s;
}

.info_menu .btn_kannai{
	display:block;
	width:30%;
	height:100%;
	transition: 0.3s;
	float:left;
	background:none;
	margin:0 10px 0 10px;
}

.info_menu .btn_kannai:hover{
	transition: 0.3s;
}

.info_menu .btn_okugai{
	display:block;
	width:30%;
	height:100%;
	transition: 0.3s;
	float:left;
	background:none;
	margin:0 0px 0 0;
}

.info_menu .btn_okugai:hover{
	transition: 0.3s;
}
}

h3#party,
h3#kannai,
h3#okugai{
	padding-top:180px;
	margin:-180px 0 10px 0;
}

.boxcont h4.info_tit_01{
	margin:40px 0 40px 0;
	color:#000000;
}

.boxcont h4.info_tit_02{
	margin:40px auto 40px auto;
	padding:10px;
	width:285px;
	border:#70C2C2 1px solid;
}

@media screen and (max-width: 480px) {
	
	.boxcont h4.info_tit_01{
	margin:40px 0 40px 0;
	padding:10px;
	width:100%;
	background:#DEEDED;
	color:#39ADAD;
}
	.boxcont h4.info_tit_02{
	margin:40px auto 40px auto;
	padding:10px;
	width:100%;
	background:#DEEDED;
	border:none;
	color:#39ADAD;
}
}

.space_zu_01{
	float: right;
	width:610px;
	margin:0 0 40px 0;
}

.space_zu_01_txt{
	float:left;
	width:350px;
}

.space_zu_01_txt .tit{
	font-size:22px;
}

.space_zu_02{
	margin:0 0 40px 0;
}

.space_zu_02 .tit{
	font-size:22px;
}

.space_zu_02 p.zu{
	width:860px;
	margin:0 auto;
}

@media screen and (max-width: 480px) {
.zentai_zu{
	float: none;
	width:90%;
	margin:0 auto;
}

.riyo_hyo{
	float: none;
	width:90%;
	margin:0 auto;
}

.space_zu_01{
	float: none;
	width:90%;
	margin:0 auto;
}

.space_zu_01_txt{
	float:none;
	width:90%;
	margin:0 auto;
}

.space_zu_02{
	
}
}

@media screen and (max-width: 480px) {
	.group_box_info{
	float: none;
    clear: both;
	overflow:hidden;
	margin:20px auto 40px auto;
}

.group_box_info .photo{
	float:none;
	width:80%;
	margin:0 auto; 
}

.group_box_info .menu_txt{
	float:none;
	width:80%;
	margin:0 auto;
}

.group_box_info .menu_txt .name{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	font-size:16px;	
}
}

.space_ph{
	width:840px;
	margin:0 auto;
}

.space_ph .space_ph_box{
	width:260px;
	float:left;
	margin:0 20px 20px 0;
}

.setubi{
	margin:40px 0 40px 0;
	float:none;
	clear:both;
}

.setubi .tit{
	font-size:22px;
}

.setubi_list{
	width:980px;
	margin:0 auto 50px auto;
}

.setubi_list th,
.setubi_list td{
	font-size:14px;
	padding:10px;
}

.setubi_list th{
	width:120px;
	vertical-align:top;
}

.setubi_list td{
	width:650px;
	height:50px;
	line-height:160%;
}

@media screen and (max-width: 480px) {
	.setubi_list{
	width:95%;
	margin:0 auto 50px auto;
}

.setubi_list th,
.setubi_list td{
	font-size:14px;
	padding:10px;
	
}

.setubi_list th{
	width:45%;
	vertical-align:top;
}

.setubi_list td{
	width:55%;
	height:50px;
	line-height:160%;
}
}

.room_ph{
	width:840px;
	margin:0 auto;
}

.room_ph .room_ph_box{
	width:260px;
	float:left;
	margin:0 20px 20px 0;
}

.room_table{
	width:260px;
	margin:0 auto 10px auto;
}

.room_table th,
.room_table td{
	font-size:14px;
	padding:10px 0 0 0;
}

.room_table th{
	width:70px;
	vertical-align:top;
	font-size:12px;
}

.room_table td{
	line-height:160%;
	vertical-align:top;
	font-size:12px;
}

@media screen and (max-width: 480px) {
	
.room_ph{
	width:260px;
	margin:0 auto;
}

.room_ph .room_ph_box{
	width:260px;
	float:none;
	margin:0 20px 20px 0;
}
.room_table{
	width:100%;
	margin:0 auto 10px auto;
}

.room_table th,
.room_table td{
	font-size:14px;
	padding:10px 0 0 0;
}

.room_table th{
	width:70px;
	vertical-align:top;
	font-size:12px;
}

.room_table td{
	line-height:160%;
	vertical-align:top;
	font-size:12px;
}
}


.rest_ph{
	width:840px;
	margin:0 auto;
}

.rest_ph .rest_ph_box{
	width:260px;
	float:left;
	margin:0 20px 20px 0;
}

@media screen and (max-width: 480px) {
	
.rest_ph{
	width:260px;
	margin:30px auto　0 auto;
}

.rest_ph .rest_ph_box{
	width:260px;
	float:none;
	margin:0 20px 20px 0;
}
}

.shop_01{
	float: left;
	width:410px;
	margin:0 0 40px 0;
}

.shop_01_txt{
	float: right;
	width:540px;
}

@media screen and (max-width: 480px) {
.shop_01{
	float:none;
	width:90%;
	margin:0 auto 10px auto;
}

.shop_01_txt{
	float:none;
	width:90%;
	margin:0 auto;
}
}

/** pagetop
===================================*/

/*PAGE TOP*/
#page-top{
    width:50px;
    height:50px;
    display:none;
    position:fixed;
    right:10px;
    bottom:95px;
	z-index:99;
}
  
#page-top p{
    margin:0;
    padding:20px 20px 20px 8px;
    text-align:center;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    border-radius: 0px;
    background:#41AEAE;
    behavior: url(PIE.htc);
    text-decoration:none;
    color:#EEEEEE;
	border:#FFFFFF 1px solid;
}
  
#page-top p:hover{
    background:#41AEAE;
}
  
#move-page-top{
    color:#fff;
    line-height:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
}


/** footlink
===================================*/
.footlink,
.footlink,
.footlink a  {
	font-size:13px;
	color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	text-decoration:none;
	text-align:center
	}
.footlink a:hover {
	text-decoration: underline;
	}
	
/** footer
===================================*/
.foot_logo_sp{
	display:none;
}

#footer {
	position: fixed;
	bottom:0;
	background:#FFFFFF;
    width: 100%;
    z-index: 10000;

	border-top:3px #41AEAE solid;
		padding:5px 0px 15px 0px;
		width:100%;
		margin:40px 0 0 0;
		overflow:hidden;
}

#footer .inner{
	width:980px;
	margin:0px auto 0 auto;
	}

#footer .inner .foot_lef{
	float:left;
}

#footer .inner .tel{
	margin:0 0 0 120px;
}

#footer .inner .foot_txt{
	font-size:16px;
	position:relative;
	margin:20px 0 0 0;
	
}

#footer .inner .foot_txt .atent{
	font-size:12px;
	position:absolute;
	top:23px;
	right:-3px;
}
@media screen and (max-width: 480px) {
	.foot_logo_sp{
	display:block;
	margin:0 auto -40px auto;
	width:160px;
}

	#footer .inner{
	width:100%;
	margin:0px auto 0 auto;
	}
	
	#footer .inner .foot_lef{
	float:none;
}

#footer .inner .tel{
	width:90%;
	margin:0 auto 0 auto;
	text-align:center;
	display:block;
}
	#footer .inner .foot_logo,
	#footer .inner .foot_txt{
	display:none;

}

#footer .inner .foot_txt .atent{
	display:none;
}
}


/*25.06.12　追加*/
.box-lyt-planlist{
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
}
.box-lyt-planlist li + li{
	position: relative;
}
.box-lyt-planlist li.lyt-plan01{
	width: 31.362%;
}
.box-lyt-planlist li.lyt-plan02{
	width: 68.638%;
	padding-left: 4.87%;
}
.box-lyt-planlist li img{
	width: 100%;
	height: auto;
}
.box-lyt-planlist li + li::before{
	content: "";
	position: absolute;
	display: block;
	left: 0.87%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4.87%;
	height: 27px;
	background: url("../img/party/party_ic.jpg") no-repeat center center;
	background-size: cover;	
}
@media screen and (max-width: 768px) {
.box-lyt-planlist{
	max-width: 615px;
	display: block;
}
.box-lyt-planlist li{
	margin: auto;
}
.box-lyt-planlist li.lyt-plan01{
	width: 46.666%;
}
.box-lyt-planlist li.lyt-plan02{
	width: 100%;
	padding-left: 0;
}
.box-lyt-planlist li img{
	width: 100%;
	height: auto;
}
.box-lyt-planlist li + li::before{
	content: "";
	position: relative;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 27px;
	height: 27px;
	background: url("../img/party/party_ic.jpg") no-repeat center center;
	background-size: cover;	
}
}
