@charset "utf-8";
/**
 * hokkaido theme.css 1.0.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;
}

@media screen and (max-width: 1119px) {
	.container {
    width: 95%;
    margin: 0px auto;
    padding-top:20px;
	}
}
#news-page{
    display: inline;
}
/*--------------------------------------------------------------
# theme
--------------------------------------------------------------*/

#theme{
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
}
#taxi_plan_list{
    margin: 40px 0px 20px;
	
}
.taxi_plan_pre{
	width: 100%;
	min-width: 420px;
	margin-left: auto;
	margin-rig: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
#taxi_plan_list{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
/*--------------------------------------------------------------
# taxi_plan
--------------------------------------------------------------*/

#taxi_plan{
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    background-color: #f3ead9;
}
#taxi_plan .photo_bg{
	width: 100%;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 300px;
	padding: 0px;
	margin: 0px auto;
	background-color: #fff;
}
#taxi_plan .hokkaido_bg{
	background-image: url(../images/bg_photo01.jpg);
}
#taxi_plan .dounan_bg{
	background-image: url(../images/bg_photo02.jpg);
}
#taxi_plan .douou_bg{
	background-image: url(../images/bg_photo03.jpg);
}
#taxi_plan .douhoku_bg{
	background-image: url(../images/bg_photo04.jpg);
}
#taxi_plan .doutou_bg{
	background-image: url(../images/bg_photo05_2.jpg);
}


#taxi_plan .photo_bg h1{
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 50px;
    padding:100px 0px 10px;
    font-weight: bold;
    margin: 0px;
	/* text-shadow */
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5), 0px 0px 9px rgba(0,0,0,0.10);
}
#taxi_plan .photo_bg h1{
    width: 100%;
    max-width: 480px;
    margin: 0px auto 0px;
}
#taxi_plan .photo_bg h1 img{
    width: 100%;
}
#taxi_plan .sub_title{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0px auto 0px;
    padding: 0px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5), 0px 0px 9px rgba(0,0,0,0.10);
}
#taxi_plan_nav{
    width: 100%;
    margin: 0px;
    padding: 30px 0px;
    background-color: #f3ead9;
}
#taxi_plan_nav .navbx{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;	
}
#taxi_plan_nav .head-border {
    position: relative;
    display: inline-block;
    padding: 0 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
 
#taxi_plan_nav .head-border:before,
#taxi_plan_nav .head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 200px;
    background: repeating-linear-gradient(45deg, #000, #000 5px, #f3ead9 5px, #f3ead9 10px);
   height: 5px;
}
 
#taxi_plan_nav .head-border:before {
    left: 0;
}
 
#taxi_plan_nav .head-border:after {
    right: 0;
}


/* ==================================================
   メニュー
================================================== */
#taxi_plan_nav .news-plan-menu{
    width: 100%;
    margin: 0px auto;
    padding: 25px 0px 0px;
}
#taxi_plan_nav .news-plan-menu-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
#taxi_plan_nav .news-plan-menu-list li{
    width: calc((100% - 80px) / 5);
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
}
#taxi_plan_nav .news-plan-menu-title{
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 10px;
}
#taxi_plan_nav .news-plan-menu-active{
    background-color: #000;
    font-weight: bold;
    text-align: center;
    padding: 15px 20px;
    margin-right: 10px;
    border-radius: 30px;
    color: #FFFFFF;
}
#taxi_plan_nav .news-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;
}

#taxi_plan_nav .news-plan-menu-nonactive:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #000;
    content: '';
}
#taxi_plan_nav .news-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;
}

#taxi_plan_nav .news-plan-menu-nonactive-ng:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 30px;
    content: '';
}
#taxi_plan_nav .news-plan-menu-active a:link{
    color: #FFFFFF;
    text-decoration: none;
}
#taxi_plan_nav .news-plan-Link{
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
}
#taxi_plan_nav .search_item {
    display: inline-block;
    padding: 20px 3px;
    cursor: pointer;
}
#taxi_plan_nav .news-plan-menu-list .is-active{
    color: #fff!important;
    background-color: #00a195;
}
.is-hide {
  display: none;
}

/* ==================================================
   メニュー
================================================== */

#news_list{
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
}
.news-row{
    width: 95%;
    margin: 0px auto;
    padding: 0px;
}
#news_list .news-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;
}

