@charset "utf-8";
/**
 * hokkaido area.css 1.2.1
 * Released on: 1,2023
 */
header,
main{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------
# container Page
--------------------------------------------------------------*/
.container {
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    padding-top:20px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 1119px) {
	.container {
    width: 95%;
    margin: 0px auto;
    padding-top:20px;
	}
}

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

#area-box{
    width: 100%;
    background-color: #E7E7E7;
    padding: 0px 0px 30px;
}
#area-box .back_img{
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
#area-box .bg_dounan{
    background-image: url(../images/dounan/bg_photo.jpg);
}
#area-box .bg_douou{
    background-image: url(../images/douou/bg_photo.jpg);
}
#area-box .bg_douhoku{
    background-image: url(../images/douhoku/bg_photo.jpg);
}
#area-box .bg_doutou{
    background-image: url(../images/doutou/bg_photo.jpg);
}
#area-box .area-box{
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 40px;
    background-color: #fff;
    max-width: 1230px;
}
#area-box h1{
    margin: 0px;
    padding: 0px;
}
#area-box .title-area{
    margin-left: -85px;
    padding: 0px 0px 0px 20px;
    margin-top: 0px;
    max-width: 550px;
    width: 100%;
}
#area-box .title-area img{
    width: 100%;
}
#area-box .area-headline{
    font-weight: bold;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  font-feature-settings: "palt";
}
#area-box .area-headline-sub{
    font-size: 80%;
    font-weight: normal;
}
#area-box .area-txt{
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
  font-feature-settings: "palt";
}
#area-box .area-bx{
    width: 100%;
    padding: 45px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
}
#area-box .area-bx2{
    width: 100%;
    padding: 20px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
}
#area-box .area-bx-l{
    width: 47%;
    margin-right: 3%;
	
}
#area-box .area-bx-r{
    width: 50%;
}
#area-box .area-btn-bx{
	width: 100%;
	margin: 0px auto;
	max-width: 680px;
	padding-bottom: 45px;
}
#area-box .area-btn-bx p{
	font-size: 14px;
	text-align: center;
}
#area-box .area-btn-bx img,
#area-box .area-bx-r img{
    width: 100%;
}
#area-box .nav-arealist{
	width: 100%;
	padding-top: 5px;
	margin: 0px auto;
	background-color: #fff;
	padding-bottom: 0px;
}
#area-box .area-nav{
	width: 100%;
	margin: 0px auto;
	max-width: 1230px;
}

#area-box ul{
    margin: 0px;
    padding: 0px;
}
#area-box .area-nav li{
	width: calc(96%/4);
	margin: 0px 0.5%;
}
main .area-button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-bottom: 10px;
}

main .area-button::before,main .area-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

main .area-button::before {
  transform: translateY(-50%) rotate(30deg);
}
main .area-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
main .area-button:hover {
	opacity: 0.5!important;
}
main .area-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
main .area-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
main .staff-btn-txt{
    text-align: center!important;
    line-height: 24px;
    font-size: 18px;
}
main .staff-area-button{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

main .staff-area-button::before,main .staff-area-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

main .staff-area-button::before {
  transform: translateY(-50%) rotate(30deg);
}
main .staff-area-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
main .staff-area-button:hover {
	opacity: 0.5!important;
}
main .staff-area-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
main .staff-area-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}

@media screen and (max-width: 680px) {
	
main .area-button{
	font-size: 14px;
	text-align: center;
	}
}


@media screen and (max-width: 1380px) {
#area-box .back_img{
	background-size: cover;
}
}

/*--------------------------------------------------------------
# staff-box
--------------------------------------------------------------*/

