@charset "utf-8";
/* CSS Document */

html {
	font-size: 10px;
}


body {
	/*font-size: 18px;*/
	font-size: 1.5vw;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  	font-weight:500;
	color: #313131;
	line-height: 1.5;
}

#content-area {
	width: 100%;
	margin: 0 auto;
}


/*--------------------------
*
*	#head-area
*
---------------------------*/

 #head-area {
    width: 100%;
    /*margin: 0;*/
     margin: 0 0 20px;
    /*position: fixed;*/
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #FFF;
	padding: 0;
         border-bottom: 1px solid #e5e5e5;
}

/*#head-area.head-member {
    padding: 0;
}*/

/*--
	.head-navarea
---------------------------*/

.head-navarea {
	font-size: 0;
	position: relative;
}

/*.head-navarea .head-link {
	position: absolute;
	right: 40px;
	top: 0;
	font-size: 14px;
}

.head-navarea .head-link a {
	border-bottom: 1px dotted;
	padding: 0 0 3px 0;
}

.head-navarea .head-link a:hover {
	border-bottom: none;
}*/

/*.head-navarea .head-info {
	padding: 0 40px;
	margin: 0 0 40px 0;
}*/
.head-navarea .head-info {
	padding: 0 40px 20px;
	margin: 0;
}

.head-navarea .head-info >  div {
	display: inline-block;
	width: calc(100% / 3) ;
}


*::-ms-backdrop, .head-navarea .head-info >  div {
  width: 33.33%; /* IE11 */
}

#nav-warp {
	    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#nav-warp:after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: '';
}

.lock-nav {
	overflow: hidden;
}

nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 70px 0 50px 0;
	background: #FFF;
	border: 1px solid #b8b081;
	z-index: 1001;
	display: none;
}

nav div.nav-box {
	width: 50%;
	margin: 0 auto;
}


nav dl dt {
	float: left;
	clear: both;
	color: #b2b2b2;
}

nav dl dd {
	padding: 0 0 0 165px;
	margin: 0 0 60px;
}

nav dl dd li {
	margin: 0 0 20px;
}

nav dl dd li:last-child {
	margin: 0;
}

nav div > ul li {
	margin: 0 0 60px;
}

/*.head-navarea .nav-area {
	text-align: left;
	width: 40px;
}*/
.head-navarea .nav-area {
	text-align: left;
	vertical-align: middle;
}

.head-navarea .nav-area p,
.head-navarea .nav-area p span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.head-navarea .nav-area p {
	position: relative;
	width: 44px;
	height: 32px;
	cursor: pointer;
}

.head-navarea .nav-area p span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #313131;
}

.head-navarea .nav-area p span:nth-of-type(1) {
	top: 0;
}

.head-navarea .nav-area p span:nth-of-type(2) {
	top: 15px;
}

.head-navarea .nav-area p span:nth-of-type(3) {
	bottom: 0;
}

.nav-close {
    text-align: left;
    width: 40px;
    position: absolute;
    top: 75px;
    left: 33px;
}

.nav-close p,
.nav-close p span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.nav-close p {
	position: relative;
	width: 100%;
	height: 32px;
	cursor: pointer;
}

.nav-close p span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #313131;
}

.nav-close p span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(16px) rotate(-315deg);
}


.nav-close p span:nth-of-type(2) {
    -webkit-transform: translateY(16px) ratate(315deg);
    transform: translateY(16px) rotate(315deg);
}

/*.head-navarea .logo-box {
	text-align: right;
	width: 22%;
}*/
.head-navarea .logo-box {
	text-align:  center;
}

.head-navarea .logo-box img {
	/*width: 71%;*/
	/*width: 234px;*/
    width: 187px;
}

.head-navarea .logo-box a:hover {
	opacity: 1;
}

.head-navarea .mappdf-area {
	text-align: right;
	vertical-align: bottom;
    display: inline-block;
}

/*.head-navarea .mappdf-area > a {
	padding: 9px 17px;
	color: #15608b;
	font-size: 16px;
	background: #FFF;
	border: 3px solid #15608b;
	display: inline-block;
}*/


.head-navarea .mappdf-area > a {
    position: relative;
    padding: 0;
    color: #000;
    border: none;
    border-bottom: 1px dotted;
    font-size: 16px;
}

.head-navarea .mappdf-area > a:hover {
    border-bottom: 1px dotted #FFF;
}

/*.head-navarea .mappdf-area > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
}*/

.reservation-box {
    display: inline-block;
    vertical-align: bottom;
    width: 58%;
    /*width: 200px;*/
}

.reservation-box ul {
	font-size: 0;
}

.reservation-box > ul li {
    display: inline-block;
    /*width: 48%;*/
    width: 76px;
    text-align: center;
    margin: 0 2% 0 0;
}

.reservation-box > ul li:last-child {
    margin: 0;
}

.reservation-box > ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #a6a5a3;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    border: none;
}

.reservation-box > ul li a img {
    margin: 0 0 5px;
    width: 50%;
}

.reservation-box > ul li a.vistbtn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #a48966;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    border: none;
}

.reservation-box > ul li span {
    display: block;
    width: 100%;
}

.reservation-area {
	width: 100%;
	margin: 0 0 8px 0;
}

.reservation-area ul {
	font-size: 0;
}

.reservation-area > ul li {
	display: inline-block;
	width: 49%;
}


.reservation-area > ul li:first-child {
	margin: 0 1% 0 0;
}

.reservation-area > ul li:last-child {
	margin: 0 0 0 1%;
}

.reservation-area > ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #a6a5a3;
    color: #FFF;
    text-align: center;
    font-size: 18px;
	border-radius: 0px;
	border: none;
}

.reservation-area > ul.visitor-resev li a {
    background: #aa002b;
}

.reservation-area > ul li a span {
    position: relative;
    padding: 0px 0 0 30px;
}

.reservation-area > ul li:nth-of-type(1) a span:after {
    content: "";
    background: url(../img/icon_hotel.svg) left center no-repeat;
    display: block;
    width: 20px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}

.reservation-area > ul li:nth-of-type(2) a span:after {
    content: "";
    background: url(../img/icon_golf.svg) left center no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}


.small {
    font-size: 14px;
}

.pan ul {
	width: 980px;
	margin: 0 auto;
	font-size: 0;
	padding: 12px 0;
}

.pan ul li {
	display: inline-block;
	font-size: 13px;
	color: #000;
}

.pan ul li a {
	font-size: 13px;
	color: #000;
	position: relative;
	display: block;
	width: 100%;
}


.pan ul li a:after {
	content: "＞";
	 margin: 0 12px 0 12px;
}


h2 {
	font-size: 2.5vw;
	margin: 0 0 50px 0;
	/*padding: 0 0 0 25px;*/
	text-align: center;
}

h3 {
	/*font-size: 28px;*/
	font-size: 2.3vw;
	border-bottom: 1px solid #313131;
	padding: 0 0 10px 20px;
	position: relative;
	margin: 0 0 25px 0;
}

h3 span {
	/*font-size: 20px;*/
	font-size: 1.6vw;
	padding: 0 0 0 27px;
}

h3 b {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	/*font-size: 20px;*/
	font-size: 1.6vw;
	display: block;
	width: 140px;
	text-align: right;
}