#news_list .dounan_line:before{
    border: 2px solid #ff9600!important;
}
#news_list .douou_line:before{
    border: 2px solid #ff6496!important;
}
#news_list .douhoku_line:before{
    border: 2px solid #6482c8!important;
}
#news_list .doutou_line:before{
    border: 2px solid #64be8c!important;
}
#news_list .news_listbx{
    width: 100%;
    margin-bottom: 50px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    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, #B6B6B6), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #B6B6B6), color-stop(0.75, #B6B6B6), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #B6B6B6 25%, transparent 25%, transparent 50%, #B6B6B6 50%, #B6B6B6 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #B6B6B6 25%, transparent 25%, transparent 50%, #B6B6B6 50%, #B6B6B6 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #B6B6B6 25%, transparent 25%, transparent 50%, #B6B6B6 50%, #B6B6B6 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #B6B6B6 25%, transparent 25%, transparent 50%, #B6B6B6 50%, #B6B6B6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #B6B6B6 25%, transparent 25%, transparent 50%, #B6B6B6 50%, #B6B6B6 75%, transparent 75%, transparent);
    padding: 0px;
    }

   
#news_list .news_listbx::before{
     	content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -5px;
        left: -5px;
        border-radius: 5px;
        background-color: #FFFFFF!important;
        border: 3px solid #000;
    }

#news_list .news_list{
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#news_list .news_details{
    width: 40%;
    position: relative;
}
#news_list .news-item-img{
    width: 95%;
    padding-bottom: 5px;
}
#news_list .news-item-img img{
    width: 100%!important;
}
#news_list .news_bx{
    width: 60%;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}
#news_list .news_bx .news_area,
#news_list .news_bx .news_area_donan,
#news_list .news_bx .news_area_douou,
#news_list .news_bx .news_area_dohoku,
#news_list .news_bx .news_area_dotou{
    position: absolute;
    right: 0px;
    top: -55px;
    border: 3px solid #000!important;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1em;
    display: inline;
}
#news_list .news_bx .news_area{color: #000;}
#news_list .news_bx .news_area_donan{color: #ff9600;}
#news_list .news_bx .news_area_douou{color: #ff6496;}
#news_list .news_bx .news_area_dohoku{color: #6482c8;}
#news_list .news_bx .news_area_dotou{color: #64be8c;}

#news_list .news_listbx .news_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
#news_list .news_listbx h4{
    border-bottom: 2px dotted #666;
	text-align: justify;
}
#news_list .news_listbx p{
    padding-top: 10px;
	text-align: justify;
}
#news_list .news_listbx .newsDate{
    font-size: 14px;
    color: #666;
    padding: 0px;
    font-weight: normal;
    margin: 0px;
    text-align: left;
	}
#news_list .caption{
    font-size: 12px;
    color: #666;
    text-align: left!important;
}
#news_list .news_listbx .news_txt{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 140%;
    text-align: justify;
}


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

	
#taxi_plan_nav .navbx{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;	
}

#taxi_plan_nav .head-border {
    position: relative;
    display: inline-block;
    padding: 0 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
 
#taxi_plan_nav .head-border:before,
#taxi_plan_nav .head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25%;
    background: repeating-linear-gradient(45deg, #000, #000 3px, #f3ead9 3px, #f3ead9 5px);
   height: 5px;
}
 
#taxi_plan_nav .head-border:before {
    left: 0;
}
 
#taxi_plan_nav .head-border:after {
    right: 0;
}
	
#taxi_plan_nav .news-plan-menu-list li{
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
}
	
#taxi_plan_nav .news-plan-menu-list li:nth-child(1),
#taxi_plan_nav .news-plan-menu-list li:nth-child(2),
#taxi_plan_nav .news-plan-menu-list li:nth-child(3){
    width: calc((100% - 30px) / 3);
	}
#taxi_plan_nav .news-plan-menu-list li:nth-child(4),
#taxi_plan_nav .news-plan-menu-list li:nth-child(5){
    width: calc((100% - 40px) / 2);
}
	
#news_list .news-item-img{
    width: 100%;
    padding-bottom: 5px;
}
#news_list .news-item-img img{
    width: 100%;
}
	
}
#taxi_plan .nav-arealist{
	width: 100%;
	padding-top: 5px;
	margin: 0px auto;
	background-color: #efefef;
	padding-bottom: 0px;
}
#taxi_plan .area-nav{
	width: 100%;
	margin: 0px auto;
	max-width: 1230px;
}

#taxi_plan ul{
    margin: 0px;
    padding: 0px;
}
#taxi_plan .area-nav li{
	width: calc(95%/5);
	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;
}