#staff-box{
    width: 100%;
    margin: 40px 0px;
    padding: 0px;
}
#staff-box .staff-box{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
    max-width: 1160px;
}
#staff-box .staff-bx{
    width: 100%;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#staff-box .staff-title{
    margin: 0px auto;
    padding: 90px 0px 10px;
    font-weight: bold;
    font-size: 24px;
}
#staff-box .staff-txt{
    text-align: justify;
    line-height: 160%;
    font-size: 16px;
    margin-bottom: 15px;
}
#staff-box .staff-left{
    margin: 0px;
    padding: 0px 180px;
    width: 360px;
    height: 400px;
}
#staff-box .staff-center{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/staffpoint_body.png);
    background-repeat: repeat-x;
    height: 400px;
}
#staff-box .staff-right{
    margin: 0px;
    padding: 0px 159px;
    background-repeat: no-repeat;
    width: 317px;
    height: 400px;
}
.dounan-head{
    background-image: url(../images/staffpoint_dounan_img.png);
    background-repeat: no-repeat;
}
.douou-head{
    background-image: url(../images/staffpoint_douou_img.png);
    background-repeat: no-repeat;
}
.douhoku-head{
    background-image: url(../images/staffpoint_douhoku_img.png);
    background-repeat: no-repeat;
}
.doutou-head{
    background-image: url(../images/staffpoint_doutou_img.png);
    background-repeat: no-repeat;
}
.dounan-staff{
    background-image: url(../images/staffpoint_dounan_staff.png);
}
.douou-staff{
    background-image: url(../images/staffpoint_douou_staff.png);
}
.douhoku-staff{
    background-image: url(../images/staffpoint_douhoku_staff.png);
}
.doutou-staff{
    background-image: url(../images/staffpoint_doutou_staff.png);
}
/*--------------------------------------------------------------
# area-box
--------------------------------------------------------------*/
#area-box{
    padding-bottom: 60px;

}
#area-box .section_title{
    padding: 0px;
    margin-top: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/*--------------------------------------------------------------
# area-plan
--------------------------------------------------------------*/
#area-plan{
    padding-bottom: 60px;
}
#area-plan .section_title{
    padding: 0px;
    margin-top: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.bg_plan{
	background-color: #e6f6db;
}
.plan_line{
    border-top: 6px double #000;
}


/* ==================================================
   メニュー
================================================== */
#area-plan .area-plan-menu{
    width: 100%;
    margin: 0px auto;
    padding: 20px 10px 10px;
}
#area-plan .area-plan-menu-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
#area-plan .area-plan-menu-list li{
    width: calc((100% - 80px) / 4);
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
}
#area-plan .area-plan-menu-title{
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 10px;
}
#area-plan .area-plan-menu-active{
    background-color: #000;
    font-weight: bold;
    text-align: center;
    padding: 15px 20px;
    margin-right: 10px;
    border-radius: 30px;
    color: #FFFFFF;
}
#area-plan .area-plan-menu-nonactive{
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
    padding: 15px 20px;
    color: black;
    background-color: #fff;
    border-radius: 30px;
    margin-right: 10px;
}

#area-plan .area-plan-menu-nonactive:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 30px;
    content: '';
}
#area-plan .area-plan-menu-nonactive-ng{
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
    padding: 15px 20px;
    color: black;
    background-color: #CDCDCD;
    border-radius: 30px;
    margin-right: 10px;
}

#area-plan .area-plan-menu-nonactive-ng:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 30px;
    content: '';
}
#area-plan .area-plan-menu-active a:link{
    color: #FFFFFF;
    text-decoration: none;
}
#area-plan .area-plan-Link{
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
}
#area-plan .search_item {
    display: inline-block;
    padding: 20px 3px;
    cursor: pointer;
}
#area-plan .area-plan-menu-list .is-active{
    color: #fff!important;
    background-color: #00a195;
}
.is-hide {
  display: none;
}
#area-plan .area-list-bx{
    width: 100%;
    max-width: 1030px;
    margin: 30px auto 10px;
    background-color: #fff;
    padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#area-plan .area-listbx{
    position: relative;
    margin: 10px 20px 30px;
    width: calc((100% - 80px) / 2);
    border-radius: 5px;
    background-size: auto auto;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 6px 6px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #000), color-stop(0.75, #000), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    padding: 0px;
    }
#area-plan .area-listbx-all{
    position: relative;
    margin: 10px 20px 30px;
    width: 100%;
    border-radius: 5px;
    background-size: auto auto;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 6px 6px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #000), color-stop(0.75, #000), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    padding: 0px;
}
#area-plan .area-list{
    position: relative;
    padding: 10px;
    margin: 0px;
}
#area-plan .area-all-list{
    position: relative;
    padding: 10px;
    margin: 0px;
	
}
#area-plan .area-listbx::before{
     	content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -8px;
        left: -8px;
        border-radius: 5px;
        background-color: #FFFFFF!important;
        border: 3px solid #000;
    }
#area-plan .area-listbx-all::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -8px;
	left: -8px;
	border-radius: 5px;
	background-color: #FFFFFF!important;
	border: 3px solid #000;
    }