/* +++++ 強調ニュース　2020.05.28 +++++ */
.restart-info {
	font-size: 1.5rem;
    font-weight: bold;
    display: block;
    margin: 30px auto;
    width: 75%;
    padding: 0.75em 35px;
    max-width: 670px;
    border-top: #666 2px solid!important;
    border-bottom: #666 2px solid;
    line-height: 2.2;
}

.restart-info  ul li {
	text-indent: -14px;
}

.restart-info  ul li a {
	position: relative;
	padding: 0 0 0 14px;
}

.restart-info  ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
/*     bottom: 0; */
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* +++++ 動画　2020.06.18 +++++ */
video {
	width: 100%;
	height: 100%;
	cursor:pointer;
}

#video-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 852px;
    margin: 0 auto 30px;
    border: 1px solid;
    padding: 20px;
    box-sizing: border-box;
}

#video-wrap .video-text {
    width: 45%;
    /* display: flex;
    align-items: center; */
    font-size: 18px;
	text-align: center;
	margin-top:5%;
}

#video-wrap .video-text p {
	line-height: 2;
}

#video-wrap .video-text p span {
	display: block;
	font-size: 13px;
}

#video-wrap .video-btn{
	margin:15px auto 0;
	font-size: 16px;
    background: #e5e5e5;
    text-align: center;
    padding: 4px 8px;
    margin-bottom: 1rem;
	}

#video-wrap .video-btn a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 14px;
}
/* #video-wrap .video-text p a {
	text-decoration: underline;
	display: block;
} */

#video-wrap .video-text a:hover {
	text-decoration: none;
	opacity: .65;
}

#video-wrap .video-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.videos {
    position: relative;
    width: 53%;
    margin: 0 auto;
}

.videos img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.videos em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: url("../../common/img/movie/slide_video.jpg") center/ cover no-repeat;
}

.videos em:before {
	content: "";
	display: block;
	position: absolute;
	width: 9%;
	height: 22%;
	background: url(../../common/img/movie/play.png) center/ 100% no-repeat;
	z-index: 9;
	left: 50%;
	top: 55%;
}

.videos p {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.videos-on em,
.videos-on p{
	display: none;
}

#video-wrap.youtube{
    margin-top: 40px;
}
#video-wrap.youtube .video-text{
    margin: 0;
}
#video-wrap.youtube .video-text p span{
    text-align: left;
}
#video-wrap.youtube .videos {
    position: relative;
    margin: 0;
    padding-bottom: 32%;
}
#video-wrap.youtube .videos iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:640px) {
    .autoplay .slick-slide{
        width:100%;
        /*max-width: none;*/
        display: block;
        margin:0 30px;
	}
}

/* +++++ news-area +++++ */

h3 b a {
	background: url(../img/arrow-right.jpg) left center no-repeat;
	padding: 0 0 0 15px;
}

.news-area dl {
	margin: 0 0 0 23px;
	font-size: 16px;
}

.news-area dt {
	float: left;
	clear: left;
	/*width: 233px;*/
    width: 10rem;
	position: relative;
	padding: 5px 0 0 0;
}

.news-area dt span {
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	width: 115px;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.news-area dt span.info-event {
	background: #a2c31f;
}
.news-area dt span.info-notice {
	background: #959595;
}
.news-area dt span.info-golf {
	background: #638c0b;
}
.news-area dt span.info-hotel {
	background: #29c6cd;
}

.news-area dd {
	padding: 5px 0 0 10rem;
	margin: 0 0 26px 0;
}


#content {
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.drawn #content {
    -webkit-transform: translate(-180px, 0);
    -ms-transform: translate(-180px, 0);
    transform: translate(-180px, 0);
}

.pc {display:block !important;}
.sp {display:none !important;}

.pc-inblock {display: inline-block;}
.sp-inblock {display:none !important;}

.pc-access {display:block !important;}
.sp-access {display:none !important;}

/*-- グローバルメニュー  --*/

.menu {
	display: none;
}

/*-- お知らせ  --*/

.sp-sns-icon {
	display: none;
}

/* +++++ Copyright +++++ */

.Copyright {
	text-align: center;
	padding: 0 10px;
	margin: 0 0 17px 0;
}

.Copyright span:nth-of-type(2) {
	/*font-size: 16px;*/
	font-size: 1.3vw;
	padding: 0 0 0 24px;
}

.Copyright i {
	font-style: normal;
}

.Copyright b {
	font-weight: normal;
	padding: 0 20px 0 0;
}


/* +++++ Copyright-member +++++ */

.Copyright-member {
	text-align: center;
	margin: 0 0 40px 0;
}

.Copyright-member ul {
	margin: 0 0 30px 0;
}

.Copyright-member li {
	font-size: 14px;
}

.Copyright-member li:first-child {
	margin: 0 0 14px 0;
}

.Copyright-member li a {
	border-bottom: 1px dotted #959595;
    padding: 0 0 1px 0;
    color: #959595;
}

.Copyright-member li a:hover {
	border-bottom: none;
    padding: 0 0 1px 0;
    color: #000;
}

.Copyright-member span {
	padding: 0 20px 0 0;
	font-size: 18px;
}

.Copyright-member i {
	font-style: normal;
	font-size: 14px;
}

/*==========================

	Underlayer

===========================*/