@media screen and (max-width: 680px) {
	
main .area-button{
    font-size: 14px;
}
main .area-button::before,main .area-button::after {
  right: 5px;
  width: 8px;
}
#taxi_plan .area-nav li{
	width: calc(97%/3);
	margin: 0px 0.5%;
}
#taxi_plan .photo_bg{
    min-height: 200px;
    background-size: auto 250px;
}
#taxi_plan .sub_title{
    width: 90%;
    font-size: 16px;
    line-height: 22px;
    margin: 0px auto 0px;
}
#taxi_plan .photo_bg h1{
    width: 90%;
    font-size: 26px;
    line-height: 36px;
    padding:50px 0px 10px;
    margin: 0px auto 0px;
}
#news_list .news_list{
    display: block;
    margin: 0px;
    padding: 0px;
}
	
#news_list .news_details{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-top: 20px;
}
#news_list .news_bx{
    width: 90%;
    position: relative;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-right: 15px;
}
#news_list .news-list-bx{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#news_list .news_listbx .newsDate{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 40px 0px 0px!important;
    text-align: left;
    margin: 0px;
	}
#news_list .news_listbx .news_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 15px;
}
#news_list .news_listbx .news_txt{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
}

#news_list .news_bx .news_area,
#news_list .news_bx .news_area_donan,
#news_list .news_bx .news_area_douou,
#news_list .news_bx .news_area_dohoku,
#news_list .news_bx .news_area_dotou{
    position: relative;
    right: 0px;
    top: -10px;
    border: 3px solid #000!important;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1em;
    display: block;
    text-align: center;
}
#news_list .news-item span{
    text-align: left;
    justify-content: left;
	}
#news_list .caption{
    text-align: left!important;
}
	
#news_list .news_listbx{
    padding-bottom: 10px;
    margin: 0px 0px 30px;
	}
#news_list .news_listbx p{
    padding-top: 5px;
	text-align: justify;
}
}
@media screen and (max-width: 420px) {
#taxi_plan .photo_bg{
    min-height: 180px;
    background-size: auto 220px;
    margin: 0px;
}
#taxi_plan_nav{
    width: 100%;
    margin: 0px!important;
    padding: 10px 0px;
    background-color: #f3ead9;
}
#taxi_plan .ns_tile{
    width: 90%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto 0px;
    padding: 0px;
    max-width: 90%;
}
#taxi_plan .sub_title{
    width: 95%;
    font-size: 14px;
    line-height: 18px;
}
#taxi_plan .photo_bg h1{
    width: 95%!important;
    font-size: 20px;
    line-height: 30px;
    padding:50px 0px 10px;
    margin: 0px auto 0px;
}
#taxi_plan_nav .navbx{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}
#taxi_plan_nav .head-border {
    font-size: 18px;
    padding: 0 25%;
}
#taxi_plan_nav .head-border:before,
#taxi_plan_nav .head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20%;
    background: repeating-linear-gradient(45deg, #000, #000 3px, #f3ead9 3px, #f3ead9 5px);
   height: 3px;
}
#taxi_plan_nav .news-plan-menu-list li{
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
	}
#taxi_plan_nav .news-plan-menu-list li:nth-child(1){
    width: calc((100% - 20px) / 1);
	}
#taxi_plan_nav .news-plan-menu-list li:nth-child(2),
#taxi_plan_nav .news-plan-menu-list li:nth-child(3),
#taxi_plan_nav .news-plan-menu-list li:nth-child(4),
#taxi_plan_nav .news-plan-menu-list li:nth-child(5){
    width: calc((100% - 40px) / 2);
}
#taxi_plan_nav .news-plan-menu-active{
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}
#taxi_plan_nav .news-plan-menu-nonactive{
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
    padding: 5px 10px;
    color: black;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

#taxi_plan_nav .news-plan-menu-nonactive:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #000;
    content: '';
}
}
@media screen and (max-width: 375px) {
	#taxi_plan .photo_bg h1{
    font-size: 16px!important;
    line-height: 20px;
}
#taxi_plan_nav .navbx{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;	
}
 
	
}

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

/*--------------------------------------------------------------
coming
--------------------------------------------------------------*/
.coming-soon_bx{
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 65px;
}
.coming-border{
	display: flex;
	align-items: center;
	font: bold 36px/36px "Noto Sans JP","Arial Black", Gadget, sans-serif;
	text-align: center;
}
.coming-txt{
	padding-top: 15px;
	text-align: center;
	font: 16px "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
 
.coming-border:before,
.coming-border:after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: #666;
	margin-top: 10px;
}
 
.coming-border:before {
    margin-right: 1rem;
	background: linear-gradient(-90deg, #666, transparent);
}
 
.coming-border:after {
    margin-left: 1rem;
	background: linear-gradient(90deg, #666, transparent);
}