#area-plan .area-list a:hover{
    opacity: 0.5!important;
    color: #FFFFFF;
}
#area-plan .area-all-list a:hover{
    opacity: 0.5!important;
    color: #FFFFFF;
}


#area-plan .area-list:nth-child(odd){
    margin-right: 20px;	
}
#area-plan .area-list:nth-child(even){
    margin-left: 20px;	
}
#area-plan .area-list h4{
    width: 100%;
    font-weight: bold;
    margin-top: 3px;
    line-height: 20px;
    margin-bottom: 3px;
}
#area-plan .area-listbx .area-title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#area-plan .area-listbx-all .area-all-title{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #d60000;
}
#area-plan .area-listbx .area-title-min{
    font-size: 80%;
    font-weight: normal;
}
#area-plan .area-listbx .areaDate{
    font-size: 12px;
    color: #FFFFFF;
    padding: 3px 12px;
    font-weight: normal;
    margin: 0px 0px 0px;
    text-align: left!important;
    background-color: #666;
	}
#area-plan .area-listbx .area-list-txt{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 160%;
    text-align: justify;
}
#area-plan .area-listbx-all .area-list-txt-all{
	width: 100%;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 120%;
	text-align: justify;
	margin-bottom: 5px;
}

#area-plan .area-listbx-all .area-list-txt-all:nth-child(odd){
    padding-bottom:  20px;	
}

#area-plan .area-listbx ul{
    margin: 0px;
    padding: 0px;
}
#area-plan .area-listbx li{
    margin: 0px;
    padding: 0px;
}
#area-plan .area-listbx .arealist-details{
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}
#area-plan .arealist-details .area-item{
    background-color: #ffcf00;
    border-radius: 20px;
    margin: 0px 1% 10px;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
}
#area-plan .arealist-details .item04{
    width: calc(92% / 4);
}
#area-plan .arealist-details .item03{
    width: calc(94% / 3);
}
#area-plan .arealist-details .item02{
    width: calc(96% / 2);
}
#area-plan .arealist-details .item01{
    width: 98%;
}
#area-plan .area-listbx .arealist-icon{
    width: 95%;
    display: flex;
	flex-wrap: wrap;
    margin: auto auto 20px;
    padding: 10px;
    background-color: #f3ead9;
}
#area-plan .area-listbx .arealist-icon li{
    width: calc((100% - 12px) / 3);
    margin: 2px 2px 2px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#area-plan .area-listbx .area-icon{
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;	
}
#area-plan .area-listbx .area-icon-off{
    background-color: #dadada;
    color: #9b9b9b;
    font-size: 14px;
}

#area-plan .area-listbx .area-item-img{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
#area-plan .area-listbx .area-item-img img{
    width: 100%;
	
}

main .area-list-button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 3px;
    width: 95%;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #000000;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
}

main .area-list-button::before,main .area-list-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
}

main .area-list-button::before {
  transform: translateY(-50%) rotate(30deg);
}
main .area-list-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
main .area-list-button:hover {
    color: #000!important;
    background-color: #ffcf00;
	opacity: 1;
}
main .area-list-button a:hover {
    color: #000!important;
}
main .area-list-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
main .area-list-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
main .area-btn-txt{
    text-align: center!important;
    line-height: 24px;
    font-size: 18px;
}
main .area-cap{
    line-height: 14px;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}


@media screen and (max-width: 1230px) {
#area-box .area-box{
    width: 95%;
    margin: 0px auto;
    padding: 0px 0px 40px;
    background-color: #fff;
}
#staff-box .staff-bx{
    width: 90%;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
}
@media screen and (max-width: 1180px) {
#area-box .area-bx{
    width: 100%;
    padding: 45px;
    }
    
#area-box .area-bx2{
    width: 100%;
    padding: 10px 10px 0px;
    align-items: flex-start;
}
#staff-box .staff-title{
    font-size: 20px;
}
#staff-box .staff-txt{
    font-size: 14px;
}

main .staff-btn-txt{
    text-align: center!important;
    line-height: 18px;
    font-size: 14px;
}
#coupon-plan .section_title{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#area-plan .section_title{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-plan .section_title .camera{
    position: absolute;
    top: 10%;
    left: 10%;
}
	
}
@media screen and (max-width: 980px) {
	
#area-plan .area-listbx-all .area-list-txt-all{
	width: 95%;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 120%;
	text-align: justify;
	margin-bottom: 5px;
}
.movie-pc980{
    display: none;
	}