#under-wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 15.4vw;
}
img {
	max-width: 100%;
	height: auto;
}
.cont-wrap {
	width: 95.4%;
	margin: 0 auto;
}
.lead {
	margin: 0 0 60px 0;
	font-size: 16px;
}
.lead p {
	margin-bottom: 10px;
}
.txt {
	font-size: 16px;
	line-height: 1.5;
}
.mainvisual {
	width: 100%;
	text-align: center;
	margin: 0 0 25px 0;
}
.mvi-tit {
	margin-bottom: 30px;
	font-size: 27px;
}
.wrap {
	margin-left: 24px;
	margin-bottom: 120px;
	/*overflow: hidden;*/
}
h2.main-heading {
	font-size: 24px;
	padding: 0;
}
.cont-lead {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 25px 0;
}
.heading-tit {
	font-size: 16px;
	margin: 0 0 25px;
	font-weight: bold;
}
.block-gray {
	overflow: hidden;
	background: #eee;
	padding: 20px 3%;
	font-size: 14px;
	margin: 35px 0;
}
.block-gray p {
	margin: 0 0 25px;
}
.block-gray p.mb00 {
	margin-bottom: 0;
}
/*.caution-list {
	font-size: 13px;
}*/
.caution-list li {
	margin: 0 0 12px;
}
.contactt1wrap {
	line-height: 1.5;
}
.contactt1wrap p.ss {
    font-size: 12px;
}
.contactt1wrap a {
	text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #333;
	font-size: 12px;
}
a .arrow {
    background: url(../../cmn_resort/img/arrow_icon2.png) no-repeat;
    background-position: 100% 50%;
    padding-right: 60px;
    box-sizing: border-box;
	min-height: 32px;
}
.conlink-block {
	max-width: 935px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.conlink-img {
	margin: 0 0 30px 0;
}
.conlink-tit {
	margin: 0 0 20px 0;
	font-size: 25px;
}
.conlink-list {
	margin: 60px 0 0 0;
}
.conlink-list li {
	margin: 0 0 90px 0;
}
.cf:after {
    content: " ";
    clear: both;
    display: block;
    zoom: 1;
}

/*-- access  --*/
.map {text-align:center;
margin-bottom: 2rem;}
.map p {
	font-size: small;}
.map img  {
	border: 1px solid;
	margin: 0 auto;
	padding: 20px;
}
.images {
	margin: 0 0 40px;
}

.images img {
    width: 100%;
}

.disc {
	font-size: 14px;
	margin: 30px 0 40px;
	color: #666;
}
.disc:before {
	position: relative;
    top: -.1em;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px 0 0;
    content: '';
    vertical-align: middle;
    background-color: #666;
}
.link-list {
	font-size: 13px;
	margin-bottom: -5px;
}
.link-list li {
	margin-bottom: 5px;
	line-height: 1.3;
}

.time-table {
	font-size: 13px;
	margin: 30px 0;
}
.time-table p.table-tit {
	margin: 0 0 8px;
    font-size: 14px;
}
.time-table table {
	width: 85%;
    table-layout: fixed;
    color: #666;
    border: 1px solid #cfcfcf;
}
.time-table table td {
	padding: 3%;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}

/*-- activity --*/
.activity-list {
	text-align: center;
	font-size: 0;
	margin: 0 0 80px;
}
.activity-list li {
	display: inline-block;
	width: 46.5%;
	margin: 0 30px 50px 0;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
}

.activity-list li:nth-child(even) {
	margin-right: 0;
}
.list-img {
	text-align: center;
	margin: 0 0 12px 0;
}
.list-tit {
	margin: 0 0 18px 0;
	font-size: 20px;
	font-weight: bold;
}
.activity-wrap {
    margin: 60px 0 3px 24px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.3;
}
.activity-head {
	font-size: 20px;
	font-weight: bold;
	border-left:4px solid #313131;
	margin: 0 0 22px 0;
	padding: 0 0 0 10px;
}
.activity-head span {
	font-size: 16px;
}
.activity-img {
	width: 48%;
	float: right;
}
.activity-detail {
	width: 49%;
	float: left;
	line-height: 1.5;
    margin-bottom: 30px;
}
.activity-detail p {
	line-height: 1.5;
}
.detail-list {
	margin: 30px 0 0;
}
.detail-list li {
	margin: 0 0 10px;
}
.detail-list li dl {
	overflow: hidden;
}
.detail-list li dl dt {
	display: table-cell;
	vertical-align: top;
}
.detail-list li dl dt span {
	display: block;
	background: #e5e5e5;
	width: 77px;
	margin: 0 4% 0 0;
	padding: 3px 3px;
	text-align: center;
	font-size: 14px;
}
.detail-list li dl dd {
	display: table-cell;
	width: 100%;
    padding: 3px 0 0 4%;
    vertical-align: top;
}
.detail-list li dl dd p {
	margin: 0 0 13px;
}

.detail-list li dl dd p span.adtext {
	display: block;
	text-indent: -1em;
    margin-left: 1em;
}

.over-block {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.detail-lead {
	width: 48%;
	margin: 0 0 30px 0;
}
.bd-tit {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
}
.btn-detail {
	margin: 30px 0;
}
.btn-detail a {
	background: url(../../cmn_resort/img/activity/btn_icon.png) no-repeat;
    background-position: 96% center;
	display: block;
	border: 1px solid #313131;
	border-radius: 5px;
	padding: 15px 0;
	font-size: 18px;
	text-align: center;
}
.btn-detail a:hover {
	opacity: 0.8;
}
.workshopIntro {
    width: 95%;
    position: relative;
    padding: 55px 7px 10px 20px;
    background: url(../../cmn_resort/img/activity/workshop/szj_workshop_PC_24.png) left top;
    margin: 50px auto 0;
}
.workshopIntroLeft {
    width: 51%;
    padding: 0 0 30px;
    float: left;
}
.workshopIntroRight {
    width: 47%;
    float: right;
    margin-top: -90px;
	text-align: center;
}
.Name {
    font-size: 17px;
    margin: 0 0 10px;
}
.Name span {
    font-size: 15px;
    margin-left: 0.25em;
}
.fbLink {
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.workshopIntroLeft:before {
    content: url(../../cmn_resort/img/activity/workshop/sp_summer_ws_profileIcon.png);
    display: inline-block;
    width: 170px;
    height: 38px;
    position: absolute;
    top: 10px;
    left: -10px;
}

/*-- conference  --*/
.conference-contents {
	max-width: 935px;
	margin: 0 auto 50px;
}
/*.conference-lead {
	font-size: 14px;
    margin: 0 0 60px 0;
}*/
.conf-morelist {
	overflow: hidden;
	font-size: 14px;
}
.conf-morelist li {
	width: 48%;
	float: left;
	margin-bottom: 25px;
}
.conf-morelist li:nth-child(even) {
	float: right;
}
.conf-morelist .image {
	margin: 0 0 20px 0;
}
.conf-morelist .tit {
	font-size: 27px;
	margin: 0 0 15px 0;
}
.heading-3box h3 a {
	position: relative;
	font-size: 16px;
	font-size: 1.2vw;
    margin: 0 30px 0 0;
}
.heading-3box h3 a:last-child {
	margin-right: 0;
}
.heading-3box h3 .a-link {
    display: block;
    position: absolute;
    right: 4%;
    bottom: 8px;
}
.figureblock {
	margin: 0 0 55px 3%;
}
.figureblock-list {
	font-size: 0;
	margin-bottom: -40px;
}
.figureblock-list li {
	display: inline-block;
	width: 47%;
	margin: 0 5% 40px 0;
}
.figureblock-list li .image {
	margin: 0 0 13px 0;
}
.figureblock-list .caption {
	font-size: 13px;
}
.figureblock-list li:nth-child(even) {
	margin-right: 0;
}
.list-table {
	font-size: 13px;
	margin: 30px 0;
	overflow: auto;
}
.list-table table {
	width: 600px;
    table-layout: fixed;
    color: #666;
    border: 1px solid #cfcfcf;
}
.list-table table th, .list-table table td{
	padding: 3%;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}


/*-- hotel --*/
.clm-2 {
	font-size: 16px;
	margin: 60px 0 45px;
}
.clm-tit {
	font-size: 27px;
	margin: 0 0 20px 0;
}
.clm-txt {
	margin-bottom: 15px;
}
.clm-txtbox {
	padding: 30px 35px 0;
}
.left-box {
	float: left;
	width: 50%;
}
.right-box {
	float: right;
	width: 50%;
}
.efficacy {
	margin: 0 0 0 35px;
}
.efficacy ul li {
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 1.5
}
img.air-bath {
	float: right;
	margin-left: 20px;
	width: 29.32%;
}
.txt-right {
	text-align: right;
}

/*-- facilities --*/

.map-pdflink {
	width: 80%;
    margin: 0 auto 50px;
}


.facl-box{
	width: 100%;
	margin: 0 0 60px 0;
}


.facl-box ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.facl-box ul li {
	border-right: 1px solid #101010;
	display: table-cell;
	padding: 0 10px;
}

/*.facl-box ul li:nth-of-type(1) {
	padding: 0 10px 0 0;
}

.facl-box ul li:nth-of-type(2) {
	padding: 0 10px;
}

.facl-box ul li:nth-of-type(3) {
	border: none;
	padding: 0 0 0 10px;
}*/

.facl-box ul li a {
	display: block;
}


.facl-box ul li dl dt {
	margin: 0 0 13px 0;
}

.facl-box ul li dl dt img {
	width: 100%;
	height: auto;
}


.facl-box ul li dl dt span {
	position: relative;
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	padding: 0 0 0 62px;
}

.facl-box ul li dl dt span:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 15px solid rgba(255,255,255,0.5);
}

.facl-box ul li dl dd {
	font-size: 14px;
	line-height: 1.3;
}

.facl-box ul li dl dd span {
	font-size: 22px;
	color: #535353;
	margin: 0 0 10px 0;
	display: block;
}

.facl-box ul li dl dd p {
    width: 39px;
    margin: 12px 0 0 auto;
    background: #626262;
}

.facl-box ul li dl dd p img {
	border: 1px solid #626262;
}

.facilities .important_news{
	width: 75%;
    padding: 2em;
    margin: 0 auto 5em;
    color: #000;
    background: white;
    border-top: 5px solid rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.facilities .important_news .ttl {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
	color:#FF0000;
	font-weight: 600;
}
.facilities .important_news p {
    text-align: center;
    font-size: 15px;
}
.facilities .important_news br.sp{
	display: block !important;
}


/*=====================
 BBQ GARDEN
=======================*/
/*img {
    border-radius: 3px;
}*/
.bbq-tit {
    margin: 0 0 19px;
    font-size: 16px;
    font-weight: bold;
}
.bbq-lower-heading {
    padding-left: 0;
    font-size: 2.5vw;
    text-align: center;
    line-height: 1.4;
}

.bbq-lower-images {
    width: 56%;
    margin: 0 auto 40px;
}
.bbq-lower-images span {
    display: block;
    font-size: 11px;
    padding: 10px 0 0;
}

.bbq-p {
    font-size: 14px;
}

.bbqPlan-list {
    font-size: 1.2rem;
    line-height: 1.666;
    margin: 0 0 26px;
}

.bbqPlan-list dt.square {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 4px;
    font-weight: bold;
}
.bbqPlan-list dt.square:before {
    position: relative;
    top: -.1em;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px 0 -10px;
    content: '';
    vertical-align: middle;
    background-color: #666;
}
.bbqPlan-list a {
    text-decoration: none;
    color: #333;
    border-bottom:1px dotted #333;
}
.bbqPlan-list dd {
    margin: 0 0 10px 25px;
}

.bbq-Commitment {
    width: 100%;
    padding-left: 30px;
    -js-display: flex;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
}

.bbq-Commitment li {
    width: 30%;
    margin: 0 4% 30px 0;
}
.bbq-Commitment li:nth-child(3n){
    margin-right: 0;
}
.bbq-Commitment li img {
    margin: 0 0 10px;
}
.bbq-Commitment li p {
    font-size: 1.1rem;
}
.bbq-Commitment li .commitment-tit {
    display: block;
    font-weight: bold;
    color: #800000;
}

.bbqMenu-list {
    font-size: 14px;
    line-height: 1.666;
    margin: 0 0 26px;
}
.bbqMenu-list dt {
    display: block;
    color: #AA8C55;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2em;
}
.bbqMenu-list dd {
    text-align: center;
    margin: 0.75em 0 1em 0;
}

.bbq-basic-info {
    margin: 22px 0 40px;
    padding: 25px 30px 25px;
    background-color: #eee;
}

.bbq-discList li {
    position: relative;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.5;
}
.bbq-discList li:before {
    position: relative;
    top: -.1em;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px 0 0;
    content: '';
    vertical-align: middle;
    background-color: #666;
}

.bbq-rnote{
    font-size: 14px;
    line-height: 1.5;
}
.bbq-rnote li a{
    color: #666;
    border-bottom: 1px dotted #666;
}

.spBr {
    display: none;
}


/*=== /BBQ GARDEN==================*/
/*=== /BBQ GARDEN 2019.06 =========*/
.bbq-cont {
	width:100%;
	max-width:940px;
	font-size:16px;
	text-align:center;
	margin:40px auto 0;
}
.bbq-dinner .cont-lead{
	margin-bottom:0;
}
.bbq-dinner h4{
	font-size:18px;
	text-align:center;
	line-height:1;
	background:#e5e5e5;
	margin:0 0 30px;
	padding:5px;
}
.bbq-dinner h5{
	font-size:16px;
	text-align:left;
}
.bbq-dinner .details{
	width:45.745%;
	display:inline-block;
	vertical-align:top;
}
.bbq-dinner .details + .details{
	margin-left:8.51%;
}
.bbq-dinner .details dl{
	text-align:left;
	margin-top:15px;
}
.bbq-dinner .details dt{
	width:80px;
	float:left;
	clear:left;
	text-align:center;
	background:#e5e5e5;
	padding:6px 0 5px;
}
.bbq-dinner .details dd{
	overflow:hidden;
	line-height:1.5;
	padding:4px 10px 5px 20px;
}
.bbq-dinner .details .mt10{
	margin-top:10px;
}
.bbq-dinner .details .mt15{
	margin-top:15px;
}
.btn-detail {
	margin: 20px 0 0;
}
.btn-detail a {
	background: url(../../cmn_resort/img/activity/btn_icon.png) no-repeat;
    background-position: 96% center;
	display: block;
	border: 1px solid #313131;
	border-radius: 5px;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
}
.btn-detail a:hover {
	opacity: 0.8;
}

/***** tab *****/
.bbq-dinner .tab,.bbq-dinner .tab2{overflow:hidden; margin-top:30px;}
.bbq-dinner .tab li,.bbq-dinner .tab2 li{ width:48%; background:#e5e5e5; padding:5px 0; float:left; color:#fff;}
.bbq-dinner .tab li:nth-child(2),.bbq-dinner .tab2 li:nth-child(2){ margin-left:4%;}
.bbq-dinner .tab li:hover,.bbq-dinner .tab2 li:hover{background:#a6a5a3;}
.bbq-dinner .tab li.select,.bbq-dinner .tab2 li.select{background:#626262;}
.bbq-dinner .hide {display:none;}
/***** tab end *****/

.bbq-garden {
	width:100%;
	max-width:940px;
	margin:130px auto 0;
}
.bbq-garden .bbq-tit {
    font-size:20px;
    font-weight:normal;
	text-align:center;
	margin:0;
}
.bbq-garden .bbq-Commitment {
    width: 100%;
    padding-left:0;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-wrap: wrap;
	justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.bbq-garden .bbq-Commitment li{
    width:45.745%;
	margin:50px 0 0;
}
.bbq-garden .bbq-Commitment li img {
	width:41.861%;
	float:left;
    margin:0;
}
.bbq-garden .bbq-Commitment li p {
	width: 53.5%;
    float: left;
	font-size:14px;
    /*font-size:16px;*/
	margin-left:4.5%;
}
.bbq-garden .bbq-Commitment li p span {
	display: block;
	font-size:20px;
    font-weight:normal;
    color: #313131;
}
.bbq-garden.enjoy{
	margin:100px auto 40px;
}


/***** アコーディオン 部分 *****/
.thumb_wrap{
    max-width: 980px;
    font-size: 0;
	margin-top:40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.thumb_wrap .child2 {
    width: 30%;
    margin-bottom: 50px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.thumb_wrap .child2 .photo img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.thumb_wrap .child:nth-child(3n-1), .thumb_wrap .child2:nth-child(3n-1) {
    margin: 0 5%;
}
.menu-toggle01, .menu-toggle02, .menu-toggle03 {
    position: relative;
}
.btn-toggle {
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    padding: 0 10px 1px 0;
    font-size: 14px;
    border-bottom: 1px solid #7a7a7a;
}
.btn-toggle h4{
	line-height:1.6666;
	margin:0;
}
.btn-toggle.white:after {
    content: "";
    background: url(../../cmn_resort/img/restaurant/bbq/toggle_open.gif)no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    margin: auto;
}
.btn-toggle.white.active:after {
    content: "";
    background-image: url(../../cmn_resort/img/restaurant/bbq/toggle_close.gif);
    width: 13px;
    height: 13px;
    display: inline-block;
}
ul.menu-child {
    width: 100%;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    background: #FFF;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 10px 0px 11px -11px rgba(0,0,0,0.3), -10px 0 11px -11px rgba(0,0,0,0.3);
	line-height:1.6666;
}
ul.menu-child li:first-child {
    margin-top: 0;
}
ul.menu-child li {
    padding: 0!important;
    color: #333;
    width: 100%;
    text-align: left;
    margin-top: 15px;
	opacity:0;
    -webkit-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.menu-child.open li{
  color: #333;
  opacity: 1;
  z-index: 9999;
}
ul.menu-child li i {
    font-style: normal;
    color: #AA8C55;
}
ul.menu-child .bottombtn {
		display: none;
	}

.ml0{
	margin-left:0;
}
.mb0{
	margin-bottom:0;
}
.dotted{
	border-bottom:dotted 1px;
}
/*=== /BBQ GARDEN 2019.06 end =========*/

/*=====================
 bnr_area 19.07
=======================*/
.bnr_area {
	width: 100%;
    margin: 0 0 60px 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
.bnr_area span {
    background: #fdf519;
}


/*==========================

	Reservation

===========================*/

/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    visibility: hidden;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;
    display: inline-block !important;
    text-align: left;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */

/* Background for effects */

.remodal-bg {
    transition: -webkit-filter .2s ease-out;
    transition: filter .2s ease-out;
}

body.remodal-is-active .remodal-bg {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    transition: opacity .2s ease-out;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
}

body.remodal-is-active .remodal-overlay {
    opacity: 1;
}

/* Default theme styles of the modal dialog */

.remodal {
    min-height: 100%;
    transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
}

body.remodal-is-active .remodal {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    display: none;
}

.mod-search-panel {
    z-index: 99;
    display: none;
    box-sizing: border-box;
    margin: auto;
    padding: 25px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
}

.w504 {
	width: 504px;
}

.w675 {
	width: 675px;
}

.mod-search-panel .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mod-search-panel #calid,
.mod-search-panel #calid2 {
    position: absolute;
    margin: 5px 0 0;
    right: initial;
    z-index: 106;
}

.mod-search-panel #calid_screen,
.mod-search-panel #calid2_screen {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border-right: 3px solid rgba(0, 0, 0, .1);
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: #fff;
}

.mod-search-panel #calid_screen table,
.mod-search-panel #calid2_screen table {
    border: none !important;
}

.mod-search-panel #calid_screen table td,
.mod-search-panel #calid2_screen table td {
    padding: 6px 4px !important;
    border: none !important;
}

.mod-search-panel .search-panel-header {
    margin: 0 0 25px;
    text-align: center;
}

.mod-search-panel .search-panel-header .search-panel-heading {
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
    border-bottom: none;
    text-align: center;
    margin: 0;
}

/*20191121追加*/
.mod-search-panel .txt {
    margin: 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
}
.mod-search-panel .txt a {
    color: #993300;
    font-weight: bold;
}

.mod-search-panel .search-form {
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
    /*width: 460px;*/
    width: 100%;/*20180413 Responsive*/
    padding: 15px 22px 5px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.mod-search-panel .search-form:after {
    display: block;
    clear: both;
    content: '';
}

.mod-search-panel .search-form .search-form-header {
    margin: 0 0 16px;
    text-align: center;
}

.mod-search-panel .search-form .search-form-header .search-form-heading {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.mod-search-panel .reservation-links {
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 20px 30px 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.mod-search-panel .reservation-links:after {
    display: block;
    clear: both;
    content: '';
}

.mod-search-panel .reservation-links ul li {
    float: left;
    margin: 0 0 10px 55px;
}

.mod-search-panel .reservation-links ul li:first-child {
    margin: 0;
}


.mod-search-panel .reservation-links .btn {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: inherit;
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    transition: opacity .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #333;
}

.mod-search-panel .reservation-links .btn:hover {
    text-decoration: none;
    opacity: .65;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

.mod-search-panel .search-form-items {
    font-size: 12px;
    font-size: 1.2rem;
    width: 460px;
    margin: 0 0 17px;
    table-layout: fixed;
}

.mod-search-panel .search-form-items th {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    width: 105px;
    padding: 0 0 13px;
    text-align: left;
    vertical-align: middle;
}

.mod-search-panel .search-form-items td {
    padding: 0 0 13px;
    text-align: left;
    vertical-align: middle;
}

.mod-search-panel .search-form-items input[type='text'] {
    box-sizing: border-box;
    width: 82px;
    height: 32px;
    margin: 0 8px 0 0;
    padding: 0 10px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
}

.mod-search-panel .search-form-items input[type='text']:focus {
    outline: none;
    background-color: #d7d7d7;
}

.lt-ie9 .mod-search-panel .search-form-items input[type='text'] {
    line-height: 32px;
}

.mod-search-panel .search-form-items input[type='text'][name='cmbARRY'],
.mod-search-panel .search-form-items input[type='text'][name='cmbARRY2'] {
    width: 82px;
}

.mod-search-panel .search-form-items input[type='text'][name='cmbARRM'],
.mod-search-panel .search-form-items input[type='text'][name='cmbARRM2'] {
    width: 67px;
    margin: 0 8px 0 10px;
}

.mod-search-panel .search-form-items input[type='text'][name='cmbARRD'],
.mod-search-panel .search-form-items input[type='text'][name='cmbARRD2'] {
    width: 67px;
    margin: 0 8px 0 10px;
}

.mod-search-panel .search-form-items #dk_container_cmbhcod1,
.mod-search-panel .search-form-items #dk_container_cmbhcod2,
.mod-search-panel-2 .search-form-items #dk_container_cmbhcod3,
.mod-search-panel-2 .search-form-items #dk_container_cmbhcod4 {
    display: inline-block !important;
    width: 312px;
}

.mod-search-panel .search-form-items #dk_container_cmdareacode,
.mod-search-panel .search-form-items #dk_container_cmdareacode2 {
    display: inline-block !important;
    width: 312px;
}

.mod-search-panel .search-form-items #dk_container_hidSELECTHAKSU,
.mod-search-panel .search-form-items #dk_container_hidSELECTHAKSU2,
.mod-search-panel-2 .search-form-items #dk_container_hidSELECTHAKSU3,
.mod-search-panel-2 .search-form-items #dk_container_hidSELECTHAKSU4 {
    display: inline-block !important;
    width: 82px;
}

.mod-search-panel .search-form-items #dk_container_cmbADULT,
.mod-search-panel .search-form-items #dk_container_cmbADULT2,
.mod-search-panel-2 .search-form-items #dk_container_cmbADULT3,
.mod-search-panel-2 .search-form-items #dk_container_cmbADULT4 {
    display: inline-block !important;
    width: 82px;
}

.dk_container select {
    position: absolute;
    visibility: hidden;
}

.dk_container {
    display: inline-block !important;
    margin: 0 6px 0 0;
    border-radius: 4px;
    background-color: #fff;
}

.dk_open .dk_label {
    color: inherit;
}

.dk_open .dk_options {
    display: block;
}

.dk_open {
    position: relative;
}

.dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block;
}

.dk_container a {
    outline: 0;
	cursor: pointer;
    text-decoration: none;
}

.dk_toggle {
    position: relative;
    width: auto !important;
    padding: 7px 45px 7px 10px;
    transition: border-color .5s;
    color: #333;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
	display: block;
    zoom: 1;
}

.dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-top: 5px solid #4b4b4b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dk_options {
    position: absolute;
    right: 0;
    display: none;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
	z-index: 10;
}

.dk_options_inner {
    max-height: 250px;
    color: #333;
    border: 1px solid #d7d7d7;
    border-bottom-width: 2px;
    border-bottom-color: #999;
    border-radius: 0 0 5px 5px;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.dk_options a {
    font-weight: bold;
    padding: 8px 10px;
    color: #333;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
}


.mod-search-panel .submit .button {
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.mod-search-panel .submit .detail-membership {
    display: inline-block;
    margin: 0 0 10px;
}

.link-detail {
    display: inline-block;
    padding: 0 0 0 1em;
    text-decoration: none;
    color: #333;
}

.link-detail:before {
    font-weight: bold;
    margin: 0 5px 0 -1em;
    content: '>';
}

.link-detail span {
    font-weight: bold;
    border-bottom: 1px dotted #333;
}

.memberNote01 {
    font-weight: bold;
    margin: 0.5rem 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.memberNote01 a {
    text-decoration: underline;
}

/*.mod-search-panel .search-room-available {
  margin: 10px 0 0;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}

.mod-search-panel .search-room-available .btn {
  width: 240px;
}
*/

.searchroom-available {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
}

.searchroom-available .avinner {
	position: relative;
	width: 240px;
}

.searchroom-available dt {
    border-radius: 5px;
    background: #FFF;
    position: relative;
    padding: 7px 45px 7px 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #333;
    border: 1px solid #fff;
    cursor: pointer;
}

.searchroom-available dt:after {
	position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-top: 5px solid #4b4b4b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.searchroom-available dt:hover {
	opacity: 0.6;
}

.searchroom-available dd {
	position: absolute;
    right: 0;
    display: none;
    width: 100%;
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    z-index: 10;
}

.searchroom-available dd li a {
	display: block;
	font-weight: bold;
    padding: 8px 10px;
    color: #333;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
}

.mod-search-panel .cancel-links {
    font-size: 0;
    padding: 16px 0 0;
    text-align: left;
    border-top: 1px solid #d7d7d7;
}

.mod-search-panel .cancel-links li {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 28px 14px 0;
}

.mod-search-panel .cancel-links li:before {
    font-weight: bold;
    margin: 0 4px 0 0;
    content: '>';
}

.mod-search-panel .cancel-links li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #333;
}

.mod-hotel-search-utility {
    box-sizing: border-box;
    max-width: 980px;
    margin: 0 auto 45px;
    padding: 14px 14px 10px;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.mod-hotel-search-utility .item-filter-list ul {
    font-size: 0;
    max-width: 680px;/*201909003項目追加*/
    margin: 0 auto;
    display: none;
}

.mod-hotel-search-utility .item-filter-list ul li {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 8px 5px 0;
}

.mod-hotel-search-utility .search-type {
    margin: 0 0 18px;
}

.mod-hotel-search-utility .search-type .tabs {
    font-size: 0;
    max-width: 680px;/*201909003項目追加*/
    margin: 0 auto;
}

.mod-hotel-search-utility .search-type .tabs li {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    font-size: 1.3rem;
}

.mod-hotel-search-utility .search-type .tabs li a {
    font-weight: bold;
    display: block;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #f0f0f0;
    background-color: #fff;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.mod-hotel-search-utility .search-type .tabs li.tab-active a,
.mod-hotel-search-utility .search-type .tabs li a:hover {
    color: #fff;
    /*border-right: 1px solid #808080;*//*20190516*/
    background-color: #808080;
}

.mod-hotel-search-utility .search-type .tabs li.tab-active a:after{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: inline-block;
    width: 0;
    margin: 0 auto;
    content: '';
    border-top: 7px solid #808080;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    opacity: 1;
}

.mod-hotel-search-utility .search-type .tabs li a:after{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: inline-block;
    width: 0;
    margin: 0 auto;
    content: '';
    border-top: 7px solid #808080;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transition: opacity .25s ease-in-out;
    opacity: 0;
}

.mod-hotel-search-utility .search-type .tabs li a:hover:after{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: inline-block;
    width: 0;
    margin: 0 auto;
    content: '';
    border-top: 7px solid #808080;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    opacity: 1;
}


.mod-hotel-search-utility .search-type .tabs li:first-child a {
    border-radius: 3px 0 0 3px;
}

.mod-hotel-search-utility .search-type .tabs li:last-child a {
    border-radius: 0 3px 3px 0;
}

.mod-hotel-search-utility a.btn {
	border-bottom: none;
}

.one-btn .reservation-links ul {
    text-align: center;
}

.one-btn .reservation-links ul li {
    float: none;
}

.btn-search {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: inherit;
    display: inline-block;
    width: 240px;
    padding: 8px 0;
    transition: opacity .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #333;
}

.btn-search:hover {
    text-decoration: none;
    opacity: .65;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

.btn-primary {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 35px;
    transition: opacity .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #333;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #fff;
}

.btn-primary:hover {
    border-bottom: solid 1px #666 !important;
    text-decoration: none;
    opacity: .65;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

/*@media only screen and (min-width: 40.063em) {
    .remodal {
        min-height: 0;
        margin: 20px auto;
        border-radius: 6px;
    }
}*/

.remodal {
    min-height: 0;
    margin: 20px auto;
    border-radius: 6px;
}

.icon-close {
    background: url("../img/ico_close.png") center no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

/*--------------------------
*
*	.footer
*
---------------------------*/

/*footer {
    width: 100%;
    padding: 20px 0 60px;
    border-top: 1px solid #e5e5e5;
}*/
footer {
    width: 100%;
    padding: 20px 0 60px;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
}

#footer-inner {
    max-width: 1200px;
     margin: 0 auto;
    text-align: center;
}

/*--------------------------
*
*	.foot-link
*
---------------------------*/

.foot-link {
	/*text-align: center;*/
	font-size: 14px;
	margin: 0 0 25px;
}

.foot-link a {
	border-bottom: 1px dotted;
	padding: 0 0 3px;
}

.foot-link a:hover {
	border-bottom: none;
}

/*--------------------------
*
*	#footer-area
*
---------------------------*/

#footer-area {
	max-width: 1200px;
	margin: 0 auto;
}

#footer-area ul {
    font-size: 0;
    margin: 0 0 20px;
}

#footer-area ul li {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

#footer-area ul:nth-of-type(1) li {
    margin: 0 2% 0 0;
}

#footer-area ul:nth-of-type(1) li:last-child {
    margin: 0;
}

#footer-area ul:nth-of-type(2) li {
    margin: 0 1% 0 0;
    vertical-align: middle;
}

#footer-area ul li.access {
    margin: 0 3% 0 0;
}

#footer-area ul li.access a {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 20px 0 0;
    box-sizing: border-box;
    display: inline-block;
}

#footer-area ul li.access a:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #000;
    left: 0;
    top: 4px;
}

#footer-area ul:nth-of-type(2) li:nth-of-type(2) {
    /*  width: 160px; */
    width: 100px;
}

#footer-area ul:nth-of-type(2) li:nth-of-type(2) div {
    display:flex;
    justify-content:space-between;
}

#footer-area ul:nth-of-type(2) li:nth-of-type(2) p {
    margin: 0 5% 0 0;
    display:flex;
    align-items: center;
}