#staff-box .staff-bx{
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
    padding: 0px;
    display: block;
}
#staff-box .staff-title{
    margin: 0px auto;
    font-weight: bold;
    font-size: 24px;
    padding: 0px;
    padding: 20px 0px 10px;
}
#staff-box .staff-txt{
    text-align: justify;
    line-height: 160%;
    font-size: 16px;
}
#staff-box .staff-left{
    margin: 0px;
    width: 100%;
    max-width: 620px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0px;
    padding-top: 56.9%;
}
.dounan-head{
    background-image: url(../images/sp_staffpoint_dounan_head.png);
}
.douou-head{
    background-image: url(../images/sp_staffpoint_douou_head.png);
}
.douhoku-head{
    background-image: url(../images/sp_staffpoint_douhoku_head.png);
}
.doutou-head{
    background-image: url(../images/sp_staffpoint_doutou_head.png);
}
#staff-box .staff-center{
    margin: 0px;
    padding: 10px 5%;
    background-image: url(../images/sp_staffpoint_body.png);
    background-repeat: repeat-y;
    width: 100%;
    background-size: cover;
    height: auto;
}
#staff-box .staff-right{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/sp_staffpoint_foot.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
	padding-top: 3.4%;
    height: 0;
}
/* ==================================================
   メニュー
================================================== */
#area-plan .area-plan-menu{
    width: 100%;
    margin: 0px auto;
    padding: 20px 10px 10px;
}
#area-plan .area-plan-menu-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#area-plan .area-plan-menu-list li{
    width: 48%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}
	
#area-plan .area-list-bx{
    width: 100%;
    margin: 30px auto 10px;
    background-color: #fff;
    padding: 30px;
    display: block;
    flex-wrap: wrap;
    max-width: 100%;
}
#area-plan .area-listbx{
    position: relative;
    margin: 10px auto 40px;
    width: 100%;
    border-radius: 5px;
    background-size: auto auto;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 6px 6px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #000), color-stop(0.75, #000), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    padding: 0px;
    }

	
}
@media screen and (max-width: 680px) {
#staff-box{
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
}
    
#area-box .area-box{
    width: 95%;
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
}
#area-box .title-area{
    margin-left: -15%;
    max-width: 550px;
    width: 100%;
}
#area-box .title-area img{
    width: 120%;
}
#area-box .area-headline{
    text-align: justify;
}	
#area-box .area-bx{
    display: block;
}
#area-box .area-bx-l{
    width: 100%;
    margin-right: 0%;
}
#area-box .area-bx-r{
    width: 100%;
	}
	
#area-box .area-btn-bx{
    width: 90%;
	margin: 0px auto;
	max-width: 680px;
}
#staff-box .staff-bx{
    width: 100%;
    max-width: 420px;
    margin: 0px auto;
    padding: 20px;
    display: block;
}
	
#staff-box .staff-center{
    background-image: url(../images/sp_staffpoint_body.png);
    max-width: 420px;
    width: 100%;
    background-size: contain;
}
	
#staff-box .staff-title{
    font-size: 20px;
    text-align: center;
}
#staff-box .staff-txt{
    text-align: justify;
    line-height: 150%;
    font-size: 14px;
}

#coupon-plan .section_title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}	
#area-plan .section_title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}	
#coupon-plan .section_title .camera{
    position: absolute;
     top: 10%;
    left: 8%;
}
#coupon-plan .movie_read{
    font-size: 14px;		
	}
	#coupon-plan .movie_read{
    margin-bottom: 30px;
	}

	
}

@media screen and (max-width: 680px) {
	
#area-plan .section_title img{
    width: 100%;
}
#area-box .section_title{
    padding: 0px;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
}

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

#area-box .title-area{
    margin-left: -17%;
}
main .area-button{
    font-size: 16px;
    width: 100%;
    height: 60px;
    font-weight: bold;
}
#area-box .col-xs-3,
#area-box .col-sm-3,
	#area-box .col-md-3,
	#area-box .col-lg-3,
	#area-box .col-xs-6,
	#area-box .col-sm-6,
	#area-box .col-md-6,#area-box .col-lg-6,#area-box .col-xs-12,#area-box .col-sm-12, #area-box .col-md-12, #area-box .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
	}

#area-plan .area-plan-menu-nonactive{
    font-weight: bold;
    font-size: 14px;
}
#area-plan .area-plan-menu-nonactive-ng{
    font-weight: bold;
    font-size: 14px;
}
}
@media screen and (max-width: 420px) {

#area-box .title-area{
    margin-left: -20%;
}
main .area-button{
    font-size: 14px;
}
main .area-button::before,main .area-button::after {
  right: 5px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 7px;
}
#staff-box .staff-txt,
#area-box .area-txt{
    margin-bottom: 20px;
}
#area-plan .area-plan-menu-nonactive:before {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 30px;
    content: '';
}
#area-plan .area-plan-menu-list li{
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 8px;
}
#area-plan .area-list-bx{
    width: 100%;
    max-width: auto;
    margin: 10px auto 10px;
    background-color: #fff;
    padding: 15px 10px 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#area-plan .arealist-details .area-item{
    background-color: #ffcf00;
    border-radius: 20px;
    margin: 0px 1% 5px;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 14px;
}
#area-plan .area-listbx .area-title{
    font-size: 18px;
    line-height: 24px;
}
#area-plan .area-listbx .arealist-icon li{
    width: calc((100% - 12px) / 2);
    margin: 2px 2px 2px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#area-plan .area-listbx .area-icon{
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;	
}
#area-plan .area-listbx .area-icon-off{
    font-size: 14px;
}
#area-plan .area-list{
    position: relative;
    padding: 5px;
    margin: 0px;
}
#area-plan .area-listbx .area-item-img{
    margin-top: 10px;
}
#area-plan .area-listbx .arealist-icon{
    width: 95%;
    padding: 5px;
}
	
main .area-list-button{
    font-size: 14px;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

main .area-list-button::before,main .area-list-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
}

main .area-list-button::before {
  transform: translateY(-50%) rotate(30deg);
}
main .area-list-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
main .area-list-button:hover {
    color: #000!important;
    background-color: #ffcf00;
	opacity: 1;
}
main .area-list-button a:hover {
    color: #000!important;
}
main .area-list-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
main .area-list-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
main .area-btn-txt{
    text-align: center!important;
    line-height: 24px;
    font-size: 18px;
}
#area-plan .arealist-details .item06,
#area-plan .arealist-details .item04,
#area-plan .arealist-details .item02{
    width: calc(96% / 2);
}
#area-plan .arealist-details .item01{
    width: 98%;
}
	
	
}
@media screen and (max-width: 375px) {

#area-plan .arealist-details .item03{
    width: 98%;
}
#area-box .title-area{
    margin-left: -25%;
}
main .area-button{
    font-size: 12px;
}
	
#staff-box .staff-title{
    font-size: 18px;
}
#staff-box .staff-txt{
    text-align: justify;
    line-height: 150%;
    font-size: 12px;
}
#coupon-plan .item p{
    font-size: 10px;
}
#area-plan .area-plan-menu-nonactive{
    font-weight: bold;
    font-size: 11px;
}
#area-plan .area-plan-menu-nonactive-ng{
    font-weight: bold;
    font-size: 11px;
}
	
#area-plan .area-listbx .area-icon{
    font-size: 12px;
}
#area-plan .area-listbx .area-icon-off{
    font-size: 12px;
}
#area-plan .area-list{
    position: relative;
    padding: 0px;
    margin: 0px;
}
}
@media screen and (max-width: 320px) {

#area-box .title-area{
    margin-left: -30%;
}
#area-box .title-area img{
    width: 150%;
}
#coupon-plan .item p{
    font-size: 8px;
}
}

.taxi-bx{
	width: 100%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.taxi-bx img{
	width: 100%;
}
.taxi-bx a:hover{
	opacity: 0.5!important;
}
.taxi-btn{
	padding-top: 25px!important;
	padding-bottom: 25px!important;
	font-size: 20px!important;
}
.taxi-txt{
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}

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

.taxi-bx{
	width: 90%;
}
.taxi-txt{
	width: 90%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}	
	
	
}

/* ==================================================
   2024.09改修
================================================== */

#area-box .area_plan_bx{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#area-box hr{
    width: 90%;
    margin: 30px auto 10px;
    border-bottom: 6px double #333;
	opacity: 0.5;
}
#area-box .area_plan_title{
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px!important;
}
#area-box .area_plan_title img{
    width: 100%;
}
#area-box .area_plan_read{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 5px;
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#area-box .area_plan_cap{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}
#area-box .area_planlist_bx{
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#area-box .area_planlist_btnbx{
    position: relative;
    margin: 10px 20px 30px;
    width: calc((100% - 80px) / 2);
    border-radius: 5px;
    background-size: auto auto;
    -webkit-background-size: 4px 4px;
    -moz-background-size: 4px 4px;
    background-size: 6px 6px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #000), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #000), color-stop(0.75, #000), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    padding: 0px 0px 20px;
}
#area-box .area_planlist_btnbx::before{
     	content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -8px;
        left: -8px;
        border-radius: 5px;
        background-color: #FFFFFF!important;
        border: 3px solid #000;
    }