#footer-area ul:nth-of-type(2) li:nth-of-type(2) p:last-child {
    margin: 0;
}

#footer-area ul li p.blog {
    /*max-width: 44px;
    width: 26%;*/
    width: 44px;
}

#footer-area ul li p.twitter {
	/*max-width: 25px;
	width: 15%;*/
	width: 20px;
}

#footer-area ul li p.instagram {
	/*max-width: 22px;
	width: 13%;*/
	width: 22px;
}

#footer-area ul li p.fecebook {
	/*max-width: 21px;
	width: 13%;*/
	width: 32px;
}

#footer-area ul li img[src$=".svg"],
#footer-area ul li img[src$=".svgz"] {
    width: 100%;
}

#footer-area .copy-right {
	font-size: 12px;
	text-align: center;
}

.govis-link {
    position: fixed;
    background: #aa002b;
    color: #FFF;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    z-index: 50;
}

.govis-link a {
    color: #FFF;
}

.govis-link span {
    position: absolute;
    left: 50px;
    border: 2px solid #FFF;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.govis-link span:before,
.govis-link span:after {
    position: absolute;
    top: 42%;
    left: 0;
    content: "";
    width: 16px;
    border-top: 3px solid #FFF;
}

.govis-link span:before {
    transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
}

.govis-link span:after {
    transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
}

.info-close #content .contents h3{
    font-size: 2.2rem;
    margin: 20px 0 60px 0;
    text-align: center;
    border-bottom: none;
}
.info-close #content .contents .tel{
    display: block;
    border: 1px solid #666;
    padding: 20px;
    margin: 40px auto 20px;
    width: 380px;
    text-align: center;
}
.info-close #content .contents .tel h4{
    background: #e5e5e5;
    width: 95%;
    margin: 0 auto 15px;
    padding: 3px 3px;
    text-align: center;
    font-size: 14px;
}
.info-close #content .contents .sp{display: none;}