#area-box .spring_txt{
    color: #45B035;
}
#area-box .spring_bg{
    background-color: #45B035;
}
#area-box .winter_txt{
    color: #DC005A;
}
#area-box .winter_bg{
    background-color: #DC005A;
}
#area-box .area-list{
    position: relative;
    padding: 10px;
    margin: 0px;
}
#area-box .area_planlist_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing : 3px;
}
#area-box .area_planlist_title span{
    font-size: 40px;
    
}
#area-box .plan_button_bx{
    display: flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    width: 90%;
    height: 50px;
    transition: 0.3s;
    background-color: #ffffff;
    text-align: left;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}


main .plan-button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: -8px;
    margin-right: auto;
}

main .plan-button::before,main .plan-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
}

main .plan-button::before {
  transform: translateY(-50%) rotate(30deg);
}
main .plan-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
main .plan-button:hover {
	opacity: 0.5;
}
main .plan-button a:hover {
    color: #000!important;
}
main .plan-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
main .plan-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}

main .plan-button-ng{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: -8px;
    margin-right: auto;
    background-color: #B8B8B8;
}

main .plan-button-ng::before,main .plan-button-ng::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
}

main .plan-button-ng::before {
  transform: translateY(-50%) rotate(30deg);
}
main .plan-button-ng::after {
  transform: translateY(-50%) rotate(-30deg);
}


#area-box .area-listbx-all{
    position: relative;
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 5px solid #DEDDDD;
}
#area-box .area-all-list{
    position: relative;
    margin: 30px;
}

#area-box .area-listbx-all .area-all-title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #FF0000;
}
#area-box .area-listbx-all .area-list-txt-all{
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 140%;
	text-align: justify;
	margin-bottom: 5px;
}

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

#area-box .area_plan_bx{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    }

#area-box .area-box{
    width: 90%;
    margin: 0px auto;
    padding: 0px 0px 40px;
    background-color: #fff;
}
    
#area-box .area-bx{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding: 5px 3% 5px;
}
    
#area-box .area_plan_title{
    width: 90%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px!important;
}
#area-box .area_plan_title img{
    width: 100%;
}
#area-box .area_planlist_bx{
    width: 95%;
}
#area-box .area_plan_read{
    font-size: 18px;
    line-height: 30px;
}
#area-box .area_plan_cap{
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}
#area-box .area_planlist_btnbx{
    position: relative;
    margin: 10px 20px 30px;
    width: 100%;
    padding: 0px 0px 30px;
}
  
main .plan-button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -8px;
    margin-right: auto;
}
    
#area-box .area-listbx-all{
    position: relative;
    margin: 10px auto 30px;
    width: 90%;
    border-radius: 5px;
    padding: 0px;
    }
	
}
@media screen and (max-width: 680px) {

#area-box .area_plan_bx{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    }
#area-box .area_plan_read{
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0px 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#area-box .area_plan_cap{
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}
#area-box .area_planlist_btnbx{
    position: relative;
    margin: 0px auto 20px 5%;
    width: 93%;
    padding: 0px 0px 25px;
}
  
#area-box .area-list{
    position: relative;
    padding: 10px 5px 5px;
    margin: 0px;
}
#area-box .area-all-list{
    position: relative;
    margin: 20px;
}

#area-box .area_planlist_bx{
    margin-top: 0px;
}
    
}

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

#area-box .area_planlist_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing : 0px;
}
    
#area-box .area_planlist_title span{
    font-size: 30px;
    
}
#area-box .area_plan_read{
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#area-box .area_plan_cap{
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
}
#area-box .area-listbx-all .area-list-txt-all{
	width: 100%;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 5px;
}
#area-box .area-all-list{
    position: relative;
    margin: 15px;
}
#area-box .area-listbx-all .area-all-title{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FF0000;
}
#area-box .area-listbx-all{
    position: relative;
    margin: 10px auto 20px;
    width: 90%;
    border-radius: 5px;
    padding: 0px;
    }
    
}