@media screen and (min-width:1200px) {
/*　画面サイズが1200px以上はここを読み込む　*/
	body {
		font-size: 18px;
	}

    h2 {
        font-size: 30px;
        margin: 0 0 50px 0;
        /*padding: 0 0 0 25px;*/
        text-align: center;
    }

    h3 {
		font-size: 28px;
	}

	h3 span {
		font-size: 20px;
	}

	h3 b{
		font-size: 20px;
	}

    .reservation-box {
        display: inline-block;
        vertical-align: bottom;
        width: 200px;
    }

    /*=====================
    BBQ GARDEN
    =======================*/
	.bbq-lower-heading　{
		font-size: 24px;
	}
}

a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.dot {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
}
a:hover{
    opacity:0.6;
}

.mb00 {margin-bottom:0!important;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom: 20px;}
.mb50 {margin-bottom: 50px;}
.mt00 {margin-top: 0;}
.pd00 {padding:0!important;}


    /*=====================
    info
    =======================*/
.info-kumiko #page .contents{
    max-width: 800px;
    margin: 0 auto;
}
.info-kumiko #page .contents img{
    width: 100%;
    margin: 10px auto 20px;
}



@media screen and (max-width:1200px) {
    /* +++++ 動画　2020.06.18 +++++ */
    #video-wrap {
        display: block;
        max-width: inherit;
        width: 60%;
        margin: 0 auto 20px;
    }

	#video-wrap .video-text {
		width: 100%;
		display: block;
		font-size: 2.5vw;
		margin: 0 0 20px;
	}

    #video-wrap .video-text p {
        text-align: center;
    }

	#video-wrap .video-text p span {
        display: block;
        font-size: 2vw;
    }

    #video-wrap .video-text a {
        text-decoration: none;
        border-bottom: none;
    }

    #video-wrap .video-btn　{
        font-size: 14px;
        padding: 4px 4px;
	}

	.videos p {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .videos {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    .videos em {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 8;
		background: url(../../common/img/movie/slide_video_sp.jpg) center/ cover no-repeat;
	}

	.videos em:before {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        height: 33%;
        background: url(../../common/img/movie/play.png) center/ 100% no-repeat;
        z-index: 9;
        left: 45%;
        top: 65%;
    }

	.videos-on em,
	.videos-on p {
		display: none;
	}

    #video-wrap.youtube .videos {
        width: 100%;
        padding-bottom: 64%;
        margin-top: 10px;
    }

    /*=== /BBQ GARDEN 2019.06 =========*/
	.wrap {
		margin-left:0;
	}

    /*--------------------------
    *
    *	footer | under1200px
    *
    ---------------------------*/

    .foot-link {
        padding: 0 20px;
    }

    #footer-area {
        padding: 0 20px;
    }
}

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

    /*--------------------------
    *
    *	nav | under980px
    *
    ---------------------------*/
	nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 68px 0 50px 0;
        background: #FFF;
        border: 1px solid #b8b081;
        z-index: 12;
        font-size: 2.5vw;
    }

	nav div.nav-box {
        width: 65%;
        margin: 0 auto;
    }

    /*--------------------------
    *
    *	footer | under980px
    *
    ---------------------------*/
	.foot-link {
        text-align: center;
        font-size: 14px;
        margin: 0 0 25px;
        padding: 0 20px;
    }

	#footer-area {
        margin: 0 auto 30px;
        padding: 0 20px;
    }

}/* under980px */

@media screen and (max-width:900px) {
    .reservation-box > ul li a {
        display: block;
        width: 100%;
        padding: 10px 0;
        background: #a6a5a3;
        color: #FFF;
        text-align: center;
        font-size: 1.3vw;
        border-radius: 0px;
        border: none;
    }

    .reservation-box > ul li a.vistbtn {
        display: block;
        width: 100%;
        padding: 10px 0;
        background: #a48966;
        color: #FFF;
        text-align: center;
        font-size: 1.3vw;
        border-radius: 0px;
        border: none;
    }
    /*=== /BBQ GARDEN 2019.06 =========*/
	.wrap {
		margin-left:0;
	}
	.activity-head + p {
		font-size:14px;
	}
	.bbq-garden .bbq-tit {
		font-size:18px;
	}
	.bbq-dinner .details {
		width:100%;
	}
	.bbq-dinner .details .photo img {
		width:100%;
	}

	.bbq-dinner .details dl {
		font-size:14px;
		height:auto !important;
	}

	.bbq-dinner .details + .details {
		margin:30px 0 0 0;
	}
	.bbq-garden,.bbq-garden.enjoy {
		margin-top:50px;
	}
	.bbq-garden .bbq-Commitment li {
		/*width: 100%;*/
		margin: 30px 0 0;
	}
	.bbq-garden li:nth-child(3n){
		margin-right:0 !important;
	}
	.bbq-garden .bbq-Commitment li img {
		width:100%;
		float:none;
	}
	.bbq-garden .bbq-Commitment li p {
		width:100%;
		float:none;
		font-size:14px;
		margin:10px 0 0 0;
	}
	.bbq-garden .bbq-Commitment li p span {
		font-size:16px;
	}

	.thumb_wrap {
		max-width: 80%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin:0 auto;
	}
	.thumb_wrap:after {
        display: block;
        clear: both;
        content: '';
	}

	.thumb_wrap .child {
		width: 45%;
		margin: 0 0 20px 0;
		font-size: 13px;
	}

	.tab-btn ul li {
		font-size: 1.4rem;
		vertical-align: top;
		display: inline-block;
		cursor: pointer;
		transition: all 0.2s ease;
		background: #f9f4f4;
		padding: 3px 15px;
		text-align: center;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		margin: 0;
		box-sizing: border-box;
		width: 50%;
	}
	.thumb_wrap .child2 {
		width: 100%;
		margin: 0 0 40px 0;
		font-size: 13px;
	}
	.tab-btn ul li {
		font-size: 1.4rem;
		vertical-align: top;
		display: inline-block;
		cursor: pointer;
		transition: all 0.2s ease;
		background: #f9f4f4;
		padding: 10px;
		text-align: center;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		margin: 0;
		box-sizing: border-box;
	}

	.thumb_wrap .child:nth-child(3n-1){
		margin: 0;
	}
	.thumb_wrap .child2:nth-child(3n-1){
        margin: 0 0 40px 0;
	}

	.thumb_wrap .child:nth-child(even){
		margin-left: 10%;
	}
	.thumb_wrap .child2:nth-child(even){
		margin-left: 0;
	}

	.thumb_wrap .child .photo img,.thumb_wrap .child2 .photo img {
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}
	.thumb_wrap .child .title {
		color: #333;
		font-size: 1.3rem;
		font-weight: bold;
		margin: 5px 0 10px;
	}
	ul.menu-child {
		width: 100%;
		display: none;
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 1;
		background: #FFF;
		padding: 5px 3px;
		box-sizing: border-box;
		box-shadow: 10px 0px 11px -11px rgba(0,0,0,0.3), -10px 4px 11px -11px rgba(0,0,0,0.3);
	}

	ul.menu-child .bottombtn {
		display: block;
		width: 100%;
		height: 30px;
		text-align: center;
	}
	ul.menu-child .bottombtn img {
        width: 13px;
        height: auto;
	}
    /*=== /BBQ GARDEN 2019.06 end =========*/

    /*=== /reservation =========*/

	.w504 {
		width: 90%;
	}

	.mod-search-panel .search-form-items {
        font-size: 12px;
        font-size: 1.2rem;
        width: 100%;
        margin: 0 0 17px;
        table-layout: fixed;
    }

	.mod-search-panel .search-form-items #dk_container_cmbhcod1,
    .mod-search-panel .search-form-items #dk_container_cmbhcod2,
    .mod-search-panel-2 .search-form-items #dk_container_cmbhcod3,
    .mod-search-panel-2 .search-form-items #dk_container_cmbhcod4 {
        display: inline-block !important;
        width: 100%;
    }

    /*	.mod-search-panel .search-form-items input[type='text'][name='cmbARRY'], .mod-search-panel .search-form-items input[type='text'][name='cmbARRY2'] {
        width: 55px;
    }

	.mod-search-panel .search-form-items input[type='text'][name='cmbARRM'], .mod-search-panel .search-form-items input[type='text'][name='cmbARRM2'] {
        width: 35px;
        margin: 0 3px 0 5px;
    }

	.mod-search-panel .search-form-items input[type='text'][name='cmbARRD'], .mod-search-panel .search-form-items input[type='text'][name='cmbARRD2'] {
        width: 35px;
        margin: 0 3px 0 5px;
    }*/

	.mod-search-panel .search-form-items input[type='text'][name='cmbARRY']{
        width: 55px;
    }

	.mod-search-panel .search-form-items input[type='text'][name='cmbARRM'] {
        width: 35px;
        margin: 0 3px 0 5px;
    }

	.mod-search-panel .search-form-items input[type='text'][name='cmbARRD'] {
        width: 35px;
        margin: 0 3px 0 5px;
    }

	.mod-search-panel #calid, .mod-search-panel #calid2 {
        position: absolute;
        margin: 5px auto 0;
        right: 0;
        z-index: 106;
        left: 0;
    }

	.mod-search-panel .search-form-items tr.sp-bl > th {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        width: 105px;
        padding: 0 0 13px;
        text-align: left;
        vertical-align: middle;
        display: block;
    }

	.mod-search-panel .search-form-items tr.sp-bl > td {
        padding: 0 0 13px;
        text-align: left;
        vertical-align: middle;
        display: block;
    }

	.btn-search {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: inherit;
        display: inline-block;
        width: 100%;
        padding: 8px 0;
        transition: opacity .25s ease-in-out;
        text-align: center;
        text-decoration: none;
        opacity: 1;
        color: #fff;
        border: none;
        border-radius: 4px;
        background-color: #333;
    }

    /*	.mod-search-panel .search-room-available .btn {
        width: 100%;
    }*/

	.mod-search-panel .cancel-links li {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        display: inline-block;
        margin: 0 28px 14px 0;
        position: relative;
    }

	.mod-search-panel .cancel-links li:before {
        font-weight: bold;
        margin: 0 4px 0 0;
        content: '>';
        position: absolute;
        left: 0;
        top: 0;
    }

	.mod-search-panel .cancel-links li a {
        display: inline-block;
        text-decoration: none;
        color: #333;
        border-bottom: 1px dotted #333;
        padding: 0 0 0 10px;
    }

	body.remodal-is-active .remodal {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        min-height: 0;
    }

	.w675 {
        width: 90%;
    }

	.mod-search-panel .search-panel-header {
        margin: 0 0 10px;
        text-align: center;
    }

	.mod-search-panel .search-panel-header .search-panel-heading {
        font-size: 13px;
    }

	.mod-search-panel .reservation-links {
        font-size: 13px;
        font-size: 1.3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 5px;
        padding: 10px;
        border-radius: 4px;
        background-color: #f5f5f5;
    }

	.mod-search-panel .reservation-links ul li {
        float: none;
        margin: 10px 0 0;
    }

	.mod-search-panel .reservation-links ul li:first-child {
        margin: 0;
    }

	.mod-search-panel .reservation-links .btn {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: inherit;
        display: inline-block;
        width: 100%;
        padding: 12px 0;
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
        text-align: center;
        text-decoration: none;
        letter-spacing: 1px;
        opacity: 1;
        color: #fff;
        border: none;
        border-radius: 4px;
        background-color: #333;
    }

	.mod-search-panel .search-form {
        /* font-size: 12px; */
        font-size: 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0 0;
        padding: 10px;
        border-radius: 3px;
        background-color: #f5f5f5;
    }

	.mod-search-panel .search-form .search-form-header {
        margin: 0 0 5px;
        text-align: center;
    }

	.mod-search-panel .search-form .search-form-header .search-form-heading {
        /* font-size: 12px; */
        font-size: 13px;
    }

	.mod-search-panel .cancel-links {
        font-size: 0;
        padding: 10px 0 0;
        text-align: left;
        border-top: 1px solid #d7d7d7;
    }

	.mod-search-panel .cancel-links li {
        /* font-size: 10px; */
        font-size: 13px;
        font-weight: bold;
        margin: 5px 0 0;
    }

	.mod-search-panel .cancel-links li:first-child {
        margin: 0;
    }

	.mod-search-panel .cancel-links li:before {
        font-weight: bold;
        margin: 0 4px 0 0;
        content: '>';
    }

	.mod-search-panel .close {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    /*=== /reservation end =========*/
}